ole32: The type of the size of IMalloc'ed blocks is SIZE_T.
[wine.git] / configure
blobd82731ecee32c84a209e6fb9ce1130d6e8a49f3c
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.1.
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.1'
584 PACKAGE_STRING='Wine 1.9.1'
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 LINGUAS
629 ALL_VARS_RULES
630 LDAP_LIBS
631 RT_LIBS
632 POLL_LIBS
633 DL_LIBS
634 TOOLSEXT
635 UNWINDFLAGS
636 EXCESS_PRECISION_CFLAGS
637 BUILTINFLAG
638 EXTRACFLAGS
639 PROCSTAT_LIBS
640 KSTAT_LIBS
641 MPG123_LIBS
642 MPG123_CFLAGS
643 TIFF_LIBS
644 TIFF_CFLAGS
645 PNG_LIBS
646 PNG_CFLAGS
647 JPEG_LIBS
648 JPEG_CFLAGS
649 FONTCONFIG_LIBS
650 FONTCONFIG_CFLAGS
651 CUPS_CFLAGS
652 CAPI20_LIBS
653 CAPI20_CFLAGS
654 OSS4_CFLAGS
655 ALSA_LIBS
656 GSTREAMER_LIBS
657 GSTREAMER_CFLAGS
658 PULSE_LIBS
659 PULSE_CFLAGS
660 GETTEXTPO_LIBS
661 Z_LIBS
662 FREETYPE_LIBS
663 FREETYPE_CFLAGS
664 LCMS2_LIBS
665 LCMS2_CFLAGS
666 RESOLV_LIBS
667 GPHOTO2_PORT_LIBS
668 GPHOTO2_PORT_CFLAGS
669 GPHOTO2_LIBS
670 GPHOTO2_CFLAGS
671 SANE_LIBS
672 SANE_CFLAGS
673 GNUTLS_LIBS
674 GNUTLS_CFLAGS
675 HAL_LIBS
676 HAL_CFLAGS
677 DBUS_LIBS
678 DBUS_CFLAGS
679 XSLT_LIBS
680 XSLT_CFLAGS
681 XML2_LIBS
682 XML2_CFLAGS
683 PCAP_LIBS
684 X_EXTRA_LIBS
685 X_LIBS
686 X_PRE_LIBS
687 X_CFLAGS
688 XMKMF
689 PTHREAD_LIBS
690 CROSSCC
691 CROSSTARGET
692 PRELINK
693 WINELOADER_DEPENDS
694 CARBON_LIBS
695 QUICKTIME_LIBS
696 OPENCL_LIBS
697 OPENAL_LIBS
698 COREAUDIO_LIBS
699 SECURITY_LIBS
700 DISKARBITRATION_LIBS
701 APPKIT_LIBS
702 CORESERVICES_LIBS
703 APPLICATIONSERVICES_LIBS
704 FORCEFEEDBACK_LIBS
705 IOKIT_LIBS
706 COREFOUNDATION_LIBS
707 LIBWINE_DEPENDS
708 LIBWINE_LDFLAGS
709 LIBWINE_INSTALL_DEV
710 LIBWINE_INSTALL_LIB
711 LIBWINE_IMPORTLIB
712 LIBWINE_SHAREDLIB
713 SOCKET_LIBS
714 DLLTOOL
715 WINELOADER_PROGRAMS
716 ALL_TEST_RESOURCES
717 SUBDIRS
718 READELF
719 OTOOL
721 LDEXECFLAGS
722 LDRPATH_LOCAL
723 LDRPATH_INSTALL
724 DLLFLAGS
725 dlldir
727 OPENGL_LIBS
728 ICOTOOL
729 CONVERT
730 RSVG
731 FONTFORGE
732 PKG_CONFIG
733 MSGFMT
734 LDCONFIG
735 EGREP
736 GREP
737 LN_S
738 RANLIB
739 ARFLAGS
740 STRIP
741 ac_ct_AR
743 BISON
744 FLEX
745 TOOLSDIR
746 TARGETFLAGS
748 CPPBIN
749 ac_ct_CXX
750 CXXFLAGS
752 OBJEXT
753 EXEEXT
754 ac_ct_CC
755 CPPFLAGS
756 LDFLAGS
757 CFLAGS
759 SET_MAKE
760 host_os
761 host_vendor
762 host_cpu
763 host
764 build_os
765 build_vendor
766 build_cpu
767 build
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 runstatedir
788 localstatedir
789 sharedstatedir
790 sysconfdir
791 datadir
792 datarootdir
793 libexecdir
794 sbindir
795 bindir
796 program_transform_name
797 prefix
798 exec_prefix
799 PACKAGE_URL
800 PACKAGE_BUGREPORT
801 PACKAGE_STRING
802 PACKAGE_VERSION
803 PACKAGE_TARNAME
804 PACKAGE_NAME
805 PATH_SEPARATOR
806 SHELL'
807 ac_subst_files=''
808 ac_user_opts='
809 enable_option_checking
810 enable_win16
811 enable_win64
812 enable_tests
813 enable_maintainer_mode
814 with_alsa
815 with_capi
816 with_cms
817 with_coreaudio
818 with_cups
819 with_curses
820 with_dbus
821 with_fontconfig
822 with_freetype
823 with_gettext
824 with_gettextpo
825 with_gphoto
826 with_glu
827 with_gnutls
828 with_gsm
829 with_gstreamer
830 with_hal
831 with_jpeg
832 with_ldap
833 with_mpg123
834 with_netapi
835 with_openal
836 with_opencl
837 with_opengl
838 with_osmesa
839 with_oss
840 with_pcap
841 with_png
842 with_pthread
843 with_pulse
844 with_sane
845 with_tiff
846 with_v4l
847 with_xcomposite
848 with_xcursor
849 with_xinerama
850 with_xinput
851 with_xinput2
852 with_xml
853 with_xrandr
854 with_xrender
855 with_xshape
856 with_xshm
857 with_xslt
858 with_xxf86vm
859 with_zlib
860 with_wine_tools
861 with_wine64
862 enable_largefile
863 with_x
864 enable_acledit
865 enable_aclui
866 enable_activeds
867 enable_actxprxy
868 enable_advapi32
869 enable_advpack
870 enable_amstream
871 enable_api_ms_win_core_com_l1_1_0
872 enable_api_ms_win_core_console_l1_1_0
873 enable_api_ms_win_core_datetime_l1_1_0
874 enable_api_ms_win_core_datetime_l1_1_1
875 enable_api_ms_win_core_debug_l1_1_0
876 enable_api_ms_win_core_debug_l1_1_1
877 enable_api_ms_win_core_errorhandling_l1_1_0
878 enable_api_ms_win_core_errorhandling_l1_1_1
879 enable_api_ms_win_core_errorhandling_l1_1_2
880 enable_api_ms_win_core_fibers_l1_1_0
881 enable_api_ms_win_core_fibers_l1_1_1
882 enable_api_ms_win_core_file_l1_1_0
883 enable_api_ms_win_core_file_l1_2_0
884 enable_api_ms_win_core_file_l2_1_0
885 enable_api_ms_win_core_file_l2_1_1
886 enable_api_ms_win_core_handle_l1_1_0
887 enable_api_ms_win_core_heap_l1_1_0
888 enable_api_ms_win_core_heap_l1_2_0
889 enable_api_ms_win_core_heap_obsolete_l1_1_0
890 enable_api_ms_win_core_interlocked_l1_1_0
891 enable_api_ms_win_core_interlocked_l1_2_0
892 enable_api_ms_win_core_io_l1_1_1
893 enable_api_ms_win_core_kernel32_legacy_l1_1_0
894 enable_api_ms_win_core_libraryloader_l1_1_0
895 enable_api_ms_win_core_libraryloader_l1_1_1
896 enable_api_ms_win_core_localization_l1_2_0
897 enable_api_ms_win_core_localization_l1_2_1
898 enable_api_ms_win_core_localization_obsolete_l1_1_0
899 enable_api_ms_win_core_localregistry_l1_1_0
900 enable_api_ms_win_core_memory_l1_1_0
901 enable_api_ms_win_core_memory_l1_1_1
902 enable_api_ms_win_core_misc_l1_1_0
903 enable_api_ms_win_core_namedpipe_l1_1_0
904 enable_api_ms_win_core_namedpipe_l1_2_0
905 enable_api_ms_win_core_path_l1_1_0
906 enable_api_ms_win_core_processenvironment_l1_1_0
907 enable_api_ms_win_core_processenvironment_l1_2_0
908 enable_api_ms_win_core_processthreads_l1_1_0
909 enable_api_ms_win_core_processthreads_l1_1_1
910 enable_api_ms_win_core_processthreads_l1_1_2
911 enable_api_ms_win_core_profile_l1_1_0
912 enable_api_ms_win_core_psapi_l1_1_0
913 enable_api_ms_win_core_registry_l1_1_0
914 enable_api_ms_win_core_rtlsupport_l1_1_0
915 enable_api_ms_win_core_rtlsupport_l1_2_0
916 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
917 enable_api_ms_win_core_string_l1_1_0
918 enable_api_ms_win_core_synch_l1_1_0
919 enable_api_ms_win_core_synch_l1_2_0
920 enable_api_ms_win_core_sysinfo_l1_1_0
921 enable_api_ms_win_core_sysinfo_l1_2_0
922 enable_api_ms_win_core_sysinfo_l1_2_1
923 enable_api_ms_win_core_threadpool_legacy_l1_1_0
924 enable_api_ms_win_core_timezone_l1_1_0
925 enable_api_ms_win_core_url_l1_1_0
926 enable_api_ms_win_core_util_l1_1_0
927 enable_api_ms_win_core_winrt_error_l1_1_0
928 enable_api_ms_win_core_winrt_error_l1_1_1
929 enable_api_ms_win_core_winrt_l1_1_0
930 enable_api_ms_win_core_winrt_string_l1_1_0
931 enable_api_ms_win_core_xstate_l2_1_0
932 enable_api_ms_win_crt_conio_l1_1_0
933 enable_api_ms_win_crt_convert_l1_1_0
934 enable_api_ms_win_crt_environment_l1_1_0
935 enable_api_ms_win_crt_filesystem_l1_1_0
936 enable_api_ms_win_crt_heap_l1_1_0
937 enable_api_ms_win_crt_locale_l1_1_0
938 enable_api_ms_win_crt_math_l1_1_0
939 enable_api_ms_win_crt_multibyte_l1_1_0
940 enable_api_ms_win_crt_private_l1_1_0
941 enable_api_ms_win_crt_process_l1_1_0
942 enable_api_ms_win_crt_runtime_l1_1_0
943 enable_api_ms_win_crt_stdio_l1_1_0
944 enable_api_ms_win_crt_string_l1_1_0
945 enable_api_ms_win_crt_time_l1_1_0
946 enable_api_ms_win_crt_utility_l1_1_0
947 enable_api_ms_win_downlevel_advapi32_l1_1_0
948 enable_api_ms_win_downlevel_advapi32_l2_1_0
949 enable_api_ms_win_downlevel_normaliz_l1_1_0
950 enable_api_ms_win_downlevel_ole32_l1_1_0
951 enable_api_ms_win_downlevel_shell32_l1_1_0
952 enable_api_ms_win_downlevel_shlwapi_l1_1_0
953 enable_api_ms_win_downlevel_shlwapi_l2_1_0
954 enable_api_ms_win_downlevel_user32_l1_1_0
955 enable_api_ms_win_downlevel_version_l1_1_0
956 enable_api_ms_win_eventing_provider_l1_1_0
957 enable_api_ms_win_ntuser_dc_access_l1_1_0
958 enable_api_ms_win_security_base_l1_1_0
959 enable_api_ms_win_security_base_l1_2_0
960 enable_api_ms_win_security_lsalookup_l1_1_0
961 enable_api_ms_win_security_lsalookup_l1_1_1
962 enable_api_ms_win_security_sddl_l1_1_0
963 enable_api_ms_win_service_core_l1_1_1
964 enable_api_ms_win_service_management_l1_1_0
965 enable_api_ms_win_service_winsvc_l1_2_0
966 enable_apphelp
967 enable_appwiz_cpl
968 enable_atl
969 enable_atl100
970 enable_atl110
971 enable_atl80
972 enable_atl90
973 enable_authz
974 enable_avicap32
975 enable_avifil32
976 enable_avrt
977 enable_bcrypt
978 enable_bluetoothapis
979 enable_browseui
980 enable_bthprops_cpl
981 enable_cabinet
982 enable_capi2032
983 enable_cards
984 enable_cfgmgr32
985 enable_clusapi
986 enable_combase
987 enable_comcat
988 enable_comctl32
989 enable_comdlg32
990 enable_compstui
991 enable_comsvcs
992 enable_connect
993 enable_credui
994 enable_crtdll
995 enable_crypt32
996 enable_cryptdlg
997 enable_cryptdll
998 enable_cryptext
999 enable_cryptnet
1000 enable_cryptui
1001 enable_ctapi32
1002 enable_ctl3d32
1003 enable_d2d1
1004 enable_d3d10
1005 enable_d3d10_1
1006 enable_d3d10core
1007 enable_d3d11
1008 enable_d3d8
1009 enable_d3d9
1010 enable_d3dcompiler_33
1011 enable_d3dcompiler_34
1012 enable_d3dcompiler_35
1013 enable_d3dcompiler_36
1014 enable_d3dcompiler_37
1015 enable_d3dcompiler_38
1016 enable_d3dcompiler_39
1017 enable_d3dcompiler_40
1018 enable_d3dcompiler_41
1019 enable_d3dcompiler_42
1020 enable_d3dcompiler_43
1021 enable_d3dcompiler_46
1022 enable_d3dcompiler_47
1023 enable_d3dim
1024 enable_d3drm
1025 enable_d3dx10_33
1026 enable_d3dx10_34
1027 enable_d3dx10_35
1028 enable_d3dx10_36
1029 enable_d3dx10_37
1030 enable_d3dx10_38
1031 enable_d3dx10_39
1032 enable_d3dx10_40
1033 enable_d3dx10_41
1034 enable_d3dx10_42
1035 enable_d3dx10_43
1036 enable_d3dx11_42
1037 enable_d3dx11_43
1038 enable_d3dx9_24
1039 enable_d3dx9_25
1040 enable_d3dx9_26
1041 enable_d3dx9_27
1042 enable_d3dx9_28
1043 enable_d3dx9_29
1044 enable_d3dx9_30
1045 enable_d3dx9_31
1046 enable_d3dx9_32
1047 enable_d3dx9_33
1048 enable_d3dx9_34
1049 enable_d3dx9_35
1050 enable_d3dx9_36
1051 enable_d3dx9_37
1052 enable_d3dx9_38
1053 enable_d3dx9_39
1054 enable_d3dx9_40
1055 enable_d3dx9_41
1056 enable_d3dx9_42
1057 enable_d3dx9_43
1058 enable_d3dxof
1059 enable_davclnt
1060 enable_dbgeng
1061 enable_dbghelp
1062 enable_dciman32
1063 enable_ddraw
1064 enable_ddrawex
1065 enable_devenum
1066 enable_dhcpcsvc
1067 enable_difxapi
1068 enable_dinput
1069 enable_dinput8
1070 enable_dispex
1071 enable_dmband
1072 enable_dmcompos
1073 enable_dmime
1074 enable_dmloader
1075 enable_dmscript
1076 enable_dmstyle
1077 enable_dmsynth
1078 enable_dmusic
1079 enable_dmusic32
1080 enable_dnsapi
1081 enable_dplay
1082 enable_dplayx
1083 enable_dpnaddr
1084 enable_dpnet
1085 enable_dpnhpast
1086 enable_dpnlobby
1087 enable_dpvoice
1088 enable_dpwsockx
1089 enable_drmclien
1090 enable_dsound
1091 enable_dssenh
1092 enable_dswave
1093 enable_dwmapi
1094 enable_dwrite
1095 enable_dxdiagn
1096 enable_dxgi
1097 enable_dxva2
1098 enable_esent
1099 enable_evr
1100 enable_explorerframe
1101 enable_ext_ms_win_gdi_devcaps_l1_1_0
1102 enable_faultrep
1103 enable_fltlib
1104 enable_fltmgr_sys
1105 enable_fntcache
1106 enable_fontsub
1107 enable_fusion
1108 enable_fwpuclnt
1109 enable_gameux
1110 enable_gdi32
1111 enable_gdiplus
1112 enable_glu32
1113 enable_gphoto2_ds
1114 enable_gpkcsp
1115 enable_hal
1116 enable_hhctrl_ocx
1117 enable_hid
1118 enable_hidclass_sys
1119 enable_hlink
1120 enable_hnetcfg
1121 enable_httpapi
1122 enable_iccvid
1123 enable_icmp
1124 enable_ieframe
1125 enable_imaadp32_acm
1126 enable_imagehlp
1127 enable_imm32
1128 enable_inetcomm
1129 enable_inetcpl_cpl
1130 enable_inetmib1
1131 enable_infosoft
1132 enable_initpki
1133 enable_inkobj
1134 enable_inseng
1135 enable_iphlpapi
1136 enable_itircl
1137 enable_itss
1138 enable_joy_cpl
1139 enable_jscript
1140 enable_jsproxy
1141 enable_kernel32
1142 enable_ksuser
1143 enable_ktmw32
1144 enable_loadperf
1145 enable_localspl
1146 enable_localui
1147 enable_lz32
1148 enable_mapi32
1149 enable_mapistub
1150 enable_mciavi32
1151 enable_mcicda
1152 enable_mciqtz32
1153 enable_mciseq
1154 enable_mciwave
1155 enable_mf
1156 enable_mfplat
1157 enable_mfreadwrite
1158 enable_mgmtapi
1159 enable_midimap
1160 enable_mlang
1161 enable_mmcndmgr
1162 enable_mmdevapi
1163 enable_mountmgr_sys
1164 enable_mpr
1165 enable_mprapi
1166 enable_msacm32_drv
1167 enable_msacm32
1168 enable_msadp32_acm
1169 enable_msasn1
1170 enable_mscat32
1171 enable_mscms
1172 enable_mscoree
1173 enable_msctf
1174 enable_msctfp
1175 enable_msdaps
1176 enable_msdelta
1177 enable_msdmo
1178 enable_msftedit
1179 enable_msg711_acm
1180 enable_msgsm32_acm
1181 enable_mshtml_tlb
1182 enable_mshtml
1183 enable_msi
1184 enable_msident
1185 enable_msimg32
1186 enable_msimsg
1187 enable_msimtf
1188 enable_msisip
1189 enable_msisys_ocx
1190 enable_msls31
1191 enable_msnet32
1192 enable_mspatcha
1193 enable_msrle32
1194 enable_msscript_ocx
1195 enable_mssign32
1196 enable_mssip32
1197 enable_mstask
1198 enable_msvcirt
1199 enable_msvcm80
1200 enable_msvcm90
1201 enable_msvcp100
1202 enable_msvcp110
1203 enable_msvcp120
1204 enable_msvcp120_app
1205 enable_msvcp60
1206 enable_msvcp70
1207 enable_msvcp71
1208 enable_msvcp80
1209 enable_msvcp90
1210 enable_msvcr100
1211 enable_msvcr110
1212 enable_msvcr120
1213 enable_msvcr120_app
1214 enable_msvcr70
1215 enable_msvcr71
1216 enable_msvcr80
1217 enable_msvcr90
1218 enable_msvcrt
1219 enable_msvcrt20
1220 enable_msvcrt40
1221 enable_msvcrtd
1222 enable_msvfw32
1223 enable_msvidc32
1224 enable_mswsock
1225 enable_msxml
1226 enable_msxml2
1227 enable_msxml3
1228 enable_msxml4
1229 enable_msxml6
1230 enable_nddeapi
1231 enable_ndis_sys
1232 enable_netapi32
1233 enable_netcfgx
1234 enable_netprofm
1235 enable_newdev
1236 enable_normaliz
1237 enable_npmshtml
1238 enable_npptools
1239 enable_ntdll
1240 enable_ntdsapi
1241 enable_ntoskrnl_exe
1242 enable_ntprint
1243 enable_objsel
1244 enable_odbc32
1245 enable_odbccp32
1246 enable_odbccu32
1247 enable_ole32
1248 enable_oleacc
1249 enable_oleaut32
1250 enable_olecli32
1251 enable_oledb32
1252 enable_oledlg
1253 enable_olepro32
1254 enable_olesvr32
1255 enable_olethk32
1256 enable_openal32
1257 enable_opencl
1258 enable_opengl32
1259 enable_packager
1260 enable_pdh
1261 enable_photometadatahandler
1262 enable_pidgen
1263 enable_powrprof
1264 enable_printui
1265 enable_prntvpt
1266 enable_propsys
1267 enable_psapi
1268 enable_pstorec
1269 enable_qcap
1270 enable_qedit
1271 enable_qmgr
1272 enable_qmgrprxy
1273 enable_quartz
1274 enable_query
1275 enable_rasapi32
1276 enable_rasdlg
1277 enable_regapi
1278 enable_resutils
1279 enable_riched20
1280 enable_riched32
1281 enable_rpcrt4
1282 enable_rsabase
1283 enable_rsaenh
1284 enable_rstrtmgr
1285 enable_rtutils
1286 enable_samlib
1287 enable_sane_ds
1288 enable_scarddlg
1289 enable_sccbase
1290 enable_schannel
1291 enable_schedsvc
1292 enable_scrrun
1293 enable_scsiport_sys
1294 enable_secur32
1295 enable_security
1296 enable_sensapi
1297 enable_serialui
1298 enable_setupapi
1299 enable_sfc
1300 enable_sfc_os
1301 enable_shdoclc
1302 enable_shdocvw
1303 enable_shell32
1304 enable_shfolder
1305 enable_shlwapi
1306 enable_slbcsp
1307 enable_slc
1308 enable_snmpapi
1309 enable_softpub
1310 enable_spoolss
1311 enable_stdole2_tlb
1312 enable_stdole32_tlb
1313 enable_sti
1314 enable_svrapi
1315 enable_sxs
1316 enable_t2embed
1317 enable_tapi32
1318 enable_taskschd
1319 enable_tdi_sys
1320 enable_traffic
1321 enable_twain_32
1322 enable_ucrtbase
1323 enable_unicows
1324 enable_updspapi
1325 enable_url
1326 enable_urlmon
1327 enable_usbd_sys
1328 enable_user32
1329 enable_userenv
1330 enable_usp10
1331 enable_uxtheme
1332 enable_vbscript
1333 enable_vcomp
1334 enable_vcomp100
1335 enable_vcomp110
1336 enable_vcomp120
1337 enable_vcomp90
1338 enable_vcruntime140
1339 enable_vdmdbg
1340 enable_version
1341 enable_vssapi
1342 enable_wbemdisp
1343 enable_wbemprox
1344 enable_webservices
1345 enable_wer
1346 enable_wevtapi
1347 enable_wiaservc
1348 enable_wimgapi
1349 enable_windowscodecs
1350 enable_windowscodecsext
1351 enable_winealsa_drv
1352 enable_winecoreaudio_drv
1353 enable_wined3d
1354 enable_winegstreamer
1355 enable_winejoystick_drv
1356 enable_winemac_drv
1357 enable_winemapi
1358 enable_winemp3_acm
1359 enable_wineoss_drv
1360 enable_wineps_drv
1361 enable_winepulse_drv
1362 enable_wineqtdecoder
1363 enable_winex11_drv
1364 enable_wing32
1365 enable_winhttp
1366 enable_wininet
1367 enable_winmm
1368 enable_winnls32
1369 enable_winscard
1370 enable_winspool_drv
1371 enable_winsta
1372 enable_wintab32
1373 enable_wintrust
1374 enable_wlanapi
1375 enable_wldap32
1376 enable_wmi
1377 enable_wmiutils
1378 enable_wmp
1379 enable_wmvcore
1380 enable_wnaspi32
1381 enable_wpcap
1382 enable_ws2_32
1383 enable_wshom_ocx
1384 enable_wsnmp32
1385 enable_wsock32
1386 enable_wtsapi32
1387 enable_wuapi
1388 enable_wuaueng
1389 enable_x3daudio1_0
1390 enable_x3daudio1_1
1391 enable_x3daudio1_2
1392 enable_x3daudio1_3
1393 enable_x3daudio1_4
1394 enable_x3daudio1_5
1395 enable_x3daudio1_6
1396 enable_x3daudio1_7
1397 enable_xapofx1_1
1398 enable_xapofx1_2
1399 enable_xapofx1_3
1400 enable_xapofx1_4
1401 enable_xapofx1_5
1402 enable_xaudio2_0
1403 enable_xaudio2_1
1404 enable_xaudio2_2
1405 enable_xaudio2_3
1406 enable_xaudio2_4
1407 enable_xaudio2_5
1408 enable_xaudio2_6
1409 enable_xaudio2_7
1410 enable_xaudio2_8
1411 enable_xinput1_1
1412 enable_xinput1_2
1413 enable_xinput1_3
1414 enable_xinput1_4
1415 enable_xinput9_1_0
1416 enable_xmllite
1417 enable_xolehlp
1418 enable_xpsprint
1419 enable_xpssvcs
1420 enable_fonts
1421 enable_include
1422 enable_libs_port
1423 enable_libs_wine
1424 enable_libs_wpp
1425 enable_loader
1426 enable_arp
1427 enable_aspnet_regiis
1428 enable_attrib
1429 enable_cabarc
1430 enable_cacls
1431 enable_clock
1432 enable_cmd
1433 enable_conhost
1434 enable_control
1435 enable_cscript
1436 enable_dpnsvr
1437 enable_dxdiag
1438 enable_eject
1439 enable_expand
1440 enable_explorer
1441 enable_extrac32
1442 enable_findstr
1443 enable_hh
1444 enable_hostname
1445 enable_icinfo
1446 enable_iexplore
1447 enable_ipconfig
1448 enable_lodctr
1449 enable_mofcomp
1450 enable_mshta
1451 enable_msiexec
1452 enable_net
1453 enable_netsh
1454 enable_netstat
1455 enable_ngen
1456 enable_notepad
1457 enable_oleview
1458 enable_ping
1459 enable_plugplay
1460 enable_presentationfontcache
1461 enable_progman
1462 enable_reg
1463 enable_regasm
1464 enable_regedit
1465 enable_regsvcs
1466 enable_regsvr32
1467 enable_rpcss
1468 enable_rundll32
1469 enable_sc
1470 enable_schtasks
1471 enable_sdbinst
1472 enable_secedit
1473 enable_servicemodelreg
1474 enable_services
1475 enable_spoolsv
1476 enable_start
1477 enable_svchost
1478 enable_systeminfo
1479 enable_taskkill
1480 enable_tasklist
1481 enable_taskmgr
1482 enable_termsv
1483 enable_uninstaller
1484 enable_unlodctr
1485 enable_view
1486 enable_wevtutil
1487 enable_wineboot
1488 enable_winebrowser
1489 enable_winecfg
1490 enable_wineconsole
1491 enable_winedbg
1492 enable_winedevice
1493 enable_winefile
1494 enable_winemenubuilder
1495 enable_winemine
1496 enable_winemsibuilder
1497 enable_winepath
1498 enable_winetest
1499 enable_winhlp32
1500 enable_winver
1501 enable_wmic
1502 enable_wmplayer
1503 enable_wordpad
1504 enable_write
1505 enable_wscript
1506 enable_wusa
1507 enable_xcopy
1508 enable_server
1509 enable_tools
1511 ac_precious_vars='build_alias
1512 host_alias
1513 target_alias
1515 CFLAGS
1516 LDFLAGS
1517 LIBS
1518 CPPFLAGS
1520 CXXFLAGS
1523 XMKMF
1524 XML2_CFLAGS
1525 XML2_LIBS
1526 XSLT_CFLAGS
1527 XSLT_LIBS
1528 DBUS_CFLAGS
1529 DBUS_LIBS
1530 HAL_CFLAGS
1531 HAL_LIBS
1532 GNUTLS_CFLAGS
1533 GNUTLS_LIBS
1534 SANE_CFLAGS
1535 SANE_LIBS
1536 GPHOTO2_CFLAGS
1537 GPHOTO2_LIBS
1538 GPHOTO2_PORT_CFLAGS
1539 GPHOTO2_PORT_LIBS
1540 LCMS2_CFLAGS
1541 LCMS2_LIBS
1542 FREETYPE_CFLAGS
1543 FREETYPE_LIBS
1544 PULSE_CFLAGS
1545 PULSE_LIBS
1546 GSTREAMER_CFLAGS
1547 GSTREAMER_LIBS
1548 CAPI20_CFLAGS
1549 CAPI20_LIBS
1550 FONTCONFIG_CFLAGS
1551 FONTCONFIG_LIBS
1552 JPEG_CFLAGS
1553 JPEG_LIBS
1554 PNG_CFLAGS
1555 PNG_LIBS
1556 TIFF_CFLAGS
1557 TIFF_LIBS
1558 MPG123_CFLAGS
1559 MPG123_LIBS'
1562 # Initialize some variables set by options.
1563 ac_init_help=
1564 ac_init_version=false
1565 ac_unrecognized_opts=
1566 ac_unrecognized_sep=
1567 # The variables have the same names as the options, with
1568 # dashes changed to underlines.
1569 cache_file=/dev/null
1570 exec_prefix=NONE
1571 no_create=
1572 no_recursion=
1573 prefix=NONE
1574 program_prefix=NONE
1575 program_suffix=NONE
1576 program_transform_name=s,x,x,
1577 silent=
1578 site=
1579 srcdir=
1580 verbose=
1581 x_includes=NONE
1582 x_libraries=NONE
1584 # Installation directory options.
1585 # These are left unexpanded so users can "make install exec_prefix=/foo"
1586 # and all the variables that are supposed to be based on exec_prefix
1587 # by default will actually change.
1588 # Use braces instead of parens because sh, perl, etc. also accept them.
1589 # (The list follows the same order as the GNU Coding Standards.)
1590 bindir='${exec_prefix}/bin'
1591 sbindir='${exec_prefix}/sbin'
1592 libexecdir='${exec_prefix}/libexec'
1593 datarootdir='${prefix}/share'
1594 datadir='${datarootdir}'
1595 sysconfdir='${prefix}/etc'
1596 sharedstatedir='${prefix}/com'
1597 localstatedir='${prefix}/var'
1598 runstatedir='${localstatedir}/run'
1599 includedir='${prefix}/include'
1600 oldincludedir='/usr/include'
1601 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1602 infodir='${datarootdir}/info'
1603 htmldir='${docdir}'
1604 dvidir='${docdir}'
1605 pdfdir='${docdir}'
1606 psdir='${docdir}'
1607 libdir='${exec_prefix}/lib'
1608 localedir='${datarootdir}/locale'
1609 mandir='${datarootdir}/man'
1611 ac_prev=
1612 ac_dashdash=
1613 for ac_option
1615 # If the previous option needs an argument, assign it.
1616 if test -n "$ac_prev"; then
1617 eval $ac_prev=\$ac_option
1618 ac_prev=
1619 continue
1622 case $ac_option in
1623 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1624 *=) ac_optarg= ;;
1625 *) ac_optarg=yes ;;
1626 esac
1628 # Accept the important Cygnus configure options, so we can diagnose typos.
1630 case $ac_dashdash$ac_option in
1632 ac_dashdash=yes ;;
1634 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1635 ac_prev=bindir ;;
1636 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1637 bindir=$ac_optarg ;;
1639 -build | --build | --buil | --bui | --bu)
1640 ac_prev=build_alias ;;
1641 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1642 build_alias=$ac_optarg ;;
1644 -cache-file | --cache-file | --cache-fil | --cache-fi \
1645 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1646 ac_prev=cache_file ;;
1647 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1648 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1649 cache_file=$ac_optarg ;;
1651 --config-cache | -C)
1652 cache_file=config.cache ;;
1654 -datadir | --datadir | --datadi | --datad)
1655 ac_prev=datadir ;;
1656 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1657 datadir=$ac_optarg ;;
1659 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1660 | --dataroo | --dataro | --datar)
1661 ac_prev=datarootdir ;;
1662 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1663 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1664 datarootdir=$ac_optarg ;;
1666 -disable-* | --disable-*)
1667 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1668 # Reject names that are not valid shell variable names.
1669 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1670 as_fn_error $? "invalid feature name: $ac_useropt"
1671 ac_useropt_orig=$ac_useropt
1672 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1673 case $ac_user_opts in
1675 "enable_$ac_useropt"
1676 "*) ;;
1677 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1678 ac_unrecognized_sep=', ';;
1679 esac
1680 eval enable_$ac_useropt=no ;;
1682 -docdir | --docdir | --docdi | --doc | --do)
1683 ac_prev=docdir ;;
1684 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1685 docdir=$ac_optarg ;;
1687 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1688 ac_prev=dvidir ;;
1689 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1690 dvidir=$ac_optarg ;;
1692 -enable-* | --enable-*)
1693 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1694 # Reject names that are not valid shell variable names.
1695 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1696 as_fn_error $? "invalid feature name: $ac_useropt"
1697 ac_useropt_orig=$ac_useropt
1698 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1699 case $ac_user_opts in
1701 "enable_$ac_useropt"
1702 "*) ;;
1703 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1704 ac_unrecognized_sep=', ';;
1705 esac
1706 eval enable_$ac_useropt=\$ac_optarg ;;
1708 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1709 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1710 | --exec | --exe | --ex)
1711 ac_prev=exec_prefix ;;
1712 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1713 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1714 | --exec=* | --exe=* | --ex=*)
1715 exec_prefix=$ac_optarg ;;
1717 -gas | --gas | --ga | --g)
1718 # Obsolete; use --with-gas.
1719 with_gas=yes ;;
1721 -help | --help | --hel | --he | -h)
1722 ac_init_help=long ;;
1723 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1724 ac_init_help=recursive ;;
1725 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1726 ac_init_help=short ;;
1728 -host | --host | --hos | --ho)
1729 ac_prev=host_alias ;;
1730 -host=* | --host=* | --hos=* | --ho=*)
1731 host_alias=$ac_optarg ;;
1733 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1734 ac_prev=htmldir ;;
1735 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1736 | --ht=*)
1737 htmldir=$ac_optarg ;;
1739 -includedir | --includedir | --includedi | --included | --include \
1740 | --includ | --inclu | --incl | --inc)
1741 ac_prev=includedir ;;
1742 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1743 | --includ=* | --inclu=* | --incl=* | --inc=*)
1744 includedir=$ac_optarg ;;
1746 -infodir | --infodir | --infodi | --infod | --info | --inf)
1747 ac_prev=infodir ;;
1748 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1749 infodir=$ac_optarg ;;
1751 -libdir | --libdir | --libdi | --libd)
1752 ac_prev=libdir ;;
1753 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1754 libdir=$ac_optarg ;;
1756 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1757 | --libexe | --libex | --libe)
1758 ac_prev=libexecdir ;;
1759 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1760 | --libexe=* | --libex=* | --libe=*)
1761 libexecdir=$ac_optarg ;;
1763 -localedir | --localedir | --localedi | --localed | --locale)
1764 ac_prev=localedir ;;
1765 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1766 localedir=$ac_optarg ;;
1768 -localstatedir | --localstatedir | --localstatedi | --localstated \
1769 | --localstate | --localstat | --localsta | --localst | --locals)
1770 ac_prev=localstatedir ;;
1771 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1772 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1773 localstatedir=$ac_optarg ;;
1775 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1776 ac_prev=mandir ;;
1777 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1778 mandir=$ac_optarg ;;
1780 -nfp | --nfp | --nf)
1781 # Obsolete; use --without-fp.
1782 with_fp=no ;;
1784 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1785 | --no-cr | --no-c | -n)
1786 no_create=yes ;;
1788 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1789 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1790 no_recursion=yes ;;
1792 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1793 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1794 | --oldin | --oldi | --old | --ol | --o)
1795 ac_prev=oldincludedir ;;
1796 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1797 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1798 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1799 oldincludedir=$ac_optarg ;;
1801 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1802 ac_prev=prefix ;;
1803 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1804 prefix=$ac_optarg ;;
1806 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1807 | --program-pre | --program-pr | --program-p)
1808 ac_prev=program_prefix ;;
1809 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1810 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1811 program_prefix=$ac_optarg ;;
1813 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1814 | --program-suf | --program-su | --program-s)
1815 ac_prev=program_suffix ;;
1816 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1817 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1818 program_suffix=$ac_optarg ;;
1820 -program-transform-name | --program-transform-name \
1821 | --program-transform-nam | --program-transform-na \
1822 | --program-transform-n | --program-transform- \
1823 | --program-transform | --program-transfor \
1824 | --program-transfo | --program-transf \
1825 | --program-trans | --program-tran \
1826 | --progr-tra | --program-tr | --program-t)
1827 ac_prev=program_transform_name ;;
1828 -program-transform-name=* | --program-transform-name=* \
1829 | --program-transform-nam=* | --program-transform-na=* \
1830 | --program-transform-n=* | --program-transform-=* \
1831 | --program-transform=* | --program-transfor=* \
1832 | --program-transfo=* | --program-transf=* \
1833 | --program-trans=* | --program-tran=* \
1834 | --progr-tra=* | --program-tr=* | --program-t=*)
1835 program_transform_name=$ac_optarg ;;
1837 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1838 ac_prev=pdfdir ;;
1839 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1840 pdfdir=$ac_optarg ;;
1842 -psdir | --psdir | --psdi | --psd | --ps)
1843 ac_prev=psdir ;;
1844 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1845 psdir=$ac_optarg ;;
1847 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1848 | -silent | --silent | --silen | --sile | --sil)
1849 silent=yes ;;
1851 -runstatedir | --runstatedir | --runstatedi | --runstated \
1852 | --runstate | --runstat | --runsta | --runst | --runs \
1853 | --run | --ru | --r)
1854 ac_prev=runstatedir ;;
1855 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1856 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1857 | --run=* | --ru=* | --r=*)
1858 runstatedir=$ac_optarg ;;
1860 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1861 ac_prev=sbindir ;;
1862 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1863 | --sbi=* | --sb=*)
1864 sbindir=$ac_optarg ;;
1866 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1867 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1868 | --sharedst | --shareds | --shared | --share | --shar \
1869 | --sha | --sh)
1870 ac_prev=sharedstatedir ;;
1871 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1872 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1873 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1874 | --sha=* | --sh=*)
1875 sharedstatedir=$ac_optarg ;;
1877 -site | --site | --sit)
1878 ac_prev=site ;;
1879 -site=* | --site=* | --sit=*)
1880 site=$ac_optarg ;;
1882 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1883 ac_prev=srcdir ;;
1884 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1885 srcdir=$ac_optarg ;;
1887 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1888 | --syscon | --sysco | --sysc | --sys | --sy)
1889 ac_prev=sysconfdir ;;
1890 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1891 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1892 sysconfdir=$ac_optarg ;;
1894 -target | --target | --targe | --targ | --tar | --ta | --t)
1895 ac_prev=target_alias ;;
1896 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1897 target_alias=$ac_optarg ;;
1899 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1900 verbose=yes ;;
1902 -version | --version | --versio | --versi | --vers | -V)
1903 ac_init_version=: ;;
1905 -with-* | --with-*)
1906 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1907 # Reject names that are not valid shell variable names.
1908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1909 as_fn_error $? "invalid package name: $ac_useropt"
1910 ac_useropt_orig=$ac_useropt
1911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1912 case $ac_user_opts in
1914 "with_$ac_useropt"
1915 "*) ;;
1916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1917 ac_unrecognized_sep=', ';;
1918 esac
1919 eval with_$ac_useropt=\$ac_optarg ;;
1921 -without-* | --without-*)
1922 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1923 # Reject names that are not valid shell variable names.
1924 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1925 as_fn_error $? "invalid package name: $ac_useropt"
1926 ac_useropt_orig=$ac_useropt
1927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1928 case $ac_user_opts in
1930 "with_$ac_useropt"
1931 "*) ;;
1932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1933 ac_unrecognized_sep=', ';;
1934 esac
1935 eval with_$ac_useropt=no ;;
1937 --x)
1938 # Obsolete; use --with-x.
1939 with_x=yes ;;
1941 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1942 | --x-incl | --x-inc | --x-in | --x-i)
1943 ac_prev=x_includes ;;
1944 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1945 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1946 x_includes=$ac_optarg ;;
1948 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1949 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1950 ac_prev=x_libraries ;;
1951 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1952 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1953 x_libraries=$ac_optarg ;;
1955 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1956 Try \`$0 --help' for more information"
1959 *=*)
1960 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1961 # Reject names that are not valid shell variable names.
1962 case $ac_envvar in #(
1963 '' | [0-9]* | *[!_$as_cr_alnum]* )
1964 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1965 esac
1966 eval $ac_envvar=\$ac_optarg
1967 export $ac_envvar ;;
1970 # FIXME: should be removed in autoconf 3.0.
1971 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1972 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1973 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1974 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1977 esac
1978 done
1980 if test -n "$ac_prev"; then
1981 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1982 as_fn_error $? "missing argument to $ac_option"
1985 if test -n "$ac_unrecognized_opts"; then
1986 case $enable_option_checking in
1987 no) ;;
1988 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1989 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1990 esac
1993 # Check all directory arguments for consistency.
1994 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1995 datadir sysconfdir sharedstatedir localstatedir includedir \
1996 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1997 libdir localedir mandir runstatedir
1999 eval ac_val=\$$ac_var
2000 # Remove trailing slashes.
2001 case $ac_val in
2002 */ )
2003 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2004 eval $ac_var=\$ac_val;;
2005 esac
2006 # Be sure to have absolute directory names.
2007 case $ac_val in
2008 [\\/$]* | ?:[\\/]* ) continue;;
2009 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2010 esac
2011 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2012 done
2014 # There might be people who depend on the old broken behavior: `$host'
2015 # used to hold the argument of --host etc.
2016 # FIXME: To remove some day.
2017 build=$build_alias
2018 host=$host_alias
2019 target=$target_alias
2021 # FIXME: To remove some day.
2022 if test "x$host_alias" != x; then
2023 if test "x$build_alias" = x; then
2024 cross_compiling=maybe
2025 elif test "x$build_alias" != "x$host_alias"; then
2026 cross_compiling=yes
2030 ac_tool_prefix=
2031 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2033 test "$silent" = yes && exec 6>/dev/null
2036 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2037 ac_ls_di=`ls -di .` &&
2038 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2039 as_fn_error $? "working directory cannot be determined"
2040 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2041 as_fn_error $? "pwd does not report name of working directory"
2044 # Find the source files, if location was not specified.
2045 if test -z "$srcdir"; then
2046 ac_srcdir_defaulted=yes
2047 # Try the directory containing this script, then the parent directory.
2048 ac_confdir=`$as_dirname -- "$as_myself" ||
2049 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2050 X"$as_myself" : 'X\(//\)[^/]' \| \
2051 X"$as_myself" : 'X\(//\)$' \| \
2052 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2053 $as_echo X"$as_myself" |
2054 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2055 s//\1/
2058 /^X\(\/\/\)[^/].*/{
2059 s//\1/
2062 /^X\(\/\/\)$/{
2063 s//\1/
2066 /^X\(\/\).*/{
2067 s//\1/
2070 s/.*/./; q'`
2071 srcdir=$ac_confdir
2072 if test ! -r "$srcdir/$ac_unique_file"; then
2073 srcdir=..
2075 else
2076 ac_srcdir_defaulted=no
2078 if test ! -r "$srcdir/$ac_unique_file"; then
2079 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2080 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2082 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2083 ac_abs_confdir=`(
2084 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2085 pwd)`
2086 # When building in place, set srcdir=.
2087 if test "$ac_abs_confdir" = "$ac_pwd"; then
2088 srcdir=.
2090 # Remove unnecessary trailing slashes from srcdir.
2091 # Double slashes in file names in object file debugging info
2092 # mess up M-x gdb in Emacs.
2093 case $srcdir in
2094 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2095 esac
2096 for ac_var in $ac_precious_vars; do
2097 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2098 eval ac_env_${ac_var}_value=\$${ac_var}
2099 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2100 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2101 done
2104 # Report the --help message.
2106 if test "$ac_init_help" = "long"; then
2107 # Omit some internal or obsolete options to make the list less imposing.
2108 # This message is too long to be a string in the A/UX 3.1 sh.
2109 cat <<_ACEOF
2110 \`configure' configures Wine 1.9.1 to adapt to many kinds of systems.
2112 Usage: $0 [OPTION]... [VAR=VALUE]...
2114 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2115 VAR=VALUE. See below for descriptions of some of the useful variables.
2117 Defaults for the options are specified in brackets.
2119 Configuration:
2120 -h, --help display this help and exit
2121 --help=short display options specific to this package
2122 --help=recursive display the short help of all the included packages
2123 -V, --version display version information and exit
2124 -q, --quiet, --silent do not print \`checking ...' messages
2125 --cache-file=FILE cache test results in FILE [disabled]
2126 -C, --config-cache alias for \`--cache-file=config.cache'
2127 -n, --no-create do not create output files
2128 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2130 Installation directories:
2131 --prefix=PREFIX install architecture-independent files in PREFIX
2132 [$ac_default_prefix]
2133 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2134 [PREFIX]
2136 By default, \`make install' will install all the files in
2137 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2138 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2139 for instance \`--prefix=\$HOME'.
2141 For better control, use the options below.
2143 Fine tuning of the installation directories:
2144 --bindir=DIR user executables [EPREFIX/bin]
2145 --sbindir=DIR system admin executables [EPREFIX/sbin]
2146 --libexecdir=DIR program executables [EPREFIX/libexec]
2147 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2148 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2149 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2150 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2151 --libdir=DIR object code libraries [EPREFIX/lib]
2152 --includedir=DIR C header files [PREFIX/include]
2153 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2154 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2155 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2156 --infodir=DIR info documentation [DATAROOTDIR/info]
2157 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2158 --mandir=DIR man documentation [DATAROOTDIR/man]
2159 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2160 --htmldir=DIR html documentation [DOCDIR]
2161 --dvidir=DIR dvi documentation [DOCDIR]
2162 --pdfdir=DIR pdf documentation [DOCDIR]
2163 --psdir=DIR ps documentation [DOCDIR]
2164 _ACEOF
2166 cat <<\_ACEOF
2168 X features:
2169 --x-includes=DIR X include files are in DIR
2170 --x-libraries=DIR X library files are in DIR
2172 System types:
2173 --build=BUILD configure for building on BUILD [guessed]
2174 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2175 _ACEOF
2178 if test -n "$ac_init_help"; then
2179 case $ac_init_help in
2180 short | recursive ) echo "Configuration of Wine 1.9.1:";;
2181 esac
2182 cat <<\_ACEOF
2184 Optional Features:
2185 --disable-option-checking ignore unrecognized --enable/--with options
2186 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2187 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2188 --disable-win16 do not include Win16 support
2189 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2190 binaries)
2191 --disable-tests do not build the regression tests
2192 --enable-maintainer-mode
2193 enable maintainer-specific build rules
2194 --disable-largefile omit support for large files
2196 Optional Packages:
2197 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2198 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2199 --without-alsa do not use the Alsa sound support
2200 --without-capi do not use CAPI (ISDN support)
2201 --without-cms do not use CMS (color management support)
2202 --without-coreaudio do not use the CoreAudio sound support
2203 --without-cups do not use CUPS
2204 --without-curses do not use (n)curses
2205 --without-dbus do not use DBus (dynamic device support)
2206 --without-fontconfig do not use fontconfig
2207 --without-freetype do not use the FreeType library
2208 --without-gettext do not use gettext
2209 --with-gettextpo use the GetTextPO library to rebuild po files
2210 --without-gphoto do not use gphoto (Digital Camera support)
2211 --without-glu do not use the GLU library
2212 --without-gnutls do not use GnuTLS (schannel support)
2213 --without-gsm do not use libgsm (GSM 06.10 codec support)
2214 --without-gstreamer do not use GStreamer (codecs support)
2215 --without-hal do not use HAL (dynamic device support)
2216 --without-jpeg do not use JPEG
2217 --without-ldap do not use LDAP
2218 --without-mpg123 do not use the mpg123 library
2219 --without-netapi do not use the Samba NetAPI library
2220 --without-openal do not use OpenAL
2221 --without-opencl do not use OpenCL
2222 --without-opengl do not use OpenGL
2223 --without-osmesa do not use the OSMesa library
2224 --without-oss do not use the OSS sound support
2225 --without-pcap do not use the Packet Capture library
2226 --without-png do not use PNG
2227 --without-pthread do not use the pthread library
2228 --without-pulse do not use PulseAudio sound support
2229 --without-sane do not use SANE (scanner support)
2230 --without-tiff do not use TIFF
2231 --without-v4l do not use v4l1 (v4l support)
2232 --without-xcomposite do not use the Xcomposite extension
2233 --without-xcursor do not use the Xcursor extension
2234 --without-xinerama do not use Xinerama (multi-monitor support)
2235 --without-xinput do not use the Xinput extension
2236 --without-xinput2 do not use the Xinput 2 extension
2237 --without-xml do not use XML
2238 --without-xrandr do not use Xrandr (resolution changes)
2239 --without-xrender do not use the Xrender extension
2240 --without-xshape do not use the Xshape extension
2241 --without-xshm do not use XShm (shared memory extension)
2242 --without-xslt do not use XSLT
2243 --without-xxf86vm do not use XFree video mode extension
2244 --without-zlib do not use Zlib (data compression)
2245 --with-wine-tools=DIR use Wine tools from directory DIR
2246 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2247 --with-x use the X Window System
2249 Some influential environment variables:
2250 CC C compiler command
2251 CFLAGS C compiler flags
2252 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2253 nonstandard directory <lib dir>
2254 LIBS libraries to pass to the linker, e.g. -l<library>
2255 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2256 you have headers in a nonstandard directory <include dir>
2257 CXX C++ compiler command
2258 CXXFLAGS C++ compiler flags
2259 CPP C preprocessor
2260 XMKMF Path to xmkmf, Makefile generator for X Window System
2261 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2262 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2263 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2264 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2265 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2266 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2267 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2268 HAL_LIBS Linker flags for hal, overriding pkg-config
2269 GNUTLS_CFLAGS
2270 C compiler flags for gnutls, overriding pkg-config
2271 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2272 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2273 SANE_LIBS Linker flags for libsane, overriding pkg-config
2274 GPHOTO2_CFLAGS
2275 C compiler flags for libgphoto2, overriding pkg-config
2276 GPHOTO2_LIBS
2277 Linker flags for libgphoto2, overriding pkg-config
2278 GPHOTO2_PORT_CFLAGS
2279 C compiler flags for libgphoto2_port, overriding pkg-config
2280 GPHOTO2_PORT_LIBS
2281 Linker flags for libgphoto2_port, overriding pkg-config
2282 LCMS2_CFLAGS
2283 C compiler flags for lcms2, overriding pkg-config
2284 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2285 FREETYPE_CFLAGS
2286 C compiler flags for freetype2, overriding pkg-config
2287 FREETYPE_LIBS
2288 Linker flags for freetype2, overriding pkg-config
2289 PULSE_CFLAGS
2290 C compiler flags for libpulse, overriding pkg-config
2291 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2292 GSTREAMER_CFLAGS
2293 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2294 gstreamer-audio-1.0, overriding pkg-config
2295 GSTREAMER_LIBS
2296 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2297 gstreamer-audio-1.0, overriding pkg-config
2298 CAPI20_CFLAGS
2299 C compiler flags for capi20, overriding pkg-config
2300 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2301 FONTCONFIG_CFLAGS
2302 C compiler flags for fontconfig, overriding pkg-config
2303 FONTCONFIG_LIBS
2304 Linker flags for fontconfig, overriding pkg-config
2305 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2306 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2307 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2308 PNG_LIBS Linker flags for libpng, overriding pkg-config
2309 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2310 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2311 MPG123_CFLAGS
2312 C compiler flags for libmpg123, overriding pkg-config
2313 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2315 Use these variables to override the choices made by `configure' or to help
2316 it to find libraries and programs with nonstandard names/locations.
2318 Report bugs to <wine-devel@winehq.org>.
2319 Wine home page: <http://www.winehq.org>.
2320 _ACEOF
2321 ac_status=$?
2324 if test "$ac_init_help" = "recursive"; then
2325 # If there are subdirs, report their specific --help.
2326 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2327 test -d "$ac_dir" ||
2328 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2329 continue
2330 ac_builddir=.
2332 case "$ac_dir" in
2333 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2335 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2336 # A ".." for each directory in $ac_dir_suffix.
2337 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2338 case $ac_top_builddir_sub in
2339 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2340 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2341 esac ;;
2342 esac
2343 ac_abs_top_builddir=$ac_pwd
2344 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2345 # for backward compatibility:
2346 ac_top_builddir=$ac_top_build_prefix
2348 case $srcdir in
2349 .) # We are building in place.
2350 ac_srcdir=.
2351 ac_top_srcdir=$ac_top_builddir_sub
2352 ac_abs_top_srcdir=$ac_pwd ;;
2353 [\\/]* | ?:[\\/]* ) # Absolute name.
2354 ac_srcdir=$srcdir$ac_dir_suffix;
2355 ac_top_srcdir=$srcdir
2356 ac_abs_top_srcdir=$srcdir ;;
2357 *) # Relative name.
2358 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2359 ac_top_srcdir=$ac_top_build_prefix$srcdir
2360 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2361 esac
2362 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2364 cd "$ac_dir" || { ac_status=$?; continue; }
2365 # Check for guested configure.
2366 if test -f "$ac_srcdir/configure.gnu"; then
2367 echo &&
2368 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2369 elif test -f "$ac_srcdir/configure"; then
2370 echo &&
2371 $SHELL "$ac_srcdir/configure" --help=recursive
2372 else
2373 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2374 fi || ac_status=$?
2375 cd "$ac_pwd" || { ac_status=$?; break; }
2376 done
2379 test -n "$ac_init_help" && exit $ac_status
2380 if $ac_init_version; then
2381 cat <<\_ACEOF
2382 Wine configure 1.9.1
2383 generated by GNU Autoconf 2.69
2385 Copyright (C) 2012 Free Software Foundation, Inc.
2386 This configure script is free software; the Free Software Foundation
2387 gives unlimited permission to copy, distribute and modify it.
2388 _ACEOF
2389 exit
2392 ## ------------------------ ##
2393 ## Autoconf initialization. ##
2394 ## ------------------------ ##
2396 # ac_fn_c_try_compile LINENO
2397 # --------------------------
2398 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2399 ac_fn_c_try_compile ()
2401 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2402 rm -f conftest.$ac_objext
2403 if { { ac_try="$ac_compile"
2404 case "(($ac_try" in
2405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2406 *) ac_try_echo=$ac_try;;
2407 esac
2408 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2409 $as_echo "$ac_try_echo"; } >&5
2410 (eval "$ac_compile") 2>conftest.err
2411 ac_status=$?
2412 if test -s conftest.err; then
2413 grep -v '^ *+' conftest.err >conftest.er1
2414 cat conftest.er1 >&5
2415 mv -f conftest.er1 conftest.err
2417 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2418 test $ac_status = 0; } && {
2419 test -z "$ac_c_werror_flag" ||
2420 test ! -s conftest.err
2421 } && test -s conftest.$ac_objext; then :
2422 ac_retval=0
2423 else
2424 $as_echo "$as_me: failed program was:" >&5
2425 sed 's/^/| /' conftest.$ac_ext >&5
2427 ac_retval=1
2429 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2430 as_fn_set_status $ac_retval
2432 } # ac_fn_c_try_compile
2434 # ac_fn_cxx_try_compile LINENO
2435 # ----------------------------
2436 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2437 ac_fn_cxx_try_compile ()
2439 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2440 rm -f conftest.$ac_objext
2441 if { { ac_try="$ac_compile"
2442 case "(($ac_try" in
2443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2444 *) ac_try_echo=$ac_try;;
2445 esac
2446 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2447 $as_echo "$ac_try_echo"; } >&5
2448 (eval "$ac_compile") 2>conftest.err
2449 ac_status=$?
2450 if test -s conftest.err; then
2451 grep -v '^ *+' conftest.err >conftest.er1
2452 cat conftest.er1 >&5
2453 mv -f conftest.er1 conftest.err
2455 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2456 test $ac_status = 0; } && {
2457 test -z "$ac_cxx_werror_flag" ||
2458 test ! -s conftest.err
2459 } && test -s conftest.$ac_objext; then :
2460 ac_retval=0
2461 else
2462 $as_echo "$as_me: failed program was:" >&5
2463 sed 's/^/| /' conftest.$ac_ext >&5
2465 ac_retval=1
2467 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2468 as_fn_set_status $ac_retval
2470 } # ac_fn_cxx_try_compile
2472 # ac_fn_c_try_link LINENO
2473 # -----------------------
2474 # Try to link conftest.$ac_ext, and return whether this succeeded.
2475 ac_fn_c_try_link ()
2477 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2478 rm -f conftest.$ac_objext conftest$ac_exeext
2479 if { { ac_try="$ac_link"
2480 case "(($ac_try" in
2481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2482 *) ac_try_echo=$ac_try;;
2483 esac
2484 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2485 $as_echo "$ac_try_echo"; } >&5
2486 (eval "$ac_link") 2>conftest.err
2487 ac_status=$?
2488 if test -s conftest.err; then
2489 grep -v '^ *+' conftest.err >conftest.er1
2490 cat conftest.er1 >&5
2491 mv -f conftest.er1 conftest.err
2493 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2494 test $ac_status = 0; } && {
2495 test -z "$ac_c_werror_flag" ||
2496 test ! -s conftest.err
2497 } && test -s conftest$ac_exeext && {
2498 test "$cross_compiling" = yes ||
2499 test -x conftest$ac_exeext
2500 }; then :
2501 ac_retval=0
2502 else
2503 $as_echo "$as_me: failed program was:" >&5
2504 sed 's/^/| /' conftest.$ac_ext >&5
2506 ac_retval=1
2508 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2509 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2510 # interfere with the next link command; also delete a directory that is
2511 # left behind by Apple's compiler. We do this before executing the actions.
2512 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2513 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2514 as_fn_set_status $ac_retval
2516 } # ac_fn_c_try_link
2518 # ac_fn_c_try_cpp LINENO
2519 # ----------------------
2520 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2521 ac_fn_c_try_cpp ()
2523 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2524 if { { ac_try="$ac_cpp conftest.$ac_ext"
2525 case "(($ac_try" in
2526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2527 *) ac_try_echo=$ac_try;;
2528 esac
2529 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2530 $as_echo "$ac_try_echo"; } >&5
2531 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2532 ac_status=$?
2533 if test -s conftest.err; then
2534 grep -v '^ *+' conftest.err >conftest.er1
2535 cat conftest.er1 >&5
2536 mv -f conftest.er1 conftest.err
2538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2539 test $ac_status = 0; } > conftest.i && {
2540 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2541 test ! -s conftest.err
2542 }; then :
2543 ac_retval=0
2544 else
2545 $as_echo "$as_me: failed program was:" >&5
2546 sed 's/^/| /' conftest.$ac_ext >&5
2548 ac_retval=1
2550 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2551 as_fn_set_status $ac_retval
2553 } # ac_fn_c_try_cpp
2555 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2556 # -------------------------------------------------------
2557 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2558 # the include files in INCLUDES and setting the cache variable VAR
2559 # accordingly.
2560 ac_fn_c_check_header_mongrel ()
2562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2563 if eval \${$3+:} false; then :
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2565 $as_echo_n "checking for $2... " >&6; }
2566 if eval \${$3+:} false; then :
2567 $as_echo_n "(cached) " >&6
2569 eval ac_res=\$$3
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2571 $as_echo "$ac_res" >&6; }
2572 else
2573 # Is the header compilable?
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2575 $as_echo_n "checking $2 usability... " >&6; }
2576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2577 /* end confdefs.h. */
2579 #include <$2>
2580 _ACEOF
2581 if ac_fn_c_try_compile "$LINENO"; then :
2582 ac_header_compiler=yes
2583 else
2584 ac_header_compiler=no
2586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2588 $as_echo "$ac_header_compiler" >&6; }
2590 # Is the header present?
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2592 $as_echo_n "checking $2 presence... " >&6; }
2593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2594 /* end confdefs.h. */
2595 #include <$2>
2596 _ACEOF
2597 if ac_fn_c_try_cpp "$LINENO"; then :
2598 ac_header_preproc=yes
2599 else
2600 ac_header_preproc=no
2602 rm -f conftest.err conftest.i conftest.$ac_ext
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2604 $as_echo "$ac_header_preproc" >&6; }
2606 # So? What about this header?
2607 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2608 yes:no: )
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2610 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2612 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2614 no:yes:* )
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2616 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2618 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2620 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2622 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2624 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2625 ( $as_echo "## ------------------------------------ ##
2626 ## Report this to wine-devel@winehq.org ##
2627 ## ------------------------------------ ##"
2628 ) | sed "s/^/$as_me: WARNING: /" >&2
2630 esac
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2632 $as_echo_n "checking for $2... " >&6; }
2633 if eval \${$3+:} false; then :
2634 $as_echo_n "(cached) " >&6
2635 else
2636 eval "$3=\$ac_header_compiler"
2638 eval ac_res=\$$3
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2640 $as_echo "$ac_res" >&6; }
2642 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2644 } # ac_fn_c_check_header_mongrel
2646 # ac_fn_c_try_run LINENO
2647 # ----------------------
2648 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2649 # that executables *can* be run.
2650 ac_fn_c_try_run ()
2652 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2653 if { { ac_try="$ac_link"
2654 case "(($ac_try" in
2655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2656 *) ac_try_echo=$ac_try;;
2657 esac
2658 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2659 $as_echo "$ac_try_echo"; } >&5
2660 (eval "$ac_link") 2>&5
2661 ac_status=$?
2662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2663 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2664 { { case "(($ac_try" in
2665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2666 *) ac_try_echo=$ac_try;;
2667 esac
2668 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2669 $as_echo "$ac_try_echo"; } >&5
2670 (eval "$ac_try") 2>&5
2671 ac_status=$?
2672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2673 test $ac_status = 0; }; }; then :
2674 ac_retval=0
2675 else
2676 $as_echo "$as_me: program exited with status $ac_status" >&5
2677 $as_echo "$as_me: failed program was:" >&5
2678 sed 's/^/| /' conftest.$ac_ext >&5
2680 ac_retval=$ac_status
2682 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2683 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2684 as_fn_set_status $ac_retval
2686 } # ac_fn_c_try_run
2688 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2689 # -------------------------------------------------------
2690 # Tests whether HEADER exists and can be compiled using the include files in
2691 # INCLUDES, setting the cache variable VAR accordingly.
2692 ac_fn_c_check_header_compile ()
2694 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2696 $as_echo_n "checking for $2... " >&6; }
2697 if eval \${$3+:} false; then :
2698 $as_echo_n "(cached) " >&6
2699 else
2700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2701 /* end confdefs.h. */
2703 #include <$2>
2704 _ACEOF
2705 if ac_fn_c_try_compile "$LINENO"; then :
2706 eval "$3=yes"
2707 else
2708 eval "$3=no"
2710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2712 eval ac_res=\$$3
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2714 $as_echo "$ac_res" >&6; }
2715 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2717 } # ac_fn_c_check_header_compile
2719 # ac_fn_c_check_func LINENO FUNC VAR
2720 # ----------------------------------
2721 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2722 ac_fn_c_check_func ()
2724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2726 $as_echo_n "checking for $2... " >&6; }
2727 if eval \${$3+:} false; then :
2728 $as_echo_n "(cached) " >&6
2729 else
2730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2731 /* end confdefs.h. */
2732 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2733 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2734 #define $2 innocuous_$2
2736 /* System header to define __stub macros and hopefully few prototypes,
2737 which can conflict with char $2 (); below.
2738 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2739 <limits.h> exists even on freestanding compilers. */
2741 #ifdef __STDC__
2742 # include <limits.h>
2743 #else
2744 # include <assert.h>
2745 #endif
2747 #undef $2
2749 /* Override any GCC internal prototype to avoid an error.
2750 Use char because int might match the return type of a GCC
2751 builtin and then its argument prototype would still apply. */
2752 #ifdef __cplusplus
2753 extern "C"
2754 #endif
2755 char $2 ();
2756 /* The GNU C library defines this for functions which it implements
2757 to always fail with ENOSYS. Some functions are actually named
2758 something starting with __ and the normal name is an alias. */
2759 #if defined __stub_$2 || defined __stub___$2
2760 choke me
2761 #endif
2764 main ()
2766 return $2 ();
2768 return 0;
2770 _ACEOF
2771 if ac_fn_c_try_link "$LINENO"; then :
2772 eval "$3=yes"
2773 else
2774 eval "$3=no"
2776 rm -f core conftest.err conftest.$ac_objext \
2777 conftest$ac_exeext conftest.$ac_ext
2779 eval ac_res=\$$3
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2781 $as_echo "$ac_res" >&6; }
2782 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2784 } # ac_fn_c_check_func
2786 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2787 # ----------------------------------------------------
2788 # Tries to find if the field MEMBER exists in type AGGR, after including
2789 # INCLUDES, setting cache variable VAR accordingly.
2790 ac_fn_c_check_member ()
2792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2794 $as_echo_n "checking for $2.$3... " >&6; }
2795 if eval \${$4+:} false; then :
2796 $as_echo_n "(cached) " >&6
2797 else
2798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2799 /* end confdefs.h. */
2802 main ()
2804 static $2 ac_aggr;
2805 if (ac_aggr.$3)
2806 return 0;
2808 return 0;
2810 _ACEOF
2811 if ac_fn_c_try_compile "$LINENO"; then :
2812 eval "$4=yes"
2813 else
2814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2815 /* end confdefs.h. */
2818 main ()
2820 static $2 ac_aggr;
2821 if (sizeof ac_aggr.$3)
2822 return 0;
2824 return 0;
2826 _ACEOF
2827 if ac_fn_c_try_compile "$LINENO"; then :
2828 eval "$4=yes"
2829 else
2830 eval "$4=no"
2832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2836 eval ac_res=\$$4
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2838 $as_echo "$ac_res" >&6; }
2839 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2841 } # ac_fn_c_check_member
2843 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2844 # -------------------------------------------
2845 # Tests whether TYPE exists after having included INCLUDES, setting cache
2846 # variable VAR accordingly.
2847 ac_fn_c_check_type ()
2849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2851 $as_echo_n "checking for $2... " >&6; }
2852 if eval \${$3+:} false; then :
2853 $as_echo_n "(cached) " >&6
2854 else
2855 eval "$3=no"
2856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2857 /* end confdefs.h. */
2860 main ()
2862 if (sizeof ($2))
2863 return 0;
2865 return 0;
2867 _ACEOF
2868 if ac_fn_c_try_compile "$LINENO"; then :
2869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2870 /* end confdefs.h. */
2873 main ()
2875 if (sizeof (($2)))
2876 return 0;
2878 return 0;
2880 _ACEOF
2881 if ac_fn_c_try_compile "$LINENO"; then :
2883 else
2884 eval "$3=yes"
2886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2890 eval ac_res=\$$3
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2892 $as_echo "$ac_res" >&6; }
2893 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2895 } # ac_fn_c_check_type
2896 cat >config.log <<_ACEOF
2897 This file contains any messages produced by compilers while
2898 running configure, to aid debugging if configure makes a mistake.
2900 It was created by Wine $as_me 1.9.1, which was
2901 generated by GNU Autoconf 2.69. Invocation command line was
2903 $ $0 $@
2905 _ACEOF
2906 exec 5>>config.log
2908 cat <<_ASUNAME
2909 ## --------- ##
2910 ## Platform. ##
2911 ## --------- ##
2913 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2914 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2915 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2916 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2917 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2919 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2920 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2922 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2923 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2924 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2925 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2926 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2927 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2928 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2930 _ASUNAME
2932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2933 for as_dir in $PATH
2935 IFS=$as_save_IFS
2936 test -z "$as_dir" && as_dir=.
2937 $as_echo "PATH: $as_dir"
2938 done
2939 IFS=$as_save_IFS
2941 } >&5
2943 cat >&5 <<_ACEOF
2946 ## ----------- ##
2947 ## Core tests. ##
2948 ## ----------- ##
2950 _ACEOF
2953 # Keep a trace of the command line.
2954 # Strip out --no-create and --no-recursion so they do not pile up.
2955 # Strip out --silent because we don't want to record it for future runs.
2956 # Also quote any args containing shell meta-characters.
2957 # Make two passes to allow for proper duplicate-argument suppression.
2958 ac_configure_args=
2959 ac_configure_args0=
2960 ac_configure_args1=
2961 ac_must_keep_next=false
2962 for ac_pass in 1 2
2964 for ac_arg
2966 case $ac_arg in
2967 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2968 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2969 | -silent | --silent | --silen | --sile | --sil)
2970 continue ;;
2971 *\'*)
2972 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2973 esac
2974 case $ac_pass in
2975 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2977 as_fn_append ac_configure_args1 " '$ac_arg'"
2978 if test $ac_must_keep_next = true; then
2979 ac_must_keep_next=false # Got value, back to normal.
2980 else
2981 case $ac_arg in
2982 *=* | --config-cache | -C | -disable-* | --disable-* \
2983 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2984 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2985 | -with-* | --with-* | -without-* | --without-* | --x)
2986 case "$ac_configure_args0 " in
2987 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2988 esac
2990 -* ) ac_must_keep_next=true ;;
2991 esac
2993 as_fn_append ac_configure_args " '$ac_arg'"
2995 esac
2996 done
2997 done
2998 { ac_configure_args0=; unset ac_configure_args0;}
2999 { ac_configure_args1=; unset ac_configure_args1;}
3001 # When interrupted or exit'd, cleanup temporary files, and complete
3002 # config.log. We remove comments because anyway the quotes in there
3003 # would cause problems or look ugly.
3004 # WARNING: Use '\'' to represent an apostrophe within the trap.
3005 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3006 trap 'exit_status=$?
3007 # Save into config.log some information that might help in debugging.
3009 echo
3011 $as_echo "## ---------------- ##
3012 ## Cache variables. ##
3013 ## ---------------- ##"
3014 echo
3015 # The following way of writing the cache mishandles newlines in values,
3017 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3018 eval ac_val=\$$ac_var
3019 case $ac_val in #(
3020 *${as_nl}*)
3021 case $ac_var in #(
3022 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3023 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3024 esac
3025 case $ac_var in #(
3026 _ | IFS | as_nl) ;; #(
3027 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3028 *) { eval $ac_var=; unset $ac_var;} ;;
3029 esac ;;
3030 esac
3031 done
3032 (set) 2>&1 |
3033 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3034 *${as_nl}ac_space=\ *)
3035 sed -n \
3036 "s/'\''/'\''\\\\'\'''\''/g;
3037 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3038 ;; #(
3040 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3042 esac |
3043 sort
3045 echo
3047 $as_echo "## ----------------- ##
3048 ## Output variables. ##
3049 ## ----------------- ##"
3050 echo
3051 for ac_var in $ac_subst_vars
3053 eval ac_val=\$$ac_var
3054 case $ac_val in
3055 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3056 esac
3057 $as_echo "$ac_var='\''$ac_val'\''"
3058 done | sort
3059 echo
3061 if test -n "$ac_subst_files"; then
3062 $as_echo "## ------------------- ##
3063 ## File substitutions. ##
3064 ## ------------------- ##"
3065 echo
3066 for ac_var in $ac_subst_files
3068 eval ac_val=\$$ac_var
3069 case $ac_val in
3070 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3071 esac
3072 $as_echo "$ac_var='\''$ac_val'\''"
3073 done | sort
3074 echo
3077 if test -s confdefs.h; then
3078 $as_echo "## ----------- ##
3079 ## confdefs.h. ##
3080 ## ----------- ##"
3081 echo
3082 cat confdefs.h
3083 echo
3085 test "$ac_signal" != 0 &&
3086 $as_echo "$as_me: caught signal $ac_signal"
3087 $as_echo "$as_me: exit $exit_status"
3088 } >&5
3089 rm -f core *.core core.conftest.* &&
3090 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3091 exit $exit_status
3093 for ac_signal in 1 2 13 15; do
3094 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3095 done
3096 ac_signal=0
3098 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3099 rm -f -r conftest* confdefs.h
3101 $as_echo "/* confdefs.h */" > confdefs.h
3103 # Predefined preprocessor variables.
3105 cat >>confdefs.h <<_ACEOF
3106 #define PACKAGE_NAME "$PACKAGE_NAME"
3107 _ACEOF
3109 cat >>confdefs.h <<_ACEOF
3110 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3111 _ACEOF
3113 cat >>confdefs.h <<_ACEOF
3114 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3115 _ACEOF
3117 cat >>confdefs.h <<_ACEOF
3118 #define PACKAGE_STRING "$PACKAGE_STRING"
3119 _ACEOF
3121 cat >>confdefs.h <<_ACEOF
3122 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3123 _ACEOF
3125 cat >>confdefs.h <<_ACEOF
3126 #define PACKAGE_URL "$PACKAGE_URL"
3127 _ACEOF
3130 # Let the site file select an alternate cache file if it wants to.
3131 # Prefer an explicitly selected file to automatically selected ones.
3132 ac_site_file1=NONE
3133 ac_site_file2=NONE
3134 if test -n "$CONFIG_SITE"; then
3135 # We do not want a PATH search for config.site.
3136 case $CONFIG_SITE in #((
3137 -*) ac_site_file1=./$CONFIG_SITE;;
3138 */*) ac_site_file1=$CONFIG_SITE;;
3139 *) ac_site_file1=./$CONFIG_SITE;;
3140 esac
3141 elif test "x$prefix" != xNONE; then
3142 ac_site_file1=$prefix/share/config.site
3143 ac_site_file2=$prefix/etc/config.site
3144 else
3145 ac_site_file1=$ac_default_prefix/share/config.site
3146 ac_site_file2=$ac_default_prefix/etc/config.site
3148 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3150 test "x$ac_site_file" = xNONE && continue
3151 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3153 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3154 sed 's/^/| /' "$ac_site_file" >&5
3155 . "$ac_site_file" \
3156 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3157 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3158 as_fn_error $? "failed to load site script $ac_site_file
3159 See \`config.log' for more details" "$LINENO" 5; }
3161 done
3163 if test -r "$cache_file"; then
3164 # Some versions of bash will fail to source /dev/null (special files
3165 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3166 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3168 $as_echo "$as_me: loading cache $cache_file" >&6;}
3169 case $cache_file in
3170 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3171 *) . "./$cache_file";;
3172 esac
3174 else
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3176 $as_echo "$as_me: creating cache $cache_file" >&6;}
3177 >$cache_file
3180 # Check that the precious variables saved in the cache have kept the same
3181 # value.
3182 ac_cache_corrupted=false
3183 for ac_var in $ac_precious_vars; do
3184 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3185 eval ac_new_set=\$ac_env_${ac_var}_set
3186 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3187 eval ac_new_val=\$ac_env_${ac_var}_value
3188 case $ac_old_set,$ac_new_set in
3189 set,)
3190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3191 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3192 ac_cache_corrupted=: ;;
3193 ,set)
3194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3195 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3196 ac_cache_corrupted=: ;;
3197 ,);;
3199 if test "x$ac_old_val" != "x$ac_new_val"; then
3200 # differences in whitespace do not lead to failure.
3201 ac_old_val_w=`echo x $ac_old_val`
3202 ac_new_val_w=`echo x $ac_new_val`
3203 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3205 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3206 ac_cache_corrupted=:
3207 else
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3209 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3210 eval $ac_var=\$ac_old_val
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3213 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3215 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3216 fi;;
3217 esac
3218 # Pass precious variables to config.status.
3219 if test "$ac_new_set" = set; then
3220 case $ac_new_val in
3221 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3222 *) ac_arg=$ac_var=$ac_new_val ;;
3223 esac
3224 case " $ac_configure_args " in
3225 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3226 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3227 esac
3229 done
3230 if $ac_cache_corrupted; then
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3234 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3235 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3237 ## -------------------- ##
3238 ## Main body of script. ##
3239 ## -------------------- ##
3241 ac_ext=c
3242 ac_cpp='$CPP $CPPFLAGS'
3243 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3244 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3245 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3249 ac_config_headers="$ac_config_headers include/config.h"
3251 ac_aux_dir=
3252 for ac_dir in tools "$srcdir"/tools; do
3253 if test -f "$ac_dir/install-sh"; then
3254 ac_aux_dir=$ac_dir
3255 ac_install_sh="$ac_aux_dir/install-sh -c"
3256 break
3257 elif test -f "$ac_dir/install.sh"; then
3258 ac_aux_dir=$ac_dir
3259 ac_install_sh="$ac_aux_dir/install.sh -c"
3260 break
3261 elif test -f "$ac_dir/shtool"; then
3262 ac_aux_dir=$ac_dir
3263 ac_install_sh="$ac_aux_dir/shtool install -c"
3264 break
3266 done
3267 if test -z "$ac_aux_dir"; then
3268 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3271 # These three variables are undocumented and unsupported,
3272 # and are intended to be withdrawn in a future Autoconf release.
3273 # They can cause serious problems if a builder's source tree is in a directory
3274 # whose full name contains unusual characters.
3275 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3276 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3277 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3281 libwine_version="1.0"
3285 # Check whether --enable-win16 was given.
3286 if test "${enable_win16+set}" = set; then :
3287 enableval=$enable_win16;
3290 # Check whether --enable-win64 was given.
3291 if test "${enable_win64+set}" = set; then :
3292 enableval=$enable_win64;
3295 # Check whether --enable-tests was given.
3296 if test "${enable_tests+set}" = set; then :
3297 enableval=$enable_tests;
3300 # Check whether --enable-maintainer-mode was given.
3301 if test "${enable_maintainer_mode+set}" = set; then :
3302 enableval=$enable_maintainer_mode;
3307 # Check whether --with-alsa was given.
3308 if test "${with_alsa+set}" = set; then :
3309 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3313 # Check whether --with-capi was given.
3314 if test "${with_capi+set}" = set; then :
3315 withval=$with_capi;
3319 # Check whether --with-cms was given.
3320 if test "${with_cms+set}" = set; then :
3321 withval=$with_cms;
3325 # Check whether --with-coreaudio was given.
3326 if test "${with_coreaudio+set}" = set; then :
3327 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3331 # Check whether --with-cups was given.
3332 if test "${with_cups+set}" = set; then :
3333 withval=$with_cups;
3337 # Check whether --with-curses was given.
3338 if test "${with_curses+set}" = set; then :
3339 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3343 # Check whether --with-dbus was given.
3344 if test "${with_dbus+set}" = set; then :
3345 withval=$with_dbus;
3349 # Check whether --with-fontconfig was given.
3350 if test "${with_fontconfig+set}" = set; then :
3351 withval=$with_fontconfig;
3355 # Check whether --with-freetype was given.
3356 if test "${with_freetype+set}" = set; then :
3357 withval=$with_freetype;
3361 # Check whether --with-gettext was given.
3362 if test "${with_gettext+set}" = set; then :
3363 withval=$with_gettext;
3367 # Check whether --with-gettextpo was given.
3368 if test "${with_gettextpo+set}" = set; then :
3369 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3373 # Check whether --with-gphoto was given.
3374 if test "${with_gphoto+set}" = set; then :
3375 withval=$with_gphoto;
3379 # Check whether --with-glu was given.
3380 if test "${with_glu+set}" = set; then :
3381 withval=$with_glu;
3385 # Check whether --with-gnutls was given.
3386 if test "${with_gnutls+set}" = set; then :
3387 withval=$with_gnutls;
3391 # Check whether --with-gsm was given.
3392 if test "${with_gsm+set}" = set; then :
3393 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3397 # Check whether --with-gstreamer was given.
3398 if test "${with_gstreamer+set}" = set; then :
3399 withval=$with_gstreamer;
3403 # Check whether --with-hal was given.
3404 if test "${with_hal+set}" = set; then :
3405 withval=$with_hal;
3409 # Check whether --with-jpeg was given.
3410 if test "${with_jpeg+set}" = set; then :
3411 withval=$with_jpeg;
3415 # Check whether --with-ldap was given.
3416 if test "${with_ldap+set}" = set; then :
3417 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3421 # Check whether --with-mpg123 was given.
3422 if test "${with_mpg123+set}" = set; then :
3423 withval=$with_mpg123;
3427 # Check whether --with-netapi was given.
3428 if test "${with_netapi+set}" = set; then :
3429 withval=$with_netapi;
3433 # Check whether --with-openal was given.
3434 if test "${with_openal+set}" = set; then :
3435 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3439 # Check whether --with-opencl was given.
3440 if test "${with_opencl+set}" = set; then :
3441 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3445 # Check whether --with-opengl was given.
3446 if test "${with_opengl+set}" = set; then :
3447 withval=$with_opengl;
3451 # Check whether --with-osmesa was given.
3452 if test "${with_osmesa+set}" = set; then :
3453 withval=$with_osmesa;
3457 # Check whether --with-oss was given.
3458 if test "${with_oss+set}" = set; then :
3459 withval=$with_oss;
3463 # Check whether --with-pcap was given.
3464 if test "${with_pcap+set}" = set; then :
3465 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3469 # Check whether --with-png was given.
3470 if test "${with_png+set}" = set; then :
3471 withval=$with_png;
3475 # Check whether --with-pthread was given.
3476 if test "${with_pthread+set}" = set; then :
3477 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3481 # Check whether --with-pulse was given.
3482 if test "${with_pulse+set}" = set; then :
3483 withval=$with_pulse;
3487 # Check whether --with-sane was given.
3488 if test "${with_sane+set}" = set; then :
3489 withval=$with_sane;
3493 # Check whether --with-tiff was given.
3494 if test "${with_tiff+set}" = set; then :
3495 withval=$with_tiff;
3499 # Check whether --with-v4l was given.
3500 if test "${with_v4l+set}" = set; then :
3501 withval=$with_v4l;
3505 # Check whether --with-xcomposite was given.
3506 if test "${with_xcomposite+set}" = set; then :
3507 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3511 # Check whether --with-xcursor was given.
3512 if test "${with_xcursor+set}" = set; then :
3513 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3517 # Check whether --with-xinerama was given.
3518 if test "${with_xinerama+set}" = set; then :
3519 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3523 # Check whether --with-xinput was given.
3524 if test "${with_xinput+set}" = set; then :
3525 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3529 # Check whether --with-xinput2 was given.
3530 if test "${with_xinput2+set}" = set; then :
3531 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3535 # Check whether --with-xml was given.
3536 if test "${with_xml+set}" = set; then :
3537 withval=$with_xml;
3541 # Check whether --with-xrandr was given.
3542 if test "${with_xrandr+set}" = set; then :
3543 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3547 # Check whether --with-xrender was given.
3548 if test "${with_xrender+set}" = set; then :
3549 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3553 # Check whether --with-xshape was given.
3554 if test "${with_xshape+set}" = set; then :
3555 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3559 # Check whether --with-xshm was given.
3560 if test "${with_xshm+set}" = set; then :
3561 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3565 # Check whether --with-xslt was given.
3566 if test "${with_xslt+set}" = set; then :
3567 withval=$with_xslt;
3571 # Check whether --with-xxf86vm was given.
3572 if test "${with_xxf86vm+set}" = set; then :
3573 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
3577 # Check whether --with-zlib was given.
3578 if test "${with_zlib+set}" = set; then :
3579 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3584 # Check whether --with-wine-tools was given.
3585 if test "${with_wine_tools+set}" = set; then :
3586 withval=$with_wine_tools;
3590 # Check whether --with-wine64 was given.
3591 if test "${with_wine64+set}" = set; then :
3592 withval=$with_wine64;
3596 # Make sure we can run config.sub.
3597 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3598 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3601 $as_echo_n "checking build system type... " >&6; }
3602 if ${ac_cv_build+:} false; then :
3603 $as_echo_n "(cached) " >&6
3604 else
3605 ac_build_alias=$build_alias
3606 test "x$ac_build_alias" = x &&
3607 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3608 test "x$ac_build_alias" = x &&
3609 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3610 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3611 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3615 $as_echo "$ac_cv_build" >&6; }
3616 case $ac_cv_build in
3617 *-*-*) ;;
3618 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3619 esac
3620 build=$ac_cv_build
3621 ac_save_IFS=$IFS; IFS='-'
3622 set x $ac_cv_build
3623 shift
3624 build_cpu=$1
3625 build_vendor=$2
3626 shift; shift
3627 # Remember, the first character of IFS is used to create $*,
3628 # except with old shells:
3629 build_os=$*
3630 IFS=$ac_save_IFS
3631 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3635 $as_echo_n "checking host system type... " >&6; }
3636 if ${ac_cv_host+:} false; then :
3637 $as_echo_n "(cached) " >&6
3638 else
3639 if test "x$host_alias" = x; then
3640 ac_cv_host=$ac_cv_build
3641 else
3642 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3643 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3648 $as_echo "$ac_cv_host" >&6; }
3649 case $ac_cv_host in
3650 *-*-*) ;;
3651 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3652 esac
3653 host=$ac_cv_host
3654 ac_save_IFS=$IFS; IFS='-'
3655 set x $ac_cv_host
3656 shift
3657 host_cpu=$1
3658 host_vendor=$2
3659 shift; shift
3660 # Remember, the first character of IFS is used to create $*,
3661 # except with old shells:
3662 host_os=$*
3663 IFS=$ac_save_IFS
3664 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3668 case "$srcdir" in
3669 .) ;;
3670 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3671 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3672 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3673 fi ;;
3674 esac
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3678 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3679 set x ${MAKE-make}
3680 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3681 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3682 $as_echo_n "(cached) " >&6
3683 else
3684 cat >conftest.make <<\_ACEOF
3685 SHELL = /bin/sh
3686 all:
3687 @echo '@@@%%%=$(MAKE)=@@@%%%'
3688 _ACEOF
3689 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3690 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3691 *@@@%%%=?*=@@@%%%*)
3692 eval ac_cv_prog_make_${ac_make}_set=yes;;
3694 eval ac_cv_prog_make_${ac_make}_set=no;;
3695 esac
3696 rm -f conftest.make
3698 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3700 $as_echo "yes" >&6; }
3701 SET_MAKE=
3702 else
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3705 SET_MAKE="MAKE=${MAKE-make}"
3708 ac_ext=c
3709 ac_cpp='$CPP $CPPFLAGS'
3710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3713 if test -n "$ac_tool_prefix"; then
3714 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3715 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717 $as_echo_n "checking for $ac_word... " >&6; }
3718 if ${ac_cv_prog_CC+:} false; then :
3719 $as_echo_n "(cached) " >&6
3720 else
3721 if test -n "$CC"; then
3722 ac_cv_prog_CC="$CC" # Let the user override the test.
3723 else
3724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3725 for as_dir in $PATH
3727 IFS=$as_save_IFS
3728 test -z "$as_dir" && as_dir=.
3729 for ac_exec_ext in '' $ac_executable_extensions; do
3730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3731 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3733 break 2
3735 done
3736 done
3737 IFS=$as_save_IFS
3741 CC=$ac_cv_prog_CC
3742 if test -n "$CC"; then
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3744 $as_echo "$CC" >&6; }
3745 else
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3747 $as_echo "no" >&6; }
3752 if test -z "$ac_cv_prog_CC"; then
3753 ac_ct_CC=$CC
3754 # Extract the first word of "gcc", so it can be a program name with args.
3755 set dummy gcc; ac_word=$2
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3757 $as_echo_n "checking for $ac_word... " >&6; }
3758 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3759 $as_echo_n "(cached) " >&6
3760 else
3761 if test -n "$ac_ct_CC"; then
3762 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3763 else
3764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3765 for as_dir in $PATH
3767 IFS=$as_save_IFS
3768 test -z "$as_dir" && as_dir=.
3769 for ac_exec_ext in '' $ac_executable_extensions; do
3770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3771 ac_cv_prog_ac_ct_CC="gcc"
3772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3773 break 2
3775 done
3776 done
3777 IFS=$as_save_IFS
3781 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3782 if test -n "$ac_ct_CC"; then
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3784 $as_echo "$ac_ct_CC" >&6; }
3785 else
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3787 $as_echo "no" >&6; }
3790 if test "x$ac_ct_CC" = x; then
3791 CC=""
3792 else
3793 case $cross_compiling:$ac_tool_warned in
3794 yes:)
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3796 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3797 ac_tool_warned=yes ;;
3798 esac
3799 CC=$ac_ct_CC
3801 else
3802 CC="$ac_cv_prog_CC"
3805 if test -z "$CC"; then
3806 if test -n "$ac_tool_prefix"; then
3807 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3808 set dummy ${ac_tool_prefix}cc; ac_word=$2
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3810 $as_echo_n "checking for $ac_word... " >&6; }
3811 if ${ac_cv_prog_CC+:} false; then :
3812 $as_echo_n "(cached) " >&6
3813 else
3814 if test -n "$CC"; then
3815 ac_cv_prog_CC="$CC" # Let the user override the test.
3816 else
3817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3818 for as_dir in $PATH
3820 IFS=$as_save_IFS
3821 test -z "$as_dir" && as_dir=.
3822 for ac_exec_ext in '' $ac_executable_extensions; do
3823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3824 ac_cv_prog_CC="${ac_tool_prefix}cc"
3825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3826 break 2
3828 done
3829 done
3830 IFS=$as_save_IFS
3834 CC=$ac_cv_prog_CC
3835 if test -n "$CC"; then
3836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3837 $as_echo "$CC" >&6; }
3838 else
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3840 $as_echo "no" >&6; }
3846 if test -z "$CC"; then
3847 # Extract the first word of "cc", so it can be a program name with args.
3848 set dummy cc; ac_word=$2
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3850 $as_echo_n "checking for $ac_word... " >&6; }
3851 if ${ac_cv_prog_CC+:} false; then :
3852 $as_echo_n "(cached) " >&6
3853 else
3854 if test -n "$CC"; then
3855 ac_cv_prog_CC="$CC" # Let the user override the test.
3856 else
3857 ac_prog_rejected=no
3858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3859 for as_dir in $PATH
3861 IFS=$as_save_IFS
3862 test -z "$as_dir" && as_dir=.
3863 for ac_exec_ext in '' $ac_executable_extensions; do
3864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3865 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3866 ac_prog_rejected=yes
3867 continue
3869 ac_cv_prog_CC="cc"
3870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3871 break 2
3873 done
3874 done
3875 IFS=$as_save_IFS
3877 if test $ac_prog_rejected = yes; then
3878 # We found a bogon in the path, so make sure we never use it.
3879 set dummy $ac_cv_prog_CC
3880 shift
3881 if test $# != 0; then
3882 # We chose a different compiler from the bogus one.
3883 # However, it has the same basename, so the bogon will be chosen
3884 # first if we set CC to just the basename; use the full file name.
3885 shift
3886 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3891 CC=$ac_cv_prog_CC
3892 if test -n "$CC"; then
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3894 $as_echo "$CC" >&6; }
3895 else
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897 $as_echo "no" >&6; }
3902 if test -z "$CC"; then
3903 if test -n "$ac_tool_prefix"; then
3904 for ac_prog in cl.exe
3906 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3907 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3909 $as_echo_n "checking for $ac_word... " >&6; }
3910 if ${ac_cv_prog_CC+:} false; then :
3911 $as_echo_n "(cached) " >&6
3912 else
3913 if test -n "$CC"; then
3914 ac_cv_prog_CC="$CC" # Let the user override the test.
3915 else
3916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3917 for as_dir in $PATH
3919 IFS=$as_save_IFS
3920 test -z "$as_dir" && as_dir=.
3921 for ac_exec_ext in '' $ac_executable_extensions; do
3922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3923 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3925 break 2
3927 done
3928 done
3929 IFS=$as_save_IFS
3933 CC=$ac_cv_prog_CC
3934 if test -n "$CC"; then
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3936 $as_echo "$CC" >&6; }
3937 else
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3939 $as_echo "no" >&6; }
3943 test -n "$CC" && break
3944 done
3946 if test -z "$CC"; then
3947 ac_ct_CC=$CC
3948 for ac_prog in cl.exe
3950 # Extract the first word of "$ac_prog", so it can be a program name with args.
3951 set dummy $ac_prog; ac_word=$2
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3953 $as_echo_n "checking for $ac_word... " >&6; }
3954 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3955 $as_echo_n "(cached) " >&6
3956 else
3957 if test -n "$ac_ct_CC"; then
3958 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3959 else
3960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961 for as_dir in $PATH
3963 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=.
3965 for ac_exec_ext in '' $ac_executable_extensions; do
3966 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3967 ac_cv_prog_ac_ct_CC="$ac_prog"
3968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3969 break 2
3971 done
3972 done
3973 IFS=$as_save_IFS
3977 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3978 if test -n "$ac_ct_CC"; then
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3980 $as_echo "$ac_ct_CC" >&6; }
3981 else
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3983 $as_echo "no" >&6; }
3987 test -n "$ac_ct_CC" && break
3988 done
3990 if test "x$ac_ct_CC" = x; then
3991 CC=""
3992 else
3993 case $cross_compiling:$ac_tool_warned in
3994 yes:)
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3996 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3997 ac_tool_warned=yes ;;
3998 esac
3999 CC=$ac_ct_CC
4006 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4007 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4008 as_fn_error $? "no acceptable C compiler found in \$PATH
4009 See \`config.log' for more details" "$LINENO" 5; }
4011 # Provide some information about the compiler.
4012 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4013 set X $ac_compile
4014 ac_compiler=$2
4015 for ac_option in --version -v -V -qversion; do
4016 { { ac_try="$ac_compiler $ac_option >&5"
4017 case "(($ac_try" in
4018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4019 *) ac_try_echo=$ac_try;;
4020 esac
4021 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4022 $as_echo "$ac_try_echo"; } >&5
4023 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4024 ac_status=$?
4025 if test -s conftest.err; then
4026 sed '10a\
4027 ... rest of stderr output deleted ...
4028 10q' conftest.err >conftest.er1
4029 cat conftest.er1 >&5
4031 rm -f conftest.er1 conftest.err
4032 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4033 test $ac_status = 0; }
4034 done
4036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4037 /* end confdefs.h. */
4040 main ()
4044 return 0;
4046 _ACEOF
4047 ac_clean_files_save=$ac_clean_files
4048 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4049 # Try to create an executable without -o first, disregard a.out.
4050 # It will help us diagnose broken compilers, and finding out an intuition
4051 # of exeext.
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4053 $as_echo_n "checking whether the C compiler works... " >&6; }
4054 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4056 # The possible output files:
4057 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4059 ac_rmfiles=
4060 for ac_file in $ac_files
4062 case $ac_file in
4063 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4064 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4065 esac
4066 done
4067 rm -f $ac_rmfiles
4069 if { { ac_try="$ac_link_default"
4070 case "(($ac_try" in
4071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4072 *) ac_try_echo=$ac_try;;
4073 esac
4074 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4075 $as_echo "$ac_try_echo"; } >&5
4076 (eval "$ac_link_default") 2>&5
4077 ac_status=$?
4078 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4079 test $ac_status = 0; }; then :
4080 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4081 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4082 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4083 # so that the user can short-circuit this test for compilers unknown to
4084 # Autoconf.
4085 for ac_file in $ac_files ''
4087 test -f "$ac_file" || continue
4088 case $ac_file in
4089 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4091 [ab].out )
4092 # We found the default executable, but exeext='' is most
4093 # certainly right.
4094 break;;
4095 *.* )
4096 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4097 then :; else
4098 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4100 # We set ac_cv_exeext here because the later test for it is not
4101 # safe: cross compilers may not add the suffix if given an `-o'
4102 # argument, so we may need to know it at that point already.
4103 # Even if this section looks crufty: it has the advantage of
4104 # actually working.
4105 break;;
4107 break;;
4108 esac
4109 done
4110 test "$ac_cv_exeext" = no && ac_cv_exeext=
4112 else
4113 ac_file=''
4115 if test -z "$ac_file"; then :
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4117 $as_echo "no" >&6; }
4118 $as_echo "$as_me: failed program was:" >&5
4119 sed 's/^/| /' conftest.$ac_ext >&5
4121 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4122 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4123 as_fn_error 77 "C compiler cannot create executables
4124 See \`config.log' for more details" "$LINENO" 5; }
4125 else
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4127 $as_echo "yes" >&6; }
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4130 $as_echo_n "checking for C compiler default output file name... " >&6; }
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4132 $as_echo "$ac_file" >&6; }
4133 ac_exeext=$ac_cv_exeext
4135 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4136 ac_clean_files=$ac_clean_files_save
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4138 $as_echo_n "checking for suffix of executables... " >&6; }
4139 if { { ac_try="$ac_link"
4140 case "(($ac_try" in
4141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4142 *) ac_try_echo=$ac_try;;
4143 esac
4144 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4145 $as_echo "$ac_try_echo"; } >&5
4146 (eval "$ac_link") 2>&5
4147 ac_status=$?
4148 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4149 test $ac_status = 0; }; then :
4150 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4151 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4152 # work properly (i.e., refer to `conftest.exe'), while it won't with
4153 # `rm'.
4154 for ac_file in conftest.exe conftest conftest.*; do
4155 test -f "$ac_file" || continue
4156 case $ac_file in
4157 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4158 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4159 break;;
4160 * ) break;;
4161 esac
4162 done
4163 else
4164 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4165 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4166 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4167 See \`config.log' for more details" "$LINENO" 5; }
4169 rm -f conftest conftest$ac_cv_exeext
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4171 $as_echo "$ac_cv_exeext" >&6; }
4173 rm -f conftest.$ac_ext
4174 EXEEXT=$ac_cv_exeext
4175 ac_exeext=$EXEEXT
4176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4177 /* end confdefs.h. */
4178 #include <stdio.h>
4180 main ()
4182 FILE *f = fopen ("conftest.out", "w");
4183 return ferror (f) || fclose (f) != 0;
4186 return 0;
4188 _ACEOF
4189 ac_clean_files="$ac_clean_files conftest.out"
4190 # Check that the compiler produces executables we can run. If not, either
4191 # the compiler is broken, or we cross compile.
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4193 $as_echo_n "checking whether we are cross compiling... " >&6; }
4194 if test "$cross_compiling" != yes; then
4195 { { ac_try="$ac_link"
4196 case "(($ac_try" in
4197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4198 *) ac_try_echo=$ac_try;;
4199 esac
4200 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4201 $as_echo "$ac_try_echo"; } >&5
4202 (eval "$ac_link") 2>&5
4203 ac_status=$?
4204 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4205 test $ac_status = 0; }
4206 if { ac_try='./conftest$ac_cv_exeext'
4207 { { case "(($ac_try" in
4208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4209 *) ac_try_echo=$ac_try;;
4210 esac
4211 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4212 $as_echo "$ac_try_echo"; } >&5
4213 (eval "$ac_try") 2>&5
4214 ac_status=$?
4215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4216 test $ac_status = 0; }; }; then
4217 cross_compiling=no
4218 else
4219 if test "$cross_compiling" = maybe; then
4220 cross_compiling=yes
4221 else
4222 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4223 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4224 as_fn_error $? "cannot run C compiled programs.
4225 If you meant to cross compile, use \`--host'.
4226 See \`config.log' for more details" "$LINENO" 5; }
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4231 $as_echo "$cross_compiling" >&6; }
4233 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4234 ac_clean_files=$ac_clean_files_save
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4236 $as_echo_n "checking for suffix of object files... " >&6; }
4237 if ${ac_cv_objext+:} false; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4241 /* end confdefs.h. */
4244 main ()
4248 return 0;
4250 _ACEOF
4251 rm -f conftest.o conftest.obj
4252 if { { ac_try="$ac_compile"
4253 case "(($ac_try" in
4254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4255 *) ac_try_echo=$ac_try;;
4256 esac
4257 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4258 $as_echo "$ac_try_echo"; } >&5
4259 (eval "$ac_compile") 2>&5
4260 ac_status=$?
4261 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4262 test $ac_status = 0; }; then :
4263 for ac_file in conftest.o conftest.obj conftest.*; do
4264 test -f "$ac_file" || continue;
4265 case $ac_file in
4266 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4267 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4268 break;;
4269 esac
4270 done
4271 else
4272 $as_echo "$as_me: failed program was:" >&5
4273 sed 's/^/| /' conftest.$ac_ext >&5
4275 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4276 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4277 as_fn_error $? "cannot compute suffix of object files: cannot compile
4278 See \`config.log' for more details" "$LINENO" 5; }
4280 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4283 $as_echo "$ac_cv_objext" >&6; }
4284 OBJEXT=$ac_cv_objext
4285 ac_objext=$OBJEXT
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4287 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4288 if ${ac_cv_c_compiler_gnu+:} false; then :
4289 $as_echo_n "(cached) " >&6
4290 else
4291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4292 /* end confdefs.h. */
4295 main ()
4297 #ifndef __GNUC__
4298 choke me
4299 #endif
4302 return 0;
4304 _ACEOF
4305 if ac_fn_c_try_compile "$LINENO"; then :
4306 ac_compiler_gnu=yes
4307 else
4308 ac_compiler_gnu=no
4310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4311 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4315 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4316 if test $ac_compiler_gnu = yes; then
4317 GCC=yes
4318 else
4319 GCC=
4321 ac_test_CFLAGS=${CFLAGS+set}
4322 ac_save_CFLAGS=$CFLAGS
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4324 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4325 if ${ac_cv_prog_cc_g+:} false; then :
4326 $as_echo_n "(cached) " >&6
4327 else
4328 ac_save_c_werror_flag=$ac_c_werror_flag
4329 ac_c_werror_flag=yes
4330 ac_cv_prog_cc_g=no
4331 CFLAGS="-g"
4332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4333 /* end confdefs.h. */
4336 main ()
4340 return 0;
4342 _ACEOF
4343 if ac_fn_c_try_compile "$LINENO"; then :
4344 ac_cv_prog_cc_g=yes
4345 else
4346 CFLAGS=""
4347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4348 /* end confdefs.h. */
4351 main ()
4355 return 0;
4357 _ACEOF
4358 if ac_fn_c_try_compile "$LINENO"; then :
4360 else
4361 ac_c_werror_flag=$ac_save_c_werror_flag
4362 CFLAGS="-g"
4363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4364 /* end confdefs.h. */
4367 main ()
4371 return 0;
4373 _ACEOF
4374 if ac_fn_c_try_compile "$LINENO"; then :
4375 ac_cv_prog_cc_g=yes
4377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4382 ac_c_werror_flag=$ac_save_c_werror_flag
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4385 $as_echo "$ac_cv_prog_cc_g" >&6; }
4386 if test "$ac_test_CFLAGS" = set; then
4387 CFLAGS=$ac_save_CFLAGS
4388 elif test $ac_cv_prog_cc_g = yes; then
4389 if test "$GCC" = yes; then
4390 CFLAGS="-g -O2"
4391 else
4392 CFLAGS="-g"
4394 else
4395 if test "$GCC" = yes; then
4396 CFLAGS="-O2"
4397 else
4398 CFLAGS=
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4402 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4403 if ${ac_cv_prog_cc_c89+:} false; then :
4404 $as_echo_n "(cached) " >&6
4405 else
4406 ac_cv_prog_cc_c89=no
4407 ac_save_CC=$CC
4408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4409 /* end confdefs.h. */
4410 #include <stdarg.h>
4411 #include <stdio.h>
4412 struct stat;
4413 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4414 struct buf { int x; };
4415 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4416 static char *e (p, i)
4417 char **p;
4418 int i;
4420 return p[i];
4422 static char *f (char * (*g) (char **, int), char **p, ...)
4424 char *s;
4425 va_list v;
4426 va_start (v,p);
4427 s = g (p, va_arg (v,int));
4428 va_end (v);
4429 return s;
4432 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4433 function prototypes and stuff, but not '\xHH' hex character constants.
4434 These don't provoke an error unfortunately, instead are silently treated
4435 as 'x'. The following induces an error, until -std is added to get
4436 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4437 array size at least. It's necessary to write '\x00'==0 to get something
4438 that's true only with -std. */
4439 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4441 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4442 inside strings and character constants. */
4443 #define FOO(x) 'x'
4444 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4446 int test (int i, double x);
4447 struct s1 {int (*f) (int a);};
4448 struct s2 {int (*f) (double a);};
4449 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4450 int argc;
4451 char **argv;
4453 main ()
4455 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4457 return 0;
4459 _ACEOF
4460 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4461 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4463 CC="$ac_save_CC $ac_arg"
4464 if ac_fn_c_try_compile "$LINENO"; then :
4465 ac_cv_prog_cc_c89=$ac_arg
4467 rm -f core conftest.err conftest.$ac_objext
4468 test "x$ac_cv_prog_cc_c89" != "xno" && break
4469 done
4470 rm -f conftest.$ac_ext
4471 CC=$ac_save_CC
4474 # AC_CACHE_VAL
4475 case "x$ac_cv_prog_cc_c89" in
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4478 $as_echo "none needed" >&6; } ;;
4479 xno)
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4481 $as_echo "unsupported" >&6; } ;;
4483 CC="$CC $ac_cv_prog_cc_c89"
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4485 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4486 esac
4487 if test "x$ac_cv_prog_cc_c89" != xno; then :
4491 ac_ext=c
4492 ac_cpp='$CPP $CPPFLAGS'
4493 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4494 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4495 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4497 ac_ext=cpp
4498 ac_cpp='$CXXCPP $CPPFLAGS'
4499 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4500 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4501 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4502 if test -z "$CXX"; then
4503 if test -n "$CCC"; then
4504 CXX=$CCC
4505 else
4506 if test -n "$ac_tool_prefix"; then
4507 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4509 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4510 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4512 $as_echo_n "checking for $ac_word... " >&6; }
4513 if ${ac_cv_prog_CXX+:} false; then :
4514 $as_echo_n "(cached) " >&6
4515 else
4516 if test -n "$CXX"; then
4517 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4518 else
4519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4520 for as_dir in $PATH
4522 IFS=$as_save_IFS
4523 test -z "$as_dir" && as_dir=.
4524 for ac_exec_ext in '' $ac_executable_extensions; do
4525 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4526 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4528 break 2
4530 done
4531 done
4532 IFS=$as_save_IFS
4536 CXX=$ac_cv_prog_CXX
4537 if test -n "$CXX"; then
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4539 $as_echo "$CXX" >&6; }
4540 else
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4542 $as_echo "no" >&6; }
4546 test -n "$CXX" && break
4547 done
4549 if test -z "$CXX"; then
4550 ac_ct_CXX=$CXX
4551 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4553 # Extract the first word of "$ac_prog", so it can be a program name with args.
4554 set dummy $ac_prog; ac_word=$2
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4556 $as_echo_n "checking for $ac_word... " >&6; }
4557 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4558 $as_echo_n "(cached) " >&6
4559 else
4560 if test -n "$ac_ct_CXX"; then
4561 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4562 else
4563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4564 for as_dir in $PATH
4566 IFS=$as_save_IFS
4567 test -z "$as_dir" && as_dir=.
4568 for ac_exec_ext in '' $ac_executable_extensions; do
4569 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4570 ac_cv_prog_ac_ct_CXX="$ac_prog"
4571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4572 break 2
4574 done
4575 done
4576 IFS=$as_save_IFS
4580 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4581 if test -n "$ac_ct_CXX"; then
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4583 $as_echo "$ac_ct_CXX" >&6; }
4584 else
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4586 $as_echo "no" >&6; }
4590 test -n "$ac_ct_CXX" && break
4591 done
4593 if test "x$ac_ct_CXX" = x; then
4594 CXX="g++"
4595 else
4596 case $cross_compiling:$ac_tool_warned in
4597 yes:)
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4599 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4600 ac_tool_warned=yes ;;
4601 esac
4602 CXX=$ac_ct_CXX
4608 # Provide some information about the compiler.
4609 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4610 set X $ac_compile
4611 ac_compiler=$2
4612 for ac_option in --version -v -V -qversion; do
4613 { { ac_try="$ac_compiler $ac_option >&5"
4614 case "(($ac_try" in
4615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4616 *) ac_try_echo=$ac_try;;
4617 esac
4618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4619 $as_echo "$ac_try_echo"; } >&5
4620 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4621 ac_status=$?
4622 if test -s conftest.err; then
4623 sed '10a\
4624 ... rest of stderr output deleted ...
4625 10q' conftest.err >conftest.er1
4626 cat conftest.er1 >&5
4628 rm -f conftest.er1 conftest.err
4629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4630 test $ac_status = 0; }
4631 done
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4634 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4635 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4636 $as_echo_n "(cached) " >&6
4637 else
4638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4639 /* end confdefs.h. */
4642 main ()
4644 #ifndef __GNUC__
4645 choke me
4646 #endif
4649 return 0;
4651 _ACEOF
4652 if ac_fn_cxx_try_compile "$LINENO"; then :
4653 ac_compiler_gnu=yes
4654 else
4655 ac_compiler_gnu=no
4657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4658 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4662 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4663 if test $ac_compiler_gnu = yes; then
4664 GXX=yes
4665 else
4666 GXX=
4668 ac_test_CXXFLAGS=${CXXFLAGS+set}
4669 ac_save_CXXFLAGS=$CXXFLAGS
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4671 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4672 if ${ac_cv_prog_cxx_g+:} false; then :
4673 $as_echo_n "(cached) " >&6
4674 else
4675 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4676 ac_cxx_werror_flag=yes
4677 ac_cv_prog_cxx_g=no
4678 CXXFLAGS="-g"
4679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4680 /* end confdefs.h. */
4683 main ()
4687 return 0;
4689 _ACEOF
4690 if ac_fn_cxx_try_compile "$LINENO"; then :
4691 ac_cv_prog_cxx_g=yes
4692 else
4693 CXXFLAGS=""
4694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4695 /* end confdefs.h. */
4698 main ()
4702 return 0;
4704 _ACEOF
4705 if ac_fn_cxx_try_compile "$LINENO"; then :
4707 else
4708 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4709 CXXFLAGS="-g"
4710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4711 /* end confdefs.h. */
4714 main ()
4718 return 0;
4720 _ACEOF
4721 if ac_fn_cxx_try_compile "$LINENO"; then :
4722 ac_cv_prog_cxx_g=yes
4724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4729 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4732 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4733 if test "$ac_test_CXXFLAGS" = set; then
4734 CXXFLAGS=$ac_save_CXXFLAGS
4735 elif test $ac_cv_prog_cxx_g = yes; then
4736 if test "$GXX" = yes; then
4737 CXXFLAGS="-g -O2"
4738 else
4739 CXXFLAGS="-g"
4741 else
4742 if test "$GXX" = yes; then
4743 CXXFLAGS="-O2"
4744 else
4745 CXXFLAGS=
4748 ac_ext=c
4749 ac_cpp='$CPP $CPPFLAGS'
4750 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4751 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4752 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4754 if test -n "$ac_tool_prefix"; then
4755 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4756 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4758 $as_echo_n "checking for $ac_word... " >&6; }
4759 if ${ac_cv_prog_CPPBIN+:} false; then :
4760 $as_echo_n "(cached) " >&6
4761 else
4762 if test -n "$CPPBIN"; then
4763 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4764 else
4765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4766 for as_dir in $PATH
4768 IFS=$as_save_IFS
4769 test -z "$as_dir" && as_dir=.
4770 for ac_exec_ext in '' $ac_executable_extensions; do
4771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4772 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4774 break 2
4776 done
4777 done
4778 IFS=$as_save_IFS
4782 CPPBIN=$ac_cv_prog_CPPBIN
4783 if test -n "$CPPBIN"; then
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4785 $as_echo "$CPPBIN" >&6; }
4786 else
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4788 $as_echo "no" >&6; }
4793 if test -z "$ac_cv_prog_CPPBIN"; then
4794 ac_ct_CPPBIN=$CPPBIN
4795 # Extract the first word of "cpp", so it can be a program name with args.
4796 set dummy cpp; ac_word=$2
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4798 $as_echo_n "checking for $ac_word... " >&6; }
4799 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4800 $as_echo_n "(cached) " >&6
4801 else
4802 if test -n "$ac_ct_CPPBIN"; then
4803 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4804 else
4805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4806 for as_dir in $PATH
4808 IFS=$as_save_IFS
4809 test -z "$as_dir" && as_dir=.
4810 for ac_exec_ext in '' $ac_executable_extensions; do
4811 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4812 ac_cv_prog_ac_ct_CPPBIN="cpp"
4813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4814 break 2
4816 done
4817 done
4818 IFS=$as_save_IFS
4822 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4823 if test -n "$ac_ct_CPPBIN"; then
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4825 $as_echo "$ac_ct_CPPBIN" >&6; }
4826 else
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4828 $as_echo "no" >&6; }
4831 if test "x$ac_ct_CPPBIN" = x; then
4832 CPPBIN="cpp"
4833 else
4834 case $cross_compiling:$ac_tool_warned in
4835 yes:)
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4837 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4838 ac_tool_warned=yes ;;
4839 esac
4840 CPPBIN=$ac_ct_CPPBIN
4842 else
4843 CPPBIN="$ac_cv_prog_CPPBIN"
4847 cat >>confdefs.h <<_ACEOF
4848 #define EXEEXT "$ac_exeext"
4849 _ACEOF
4851 if test -n "$ac_tool_prefix"; then
4852 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4853 set dummy ${ac_tool_prefix}ld; ac_word=$2
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4855 $as_echo_n "checking for $ac_word... " >&6; }
4856 if ${ac_cv_prog_LD+:} false; then :
4857 $as_echo_n "(cached) " >&6
4858 else
4859 if test -n "$LD"; then
4860 ac_cv_prog_LD="$LD" # Let the user override the test.
4861 else
4862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4863 for as_dir in $PATH
4865 IFS=$as_save_IFS
4866 test -z "$as_dir" && as_dir=.
4867 for ac_exec_ext in '' $ac_executable_extensions; do
4868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4869 ac_cv_prog_LD="${ac_tool_prefix}ld"
4870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4871 break 2
4873 done
4874 done
4875 IFS=$as_save_IFS
4879 LD=$ac_cv_prog_LD
4880 if test -n "$LD"; then
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4882 $as_echo "$LD" >&6; }
4883 else
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4885 $as_echo "no" >&6; }
4890 if test -z "$ac_cv_prog_LD"; then
4891 ac_ct_LD=$LD
4892 # Extract the first word of "ld", so it can be a program name with args.
4893 set dummy ld; ac_word=$2
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4895 $as_echo_n "checking for $ac_word... " >&6; }
4896 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4897 $as_echo_n "(cached) " >&6
4898 else
4899 if test -n "$ac_ct_LD"; then
4900 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4901 else
4902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4903 for as_dir in $PATH
4905 IFS=$as_save_IFS
4906 test -z "$as_dir" && as_dir=.
4907 for ac_exec_ext in '' $ac_executable_extensions; do
4908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4909 ac_cv_prog_ac_ct_LD="ld"
4910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4911 break 2
4913 done
4914 done
4915 IFS=$as_save_IFS
4919 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4920 if test -n "$ac_ct_LD"; then
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4922 $as_echo "$ac_ct_LD" >&6; }
4923 else
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4925 $as_echo "no" >&6; }
4928 if test "x$ac_ct_LD" = x; then
4929 LD=""
4930 else
4931 case $cross_compiling:$ac_tool_warned in
4932 yes:)
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4934 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4935 ac_tool_warned=yes ;;
4936 esac
4937 LD=$ac_ct_LD
4939 else
4940 LD="$ac_cv_prog_LD"
4944 case $host in
4945 *-darwin*)
4946 if test "x$enable_win64" = "xyes"
4947 then
4948 CC="$CC -m64"
4949 CXX="$CXX -m64"
4950 host_cpu="x86_64"
4951 notice_platform="64-bit "
4952 TARGETFLAGS="-m64"
4954 else
4955 CC="$CC -m32"
4956 CXX="$CXX -m32"
4957 host_cpu="i386"
4958 notice_platform="32-bit "
4959 TARGETFLAGS="-m32"
4961 enable_win16=${enable_win16:-yes}
4963 with_fontconfig=${with_fontconfig:-no}
4965 x86_64*|amd64*)
4966 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4967 then
4968 CC="$CC -m32"
4969 CXX="$CXX -m32"
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4971 $as_echo_n "checking whether $CC works... " >&6; }
4973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4974 /* end confdefs.h. */
4977 main ()
4981 return 0;
4983 _ACEOF
4984 if ac_fn_c_try_link "$LINENO"; then :
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4986 $as_echo "yes" >&6; }
4987 else
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4989 $as_echo "no" >&6; }
4990 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4992 rm -f core conftest.err conftest.$ac_objext \
4993 conftest$ac_exeext conftest.$ac_ext
4994 host_cpu="i386"
4995 notice_platform="32-bit "
4996 TARGETFLAGS="-m32"
4998 enable_win16=${enable_win16:-yes}
4999 else
5000 if test "x${GCC}" = "xyes"
5001 then
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5003 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5005 /* end confdefs.h. */
5006 #include <stdarg.h>
5008 main ()
5010 void func(__builtin_ms_va_list *args);
5012 return 0;
5014 _ACEOF
5015 if ac_fn_c_try_compile "$LINENO"; then :
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5017 $as_echo "yes" >&6; }
5018 else
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5020 $as_echo "no" >&6; }
5021 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5025 host_cpu="x86_64"
5026 TARGETFLAGS="-m64"
5030 arm*)
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5032 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5034 /* end confdefs.h. */
5035 int ac_test(int i) { return i; }
5037 main ()
5039 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5041 return 0;
5043 _ACEOF
5044 if ac_fn_c_try_link "$LINENO"; then :
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5046 $as_echo "yes" >&6; }
5047 else
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5049 $as_echo "no" >&6; }
5050 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5052 rm -f core conftest.err conftest.$ac_objext \
5053 conftest$ac_exeext conftest.$ac_ext
5054 CFLAGS="$CFLAGS -marm"
5055 TARGETFLAGS="-marm"
5058 *-mingw32*|*-cygwin*)
5059 enable_win16=${enable_win16:-no}
5060 CFLAGS="$CFLAGS -D_WIN32"
5062 i[3456789]86*)
5063 enable_win16=${enable_win16:-yes}
5065 esac
5067 enable_win16=${enable_win16:-no}
5068 enable_win64=${enable_win64:-no}
5070 enable_winetest=${enable_winetest:-$enable_tests}
5072 if test -n "$with_wine64"
5073 then
5074 if test "x$enable_win64" = "xyes"
5075 then
5076 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5077 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5079 test "$srcdir" != . || as_fn_error $? "--with-wine64 cannot be used when building inside the source tree.
5080 You should create a separate build directory and run configure from there." "$LINENO" 5
5081 enable_fonts=${enable_fonts:-no}
5082 enable_server=${enable_server:-no}
5083 elif test "x$enable_win64" = "xyes"
5084 then
5085 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5089 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5090 if ${wine_cv_toolsdir+:} false; then :
5091 $as_echo_n "(cached) " >&6
5092 else
5093 wine_cv_toolsdir="$with_wine_tools"
5094 if test -z "$with_wine_tools"; then
5095 if test "$cross_compiling" = "yes"; then
5096 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5097 elif test -n "$with_wine64"; then
5098 wine_cv_toolsdir="$with_wine64"
5101 if test -z "$wine_cv_toolsdir"; then
5102 wine_makedep=tools/makedep
5103 wine_cv_toolsdir="\$(top_builddir)"
5104 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5105 wine_makedep=$wine_cv_toolsdir/tools/makedep
5106 case "$wine_cv_toolsdir" in
5107 /*) ;;
5108 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5109 esac
5110 enable_tools=${enable_tools:-no}
5111 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5112 else
5113 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5117 $as_echo "$wine_cv_toolsdir" >&6; }
5118 TOOLSDIR=$wine_cv_toolsdir
5120 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5121 then
5122 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5126 for ac_prog in flex
5128 # Extract the first word of "$ac_prog", so it can be a program name with args.
5129 set dummy $ac_prog; ac_word=$2
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5131 $as_echo_n "checking for $ac_word... " >&6; }
5132 if ${ac_cv_prog_FLEX+:} false; then :
5133 $as_echo_n "(cached) " >&6
5134 else
5135 if test -n "$FLEX"; then
5136 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5137 else
5138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5139 for as_dir in $PATH
5141 IFS=$as_save_IFS
5142 test -z "$as_dir" && as_dir=.
5143 for ac_exec_ext in '' $ac_executable_extensions; do
5144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5145 ac_cv_prog_FLEX="$ac_prog"
5146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5147 break 2
5149 done
5150 done
5151 IFS=$as_save_IFS
5155 FLEX=$ac_cv_prog_FLEX
5156 if test -n "$FLEX"; then
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5158 $as_echo "$FLEX" >&6; }
5159 else
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5161 $as_echo "no" >&6; }
5165 test -n "$FLEX" && break
5166 done
5167 test -n "$FLEX" || FLEX="none"
5169 if test "$FLEX" = "none"
5170 then
5171 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5174 $as_echo_n "checking whether flex is recent enough... " >&6; }
5175 cat >conftest.l <<EOF
5176 %top{
5177 #include "prediluvian.h"
5181 if $FLEX -t conftest.l >/dev/null 2>&5
5182 then
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5184 $as_echo "yes" >&6; }
5185 else
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5187 $as_echo "no" >&6; }
5188 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5191 for ac_prog in bison
5193 # Extract the first word of "$ac_prog", so it can be a program name with args.
5194 set dummy $ac_prog; ac_word=$2
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5196 $as_echo_n "checking for $ac_word... " >&6; }
5197 if ${ac_cv_prog_BISON+:} false; then :
5198 $as_echo_n "(cached) " >&6
5199 else
5200 if test -n "$BISON"; then
5201 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5202 else
5203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5204 for as_dir in $PATH
5206 IFS=$as_save_IFS
5207 test -z "$as_dir" && as_dir=.
5208 for ac_exec_ext in '' $ac_executable_extensions; do
5209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5210 ac_cv_prog_BISON="$ac_prog"
5211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5212 break 2
5214 done
5215 done
5216 IFS=$as_save_IFS
5220 BISON=$ac_cv_prog_BISON
5221 if test -n "$BISON"; then
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5223 $as_echo "$BISON" >&6; }
5224 else
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5226 $as_echo "no" >&6; }
5230 test -n "$BISON" && break
5231 done
5232 test -n "$BISON" || BISON="none"
5234 if test "$BISON" = "none"
5235 then
5236 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5239 if test -n "$ac_tool_prefix"; then
5240 for ac_prog in ar gar
5242 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5243 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5245 $as_echo_n "checking for $ac_word... " >&6; }
5246 if ${ac_cv_prog_AR+:} false; then :
5247 $as_echo_n "(cached) " >&6
5248 else
5249 if test -n "$AR"; then
5250 ac_cv_prog_AR="$AR" # Let the user override the test.
5251 else
5252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5253 for as_dir in $PATH
5255 IFS=$as_save_IFS
5256 test -z "$as_dir" && as_dir=.
5257 for ac_exec_ext in '' $ac_executable_extensions; do
5258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5259 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5261 break 2
5263 done
5264 done
5265 IFS=$as_save_IFS
5269 AR=$ac_cv_prog_AR
5270 if test -n "$AR"; then
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5272 $as_echo "$AR" >&6; }
5273 else
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5275 $as_echo "no" >&6; }
5279 test -n "$AR" && break
5280 done
5282 if test -z "$AR"; then
5283 ac_ct_AR=$AR
5284 for ac_prog in ar gar
5286 # Extract the first word of "$ac_prog", so it can be a program name with args.
5287 set dummy $ac_prog; ac_word=$2
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5289 $as_echo_n "checking for $ac_word... " >&6; }
5290 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5291 $as_echo_n "(cached) " >&6
5292 else
5293 if test -n "$ac_ct_AR"; then
5294 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5295 else
5296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297 for as_dir in $PATH
5299 IFS=$as_save_IFS
5300 test -z "$as_dir" && as_dir=.
5301 for ac_exec_ext in '' $ac_executable_extensions; do
5302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5303 ac_cv_prog_ac_ct_AR="$ac_prog"
5304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5305 break 2
5307 done
5308 done
5309 IFS=$as_save_IFS
5313 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5314 if test -n "$ac_ct_AR"; then
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5316 $as_echo "$ac_ct_AR" >&6; }
5317 else
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5319 $as_echo "no" >&6; }
5323 test -n "$ac_ct_AR" && break
5324 done
5326 if test "x$ac_ct_AR" = x; then
5327 AR="ar"
5328 else
5329 case $cross_compiling:$ac_tool_warned in
5330 yes:)
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5332 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5333 ac_tool_warned=yes ;;
5334 esac
5335 AR=$ac_ct_AR
5339 if test -n "$ac_tool_prefix"; then
5340 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5341 set dummy ${ac_tool_prefix}strip; ac_word=$2
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5343 $as_echo_n "checking for $ac_word... " >&6; }
5344 if ${ac_cv_prog_STRIP+:} false; then :
5345 $as_echo_n "(cached) " >&6
5346 else
5347 if test -n "$STRIP"; then
5348 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5349 else
5350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5351 for as_dir in $PATH
5353 IFS=$as_save_IFS
5354 test -z "$as_dir" && as_dir=.
5355 for ac_exec_ext in '' $ac_executable_extensions; do
5356 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5357 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5359 break 2
5361 done
5362 done
5363 IFS=$as_save_IFS
5367 STRIP=$ac_cv_prog_STRIP
5368 if test -n "$STRIP"; then
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5370 $as_echo "$STRIP" >&6; }
5371 else
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5373 $as_echo "no" >&6; }
5378 if test -z "$ac_cv_prog_STRIP"; then
5379 ac_ct_STRIP=$STRIP
5380 # Extract the first word of "strip", so it can be a program name with args.
5381 set dummy strip; ac_word=$2
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5383 $as_echo_n "checking for $ac_word... " >&6; }
5384 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5385 $as_echo_n "(cached) " >&6
5386 else
5387 if test -n "$ac_ct_STRIP"; then
5388 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5389 else
5390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5391 for as_dir in $PATH
5393 IFS=$as_save_IFS
5394 test -z "$as_dir" && as_dir=.
5395 for ac_exec_ext in '' $ac_executable_extensions; do
5396 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5397 ac_cv_prog_ac_ct_STRIP="strip"
5398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5399 break 2
5401 done
5402 done
5403 IFS=$as_save_IFS
5407 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5408 if test -n "$ac_ct_STRIP"; then
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5410 $as_echo "$ac_ct_STRIP" >&6; }
5411 else
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5413 $as_echo "no" >&6; }
5416 if test "x$ac_ct_STRIP" = x; then
5417 STRIP="strip"
5418 else
5419 case $cross_compiling:$ac_tool_warned in
5420 yes:)
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5422 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5423 ac_tool_warned=yes ;;
5424 esac
5425 STRIP=$ac_ct_STRIP
5427 else
5428 STRIP="$ac_cv_prog_STRIP"
5431 ARFLAGS=rc
5433 if test -n "$ac_tool_prefix"; then
5434 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5435 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5437 $as_echo_n "checking for $ac_word... " >&6; }
5438 if ${ac_cv_prog_RANLIB+:} false; then :
5439 $as_echo_n "(cached) " >&6
5440 else
5441 if test -n "$RANLIB"; then
5442 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5443 else
5444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5445 for as_dir in $PATH
5447 IFS=$as_save_IFS
5448 test -z "$as_dir" && as_dir=.
5449 for ac_exec_ext in '' $ac_executable_extensions; do
5450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5451 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5453 break 2
5455 done
5456 done
5457 IFS=$as_save_IFS
5461 RANLIB=$ac_cv_prog_RANLIB
5462 if test -n "$RANLIB"; then
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5464 $as_echo "$RANLIB" >&6; }
5465 else
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5467 $as_echo "no" >&6; }
5472 if test -z "$ac_cv_prog_RANLIB"; then
5473 ac_ct_RANLIB=$RANLIB
5474 # Extract the first word of "ranlib", so it can be a program name with args.
5475 set dummy ranlib; ac_word=$2
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5477 $as_echo_n "checking for $ac_word... " >&6; }
5478 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5479 $as_echo_n "(cached) " >&6
5480 else
5481 if test -n "$ac_ct_RANLIB"; then
5482 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5483 else
5484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5485 for as_dir in $PATH
5487 IFS=$as_save_IFS
5488 test -z "$as_dir" && as_dir=.
5489 for ac_exec_ext in '' $ac_executable_extensions; do
5490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5491 ac_cv_prog_ac_ct_RANLIB="ranlib"
5492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5493 break 2
5495 done
5496 done
5497 IFS=$as_save_IFS
5501 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5502 if test -n "$ac_ct_RANLIB"; then
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5504 $as_echo "$ac_ct_RANLIB" >&6; }
5505 else
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5507 $as_echo "no" >&6; }
5510 if test "x$ac_ct_RANLIB" = x; then
5511 RANLIB=":"
5512 else
5513 case $cross_compiling:$ac_tool_warned in
5514 yes:)
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5516 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5517 ac_tool_warned=yes ;;
5518 esac
5519 RANLIB=$ac_ct_RANLIB
5521 else
5522 RANLIB="$ac_cv_prog_RANLIB"
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5526 $as_echo_n "checking whether ln -s works... " >&6; }
5527 LN_S=$as_ln_s
5528 if test "$LN_S" = "ln -s"; then
5529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5530 $as_echo "yes" >&6; }
5531 else
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5533 $as_echo "no, using $LN_S" >&6; }
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5537 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5538 if ${ac_cv_path_GREP+:} false; then :
5539 $as_echo_n "(cached) " >&6
5540 else
5541 if test -z "$GREP"; then
5542 ac_path_GREP_found=false
5543 # Loop through the user's path and test for each of PROGNAME-LIST
5544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5545 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5547 IFS=$as_save_IFS
5548 test -z "$as_dir" && as_dir=.
5549 for ac_prog in grep ggrep; do
5550 for ac_exec_ext in '' $ac_executable_extensions; do
5551 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5552 as_fn_executable_p "$ac_path_GREP" || continue
5553 # Check for GNU ac_path_GREP and select it if it is found.
5554 # Check for GNU $ac_path_GREP
5555 case `"$ac_path_GREP" --version 2>&1` in
5556 *GNU*)
5557 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5559 ac_count=0
5560 $as_echo_n 0123456789 >"conftest.in"
5561 while :
5563 cat "conftest.in" "conftest.in" >"conftest.tmp"
5564 mv "conftest.tmp" "conftest.in"
5565 cp "conftest.in" "conftest.nl"
5566 $as_echo 'GREP' >> "conftest.nl"
5567 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5568 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5569 as_fn_arith $ac_count + 1 && ac_count=$as_val
5570 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5571 # Best one so far, save it but keep looking for a better one
5572 ac_cv_path_GREP="$ac_path_GREP"
5573 ac_path_GREP_max=$ac_count
5575 # 10*(2^10) chars as input seems more than enough
5576 test $ac_count -gt 10 && break
5577 done
5578 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5579 esac
5581 $ac_path_GREP_found && break 3
5582 done
5583 done
5584 done
5585 IFS=$as_save_IFS
5586 if test -z "$ac_cv_path_GREP"; then
5587 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5589 else
5590 ac_cv_path_GREP=$GREP
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5595 $as_echo "$ac_cv_path_GREP" >&6; }
5596 GREP="$ac_cv_path_GREP"
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5600 $as_echo_n "checking for egrep... " >&6; }
5601 if ${ac_cv_path_EGREP+:} false; then :
5602 $as_echo_n "(cached) " >&6
5603 else
5604 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5605 then ac_cv_path_EGREP="$GREP -E"
5606 else
5607 if test -z "$EGREP"; then
5608 ac_path_EGREP_found=false
5609 # Loop through the user's path and test for each of PROGNAME-LIST
5610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5611 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5613 IFS=$as_save_IFS
5614 test -z "$as_dir" && as_dir=.
5615 for ac_prog in egrep; do
5616 for ac_exec_ext in '' $ac_executable_extensions; do
5617 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5618 as_fn_executable_p "$ac_path_EGREP" || continue
5619 # Check for GNU ac_path_EGREP and select it if it is found.
5620 # Check for GNU $ac_path_EGREP
5621 case `"$ac_path_EGREP" --version 2>&1` in
5622 *GNU*)
5623 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5625 ac_count=0
5626 $as_echo_n 0123456789 >"conftest.in"
5627 while :
5629 cat "conftest.in" "conftest.in" >"conftest.tmp"
5630 mv "conftest.tmp" "conftest.in"
5631 cp "conftest.in" "conftest.nl"
5632 $as_echo 'EGREP' >> "conftest.nl"
5633 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5634 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5635 as_fn_arith $ac_count + 1 && ac_count=$as_val
5636 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5637 # Best one so far, save it but keep looking for a better one
5638 ac_cv_path_EGREP="$ac_path_EGREP"
5639 ac_path_EGREP_max=$ac_count
5641 # 10*(2^10) chars as input seems more than enough
5642 test $ac_count -gt 10 && break
5643 done
5644 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5645 esac
5647 $ac_path_EGREP_found && break 3
5648 done
5649 done
5650 done
5651 IFS=$as_save_IFS
5652 if test -z "$ac_cv_path_EGREP"; then
5653 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5655 else
5656 ac_cv_path_EGREP=$EGREP
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5662 $as_echo "$ac_cv_path_EGREP" >&6; }
5663 EGREP="$ac_cv_path_EGREP"
5666 # Extract the first word of "ldconfig", so it can be a program name with args.
5667 set dummy ldconfig; ac_word=$2
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5669 $as_echo_n "checking for $ac_word... " >&6; }
5670 if ${ac_cv_path_LDCONFIG+:} false; then :
5671 $as_echo_n "(cached) " >&6
5672 else
5673 case $LDCONFIG in
5674 [\\/]* | ?:[\\/]*)
5675 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5679 for as_dir in /sbin /usr/sbin $PATH
5681 IFS=$as_save_IFS
5682 test -z "$as_dir" && as_dir=.
5683 for ac_exec_ext in '' $ac_executable_extensions; do
5684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5685 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5687 break 2
5689 done
5690 done
5691 IFS=$as_save_IFS
5693 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5695 esac
5697 LDCONFIG=$ac_cv_path_LDCONFIG
5698 if test -n "$LDCONFIG"; then
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5700 $as_echo "$LDCONFIG" >&6; }
5701 else
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5703 $as_echo "no" >&6; }
5707 for ac_prog in msgfmt
5709 # Extract the first word of "$ac_prog", so it can be a program name with args.
5710 set dummy $ac_prog; ac_word=$2
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5712 $as_echo_n "checking for $ac_word... " >&6; }
5713 if ${ac_cv_prog_MSGFMT+:} false; then :
5714 $as_echo_n "(cached) " >&6
5715 else
5716 if test -n "$MSGFMT"; then
5717 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5718 else
5719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720 for as_dir in $PATH
5722 IFS=$as_save_IFS
5723 test -z "$as_dir" && as_dir=.
5724 for ac_exec_ext in '' $ac_executable_extensions; do
5725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5726 ac_cv_prog_MSGFMT="$ac_prog"
5727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5728 break 2
5730 done
5731 done
5732 IFS=$as_save_IFS
5736 MSGFMT=$ac_cv_prog_MSGFMT
5737 if test -n "$MSGFMT"; then
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5739 $as_echo "$MSGFMT" >&6; }
5740 else
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5742 $as_echo "no" >&6; }
5746 test -n "$MSGFMT" && break
5747 done
5748 test -n "$MSGFMT" || MSGFMT="false"
5750 if ${ac_tool_prefix+:} false; then :
5751 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5752 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5754 $as_echo_n "checking for $ac_word... " >&6; }
5755 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5756 $as_echo_n "(cached) " >&6
5757 else
5758 if test -n "$PKG_CONFIG"; then
5759 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5760 else
5761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5762 for as_dir in $PATH
5764 IFS=$as_save_IFS
5765 test -z "$as_dir" && as_dir=.
5766 for ac_exec_ext in '' $ac_executable_extensions; do
5767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5768 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5770 break 2
5772 done
5773 done
5774 IFS=$as_save_IFS
5778 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5779 if test -n "$PKG_CONFIG"; then
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5781 $as_echo "$PKG_CONFIG" >&6; }
5782 else
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5784 $as_echo "no" >&6; }
5789 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5790 if test "x$cross_compiling" = xyes; then :
5792 else
5793 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5794 # Extract the first word of "pkg-config", so it can be a program name with args.
5795 set dummy pkg-config; ac_word=$2
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5797 $as_echo_n "checking for $ac_word... " >&6; }
5798 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5799 $as_echo_n "(cached) " >&6
5800 else
5801 if test -n "$PKG_CONFIG"; then
5802 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5803 else
5804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5805 for as_dir in $PATH
5807 IFS=$as_save_IFS
5808 test -z "$as_dir" && as_dir=.
5809 for ac_exec_ext in '' $ac_executable_extensions; do
5810 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5811 ac_cv_prog_PKG_CONFIG="pkg-config"
5812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5813 break 2
5815 done
5816 done
5817 IFS=$as_save_IFS
5821 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5822 if test -n "$PKG_CONFIG"; then
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5824 $as_echo "$PKG_CONFIG" >&6; }
5825 else
5826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5827 $as_echo "no" >&6; }
5832 else
5833 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5836 if test "x$enable_maintainer_mode" != "xyes"
5837 then
5838 FONTFORGE=""
5839 RSVG=""
5840 CONVERT=""
5841 ICOTOOL=""
5842 else
5843 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5844 for ac_prog in fontforge
5846 # Extract the first word of "$ac_prog", so it can be a program name with args.
5847 set dummy $ac_prog; ac_word=$2
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5849 $as_echo_n "checking for $ac_word... " >&6; }
5850 if ${ac_cv_prog_FONTFORGE+:} false; then :
5851 $as_echo_n "(cached) " >&6
5852 else
5853 if test -n "$FONTFORGE"; then
5854 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5855 else
5856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5857 for as_dir in $PATH
5859 IFS=$as_save_IFS
5860 test -z "$as_dir" && as_dir=.
5861 for ac_exec_ext in '' $ac_executable_extensions; do
5862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5863 ac_cv_prog_FONTFORGE="$ac_prog"
5864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5865 break 2
5867 done
5868 done
5869 IFS=$as_save_IFS
5873 FONTFORGE=$ac_cv_prog_FONTFORGE
5874 if test -n "$FONTFORGE"; then
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5876 $as_echo "$FONTFORGE" >&6; }
5877 else
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5879 $as_echo "no" >&6; }
5883 test -n "$FONTFORGE" && break
5884 done
5885 test -n "$FONTFORGE" || FONTFORGE="false"
5887 for ac_prog in rsvg-convert rsvg
5889 # Extract the first word of "$ac_prog", so it can be a program name with args.
5890 set dummy $ac_prog; ac_word=$2
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5892 $as_echo_n "checking for $ac_word... " >&6; }
5893 if ${ac_cv_prog_RSVG+:} false; then :
5894 $as_echo_n "(cached) " >&6
5895 else
5896 if test -n "$RSVG"; then
5897 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5898 else
5899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5900 for as_dir in $PATH
5902 IFS=$as_save_IFS
5903 test -z "$as_dir" && as_dir=.
5904 for ac_exec_ext in '' $ac_executable_extensions; do
5905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5906 ac_cv_prog_RSVG="$ac_prog"
5907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5908 break 2
5910 done
5911 done
5912 IFS=$as_save_IFS
5916 RSVG=$ac_cv_prog_RSVG
5917 if test -n "$RSVG"; then
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5919 $as_echo "$RSVG" >&6; }
5920 else
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5922 $as_echo "no" >&6; }
5926 test -n "$RSVG" && break
5927 done
5928 test -n "$RSVG" || RSVG="false"
5930 for ac_prog in convert
5932 # Extract the first word of "$ac_prog", so it can be a program name with args.
5933 set dummy $ac_prog; ac_word=$2
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5935 $as_echo_n "checking for $ac_word... " >&6; }
5936 if ${ac_cv_prog_CONVERT+:} false; then :
5937 $as_echo_n "(cached) " >&6
5938 else
5939 if test -n "$CONVERT"; then
5940 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5941 else
5942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5943 for as_dir in $PATH
5945 IFS=$as_save_IFS
5946 test -z "$as_dir" && as_dir=.
5947 for ac_exec_ext in '' $ac_executable_extensions; do
5948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5949 ac_cv_prog_CONVERT="$ac_prog"
5950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5951 break 2
5953 done
5954 done
5955 IFS=$as_save_IFS
5959 CONVERT=$ac_cv_prog_CONVERT
5960 if test -n "$CONVERT"; then
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5962 $as_echo "$CONVERT" >&6; }
5963 else
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5965 $as_echo "no" >&6; }
5969 test -n "$CONVERT" && break
5970 done
5971 test -n "$CONVERT" || CONVERT="false"
5973 for ac_prog in icotool
5975 # Extract the first word of "$ac_prog", so it can be a program name with args.
5976 set dummy $ac_prog; ac_word=$2
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5978 $as_echo_n "checking for $ac_word... " >&6; }
5979 if ${ac_cv_prog_ICOTOOL+:} false; then :
5980 $as_echo_n "(cached) " >&6
5981 else
5982 if test -n "$ICOTOOL"; then
5983 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5984 else
5985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5986 for as_dir in $PATH
5988 IFS=$as_save_IFS
5989 test -z "$as_dir" && as_dir=.
5990 for ac_exec_ext in '' $ac_executable_extensions; do
5991 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5992 ac_cv_prog_ICOTOOL="$ac_prog"
5993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5994 break 2
5996 done
5997 done
5998 IFS=$as_save_IFS
6002 ICOTOOL=$ac_cv_prog_ICOTOOL
6003 if test -n "$ICOTOOL"; then
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6005 $as_echo "$ICOTOOL" >&6; }
6006 else
6007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6008 $as_echo "no" >&6; }
6012 test -n "$ICOTOOL" && break
6013 done
6014 test -n "$ICOTOOL" || ICOTOOL="false"
6016 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6017 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6019 if test "$CONVERT" = false
6020 then
6021 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6022 else
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6024 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6025 convert_version=`convert --version | head -n1`
6026 if test "x$convert_version" != "x"
6027 then
6028 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6029 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6030 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6031 then
6032 CONVERT=false
6035 if test "$CONVERT" = false
6036 then
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6038 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6039 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6040 else
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6042 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6046 if test "$ICOTOOL" = false
6047 then
6048 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6049 else
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6051 $as_echo_n "checking for recent enough icotool... " >&6; }
6052 icotool_version=`icotool --version | head -n1`
6053 if test "x$icotool_version" != "x"
6054 then
6055 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6056 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6057 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6058 then
6059 ICOTOOL=false
6060 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6063 if test "$ICOTOOL" = false
6064 then
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6066 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6067 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6068 else
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6070 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6074 with_gettext=yes
6075 with_gettextpo=yes
6076 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6079 test "x$with_gettext" != xno || MSGFMT=false
6080 if test "$MSGFMT" != "false"
6081 then
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6083 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6084 cat >conftest.po <<EOF
6085 # comment
6086 msgctxt "ctxt"
6087 msgid "id"
6088 msgstr "str"
6090 if $MSGFMT -o /dev/null conftest.po 2>&5
6091 then
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6093 $as_echo "yes" >&6; }
6094 else
6095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6096 $as_echo "no" >&6; }
6097 MSGFMT=false
6100 if test "$MSGFMT" = false; then :
6101 case "x$with_gettext" in
6102 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6103 xno) ;;
6104 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6105 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6106 esac
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6111 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6112 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6113 $as_echo_n "(cached) " >&6
6114 else
6115 ac_check_lib_save_LIBS=$LIBS
6116 LIBS="-li386 $LIBS"
6117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6118 /* end confdefs.h. */
6120 /* Override any GCC internal prototype to avoid an error.
6121 Use char because int might match the return type of a GCC
6122 builtin and then its argument prototype would still apply. */
6123 #ifdef __cplusplus
6124 extern "C"
6125 #endif
6126 char i386_set_ldt ();
6128 main ()
6130 return i386_set_ldt ();
6132 return 0;
6134 _ACEOF
6135 if ac_fn_c_try_link "$LINENO"; then :
6136 ac_cv_lib_i386_i386_set_ldt=yes
6137 else
6138 ac_cv_lib_i386_i386_set_ldt=no
6140 rm -f core conftest.err conftest.$ac_objext \
6141 conftest$ac_exeext conftest.$ac_ext
6142 LIBS=$ac_check_lib_save_LIBS
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6145 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6146 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6147 cat >>confdefs.h <<_ACEOF
6148 #define HAVE_LIBI386 1
6149 _ACEOF
6151 LIBS="-li386 $LIBS"
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6156 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6157 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6158 $as_echo_n "(cached) " >&6
6159 else
6160 ac_check_lib_save_LIBS=$LIBS
6161 LIBS="-lossaudio $LIBS"
6162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6163 /* end confdefs.h. */
6165 /* Override any GCC internal prototype to avoid an error.
6166 Use char because int might match the return type of a GCC
6167 builtin and then its argument prototype would still apply. */
6168 #ifdef __cplusplus
6169 extern "C"
6170 #endif
6171 char _oss_ioctl ();
6173 main ()
6175 return _oss_ioctl ();
6177 return 0;
6179 _ACEOF
6180 if ac_fn_c_try_link "$LINENO"; then :
6181 ac_cv_lib_ossaudio__oss_ioctl=yes
6182 else
6183 ac_cv_lib_ossaudio__oss_ioctl=no
6185 rm -f core conftest.err conftest.$ac_objext \
6186 conftest$ac_exeext conftest.$ac_ext
6187 LIBS=$ac_check_lib_save_LIBS
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6190 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6191 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6192 cat >>confdefs.h <<_ACEOF
6193 #define HAVE_LIBOSSAUDIO 1
6194 _ACEOF
6196 LIBS="-lossaudio $LIBS"
6201 OPENGL_LIBS=""
6205 # Check whether --enable-largefile was given.
6206 if test "${enable_largefile+set}" = set; then :
6207 enableval=$enable_largefile;
6210 if test "$enable_largefile" != no; then
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6213 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6214 if ${ac_cv_sys_largefile_CC+:} false; then :
6215 $as_echo_n "(cached) " >&6
6216 else
6217 ac_cv_sys_largefile_CC=no
6218 if test "$GCC" != yes; then
6219 ac_save_CC=$CC
6220 while :; do
6221 # IRIX 6.2 and later do not support large files by default,
6222 # so use the C compiler's -n32 option if that helps.
6223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6224 /* end confdefs.h. */
6225 #include <sys/types.h>
6226 /* Check that off_t can represent 2**63 - 1 correctly.
6227 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6228 since some C++ compilers masquerading as C compilers
6229 incorrectly reject 9223372036854775807. */
6230 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6231 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6232 && LARGE_OFF_T % 2147483647 == 1)
6233 ? 1 : -1];
6235 main ()
6239 return 0;
6241 _ACEOF
6242 if ac_fn_c_try_compile "$LINENO"; then :
6243 break
6245 rm -f core conftest.err conftest.$ac_objext
6246 CC="$CC -n32"
6247 if ac_fn_c_try_compile "$LINENO"; then :
6248 ac_cv_sys_largefile_CC=' -n32'; break
6250 rm -f core conftest.err conftest.$ac_objext
6251 break
6252 done
6253 CC=$ac_save_CC
6254 rm -f conftest.$ac_ext
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6258 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6259 if test "$ac_cv_sys_largefile_CC" != no; then
6260 CC=$CC$ac_cv_sys_largefile_CC
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6264 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6265 if ${ac_cv_sys_file_offset_bits+:} false; then :
6266 $as_echo_n "(cached) " >&6
6267 else
6268 while :; do
6269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6270 /* end confdefs.h. */
6271 #include <sys/types.h>
6272 /* Check that off_t can represent 2**63 - 1 correctly.
6273 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6274 since some C++ compilers masquerading as C compilers
6275 incorrectly reject 9223372036854775807. */
6276 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6277 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6278 && LARGE_OFF_T % 2147483647 == 1)
6279 ? 1 : -1];
6281 main ()
6285 return 0;
6287 _ACEOF
6288 if ac_fn_c_try_compile "$LINENO"; then :
6289 ac_cv_sys_file_offset_bits=no; break
6291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6293 /* end confdefs.h. */
6294 #define _FILE_OFFSET_BITS 64
6295 #include <sys/types.h>
6296 /* Check that off_t can represent 2**63 - 1 correctly.
6297 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6298 since some C++ compilers masquerading as C compilers
6299 incorrectly reject 9223372036854775807. */
6300 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6301 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6302 && LARGE_OFF_T % 2147483647 == 1)
6303 ? 1 : -1];
6305 main ()
6309 return 0;
6311 _ACEOF
6312 if ac_fn_c_try_compile "$LINENO"; then :
6313 ac_cv_sys_file_offset_bits=64; break
6315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6316 ac_cv_sys_file_offset_bits=unknown
6317 break
6318 done
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6321 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6322 case $ac_cv_sys_file_offset_bits in #(
6323 no | unknown) ;;
6325 cat >>confdefs.h <<_ACEOF
6326 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6327 _ACEOF
6329 esac
6330 rm -rf conftest*
6331 if test $ac_cv_sys_file_offset_bits = unknown; then
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6333 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6334 if ${ac_cv_sys_large_files+:} false; then :
6335 $as_echo_n "(cached) " >&6
6336 else
6337 while :; do
6338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6339 /* end confdefs.h. */
6340 #include <sys/types.h>
6341 /* Check that off_t can represent 2**63 - 1 correctly.
6342 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6343 since some C++ compilers masquerading as C compilers
6344 incorrectly reject 9223372036854775807. */
6345 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6346 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6347 && LARGE_OFF_T % 2147483647 == 1)
6348 ? 1 : -1];
6350 main ()
6354 return 0;
6356 _ACEOF
6357 if ac_fn_c_try_compile "$LINENO"; then :
6358 ac_cv_sys_large_files=no; break
6360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6362 /* end confdefs.h. */
6363 #define _LARGE_FILES 1
6364 #include <sys/types.h>
6365 /* Check that off_t can represent 2**63 - 1 correctly.
6366 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6367 since some C++ compilers masquerading as C compilers
6368 incorrectly reject 9223372036854775807. */
6369 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6370 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6371 && LARGE_OFF_T % 2147483647 == 1)
6372 ? 1 : -1];
6374 main ()
6378 return 0;
6380 _ACEOF
6381 if ac_fn_c_try_compile "$LINENO"; then :
6382 ac_cv_sys_large_files=1; break
6384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6385 ac_cv_sys_large_files=unknown
6386 break
6387 done
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6390 $as_echo "$ac_cv_sys_large_files" >&6; }
6391 case $ac_cv_sys_large_files in #(
6392 no | unknown) ;;
6394 cat >>confdefs.h <<_ACEOF
6395 #define _LARGE_FILES $ac_cv_sys_large_files
6396 _ACEOF
6398 esac
6399 rm -rf conftest*
6406 ac_ext=c
6407 ac_cpp='$CPP $CPPFLAGS'
6408 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6409 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6410 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6412 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6413 # On Suns, sometimes $CPP names a directory.
6414 if test -n "$CPP" && test -d "$CPP"; then
6415 CPP=
6417 if test -z "$CPP"; then
6418 if ${ac_cv_prog_CPP+:} false; then :
6419 $as_echo_n "(cached) " >&6
6420 else
6421 # Double quotes because CPP needs to be expanded
6422 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6424 ac_preproc_ok=false
6425 for ac_c_preproc_warn_flag in '' yes
6427 # Use a header file that comes with gcc, so configuring glibc
6428 # with a fresh cross-compiler works.
6429 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6430 # <limits.h> exists even on freestanding compilers.
6431 # On the NeXT, cc -E runs the code through the compiler's parser,
6432 # not just through cpp. "Syntax error" is here to catch this case.
6433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6434 /* end confdefs.h. */
6435 #ifdef __STDC__
6436 # include <limits.h>
6437 #else
6438 # include <assert.h>
6439 #endif
6440 Syntax error
6441 _ACEOF
6442 if ac_fn_c_try_cpp "$LINENO"; then :
6444 else
6445 # Broken: fails on valid input.
6446 continue
6448 rm -f conftest.err conftest.i conftest.$ac_ext
6450 # OK, works on sane cases. Now check whether nonexistent headers
6451 # can be detected and how.
6452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6453 /* end confdefs.h. */
6454 #include <ac_nonexistent.h>
6455 _ACEOF
6456 if ac_fn_c_try_cpp "$LINENO"; then :
6457 # Broken: success on invalid input.
6458 continue
6459 else
6460 # Passes both tests.
6461 ac_preproc_ok=:
6462 break
6464 rm -f conftest.err conftest.i conftest.$ac_ext
6466 done
6467 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6468 rm -f conftest.i conftest.err conftest.$ac_ext
6469 if $ac_preproc_ok; then :
6470 break
6473 done
6474 ac_cv_prog_CPP=$CPP
6477 CPP=$ac_cv_prog_CPP
6478 else
6479 ac_cv_prog_CPP=$CPP
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6482 $as_echo "$CPP" >&6; }
6483 ac_preproc_ok=false
6484 for ac_c_preproc_warn_flag in '' yes
6486 # Use a header file that comes with gcc, so configuring glibc
6487 # with a fresh cross-compiler works.
6488 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6489 # <limits.h> exists even on freestanding compilers.
6490 # On the NeXT, cc -E runs the code through the compiler's parser,
6491 # not just through cpp. "Syntax error" is here to catch this case.
6492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6493 /* end confdefs.h. */
6494 #ifdef __STDC__
6495 # include <limits.h>
6496 #else
6497 # include <assert.h>
6498 #endif
6499 Syntax error
6500 _ACEOF
6501 if ac_fn_c_try_cpp "$LINENO"; then :
6503 else
6504 # Broken: fails on valid input.
6505 continue
6507 rm -f conftest.err conftest.i conftest.$ac_ext
6509 # OK, works on sane cases. Now check whether nonexistent headers
6510 # can be detected and how.
6511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6512 /* end confdefs.h. */
6513 #include <ac_nonexistent.h>
6514 _ACEOF
6515 if ac_fn_c_try_cpp "$LINENO"; then :
6516 # Broken: success on invalid input.
6517 continue
6518 else
6519 # Passes both tests.
6520 ac_preproc_ok=:
6521 break
6523 rm -f conftest.err conftest.i conftest.$ac_ext
6525 done
6526 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6527 rm -f conftest.i conftest.err conftest.$ac_ext
6528 if $ac_preproc_ok; then :
6530 else
6531 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6532 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6533 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6534 See \`config.log' for more details" "$LINENO" 5; }
6537 ac_ext=c
6538 ac_cpp='$CPP $CPPFLAGS'
6539 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6540 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6541 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6545 $as_echo_n "checking for ANSI C header files... " >&6; }
6546 if ${ac_cv_header_stdc+:} false; then :
6547 $as_echo_n "(cached) " >&6
6548 else
6549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6550 /* end confdefs.h. */
6551 #include <stdlib.h>
6552 #include <stdarg.h>
6553 #include <string.h>
6554 #include <float.h>
6557 main ()
6561 return 0;
6563 _ACEOF
6564 if ac_fn_c_try_compile "$LINENO"; then :
6565 ac_cv_header_stdc=yes
6566 else
6567 ac_cv_header_stdc=no
6569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6571 if test $ac_cv_header_stdc = yes; then
6572 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6574 /* end confdefs.h. */
6575 #include <string.h>
6577 _ACEOF
6578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6579 $EGREP "memchr" >/dev/null 2>&1; then :
6581 else
6582 ac_cv_header_stdc=no
6584 rm -f conftest*
6588 if test $ac_cv_header_stdc = yes; then
6589 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6591 /* end confdefs.h. */
6592 #include <stdlib.h>
6594 _ACEOF
6595 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6596 $EGREP "free" >/dev/null 2>&1; then :
6598 else
6599 ac_cv_header_stdc=no
6601 rm -f conftest*
6605 if test $ac_cv_header_stdc = yes; then
6606 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6607 if test "$cross_compiling" = yes; then :
6609 else
6610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6611 /* end confdefs.h. */
6612 #include <ctype.h>
6613 #include <stdlib.h>
6614 #if ((' ' & 0x0FF) == 0x020)
6615 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6616 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6617 #else
6618 # define ISLOWER(c) \
6619 (('a' <= (c) && (c) <= 'i') \
6620 || ('j' <= (c) && (c) <= 'r') \
6621 || ('s' <= (c) && (c) <= 'z'))
6622 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6623 #endif
6625 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6627 main ()
6629 int i;
6630 for (i = 0; i < 256; i++)
6631 if (XOR (islower (i), ISLOWER (i))
6632 || toupper (i) != TOUPPER (i))
6633 return 2;
6634 return 0;
6636 _ACEOF
6637 if ac_fn_c_try_run "$LINENO"; then :
6639 else
6640 ac_cv_header_stdc=no
6642 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6643 conftest.$ac_objext conftest.beam conftest.$ac_ext
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6649 $as_echo "$ac_cv_header_stdc" >&6; }
6650 if test $ac_cv_header_stdc = yes; then
6652 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6656 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6657 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6658 inttypes.h stdint.h unistd.h
6659 do :
6660 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6661 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6663 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6664 cat >>confdefs.h <<_ACEOF
6665 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6666 _ACEOF
6670 done
6673 for ac_header in \
6674 AL/al.h \
6675 ApplicationServices/ApplicationServices.h \
6676 AudioToolbox/AudioConverter.h \
6677 AudioUnit/AudioUnit.h \
6678 AudioUnit/AudioComponent.h \
6679 CL/cl.h \
6680 Carbon/Carbon.h \
6681 CommonCrypto/CommonDigest.h \
6682 CoreAudio/CoreAudio.h \
6683 CoreServices/CoreServices.h \
6684 DiskArbitration/DiskArbitration.h \
6685 IOKit/IOKitLib.h \
6686 IOKit/hid/IOHIDLib.h \
6687 OpenAL/al.h \
6688 OpenCL/opencl.h \
6689 QuickTime/ImageCompression.h \
6690 Security/Security.h \
6691 alias.h \
6692 alsa/asoundlib.h \
6693 arpa/inet.h \
6694 arpa/nameser.h \
6695 asm/types.h \
6696 asm/user.h \
6697 curses.h \
6698 direct.h \
6699 dirent.h \
6700 dlfcn.h \
6701 elf.h \
6702 float.h \
6703 fnmatch.h \
6704 getopt.h \
6705 gettext-po.h \
6706 grp.h \
6707 gsm.h \
6708 gsm/gsm.h \
6709 ieeefp.h \
6710 inet/mib2.h \
6711 io.h \
6712 kstat.h \
6713 lber.h \
6714 ldap.h \
6715 libproc.h \
6716 link.h \
6717 linux/cdrom.h \
6718 linux/compiler.h \
6719 linux/filter.h \
6720 linux/hdreg.h \
6721 linux/input.h \
6722 linux/ioctl.h \
6723 linux/joystick.h \
6724 linux/major.h \
6725 linux/param.h \
6726 linux/serial.h \
6727 linux/types.h \
6728 linux/ucdrom.h \
6729 lwp.h \
6730 mach-o/nlist.h \
6731 mach-o/loader.h \
6732 mach/mach.h \
6733 mach/machine.h \
6734 machine/cpu.h \
6735 machine/limits.h \
6736 machine/sysarch.h \
6737 mntent.h \
6738 ncurses.h \
6739 netdb.h \
6740 netinet/in.h \
6741 netinet/in_systm.h \
6742 netinet/tcp.h \
6743 netinet/tcp_fsm.h \
6744 pcap/pcap.h \
6745 poll.h \
6746 port.h \
6747 process.h \
6748 pthread.h \
6749 pwd.h \
6750 sched.h \
6751 scsi/scsi.h \
6752 scsi/scsi_ioctl.h \
6753 scsi/sg.h \
6754 stdbool.h \
6755 stdint.h \
6756 stropts.h \
6757 sys/asoundlib.h \
6758 sys/attr.h \
6759 sys/cdio.h \
6760 sys/elf32.h \
6761 sys/epoll.h \
6762 sys/event.h \
6763 sys/exec_elf.h \
6764 sys/filio.h \
6765 sys/inotify.h \
6766 sys/ioctl.h \
6767 sys/ipc.h \
6768 sys/limits.h \
6769 sys/link.h \
6770 sys/mman.h \
6771 sys/modem.h \
6772 sys/msg.h \
6773 sys/mtio.h \
6774 sys/param.h \
6775 sys/poll.h \
6776 sys/prctl.h \
6777 sys/protosw.h \
6778 sys/ptrace.h \
6779 sys/queue.h \
6780 sys/resource.h \
6781 sys/scsiio.h \
6782 sys/shm.h \
6783 sys/signal.h \
6784 sys/socket.h \
6785 sys/socketvar.h \
6786 sys/sockio.h \
6787 sys/statvfs.h \
6788 sys/strtio.h \
6789 sys/syscall.h \
6790 sys/tihdr.h \
6791 sys/time.h \
6792 sys/timeout.h \
6793 sys/times.h \
6794 sys/uio.h \
6795 sys/user.h \
6796 sys/utsname.h \
6797 sys/vm86.h \
6798 sys/vnode.h \
6799 sys/wait.h \
6800 syscall.h \
6801 termios.h \
6802 unistd.h \
6803 utime.h \
6804 valgrind/memcheck.h \
6805 valgrind/valgrind.h \
6806 zlib.h
6808 do :
6809 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6810 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6811 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6812 cat >>confdefs.h <<_ACEOF
6813 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6814 _ACEOF
6818 done
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6821 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6822 if ${ac_cv_header_stat_broken+:} false; then :
6823 $as_echo_n "(cached) " >&6
6824 else
6825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6826 /* end confdefs.h. */
6827 #include <sys/types.h>
6828 #include <sys/stat.h>
6830 #if defined S_ISBLK && defined S_IFDIR
6831 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6832 #endif
6834 #if defined S_ISBLK && defined S_IFCHR
6835 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6836 #endif
6838 #if defined S_ISLNK && defined S_IFREG
6839 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6840 #endif
6842 #if defined S_ISSOCK && defined S_IFREG
6843 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6844 #endif
6846 _ACEOF
6847 if ac_fn_c_try_compile "$LINENO"; then :
6848 ac_cv_header_stat_broken=no
6849 else
6850 ac_cv_header_stat_broken=yes
6852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6855 $as_echo "$ac_cv_header_stat_broken" >&6; }
6856 if test $ac_cv_header_stat_broken = yes; then
6858 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6864 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6865 do :
6866 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6867 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6868 #ifdef HAVE_SYS_PARAM_H
6869 # include <sys/param.h>
6870 #endif
6872 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6873 cat >>confdefs.h <<_ACEOF
6874 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6875 _ACEOF
6879 done
6882 for ac_header in \
6883 netinet/ip.h \
6884 net/if.h \
6885 net/if_arp.h \
6886 net/if_dl.h \
6887 net/if_types.h \
6888 net/route.h \
6889 netinet/if_ether.h \
6890 netinet/if_inarp.h \
6891 netinet/in_pcb.h \
6892 netinet/ip_icmp.h \
6893 netinet/ip_var.h \
6894 netinet/udp.h \
6895 netipx/ipx.h \
6896 sys/un.h \
6898 do :
6899 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6900 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6901 #ifdef HAVE_SYS_SOCKET_H
6902 # include <sys/socket.h>
6903 #endif
6904 #ifdef HAVE_SYS_SOCKETVAR_H
6905 # include <sys/socketvar.h>
6906 #endif
6907 #ifdef HAVE_NET_ROUTE_H
6908 # include <net/route.h>
6909 #endif
6910 #ifdef HAVE_NETINET_IN_H
6911 # include <netinet/in.h>
6912 #endif
6913 #ifdef HAVE_NETINET_IN_SYSTM_H
6914 # include <netinet/in_systm.h>
6915 #endif
6916 #ifdef HAVE_NET_IF_H
6917 # include <net/if.h>
6918 #endif
6919 #ifdef HAVE_NETINET_IP_H
6920 # include <netinet/ip.h>
6921 #endif
6923 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6924 cat >>confdefs.h <<_ACEOF
6925 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6926 _ACEOF
6930 done
6933 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6934 do :
6935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6936 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6937 #ifdef HAVE_ALIAS_H
6938 # include <alias.h>
6939 #endif
6940 #ifdef HAVE_SYS_SOCKET_H
6941 # include <sys/socket.h>
6942 #endif
6943 #ifdef HAVE_SYS_SOCKETVAR_H
6944 # include <sys/socketvar.h>
6945 #endif
6946 #ifdef HAVE_SYS_TIMEOUT_H
6947 # include <sys/timeout.h>
6948 #endif
6949 #ifdef HAVE_NETINET_IN_H
6950 # include <netinet/in.h>
6951 #endif
6952 #ifdef HAVE_NETINET_IN_SYSTM_H
6953 # include <netinet/in_systm.h>
6954 #endif
6955 #ifdef HAVE_NETINET_IP_H
6956 # include <netinet/ip.h>
6957 #endif
6958 #ifdef HAVE_NETINET_IP_VAR_H
6959 # include <netinet/ip_var.h>
6960 #endif
6961 #ifdef HAVE_NETINET_IP_ICMP_H
6962 # include <netinet/ip_icmp.h>
6963 #endif
6964 #ifdef HAVE_NETINET_UDP_H
6965 # include <netinet/udp.h>
6966 #endif
6967 #ifdef HAVE_NETINET_TCP_H
6968 # include <netinet/tcp.h>
6969 #endif
6970 #ifdef HAVE_NETINET_TCP_TIMER_H
6971 #include <netinet/tcp_timer.h>
6972 #endif
6974 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6975 cat >>confdefs.h <<_ACEOF
6976 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6977 _ACEOF
6981 done
6984 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6985 do :
6986 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6987 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6988 #ifdef HAVE_ASM_TYPES_H
6989 # include <asm/types.h>
6990 #endif
6991 #ifdef HAVE_SYS_SOCKET_H
6992 # include <sys/socket.h>
6993 #endif
6994 #ifdef HAVE_LINUX_TYPES_H
6995 # include <linux/types.h>
6996 #endif
6998 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6999 cat >>confdefs.h <<_ACEOF
7000 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7001 _ACEOF
7005 done
7008 for ac_header in mach-o/dyld_images.h
7009 do :
7010 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7011 # include <stdbool.h>
7012 #endif
7013 #ifdef HAVE_STDINT_H
7014 # include <stdint.h>
7015 #endif
7017 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7018 cat >>confdefs.h <<_ACEOF
7019 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7020 _ACEOF
7024 done
7027 for ac_header in resolv.h
7028 do :
7029 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7030 #ifdef HAVE_SYS_SOCKET_H
7031 # include <sys/socket.h>
7032 #endif
7033 #ifdef HAVE_NETINET_IN_H
7034 # include <netinet/in.h>
7035 #endif
7036 #ifdef HAVE_ARPA_NAMESER_H
7037 # include <arpa/nameser.h>
7038 #endif
7040 if test "x$ac_cv_header_resolv_h" = xyes; then :
7041 cat >>confdefs.h <<_ACEOF
7042 #define HAVE_RESOLV_H 1
7043 _ACEOF
7047 done
7050 for ac_header in ifaddrs.h
7051 do :
7052 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7054 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7055 cat >>confdefs.h <<_ACEOF
7056 #define HAVE_IFADDRS_H 1
7057 _ACEOF
7061 done
7064 for ac_header in sys/ucontext.h
7065 do :
7066 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7068 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7069 cat >>confdefs.h <<_ACEOF
7070 #define HAVE_SYS_UCONTEXT_H 1
7071 _ACEOF
7075 done
7078 for ac_header in sys/thr.h
7079 do :
7080 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7081 #ifdef HAVE_SYS_UCONTEXT_H
7082 #include <sys/ucontext.h>
7083 #endif
7085 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7086 cat >>confdefs.h <<_ACEOF
7087 #define HAVE_SYS_THR_H 1
7088 _ACEOF
7092 done
7095 for ac_header in pthread_np.h
7096 do :
7097 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7098 #include <pthread.h>
7099 #endif
7101 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7102 cat >>confdefs.h <<_ACEOF
7103 #define HAVE_PTHREAD_NP_H 1
7104 _ACEOF
7108 done
7111 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7112 do :
7113 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7114 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7115 #include <sys/time.h>
7116 #endif
7117 #include <sys/types.h>
7118 #ifdef HAVE_ASM_TYPES_H
7119 #include <asm/types.h>
7120 #endif
7122 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7123 cat >>confdefs.h <<_ACEOF
7124 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7125 _ACEOF
7129 done
7132 for ac_header in libprocstat.h
7133 do :
7134 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7135 #include <sys/param.h>
7136 #endif
7137 #ifdef HAVE_SYS_QUEUE_H
7138 #include <sys/queue.h>
7139 #endif
7140 #ifdef HAVE_SYS_SOCKET_H
7141 #include <sys/socket.h>
7142 #endif
7144 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7145 cat >>confdefs.h <<_ACEOF
7146 #define HAVE_LIBPROCSTAT_H 1
7147 _ACEOF
7151 done
7155 dlldir="\${libdir}/wine"
7157 DLLFLAGS="-D_REENTRANT"
7159 LDRPATH_INSTALL=""
7161 LDRPATH_LOCAL=""
7163 LDEXECFLAGS=""
7165 LIBEXT="so"
7166 DLLEXT=".so"
7167 IMPLIBEXT="def"
7168 STATIC_IMPLIBEXT="def.a"
7169 # Extract the first word of "ldd", so it can be a program name with args.
7170 set dummy ldd; ac_word=$2
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7172 $as_echo_n "checking for $ac_word... " >&6; }
7173 if ${ac_cv_path_LDD+:} false; then :
7174 $as_echo_n "(cached) " >&6
7175 else
7176 case $LDD in
7177 [\\/]* | ?:[\\/]*)
7178 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7182 as_dummy="/sbin:/usr/sbin:$PATH"
7183 for as_dir in $as_dummy
7185 IFS=$as_save_IFS
7186 test -z "$as_dir" && as_dir=.
7187 for ac_exec_ext in '' $ac_executable_extensions; do
7188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7189 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7191 break 2
7193 done
7194 done
7195 IFS=$as_save_IFS
7197 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7199 esac
7201 LDD=$ac_cv_path_LDD
7202 if test -n "$LDD"; then
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7204 $as_echo "$LDD" >&6; }
7205 else
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7207 $as_echo "no" >&6; }
7211 if test -n "$ac_tool_prefix"; then
7212 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7213 set dummy ${ac_tool_prefix}otool; ac_word=$2
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7215 $as_echo_n "checking for $ac_word... " >&6; }
7216 if ${ac_cv_prog_OTOOL+:} false; then :
7217 $as_echo_n "(cached) " >&6
7218 else
7219 if test -n "$OTOOL"; then
7220 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7221 else
7222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7223 for as_dir in $PATH
7225 IFS=$as_save_IFS
7226 test -z "$as_dir" && as_dir=.
7227 for ac_exec_ext in '' $ac_executable_extensions; do
7228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7229 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7231 break 2
7233 done
7234 done
7235 IFS=$as_save_IFS
7239 OTOOL=$ac_cv_prog_OTOOL
7240 if test -n "$OTOOL"; then
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7242 $as_echo "$OTOOL" >&6; }
7243 else
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7245 $as_echo "no" >&6; }
7250 if test -z "$ac_cv_prog_OTOOL"; then
7251 ac_ct_OTOOL=$OTOOL
7252 # Extract the first word of "otool", so it can be a program name with args.
7253 set dummy otool; ac_word=$2
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7255 $as_echo_n "checking for $ac_word... " >&6; }
7256 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7257 $as_echo_n "(cached) " >&6
7258 else
7259 if test -n "$ac_ct_OTOOL"; then
7260 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7261 else
7262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7263 for as_dir in $PATH
7265 IFS=$as_save_IFS
7266 test -z "$as_dir" && as_dir=.
7267 for ac_exec_ext in '' $ac_executable_extensions; do
7268 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7269 ac_cv_prog_ac_ct_OTOOL="otool"
7270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7271 break 2
7273 done
7274 done
7275 IFS=$as_save_IFS
7279 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7280 if test -n "$ac_ct_OTOOL"; then
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7282 $as_echo "$ac_ct_OTOOL" >&6; }
7283 else
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7285 $as_echo "no" >&6; }
7288 if test "x$ac_ct_OTOOL" = x; then
7289 OTOOL="otool"
7290 else
7291 case $cross_compiling:$ac_tool_warned in
7292 yes:)
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7294 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7295 ac_tool_warned=yes ;;
7296 esac
7297 OTOOL=$ac_ct_OTOOL
7299 else
7300 OTOOL="$ac_cv_prog_OTOOL"
7303 if test -n "$ac_tool_prefix"; then
7304 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7305 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7307 $as_echo_n "checking for $ac_word... " >&6; }
7308 if ${ac_cv_prog_READELF+:} false; then :
7309 $as_echo_n "(cached) " >&6
7310 else
7311 if test -n "$READELF"; then
7312 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7313 else
7314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7315 for as_dir in $PATH
7317 IFS=$as_save_IFS
7318 test -z "$as_dir" && as_dir=.
7319 for ac_exec_ext in '' $ac_executable_extensions; do
7320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7321 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7323 break 2
7325 done
7326 done
7327 IFS=$as_save_IFS
7331 READELF=$ac_cv_prog_READELF
7332 if test -n "$READELF"; then
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7334 $as_echo "$READELF" >&6; }
7335 else
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7337 $as_echo "no" >&6; }
7342 if test -z "$ac_cv_prog_READELF"; then
7343 ac_ct_READELF=$READELF
7344 # Extract the first word of "readelf", so it can be a program name with args.
7345 set dummy readelf; ac_word=$2
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7347 $as_echo_n "checking for $ac_word... " >&6; }
7348 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7349 $as_echo_n "(cached) " >&6
7350 else
7351 if test -n "$ac_ct_READELF"; then
7352 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7353 else
7354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7355 for as_dir in $PATH
7357 IFS=$as_save_IFS
7358 test -z "$as_dir" && as_dir=.
7359 for ac_exec_ext in '' $ac_executable_extensions; do
7360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7361 ac_cv_prog_ac_ct_READELF="readelf"
7362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7363 break 2
7365 done
7366 done
7367 IFS=$as_save_IFS
7371 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7372 if test -n "$ac_ct_READELF"; then
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7374 $as_echo "$ac_ct_READELF" >&6; }
7375 else
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7377 $as_echo "no" >&6; }
7380 if test "x$ac_ct_READELF" = x; then
7381 READELF="true"
7382 else
7383 case $cross_compiling:$ac_tool_warned in
7384 yes:)
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7386 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7387 ac_tool_warned=yes ;;
7388 esac
7389 READELF=$ac_ct_READELF
7391 else
7392 READELF="$ac_cv_prog_READELF"
7395 wine_rules_file=conf$$rules.make
7396 rm -f $wine_rules_file
7397 ALL_POT_FILES=""
7398 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7399 SUBDIRS=""
7401 ALL_TEST_RESOURCES=""
7404 wine_fn_append_file ()
7406 as_fn_append $1 " \\$as_nl $2"
7409 wine_fn_ignore_file ()
7411 case "$1" in
7412 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7413 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7414 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7415 esac
7418 wine_fn_append_rule ()
7420 $as_echo "$1" >>$wine_rules_file
7423 wine_fn_has_flag ()
7425 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7428 wine_fn_depend_rules ()
7430 wine_fn_append_file SUBDIRS $ac_dir
7433 wine_fn_pot_rules ()
7435 test "x$with_gettextpo" = xyes || return
7437 if wine_fn_has_flag mc
7438 then
7439 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7440 wine_fn_append_rule \
7441 "$ac_dir/msg.pot: dummy
7442 @cd $ac_dir && \$(MAKE) msg.pot
7443 $ac_dir/msg.pot: tools/wmc include"
7445 if wine_fn_has_flag po
7446 then
7447 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7448 wine_fn_append_rule \
7449 "$ac_dir/rsrc.pot: dummy
7450 @cd $ac_dir && \$(MAKE) rsrc.pot
7451 $ac_dir/rsrc.pot: tools/wrc include"
7455 wine_fn_all_rules ()
7457 wine_fn_depend_rules
7458 wine_fn_append_rule \
7459 "all: $ac_dir
7460 .PHONY: $ac_dir
7461 $ac_dir: dummy
7462 @cd $ac_dir && \$(MAKE)"
7465 wine_fn_install_rules ()
7467 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7469 wine_fn_append_rule \
7470 ".PHONY: $ac_dir/install $ac_dir/uninstall
7471 $ac_dir/install:: $ac_dir
7472 @cd $ac_dir && \$(MAKE) install
7473 $ac_dir/uninstall::
7474 @cd $ac_dir && \$(MAKE) uninstall
7475 install:: $ac_dir/install
7476 __uninstall__: $ac_dir/uninstall"
7478 if wine_fn_has_flag install-lib
7479 then
7480 wine_fn_append_rule \
7481 ".PHONY: $ac_dir/install-lib
7482 $ac_dir/install-lib:: $ac_dir
7483 @cd $ac_dir && \$(MAKE) install-lib
7484 install-lib:: $ac_dir/install-lib"
7487 if wine_fn_has_flag install-dev
7488 then
7489 wine_fn_append_rule \
7490 ".PHONY: $ac_dir/install-dev
7491 $ac_dir/install-dev:: $ac_dir
7492 @cd $ac_dir && \$(MAKE) install-dev
7493 install-dev:: $ac_dir/install-dev"
7497 wine_fn_clean_rules ()
7499 ac_clean=$@
7501 if wine_fn_has_flag clean
7502 then
7503 wine_fn_append_rule \
7504 "$ac_dir/clean: dummy
7505 @cd $ac_dir && \$(MAKE) clean"
7506 else
7507 wine_fn_append_rule \
7508 "$ac_dir/clean: dummy
7509 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7511 wine_fn_append_rule \
7512 "__clean__: $ac_dir/clean
7513 .PHONY: $ac_dir/clean"
7516 wine_fn_disabled_rules ()
7518 ac_clean=$@
7520 wine_fn_append_rule \
7521 "__clean__: $ac_dir/clean
7522 .PHONY: $ac_dir/clean
7523 $ac_dir/clean: dummy
7524 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7527 wine_fn_config_makefile ()
7529 ac_dir=$1
7530 ac_enable=$2
7531 ac_flags=$3
7533 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7534 wine_fn_disabled_rules; return
7536 wine_fn_all_rules
7537 wine_fn_install_rules
7538 wine_fn_clean_rules
7541 wine_fn_config_lib ()
7543 ac_name=$1
7544 ac_flags=$2
7545 ac_dir=dlls/$ac_name
7546 ac_deps="include"
7548 if test "x$enable_tools" = xno; then :
7550 else
7551 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7553 wine_fn_all_rules
7554 wine_fn_clean_rules
7556 wine_fn_append_rule \
7557 ".PHONY: $ac_dir/install $ac_dir/uninstall
7558 $ac_dir/install:: $ac_dir
7559 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7560 $ac_dir/uninstall::
7561 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7562 install install-dev:: $ac_dir/install
7563 __uninstall__: $ac_dir/uninstall
7564 __builddeps__: $ac_dir
7565 $ac_dir: $ac_deps"
7568 wine_fn_config_dll ()
7570 ac_name=$1
7571 ac_dir=dlls/$ac_name
7572 ac_enable=$2
7573 ac_flags=$3
7574 ac_implib=${4:-$ac_name}
7575 ac_file=$ac_dir/lib$ac_implib
7576 ac_dll=$ac_name
7577 ac_deps="include"
7578 ac_implibflags=""
7580 if test "x$enable_tools" = xno; then :
7582 else
7583 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7585 case $ac_name in
7586 *16) ac_implibflags=" -m16" ;;
7587 *.*) ;;
7588 *) ac_dll=$ac_dll.dll ;;
7589 esac
7591 ac_clean=
7592 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7593 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7594 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7595 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7597 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7598 if test "$ac_enable" != enable_win16
7599 then
7600 wine_fn_depend_rules
7601 wine_fn_clean_rules $ac_clean
7602 wine_fn_pot_rules
7603 else
7604 wine_fn_disabled_rules $ac_clean
7605 return
7607 else
7608 wine_fn_all_rules
7609 wine_fn_clean_rules $ac_clean
7610 wine_fn_append_rule \
7611 "$ac_dir: __builddeps__
7612 manpages htmlpages sgmlpages xmlpages::
7613 @cd $ac_dir && \$(MAKE) \$@
7614 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7615 install install-lib:: $ac_dir/install-lib
7616 __uninstall__: $ac_dir/uninstall"
7617 if test -n "$DLLEXT"
7618 then
7619 wine_fn_append_rule \
7620 "$ac_dir/install-lib:: $ac_dir
7621 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7622 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7623 $ac_dir/uninstall::
7624 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7625 else
7626 wine_fn_append_rule \
7627 "$ac_dir/install-lib:: $ac_dir
7628 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7629 $ac_dir/uninstall::
7630 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7633 wine_fn_pot_rules
7636 if wine_fn_has_flag staticimplib
7637 then
7638 wine_fn_append_rule \
7639 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7640 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7641 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7642 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7643 $ac_file.$STATIC_IMPLIBEXT: dummy
7644 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7645 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7646 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7647 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7648 $ac_dir/uninstall::
7649 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7650 install install-dev:: $ac_dir/install-dev
7651 __uninstall__: $ac_dir/uninstall"
7653 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7654 then
7655 wine_fn_append_rule \
7656 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7657 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7658 $ac_dir/uninstall::
7659 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7662 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7663 then
7664 wine_fn_append_rule \
7665 "__builddeps__: $ac_file.cross.a
7666 $ac_file.cross.a: dummy
7667 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7670 elif wine_fn_has_flag implib
7671 then
7672 wine_fn_append_rule \
7673 "__builddeps__: $ac_file.$IMPLIBEXT
7674 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7675 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7676 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7677 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7678 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7679 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7680 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7681 $ac_dir/uninstall::
7682 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7683 install install-dev:: $ac_dir/install-dev
7684 __uninstall__: $ac_dir/uninstall"
7685 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7686 then
7687 wine_fn_append_rule \
7688 "__builddeps__: $ac_file.cross.a
7689 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7690 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7693 if test "$ac_name" != "$ac_implib"
7694 then
7695 wine_fn_append_rule \
7696 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7697 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7698 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7699 clean::
7700 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7701 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7702 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7703 then
7704 wine_fn_append_rule \
7705 "__builddeps__: dlls/lib$ac_implib.cross.a
7706 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7707 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7708 clean::
7709 \$(RM) dlls/lib$ac_implib.cross.a"
7710 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7716 wine_fn_config_program ()
7718 ac_name=$1
7719 ac_dir=programs/$ac_name
7720 ac_enable=$2
7721 ac_flags=$3
7722 ac_program=$ac_name
7724 case $ac_name in
7725 *.*) ;;
7726 *) ac_program=$ac_program.exe ;;
7727 esac
7729 ac_clean=
7730 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7731 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7732 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7733 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7735 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7736 wine_fn_disabled_rules $ac_clean; return
7739 wine_fn_all_rules
7740 wine_fn_clean_rules $ac_clean
7741 wine_fn_append_rule "$ac_dir: __builddeps__"
7742 wine_fn_pot_rules
7744 wine_fn_has_flag install || return
7745 wine_fn_append_rule \
7746 ".PHONY: $ac_dir/install $ac_dir/uninstall
7747 install install-lib:: $ac_dir/install
7748 __uninstall__: $ac_dir/uninstall"
7750 if test -n "$DLLEXT"
7751 then
7752 wine_fn_append_rule \
7753 "$ac_dir/install:: $ac_dir
7754 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7755 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7756 $ac_dir/uninstall::
7757 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7759 if test -z "$with_wine64" && wine_fn_has_flag installbin
7760 then
7761 wine_fn_append_rule \
7762 "$ac_dir/install:: __tooldeps__
7763 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7764 $ac_dir/uninstall::
7765 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7767 else
7768 wine_fn_append_rule \
7769 "$ac_dir/install:: $ac_dir
7770 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7771 $ac_dir/uninstall::
7772 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7775 if test -z "$with_wine64" && wine_fn_has_flag manpage
7776 then
7777 wine_fn_append_rule \
7778 "$ac_dir/install:: $ac_dir
7779 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7780 $ac_dir/uninstall::
7781 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7785 wine_fn_config_test ()
7787 ac_dir=$1
7788 ac_name=$2
7789 ac_flags=$3
7791 ac_clean=
7792 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7793 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7795 if test "x$enable_tests" = xno; then :
7796 wine_fn_disabled_rules $ac_clean; return
7799 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7800 wine_fn_all_rules
7801 wine_fn_clean_rules $ac_clean
7803 wine_fn_append_rule \
7804 "$ac_dir: __builddeps__
7805 programs/winetest: $ac_dir
7806 check test: $ac_dir/test
7807 .PHONY: $ac_dir/test
7808 $ac_dir/test: dummy
7809 @cd $ac_dir && \$(MAKE) test
7810 testclean::
7811 \$(RM) $ac_dir/*.ok"
7813 if test -n "$CROSSTARGET"
7814 then
7815 wine_fn_append_rule \
7816 "crosstest: $ac_dir/crosstest
7817 .PHONY: $ac_dir/crosstest
7818 $ac_dir/crosstest: __builddeps__ dummy
7819 @cd $ac_dir && \$(MAKE) crosstest"
7823 wine_fn_config_tool ()
7825 ac_dir=$1
7826 ac_flags=$2
7827 if test "x$enable_tools" = xno; then :
7828 return
7831 wine_fn_all_rules
7832 wine_fn_install_rules
7833 wine_fn_clean_rules
7835 wine_fn_append_rule "__tooldeps__: $ac_dir"
7836 wine_fn_append_rule "$ac_dir: libs/port"
7837 case $ac_dir in
7838 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7839 esac
7842 wine_fn_config_symlink ()
7844 ac_linkdir=
7845 if test "x$1" = "x-d"
7846 then
7847 ac_linkdir=$2
7848 shift; shift
7850 ac_links=$@
7851 wine_fn_append_rule \
7852 "$ac_links:
7853 @./config.status \$@
7854 distclean::
7855 \$(RM) $ac_links"
7856 for f in $ac_links; do wine_fn_ignore_file $f; done
7857 test -n "$ac_linkdir" || return
7858 wine_fn_append_rule "$ac_linkdir/depend: $ac_links"
7861 wine_binary="wine"
7862 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7863 WINELOADER_PROGRAMS="$wine_binary"
7865 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7867 case $host_os in
7868 cygwin*|mingw32*)
7869 if test -n "$ac_tool_prefix"; then
7870 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7871 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7873 $as_echo_n "checking for $ac_word... " >&6; }
7874 if ${ac_cv_prog_DLLTOOL+:} false; then :
7875 $as_echo_n "(cached) " >&6
7876 else
7877 if test -n "$DLLTOOL"; then
7878 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7879 else
7880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7881 for as_dir in $PATH
7883 IFS=$as_save_IFS
7884 test -z "$as_dir" && as_dir=.
7885 for ac_exec_ext in '' $ac_executable_extensions; do
7886 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7887 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7889 break 2
7891 done
7892 done
7893 IFS=$as_save_IFS
7897 DLLTOOL=$ac_cv_prog_DLLTOOL
7898 if test -n "$DLLTOOL"; then
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7900 $as_echo "$DLLTOOL" >&6; }
7901 else
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7903 $as_echo "no" >&6; }
7908 if test -z "$ac_cv_prog_DLLTOOL"; then
7909 ac_ct_DLLTOOL=$DLLTOOL
7910 # Extract the first word of "dlltool", so it can be a program name with args.
7911 set dummy dlltool; ac_word=$2
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7913 $as_echo_n "checking for $ac_word... " >&6; }
7914 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7915 $as_echo_n "(cached) " >&6
7916 else
7917 if test -n "$ac_ct_DLLTOOL"; then
7918 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7919 else
7920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7921 for as_dir in $PATH
7923 IFS=$as_save_IFS
7924 test -z "$as_dir" && as_dir=.
7925 for ac_exec_ext in '' $ac_executable_extensions; do
7926 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7927 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7929 break 2
7931 done
7932 done
7933 IFS=$as_save_IFS
7937 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7938 if test -n "$ac_ct_DLLTOOL"; then
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7940 $as_echo "$ac_ct_DLLTOOL" >&6; }
7941 else
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7943 $as_echo "no" >&6; }
7946 if test "x$ac_ct_DLLTOOL" = x; then
7947 DLLTOOL="false"
7948 else
7949 case $cross_compiling:$ac_tool_warned in
7950 yes:)
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7952 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7953 ac_tool_warned=yes ;;
7954 esac
7955 DLLTOOL=$ac_ct_DLLTOOL
7957 else
7958 DLLTOOL="$ac_cv_prog_DLLTOOL"
7961 LIBEXT="dll"
7962 DLLEXT=""
7963 IMPLIBEXT="a"
7964 STATIC_IMPLIBEXT="a"
7965 enable_iphlpapi=${enable_iphlpapi:-no}
7966 enable_kernel32=${enable_kernel32:-no}
7967 enable_msvcrt=${enable_msvcrt:-no}
7968 enable_ntdll=${enable_ntdll:-no}
7969 enable_ws2_32=${enable_ws2_32:-no}
7970 enable_loader=${enable_loader:-no}
7971 enable_server=${enable_server:-no}
7972 with_x=${with_x:-no}
7973 with_pthread=${with_pthread:-no}
7975 crtlibs=""
7976 case $host_os in
7977 mingw32*)
7978 crtlibs="-lmsvcrt"
7979 SOCKET_LIBS="-lws2_32"
7981 esac
7983 LIBWINE_SHAREDLIB="libwine.dll"
7985 LIBWINE_IMPORTLIB="libwine.a"
7987 LIBWINE_INSTALL_LIB="libwine.dll"
7989 LIBWINE_INSTALL_DEV="libwine.a"
7991 LIBWINE_LDFLAGS="-shared \$(srcdir)/wine.def"
7993 LIBWINE_DEPENDS="wine.def"
7997 darwin*|macosx*)
7998 for ac_header in libunwind.h
7999 do :
8000 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8001 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8002 cat >>confdefs.h <<_ACEOF
8003 #define HAVE_LIBUNWIND_H 1
8004 _ACEOF
8008 done
8010 LIBEXT="dylib"
8011 DLLFLAGS="$DLLFLAGS -fPIC"
8012 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8013 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8014 COREFOUNDATION_LIBS="-framework CoreFoundation"
8016 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8018 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8020 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8022 CORESERVICES_LIBS="-framework CoreServices"
8024 APPKIT_LIBS="-framework AppKit"
8026 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8028 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8029 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8030 $as_echo_n "(cached) " >&6
8031 else
8032 ac_wine_try_cflags_saved=$CFLAGS
8033 CFLAGS="$CFLAGS -Wl,-no_pie"
8034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8035 /* end confdefs.h. */
8036 int main(int argc, char **argv) { return 0; }
8037 _ACEOF
8038 if ac_fn_c_try_link "$LINENO"; then :
8039 ac_cv_cflags__Wl__no_pie=yes
8040 else
8041 ac_cv_cflags__Wl__no_pie=no
8043 rm -f core conftest.err conftest.$ac_objext \
8044 conftest$ac_exeext conftest.$ac_ext
8045 CFLAGS=$ac_wine_try_cflags_saved
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8048 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8049 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8050 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8052 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8053 then
8054 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8057 if test "$ac_cv_header_Security_Security_h" = "yes"
8058 then
8059 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8061 ac_save_LIBS="$LIBS"
8062 LIBS="$LIBS $SECURITY_LIBS"
8063 for ac_func in SSLCopyPeerCertificates
8064 do :
8065 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8066 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8067 cat >>confdefs.h <<_ACEOF
8068 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8069 _ACEOF
8072 done
8074 LIBS="$ac_save_LIBS"
8075 with_gnutls=${with_gnutls:-no}
8077 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8078 then
8079 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8080 then
8081 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8083 else
8084 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8087 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8088 ac_save_LIBS="$LIBS"
8089 LIBS="$LIBS $COREAUDIO_LIBS"
8090 for ac_func in AUGraphAddNode
8091 do :
8092 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8093 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8094 cat >>confdefs.h <<_ACEOF
8095 #define HAVE_AUGRAPHADDNODE 1
8096 _ACEOF
8099 done
8101 LIBS="$ac_save_LIBS"
8103 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8104 then
8105 OPENAL_LIBS="-framework OpenAL"
8108 cat >>confdefs.h <<_ACEOF
8109 #define HAVE_OPENAL 1
8110 _ACEOF
8112 ac_cv_lib_openal=yes
8114 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8115 then
8116 OPENCL_LIBS="-framework OpenCL"
8118 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8120 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8121 then
8122 ac_save_LIBS="$LIBS"
8123 LIBS="$LIBS $IOKIT_LIBS"
8124 for ac_func in IOHIDManagerCreate
8125 do :
8126 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8127 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8128 cat >>confdefs.h <<_ACEOF
8129 #define HAVE_IOHIDMANAGERCREATE 1
8130 _ACEOF
8133 done
8135 LIBS="$ac_save_LIBS"
8137 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8138 then
8139 ac_save_LIBS="$LIBS"
8140 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8142 $as_echo_n "checking for the QuickTime framework... " >&6; }
8143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8144 /* end confdefs.h. */
8145 #include <QuickTime/ImageCompression.h>
8147 main ()
8149 CodecManagerVersion(NULL);
8151 return 0;
8153 _ACEOF
8154 if ac_fn_c_try_link "$LINENO"; then :
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8156 $as_echo "yes" >&6; }
8157 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8159 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8160 else
8161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8162 $as_echo "no" >&6; }
8163 ac_cv_header_QuickTime_ImageCompression_h=no
8165 rm -f core conftest.err conftest.$ac_objext \
8166 conftest$ac_exeext conftest.$ac_ext
8167 LIBS="$ac_save_LIBS"
8169 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8170 then
8171 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8173 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8174 then
8175 CARBON_LIBS="-framework Carbon"
8179 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8180 then
8181 ac_save_LIBS="$LIBS"
8182 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8183 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8184 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8185 enable_winemac_drv=${enable_winemac_drv:-yes}
8188 LIBS="$ac_save_LIBS"
8191 if test "x$enable_win16" = "xyes"
8192 then
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8194 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8195 if test "$cross_compiling" = yes; then :
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8197 $as_echo "cross-compiling, assuming yes" >&6; }
8198 else
8199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8200 /* end confdefs.h. */
8201 asm(".text\n"
8202 "bad:\tnop;nop\n"
8203 "good:\tnop;nop\n\t"
8204 ".globl _testfunc\n"
8205 "_testfunc:\tcallw good");
8206 extern void testfunc();
8208 main ()
8210 unsigned short *p = (unsigned short *)testfunc;
8211 return p[0] != 0xe866 || p[1] != 0xfffa
8213 return 0;
8215 _ACEOF
8216 if ac_fn_c_try_run "$LINENO"; then :
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8218 $as_echo "yes" >&6; }
8219 else
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8221 $as_echo "no" >&6; }
8222 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
8224 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8225 conftest.$ac_objext conftest.beam conftest.$ac_ext
8230 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
8232 LIBWINE_INSTALL_LIB="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8234 LIBWINE_INSTALL_DEV="libwine.dylib"
8236 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8238 WINELOADER_DEPENDS="wine_info.plist"
8242 linux-android*)
8243 DLLFLAGS="$DLLFLAGS -fPIC"
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8245 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8246 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8247 $as_echo_n "(cached) " >&6
8248 else
8249 ac_wine_try_cflags_saved=$CFLAGS
8250 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8252 /* end confdefs.h. */
8253 int main(int argc, char **argv) { return 0; }
8254 _ACEOF
8255 if ac_fn_c_try_link "$LINENO"; then :
8256 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8257 else
8258 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8260 rm -f core conftest.err conftest.$ac_objext \
8261 conftest$ac_exeext conftest.$ac_ext
8262 CFLAGS=$ac_wine_try_cflags_saved
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8265 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8266 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8267 LDEXECFLAGS="-Wl,--export-dynamic"
8269 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8271 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8272 if eval \${$as_ac_var+:} false; then :
8273 $as_echo_n "(cached) " >&6
8274 else
8275 ac_wine_try_cflags_saved=$CFLAGS
8276 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8278 /* end confdefs.h. */
8279 int main(int argc, char **argv) { return 0; }
8280 _ACEOF
8281 if ac_fn_c_try_link "$LINENO"; then :
8282 eval "$as_ac_var=yes"
8283 else
8284 eval "$as_ac_var=no"
8286 rm -f core conftest.err conftest.$ac_objext \
8287 conftest$ac_exeext conftest.$ac_ext
8288 CFLAGS=$ac_wine_try_cflags_saved
8290 eval ac_res=\$$as_ac_var
8291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8292 $as_echo "$ac_res" >&6; }
8293 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8294 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8295 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8296 else
8297 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8299 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8300 if eval \${$as_ac_var+:} false; then :
8301 $as_echo_n "(cached) " >&6
8302 else
8303 ac_wine_try_cflags_saved=$CFLAGS
8304 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8306 /* end confdefs.h. */
8307 int main(int argc, char **argv) { return 0; }
8308 _ACEOF
8309 if ac_fn_c_try_link "$LINENO"; then :
8310 eval "$as_ac_var=yes"
8311 else
8312 eval "$as_ac_var=no"
8314 rm -f core conftest.err conftest.$ac_objext \
8315 conftest$ac_exeext conftest.$ac_ext
8316 CFLAGS=$ac_wine_try_cflags_saved
8318 eval ac_res=\$$as_ac_var
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8320 $as_echo "$ac_res" >&6; }
8321 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8322 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8323 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8328 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8329 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8330 $as_echo_n "(cached) " >&6
8331 else
8332 ac_wine_try_cflags_saved=$CFLAGS
8333 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8335 /* end confdefs.h. */
8336 int main(int argc, char **argv) { return 0; }
8337 _ACEOF
8338 if ac_fn_c_try_link "$LINENO"; then :
8339 ac_cv_cflags__Wl___enable_new_dtags=yes
8340 else
8341 ac_cv_cflags__Wl___enable_new_dtags=no
8343 rm -f core conftest.err conftest.$ac_objext \
8344 conftest$ac_exeext conftest.$ac_ext
8345 CFLAGS=$ac_wine_try_cflags_saved
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8348 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8349 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8350 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8353 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8354 if ${ac_cv_cflags__Wl__pie+:} false; then :
8355 $as_echo_n "(cached) " >&6
8356 else
8357 ac_wine_try_cflags_saved=$CFLAGS
8358 CFLAGS="$CFLAGS -Wl,-pie"
8359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8360 /* end confdefs.h. */
8361 int main(int argc, char **argv) { return 0; }
8362 _ACEOF
8363 if ac_fn_c_try_link "$LINENO"; then :
8364 ac_cv_cflags__Wl__pie=yes
8365 else
8366 ac_cv_cflags__Wl__pie=no
8368 rm -f core conftest.err conftest.$ac_objext \
8369 conftest$ac_exeext conftest.$ac_ext
8370 CFLAGS=$ac_wine_try_cflags_saved
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8373 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8374 if test "x$ac_cv_cflags__Wl__pie" = xyes; then :
8375 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,-pie"
8378 LIBWINE_SHAREDLIB="libwine.so"
8380 LIBWINE_INSTALL_LIB="libwine.so"
8382 LIBWINE_LDFLAGS="-shared"
8387 DLLFLAGS="$DLLFLAGS -fPIC"
8388 LDEXECFLAGS=""
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8390 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8391 if ${ac_cv_c_dll_gnuelf+:} false; then :
8392 $as_echo_n "(cached) " >&6
8393 else
8394 ac_wine_try_cflags_saved=$CFLAGS
8395 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8397 /* end confdefs.h. */
8398 void myfunc() {}
8399 _ACEOF
8400 if ac_fn_c_try_link "$LINENO"; then :
8401 ac_cv_c_dll_gnuelf="yes"
8402 else
8403 ac_cv_c_dll_gnuelf="no"
8405 rm -f core conftest.err conftest.$ac_objext \
8406 conftest$ac_exeext conftest.$ac_ext
8407 CFLAGS=$ac_wine_try_cflags_saved
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8410 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8411 if test "$ac_cv_c_dll_gnuelf" = "yes"
8412 then
8413 LIBWINE_LDFLAGS="-shared"
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8415 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8416 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8417 $as_echo_n "(cached) " >&6
8418 else
8419 ac_wine_try_cflags_saved=$CFLAGS
8420 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8422 /* end confdefs.h. */
8423 int main(int argc, char **argv) { return 0; }
8424 _ACEOF
8425 if ac_fn_c_try_link "$LINENO"; then :
8426 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8427 else
8428 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8430 rm -f core conftest.err conftest.$ac_objext \
8431 conftest$ac_exeext conftest.$ac_ext
8432 CFLAGS=$ac_wine_try_cflags_saved
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8435 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8436 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8437 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8438 else
8439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8440 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8441 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8442 $as_echo_n "(cached) " >&6
8443 else
8444 ac_wine_try_cflags_saved=$CFLAGS
8445 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8447 /* end confdefs.h. */
8448 int main(int argc, char **argv) { return 0; }
8449 _ACEOF
8450 if ac_fn_c_try_link "$LINENO"; then :
8451 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8452 else
8453 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8455 rm -f core conftest.err conftest.$ac_objext \
8456 conftest$ac_exeext conftest.$ac_ext
8457 CFLAGS=$ac_wine_try_cflags_saved
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8460 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8461 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8462 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
8466 echo '{ global: *; };' >conftest.map
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8468 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8469 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8470 $as_echo_n "(cached) " >&6
8471 else
8472 ac_wine_try_cflags_saved=$CFLAGS
8473 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8475 /* end confdefs.h. */
8476 int main(int argc, char **argv) { return 0; }
8477 _ACEOF
8478 if ac_fn_c_try_link "$LINENO"; then :
8479 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8480 else
8481 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8483 rm -f core conftest.err conftest.$ac_objext \
8484 conftest$ac_exeext conftest.$ac_ext
8485 CFLAGS=$ac_wine_try_cflags_saved
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8488 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8489 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8490 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8492 rm -f conftest.map
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8495 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8496 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8497 $as_echo_n "(cached) " >&6
8498 else
8499 ac_wine_try_cflags_saved=$CFLAGS
8500 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8502 /* end confdefs.h. */
8503 int main(int argc, char **argv) { return 0; }
8504 _ACEOF
8505 if ac_fn_c_try_link "$LINENO"; then :
8506 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8507 else
8508 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8510 rm -f core conftest.err conftest.$ac_objext \
8511 conftest$ac_exeext conftest.$ac_ext
8512 CFLAGS=$ac_wine_try_cflags_saved
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8515 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8516 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8517 LDEXECFLAGS="-Wl,--export-dynamic"
8520 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8522 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8523 if eval \${$as_ac_var+:} false; then :
8524 $as_echo_n "(cached) " >&6
8525 else
8526 ac_wine_try_cflags_saved=$CFLAGS
8527 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8529 /* end confdefs.h. */
8530 int main(int argc, char **argv) { return 0; }
8531 _ACEOF
8532 if ac_fn_c_try_link "$LINENO"; then :
8533 eval "$as_ac_var=yes"
8534 else
8535 eval "$as_ac_var=no"
8537 rm -f core conftest.err conftest.$ac_objext \
8538 conftest$ac_exeext conftest.$ac_ext
8539 CFLAGS=$ac_wine_try_cflags_saved
8541 eval ac_res=\$$as_ac_var
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8543 $as_echo "$ac_res" >&6; }
8544 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8545 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8546 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8547 else
8548 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8550 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8551 if eval \${$as_ac_var+:} false; then :
8552 $as_echo_n "(cached) " >&6
8553 else
8554 ac_wine_try_cflags_saved=$CFLAGS
8555 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8557 /* end confdefs.h. */
8558 int main(int argc, char **argv) { return 0; }
8559 _ACEOF
8560 if ac_fn_c_try_link "$LINENO"; then :
8561 eval "$as_ac_var=yes"
8562 else
8563 eval "$as_ac_var=no"
8565 rm -f core conftest.err conftest.$ac_objext \
8566 conftest$ac_exeext conftest.$ac_ext
8567 CFLAGS=$ac_wine_try_cflags_saved
8569 eval ac_res=\$$as_ac_var
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8571 $as_echo "$ac_res" >&6; }
8572 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8573 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8574 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8579 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8580 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8581 $as_echo_n "(cached) " >&6
8582 else
8583 ac_wine_try_cflags_saved=$CFLAGS
8584 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8586 /* end confdefs.h. */
8587 int main(int argc, char **argv) { return 0; }
8588 _ACEOF
8589 if ac_fn_c_try_link "$LINENO"; then :
8590 ac_cv_cflags__Wl___enable_new_dtags=yes
8591 else
8592 ac_cv_cflags__Wl___enable_new_dtags=no
8594 rm -f core conftest.err conftest.$ac_objext \
8595 conftest$ac_exeext conftest.$ac_ext
8596 CFLAGS=$ac_wine_try_cflags_saved
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8599 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8600 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8601 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8604 case $host_cpu in
8605 *i[3456789]86* | x86_64)
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8607 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8608 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8609 $as_echo_n "(cached) " >&6
8610 else
8611 ac_wine_try_cflags_saved=$CFLAGS
8612 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8614 /* end confdefs.h. */
8615 int main(int argc, char **argv) { return 0; }
8616 _ACEOF
8617 if ac_fn_c_try_link "$LINENO"; then :
8618 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8619 else
8620 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8622 rm -f core conftest.err conftest.$ac_objext \
8623 conftest$ac_exeext conftest.$ac_ext
8624 CFLAGS=$ac_wine_try_cflags_saved
8626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8627 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8628 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8629 case $host_os in
8630 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8631 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8632 esac
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8636 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8637 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8638 $as_echo_n "(cached) " >&6
8639 else
8640 ac_wine_try_cflags_saved=$CFLAGS
8641 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
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 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8648 else
8649 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8656 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8657 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8659 else
8660 # Extract the first word of "prelink", so it can be a program name with args.
8661 set dummy prelink; ac_word=$2
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8663 $as_echo_n "checking for $ac_word... " >&6; }
8664 if ${ac_cv_path_PRELINK+:} false; then :
8665 $as_echo_n "(cached) " >&6
8666 else
8667 case $PRELINK in
8668 [\\/]* | ?:[\\/]*)
8669 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8673 for as_dir in /sbin /usr/sbin $PATH
8675 IFS=$as_save_IFS
8676 test -z "$as_dir" && as_dir=.
8677 for ac_exec_ext in '' $ac_executable_extensions; do
8678 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8679 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8681 break 2
8683 done
8684 done
8685 IFS=$as_save_IFS
8687 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8689 esac
8691 PRELINK=$ac_cv_path_PRELINK
8692 if test -n "$PRELINK"; then
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8694 $as_echo "$PRELINK" >&6; }
8695 else
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8697 $as_echo "no" >&6; }
8701 if test "x$PRELINK" = xfalse
8702 then
8703 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8707 esac
8709 else
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8711 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8712 if ${ac_cv_c_dll_unixware+:} false; then :
8713 $as_echo_n "(cached) " >&6
8714 else
8715 ac_wine_try_cflags_saved=$CFLAGS
8716 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8718 /* end confdefs.h. */
8719 void myfunc() {}
8720 _ACEOF
8721 if ac_fn_c_try_link "$LINENO"; then :
8722 ac_cv_c_dll_unixware="yes"
8723 else
8724 ac_cv_c_dll_unixware="no"
8726 rm -f core conftest.err conftest.$ac_objext \
8727 conftest$ac_exeext conftest.$ac_ext
8728 CFLAGS=$ac_wine_try_cflags_saved
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8731 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8732 if test "$ac_cv_c_dll_unixware" = "yes"
8733 then
8734 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
8737 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
8739 LIBWINE_INSTALL_LIB="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8741 LIBWINE_INSTALL_DEV="libwine.so"
8743 LIBWINE_DEPENDS="wine.map"
8746 esac
8748 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
8749 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8750 enable_winemac_drv=${enable_winemac_drv:-no}
8751 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
8753 CROSSTARGET=""
8755 if test "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8756 then
8757 case "$host_cpu" in
8758 arm*)
8759 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8760 i[3456789]86*)
8761 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
8762 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8763 mingw32-gcc" ;;
8764 x86_64)
8765 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
8766 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8768 ac_prefix_list="" ;;
8769 esac
8770 for ac_prog in $ac_prefix_list
8772 # Extract the first word of "$ac_prog", so it can be a program name with args.
8773 set dummy $ac_prog; ac_word=$2
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8775 $as_echo_n "checking for $ac_word... " >&6; }
8776 if ${ac_cv_prog_CROSSCC+:} false; then :
8777 $as_echo_n "(cached) " >&6
8778 else
8779 if test -n "$CROSSCC"; then
8780 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8781 else
8782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8783 for as_dir in $PATH
8785 IFS=$as_save_IFS
8786 test -z "$as_dir" && as_dir=.
8787 for ac_exec_ext in '' $ac_executable_extensions; do
8788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8789 ac_cv_prog_CROSSCC="$ac_prog"
8790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8791 break 2
8793 done
8794 done
8795 IFS=$as_save_IFS
8799 CROSSCC=$ac_cv_prog_CROSSCC
8800 if test -n "$CROSSCC"; then
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8802 $as_echo "$CROSSCC" >&6; }
8803 else
8804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8805 $as_echo "no" >&6; }
8809 test -n "$CROSSCC" && break
8810 done
8811 test -n "$CROSSCC" || CROSSCC="false"
8813 if test "$CROSSCC" != "false"
8814 then
8815 ac_save_CC="$CC"
8816 CC="$CROSSCC"
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8818 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8820 /* end confdefs.h. */
8823 main ()
8827 return 0;
8829 _ACEOF
8830 if ac_fn_c_try_compile "$LINENO"; then :
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8832 $as_echo "yes" >&6; }
8833 set x $CROSSCC
8834 shift
8835 while test $# -ge 1
8837 case "$1" in
8838 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8839 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
8840 esac
8841 shift
8842 done
8843 else
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8845 $as_echo "no" >&6; }
8847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8848 CC="$ac_save_CC"
8853 if test "$ac_cv_header_pthread_h" = "yes"
8854 then
8855 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8856 if test "x$ac_cv_func_pthread_create" = xyes; then :
8858 else
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8860 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8861 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8862 $as_echo_n "(cached) " >&6
8863 else
8864 ac_check_lib_save_LIBS=$LIBS
8865 LIBS="-lpthread $LIBS"
8866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8867 /* end confdefs.h. */
8869 /* Override any GCC internal prototype to avoid an error.
8870 Use char because int might match the return type of a GCC
8871 builtin and then its argument prototype would still apply. */
8872 #ifdef __cplusplus
8873 extern "C"
8874 #endif
8875 char pthread_create ();
8877 main ()
8879 return pthread_create ();
8881 return 0;
8883 _ACEOF
8884 if ac_fn_c_try_link "$LINENO"; then :
8885 ac_cv_lib_pthread_pthread_create=yes
8886 else
8887 ac_cv_lib_pthread_pthread_create=no
8889 rm -f core conftest.err conftest.$ac_objext \
8890 conftest$ac_exeext conftest.$ac_ext
8891 LIBS=$ac_check_lib_save_LIBS
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8894 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8895 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8896 PTHREAD_LIBS="-lpthread"
8903 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8904 case "x$with_pthread" in
8905 xno) ;;
8906 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8907 Wine cannot support threads without libpthread.
8908 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8909 esac
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8914 $as_echo_n "checking for X... " >&6; }
8917 # Check whether --with-x was given.
8918 if test "${with_x+set}" = set; then :
8919 withval=$with_x;
8922 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8923 if test "x$with_x" = xno; then
8924 # The user explicitly disabled X.
8925 have_x=disabled
8926 else
8927 case $x_includes,$x_libraries in #(
8928 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8929 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8930 $as_echo_n "(cached) " >&6
8931 else
8932 # One or both of the vars are not set, and there is no cached value.
8933 ac_x_includes=no ac_x_libraries=no
8934 rm -f -r conftest.dir
8935 if mkdir conftest.dir; then
8936 cd conftest.dir
8937 cat >Imakefile <<'_ACEOF'
8938 incroot:
8939 @echo incroot='${INCROOT}'
8940 usrlibdir:
8941 @echo usrlibdir='${USRLIBDIR}'
8942 libdir:
8943 @echo libdir='${LIBDIR}'
8944 _ACEOF
8945 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8946 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8947 for ac_var in incroot usrlibdir libdir; do
8948 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8949 done
8950 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8951 for ac_extension in a so sl dylib la dll; do
8952 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8953 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8954 ac_im_usrlibdir=$ac_im_libdir; break
8956 done
8957 # Screen out bogus values from the imake configuration. They are
8958 # bogus both because they are the default anyway, and because
8959 # using them would break gcc on systems where it needs fixed includes.
8960 case $ac_im_incroot in
8961 /usr/include) ac_x_includes= ;;
8962 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8963 esac
8964 case $ac_im_usrlibdir in
8965 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8966 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8967 esac
8969 cd ..
8970 rm -f -r conftest.dir
8973 # Standard set of common directories for X headers.
8974 # Check X11 before X11Rn because it is often a symlink to the current release.
8975 ac_x_header_dirs='
8976 /usr/X11/include
8977 /usr/X11R7/include
8978 /usr/X11R6/include
8979 /usr/X11R5/include
8980 /usr/X11R4/include
8982 /usr/include/X11
8983 /usr/include/X11R7
8984 /usr/include/X11R6
8985 /usr/include/X11R5
8986 /usr/include/X11R4
8988 /usr/local/X11/include
8989 /usr/local/X11R7/include
8990 /usr/local/X11R6/include
8991 /usr/local/X11R5/include
8992 /usr/local/X11R4/include
8994 /usr/local/include/X11
8995 /usr/local/include/X11R7
8996 /usr/local/include/X11R6
8997 /usr/local/include/X11R5
8998 /usr/local/include/X11R4
9000 /usr/X386/include
9001 /usr/x386/include
9002 /usr/XFree86/include/X11
9004 /usr/include
9005 /usr/local/include
9006 /usr/unsupported/include
9007 /usr/athena/include
9008 /usr/local/x11r5/include
9009 /usr/lpp/Xamples/include
9011 /usr/openwin/include
9012 /usr/openwin/share/include'
9014 if test "$ac_x_includes" = no; then
9015 # Guess where to find include files, by looking for Xlib.h.
9016 # First, try using that file with no special directory specified.
9017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9018 /* end confdefs.h. */
9019 #include <X11/Xlib.h>
9020 _ACEOF
9021 if ac_fn_c_try_cpp "$LINENO"; then :
9022 # We can compile using X headers with no special include directory.
9023 ac_x_includes=
9024 else
9025 for ac_dir in $ac_x_header_dirs; do
9026 if test -r "$ac_dir/X11/Xlib.h"; then
9027 ac_x_includes=$ac_dir
9028 break
9030 done
9032 rm -f conftest.err conftest.i conftest.$ac_ext
9033 fi # $ac_x_includes = no
9035 if test "$ac_x_libraries" = no; then
9036 # Check for the libraries.
9037 # See if we find them without any special options.
9038 # Don't add to $LIBS permanently.
9039 ac_save_LIBS=$LIBS
9040 LIBS="-lX11 $LIBS"
9041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9042 /* end confdefs.h. */
9043 #include <X11/Xlib.h>
9045 main ()
9047 XrmInitialize ()
9049 return 0;
9051 _ACEOF
9052 if ac_fn_c_try_link "$LINENO"; then :
9053 LIBS=$ac_save_LIBS
9054 # We can link X programs with no special library path.
9055 ac_x_libraries=
9056 else
9057 LIBS=$ac_save_LIBS
9058 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9060 # Don't even attempt the hair of trying to link an X program!
9061 for ac_extension in a so sl dylib la dll; do
9062 if test -r "$ac_dir/libX11.$ac_extension"; then
9063 ac_x_libraries=$ac_dir
9064 break 2
9066 done
9067 done
9069 rm -f core conftest.err conftest.$ac_objext \
9070 conftest$ac_exeext conftest.$ac_ext
9071 fi # $ac_x_libraries = no
9073 case $ac_x_includes,$ac_x_libraries in #(
9074 no,* | *,no | *\'*)
9075 # Didn't find X, or a directory has "'" in its name.
9076 ac_cv_have_x="have_x=no";; #(
9078 # Record where we found X for the cache.
9079 ac_cv_have_x="have_x=yes\
9080 ac_x_includes='$ac_x_includes'\
9081 ac_x_libraries='$ac_x_libraries'"
9082 esac
9084 ;; #(
9085 *) have_x=yes;;
9086 esac
9087 eval "$ac_cv_have_x"
9088 fi # $with_x != no
9090 if test "$have_x" != yes; then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9092 $as_echo "$have_x" >&6; }
9093 no_x=yes
9094 else
9095 # If each of the values was on the command line, it overrides each guess.
9096 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9097 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9098 # Update the cache value to reflect the command line values.
9099 ac_cv_have_x="have_x=yes\
9100 ac_x_includes='$x_includes'\
9101 ac_x_libraries='$x_libraries'"
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9103 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9106 if test "$no_x" = yes; then
9107 # Not all programs may use this symbol, but it does not hurt to define it.
9109 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9111 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9112 else
9113 if test -n "$x_includes"; then
9114 X_CFLAGS="$X_CFLAGS -I$x_includes"
9117 # It would also be nice to do this for all -L options, not just this one.
9118 if test -n "$x_libraries"; then
9119 X_LIBS="$X_LIBS -L$x_libraries"
9120 # For Solaris; some versions of Sun CC require a space after -R and
9121 # others require no space. Words are not sufficient . . . .
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9123 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9124 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9125 ac_xsave_c_werror_flag=$ac_c_werror_flag
9126 ac_c_werror_flag=yes
9127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9128 /* end confdefs.h. */
9131 main ()
9135 return 0;
9137 _ACEOF
9138 if ac_fn_c_try_link "$LINENO"; then :
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9140 $as_echo "no" >&6; }
9141 X_LIBS="$X_LIBS -R$x_libraries"
9142 else
9143 LIBS="$ac_xsave_LIBS -R $x_libraries"
9144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9145 /* end confdefs.h. */
9148 main ()
9152 return 0;
9154 _ACEOF
9155 if ac_fn_c_try_link "$LINENO"; then :
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9157 $as_echo "yes" >&6; }
9158 X_LIBS="$X_LIBS -R $x_libraries"
9159 else
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9161 $as_echo "neither works" >&6; }
9163 rm -f core conftest.err conftest.$ac_objext \
9164 conftest$ac_exeext conftest.$ac_ext
9166 rm -f core conftest.err conftest.$ac_objext \
9167 conftest$ac_exeext conftest.$ac_ext
9168 ac_c_werror_flag=$ac_xsave_c_werror_flag
9169 LIBS=$ac_xsave_LIBS
9172 # Check for system-dependent libraries X programs must link with.
9173 # Do this before checking for the system-independent R6 libraries
9174 # (-lICE), since we may need -lsocket or whatever for X linking.
9176 if test "$ISC" = yes; then
9177 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9178 else
9179 # Martyn Johnson says this is needed for Ultrix, if the X
9180 # libraries were built with DECnet support. And Karl Berry says
9181 # the Alpha needs dnet_stub (dnet does not exist).
9182 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9189 #ifdef __cplusplus
9190 extern "C"
9191 #endif
9192 char XOpenDisplay ();
9194 main ()
9196 return XOpenDisplay ();
9198 return 0;
9200 _ACEOF
9201 if ac_fn_c_try_link "$LINENO"; then :
9203 else
9204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9205 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9206 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9207 $as_echo_n "(cached) " >&6
9208 else
9209 ac_check_lib_save_LIBS=$LIBS
9210 LIBS="-ldnet $LIBS"
9211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9212 /* end confdefs.h. */
9214 /* Override any GCC internal prototype to avoid an error.
9215 Use char because int might match the return type of a GCC
9216 builtin and then its argument prototype would still apply. */
9217 #ifdef __cplusplus
9218 extern "C"
9219 #endif
9220 char dnet_ntoa ();
9222 main ()
9224 return dnet_ntoa ();
9226 return 0;
9228 _ACEOF
9229 if ac_fn_c_try_link "$LINENO"; then :
9230 ac_cv_lib_dnet_dnet_ntoa=yes
9231 else
9232 ac_cv_lib_dnet_dnet_ntoa=no
9234 rm -f core conftest.err conftest.$ac_objext \
9235 conftest$ac_exeext conftest.$ac_ext
9236 LIBS=$ac_check_lib_save_LIBS
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9239 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9240 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9241 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9244 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9246 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9247 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9248 $as_echo_n "(cached) " >&6
9249 else
9250 ac_check_lib_save_LIBS=$LIBS
9251 LIBS="-ldnet_stub $LIBS"
9252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9253 /* end confdefs.h. */
9255 /* Override any GCC internal prototype to avoid an error.
9256 Use char because int might match the return type of a GCC
9257 builtin and then its argument prototype would still apply. */
9258 #ifdef __cplusplus
9259 extern "C"
9260 #endif
9261 char dnet_ntoa ();
9263 main ()
9265 return dnet_ntoa ();
9267 return 0;
9269 _ACEOF
9270 if ac_fn_c_try_link "$LINENO"; then :
9271 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9272 else
9273 ac_cv_lib_dnet_stub_dnet_ntoa=no
9275 rm -f core conftest.err conftest.$ac_objext \
9276 conftest$ac_exeext conftest.$ac_ext
9277 LIBS=$ac_check_lib_save_LIBS
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9280 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9281 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9282 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9287 rm -f core conftest.err conftest.$ac_objext \
9288 conftest$ac_exeext conftest.$ac_ext
9289 LIBS="$ac_xsave_LIBS"
9291 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9292 # to get the SysV transport functions.
9293 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9294 # needs -lnsl.
9295 # The nsl library prevents programs from opening the X display
9296 # on Irix 5.2, according to T.E. Dickey.
9297 # The functions gethostbyname, getservbyname, and inet_addr are
9298 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9299 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9300 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9304 if test $ac_cv_func_gethostbyname = no; then
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9306 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9307 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9308 $as_echo_n "(cached) " >&6
9309 else
9310 ac_check_lib_save_LIBS=$LIBS
9311 LIBS="-lnsl $LIBS"
9312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9313 /* end confdefs.h. */
9315 /* Override any GCC internal prototype to avoid an error.
9316 Use char because int might match the return type of a GCC
9317 builtin and then its argument prototype would still apply. */
9318 #ifdef __cplusplus
9319 extern "C"
9320 #endif
9321 char gethostbyname ();
9323 main ()
9325 return gethostbyname ();
9327 return 0;
9329 _ACEOF
9330 if ac_fn_c_try_link "$LINENO"; then :
9331 ac_cv_lib_nsl_gethostbyname=yes
9332 else
9333 ac_cv_lib_nsl_gethostbyname=no
9335 rm -f core conftest.err conftest.$ac_objext \
9336 conftest$ac_exeext conftest.$ac_ext
9337 LIBS=$ac_check_lib_save_LIBS
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9340 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9341 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9342 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9345 if test $ac_cv_lib_nsl_gethostbyname = no; then
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9347 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9348 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9349 $as_echo_n "(cached) " >&6
9350 else
9351 ac_check_lib_save_LIBS=$LIBS
9352 LIBS="-lbsd $LIBS"
9353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9354 /* end confdefs.h. */
9356 /* Override any GCC internal prototype to avoid an error.
9357 Use char because int might match the return type of a GCC
9358 builtin and then its argument prototype would still apply. */
9359 #ifdef __cplusplus
9360 extern "C"
9361 #endif
9362 char gethostbyname ();
9364 main ()
9366 return gethostbyname ();
9368 return 0;
9370 _ACEOF
9371 if ac_fn_c_try_link "$LINENO"; then :
9372 ac_cv_lib_bsd_gethostbyname=yes
9373 else
9374 ac_cv_lib_bsd_gethostbyname=no
9376 rm -f core conftest.err conftest.$ac_objext \
9377 conftest$ac_exeext conftest.$ac_ext
9378 LIBS=$ac_check_lib_save_LIBS
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9381 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9382 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9383 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9389 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9390 # socket/setsockopt and other routines are undefined under SCO ODT
9391 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9392 # on later versions), says Simon Leinen: it contains gethostby*
9393 # variants that don't use the name server (or something). -lsocket
9394 # must be given before -lnsl if both are needed. We assume that
9395 # if connect needs -lnsl, so does gethostbyname.
9396 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9397 if test "x$ac_cv_func_connect" = xyes; then :
9401 if test $ac_cv_func_connect = no; then
9402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9403 $as_echo_n "checking for connect in -lsocket... " >&6; }
9404 if ${ac_cv_lib_socket_connect+:} false; then :
9405 $as_echo_n "(cached) " >&6
9406 else
9407 ac_check_lib_save_LIBS=$LIBS
9408 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9410 /* end confdefs.h. */
9412 /* Override any GCC internal prototype to avoid an error.
9413 Use char because int might match the return type of a GCC
9414 builtin and then its argument prototype would still apply. */
9415 #ifdef __cplusplus
9416 extern "C"
9417 #endif
9418 char connect ();
9420 main ()
9422 return connect ();
9424 return 0;
9426 _ACEOF
9427 if ac_fn_c_try_link "$LINENO"; then :
9428 ac_cv_lib_socket_connect=yes
9429 else
9430 ac_cv_lib_socket_connect=no
9432 rm -f core conftest.err conftest.$ac_objext \
9433 conftest$ac_exeext conftest.$ac_ext
9434 LIBS=$ac_check_lib_save_LIBS
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9437 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9438 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9439 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9444 # Guillermo Gomez says -lposix is necessary on A/UX.
9445 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9446 if test "x$ac_cv_func_remove" = xyes; then :
9450 if test $ac_cv_func_remove = no; then
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9452 $as_echo_n "checking for remove in -lposix... " >&6; }
9453 if ${ac_cv_lib_posix_remove+:} false; then :
9454 $as_echo_n "(cached) " >&6
9455 else
9456 ac_check_lib_save_LIBS=$LIBS
9457 LIBS="-lposix $LIBS"
9458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9459 /* end confdefs.h. */
9461 /* Override any GCC internal prototype to avoid an error.
9462 Use char because int might match the return type of a GCC
9463 builtin and then its argument prototype would still apply. */
9464 #ifdef __cplusplus
9465 extern "C"
9466 #endif
9467 char remove ();
9469 main ()
9471 return remove ();
9473 return 0;
9475 _ACEOF
9476 if ac_fn_c_try_link "$LINENO"; then :
9477 ac_cv_lib_posix_remove=yes
9478 else
9479 ac_cv_lib_posix_remove=no
9481 rm -f core conftest.err conftest.$ac_objext \
9482 conftest$ac_exeext conftest.$ac_ext
9483 LIBS=$ac_check_lib_save_LIBS
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9486 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9487 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9488 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9493 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9494 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9495 if test "x$ac_cv_func_shmat" = xyes; then :
9499 if test $ac_cv_func_shmat = no; then
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9501 $as_echo_n "checking for shmat in -lipc... " >&6; }
9502 if ${ac_cv_lib_ipc_shmat+:} false; then :
9503 $as_echo_n "(cached) " >&6
9504 else
9505 ac_check_lib_save_LIBS=$LIBS
9506 LIBS="-lipc $LIBS"
9507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9508 /* end confdefs.h. */
9510 /* Override any GCC internal prototype to avoid an error.
9511 Use char because int might match the return type of a GCC
9512 builtin and then its argument prototype would still apply. */
9513 #ifdef __cplusplus
9514 extern "C"
9515 #endif
9516 char shmat ();
9518 main ()
9520 return shmat ();
9522 return 0;
9524 _ACEOF
9525 if ac_fn_c_try_link "$LINENO"; then :
9526 ac_cv_lib_ipc_shmat=yes
9527 else
9528 ac_cv_lib_ipc_shmat=no
9530 rm -f core conftest.err conftest.$ac_objext \
9531 conftest$ac_exeext conftest.$ac_ext
9532 LIBS=$ac_check_lib_save_LIBS
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9535 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9536 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9537 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9543 # Check for libraries that X11R6 Xt/Xaw programs need.
9544 ac_save_LDFLAGS=$LDFLAGS
9545 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9546 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9547 # check for ICE first), but we must link in the order -lSM -lICE or
9548 # we get undefined symbols. So assume we have SM if we have ICE.
9549 # These have to be linked with before -lX11, unlike the other
9550 # libraries we check for below, so use a different variable.
9551 # John Interrante, Karl Berry
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9553 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9554 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9555 $as_echo_n "(cached) " >&6
9556 else
9557 ac_check_lib_save_LIBS=$LIBS
9558 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9560 /* end confdefs.h. */
9562 /* Override any GCC internal prototype to avoid an error.
9563 Use char because int might match the return type of a GCC
9564 builtin and then its argument prototype would still apply. */
9565 #ifdef __cplusplus
9566 extern "C"
9567 #endif
9568 char IceConnectionNumber ();
9570 main ()
9572 return IceConnectionNumber ();
9574 return 0;
9576 _ACEOF
9577 if ac_fn_c_try_link "$LINENO"; then :
9578 ac_cv_lib_ICE_IceConnectionNumber=yes
9579 else
9580 ac_cv_lib_ICE_IceConnectionNumber=no
9582 rm -f core conftest.err conftest.$ac_objext \
9583 conftest$ac_exeext conftest.$ac_ext
9584 LIBS=$ac_check_lib_save_LIBS
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9587 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9588 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9589 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9592 LDFLAGS=$ac_save_LDFLAGS
9597 if test "$have_x" = "yes"
9598 then
9599 ac_save_CPPFLAGS="$CPPFLAGS"
9600 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9603 $as_echo_n "checking for -lX11... " >&6; }
9604 if ${ac_cv_lib_soname_X11+:} false; then :
9605 $as_echo_n "(cached) " >&6
9606 else
9607 ac_check_soname_save_LIBS=$LIBS
9608 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9610 /* end confdefs.h. */
9612 /* Override any GCC internal prototype to avoid an error.
9613 Use char because int might match the return type of a GCC
9614 builtin and then its argument prototype would still apply. */
9615 #ifdef __cplusplus
9616 extern "C"
9617 #endif
9618 char XCreateWindow ();
9620 main ()
9622 return XCreateWindow ();
9624 return 0;
9626 _ACEOF
9627 if ac_fn_c_try_link "$LINENO"; then :
9628 case "$LIBEXT" in
9629 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9630 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'` ;;
9631 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9632 if ${ac_cv_lib_soname_X11:+false} :; then :
9633 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9634 fi ;;
9635 esac
9637 rm -f core conftest.err conftest.$ac_objext \
9638 conftest$ac_exeext conftest.$ac_ext
9639 LIBS=$ac_check_soname_save_LIBS
9641 if ${ac_cv_lib_soname_X11:+false} :; then :
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9643 $as_echo "not found" >&6; }
9645 else
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9647 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9649 cat >>confdefs.h <<_ACEOF
9650 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9651 _ACEOF
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9656 $as_echo_n "checking for -lXext... " >&6; }
9657 if ${ac_cv_lib_soname_Xext+:} false; then :
9658 $as_echo_n "(cached) " >&6
9659 else
9660 ac_check_soname_save_LIBS=$LIBS
9661 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9663 /* end confdefs.h. */
9665 /* Override any GCC internal prototype to avoid an error.
9666 Use char because int might match the return type of a GCC
9667 builtin and then its argument prototype would still apply. */
9668 #ifdef __cplusplus
9669 extern "C"
9670 #endif
9671 char XextCreateExtension ();
9673 main ()
9675 return XextCreateExtension ();
9677 return 0;
9679 _ACEOF
9680 if ac_fn_c_try_link "$LINENO"; then :
9681 case "$LIBEXT" in
9682 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9683 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'` ;;
9684 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9685 if ${ac_cv_lib_soname_Xext:+false} :; then :
9686 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9687 fi ;;
9688 esac
9690 rm -f core conftest.err conftest.$ac_objext \
9691 conftest$ac_exeext conftest.$ac_ext
9692 LIBS=$ac_check_soname_save_LIBS
9694 if ${ac_cv_lib_soname_Xext:+false} :; then :
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9696 $as_echo "not found" >&6; }
9698 else
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9700 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9702 cat >>confdefs.h <<_ACEOF
9703 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9704 _ACEOF
9706 X_LIBS="$X_LIBS -lXext"
9708 X_LIBS="$X_LIBS -lX11"
9710 for ac_header in X11/Xlib.h \
9711 X11/XKBlib.h \
9712 X11/Xutil.h \
9713 X11/Xcursor/Xcursor.h \
9714 X11/extensions/shape.h \
9715 X11/extensions/XInput.h \
9716 X11/extensions/XInput2.h \
9717 X11/extensions/XShm.h \
9718 X11/extensions/Xcomposite.h \
9719 X11/extensions/Xinerama.h \
9720 X11/extensions/Xrandr.h \
9721 X11/extensions/Xrender.h \
9722 X11/extensions/xf86vmode.h \
9723 X11/extensions/xf86vmproto.h
9724 do :
9725 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9726 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9727 # include <X11/Xlib.h>
9728 #endif
9729 #ifdef HAVE_X11_XUTIL_H
9730 # include <X11/Xutil.h>
9731 #endif
9733 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9734 cat >>confdefs.h <<_ACEOF
9735 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9736 _ACEOF
9740 done
9743 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9744 then
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9746 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9747 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9748 $as_echo_n "(cached) " >&6
9749 else
9750 ac_check_lib_save_LIBS=$LIBS
9751 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9753 /* end confdefs.h. */
9755 /* Override any GCC internal prototype to avoid an error.
9756 Use char because int might match the return type of a GCC
9757 builtin and then its argument prototype would still apply. */
9758 #ifdef __cplusplus
9759 extern "C"
9760 #endif
9761 char XkbQueryExtension ();
9763 main ()
9765 return XkbQueryExtension ();
9767 return 0;
9769 _ACEOF
9770 if ac_fn_c_try_link "$LINENO"; then :
9771 ac_cv_lib_X11_XkbQueryExtension=yes
9772 else
9773 ac_cv_lib_X11_XkbQueryExtension=no
9775 rm -f core conftest.err conftest.$ac_objext \
9776 conftest$ac_exeext conftest.$ac_ext
9777 LIBS=$ac_check_lib_save_LIBS
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9780 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9781 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9783 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9789 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9790 then
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9792 $as_echo_n "checking for -lXcursor... " >&6; }
9793 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9794 $as_echo_n "(cached) " >&6
9795 else
9796 ac_check_soname_save_LIBS=$LIBS
9797 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9799 /* end confdefs.h. */
9801 /* Override any GCC internal prototype to avoid an error.
9802 Use char because int might match the return type of a GCC
9803 builtin and then its argument prototype would still apply. */
9804 #ifdef __cplusplus
9805 extern "C"
9806 #endif
9807 char XcursorImageLoadCursor ();
9809 main ()
9811 return XcursorImageLoadCursor ();
9813 return 0;
9815 _ACEOF
9816 if ac_fn_c_try_link "$LINENO"; then :
9817 case "$LIBEXT" in
9818 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9819 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'` ;;
9820 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9821 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9822 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9823 fi ;;
9824 esac
9826 rm -f core conftest.err conftest.$ac_objext \
9827 conftest$ac_exeext conftest.$ac_ext
9828 LIBS=$ac_check_soname_save_LIBS
9830 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9832 $as_echo "not found" >&6; }
9834 else
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9836 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9838 cat >>confdefs.h <<_ACEOF
9839 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9840 _ACEOF
9845 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9846 case "x$with_xcursor" in
9847 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9848 xno) ;;
9849 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9850 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9851 esac
9854 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9855 then
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9857 $as_echo_n "checking for -lXi... " >&6; }
9858 if ${ac_cv_lib_soname_Xi+:} false; then :
9859 $as_echo_n "(cached) " >&6
9860 else
9861 ac_check_soname_save_LIBS=$LIBS
9862 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9864 /* end confdefs.h. */
9866 /* Override any GCC internal prototype to avoid an error.
9867 Use char because int might match the return type of a GCC
9868 builtin and then its argument prototype would still apply. */
9869 #ifdef __cplusplus
9870 extern "C"
9871 #endif
9872 char XOpenDevice ();
9874 main ()
9876 return XOpenDevice ();
9878 return 0;
9880 _ACEOF
9881 if ac_fn_c_try_link "$LINENO"; then :
9882 case "$LIBEXT" in
9883 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9884 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'` ;;
9885 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9886 if ${ac_cv_lib_soname_Xi:+false} :; then :
9887 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9888 fi ;;
9889 esac
9891 rm -f core conftest.err conftest.$ac_objext \
9892 conftest$ac_exeext conftest.$ac_ext
9893 LIBS=$ac_check_soname_save_LIBS
9895 if ${ac_cv_lib_soname_Xi:+false} :; then :
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9897 $as_echo "not found" >&6; }
9899 else
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9901 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9903 cat >>confdefs.h <<_ACEOF
9904 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9905 _ACEOF
9910 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9911 case "x$with_xinput" in
9912 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9913 xno) ;;
9914 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9915 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9916 esac
9919 if test "x$ac_cv_lib_soname_Xi" != x
9920 then
9921 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9922 case "x$with_xinput2" in
9923 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9924 xno) ;;
9925 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9926 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9927 esac
9931 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9932 then
9933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9934 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9935 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9936 $as_echo_n "(cached) " >&6
9937 else
9938 ac_check_lib_save_LIBS=$LIBS
9939 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9941 /* end confdefs.h. */
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9946 #ifdef __cplusplus
9947 extern "C"
9948 #endif
9949 char XShmQueryExtension ();
9951 main ()
9953 return XShmQueryExtension ();
9955 return 0;
9957 _ACEOF
9958 if ac_fn_c_try_link "$LINENO"; then :
9959 ac_cv_lib_Xext_XShmQueryExtension=yes
9960 else
9961 ac_cv_lib_Xext_XShmQueryExtension=no
9963 rm -f core conftest.err conftest.$ac_objext \
9964 conftest$ac_exeext conftest.$ac_ext
9965 LIBS=$ac_check_lib_save_LIBS
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9968 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9969 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
9971 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9976 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9977 case "x$with_xshm" in
9978 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9979 xno) ;;
9980 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9981 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9982 esac
9985 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9986 then
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9988 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9989 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
9990 $as_echo_n "(cached) " >&6
9991 else
9992 ac_check_lib_save_LIBS=$LIBS
9993 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9995 /* end confdefs.h. */
9997 /* Override any GCC internal prototype to avoid an error.
9998 Use char because int might match the return type of a GCC
9999 builtin and then its argument prototype would still apply. */
10000 #ifdef __cplusplus
10001 extern "C"
10002 #endif
10003 char XShapeQueryExtension ();
10005 main ()
10007 return XShapeQueryExtension ();
10009 return 0;
10011 _ACEOF
10012 if ac_fn_c_try_link "$LINENO"; then :
10013 ac_cv_lib_Xext_XShapeQueryExtension=yes
10014 else
10015 ac_cv_lib_Xext_XShapeQueryExtension=no
10017 rm -f core conftest.err conftest.$ac_objext \
10018 conftest$ac_exeext conftest.$ac_ext
10019 LIBS=$ac_check_lib_save_LIBS
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10022 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10023 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10025 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10030 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10031 case "x$with_xshape" in
10032 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10033 xno) ;;
10034 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10035 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10036 esac
10039 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10040 then
10041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10042 $as_echo_n "checking for -lXxf86vm... " >&6; }
10043 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10044 $as_echo_n "(cached) " >&6
10045 else
10046 ac_check_soname_save_LIBS=$LIBS
10047 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10049 /* end confdefs.h. */
10051 /* Override any GCC internal prototype to avoid an error.
10052 Use char because int might match the return type of a GCC
10053 builtin and then its argument prototype would still apply. */
10054 #ifdef __cplusplus
10055 extern "C"
10056 #endif
10057 char XF86VidModeQueryExtension ();
10059 main ()
10061 return XF86VidModeQueryExtension ();
10063 return 0;
10065 _ACEOF
10066 if ac_fn_c_try_link "$LINENO"; then :
10067 case "$LIBEXT" in
10068 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10069 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'` ;;
10070 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10071 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10072 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10073 fi ;;
10074 esac
10076 rm -f core conftest.err conftest.$ac_objext \
10077 conftest$ac_exeext conftest.$ac_ext
10078 LIBS=$ac_check_soname_save_LIBS
10080 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10082 $as_echo "not found" >&6; }
10084 else
10085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10086 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10088 cat >>confdefs.h <<_ACEOF
10089 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10090 _ACEOF
10095 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10096 case "x$with_xxf86vm" in
10097 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10098 xno) ;;
10099 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10100 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10101 esac
10104 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10105 then
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10107 $as_echo_n "checking for -lXrender... " >&6; }
10108 if ${ac_cv_lib_soname_Xrender+:} false; then :
10109 $as_echo_n "(cached) " >&6
10110 else
10111 ac_check_soname_save_LIBS=$LIBS
10112 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10114 /* end confdefs.h. */
10116 /* Override any GCC internal prototype to avoid an error.
10117 Use char because int might match the return type of a GCC
10118 builtin and then its argument prototype would still apply. */
10119 #ifdef __cplusplus
10120 extern "C"
10121 #endif
10122 char XRenderQueryExtension ();
10124 main ()
10126 return XRenderQueryExtension ();
10128 return 0;
10130 _ACEOF
10131 if ac_fn_c_try_link "$LINENO"; then :
10132 case "$LIBEXT" in
10133 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10134 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'` ;;
10135 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10136 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10137 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10138 fi ;;
10139 esac
10141 rm -f core conftest.err conftest.$ac_objext \
10142 conftest$ac_exeext conftest.$ac_ext
10143 LIBS=$ac_check_soname_save_LIBS
10145 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10147 $as_echo "not found" >&6; }
10149 else
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10151 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10153 cat >>confdefs.h <<_ACEOF
10154 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10155 _ACEOF
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10158 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10159 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10160 $as_echo_n "(cached) " >&6
10161 else
10162 ac_check_lib_save_LIBS=$LIBS
10163 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10165 /* end confdefs.h. */
10167 /* Override any GCC internal prototype to avoid an error.
10168 Use char because int might match the return type of a GCC
10169 builtin and then its argument prototype would still apply. */
10170 #ifdef __cplusplus
10171 extern "C"
10172 #endif
10173 char XRenderSetPictureTransform ();
10175 main ()
10177 return XRenderSetPictureTransform ();
10179 return 0;
10181 _ACEOF
10182 if ac_fn_c_try_link "$LINENO"; then :
10183 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10184 else
10185 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10187 rm -f core conftest.err conftest.$ac_objext \
10188 conftest$ac_exeext conftest.$ac_ext
10189 LIBS=$ac_check_lib_save_LIBS
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10192 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10193 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10195 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10200 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10201 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10202 $as_echo_n "(cached) " >&6
10203 else
10204 ac_check_lib_save_LIBS=$LIBS
10205 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10207 /* end confdefs.h. */
10209 /* Override any GCC internal prototype to avoid an error.
10210 Use char because int might match the return type of a GCC
10211 builtin and then its argument prototype would still apply. */
10212 #ifdef __cplusplus
10213 extern "C"
10214 #endif
10215 char XRenderCreateLinearGradient ();
10217 main ()
10219 return XRenderCreateLinearGradient ();
10221 return 0;
10223 _ACEOF
10224 if ac_fn_c_try_link "$LINENO"; then :
10225 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10226 else
10227 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10229 rm -f core conftest.err conftest.$ac_objext \
10230 conftest$ac_exeext conftest.$ac_ext
10231 LIBS=$ac_check_lib_save_LIBS
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10234 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10235 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10237 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10244 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10245 case "x$with_xrender" in
10246 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10247 xno) ;;
10248 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10249 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10250 esac
10253 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10254 then
10255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10256 /* end confdefs.h. */
10257 #include <X11/Xlib.h>
10258 #include <X11/extensions/Xrandr.h>
10260 main ()
10262 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10264 return 0;
10266 _ACEOF
10267 if ac_fn_c_try_compile "$LINENO"; then :
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10269 $as_echo_n "checking for -lXrandr... " >&6; }
10270 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10271 $as_echo_n "(cached) " >&6
10272 else
10273 ac_check_soname_save_LIBS=$LIBS
10274 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10276 /* end confdefs.h. */
10278 /* Override any GCC internal prototype to avoid an error.
10279 Use char because int might match the return type of a GCC
10280 builtin and then its argument prototype would still apply. */
10281 #ifdef __cplusplus
10282 extern "C"
10283 #endif
10284 char XRRQueryExtension ();
10286 main ()
10288 return XRRQueryExtension ();
10290 return 0;
10292 _ACEOF
10293 if ac_fn_c_try_link "$LINENO"; then :
10294 case "$LIBEXT" in
10295 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10296 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'` ;;
10297 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10298 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10299 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10300 fi ;;
10301 esac
10303 rm -f core conftest.err conftest.$ac_objext \
10304 conftest$ac_exeext conftest.$ac_ext
10305 LIBS=$ac_check_soname_save_LIBS
10307 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10309 $as_echo "not found" >&6; }
10311 else
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10313 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10315 cat >>confdefs.h <<_ACEOF
10316 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10317 _ACEOF
10319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10320 /* end confdefs.h. */
10321 #include <X11/Xlib.h>
10322 #include <X11/extensions/Xrandr.h>
10324 main ()
10326 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10328 return 0;
10330 _ACEOF
10331 if ac_fn_c_try_compile "$LINENO"; then :
10333 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10341 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10342 case "x$with_xrandr" in
10343 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10344 xno) ;;
10345 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10346 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10347 esac
10350 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10351 then
10352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10353 /* end confdefs.h. */
10354 #include <X11/Xlib.h>
10355 #include <X11/extensions/Xinerama.h>
10357 main ()
10359 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10361 return 0;
10363 _ACEOF
10364 if ac_fn_c_try_compile "$LINENO"; then :
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10366 $as_echo_n "checking for -lXinerama... " >&6; }
10367 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10368 $as_echo_n "(cached) " >&6
10369 else
10370 ac_check_soname_save_LIBS=$LIBS
10371 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10373 /* end confdefs.h. */
10375 /* Override any GCC internal prototype to avoid an error.
10376 Use char because int might match the return type of a GCC
10377 builtin and then its argument prototype would still apply. */
10378 #ifdef __cplusplus
10379 extern "C"
10380 #endif
10381 char XineramaQueryScreens ();
10383 main ()
10385 return XineramaQueryScreens ();
10387 return 0;
10389 _ACEOF
10390 if ac_fn_c_try_link "$LINENO"; then :
10391 case "$LIBEXT" in
10392 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10393 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'` ;;
10394 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10395 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10396 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10397 fi ;;
10398 esac
10400 rm -f core conftest.err conftest.$ac_objext \
10401 conftest$ac_exeext conftest.$ac_ext
10402 LIBS=$ac_check_soname_save_LIBS
10404 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10406 $as_echo "not found" >&6; }
10408 else
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10410 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10412 cat >>confdefs.h <<_ACEOF
10413 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10414 _ACEOF
10419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10421 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10422 case "x$with_xinerama" in
10423 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10424 xno) ;;
10425 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10426 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10427 esac
10430 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10431 then
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10433 $as_echo_n "checking for -lXcomposite... " >&6; }
10434 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10435 $as_echo_n "(cached) " >&6
10436 else
10437 ac_check_soname_save_LIBS=$LIBS
10438 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h. */
10442 /* Override any GCC internal prototype to avoid an error.
10443 Use char because int might match the return type of a GCC
10444 builtin and then its argument prototype would still apply. */
10445 #ifdef __cplusplus
10446 extern "C"
10447 #endif
10448 char XCompositeRedirectWindow ();
10450 main ()
10452 return XCompositeRedirectWindow ();
10454 return 0;
10456 _ACEOF
10457 if ac_fn_c_try_link "$LINENO"; then :
10458 case "$LIBEXT" in
10459 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10460 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'` ;;
10461 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10462 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10463 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10464 fi ;;
10465 esac
10467 rm -f core conftest.err conftest.$ac_objext \
10468 conftest$ac_exeext conftest.$ac_ext
10469 LIBS=$ac_check_soname_save_LIBS
10471 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10473 $as_echo "not found" >&6; }
10475 else
10476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10477 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10479 cat >>confdefs.h <<_ACEOF
10480 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10481 _ACEOF
10486 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10487 case "x$with_xcomposite" in
10488 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10489 xno) ;;
10490 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10491 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10492 esac
10495 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10496 #include <X11/Xlib.h>
10497 #endif
10499 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10501 cat >>confdefs.h <<_ACEOF
10502 #define HAVE_XICCALLBACK_CALLBACK 1
10503 _ACEOF
10507 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10508 #include <X11/Xlib.h>
10509 #endif
10511 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10513 cat >>confdefs.h <<_ACEOF
10514 #define HAVE_XEVENT_XCOOKIE 1
10515 _ACEOF
10522 opengl_msg=""
10523 if test "x$with_opengl" != "xno"
10524 then
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10526 $as_echo_n "checking for -lGL... " >&6; }
10527 if ${ac_cv_lib_soname_GL+:} false; then :
10528 $as_echo_n "(cached) " >&6
10529 else
10530 ac_check_soname_save_LIBS=$LIBS
10531 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10533 /* end confdefs.h. */
10535 /* Override any GCC internal prototype to avoid an error.
10536 Use char because int might match the return type of a GCC
10537 builtin and then its argument prototype would still apply. */
10538 #ifdef __cplusplus
10539 extern "C"
10540 #endif
10541 char glXCreateContext ();
10543 main ()
10545 return glXCreateContext ();
10547 return 0;
10549 _ACEOF
10550 if ac_fn_c_try_link "$LINENO"; then :
10551 case "$LIBEXT" in
10552 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10553 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'` ;;
10554 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10555 if ${ac_cv_lib_soname_GL:+false} :; then :
10556 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10557 fi ;;
10558 esac
10560 rm -f core conftest.err conftest.$ac_objext \
10561 conftest$ac_exeext conftest.$ac_ext
10562 LIBS=$ac_check_soname_save_LIBS
10564 if ${ac_cv_lib_soname_GL:+false} :; then :
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10566 $as_echo "not found" >&6; }
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10568 $as_echo_n "checking for -lGL... " >&6; }
10569 if ${ac_cv_lib_soname_GL+:} false; then :
10570 $as_echo_n "(cached) " >&6
10571 else
10572 ac_check_soname_save_LIBS=$LIBS
10573 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"
10574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10575 /* end confdefs.h. */
10577 /* Override any GCC internal prototype to avoid an error.
10578 Use char because int might match the return type of a GCC
10579 builtin and then its argument prototype would still apply. */
10580 #ifdef __cplusplus
10581 extern "C"
10582 #endif
10583 char glXCreateContext ();
10585 main ()
10587 return glXCreateContext ();
10589 return 0;
10591 _ACEOF
10592 if ac_fn_c_try_link "$LINENO"; then :
10593 case "$LIBEXT" in
10594 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10595 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'` ;;
10596 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10597 if ${ac_cv_lib_soname_GL:+false} :; then :
10598 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10599 fi ;;
10600 esac
10602 rm -f core conftest.err conftest.$ac_objext \
10603 conftest$ac_exeext conftest.$ac_ext
10604 LIBS=$ac_check_soname_save_LIBS
10606 if ${ac_cv_lib_soname_GL:+false} :; then :
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10608 $as_echo "not found" >&6; }
10609 if test -f /usr/X11R6/lib/libGL.a
10610 then
10611 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10612 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10613 else
10614 opengl_msg="No OpenGL library found on this system."
10616 else
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10618 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10620 cat >>confdefs.h <<_ACEOF
10621 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10622 _ACEOF
10624 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"
10626 else
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10628 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10630 cat >>confdefs.h <<_ACEOF
10631 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10632 _ACEOF
10634 OPENGL_LIBS="-lGL"
10636 if test "x$with_glu" != "xno"
10637 then
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10639 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10640 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10641 $as_echo_n "(cached) " >&6
10642 else
10643 ac_check_lib_save_LIBS=$LIBS
10644 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10648 /* Override any GCC internal prototype to avoid an error.
10649 Use char because int might match the return type of a GCC
10650 builtin and then its argument prototype would still apply. */
10651 #ifdef __cplusplus
10652 extern "C"
10653 #endif
10654 char gluLookAt ();
10656 main ()
10658 return gluLookAt ();
10660 return 0;
10662 _ACEOF
10663 if ac_fn_c_try_link "$LINENO"; then :
10664 ac_cv_lib_GLU_gluLookAt=yes
10665 else
10666 ac_cv_lib_GLU_gluLookAt=no
10668 rm -f core conftest.err conftest.$ac_objext \
10669 conftest$ac_exeext conftest.$ac_ext
10670 LIBS=$ac_check_lib_save_LIBS
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10673 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10674 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10678 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10679 case "x$with_glu" in
10680 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10681 xno) ;;
10682 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10683 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10684 esac
10688 if test "x$with_osmesa" != "xno"
10689 then
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10691 $as_echo_n "checking for -lOSMesa... " >&6; }
10692 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10693 $as_echo_n "(cached) " >&6
10694 else
10695 ac_check_soname_save_LIBS=$LIBS
10696 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10698 /* end confdefs.h. */
10700 /* Override any GCC internal prototype to avoid an error.
10701 Use char because int might match the return type of a GCC
10702 builtin and then its argument prototype would still apply. */
10703 #ifdef __cplusplus
10704 extern "C"
10705 #endif
10706 char glAccum ();
10708 main ()
10710 return glAccum ();
10712 return 0;
10714 _ACEOF
10715 if ac_fn_c_try_link "$LINENO"; then :
10716 case "$LIBEXT" in
10717 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10718 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'` ;;
10719 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10720 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10721 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10722 fi ;;
10723 esac
10725 rm -f core conftest.err conftest.$ac_objext \
10726 conftest$ac_exeext conftest.$ac_ext
10727 LIBS=$ac_check_soname_save_LIBS
10729 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10731 $as_echo "not found" >&6; }
10733 else
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10735 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10737 cat >>confdefs.h <<_ACEOF
10738 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10739 _ACEOF
10743 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10744 case "x$with_osmesa" in
10745 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10746 xno) ;;
10747 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10748 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10749 esac
10753 if test -n "$opengl_msg"; then :
10754 case "x$with_opengl" in
10755 x) as_fn_append wine_warnings "|$opengl_msg
10756 OpenGL and Direct3D won't be supported." ;;
10757 xno) ;;
10758 *) as_fn_error $? "$opengl_msg
10759 OpenGL and Direct3D won't be supported.
10760 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10761 esac
10764 CPPFLAGS="$ac_save_CPPFLAGS"
10765 else
10766 X_CFLAGS=""
10767 X_LIBS=""
10768 enable_winex11_drv=${enable_winex11_drv:-no}
10770 if test "x$X_LIBS" = "x"; then :
10771 case "x$with_x" in
10772 xno) ;;
10773 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10774 without X support, which probably isn't what you want. You will need
10775 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10776 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10777 esac
10780 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10782 if test "$ac_cv_header_CL_cl_h" = "yes"
10783 then
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10785 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10786 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10787 $as_echo_n "(cached) " >&6
10788 else
10789 ac_check_lib_save_LIBS=$LIBS
10790 LIBS="-lOpenCL $LIBS"
10791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h. */
10794 /* Override any GCC internal prototype to avoid an error.
10795 Use char because int might match the return type of a GCC
10796 builtin and then its argument prototype would still apply. */
10797 #ifdef __cplusplus
10798 extern "C"
10799 #endif
10800 char clGetPlatformInfo ();
10802 main ()
10804 return clGetPlatformInfo ();
10806 return 0;
10808 _ACEOF
10809 if ac_fn_c_try_link "$LINENO"; then :
10810 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10811 else
10812 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10814 rm -f core conftest.err conftest.$ac_objext \
10815 conftest$ac_exeext conftest.$ac_ext
10816 LIBS=$ac_check_lib_save_LIBS
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10819 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10820 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10821 OPENCL_LIBS="-lOpenCL"
10826 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10827 case "x$with_opencl" in
10828 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10829 xno) ;;
10830 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10831 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10832 esac
10834 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10836 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10837 then
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10839 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10840 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10841 $as_echo_n "(cached) " >&6
10842 else
10843 ac_check_lib_save_LIBS=$LIBS
10844 LIBS="-lpcap $LIBS"
10845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10846 /* end confdefs.h. */
10848 /* Override any GCC internal prototype to avoid an error.
10849 Use char because int might match the return type of a GCC
10850 builtin and then its argument prototype would still apply. */
10851 #ifdef __cplusplus
10852 extern "C"
10853 #endif
10854 char pcap_create ();
10856 main ()
10858 return pcap_create ();
10860 return 0;
10862 _ACEOF
10863 if ac_fn_c_try_link "$LINENO"; then :
10864 ac_cv_lib_pcap_pcap_create=yes
10865 else
10866 ac_cv_lib_pcap_pcap_create=no
10868 rm -f core conftest.err conftest.$ac_objext \
10869 conftest$ac_exeext conftest.$ac_ext
10870 LIBS=$ac_check_lib_save_LIBS
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10873 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10874 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10875 PCAP_LIBS="-lpcap"
10880 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10881 case "x$with_pcap" in
10882 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10883 xno) ;;
10884 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10885 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10886 esac
10888 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10891 if test "x$with_xml" != "xno"
10892 then
10893 if ${XML2_CFLAGS:+false} :; then :
10894 if ${PKG_CONFIG+:} false; then :
10895 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10898 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10899 if ${XML2_LIBS:+false} :; then :
10900 if ${PKG_CONFIG+:} false; then :
10901 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10904 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10905 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10906 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10907 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10908 ac_save_CPPFLAGS=$CPPFLAGS
10909 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10910 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10911 do :
10912 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10913 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10914 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10915 cat >>confdefs.h <<_ACEOF
10916 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10917 _ACEOF
10921 done
10923 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"
10924 then
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10926 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10927 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10928 $as_echo_n "(cached) " >&6
10929 else
10930 ac_check_lib_save_LIBS=$LIBS
10931 LIBS="-lxml2 $XML2_LIBS $LIBS"
10932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char xmlParseMemory ();
10943 main ()
10945 return xmlParseMemory ();
10947 return 0;
10949 _ACEOF
10950 if ac_fn_c_try_link "$LINENO"; then :
10951 ac_cv_lib_xml2_xmlParseMemory=yes
10952 else
10953 ac_cv_lib_xml2_xmlParseMemory=no
10955 rm -f core conftest.err conftest.$ac_objext \
10956 conftest$ac_exeext conftest.$ac_ext
10957 LIBS=$ac_check_lib_save_LIBS
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10960 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10961 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10963 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10965 else
10966 XML2_LIBS=""
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10970 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10971 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
10972 $as_echo_n "(cached) " >&6
10973 else
10974 ac_check_lib_save_LIBS=$LIBS
10975 LIBS="-lxml2 $XML2_LIBS $LIBS"
10976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10977 /* end confdefs.h. */
10979 /* Override any GCC internal prototype to avoid an error.
10980 Use char because int might match the return type of a GCC
10981 builtin and then its argument prototype would still apply. */
10982 #ifdef __cplusplus
10983 extern "C"
10984 #endif
10985 char xmlReadMemory ();
10987 main ()
10989 return xmlReadMemory ();
10991 return 0;
10993 _ACEOF
10994 if ac_fn_c_try_link "$LINENO"; then :
10995 ac_cv_lib_xml2_xmlReadMemory=yes
10996 else
10997 ac_cv_lib_xml2_xmlReadMemory=no
10999 rm -f core conftest.err conftest.$ac_objext \
11000 conftest$ac_exeext conftest.$ac_ext
11001 LIBS=$ac_check_lib_save_LIBS
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11004 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11005 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11007 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11012 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11013 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11014 $as_echo_n "(cached) " >&6
11015 else
11016 ac_check_lib_save_LIBS=$LIBS
11017 LIBS="-lxml2 $XML2_LIBS $LIBS"
11018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11019 /* end confdefs.h. */
11021 /* Override any GCC internal prototype to avoid an error.
11022 Use char because int might match the return type of a GCC
11023 builtin and then its argument prototype would still apply. */
11024 #ifdef __cplusplus
11025 extern "C"
11026 #endif
11027 char xmlNewDocPI ();
11029 main ()
11031 return xmlNewDocPI ();
11033 return 0;
11035 _ACEOF
11036 if ac_fn_c_try_link "$LINENO"; then :
11037 ac_cv_lib_xml2_xmlNewDocPI=yes
11038 else
11039 ac_cv_lib_xml2_xmlNewDocPI=no
11041 rm -f core conftest.err conftest.$ac_objext \
11042 conftest$ac_exeext conftest.$ac_ext
11043 LIBS=$ac_check_lib_save_LIBS
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11046 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11047 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11049 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11054 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11055 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11056 $as_echo_n "(cached) " >&6
11057 else
11058 ac_check_lib_save_LIBS=$LIBS
11059 LIBS="-lxml2 $XML2_LIBS $LIBS"
11060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11061 /* end confdefs.h. */
11063 /* Override any GCC internal prototype to avoid an error.
11064 Use char because int might match the return type of a GCC
11065 builtin and then its argument prototype would still apply. */
11066 #ifdef __cplusplus
11067 extern "C"
11068 #endif
11069 char xmlSchemaSetParserStructuredErrors ();
11071 main ()
11073 return xmlSchemaSetParserStructuredErrors ();
11075 return 0;
11077 _ACEOF
11078 if ac_fn_c_try_link "$LINENO"; then :
11079 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11080 else
11081 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11083 rm -f core conftest.err conftest.$ac_objext \
11084 conftest$ac_exeext conftest.$ac_ext
11085 LIBS=$ac_check_lib_save_LIBS
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11088 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11089 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11091 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11096 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11097 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11098 $as_echo_n "(cached) " >&6
11099 else
11100 ac_check_lib_save_LIBS=$LIBS
11101 LIBS="-lxml2 $XML2_LIBS $LIBS"
11102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11103 /* end confdefs.h. */
11105 /* Override any GCC internal prototype to avoid an error.
11106 Use char because int might match the return type of a GCC
11107 builtin and then its argument prototype would still apply. */
11108 #ifdef __cplusplus
11109 extern "C"
11110 #endif
11111 char xmlSchemaSetValidStructuredErrors ();
11113 main ()
11115 return xmlSchemaSetValidStructuredErrors ();
11117 return 0;
11119 _ACEOF
11120 if ac_fn_c_try_link "$LINENO"; then :
11121 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11122 else
11123 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11125 rm -f core conftest.err conftest.$ac_objext \
11126 conftest$ac_exeext conftest.$ac_ext
11127 LIBS=$ac_check_lib_save_LIBS
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11130 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11131 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11133 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11138 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11139 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11140 $as_echo_n "(cached) " >&6
11141 else
11142 ac_check_lib_save_LIBS=$LIBS
11143 LIBS="-lxml2 $XML2_LIBS $LIBS"
11144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11145 /* end confdefs.h. */
11147 /* Override any GCC internal prototype to avoid an error.
11148 Use char because int might match the return type of a GCC
11149 builtin and then its argument prototype would still apply. */
11150 #ifdef __cplusplus
11151 extern "C"
11152 #endif
11153 char xmlFirstElementChild ();
11155 main ()
11157 return xmlFirstElementChild ();
11159 return 0;
11161 _ACEOF
11162 if ac_fn_c_try_link "$LINENO"; then :
11163 ac_cv_lib_xml2_xmlFirstElementChild=yes
11164 else
11165 ac_cv_lib_xml2_xmlFirstElementChild=no
11167 rm -f core conftest.err conftest.$ac_objext \
11168 conftest$ac_exeext conftest.$ac_ext
11169 LIBS=$ac_check_lib_save_LIBS
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11172 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11173 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11175 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11179 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11181 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11183 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11187 else
11188 XML2_CFLAGS=""
11189 XML2_LIBS=""
11191 CPPFLAGS=$ac_save_CPPFLAGS
11192 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11193 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11196 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11197 case "x$with_xml" in
11198 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11199 xno) ;;
11200 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11201 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11202 esac
11205 if test "x$with_xslt" != "xno"
11206 then
11207 if ${XSLT_CFLAGS:+false} :; then :
11208 if ${PKG_CONFIG+:} false; then :
11209 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11212 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11213 if ${XSLT_LIBS:+false} :; then :
11214 if ${PKG_CONFIG+:} false; then :
11215 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11218 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11219 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11220 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11221 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11222 ac_save_CPPFLAGS=$CPPFLAGS
11223 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11224 for ac_header in libxslt/pattern.h libxslt/transform.h
11225 do :
11226 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11227 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11228 # include <libxslt/pattern.h>
11229 #endif
11231 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11232 cat >>confdefs.h <<_ACEOF
11233 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11234 _ACEOF
11238 done
11240 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11241 then
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11243 $as_echo_n "checking for -lxslt... " >&6; }
11244 if ${ac_cv_lib_soname_xslt+:} false; then :
11245 $as_echo_n "(cached) " >&6
11246 else
11247 ac_check_soname_save_LIBS=$LIBS
11248 LIBS="-lxslt $XSLT_LIBS $LIBS"
11249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11250 /* end confdefs.h. */
11252 /* Override any GCC internal prototype to avoid an error.
11253 Use char because int might match the return type of a GCC
11254 builtin and then its argument prototype would still apply. */
11255 #ifdef __cplusplus
11256 extern "C"
11257 #endif
11258 char xsltCompilePattern ();
11260 main ()
11262 return xsltCompilePattern ();
11264 return 0;
11266 _ACEOF
11267 if ac_fn_c_try_link "$LINENO"; then :
11268 case "$LIBEXT" in
11269 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11270 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'` ;;
11271 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11272 if ${ac_cv_lib_soname_xslt:+false} :; then :
11273 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11274 fi ;;
11275 esac
11277 rm -f core conftest.err conftest.$ac_objext \
11278 conftest$ac_exeext conftest.$ac_ext
11279 LIBS=$ac_check_soname_save_LIBS
11281 if ${ac_cv_lib_soname_xslt:+false} :; then :
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11283 $as_echo "not found" >&6; }
11285 else
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11287 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11289 cat >>confdefs.h <<_ACEOF
11290 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11291 _ACEOF
11295 else
11296 XSLT_CFLAGS=""
11298 CPPFLAGS=$ac_save_CPPFLAGS
11299 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11300 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11303 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11304 case "x$with_xslt" in
11305 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11306 xno) ;;
11307 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11308 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11309 esac
11312 if test "x$with_dbus" != "xno"
11313 then
11314 if ${DBUS_CFLAGS:+false} :; then :
11315 if ${PKG_CONFIG+:} false; then :
11316 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11320 if ${DBUS_LIBS:+false} :; then :
11321 if ${PKG_CONFIG+:} false; then :
11322 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11327 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11328 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11329 ac_save_CPPFLAGS=$CPPFLAGS
11330 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11331 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11332 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11334 $as_echo_n "checking for -ldbus-1... " >&6; }
11335 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11336 $as_echo_n "(cached) " >&6
11337 else
11338 ac_check_soname_save_LIBS=$LIBS
11339 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11341 /* end confdefs.h. */
11343 /* Override any GCC internal prototype to avoid an error.
11344 Use char because int might match the return type of a GCC
11345 builtin and then its argument prototype would still apply. */
11346 #ifdef __cplusplus
11347 extern "C"
11348 #endif
11349 char dbus_connection_close ();
11351 main ()
11353 return dbus_connection_close ();
11355 return 0;
11357 _ACEOF
11358 if ac_fn_c_try_link "$LINENO"; then :
11359 case "$LIBEXT" in
11360 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11361 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'` ;;
11362 *) 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'`
11363 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11364 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11365 fi ;;
11366 esac
11368 rm -f core conftest.err conftest.$ac_objext \
11369 conftest$ac_exeext conftest.$ac_ext
11370 LIBS=$ac_check_soname_save_LIBS
11372 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11374 $as_echo "not found" >&6; }
11375 DBUS_CFLAGS=""
11376 else
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11378 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11380 cat >>confdefs.h <<_ACEOF
11381 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11382 _ACEOF
11386 else
11387 DBUS_CFLAGS=""
11391 CPPFLAGS=$ac_save_CPPFLAGS
11392 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11393 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11396 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11397 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11398 case "x$with_dbus" in
11399 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11400 xno) ;;
11401 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11402 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11403 esac
11406 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11407 then
11408 if ${HAL_CFLAGS:+false} :; then :
11409 if ${PKG_CONFIG+:} false; then :
11410 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11414 if ${HAL_LIBS:+false} :; then :
11415 if ${PKG_CONFIG+:} false; then :
11416 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11420 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11421 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11422 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11423 ac_save_CPPFLAGS=$CPPFLAGS
11424 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11425 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11426 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11428 $as_echo_n "checking for -lhal... " >&6; }
11429 if ${ac_cv_lib_soname_hal+:} false; then :
11430 $as_echo_n "(cached) " >&6
11431 else
11432 ac_check_soname_save_LIBS=$LIBS
11433 LIBS="-lhal $HAL_LIBS $LIBS"
11434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11435 /* end confdefs.h. */
11437 /* Override any GCC internal prototype to avoid an error.
11438 Use char because int might match the return type of a GCC
11439 builtin and then its argument prototype would still apply. */
11440 #ifdef __cplusplus
11441 extern "C"
11442 #endif
11443 char libhal_ctx_new ();
11445 main ()
11447 return libhal_ctx_new ();
11449 return 0;
11451 _ACEOF
11452 if ac_fn_c_try_link "$LINENO"; then :
11453 case "$LIBEXT" in
11454 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11455 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'` ;;
11456 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11457 if ${ac_cv_lib_soname_hal:+false} :; then :
11458 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11459 fi ;;
11460 esac
11462 rm -f core conftest.err conftest.$ac_objext \
11463 conftest$ac_exeext conftest.$ac_ext
11464 LIBS=$ac_check_soname_save_LIBS
11466 if ${ac_cv_lib_soname_hal:+false} :; then :
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11468 $as_echo "not found" >&6; }
11469 HAL_CFLAGS=""
11470 else
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11472 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11474 cat >>confdefs.h <<_ACEOF
11475 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11476 _ACEOF
11480 else
11481 HAL_CFLAGS=""
11485 CPPFLAGS=$ac_save_CPPFLAGS
11486 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11487 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11489 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11490 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11491 case "x$with_hal" in
11492 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11493 xno) ;;
11494 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11495 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11496 esac
11500 if test "x$with_gnutls" != "xno"
11501 then
11502 if ${GNUTLS_CFLAGS:+false} :; then :
11503 if ${PKG_CONFIG+:} false; then :
11504 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11508 if ${GNUTLS_LIBS:+false} :; then :
11509 if ${PKG_CONFIG+:} false; then :
11510 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11515 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11516 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11517 ac_save_CPPFLAGS=$CPPFLAGS
11518 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11519 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11520 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11523 #include <gnutls/gnutls.h>
11524 #include <gnutls/crypto.h>
11526 main ()
11528 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11530 return 0;
11532 _ACEOF
11533 if ac_fn_c_try_compile "$LINENO"; then :
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11535 $as_echo_n "checking for -lgnutls... " >&6; }
11536 if ${ac_cv_lib_soname_gnutls+:} false; then :
11537 $as_echo_n "(cached) " >&6
11538 else
11539 ac_check_soname_save_LIBS=$LIBS
11540 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11542 /* end confdefs.h. */
11544 /* Override any GCC internal prototype to avoid an error.
11545 Use char because int might match the return type of a GCC
11546 builtin and then its argument prototype would still apply. */
11547 #ifdef __cplusplus
11548 extern "C"
11549 #endif
11550 char gnutls_global_init ();
11552 main ()
11554 return gnutls_global_init ();
11556 return 0;
11558 _ACEOF
11559 if ac_fn_c_try_link "$LINENO"; then :
11560 case "$LIBEXT" in
11561 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11562 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'` ;;
11563 *) 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'`
11564 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11565 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'`
11566 fi ;;
11567 esac
11569 rm -f core conftest.err conftest.$ac_objext \
11570 conftest$ac_exeext conftest.$ac_ext
11571 LIBS=$ac_check_soname_save_LIBS
11573 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11575 $as_echo "not found" >&6; }
11576 GNUTLS_CFLAGS=""
11577 else
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11579 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11581 cat >>confdefs.h <<_ACEOF
11582 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11583 _ACEOF
11588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11589 else
11590 GNUTLS_CFLAGS=""
11594 CPPFLAGS=$ac_save_CPPFLAGS
11595 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11596 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11598 ac_wine_check_funcs_save_LIBS="$LIBS"
11599 LIBS="$LIBS $GNUTLS_LIBS"
11600 for ac_func in gnutls_hash
11601 do :
11602 ac_fn_c_check_func "$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11603 if test "x$ac_cv_func_gnutls_hash" = xyes; then :
11604 cat >>confdefs.h <<_ACEOF
11605 #define HAVE_GNUTLS_HASH 1
11606 _ACEOF
11608 else
11609 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11611 done
11613 LIBS="$ac_wine_check_funcs_save_LIBS"
11615 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11616 case "x$with_gnutls" in
11617 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11618 xno) ;;
11619 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11620 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11621 esac
11624 CURSES_LIBS=""
11625 if test "$ac_cv_header_ncurses_h" = "yes"
11626 then
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11628 $as_echo_n "checking for -lncurses... " >&6; }
11629 if ${ac_cv_lib_soname_ncurses+:} false; then :
11630 $as_echo_n "(cached) " >&6
11631 else
11632 ac_check_soname_save_LIBS=$LIBS
11633 LIBS="-lncurses $LIBS"
11634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11635 /* end confdefs.h. */
11637 /* Override any GCC internal prototype to avoid an error.
11638 Use char because int might match the return type of a GCC
11639 builtin and then its argument prototype would still apply. */
11640 #ifdef __cplusplus
11641 extern "C"
11642 #endif
11643 char waddch ();
11645 main ()
11647 return waddch ();
11649 return 0;
11651 _ACEOF
11652 if ac_fn_c_try_link "$LINENO"; then :
11653 case "$LIBEXT" in
11654 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11655 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'` ;;
11656 *) 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'`
11657 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11658 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11659 fi ;;
11660 esac
11662 rm -f core conftest.err conftest.$ac_objext \
11663 conftest$ac_exeext conftest.$ac_ext
11664 LIBS=$ac_check_soname_save_LIBS
11666 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11668 $as_echo "not found" >&6; }
11670 else
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11672 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11674 cat >>confdefs.h <<_ACEOF
11675 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11676 _ACEOF
11678 CURSES_LIBS="-lncurses"
11680 elif test "$ac_cv_header_curses_h" = "yes"
11681 then
11682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11683 $as_echo_n "checking for -lcurses... " >&6; }
11684 if ${ac_cv_lib_soname_curses+:} false; then :
11685 $as_echo_n "(cached) " >&6
11686 else
11687 ac_check_soname_save_LIBS=$LIBS
11688 LIBS="-lcurses $LIBS"
11689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11690 /* end confdefs.h. */
11692 /* Override any GCC internal prototype to avoid an error.
11693 Use char because int might match the return type of a GCC
11694 builtin and then its argument prototype would still apply. */
11695 #ifdef __cplusplus
11696 extern "C"
11697 #endif
11698 char waddch ();
11700 main ()
11702 return waddch ();
11704 return 0;
11706 _ACEOF
11707 if ac_fn_c_try_link "$LINENO"; then :
11708 case "$LIBEXT" in
11709 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11710 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'` ;;
11711 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11712 if ${ac_cv_lib_soname_curses:+false} :; then :
11713 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11714 fi ;;
11715 esac
11717 rm -f core conftest.err conftest.$ac_objext \
11718 conftest$ac_exeext conftest.$ac_ext
11719 LIBS=$ac_check_soname_save_LIBS
11721 if ${ac_cv_lib_soname_curses:+false} :; then :
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11723 $as_echo "not found" >&6; }
11725 else
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11727 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11729 cat >>confdefs.h <<_ACEOF
11730 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11731 _ACEOF
11733 CURSES_LIBS="-lcurses"
11736 ac_save_LIBS="$LIBS"
11737 LIBS="$LIBS $CURSES_LIBS"
11738 for ac_func in mousemask
11739 do :
11740 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11741 if test "x$ac_cv_func_mousemask" = xyes; then :
11742 cat >>confdefs.h <<_ACEOF
11743 #define HAVE_MOUSEMASK 1
11744 _ACEOF
11747 done
11749 LIBS="$ac_save_LIBS"
11750 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11751 case "x$with_curses" in
11752 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11753 xno) ;;
11754 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11755 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11756 esac
11759 if test "x$with_sane" != "xno"
11760 then
11761 if ${SANE_CFLAGS:+false} :; then :
11762 if ${PKG_CONFIG+:} false; then :
11763 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11766 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11767 if ${SANE_LIBS:+false} :; then :
11768 if ${PKG_CONFIG+:} false; then :
11769 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11772 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11774 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11775 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11776 ac_save_CPPFLAGS=$CPPFLAGS
11777 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11778 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11779 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11781 $as_echo_n "checking for -lsane... " >&6; }
11782 if ${ac_cv_lib_soname_sane+:} false; then :
11783 $as_echo_n "(cached) " >&6
11784 else
11785 ac_check_soname_save_LIBS=$LIBS
11786 LIBS="-lsane $SANE_LIBS $LIBS"
11787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11788 /* end confdefs.h. */
11790 /* Override any GCC internal prototype to avoid an error.
11791 Use char because int might match the return type of a GCC
11792 builtin and then its argument prototype would still apply. */
11793 #ifdef __cplusplus
11794 extern "C"
11795 #endif
11796 char sane_init ();
11798 main ()
11800 return sane_init ();
11802 return 0;
11804 _ACEOF
11805 if ac_fn_c_try_link "$LINENO"; then :
11806 case "$LIBEXT" in
11807 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11808 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'` ;;
11809 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11810 if ${ac_cv_lib_soname_sane:+false} :; then :
11811 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11812 fi ;;
11813 esac
11815 rm -f core conftest.err conftest.$ac_objext \
11816 conftest$ac_exeext conftest.$ac_ext
11817 LIBS=$ac_check_soname_save_LIBS
11819 if ${ac_cv_lib_soname_sane:+false} :; then :
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11821 $as_echo "not found" >&6; }
11822 SANE_CFLAGS=""
11823 else
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11825 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11827 cat >>confdefs.h <<_ACEOF
11828 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11829 _ACEOF
11833 else
11834 SANE_CFLAGS=""
11838 CPPFLAGS=$ac_save_CPPFLAGS
11839 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11840 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11843 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11844 case "x$with_sane" in
11845 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11846 xno) ;;
11847 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11848 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11849 esac
11852 if test "x$with_v4l" != "xno"
11853 then
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11855 $as_echo_n "checking for -lv4l1... " >&6; }
11856 if ${ac_cv_lib_soname_v4l1+:} false; then :
11857 $as_echo_n "(cached) " >&6
11858 else
11859 ac_check_soname_save_LIBS=$LIBS
11860 LIBS="-lv4l1 $LIBS"
11861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11862 /* end confdefs.h. */
11864 /* Override any GCC internal prototype to avoid an error.
11865 Use char because int might match the return type of a GCC
11866 builtin and then its argument prototype would still apply. */
11867 #ifdef __cplusplus
11868 extern "C"
11869 #endif
11870 char v4l1_open ();
11872 main ()
11874 return v4l1_open ();
11876 return 0;
11878 _ACEOF
11879 if ac_fn_c_try_link "$LINENO"; then :
11880 case "$LIBEXT" in
11881 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11882 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'` ;;
11883 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11884 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11885 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11886 fi ;;
11887 esac
11889 rm -f core conftest.err conftest.$ac_objext \
11890 conftest$ac_exeext conftest.$ac_ext
11891 LIBS=$ac_check_soname_save_LIBS
11893 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11895 $as_echo "not found" >&6; }
11897 else
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11899 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11901 cat >>confdefs.h <<_ACEOF
11902 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11903 _ACEOF
11908 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11909 case "x$with_v4l" in
11910 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11911 xno) ;;
11912 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11913 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11914 esac
11917 if test "x$with_gphoto" != "xno"
11918 then
11919 if ${GPHOTO2_CFLAGS:+false} :; then :
11920 if ${PKG_CONFIG+:} false; then :
11921 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11924 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11925 if ${GPHOTO2_LIBS:+false} :; then :
11926 if ${PKG_CONFIG+:} false; then :
11927 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11930 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11931 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11932 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11933 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11934 ac_save_CPPFLAGS=$CPPFLAGS
11935 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11936 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11937 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11939 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11940 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11941 $as_echo_n "(cached) " >&6
11942 else
11943 ac_check_lib_save_LIBS=$LIBS
11944 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11946 /* end confdefs.h. */
11948 /* Override any GCC internal prototype to avoid an error.
11949 Use char because int might match the return type of a GCC
11950 builtin and then its argument prototype would still apply. */
11951 #ifdef __cplusplus
11952 extern "C"
11953 #endif
11954 char gp_camera_new ();
11956 main ()
11958 return gp_camera_new ();
11960 return 0;
11962 _ACEOF
11963 if ac_fn_c_try_link "$LINENO"; then :
11964 ac_cv_lib_gphoto2_gp_camera_new=yes
11965 else
11966 ac_cv_lib_gphoto2_gp_camera_new=no
11968 rm -f core conftest.err conftest.$ac_objext \
11969 conftest$ac_exeext conftest.$ac_ext
11970 LIBS=$ac_check_lib_save_LIBS
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11973 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11974 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11976 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11978 else
11979 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11982 else
11983 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11987 CPPFLAGS=$ac_save_CPPFLAGS
11988 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11989 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11991 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11992 if ${PKG_CONFIG+:} false; then :
11993 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11996 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
11997 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11998 if ${PKG_CONFIG+:} false; then :
11999 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12002 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12003 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12004 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12005 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12006 ac_save_CPPFLAGS=$CPPFLAGS
12007 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12008 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12009 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12011 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12012 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12013 $as_echo_n "(cached) " >&6
12014 else
12015 ac_check_lib_save_LIBS=$LIBS
12016 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12018 /* end confdefs.h. */
12020 /* Override any GCC internal prototype to avoid an error.
12021 Use char because int might match the return type of a GCC
12022 builtin and then its argument prototype would still apply. */
12023 #ifdef __cplusplus
12024 extern "C"
12025 #endif
12026 char gp_port_info_list_new ();
12028 main ()
12030 return gp_port_info_list_new ();
12032 return 0;
12034 _ACEOF
12035 if ac_fn_c_try_link "$LINENO"; then :
12036 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12037 else
12038 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12040 rm -f core conftest.err conftest.$ac_objext \
12041 conftest$ac_exeext conftest.$ac_ext
12042 LIBS=$ac_check_lib_save_LIBS
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12045 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12046 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12048 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12050 else
12051 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12054 else
12055 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12059 CPPFLAGS=$ac_save_CPPFLAGS
12060 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12061 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12064 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12065 case "x$with_gphoto" in
12066 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12067 xno) ;;
12068 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12069 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12070 esac
12072 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12073 case "x$with_gphoto" in
12074 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12075 xno) ;;
12076 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12077 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12078 esac
12082 if test "$ac_cv_header_resolv_h" = "yes"
12083 then
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12085 $as_echo_n "checking for resolver library... " >&6; }
12086 if ${ac_cv_have_resolv+:} false; then :
12087 $as_echo_n "(cached) " >&6
12088 else
12089 ac_save_LIBS="$LIBS"
12090 for lib in '' -lresolv
12092 LIBS="$lib $ac_save_LIBS"
12093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12094 /* end confdefs.h. */
12095 #ifdef HAVE_NETINET_IN_H
12096 #include <netinet/in.h>
12097 #endif
12098 #include <resolv.h>
12100 main ()
12102 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12104 return 0;
12106 _ACEOF
12107 if ac_fn_c_try_link "$LINENO"; then :
12108 ac_cv_have_resolv=${lib:-"none required"}
12109 else
12110 ac_cv_have_resolv="not found"
12112 rm -f core conftest.err conftest.$ac_objext \
12113 conftest$ac_exeext conftest.$ac_ext
12114 test "x$ac_cv_have_resolv" = "xnot found" || break
12115 done
12116 LIBS="$ac_save_LIBS"
12118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12119 $as_echo "$ac_cv_have_resolv" >&6; }
12121 case "$ac_cv_have_resolv" in
12122 "not found") ;;
12123 "none required")
12125 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12128 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12130 RESOLV_LIBS=$ac_cv_have_resolv
12132 esac
12135 if test "x$with_cms" != "xno"
12136 then
12137 if ${LCMS2_CFLAGS:+false} :; then :
12138 if ${PKG_CONFIG+:} false; then :
12139 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12143 if ${LCMS2_LIBS:+false} :; then :
12144 if ${PKG_CONFIG+:} false; then :
12145 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12149 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12150 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12151 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12152 ac_save_CPPFLAGS=$CPPFLAGS
12153 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12154 for ac_header in lcms2.h
12155 do :
12156 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12157 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12158 cat >>confdefs.h <<_ACEOF
12159 #define HAVE_LCMS2_H 1
12160 _ACEOF
12164 done
12166 if test "$ac_cv_header_lcms2_h" = "yes"
12167 then
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12169 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12170 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12171 $as_echo_n "(cached) " >&6
12172 else
12173 ac_check_lib_save_LIBS=$LIBS
12174 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12176 /* end confdefs.h. */
12178 /* Override any GCC internal prototype to avoid an error.
12179 Use char because int might match the return type of a GCC
12180 builtin and then its argument prototype would still apply. */
12181 #ifdef __cplusplus
12182 extern "C"
12183 #endif
12184 char cmsOpenProfileFromFile ();
12186 main ()
12188 return cmsOpenProfileFromFile ();
12190 return 0;
12192 _ACEOF
12193 if ac_fn_c_try_link "$LINENO"; then :
12194 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12195 else
12196 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12198 rm -f core conftest.err conftest.$ac_objext \
12199 conftest$ac_exeext conftest.$ac_ext
12200 LIBS=$ac_check_lib_save_LIBS
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12203 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12204 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12206 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12208 else
12209 LCMS2_LIBS=""
12212 else
12213 LCMS2_CFLAGS=""
12214 LCMS2_LIBS=""
12216 CPPFLAGS=$ac_save_CPPFLAGS
12217 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12218 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12221 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12222 case "x$with_cms" in
12223 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12224 xno) ;;
12225 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12226 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12227 esac
12230 if test "x$with_freetype" != "xno"
12231 then
12232 if ${FREETYPE_CFLAGS:+false} :; then :
12233 if ${PKG_CONFIG+:} false; then :
12234 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12237 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12238 if ${FREETYPE_LIBS:+false} :; then :
12239 if ${PKG_CONFIG+:} false; then :
12240 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12243 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12244 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12245 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12246 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12247 ac_save_CPPFLAGS=$CPPFLAGS
12248 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12249 for ac_header in ft2build.h
12250 do :
12251 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12252 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12253 cat >>confdefs.h <<_ACEOF
12254 #define HAVE_FT2BUILD_H 1
12255 _ACEOF
12259 done
12261 if test "$ac_cv_header_ft2build_h" = "yes"
12262 then
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12264 $as_echo_n "checking for -lfreetype... " >&6; }
12265 if ${ac_cv_lib_soname_freetype+:} false; then :
12266 $as_echo_n "(cached) " >&6
12267 else
12268 ac_check_soname_save_LIBS=$LIBS
12269 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12271 /* end confdefs.h. */
12273 /* Override any GCC internal prototype to avoid an error.
12274 Use char because int might match the return type of a GCC
12275 builtin and then its argument prototype would still apply. */
12276 #ifdef __cplusplus
12277 extern "C"
12278 #endif
12279 char FT_Init_FreeType ();
12281 main ()
12283 return FT_Init_FreeType ();
12285 return 0;
12287 _ACEOF
12288 if ac_fn_c_try_link "$LINENO"; then :
12289 case "$LIBEXT" in
12290 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12291 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'` ;;
12292 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12293 if ${ac_cv_lib_soname_freetype:+false} :; then :
12294 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12295 fi ;;
12296 esac
12298 rm -f core conftest.err conftest.$ac_objext \
12299 conftest$ac_exeext conftest.$ac_ext
12300 LIBS=$ac_check_soname_save_LIBS
12302 if ${ac_cv_lib_soname_freetype:+false} :; then :
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12304 $as_echo "not found" >&6; }
12305 FREETYPE_LIBS=""
12306 else
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12308 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12310 cat >>confdefs.h <<_ACEOF
12311 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12312 _ACEOF
12315 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12317 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12318 #include FT_MODULE_H
12320 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12322 cat >>confdefs.h <<_ACEOF
12323 #define HAVE_FT_TRUETYPEENGINETYPE 1
12324 _ACEOF
12330 else
12331 FREETYPE_CFLAGS=""
12332 FREETYPE_LIBS=""
12334 CPPFLAGS=$ac_save_CPPFLAGS
12335 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12336 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12339 if test "x$ac_cv_lib_soname_freetype" = x; then :
12340 case "x$with_freetype" in
12341 xno) ;;
12342 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12343 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12344 esac
12346 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12349 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12350 if ${ac_cv_c_ppdev+:} false; then :
12351 $as_echo_n "(cached) " >&6
12352 else
12353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12354 /* end confdefs.h. */
12355 #ifdef HAVE_SYS_IOCTL_H
12356 # include <sys/ioctl.h>
12357 #endif
12358 #include <linux/ppdev.h>
12360 main ()
12362 ioctl (1,PPCLAIM,0)
12364 return 0;
12366 _ACEOF
12367 if ac_fn_c_try_compile "$LINENO"; then :
12368 ac_cv_c_ppdev="yes"
12369 else
12370 ac_cv_c_ppdev="no"
12372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12375 $as_echo "$ac_cv_c_ppdev" >&6; }
12376 if test "$ac_cv_c_ppdev" = "yes"
12377 then
12379 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12383 ac_wine_check_funcs_save_LIBS="$LIBS"
12384 LIBS="$LIBS $PTHREAD_LIBS"
12385 for ac_func in \
12386 pthread_attr_get_np \
12387 pthread_getattr_np \
12388 pthread_getthreadid_np \
12389 pthread_get_stackaddr_np \
12390 pthread_get_stacksize_np
12391 do :
12392 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12393 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12394 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12395 cat >>confdefs.h <<_ACEOF
12396 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12397 _ACEOF
12400 done
12402 LIBS="$ac_wine_check_funcs_save_LIBS"
12404 if test "$ac_cv_header_zlib_h" = "yes"
12405 then
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12407 $as_echo_n "checking for inflate in -lz... " >&6; }
12408 if ${ac_cv_lib_z_inflate+:} false; then :
12409 $as_echo_n "(cached) " >&6
12410 else
12411 ac_check_lib_save_LIBS=$LIBS
12412 LIBS="-lz $LIBS"
12413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12414 /* end confdefs.h. */
12416 /* Override any GCC internal prototype to avoid an error.
12417 Use char because int might match the return type of a GCC
12418 builtin and then its argument prototype would still apply. */
12419 #ifdef __cplusplus
12420 extern "C"
12421 #endif
12422 char inflate ();
12424 main ()
12426 return inflate ();
12428 return 0;
12430 _ACEOF
12431 if ac_fn_c_try_link "$LINENO"; then :
12432 ac_cv_lib_z_inflate=yes
12433 else
12434 ac_cv_lib_z_inflate=no
12436 rm -f core conftest.err conftest.$ac_objext \
12437 conftest$ac_exeext conftest.$ac_ext
12438 LIBS=$ac_check_lib_save_LIBS
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12441 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12442 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12444 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12446 Z_LIBS="-lz"
12451 if test "x$Z_LIBS" = "x"; then :
12452 case "x$with_zlib" in
12453 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12454 xno) ;;
12455 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12456 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12457 esac
12460 if test "x$enable_tools" != xno
12461 then
12462 if test "$ac_cv_header_gettext_po_h" = "yes"
12463 then
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12465 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12466 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12467 $as_echo_n "(cached) " >&6
12468 else
12469 ac_check_lib_save_LIBS=$LIBS
12470 LIBS="-lgettextpo $LIBS"
12471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12472 /* end confdefs.h. */
12474 /* Override any GCC internal prototype to avoid an error.
12475 Use char because int might match the return type of a GCC
12476 builtin and then its argument prototype would still apply. */
12477 #ifdef __cplusplus
12478 extern "C"
12479 #endif
12480 char po_message_msgctxt ();
12482 main ()
12484 return po_message_msgctxt ();
12486 return 0;
12488 _ACEOF
12489 if ac_fn_c_try_link "$LINENO"; then :
12490 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12491 else
12492 ac_cv_lib_gettextpo_po_message_msgctxt=no
12494 rm -f core conftest.err conftest.$ac_objext \
12495 conftest$ac_exeext conftest.$ac_ext
12496 LIBS=$ac_check_lib_save_LIBS
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12499 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12500 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12502 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12504 GETTEXTPO_LIBS="-lgettextpo"
12509 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12510 case "x$with_gettextpo" in
12511 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12512 xno) ;;
12513 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12514 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12515 esac
12519 if test "x$with_pulse" != "xno";
12520 then
12521 if ${PULSE_CFLAGS:+false} :; then :
12522 if ${PKG_CONFIG+:} false; then :
12523 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12527 if ${PULSE_LIBS:+false} :; then :
12528 if ${PKG_CONFIG+:} false; then :
12529 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12534 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12535 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12536 ac_save_CPPFLAGS=$CPPFLAGS
12537 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12538 for ac_header in pulse/pulseaudio.h
12539 do :
12540 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12541 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12542 cat >>confdefs.h <<_ACEOF
12543 #define HAVE_PULSE_PULSEAUDIO_H 1
12544 _ACEOF
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12546 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12547 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12548 $as_echo_n "(cached) " >&6
12549 else
12550 ac_check_lib_save_LIBS=$LIBS
12551 LIBS="-lpulse $PULSE_LIBS $LIBS"
12552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12553 /* end confdefs.h. */
12555 /* Override any GCC internal prototype to avoid an error.
12556 Use char because int might match the return type of a GCC
12557 builtin and then its argument prototype would still apply. */
12558 #ifdef __cplusplus
12559 extern "C"
12560 #endif
12561 char pa_stream_is_corked ();
12563 main ()
12565 return pa_stream_is_corked ();
12567 return 0;
12569 _ACEOF
12570 if ac_fn_c_try_link "$LINENO"; then :
12571 ac_cv_lib_pulse_pa_stream_is_corked=yes
12572 else
12573 ac_cv_lib_pulse_pa_stream_is_corked=no
12575 rm -f core conftest.err conftest.$ac_objext \
12576 conftest$ac_exeext conftest.$ac_ext
12577 LIBS=$ac_check_lib_save_LIBS
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12580 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12581 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12583 else
12584 PULSE_LIBS=""
12587 else
12588 PULSE_LIBS=""
12591 done
12593 CPPFLAGS=$ac_save_CPPFLAGS
12594 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12595 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12598 if test -z "$PULSE_LIBS"; then :
12599 case "x$with_pulse" in
12600 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12601 xno) ;;
12602 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12603 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12604 esac
12606 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
12608 if test "x$with_gstreamer" != "xno"
12609 then
12610 if ${GSTREAMER_CFLAGS:+false} :; then :
12611 if ${PKG_CONFIG+:} false; then :
12612 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12616 if ${GSTREAMER_LIBS:+false} :; then :
12617 if ${PKG_CONFIG+:} false; then :
12618 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12623 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12624 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12625 ac_save_CPPFLAGS=$CPPFLAGS
12626 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12627 ac_gst_incl=""
12628 for i in $GSTREAMER_CFLAGS
12630 case "$i" in
12631 -I*) ac_gst_incl="$ac_gst_incl $i";;
12632 esac
12633 done
12634 GSTREAMER_CFLAGS=$ac_gst_incl
12635 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12636 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12637 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12638 ac_fn_c_check_header_mongrel "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12639 if test "x$ac_cv_header_gst_gst_h" = xyes; then :
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12641 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12643 /* end confdefs.h. */
12644 #include <gst/gst.h>
12646 main ()
12648 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12650 return 0;
12652 _ACEOF
12653 if ac_fn_c_try_compile "$LINENO"; then :
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12655 $as_echo "yes" >&6; }
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12657 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12658 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false; then :
12659 $as_echo_n "(cached) " >&6
12660 else
12661 ac_check_lib_save_LIBS=$LIBS
12662 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12664 /* end confdefs.h. */
12666 /* Override any GCC internal prototype to avoid an error.
12667 Use char because int might match the return type of a GCC
12668 builtin and then its argument prototype would still apply. */
12669 #ifdef __cplusplus
12670 extern "C"
12671 #endif
12672 char gst_pad_new ();
12674 main ()
12676 return gst_pad_new ();
12678 return 0;
12680 _ACEOF
12681 if ac_fn_c_try_link "$LINENO"; then :
12682 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
12683 else
12684 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
12686 rm -f core conftest.err conftest.$ac_objext \
12687 conftest$ac_exeext conftest.$ac_ext
12688 LIBS=$ac_check_lib_save_LIBS
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12691 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12692 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes; then :
12696 else
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12698 $as_echo "no" >&6; }
12700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12704 else
12705 GSTREAMER_CFLAGS=""
12709 CPPFLAGS=$ac_save_CPPFLAGS
12710 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12711 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12714 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12715 case "x$with_gstreamer" in
12716 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12717 xno) ;;
12718 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12719 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12720 esac
12722 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12724 ALSA_LIBS=""
12726 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12727 then
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12729 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12730 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12731 $as_echo_n "(cached) " >&6
12732 else
12733 ac_check_lib_save_LIBS=$LIBS
12734 LIBS="-lasound $LIBS"
12735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12736 /* end confdefs.h. */
12738 /* Override any GCC internal prototype to avoid an error.
12739 Use char because int might match the return type of a GCC
12740 builtin and then its argument prototype would still apply. */
12741 #ifdef __cplusplus
12742 extern "C"
12743 #endif
12744 char snd_pcm_hw_params_get_access_mask ();
12746 main ()
12748 return snd_pcm_hw_params_get_access_mask ();
12750 return 0;
12752 _ACEOF
12753 if ac_fn_c_try_link "$LINENO"; then :
12754 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12755 else
12756 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12758 rm -f core conftest.err conftest.$ac_objext \
12759 conftest$ac_exeext conftest.$ac_ext
12760 LIBS=$ac_check_lib_save_LIBS
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12763 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12764 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12766 /* end confdefs.h. */
12767 #ifdef HAVE_ALSA_ASOUNDLIB_H
12768 #include <alsa/asoundlib.h>
12769 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12770 #include <sys/asoundlib.h>
12771 #endif
12773 main ()
12775 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12777 return 0;
12779 _ACEOF
12780 if ac_fn_c_try_compile "$LINENO"; then :
12781 ALSA_LIBS="-lasound"
12783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12787 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12789 if test "x$with_oss" != xno
12790 then
12791 ac_save_CPPFLAGS="$CPPFLAGS"
12792 if test -f /etc/oss.conf
12793 then
12794 . /etc/oss.conf
12796 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12797 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12798 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12799 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12800 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12802 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12804 cat >>confdefs.h <<_ACEOF
12805 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12806 _ACEOF
12808 OSS4_CFLAGS="$ac_oss_incl"
12815 CPPFLAGS="$ac_save_CPPFLAGS"
12816 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12817 then
12818 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12821 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
12823 if test "x$with_capi" != "xno"
12824 then
12825 if ${CAPI20_CFLAGS:+false} :; then :
12826 if ${PKG_CONFIG+:} false; then :
12827 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12831 if ${CAPI20_LIBS:+false} :; then :
12832 if ${PKG_CONFIG+:} false; then :
12833 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12838 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12839 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12840 ac_save_CPPFLAGS=$CPPFLAGS
12841 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12842 for ac_header in capi20.h linux/capi.h
12843 do :
12844 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12845 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12847 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12848 cat >>confdefs.h <<_ACEOF
12849 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12850 _ACEOF
12854 done
12856 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12857 then
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12859 $as_echo_n "checking for -lcapi20... " >&6; }
12860 if ${ac_cv_lib_soname_capi20+:} false; then :
12861 $as_echo_n "(cached) " >&6
12862 else
12863 ac_check_soname_save_LIBS=$LIBS
12864 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12866 /* end confdefs.h. */
12868 /* Override any GCC internal prototype to avoid an error.
12869 Use char because int might match the return type of a GCC
12870 builtin and then its argument prototype would still apply. */
12871 #ifdef __cplusplus
12872 extern "C"
12873 #endif
12874 char capi20_register ();
12876 main ()
12878 return capi20_register ();
12880 return 0;
12882 _ACEOF
12883 if ac_fn_c_try_link "$LINENO"; then :
12884 case "$LIBEXT" in
12885 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12886 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'` ;;
12887 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12888 if ${ac_cv_lib_soname_capi20:+false} :; then :
12889 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12890 fi ;;
12891 esac
12893 rm -f core conftest.err conftest.$ac_objext \
12894 conftest$ac_exeext conftest.$ac_ext
12895 LIBS=$ac_check_soname_save_LIBS
12897 if ${ac_cv_lib_soname_capi20:+false} :; then :
12898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12899 $as_echo "not found" >&6; }
12901 else
12902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12903 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12905 cat >>confdefs.h <<_ACEOF
12906 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12907 _ACEOF
12912 CPPFLAGS=$ac_save_CPPFLAGS
12913 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12914 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12917 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12918 case "x$with_capi" in
12919 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12920 xno) ;;
12921 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12922 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12923 esac
12926 CUPS_CFLAGS=""
12928 if test "x$with_cups" != "xno"
12929 then
12930 ac_save_CPPFLAGS="$CPPFLAGS"
12931 ac_cups_cflags=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
12932 ac_cups_libs=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
12933 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12934 for ac_header in cups/cups.h
12935 do :
12936 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12937 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12938 cat >>confdefs.h <<_ACEOF
12939 #define HAVE_CUPS_CUPS_H 1
12940 _ACEOF
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12942 $as_echo_n "checking for -lcups... " >&6; }
12943 if ${ac_cv_lib_soname_cups+:} false; then :
12944 $as_echo_n "(cached) " >&6
12945 else
12946 ac_check_soname_save_LIBS=$LIBS
12947 LIBS="-lcups $ac_cups_libs $LIBS"
12948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12949 /* end confdefs.h. */
12951 /* Override any GCC internal prototype to avoid an error.
12952 Use char because int might match the return type of a GCC
12953 builtin and then its argument prototype would still apply. */
12954 #ifdef __cplusplus
12955 extern "C"
12956 #endif
12957 char cupsGetDefault ();
12959 main ()
12961 return cupsGetDefault ();
12963 return 0;
12965 _ACEOF
12966 if ac_fn_c_try_link "$LINENO"; then :
12967 case "$LIBEXT" in
12968 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12969 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'` ;;
12970 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12971 if ${ac_cv_lib_soname_cups:+false} :; then :
12972 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12973 fi ;;
12974 esac
12976 rm -f core conftest.err conftest.$ac_objext \
12977 conftest$ac_exeext conftest.$ac_ext
12978 LIBS=$ac_check_soname_save_LIBS
12980 if ${ac_cv_lib_soname_cups:+false} :; then :
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12982 $as_echo "not found" >&6; }
12984 else
12985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12986 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12988 cat >>confdefs.h <<_ACEOF
12989 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12990 _ACEOF
12992 CUPS_CFLAGS="$ac_cups_cflags"
12996 done
12998 CPPFLAGS="$ac_save_CPPFLAGS"
13000 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13001 case "x$with_cups" in
13002 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13003 xno) ;;
13004 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13005 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13006 esac
13009 if test "x$with_fontconfig" != "xno"
13010 then
13011 if ${FONTCONFIG_CFLAGS:+false} :; then :
13012 if ${PKG_CONFIG+:} false; then :
13013 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13016 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13017 if ${FONTCONFIG_LIBS:+false} :; then :
13018 if ${PKG_CONFIG+:} false; then :
13019 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13022 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13024 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13025 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13026 ac_save_CPPFLAGS=$CPPFLAGS
13027 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13028 for ac_header in fontconfig/fontconfig.h
13029 do :
13030 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13031 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13032 cat >>confdefs.h <<_ACEOF
13033 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13034 _ACEOF
13038 done
13040 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13041 then
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13043 $as_echo_n "checking for -lfontconfig... " >&6; }
13044 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13045 $as_echo_n "(cached) " >&6
13046 else
13047 ac_check_soname_save_LIBS=$LIBS
13048 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13050 /* end confdefs.h. */
13052 /* Override any GCC internal prototype to avoid an error.
13053 Use char because int might match the return type of a GCC
13054 builtin and then its argument prototype would still apply. */
13055 #ifdef __cplusplus
13056 extern "C"
13057 #endif
13058 char FcInit ();
13060 main ()
13062 return FcInit ();
13064 return 0;
13066 _ACEOF
13067 if ac_fn_c_try_link "$LINENO"; then :
13068 case "$LIBEXT" in
13069 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13070 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'` ;;
13071 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13072 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13073 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13074 fi ;;
13075 esac
13077 rm -f core conftest.err conftest.$ac_objext \
13078 conftest$ac_exeext conftest.$ac_ext
13079 LIBS=$ac_check_soname_save_LIBS
13081 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13083 $as_echo "not found" >&6; }
13084 FONTCONFIG_CFLAGS=""
13085 else
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13087 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13089 cat >>confdefs.h <<_ACEOF
13090 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13091 _ACEOF
13095 else
13096 FONTCONFIG_CFLAGS=""
13098 CPPFLAGS=$ac_save_CPPFLAGS
13099 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13100 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13103 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13104 case "x$with_fontconfig" in
13105 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13106 xno) ;;
13107 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13108 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13109 esac
13112 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13113 then
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13115 $as_echo_n "checking for -lgsm... " >&6; }
13116 if ${ac_cv_lib_soname_gsm+:} false; then :
13117 $as_echo_n "(cached) " >&6
13118 else
13119 ac_check_soname_save_LIBS=$LIBS
13120 LIBS="-lgsm $LIBS"
13121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13122 /* end confdefs.h. */
13124 /* Override any GCC internal prototype to avoid an error.
13125 Use char because int might match the return type of a GCC
13126 builtin and then its argument prototype would still apply. */
13127 #ifdef __cplusplus
13128 extern "C"
13129 #endif
13130 char gsm_create ();
13132 main ()
13134 return gsm_create ();
13136 return 0;
13138 _ACEOF
13139 if ac_fn_c_try_link "$LINENO"; then :
13140 case "$LIBEXT" in
13141 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13142 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'` ;;
13143 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13144 if ${ac_cv_lib_soname_gsm:+false} :; then :
13145 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13146 fi ;;
13147 esac
13149 rm -f core conftest.err conftest.$ac_objext \
13150 conftest$ac_exeext conftest.$ac_ext
13151 LIBS=$ac_check_soname_save_LIBS
13153 if ${ac_cv_lib_soname_gsm:+false} :; then :
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13155 $as_echo "not found" >&6; }
13157 else
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13159 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13161 cat >>confdefs.h <<_ACEOF
13162 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13163 _ACEOF
13168 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13169 case "x$with_gsm" in
13170 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13171 xno) ;;
13172 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13173 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13174 esac
13177 if test "x$with_jpeg" != "xno"
13178 then
13179 if ${JPEG_CFLAGS:+false} :; then :
13180 if ${PKG_CONFIG+:} false; then :
13181 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13185 if ${JPEG_LIBS:+false} :; then :
13186 if ${PKG_CONFIG+:} false; then :
13187 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13192 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13193 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13194 ac_save_CPPFLAGS=$CPPFLAGS
13195 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13196 for ac_header in jpeglib.h
13197 do :
13198 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13199 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13200 cat >>confdefs.h <<_ACEOF
13201 #define HAVE_JPEGLIB_H 1
13202 _ACEOF
13206 done
13208 if test "$ac_cv_header_jpeglib_h" = "yes"
13209 then
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13211 $as_echo_n "checking for -ljpeg... " >&6; }
13212 if ${ac_cv_lib_soname_jpeg+:} false; then :
13213 $as_echo_n "(cached) " >&6
13214 else
13215 ac_check_soname_save_LIBS=$LIBS
13216 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13218 /* end confdefs.h. */
13220 /* Override any GCC internal prototype to avoid an error.
13221 Use char because int might match the return type of a GCC
13222 builtin and then its argument prototype would still apply. */
13223 #ifdef __cplusplus
13224 extern "C"
13225 #endif
13226 char jpeg_start_decompress ();
13228 main ()
13230 return jpeg_start_decompress ();
13232 return 0;
13234 _ACEOF
13235 if ac_fn_c_try_link "$LINENO"; then :
13236 case "$LIBEXT" in
13237 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13238 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'` ;;
13239 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13240 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13241 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13242 fi ;;
13243 esac
13245 rm -f core conftest.err conftest.$ac_objext \
13246 conftest$ac_exeext conftest.$ac_ext
13247 LIBS=$ac_check_soname_save_LIBS
13249 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13251 $as_echo "not found" >&6; }
13252 JPEG_CFLAGS=""
13253 else
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13255 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13257 cat >>confdefs.h <<_ACEOF
13258 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13259 _ACEOF
13263 else
13264 JPEG_CFLAGS=""
13266 CPPFLAGS=$ac_save_CPPFLAGS
13267 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13268 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13271 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13272 case "x$with_jpeg" in
13273 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13274 xno) ;;
13275 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13276 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13277 esac
13280 if test "x$with_png" != "xno"
13281 then
13282 if ${PNG_CFLAGS:+false} :; then :
13283 if ${PKG_CONFIG+:} false; then :
13284 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13287 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13288 if ${PNG_LIBS:+false} :; then :
13289 if ${PKG_CONFIG+:} false; then :
13290 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13293 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13295 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13296 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13297 ac_save_CPPFLAGS=$CPPFLAGS
13298 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13299 for ac_header in png.h
13300 do :
13301 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13302 if test "x$ac_cv_header_png_h" = xyes; then :
13303 cat >>confdefs.h <<_ACEOF
13304 #define HAVE_PNG_H 1
13305 _ACEOF
13309 done
13311 if test "$ac_cv_header_png_h" = "yes"
13312 then
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13314 $as_echo_n "checking for -lpng... " >&6; }
13315 if ${ac_cv_lib_soname_png+:} false; then :
13316 $as_echo_n "(cached) " >&6
13317 else
13318 ac_check_soname_save_LIBS=$LIBS
13319 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13321 /* end confdefs.h. */
13323 /* Override any GCC internal prototype to avoid an error.
13324 Use char because int might match the return type of a GCC
13325 builtin and then its argument prototype would still apply. */
13326 #ifdef __cplusplus
13327 extern "C"
13328 #endif
13329 char png_create_read_struct ();
13331 main ()
13333 return png_create_read_struct ();
13335 return 0;
13337 _ACEOF
13338 if ac_fn_c_try_link "$LINENO"; then :
13339 case "$LIBEXT" in
13340 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13341 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'` ;;
13342 *) 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'`
13343 if ${ac_cv_lib_soname_png:+false} :; then :
13344 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13345 fi ;;
13346 esac
13348 rm -f core conftest.err conftest.$ac_objext \
13349 conftest$ac_exeext conftest.$ac_ext
13350 LIBS=$ac_check_soname_save_LIBS
13352 if ${ac_cv_lib_soname_png:+false} :; then :
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13354 $as_echo "not found" >&6; }
13355 PNG_CFLAGS=""
13356 else
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13358 $as_echo "$ac_cv_lib_soname_png" >&6; }
13360 cat >>confdefs.h <<_ACEOF
13361 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13362 _ACEOF
13364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13365 /* end confdefs.h. */
13366 #include <png.h>
13368 main ()
13370 typeof(png_set_expand_gray_1_2_4_to_8) *p
13372 return 0;
13374 _ACEOF
13375 if ac_fn_c_try_compile "$LINENO"; then :
13377 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13382 else
13383 PNG_CFLAGS=""
13385 CPPFLAGS=$ac_save_CPPFLAGS
13386 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13387 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13390 if test "x$ac_cv_lib_soname_png" = "x"; then :
13391 case "x$with_png" in
13392 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13393 xno) ;;
13394 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13395 This is an error since --with-png was requested." "$LINENO" 5 ;;
13396 esac
13399 if test "x$with_tiff" != "xno"
13400 then
13401 if ${TIFF_CFLAGS:+false} :; then :
13402 if ${PKG_CONFIG+:} false; then :
13403 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13407 if ${TIFF_LIBS:+false} :; then :
13408 if ${PKG_CONFIG+:} false; then :
13409 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13414 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13415 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13416 ac_save_CPPFLAGS=$CPPFLAGS
13417 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13418 for ac_header in tiffio.h
13419 do :
13420 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13421 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13422 cat >>confdefs.h <<_ACEOF
13423 #define HAVE_TIFFIO_H 1
13424 _ACEOF
13428 done
13430 if test "$ac_cv_header_tiffio_h" = "yes"
13431 then
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13433 $as_echo_n "checking for -ltiff... " >&6; }
13434 if ${ac_cv_lib_soname_tiff+:} false; then :
13435 $as_echo_n "(cached) " >&6
13436 else
13437 ac_check_soname_save_LIBS=$LIBS
13438 LIBS="-ltiff $TIFF_LIBS $LIBS"
13439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13440 /* end confdefs.h. */
13442 /* Override any GCC internal prototype to avoid an error.
13443 Use char because int might match the return type of a GCC
13444 builtin and then its argument prototype would still apply. */
13445 #ifdef __cplusplus
13446 extern "C"
13447 #endif
13448 char TIFFClientOpen ();
13450 main ()
13452 return TIFFClientOpen ();
13454 return 0;
13456 _ACEOF
13457 if ac_fn_c_try_link "$LINENO"; then :
13458 case "$LIBEXT" in
13459 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13460 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'` ;;
13461 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13462 if ${ac_cv_lib_soname_tiff:+false} :; then :
13463 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13464 fi ;;
13465 esac
13467 rm -f core conftest.err conftest.$ac_objext \
13468 conftest$ac_exeext conftest.$ac_ext
13469 LIBS=$ac_check_soname_save_LIBS
13471 if ${ac_cv_lib_soname_tiff:+false} :; then :
13472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13473 $as_echo "not found" >&6; }
13475 else
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13477 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13479 cat >>confdefs.h <<_ACEOF
13480 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13481 _ACEOF
13486 CPPFLAGS=$ac_save_CPPFLAGS
13487 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13488 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13491 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13492 case "x$with_tiff" in
13493 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13494 xno) ;;
13495 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13496 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13497 esac
13500 if test "x$with_mpg123" != "xno"
13501 then
13502 if ${MPG123_CFLAGS:+false} :; then :
13503 if ${PKG_CONFIG+:} false; then :
13504 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13508 if ${MPG123_LIBS:+false} :; then :
13509 if ${PKG_CONFIG+:} false; then :
13510 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13514 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13515 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13516 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13517 ac_save_CPPFLAGS=$CPPFLAGS
13518 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13519 for ac_header in mpg123.h
13520 do :
13521 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13522 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13523 cat >>confdefs.h <<_ACEOF
13524 #define HAVE_MPG123_H 1
13525 _ACEOF
13529 done
13531 if test "$ac_cv_header_mpg123_h" = "yes"
13532 then
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13534 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13535 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13536 $as_echo_n "(cached) " >&6
13537 else
13538 ac_check_lib_save_LIBS=$LIBS
13539 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13541 /* end confdefs.h. */
13543 /* Override any GCC internal prototype to avoid an error.
13544 Use char because int might match the return type of a GCC
13545 builtin and then its argument prototype would still apply. */
13546 #ifdef __cplusplus
13547 extern "C"
13548 #endif
13549 char mpg123_feed ();
13551 main ()
13553 return mpg123_feed ();
13555 return 0;
13557 _ACEOF
13558 if ac_fn_c_try_link "$LINENO"; then :
13559 ac_cv_lib_mpg123_mpg123_feed=yes
13560 else
13561 ac_cv_lib_mpg123_mpg123_feed=no
13563 rm -f core conftest.err conftest.$ac_objext \
13564 conftest$ac_exeext conftest.$ac_ext
13565 LIBS=$ac_check_lib_save_LIBS
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13568 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13569 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13571 else
13572 MPG123_LIBS=""
13575 else
13576 MPG123_CFLAGS=""
13577 MPG123_LIBS=""
13579 CPPFLAGS=$ac_save_CPPFLAGS
13580 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13581 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13584 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13585 case "x$with_mpg123" in
13586 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13587 xno) ;;
13588 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13589 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13590 esac
13592 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
13594 if test "$ac_cv_header_AL_al_h" = "yes"
13595 then
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13597 $as_echo_n "checking for -lopenal... " >&6; }
13598 if ${ac_cv_lib_soname_openal+:} false; then :
13599 $as_echo_n "(cached) " >&6
13600 else
13601 ac_check_soname_save_LIBS=$LIBS
13602 LIBS="-lopenal $LIBS"
13603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13604 /* end confdefs.h. */
13606 /* Override any GCC internal prototype to avoid an error.
13607 Use char because int might match the return type of a GCC
13608 builtin and then its argument prototype would still apply. */
13609 #ifdef __cplusplus
13610 extern "C"
13611 #endif
13612 char alGetSource3i ();
13614 main ()
13616 return alGetSource3i ();
13618 return 0;
13620 _ACEOF
13621 if ac_fn_c_try_link "$LINENO"; then :
13622 case "$LIBEXT" in
13623 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13624 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'` ;;
13625 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13626 if ${ac_cv_lib_soname_openal:+false} :; then :
13627 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13628 fi ;;
13629 esac
13631 rm -f core conftest.err conftest.$ac_objext \
13632 conftest$ac_exeext conftest.$ac_ext
13633 LIBS=$ac_check_soname_save_LIBS
13635 if ${ac_cv_lib_soname_openal:+false} :; then :
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13637 $as_echo "not found" >&6; }
13639 else
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13641 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13643 cat >>confdefs.h <<_ACEOF
13644 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13645 _ACEOF
13647 OPENAL_LIBS="-lopenal"
13649 ac_cv_lib_openal=yes
13651 cat >>confdefs.h <<_ACEOF
13652 #define HAVE_OPENAL 1
13653 _ACEOF
13657 if test "x$ac_cv_lib_openal" != xyes; then :
13658 case "x$with_openal" in
13659 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13660 xno) ;;
13661 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13662 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13663 esac
13665 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13667 if test "x$ac_cv_lib_openal" = xyes
13668 then
13669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13670 $as_echo_n "checking for openal-soft... " >&6; }
13671 if ${ac_cv_have_openalsoft+:} false; then :
13672 $as_echo_n "(cached) " >&6
13673 else
13674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13675 /* end confdefs.h. */
13676 #include <AL/al.h>
13677 #include <AL/alc.h>
13678 #include <AL/alext.h>
13679 LPALCRENDERSAMPLESSOFT x;
13681 main ()
13685 return 0;
13687 _ACEOF
13688 if ac_fn_c_try_compile "$LINENO"; then :
13689 ac_cv_have_openalsoft=yes
13690 else
13691 ac_cv_have_openalsoft=no
13693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13696 $as_echo "$ac_cv_have_openalsoft" >&6; }
13698 if test "x$ac_cv_have_openalsoft" != xyes
13699 then
13700 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13701 enable_x3daudio1_0=${enable_x3daudio1_0:-no}
13702 enable_x3daudio1_1=${enable_x3daudio1_1:-no}
13703 enable_x3daudio1_2=${enable_x3daudio1_2:-no}
13704 enable_x3daudio1_3=${enable_x3daudio1_3:-no}
13705 enable_x3daudio1_4=${enable_x3daudio1_4:-no}
13706 enable_x3daudio1_5=${enable_x3daudio1_5:-no}
13707 enable_x3daudio1_6=${enable_x3daudio1_6:-no}
13708 enable_x3daudio1_7=${enable_x3daudio1_7:-no}
13709 enable_xapofx1_1=${enable_xapofx1_1:-no}
13710 enable_xapofx1_2=${enable_xapofx1_2:-no}
13711 enable_xapofx1_3=${enable_xapofx1_3:-no}
13712 enable_xapofx1_4=${enable_xapofx1_4:-no}
13713 enable_xapofx1_5=${enable_xapofx1_5:-no}
13714 enable_xaudio2_0=${enable_xaudio2_0:-no}
13715 enable_xaudio2_1=${enable_xaudio2_1:-no}
13716 enable_xaudio2_2=${enable_xaudio2_2:-no}
13717 enable_xaudio2_3=${enable_xaudio2_3:-no}
13718 enable_xaudio2_4=${enable_xaudio2_4:-no}
13719 enable_xaudio2_5=${enable_xaudio2_5:-no}
13720 enable_xaudio2_6=${enable_xaudio2_6:-no}
13721 enable_xaudio2_7=${enable_xaudio2_7:-no}
13722 enable_xaudio2_8=${enable_xaudio2_8:-no}
13725 if test "$ac_cv_header_kstat_h" = "yes"
13726 then
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13728 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13729 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13730 $as_echo_n "(cached) " >&6
13731 else
13732 ac_check_lib_save_LIBS=$LIBS
13733 LIBS="-lkstat $LIBS"
13734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13735 /* end confdefs.h. */
13737 /* Override any GCC internal prototype to avoid an error.
13738 Use char because int might match the return type of a GCC
13739 builtin and then its argument prototype would still apply. */
13740 #ifdef __cplusplus
13741 extern "C"
13742 #endif
13743 char kstat_open ();
13745 main ()
13747 return kstat_open ();
13749 return 0;
13751 _ACEOF
13752 if ac_fn_c_try_link "$LINENO"; then :
13753 ac_cv_lib_kstat_kstat_open=yes
13754 else
13755 ac_cv_lib_kstat_kstat_open=no
13757 rm -f core conftest.err conftest.$ac_objext \
13758 conftest$ac_exeext conftest.$ac_ext
13759 LIBS=$ac_check_lib_save_LIBS
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13762 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13763 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13765 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13767 KSTAT_LIBS="-lkstat"
13773 if test "$ac_cv_header_libprocstat_h" = "yes"
13774 then
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13776 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13777 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13778 $as_echo_n "(cached) " >&6
13779 else
13780 ac_check_lib_save_LIBS=$LIBS
13781 LIBS="-lprocstat $LIBS"
13782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13783 /* end confdefs.h. */
13785 /* Override any GCC internal prototype to avoid an error.
13786 Use char because int might match the return type of a GCC
13787 builtin and then its argument prototype would still apply. */
13788 #ifdef __cplusplus
13789 extern "C"
13790 #endif
13791 char procstat_open_sysctl ();
13793 main ()
13795 return procstat_open_sysctl ();
13797 return 0;
13799 _ACEOF
13800 if ac_fn_c_try_link "$LINENO"; then :
13801 ac_cv_lib_procstat_procstat_open_sysctl=yes
13802 else
13803 ac_cv_lib_procstat_procstat_open_sysctl=no
13805 rm -f core conftest.err conftest.$ac_objext \
13806 conftest$ac_exeext conftest.$ac_ext
13807 LIBS=$ac_check_lib_save_LIBS
13809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13810 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13811 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13813 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13815 PROCSTAT_LIBS="-lprocstat"
13821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13822 $as_echo_n "checking for -lodbc... " >&6; }
13823 if ${ac_cv_lib_soname_odbc+:} false; then :
13824 $as_echo_n "(cached) " >&6
13825 else
13826 ac_check_soname_save_LIBS=$LIBS
13827 LIBS="-lodbc $LIBS"
13828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13829 /* end confdefs.h. */
13831 /* Override any GCC internal prototype to avoid an error.
13832 Use char because int might match the return type of a GCC
13833 builtin and then its argument prototype would still apply. */
13834 #ifdef __cplusplus
13835 extern "C"
13836 #endif
13837 char SQLConnect ();
13839 main ()
13841 return SQLConnect ();
13843 return 0;
13845 _ACEOF
13846 if ac_fn_c_try_link "$LINENO"; then :
13847 case "$LIBEXT" in
13848 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13849 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'` ;;
13850 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13851 if ${ac_cv_lib_soname_odbc:+false} :; then :
13852 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13853 fi ;;
13854 esac
13856 rm -f core conftest.err conftest.$ac_objext \
13857 conftest$ac_exeext conftest.$ac_ext
13858 LIBS=$ac_check_soname_save_LIBS
13860 if ${ac_cv_lib_soname_odbc:+false} :; then :
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13862 $as_echo "not found" >&6; }
13863 cat >>confdefs.h <<_ACEOF
13864 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13865 _ACEOF
13867 else
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13869 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13871 cat >>confdefs.h <<_ACEOF
13872 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13873 _ACEOF
13878 if test "x$with_netapi" != "xno"
13879 then
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13881 $as_echo_n "checking for -lnetapi... " >&6; }
13882 if ${ac_cv_lib_soname_netapi+:} false; then :
13883 $as_echo_n "(cached) " >&6
13884 else
13885 ac_check_soname_save_LIBS=$LIBS
13886 LIBS="-lnetapi $LIBS"
13887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13888 /* end confdefs.h. */
13890 /* Override any GCC internal prototype to avoid an error.
13891 Use char because int might match the return type of a GCC
13892 builtin and then its argument prototype would still apply. */
13893 #ifdef __cplusplus
13894 extern "C"
13895 #endif
13896 char libnetapi_init ();
13898 main ()
13900 return libnetapi_init ();
13902 return 0;
13904 _ACEOF
13905 if ac_fn_c_try_link "$LINENO"; then :
13906 case "$LIBEXT" in
13907 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13908 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'` ;;
13909 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13910 if ${ac_cv_lib_soname_netapi:+false} :; then :
13911 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13912 fi ;;
13913 esac
13915 rm -f core conftest.err conftest.$ac_objext \
13916 conftest$ac_exeext conftest.$ac_ext
13917 LIBS=$ac_check_soname_save_LIBS
13919 if ${ac_cv_lib_soname_netapi:+false} :; then :
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13921 $as_echo "not found" >&6; }
13922 cat >>confdefs.h <<_ACEOF
13923 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13924 _ACEOF
13926 else
13927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13928 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13930 cat >>confdefs.h <<_ACEOF
13931 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13932 _ACEOF
13938 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono -a \
13939 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
13940 then
13941 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13945 EXTRACFLAGS=""
13947 if test "x${GCC}" = "xyes"
13948 then
13949 EXTRACFLAGS="-Wall -pipe"
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13952 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13953 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13954 $as_echo_n "(cached) " >&6
13955 else
13956 if test "$cross_compiling" = yes; then :
13957 ac_cv_c_gcc_strength_bug="no"
13958 else
13959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13960 /* end confdefs.h. */
13961 int L[4] = {0,1,2,3};
13963 main ()
13965 static int Array[3];
13966 unsigned int B = 3;
13967 int i;
13968 for(i=0; i<B; i++) Array[i] = i - 3;
13969 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13970 L[i] = 4;
13971 return (Array[1] != -2 || L[2] != 3)
13973 return 0;
13975 _ACEOF
13976 if ac_fn_c_try_run "$LINENO"; then :
13977 ac_cv_c_gcc_strength_bug="no"
13978 else
13979 ac_cv_c_gcc_strength_bug="yes"
13981 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13982 conftest.$ac_objext conftest.beam conftest.$ac_ext
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13987 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13988 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13989 then
13990 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13994 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13995 if ${ac_cv_cflags__fno_builtin+:} false; then :
13996 $as_echo_n "(cached) " >&6
13997 else
13998 ac_wine_try_cflags_saved=$CFLAGS
13999 CFLAGS="$CFLAGS -fno-builtin"
14000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14001 /* end confdefs.h. */
14002 int main(int argc, char **argv) { return 0; }
14003 _ACEOF
14004 if ac_fn_c_try_link "$LINENO"; then :
14005 ac_cv_cflags__fno_builtin=yes
14006 else
14007 ac_cv_cflags__fno_builtin=no
14009 rm -f core conftest.err conftest.$ac_objext \
14010 conftest$ac_exeext conftest.$ac_ext
14011 CFLAGS=$ac_wine_try_cflags_saved
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14014 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14015 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14016 BUILTINFLAG="-fno-builtin"
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14020 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14021 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14022 $as_echo_n "(cached) " >&6
14023 else
14024 ac_wine_try_cflags_saved=$CFLAGS
14025 CFLAGS="$CFLAGS -fno-strict-aliasing"
14026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14027 /* end confdefs.h. */
14028 int main(int argc, char **argv) { return 0; }
14029 _ACEOF
14030 if ac_fn_c_try_link "$LINENO"; then :
14031 ac_cv_cflags__fno_strict_aliasing=yes
14032 else
14033 ac_cv_cflags__fno_strict_aliasing=no
14035 rm -f core conftest.err conftest.$ac_objext \
14036 conftest$ac_exeext conftest.$ac_ext
14037 CFLAGS=$ac_wine_try_cflags_saved
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14040 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14041 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14042 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14045 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14046 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14047 $as_echo_n "(cached) " >&6
14048 else
14049 ac_wine_try_cflags_saved=$CFLAGS
14050 CFLAGS="$CFLAGS -fexcess-precision=standard"
14051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14052 /* end confdefs.h. */
14053 int main(int argc, char **argv) { return 0; }
14054 _ACEOF
14055 if ac_fn_c_try_link "$LINENO"; then :
14056 ac_cv_cflags__fexcess_precision_standard=yes
14057 else
14058 ac_cv_cflags__fexcess_precision_standard=no
14060 rm -f core conftest.err conftest.$ac_objext \
14061 conftest$ac_exeext conftest.$ac_ext
14062 CFLAGS=$ac_wine_try_cflags_saved
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14065 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14066 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14067 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14070 saved_CFLAGS=$CFLAGS
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14072 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14073 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14074 $as_echo_n "(cached) " >&6
14075 else
14076 ac_wine_try_cflags_saved=$CFLAGS
14077 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14079 /* end confdefs.h. */
14080 int main(int argc, char **argv) { return 0; }
14081 _ACEOF
14082 if ac_fn_c_try_link "$LINENO"; then :
14083 ac_cv_cflags__Werror_unknown_warning_option=yes
14084 else
14085 ac_cv_cflags__Werror_unknown_warning_option=no
14087 rm -f core conftest.err conftest.$ac_objext \
14088 conftest$ac_exeext conftest.$ac_ext
14089 CFLAGS=$ac_wine_try_cflags_saved
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14092 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14093 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14094 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14097 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14098 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14099 $as_echo_n "(cached) " >&6
14100 else
14101 ac_wine_try_cflags_saved=$CFLAGS
14102 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14104 /* end confdefs.h. */
14105 int main(int argc, char **argv) { return 0; }
14106 _ACEOF
14107 if ac_fn_c_try_link "$LINENO"; then :
14108 ac_cv_cflags__Wdeclaration_after_statement=yes
14109 else
14110 ac_cv_cflags__Wdeclaration_after_statement=no
14112 rm -f core conftest.err conftest.$ac_objext \
14113 conftest$ac_exeext conftest.$ac_ext
14114 CFLAGS=$ac_wine_try_cflags_saved
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14117 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14118 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14119 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14122 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14123 if ${ac_cv_cflags__Wempty_body+:} false; then :
14124 $as_echo_n "(cached) " >&6
14125 else
14126 ac_wine_try_cflags_saved=$CFLAGS
14127 CFLAGS="$CFLAGS -Wempty-body"
14128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14129 /* end confdefs.h. */
14130 int main(int argc, char **argv) { return 0; }
14131 _ACEOF
14132 if ac_fn_c_try_link "$LINENO"; then :
14133 ac_cv_cflags__Wempty_body=yes
14134 else
14135 ac_cv_cflags__Wempty_body=no
14137 rm -f core conftest.err conftest.$ac_objext \
14138 conftest$ac_exeext conftest.$ac_ext
14139 CFLAGS=$ac_wine_try_cflags_saved
14141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14142 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14143 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14144 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14147 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14148 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14149 $as_echo_n "(cached) " >&6
14150 else
14151 ac_wine_try_cflags_saved=$CFLAGS
14152 CFLAGS="$CFLAGS -Wignored-qualifiers"
14153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14154 /* end confdefs.h. */
14155 int main(int argc, char **argv) { return 0; }
14156 _ACEOF
14157 if ac_fn_c_try_link "$LINENO"; then :
14158 ac_cv_cflags__Wignored_qualifiers=yes
14159 else
14160 ac_cv_cflags__Wignored_qualifiers=no
14162 rm -f core conftest.err conftest.$ac_objext \
14163 conftest$ac_exeext conftest.$ac_ext
14164 CFLAGS=$ac_wine_try_cflags_saved
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14167 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14168 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14169 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14172 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14173 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14174 $as_echo_n "(cached) " >&6
14175 else
14176 ac_wine_try_cflags_saved=$CFLAGS
14177 CFLAGS="$CFLAGS -Wshift-overflow=2"
14178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14179 /* end confdefs.h. */
14180 int main(int argc, char **argv) { return 0; }
14181 _ACEOF
14182 if ac_fn_c_try_link "$LINENO"; then :
14183 ac_cv_cflags__Wshift_overflow_2=yes
14184 else
14185 ac_cv_cflags__Wshift_overflow_2=no
14187 rm -f core conftest.err conftest.$ac_objext \
14188 conftest$ac_exeext conftest.$ac_ext
14189 CFLAGS=$ac_wine_try_cflags_saved
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14192 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14193 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14194 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14197 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14198 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14199 $as_echo_n "(cached) " >&6
14200 else
14201 ac_wine_try_cflags_saved=$CFLAGS
14202 CFLAGS="$CFLAGS -Wstrict-prototypes"
14203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14205 int main(int argc, char **argv) { return 0; }
14206 _ACEOF
14207 if ac_fn_c_try_link "$LINENO"; then :
14208 ac_cv_cflags__Wstrict_prototypes=yes
14209 else
14210 ac_cv_cflags__Wstrict_prototypes=no
14212 rm -f core conftest.err conftest.$ac_objext \
14213 conftest$ac_exeext conftest.$ac_ext
14214 CFLAGS=$ac_wine_try_cflags_saved
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14217 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14218 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14219 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14222 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14223 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14224 $as_echo_n "(cached) " >&6
14225 else
14226 ac_wine_try_cflags_saved=$CFLAGS
14227 CFLAGS="$CFLAGS -Wtype-limits"
14228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14229 /* end confdefs.h. */
14230 int main(int argc, char **argv) { return 0; }
14231 _ACEOF
14232 if ac_fn_c_try_link "$LINENO"; then :
14233 ac_cv_cflags__Wtype_limits=yes
14234 else
14235 ac_cv_cflags__Wtype_limits=no
14237 rm -f core conftest.err conftest.$ac_objext \
14238 conftest$ac_exeext conftest.$ac_ext
14239 CFLAGS=$ac_wine_try_cflags_saved
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14242 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14243 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14244 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14247 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14248 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14249 $as_echo_n "(cached) " >&6
14250 else
14251 ac_wine_try_cflags_saved=$CFLAGS
14252 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14254 /* end confdefs.h. */
14255 int main(int argc, char **argv) { return 0; }
14256 _ACEOF
14257 if ac_fn_c_try_link "$LINENO"; then :
14258 ac_cv_cflags__Wunused_but_set_parameter=yes
14259 else
14260 ac_cv_cflags__Wunused_but_set_parameter=no
14262 rm -f core conftest.err conftest.$ac_objext \
14263 conftest$ac_exeext conftest.$ac_ext
14264 CFLAGS=$ac_wine_try_cflags_saved
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14267 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14268 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14269 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14272 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14273 if ${ac_cv_cflags__Wvla+:} false; then :
14274 $as_echo_n "(cached) " >&6
14275 else
14276 ac_wine_try_cflags_saved=$CFLAGS
14277 CFLAGS="$CFLAGS -Wvla"
14278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14279 /* end confdefs.h. */
14280 int main(int argc, char **argv) { return 0; }
14281 _ACEOF
14282 if ac_fn_c_try_link "$LINENO"; then :
14283 ac_cv_cflags__Wvla=yes
14284 else
14285 ac_cv_cflags__Wvla=no
14287 rm -f core conftest.err conftest.$ac_objext \
14288 conftest$ac_exeext conftest.$ac_ext
14289 CFLAGS=$ac_wine_try_cflags_saved
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14292 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14293 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14294 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14297 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14298 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14299 $as_echo_n "(cached) " >&6
14300 else
14301 ac_wine_try_cflags_saved=$CFLAGS
14302 CFLAGS="$CFLAGS -Wwrite-strings"
14303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14304 /* end confdefs.h. */
14305 int main(int argc, char **argv) { return 0; }
14306 _ACEOF
14307 if ac_fn_c_try_link "$LINENO"; then :
14308 ac_cv_cflags__Wwrite_strings=yes
14309 else
14310 ac_cv_cflags__Wwrite_strings=no
14312 rm -f core conftest.err conftest.$ac_objext \
14313 conftest$ac_exeext conftest.$ac_ext
14314 CFLAGS=$ac_wine_try_cflags_saved
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14317 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14318 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14319 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14323 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14324 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14325 $as_echo_n "(cached) " >&6
14326 else
14327 ac_wine_try_cflags_saved=$CFLAGS
14328 CFLAGS="$CFLAGS -Wpointer-arith"
14329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14330 /* end confdefs.h. */
14331 int main(int argc, char **argv) { return 0; }
14332 _ACEOF
14333 if ac_fn_c_try_link "$LINENO"; then :
14334 ac_cv_cflags__Wpointer_arith=yes
14335 else
14336 ac_cv_cflags__Wpointer_arith=no
14338 rm -f core conftest.err conftest.$ac_objext \
14339 conftest$ac_exeext conftest.$ac_ext
14340 CFLAGS=$ac_wine_try_cflags_saved
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14343 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14344 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14345 saved_string_h_CFLAGS=$CFLAGS
14346 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14348 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14349 if ${ac_cv_c_string_h_warnings+:} false; then :
14350 $as_echo_n "(cached) " >&6
14351 else
14352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14353 /* end confdefs.h. */
14354 #include <string.h>
14356 main ()
14360 return 0;
14362 _ACEOF
14363 if ac_fn_c_try_compile "$LINENO"; then :
14364 ac_cv_c_string_h_warnings=no
14365 else
14366 ac_cv_c_string_h_warnings=yes
14368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14371 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14372 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14373 CFLAGS=$saved_string_h_CFLAGS
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14377 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14378 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14379 $as_echo_n "(cached) " >&6
14380 else
14381 ac_wine_try_cflags_saved=$CFLAGS
14382 CFLAGS="$CFLAGS -Wlogical-op"
14383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14384 /* end confdefs.h. */
14385 int main(int argc, char **argv) { return 0; }
14386 _ACEOF
14387 if ac_fn_c_try_link "$LINENO"; then :
14388 ac_cv_cflags__Wlogical_op=yes
14389 else
14390 ac_cv_cflags__Wlogical_op=no
14392 rm -f core conftest.err conftest.$ac_objext \
14393 conftest$ac_exeext conftest.$ac_ext
14394 CFLAGS=$ac_wine_try_cflags_saved
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14397 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14398 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14399 saved_string_h_CFLAGS=$CFLAGS
14400 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14402 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14403 if ${ac_cv_c_logicalop_noisy+:} false; then :
14404 $as_echo_n "(cached) " >&6
14405 else
14406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14407 /* end confdefs.h. */
14408 #include <string.h>
14409 char*f(const char *h,char n) {return strchr(h,n);}
14411 main ()
14415 return 0;
14417 _ACEOF
14418 if ac_fn_c_try_compile "$LINENO"; then :
14419 ac_cv_c_logicalop_noisy=no
14420 else
14421 ac_cv_c_logicalop_noisy=yes
14423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14426 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14427 CFLAGS=$saved_string_h_CFLAGS
14428 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14431 CFLAGS=$saved_CFLAGS
14433 for ac_flag in $CFLAGS; do
14434 case $ac_flag in
14435 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14436 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14437 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14438 $as_echo_n "(cached) " >&6
14439 else
14440 ac_wine_try_cflags_saved=$CFLAGS
14441 CFLAGS="$CFLAGS -gdwarf-2"
14442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14443 /* end confdefs.h. */
14444 int main(int argc, char **argv) { return 0; }
14445 _ACEOF
14446 if ac_fn_c_try_link "$LINENO"; then :
14447 ac_cv_cflags__gdwarf_2=yes
14448 else
14449 ac_cv_cflags__gdwarf_2=no
14451 rm -f core conftest.err conftest.$ac_objext \
14452 conftest$ac_exeext conftest.$ac_ext
14453 CFLAGS=$ac_wine_try_cflags_saved
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14456 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14457 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14458 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14461 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14462 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14463 $as_echo_n "(cached) " >&6
14464 else
14465 ac_wine_try_cflags_saved=$CFLAGS
14466 CFLAGS="$CFLAGS -gstrict-dwarf"
14467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14468 /* end confdefs.h. */
14469 int main(int argc, char **argv) { return 0; }
14470 _ACEOF
14471 if ac_fn_c_try_link "$LINENO"; then :
14472 ac_cv_cflags__gstrict_dwarf=yes
14473 else
14474 ac_cv_cflags__gstrict_dwarf=no
14476 rm -f core conftest.err conftest.$ac_objext \
14477 conftest$ac_exeext conftest.$ac_ext
14478 CFLAGS=$ac_wine_try_cflags_saved
14480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14481 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14482 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14483 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14484 fi ;;
14485 esac
14486 done
14488 case $host_cpu in
14489 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14490 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14491 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14492 $as_echo_n "(cached) " >&6
14493 else
14494 ac_wine_try_cflags_saved=$CFLAGS
14495 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14497 /* end confdefs.h. */
14498 int main(int argc, char **argv) { return 0; }
14499 _ACEOF
14500 if ac_fn_c_try_link "$LINENO"; then :
14501 ac_cv_cflags__fno_omit_frame_pointer=yes
14502 else
14503 ac_cv_cflags__fno_omit_frame_pointer=no
14505 rm -f core conftest.err conftest.$ac_objext \
14506 conftest$ac_exeext conftest.$ac_ext
14507 CFLAGS=$ac_wine_try_cflags_saved
14509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14510 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14511 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14512 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14513 fi ;;
14514 esac
14516 case $host in
14517 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14518 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14519 if ${ac_cv_cflags__Wno_format+:} false; then :
14520 $as_echo_n "(cached) " >&6
14521 else
14522 ac_wine_try_cflags_saved=$CFLAGS
14523 CFLAGS="$CFLAGS -Wno-format"
14524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14525 /* end confdefs.h. */
14526 int main(int argc, char **argv) { return 0; }
14527 _ACEOF
14528 if ac_fn_c_try_link "$LINENO"; then :
14529 ac_cv_cflags__Wno_format=yes
14530 else
14531 ac_cv_cflags__Wno_format=no
14533 rm -f core conftest.err conftest.$ac_objext \
14534 conftest$ac_exeext conftest.$ac_ext
14535 CFLAGS=$ac_wine_try_cflags_saved
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14538 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14539 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14540 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14541 fi ;;
14542 esac
14544 if test "x$enable_maintainer_mode" = "xyes"
14545 then
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14547 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14548 if ${ac_cv_cflags__Werror+:} false; then :
14549 $as_echo_n "(cached) " >&6
14550 else
14551 ac_wine_try_cflags_saved=$CFLAGS
14552 CFLAGS="$CFLAGS -Werror"
14553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14554 /* end confdefs.h. */
14555 int main(int argc, char **argv) { return 0; }
14556 _ACEOF
14557 if ac_fn_c_try_link "$LINENO"; then :
14558 ac_cv_cflags__Werror=yes
14559 else
14560 ac_cv_cflags__Werror=no
14562 rm -f core conftest.err conftest.$ac_objext \
14563 conftest$ac_exeext conftest.$ac_ext
14564 CFLAGS=$ac_wine_try_cflags_saved
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14567 $as_echo "$ac_cv_cflags__Werror" >&6; }
14568 if test "x$ac_cv_cflags__Werror" = xyes; then :
14569 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14573 saved_CFLAGS="$CFLAGS"
14574 CFLAGS="$CFLAGS -Werror"
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14576 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14577 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14578 $as_echo_n "(cached) " >&6
14579 else
14580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14581 /* end confdefs.h. */
14582 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14584 main ()
14588 return 0;
14590 _ACEOF
14591 if ac_fn_c_try_compile "$LINENO"; then :
14592 ac_cv_have_ms_hook_prologue="yes"
14593 else
14594 ac_cv_have_ms_hook_prologue="no"
14596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14599 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14600 CFLAGS="$saved_CFLAGS"
14601 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14602 then
14604 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14606 else
14607 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14614 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14615 if ${ac_cv_c_fortify_enabled+:} false; then :
14616 $as_echo_n "(cached) " >&6
14617 else
14618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14619 /* end confdefs.h. */
14620 #include <string.h>
14622 main ()
14624 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14625 #error Fortify enabled
14626 #endif
14628 return 0;
14630 _ACEOF
14631 if ac_fn_c_try_compile "$LINENO"; then :
14632 ac_cv_c_fortify_enabled=no
14633 else
14634 ac_cv_c_fortify_enabled=yes
14636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14639 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14640 if test "$ac_cv_c_fortify_enabled" = yes
14641 then
14642 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14647 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14648 if ${ac_cv_c_extern_prefix+:} false; then :
14649 $as_echo_n "(cached) " >&6
14650 else
14651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14652 /* end confdefs.h. */
14653 extern int ac_test;
14655 main ()
14657 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14659 return 0;
14661 _ACEOF
14662 if ac_fn_c_try_link "$LINENO"; then :
14663 ac_cv_c_extern_prefix="yes"
14664 else
14665 ac_cv_c_extern_prefix="no"
14667 rm -f core conftest.err conftest.$ac_objext \
14668 conftest$ac_exeext conftest.$ac_ext
14670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14671 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14673 case $host_cpu in
14674 *i[3456789]86*)
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14676 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14677 if ${ac_cv_c_stdcall_suffix+:} false; then :
14678 $as_echo_n "(cached) " >&6
14679 else
14680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14681 /* end confdefs.h. */
14682 #ifndef _MSC_VER
14683 #define __stdcall __attribute__((__stdcall__))
14684 #endif
14685 int __stdcall ac_test(int i) { return i; }
14687 main ()
14689 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14691 return 0;
14693 _ACEOF
14694 if ac_fn_c_try_link "$LINENO"; then :
14695 ac_cv_c_stdcall_suffix="yes"
14696 else
14697 ac_cv_c_stdcall_suffix="no"
14699 rm -f core conftest.err conftest.$ac_objext \
14700 conftest$ac_exeext conftest.$ac_ext
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14703 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14704 *) ac_cv_c_stdcall_suffix="no" ;;
14705 esac
14708 if test "$ac_cv_c_extern_prefix" = "yes"
14709 then
14710 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14712 asm_name_prefix="_"
14713 else
14714 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14716 asm_name_prefix=""
14720 if test "$ac_cv_c_stdcall_suffix" = "yes"
14721 then
14722 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14724 else
14725 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14731 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14732 if ${ac_cv_asm_func_def+:} false; then :
14733 $as_echo_n "(cached) " >&6
14734 else
14735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14736 /* end confdefs.h. */
14739 main ()
14741 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14743 return 0;
14745 _ACEOF
14746 if ac_fn_c_try_link "$LINENO"; then :
14747 ac_cv_asm_func_def=".def"
14748 else
14749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14750 /* end confdefs.h. */
14753 main ()
14755 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14757 return 0;
14759 _ACEOF
14760 if ac_fn_c_try_link "$LINENO"; then :
14761 ac_cv_asm_func_def=".type @function"
14762 else
14763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14764 /* end confdefs.h. */
14767 main ()
14769 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14771 return 0;
14773 _ACEOF
14774 if ac_fn_c_try_link "$LINENO"; then :
14775 ac_cv_asm_func_def=".type 2"
14776 else
14777 ac_cv_asm_func_def="unknown"
14779 rm -f core conftest.err conftest.$ac_objext \
14780 conftest$ac_exeext conftest.$ac_ext
14782 rm -f core conftest.err conftest.$ac_objext \
14783 conftest$ac_exeext conftest.$ac_ext
14785 rm -f core conftest.err conftest.$ac_objext \
14786 conftest$ac_exeext conftest.$ac_ext
14788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14789 $as_echo "$ac_cv_asm_func_def" >&6; }
14792 case "$ac_cv_asm_func_def" in
14793 ".def")
14794 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14796 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14797 ".type @function")
14798 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14800 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14801 ".type 2")
14802 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14804 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14806 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14808 asm_func_header="" ;;
14809 esac
14811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14812 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14813 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14814 $as_echo_n "(cached) " >&6
14815 else
14816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14817 /* end confdefs.h. */
14818 asm(".text\n\t.long 0");
14820 main ()
14824 return 0;
14826 _ACEOF
14827 if ac_fn_c_try_compile "$LINENO"; then :
14828 ac_cv_c_asm_outside_funcs="yes"
14829 else
14830 ac_cv_c_asm_outside_funcs="no"
14832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14835 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14838 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14839 if ${ac_cv_c_dot_previous+:} false; then :
14840 $as_echo_n "(cached) " >&6
14841 else
14842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14843 /* end confdefs.h. */
14846 main ()
14848 asm(".text\nac_test:\t.long 0\n\t.previous");
14850 return 0;
14852 _ACEOF
14853 if ac_fn_c_try_link "$LINENO"; then :
14854 ac_cv_c_dot_previous="yes"
14855 else
14856 ac_cv_c_dot_previous="no"
14858 rm -f core conftest.err conftest.$ac_objext \
14859 conftest$ac_exeext conftest.$ac_ext
14861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14862 $as_echo "$ac_cv_c_dot_previous" >&6; }
14864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14865 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14866 if ${ac_cv_c_cfi_support+:} false; then :
14867 $as_echo_n "(cached) " >&6
14868 else
14869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14870 /* end confdefs.h. */
14871 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14873 main ()
14877 return 0;
14879 _ACEOF
14880 if ac_fn_c_try_compile "$LINENO"; then :
14881 ac_cv_c_cfi_support="yes"
14882 else
14883 ac_cv_c_cfi_support="no"
14885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14888 $as_echo "$ac_cv_c_cfi_support" >&6; }
14890 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14891 asm_func_trailer=""
14892 if test "$ac_cv_c_dot_previous" = "yes"
14893 then
14894 asm_func_trailer="\\n\\t.previous"
14896 if test "$ac_cv_c_cfi_support" = "yes"
14897 then
14898 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14899 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14901 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14903 UNWINDFLAGS=-fasynchronous-unwind-tables
14905 else
14906 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14908 if test "x$enable_win64" = "xyes"
14909 then
14910 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14914 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14917 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14918 then
14919 cat >>confdefs.h <<_ACEOF
14920 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14921 _ACEOF
14923 else
14924 cat >>confdefs.h <<_ACEOF
14925 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14926 _ACEOF
14930 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14933 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14937 case $build_os in
14938 cygwin*|mingw32*) TOOLSEXT=".exe"
14940 esac
14942 case $host_os in
14943 linux-android*) ;;
14944 linux*)
14945 case $host_cpu in
14946 *i[3456789]86*|x86_64*)
14947 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14948 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
14950 esac
14952 esac
14955 ac_save_CFLAGS="$CFLAGS"
14956 CFLAGS="$CFLAGS $BUILTINFLAG"
14957 for ac_func in \
14958 __res_get_state \
14959 __res_getservers \
14960 _finite \
14961 _isnan \
14962 _pclose \
14963 _popen \
14964 _snprintf \
14965 _spawnvp \
14966 _strdup \
14967 _stricmp \
14968 _strnicmp \
14969 _strtoi64 \
14970 _strtoui64 \
14971 _vsnprintf \
14972 asctime_r \
14973 chsize \
14974 dlopen \
14975 epoll_create \
14976 ffs \
14977 finitef \
14978 fnmatch \
14979 fork \
14980 fpclass \
14981 fstatfs \
14982 fstatvfs \
14983 ftruncate \
14984 futimens \
14985 futimes \
14986 futimesat \
14987 getattrlist \
14988 getdirentries \
14989 getopt_long_only \
14990 getpwuid \
14991 gettimeofday \
14992 getuid \
14993 if_nameindex \
14994 isnanf \
14995 kqueue \
14996 lstat \
14997 memmove \
14998 mmap \
14999 pclose \
15000 pipe2 \
15001 poll \
15002 popen \
15003 port_create \
15004 prctl \
15005 pread \
15006 proc_pidinfo \
15007 pwrite \
15008 readdir \
15009 readlink \
15010 sched_yield \
15011 select \
15012 setproctitle \
15013 setrlimit \
15014 settimeofday \
15015 sigaltstack \
15016 sigprocmask \
15017 snprintf \
15018 statfs \
15019 statvfs \
15020 strcasecmp \
15021 strdup \
15022 strerror \
15023 strncasecmp \
15024 strtold \
15025 strtoll \
15026 strtoull \
15027 symlink \
15028 tcdrain \
15029 thr_kill2 \
15030 timegm \
15031 usleep \
15032 vsnprintf
15034 do :
15035 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15036 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15037 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15038 cat >>confdefs.h <<_ACEOF
15039 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15040 _ACEOF
15043 done
15045 CFLAGS="$ac_save_CFLAGS"
15047 if test "$ac_cv_func_dlopen" = no
15048 then
15049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15050 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15051 if ${ac_cv_lib_dl_dlopen+:} false; then :
15052 $as_echo_n "(cached) " >&6
15053 else
15054 ac_check_lib_save_LIBS=$LIBS
15055 LIBS="-ldl $LIBS"
15056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15057 /* end confdefs.h. */
15059 /* Override any GCC internal prototype to avoid an error.
15060 Use char because int might match the return type of a GCC
15061 builtin and then its argument prototype would still apply. */
15062 #ifdef __cplusplus
15063 extern "C"
15064 #endif
15065 char dlopen ();
15067 main ()
15069 return dlopen ();
15071 return 0;
15073 _ACEOF
15074 if ac_fn_c_try_link "$LINENO"; then :
15075 ac_cv_lib_dl_dlopen=yes
15076 else
15077 ac_cv_lib_dl_dlopen=no
15079 rm -f core conftest.err conftest.$ac_objext \
15080 conftest$ac_exeext conftest.$ac_ext
15081 LIBS=$ac_check_lib_save_LIBS
15083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15084 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15085 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15086 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15087 DL_LIBS="-ldl"
15092 ac_wine_check_funcs_save_LIBS="$LIBS"
15093 LIBS="$LIBS $DL_LIBS"
15094 for ac_func in dladdr
15095 do :
15096 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15097 if test "x$ac_cv_func_dladdr" = xyes; then :
15098 cat >>confdefs.h <<_ACEOF
15099 #define HAVE_DLADDR 1
15100 _ACEOF
15103 done
15105 LIBS="$ac_wine_check_funcs_save_LIBS"
15107 if test "$ac_cv_func_poll" = no
15108 then
15109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15110 $as_echo_n "checking for poll in -lpoll... " >&6; }
15111 if ${ac_cv_lib_poll_poll+:} false; then :
15112 $as_echo_n "(cached) " >&6
15113 else
15114 ac_check_lib_save_LIBS=$LIBS
15115 LIBS="-lpoll $LIBS"
15116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15117 /* end confdefs.h. */
15119 /* Override any GCC internal prototype to avoid an error.
15120 Use char because int might match the return type of a GCC
15121 builtin and then its argument prototype would still apply. */
15122 #ifdef __cplusplus
15123 extern "C"
15124 #endif
15125 char poll ();
15127 main ()
15129 return poll ();
15131 return 0;
15133 _ACEOF
15134 if ac_fn_c_try_link "$LINENO"; then :
15135 ac_cv_lib_poll_poll=yes
15136 else
15137 ac_cv_lib_poll_poll=no
15139 rm -f core conftest.err conftest.$ac_objext \
15140 conftest$ac_exeext conftest.$ac_ext
15141 LIBS=$ac_check_lib_save_LIBS
15143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15144 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15145 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15146 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15147 POLL_LIBS="-lpoll"
15153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15154 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15155 if ${ac_cv_search_gethostbyname+:} false; then :
15156 $as_echo_n "(cached) " >&6
15157 else
15158 ac_func_search_save_LIBS=$LIBS
15159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15160 /* end confdefs.h. */
15162 /* Override any GCC internal prototype to avoid an error.
15163 Use char because int might match the return type of a GCC
15164 builtin and then its argument prototype would still apply. */
15165 #ifdef __cplusplus
15166 extern "C"
15167 #endif
15168 char gethostbyname ();
15170 main ()
15172 return gethostbyname ();
15174 return 0;
15176 _ACEOF
15177 for ac_lib in '' nsl; do
15178 if test -z "$ac_lib"; then
15179 ac_res="none required"
15180 else
15181 ac_res=-l$ac_lib
15182 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15184 if ac_fn_c_try_link "$LINENO"; then :
15185 ac_cv_search_gethostbyname=$ac_res
15187 rm -f core conftest.err conftest.$ac_objext \
15188 conftest$ac_exeext
15189 if ${ac_cv_search_gethostbyname+:} false; then :
15190 break
15192 done
15193 if ${ac_cv_search_gethostbyname+:} false; then :
15195 else
15196 ac_cv_search_gethostbyname=no
15198 rm conftest.$ac_ext
15199 LIBS=$ac_func_search_save_LIBS
15201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15202 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15203 ac_res=$ac_cv_search_gethostbyname
15204 if test "$ac_res" != no; then :
15205 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15211 $as_echo_n "checking for library containing connect... " >&6; }
15212 if ${ac_cv_search_connect+:} false; then :
15213 $as_echo_n "(cached) " >&6
15214 else
15215 ac_func_search_save_LIBS=$LIBS
15216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15217 /* end confdefs.h. */
15219 /* Override any GCC internal prototype to avoid an error.
15220 Use char because int might match the return type of a GCC
15221 builtin and then its argument prototype would still apply. */
15222 #ifdef __cplusplus
15223 extern "C"
15224 #endif
15225 char connect ();
15227 main ()
15229 return connect ();
15231 return 0;
15233 _ACEOF
15234 for ac_lib in '' socket; do
15235 if test -z "$ac_lib"; then
15236 ac_res="none required"
15237 else
15238 ac_res=-l$ac_lib
15239 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15241 if ac_fn_c_try_link "$LINENO"; then :
15242 ac_cv_search_connect=$ac_res
15244 rm -f core conftest.err conftest.$ac_objext \
15245 conftest$ac_exeext
15246 if ${ac_cv_search_connect+:} false; then :
15247 break
15249 done
15250 if ${ac_cv_search_connect+:} false; then :
15252 else
15253 ac_cv_search_connect=no
15255 rm conftest.$ac_ext
15256 LIBS=$ac_func_search_save_LIBS
15258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15259 $as_echo "$ac_cv_search_connect" >&6; }
15260 ac_res=$ac_cv_search_connect
15261 if test "$ac_res" != no; then :
15262 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15268 $as_echo_n "checking for library containing inet_aton... " >&6; }
15269 if ${ac_cv_search_inet_aton+:} false; then :
15270 $as_echo_n "(cached) " >&6
15271 else
15272 ac_func_search_save_LIBS=$LIBS
15273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15274 /* end confdefs.h. */
15276 /* Override any GCC internal prototype to avoid an error.
15277 Use char because int might match the return type of a GCC
15278 builtin and then its argument prototype would still apply. */
15279 #ifdef __cplusplus
15280 extern "C"
15281 #endif
15282 char inet_aton ();
15284 main ()
15286 return inet_aton ();
15288 return 0;
15290 _ACEOF
15291 for ac_lib in '' resolv; do
15292 if test -z "$ac_lib"; then
15293 ac_res="none required"
15294 else
15295 ac_res=-l$ac_lib
15296 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15298 if ac_fn_c_try_link "$LINENO"; then :
15299 ac_cv_search_inet_aton=$ac_res
15301 rm -f core conftest.err conftest.$ac_objext \
15302 conftest$ac_exeext
15303 if ${ac_cv_search_inet_aton+:} false; then :
15304 break
15306 done
15307 if ${ac_cv_search_inet_aton+:} false; then :
15309 else
15310 ac_cv_search_inet_aton=no
15312 rm conftest.$ac_ext
15313 LIBS=$ac_func_search_save_LIBS
15315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15316 $as_echo "$ac_cv_search_inet_aton" >&6; }
15317 ac_res=$ac_cv_search_inet_aton
15318 if test "$ac_res" != no; then :
15319 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15324 for ac_func in \
15325 getaddrinfo \
15326 getnameinfo \
15327 getnetbyname \
15328 getprotobyname \
15329 getprotobynumber \
15330 getservbyport \
15331 inet_addr \
15332 inet_network \
15333 inet_ntop \
15334 inet_pton \
15335 sendmsg \
15336 socketpair \
15338 do :
15339 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15340 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15341 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15342 cat >>confdefs.h <<_ACEOF
15343 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15344 _ACEOF
15347 done
15350 ac_save_LIBS=$LIBS
15351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15352 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15353 if ${ac_cv_search_clock_gettime+:} false; then :
15354 $as_echo_n "(cached) " >&6
15355 else
15356 ac_func_search_save_LIBS=$LIBS
15357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15358 /* end confdefs.h. */
15360 /* Override any GCC internal prototype to avoid an error.
15361 Use char because int might match the return type of a GCC
15362 builtin and then its argument prototype would still apply. */
15363 #ifdef __cplusplus
15364 extern "C"
15365 #endif
15366 char clock_gettime ();
15368 main ()
15370 return clock_gettime ();
15372 return 0;
15374 _ACEOF
15375 for ac_lib in '' rt; do
15376 if test -z "$ac_lib"; then
15377 ac_res="none required"
15378 else
15379 ac_res=-l$ac_lib
15380 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15382 if ac_fn_c_try_link "$LINENO"; then :
15383 ac_cv_search_clock_gettime=$ac_res
15385 rm -f core conftest.err conftest.$ac_objext \
15386 conftest$ac_exeext
15387 if ${ac_cv_search_clock_gettime+:} false; then :
15388 break
15390 done
15391 if ${ac_cv_search_clock_gettime+:} false; then :
15393 else
15394 ac_cv_search_clock_gettime=no
15396 rm conftest.$ac_ext
15397 LIBS=$ac_func_search_save_LIBS
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15400 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15401 ac_res=$ac_cv_search_clock_gettime
15402 if test "$ac_res" != no; then :
15403 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15405 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15407 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15411 LIBS=$ac_save_LIBS
15413 LDAP_LIBS=""
15415 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15416 then
15417 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15419 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15421 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15422 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15423 $as_echo_n "(cached) " >&6
15424 else
15425 ac_check_lib_save_LIBS=$LIBS
15426 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15428 /* end confdefs.h. */
15430 /* Override any GCC internal prototype to avoid an error.
15431 Use char because int might match the return type of a GCC
15432 builtin and then its argument prototype would still apply. */
15433 #ifdef __cplusplus
15434 extern "C"
15435 #endif
15436 char ldap_initialize ();
15438 main ()
15440 return ldap_initialize ();
15442 return 0;
15444 _ACEOF
15445 if ac_fn_c_try_link "$LINENO"; then :
15446 ac_cv_lib_ldap_r_ldap_initialize=yes
15447 else
15448 ac_cv_lib_ldap_r_ldap_initialize=no
15450 rm -f core conftest.err conftest.$ac_objext \
15451 conftest$ac_exeext conftest.$ac_ext
15452 LIBS=$ac_check_lib_save_LIBS
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15455 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15456 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15458 $as_echo_n "checking for ber_init in -llber... " >&6; }
15459 if ${ac_cv_lib_lber_ber_init+:} false; then :
15460 $as_echo_n "(cached) " >&6
15461 else
15462 ac_check_lib_save_LIBS=$LIBS
15463 LIBS="-llber $PTHREAD_LIBS $LIBS"
15464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15465 /* end confdefs.h. */
15467 /* Override any GCC internal prototype to avoid an error.
15468 Use char because int might match the return type of a GCC
15469 builtin and then its argument prototype would still apply. */
15470 #ifdef __cplusplus
15471 extern "C"
15472 #endif
15473 char ber_init ();
15475 main ()
15477 return ber_init ();
15479 return 0;
15481 _ACEOF
15482 if ac_fn_c_try_link "$LINENO"; then :
15483 ac_cv_lib_lber_ber_init=yes
15484 else
15485 ac_cv_lib_lber_ber_init=no
15487 rm -f core conftest.err conftest.$ac_objext \
15488 conftest$ac_exeext conftest.$ac_ext
15489 LIBS=$ac_check_lib_save_LIBS
15491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15492 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15493 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15495 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15497 LDAP_LIBS="-lldap_r -llber"
15504 ac_wine_check_funcs_save_LIBS="$LIBS"
15505 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15506 for ac_func in \
15507 ldap_count_references \
15508 ldap_first_reference \
15509 ldap_next_reference \
15510 ldap_parse_reference \
15511 ldap_parse_sort_control \
15512 ldap_parse_sortresponse_control \
15513 ldap_parse_vlv_control \
15514 ldap_parse_vlvresponse_control
15515 do :
15516 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15517 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15518 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15519 cat >>confdefs.h <<_ACEOF
15520 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15521 _ACEOF
15524 done
15526 LIBS="$ac_wine_check_funcs_save_LIBS"
15528 if test "x$LDAP_LIBS" = "x"; then :
15529 case "x$with_ldap" in
15530 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15531 xno) ;;
15532 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15533 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15534 esac
15537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15538 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15539 if ${wine_cv_one_arg_mkdir+:} false; then :
15540 $as_echo_n "(cached) " >&6
15541 else
15542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15543 /* end confdefs.h. */
15544 #include <sys/stat.h>
15546 main ()
15548 mkdir("foo");
15550 return 0;
15552 _ACEOF
15553 if ac_fn_c_try_compile "$LINENO"; then :
15554 wine_cv_one_arg_mkdir=yes
15555 else
15556 wine_cv_one_arg_mkdir=no
15558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15561 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15562 if test "$wine_cv_one_arg_mkdir" = "yes"
15563 then
15565 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15570 $as_echo_n "checking for sched_setaffinity... " >&6; }
15571 if ${wine_cv_have_sched_setaffinity+:} false; then :
15572 $as_echo_n "(cached) " >&6
15573 else
15574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15575 /* end confdefs.h. */
15576 #define _GNU_SOURCE
15577 #include <sched.h>
15579 main ()
15581 sched_setaffinity(0, 0, 0);
15583 return 0;
15585 _ACEOF
15586 if ac_fn_c_try_link "$LINENO"; then :
15587 wine_cv_have_sched_setaffinity=yes
15588 else
15589 wine_cv_have_sched_setaffinity=no
15591 rm -f core conftest.err conftest.$ac_objext \
15592 conftest$ac_exeext conftest.$ac_ext
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15595 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15596 if test "$wine_cv_have_sched_setaffinity" = "yes"
15597 then
15599 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15604 $as_echo_n "checking for fallocate... " >&6; }
15605 if ${wine_cv_have_fallocate+:} false; then :
15606 $as_echo_n "(cached) " >&6
15607 else
15608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15609 /* end confdefs.h. */
15610 #define _GNU_SOURCE
15611 #include <fcntl.h>
15613 main ()
15615 fallocate(-1, 0, 0, 0);
15617 return 0;
15619 _ACEOF
15620 if ac_fn_c_try_link "$LINENO"; then :
15621 wine_cv_have_fallocate=yes
15622 else
15623 wine_cv_have_fallocate=no
15625 rm -f core conftest.err conftest.$ac_objext \
15626 conftest$ac_exeext conftest.$ac_ext
15628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15629 $as_echo "$wine_cv_have_fallocate" >&6; }
15630 if test "$wine_cv_have_fallocate" = "yes"
15631 then
15633 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15639 $as_echo_n "checking for inline... " >&6; }
15640 if ${ac_cv_c_inline+:} false; then :
15641 $as_echo_n "(cached) " >&6
15642 else
15643 ac_cv_c_inline=no
15644 for ac_kw in inline __inline__ __inline; do
15645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15646 /* end confdefs.h. */
15647 #ifndef __cplusplus
15648 typedef int foo_t;
15649 static $ac_kw foo_t static_foo () {return 0; }
15650 $ac_kw foo_t foo () {return 0; }
15651 #endif
15653 _ACEOF
15654 if ac_fn_c_try_compile "$LINENO"; then :
15655 ac_cv_c_inline=$ac_kw
15657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15658 test "$ac_cv_c_inline" != no && break
15659 done
15662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15663 $as_echo "$ac_cv_c_inline" >&6; }
15665 case $ac_cv_c_inline in
15666 inline | yes) ;;
15668 case $ac_cv_c_inline in
15669 no) ac_val=;;
15670 *) ac_val=$ac_cv_c_inline;;
15671 esac
15672 cat >>confdefs.h <<_ACEOF
15673 #ifndef __cplusplus
15674 #define inline $ac_val
15675 #endif
15676 _ACEOF
15678 esac
15680 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15681 if test "x$ac_cv_type_mode_t" = xyes; then :
15683 cat >>confdefs.h <<_ACEOF
15684 #define HAVE_MODE_T 1
15685 _ACEOF
15689 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15690 if test "x$ac_cv_type_off_t" = xyes; then :
15692 cat >>confdefs.h <<_ACEOF
15693 #define HAVE_OFF_T 1
15694 _ACEOF
15698 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15699 if test "x$ac_cv_type_pid_t" = xyes; then :
15701 cat >>confdefs.h <<_ACEOF
15702 #define HAVE_PID_T 1
15703 _ACEOF
15707 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15708 if test "x$ac_cv_type_size_t" = xyes; then :
15710 cat >>confdefs.h <<_ACEOF
15711 #define HAVE_SIZE_T 1
15712 _ACEOF
15716 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15717 if test "x$ac_cv_type_ssize_t" = xyes; then :
15719 cat >>confdefs.h <<_ACEOF
15720 #define HAVE_SSIZE_T 1
15721 _ACEOF
15725 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15726 if test "x$ac_cv_type_long_long" = xyes; then :
15728 cat >>confdefs.h <<_ACEOF
15729 #define HAVE_LONG_LONG 1
15730 _ACEOF
15734 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15735 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15737 cat >>confdefs.h <<_ACEOF
15738 #define HAVE_FSBLKCNT_T 1
15739 _ACEOF
15743 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15744 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15746 cat >>confdefs.h <<_ACEOF
15747 #define HAVE_FSFILCNT_T 1
15748 _ACEOF
15753 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15754 #include <signal.h>
15756 if test "x$ac_cv_type_sigset_t" = xyes; then :
15758 cat >>confdefs.h <<_ACEOF
15759 #define HAVE_SIGSET_T 1
15760 _ACEOF
15765 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15767 if test "x$ac_cv_type_request_sense" = xyes; then :
15769 cat >>confdefs.h <<_ACEOF
15770 #define HAVE_REQUEST_SENSE 1
15771 _ACEOF
15777 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15778 #ifdef HAVE_SYS_SOCKET_H
15779 #include <sys/socket.h>
15780 #endif
15781 #ifdef HAVE_SYS_SOCKETVAR_H
15782 #include <sys/socketvar.h>
15783 #endif
15784 #ifdef HAVE_NET_ROUTE_H
15785 #include <net/route.h>
15786 #endif
15787 #ifdef HAVE_NETINET_IN_H
15788 #include <netinet/in.h>
15789 #endif
15790 #ifdef HAVE_NETINET_IN_SYSTM_H
15791 #include <netinet/in_systm.h>
15792 #endif
15793 #ifdef HAVE_NETINET_IP_H
15794 #include <netinet/ip.h>
15795 #endif
15796 #ifdef HAVE_NETINET_IN_PCB_H
15797 #include <netinet/in_pcb.h>
15798 #endif
15800 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15802 cat >>confdefs.h <<_ACEOF
15803 #define HAVE_STRUCT_XINPGEN 1
15804 _ACEOF
15810 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15811 #include <link.h>
15812 #endif
15813 #ifdef HAVE_SYS_LINK_H
15814 #include <sys/link.h>
15815 #endif
15817 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15819 cat >>confdefs.h <<_ACEOF
15820 #define HAVE_STRUCT_R_DEBUG 1
15821 _ACEOF
15825 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15826 #include <link.h>
15827 #endif
15828 #ifdef HAVE_SYS_LINK_H
15829 #include <sys/link.h>
15830 #endif
15832 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15834 cat >>confdefs.h <<_ACEOF
15835 #define HAVE_STRUCT_LINK_MAP 1
15836 _ACEOF
15842 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15843 #include <linux/input.h>
15844 #endif
15846 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15848 cat >>confdefs.h <<_ACEOF
15849 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15850 _ACEOF
15856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15857 $as_echo_n "checking for sigaddset... " >&6; }
15858 if ${wine_cv_have_sigaddset+:} false; then :
15859 $as_echo_n "(cached) " >&6
15860 else
15861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15862 /* end confdefs.h. */
15863 #include <signal.h>
15865 main ()
15867 sigset_t set; sigaddset(&set,SIGTERM);
15869 return 0;
15871 _ACEOF
15872 if ac_fn_c_try_link "$LINENO"; then :
15873 wine_cv_have_sigaddset=yes
15874 else
15875 wine_cv_have_sigaddset=no
15877 rm -f core conftest.err conftest.$ac_objext \
15878 conftest$ac_exeext conftest.$ac_ext
15880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15881 $as_echo "$wine_cv_have_sigaddset" >&6; }
15882 if test "$wine_cv_have_sigaddset" = "yes"
15883 then
15885 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15891 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15892 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15893 $as_echo_n "(cached) " >&6
15894 else
15895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15896 /* end confdefs.h. */
15897 #include <netdb.h>
15899 main ()
15902 char *name=0;
15903 struct hostent he;
15904 struct hostent *result;
15905 char *buf=0;
15906 int bufsize=0;
15907 int errnr;
15908 char *addr=0;
15909 int addrlen=0;
15910 int addrtype=0;
15911 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15912 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15915 return 0;
15917 _ACEOF
15918 if ac_fn_c_try_link "$LINENO"; then :
15919 wine_cv_linux_gethostbyname_r_6=yes
15920 else
15921 wine_cv_linux_gethostbyname_r_6=no
15924 rm -f core conftest.err conftest.$ac_objext \
15925 conftest$ac_exeext conftest.$ac_ext
15928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15929 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15930 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15931 then
15933 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15937 if test "$ac_cv_header_linux_joystick_h" = "yes"
15938 then
15939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15940 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15941 if ${wine_cv_linux_joystick_22_api+:} false; then :
15942 $as_echo_n "(cached) " >&6
15943 else
15944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15945 /* end confdefs.h. */
15947 #include <sys/ioctl.h>
15948 #include <sys/types.h>
15949 #include <linux/joystick.h>
15951 struct js_event blub;
15952 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15953 #error "no 2.2 header"
15954 #endif
15957 main ()
15959 /*empty*/
15961 return 0;
15963 _ACEOF
15964 if ac_fn_c_try_compile "$LINENO"; then :
15965 wine_cv_linux_joystick_22_api=yes
15966 else
15967 wine_cv_linux_joystick_22_api=no
15969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15973 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15974 if test "$wine_cv_linux_joystick_22_api" = "yes"
15975 then
15977 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15983 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15984 #ifdef HAVE_SYS_PARAM_H
15985 # include <sys/param.h>
15986 #endif
15987 #ifdef HAVE_SYS_MOUNT_H
15988 # include <sys/mount.h>
15989 #endif
15990 #ifdef HAVE_SYS_VFS_H
15991 # include <sys/vfs.h>
15992 #endif
15993 #ifdef HAVE_SYS_STATFS_H
15994 # include <sys/statfs.h>
15995 #endif
15997 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15999 cat >>confdefs.h <<_ACEOF
16000 #define HAVE_STRUCT_STATFS_F_BFREE 1
16001 _ACEOF
16005 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16006 #ifdef HAVE_SYS_PARAM_H
16007 # include <sys/param.h>
16008 #endif
16009 #ifdef HAVE_SYS_MOUNT_H
16010 # include <sys/mount.h>
16011 #endif
16012 #ifdef HAVE_SYS_VFS_H
16013 # include <sys/vfs.h>
16014 #endif
16015 #ifdef HAVE_SYS_STATFS_H
16016 # include <sys/statfs.h>
16017 #endif
16019 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16021 cat >>confdefs.h <<_ACEOF
16022 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16023 _ACEOF
16027 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16028 #ifdef HAVE_SYS_PARAM_H
16029 # include <sys/param.h>
16030 #endif
16031 #ifdef HAVE_SYS_MOUNT_H
16032 # include <sys/mount.h>
16033 #endif
16034 #ifdef HAVE_SYS_VFS_H
16035 # include <sys/vfs.h>
16036 #endif
16037 #ifdef HAVE_SYS_STATFS_H
16038 # include <sys/statfs.h>
16039 #endif
16041 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16043 cat >>confdefs.h <<_ACEOF
16044 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16045 _ACEOF
16049 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16050 #ifdef HAVE_SYS_PARAM_H
16051 # include <sys/param.h>
16052 #endif
16053 #ifdef HAVE_SYS_MOUNT_H
16054 # include <sys/mount.h>
16055 #endif
16056 #ifdef HAVE_SYS_VFS_H
16057 # include <sys/vfs.h>
16058 #endif
16059 #ifdef HAVE_SYS_STATFS_H
16060 # include <sys/statfs.h>
16061 #endif
16063 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16065 cat >>confdefs.h <<_ACEOF
16066 #define HAVE_STRUCT_STATFS_F_FFREE 1
16067 _ACEOF
16071 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16072 #ifdef HAVE_SYS_PARAM_H
16073 # include <sys/param.h>
16074 #endif
16075 #ifdef HAVE_SYS_MOUNT_H
16076 # include <sys/mount.h>
16077 #endif
16078 #ifdef HAVE_SYS_VFS_H
16079 # include <sys/vfs.h>
16080 #endif
16081 #ifdef HAVE_SYS_STATFS_H
16082 # include <sys/statfs.h>
16083 #endif
16085 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16087 cat >>confdefs.h <<_ACEOF
16088 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16089 _ACEOF
16093 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16094 #ifdef HAVE_SYS_PARAM_H
16095 # include <sys/param.h>
16096 #endif
16097 #ifdef HAVE_SYS_MOUNT_H
16098 # include <sys/mount.h>
16099 #endif
16100 #ifdef HAVE_SYS_VFS_H
16101 # include <sys/vfs.h>
16102 #endif
16103 #ifdef HAVE_SYS_STATFS_H
16104 # include <sys/statfs.h>
16105 #endif
16107 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16109 cat >>confdefs.h <<_ACEOF
16110 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16111 _ACEOF
16117 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16118 #include <sys/statvfs.h>
16119 #endif
16121 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16123 cat >>confdefs.h <<_ACEOF
16124 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16125 _ACEOF
16131 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16132 #include <dirent.h>
16133 #endif
16135 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16137 cat >>confdefs.h <<_ACEOF
16138 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16139 _ACEOF
16145 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16146 #ifdef HAVE_SYS_SOCKET_H
16147 # include <sys/socket.h>
16148 #endif
16149 #ifdef HAVE_SYS_UN_H
16150 # include <sys/un.h>
16151 #endif
16153 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16155 cat >>confdefs.h <<_ACEOF
16156 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16157 _ACEOF
16161 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16162 #ifdef HAVE_SYS_SOCKET_H
16163 # include <sys/socket.h>
16164 #endif
16165 #ifdef HAVE_SYS_UN_H
16166 # include <sys/un.h>
16167 #endif
16169 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16171 cat >>confdefs.h <<_ACEOF
16172 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16173 _ACEOF
16177 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16178 #ifdef HAVE_SYS_SOCKET_H
16179 # include <sys/socket.h>
16180 #endif
16181 #ifdef HAVE_SYS_UN_H
16182 # include <sys/un.h>
16183 #endif
16185 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16187 cat >>confdefs.h <<_ACEOF
16188 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16189 _ACEOF
16195 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16196 #ifdef HAVE_SCSI_SG_H
16197 #include <scsi/sg.h>
16198 #endif
16200 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16202 cat >>confdefs.h <<_ACEOF
16203 #define HAVE_SCSIREQ_T_CMD 1
16204 _ACEOF
16208 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>
16209 #ifdef HAVE_SCSI_SG_H
16210 #include <scsi/sg.h>
16211 #endif
16213 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16215 cat >>confdefs.h <<_ACEOF
16216 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16217 _ACEOF
16223 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16225 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16227 cat >>confdefs.h <<_ACEOF
16228 #define HAVE_SIGINFO_T_SI_FD 1
16229 _ACEOF
16235 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16236 #ifdef HAVE_SYS_MTIO_H
16237 #include <sys/mtio.h>
16238 #endif
16240 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16242 cat >>confdefs.h <<_ACEOF
16243 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16244 _ACEOF
16248 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16249 #ifdef HAVE_SYS_MTIO_H
16250 #include <sys/mtio.h>
16251 #endif
16253 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16255 cat >>confdefs.h <<_ACEOF
16256 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16257 _ACEOF
16261 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16262 #ifdef HAVE_SYS_MTIO_H
16263 #include <sys/mtio.h>
16264 #endif
16266 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16268 cat >>confdefs.h <<_ACEOF
16269 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16270 _ACEOF
16276 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16277 #include <getopt.h>
16278 #endif
16280 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16282 cat >>confdefs.h <<_ACEOF
16283 #define HAVE_STRUCT_OPTION_NAME 1
16284 _ACEOF
16290 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16291 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16293 cat >>confdefs.h <<_ACEOF
16294 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16295 _ACEOF
16299 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16300 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16302 cat >>confdefs.h <<_ACEOF
16303 #define HAVE_STRUCT_STAT_ST_MTIM 1
16304 _ACEOF
16308 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16309 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16311 cat >>confdefs.h <<_ACEOF
16312 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16313 _ACEOF
16317 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16318 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16320 cat >>confdefs.h <<_ACEOF
16321 #define HAVE_STRUCT_STAT_ST_CTIM 1
16322 _ACEOF
16326 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16327 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16329 cat >>confdefs.h <<_ACEOF
16330 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16331 _ACEOF
16335 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16336 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16338 cat >>confdefs.h <<_ACEOF
16339 #define HAVE_STRUCT_STAT_ST_ATIM 1
16340 _ACEOF
16344 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16345 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16347 cat >>confdefs.h <<_ACEOF
16348 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16349 _ACEOF
16353 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16354 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16356 cat >>confdefs.h <<_ACEOF
16357 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16358 _ACEOF
16362 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16363 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16365 cat >>confdefs.h <<_ACEOF
16366 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16367 _ACEOF
16371 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16372 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16374 cat >>confdefs.h <<_ACEOF
16375 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16376 _ACEOF
16380 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16381 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16383 cat >>confdefs.h <<_ACEOF
16384 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16385 _ACEOF
16389 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16390 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16392 cat >>confdefs.h <<_ACEOF
16393 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16394 _ACEOF
16400 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
16401 #include <sys/types.h>
16402 #endif
16403 #ifdef HAVE_NETINET_IN_H
16404 #include <netinet/in.h>
16405 #endif
16407 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16409 cat >>confdefs.h <<_ACEOF
16410 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16411 _ACEOF
16417 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16418 #include <resolv.h>
16419 #endif
16421 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16423 cat >>confdefs.h <<_ACEOF
16424 #define HAVE_STRUCT___RES_STATE 1
16425 _ACEOF
16431 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
16432 #include <resolv.h>
16433 #endif
16435 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16437 cat >>confdefs.h <<_ACEOF
16438 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16439 _ACEOF
16445 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16446 #include <sys/types.h>
16447 #endif
16448 #ifdef HAVE_NETINET_IN_H
16449 # include <netinet/in.h>
16450 #endif
16451 #ifdef HAVE_ARPA_NAMESER_H
16452 # include <arpa/nameser.h>
16453 #endif
16455 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16457 cat >>confdefs.h <<_ACEOF
16458 #define HAVE_NS_MSG__MSG_PTR 1
16459 _ACEOF
16465 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16466 #include <sys/types.h>
16467 #endif
16468 #ifdef HAVE_NETINET_IP_H
16469 #include <netinet/ip.h>
16470 #endif
16471 #ifdef HAVE_NETINET_IP_ICMP_H
16472 #include <netinet/ip_icmp.h>
16473 #endif
16474 #ifdef HAVE_NETINET_ICMP_VAR_H
16475 #include <netinet/icmp_var.h>
16476 #endif
16478 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16480 cat >>confdefs.h <<_ACEOF
16481 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16482 _ACEOF
16488 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16489 #include <sys/types.h>
16490 #endif
16491 #ifdef HAVE_ALIAS_H
16492 #include <alias.h>
16493 #endif
16494 #ifdef HAVE_SYS_SOCKET_H
16495 #include <sys/socket.h>
16496 #endif
16497 #ifdef HAVE_SYS_SOCKETVAR_H
16498 #include <sys/socketvar.h>
16499 #endif
16500 #ifdef HAVE_SYS_TIMEOUT_H
16501 #include <sys/timeout.h>
16502 #endif
16503 #ifdef HAVE_NETINET_IN_H
16504 #include <netinet/in.h>
16505 #endif
16506 #ifdef HAVE_NETINET_IN_SYSTM_H
16507 #include <netinet/in_systm.h>
16508 #endif
16509 #ifdef HAVE_NETINET_IP_H
16510 #include <netinet/ip.h>
16511 #endif
16512 #ifdef HAVE_NETINET_IP_VAR_H
16513 #include <netinet/ip_var.h>
16514 #endif
16515 #ifdef HAVE_NETINET_IP_ICMP_H
16516 #include <netinet/ip_icmp.h>
16517 #endif
16518 #ifdef HAVE_NETINET_ICMP_VAR_H
16519 #include <netinet/icmp_var.h>
16520 #endif
16522 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16524 cat >>confdefs.h <<_ACEOF
16525 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16526 _ACEOF
16532 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16533 #include <sys/types.h>
16534 #endif
16535 #ifdef HAVE_SYS_SOCKETVAR_H
16536 #include <sys/socketvar.h>
16537 #endif
16538 #ifdef HAVE_NETINET_IN_H
16539 #include <netinet/in.h>
16540 #endif
16541 #ifdef HAVE_NETINET_IP_VAR_H
16542 #include <netinet/ip_var.h>
16543 #endif
16545 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16547 cat >>confdefs.h <<_ACEOF
16548 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16549 _ACEOF
16555 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
16556 #include <netinet/ip_var.h>
16557 #endif
16559 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16561 cat >>confdefs.h <<_ACEOF
16562 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16563 _ACEOF
16569 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16570 #include <sys/types.h>
16571 #endif
16572 #ifdef HAVE_SYS_SOCKETVAR_H
16573 #include <sys/socketvar.h>
16574 #endif
16575 #ifdef HAVE_NETINET_IN_H
16576 #include <netinet/in.h>
16577 #endif
16578 #ifdef HAVE_NETINET_TCP_H
16579 #include <netinet/tcp.h>
16580 #endif
16581 #ifdef HAVE_NETINET_TCP_VAR_H
16582 #include <netinet/tcp_var.h>
16583 #endif
16585 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16587 cat >>confdefs.h <<_ACEOF
16588 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16589 _ACEOF
16595 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
16596 #include <netinet/tcp_var.h>
16597 #endif
16599 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16601 cat >>confdefs.h <<_ACEOF
16602 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16603 _ACEOF
16609 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16610 #include <sys/types.h>
16611 #endif
16612 #ifdef HAVE_NETINET_IN_H
16613 #include <netinet/in.h>
16614 #endif
16615 #ifdef HAVE_NETINET_IP_VAR_H
16616 #include <netinet/ip_var.h>
16617 #endif
16618 #ifdef HAVE_NETINET_UDP_H
16619 #include <netinet/udp.h>
16620 #endif
16621 #ifdef HAVE_NETINET_UDP_VAR_H
16622 #include <netinet/udp_var.h>
16623 #endif
16625 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16627 cat >>confdefs.h <<_ACEOF
16628 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16629 _ACEOF
16635 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16636 #include <sys/types.h>
16637 #endif
16638 #ifdef HAVE_NET_IF_H
16639 # include <net/if.h>
16640 #endif
16642 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16644 cat >>confdefs.h <<_ACEOF
16645 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16646 _ACEOF
16652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16653 $as_echo_n "checking for timezone variable... " >&6; }
16654 if ${ac_cv_have_timezone+:} false; then :
16655 $as_echo_n "(cached) " >&6
16656 else
16657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16658 /* end confdefs.h. */
16659 #include <time.h>
16661 main ()
16663 timezone = 1
16665 return 0;
16667 _ACEOF
16668 if ac_fn_c_try_link "$LINENO"; then :
16669 ac_cv_have_timezone="yes"
16670 else
16671 ac_cv_have_timezone="no"
16673 rm -f core conftest.err conftest.$ac_objext \
16674 conftest$ac_exeext conftest.$ac_ext
16676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16677 $as_echo "$ac_cv_have_timezone" >&6; }
16678 if test "$ac_cv_have_timezone" = "yes"
16679 then
16681 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16685 $as_echo_n "checking for daylight variable... " >&6; }
16686 if ${ac_cv_have_daylight+:} false; then :
16687 $as_echo_n "(cached) " >&6
16688 else
16689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16690 /* end confdefs.h. */
16691 #include <time.h>
16693 main ()
16695 daylight = 1
16697 return 0;
16699 _ACEOF
16700 if ac_fn_c_try_link "$LINENO"; then :
16701 ac_cv_have_daylight="yes"
16702 else
16703 ac_cv_have_daylight="no"
16705 rm -f core conftest.err conftest.$ac_objext \
16706 conftest$ac_exeext conftest.$ac_ext
16708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16709 $as_echo "$ac_cv_have_daylight" >&6; }
16710 if test "$ac_cv_have_daylight" = "yes"
16711 then
16713 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16717 ac_save_LIBS="$LIBS"
16718 LIBS="$LIBS -lm"
16719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16720 $as_echo_n "checking for isfinite... " >&6; }
16721 if ${ac_cv_have_isfinite+:} false; then :
16722 $as_echo_n "(cached) " >&6
16723 else
16724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16725 /* end confdefs.h. */
16726 #define _GNU_SOURCE
16727 #include <math.h>
16729 main ()
16731 float f = 0.0; return isfinite(f)
16733 return 0;
16735 _ACEOF
16736 if ac_fn_c_try_link "$LINENO"; then :
16737 ac_cv_have_isfinite="yes"
16738 else
16739 ac_cv_have_isfinite="no"
16741 rm -f core conftest.err conftest.$ac_objext \
16742 conftest$ac_exeext conftest.$ac_ext
16744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16745 $as_echo "$ac_cv_have_isfinite" >&6; }
16746 if test "$ac_cv_have_isfinite" = "yes"
16747 then
16749 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16754 $as_echo_n "checking for isinf... " >&6; }
16755 if ${ac_cv_have_isinf+:} false; then :
16756 $as_echo_n "(cached) " >&6
16757 else
16758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16759 /* end confdefs.h. */
16760 #include <math.h>
16762 main ()
16764 float f = 0.0; return isinf(f)
16766 return 0;
16768 _ACEOF
16769 if ac_fn_c_try_link "$LINENO"; then :
16770 ac_cv_have_isinf="yes"
16771 else
16772 ac_cv_have_isinf="no"
16774 rm -f core conftest.err conftest.$ac_objext \
16775 conftest$ac_exeext conftest.$ac_ext
16777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16778 $as_echo "$ac_cv_have_isinf" >&6; }
16779 if test "$ac_cv_have_isinf" = "yes"
16780 then
16782 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16787 $as_echo_n "checking for isnan... " >&6; }
16788 if ${ac_cv_have_isnan+:} false; then :
16789 $as_echo_n "(cached) " >&6
16790 else
16791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16792 /* end confdefs.h. */
16793 #include <math.h>
16795 main ()
16797 float f = 0.0; return isnan(f)
16799 return 0;
16801 _ACEOF
16802 if ac_fn_c_try_link "$LINENO"; then :
16803 ac_cv_have_isnan="yes"
16804 else
16805 ac_cv_have_isnan="no"
16807 rm -f core conftest.err conftest.$ac_objext \
16808 conftest$ac_exeext conftest.$ac_ext
16810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16811 $as_echo "$ac_cv_have_isnan" >&6; }
16812 if test "$ac_cv_have_isnan" = "yes"
16813 then
16815 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16819 for ac_func in \
16820 cbrt \
16821 cbrtf \
16822 erf \
16823 erff \
16824 exp2 \
16825 exp2f \
16826 llrint \
16827 llrintf \
16828 llround \
16829 llroundf \
16830 log2 \
16831 log2f \
16832 lrint \
16833 lrintf \
16834 lround \
16835 lroundf \
16836 rint \
16837 rintf \
16838 round \
16839 roundf \
16840 trunc \
16841 truncf
16843 do :
16844 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16845 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16846 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16847 cat >>confdefs.h <<_ACEOF
16848 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16849 _ACEOF
16852 done
16854 LIBS="$ac_save_LIBS"
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16857 $as_echo_n "checking for __builtin_clz... " >&6; }
16858 if ${ac_cv_have___builtin_clz+:} false; then :
16859 $as_echo_n "(cached) " >&6
16860 else
16861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16862 /* end confdefs.h. */
16865 main ()
16867 return __builtin_clz(1)
16869 return 0;
16871 _ACEOF
16872 if ac_fn_c_try_link "$LINENO"; then :
16873 ac_cv_have___builtin_clz="yes"
16874 else
16875 ac_cv_have___builtin_clz="no"
16877 rm -f core conftest.err conftest.$ac_objext \
16878 conftest$ac_exeext conftest.$ac_ext
16880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16881 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16882 if test "$ac_cv_have___builtin_clz" = "yes"
16883 then
16885 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16890 case $host_cpu in
16891 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16892 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16893 if ${ac_cv_cpp_def___i386__+:} false; then :
16894 $as_echo_n "(cached) " >&6
16895 else
16896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16897 /* end confdefs.h. */
16898 #ifndef __i386__
16900 #endif
16901 _ACEOF
16902 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16903 $EGREP "yes" >/dev/null 2>&1; then :
16904 ac_cv_cpp_def___i386__=yes
16905 else
16906 ac_cv_cpp_def___i386__=no
16908 rm -f conftest*
16911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16912 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16913 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16914 CFLAGS="$CFLAGS -D__i386__"
16915 LINTFLAGS="$LINTFLAGS -D__i386__"
16916 fi ;;
16917 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16918 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16919 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16920 $as_echo_n "(cached) " >&6
16921 else
16922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16923 /* end confdefs.h. */
16924 #ifndef __x86_64__
16926 #endif
16927 _ACEOF
16928 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16929 $EGREP "yes" >/dev/null 2>&1; then :
16930 ac_cv_cpp_def___x86_64__=yes
16931 else
16932 ac_cv_cpp_def___x86_64__=no
16934 rm -f conftest*
16937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16938 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16939 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16940 CFLAGS="$CFLAGS -D__x86_64__"
16941 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16942 fi ;;
16943 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16944 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16945 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16946 $as_echo_n "(cached) " >&6
16947 else
16948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16949 /* end confdefs.h. */
16950 #ifndef __sparc64__
16952 #endif
16953 _ACEOF
16954 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16955 $EGREP "yes" >/dev/null 2>&1; then :
16956 ac_cv_cpp_def___sparc64__=yes
16957 else
16958 ac_cv_cpp_def___sparc64__=no
16960 rm -f conftest*
16963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16964 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16965 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16966 CFLAGS="$CFLAGS -D__sparc64__"
16967 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16968 fi ;;
16969 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16970 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16971 if ${ac_cv_cpp_def___sparc__+:} false; then :
16972 $as_echo_n "(cached) " >&6
16973 else
16974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16975 /* end confdefs.h. */
16976 #ifndef __sparc__
16978 #endif
16979 _ACEOF
16980 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16981 $EGREP "yes" >/dev/null 2>&1; then :
16982 ac_cv_cpp_def___sparc__=yes
16983 else
16984 ac_cv_cpp_def___sparc__=no
16986 rm -f conftest*
16989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16990 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16991 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16992 CFLAGS="$CFLAGS -D__sparc__"
16993 LINTFLAGS="$LINTFLAGS -D__sparc__"
16994 fi ;;
16995 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16996 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16997 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16998 $as_echo_n "(cached) " >&6
16999 else
17000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17001 /* end confdefs.h. */
17002 #ifndef __powerpc64__
17004 #endif
17005 _ACEOF
17006 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17007 $EGREP "yes" >/dev/null 2>&1; then :
17008 ac_cv_cpp_def___powerpc64__=yes
17009 else
17010 ac_cv_cpp_def___powerpc64__=no
17012 rm -f conftest*
17015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17016 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17017 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17018 CFLAGS="$CFLAGS -D__powerpc64__"
17019 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17020 fi ;;
17021 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17022 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17023 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17024 $as_echo_n "(cached) " >&6
17025 else
17026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17027 /* end confdefs.h. */
17028 #ifndef __powerpc__
17030 #endif
17031 _ACEOF
17032 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17033 $EGREP "yes" >/dev/null 2>&1; then :
17034 ac_cv_cpp_def___powerpc__=yes
17035 else
17036 ac_cv_cpp_def___powerpc__=no
17038 rm -f conftest*
17041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17042 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17043 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17044 CFLAGS="$CFLAGS -D__powerpc__"
17045 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17046 fi ;;
17047 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17048 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17049 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17050 $as_echo_n "(cached) " >&6
17051 else
17052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17053 /* end confdefs.h. */
17054 #ifndef __aarch64__
17056 #endif
17057 _ACEOF
17058 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17059 $EGREP "yes" >/dev/null 2>&1; then :
17060 ac_cv_cpp_def___aarch64__=yes
17061 else
17062 ac_cv_cpp_def___aarch64__=no
17064 rm -f conftest*
17067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17068 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17069 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17070 CFLAGS="$CFLAGS -D__aarch64__"
17071 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17072 fi ;;
17073 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17074 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17075 if ${ac_cv_cpp_def___arm__+:} false; then :
17076 $as_echo_n "(cached) " >&6
17077 else
17078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17079 /* end confdefs.h. */
17080 #ifndef __arm__
17082 #endif
17083 _ACEOF
17084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17085 $EGREP "yes" >/dev/null 2>&1; then :
17086 ac_cv_cpp_def___arm__=yes
17087 else
17088 ac_cv_cpp_def___arm__=no
17090 rm -f conftest*
17093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17094 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17095 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17096 CFLAGS="$CFLAGS -D__arm__"
17097 LINTFLAGS="$LINTFLAGS -D__arm__"
17098 fi ;;
17099 esac
17101 case $host_vendor in
17102 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17103 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17104 if ${ac_cv_cpp_def___sun__+:} false; then :
17105 $as_echo_n "(cached) " >&6
17106 else
17107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17108 /* end confdefs.h. */
17109 #ifndef __sun__
17111 #endif
17112 _ACEOF
17113 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17114 $EGREP "yes" >/dev/null 2>&1; then :
17115 ac_cv_cpp_def___sun__=yes
17116 else
17117 ac_cv_cpp_def___sun__=no
17119 rm -f conftest*
17122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17123 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17124 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17125 CFLAGS="$CFLAGS -D__sun__"
17126 LINTFLAGS="$LINTFLAGS -D__sun__"
17127 fi ;;
17128 esac
17134 ac_config_commands="$ac_config_commands include/stamp-h"
17136 $as_echo_n "creating Makefile rules..." >&6
17138 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17139 SOCKET_LIBS = $SOCKET_LIBS
17140 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17141 IOKIT_LIBS = $IOKIT_LIBS
17142 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17143 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17144 CORESERVICES_LIBS = $CORESERVICES_LIBS
17145 APPKIT_LIBS = $APPKIT_LIBS
17146 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17147 SECURITY_LIBS = $SECURITY_LIBS
17148 COREAUDIO_LIBS = $COREAUDIO_LIBS
17149 OPENAL_LIBS = $OPENAL_LIBS
17150 OPENCL_LIBS = $OPENCL_LIBS
17151 QUICKTIME_LIBS = $QUICKTIME_LIBS
17152 CARBON_LIBS = $CARBON_LIBS
17153 PTHREAD_LIBS = $PTHREAD_LIBS
17154 X_CFLAGS = $X_CFLAGS
17155 X_PRE_LIBS = $X_PRE_LIBS
17156 X_LIBS = $X_LIBS
17157 X_EXTRA_LIBS = $X_EXTRA_LIBS
17158 PCAP_LIBS = $PCAP_LIBS
17159 XML2_CFLAGS = $XML2_CFLAGS
17160 XML2_LIBS = $XML2_LIBS
17161 XSLT_CFLAGS = $XSLT_CFLAGS
17162 XSLT_LIBS = $XSLT_LIBS
17163 DBUS_CFLAGS = $DBUS_CFLAGS
17164 DBUS_LIBS = $DBUS_LIBS
17165 HAL_CFLAGS = $HAL_CFLAGS
17166 HAL_LIBS = $HAL_LIBS
17167 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17168 GNUTLS_LIBS = $GNUTLS_LIBS
17169 SANE_CFLAGS = $SANE_CFLAGS
17170 SANE_LIBS = $SANE_LIBS
17171 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17172 GPHOTO2_LIBS = $GPHOTO2_LIBS
17173 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17174 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17175 RESOLV_LIBS = $RESOLV_LIBS
17176 LCMS2_CFLAGS = $LCMS2_CFLAGS
17177 LCMS2_LIBS = $LCMS2_LIBS
17178 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17179 FREETYPE_LIBS = $FREETYPE_LIBS
17180 Z_LIBS = $Z_LIBS
17181 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17182 PULSE_CFLAGS = $PULSE_CFLAGS
17183 PULSE_LIBS = $PULSE_LIBS
17184 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17185 GSTREAMER_LIBS = $GSTREAMER_LIBS
17186 ALSA_LIBS = $ALSA_LIBS
17187 OSS4_CFLAGS = $OSS4_CFLAGS
17188 CAPI20_CFLAGS = $CAPI20_CFLAGS
17189 CAPI20_LIBS = $CAPI20_LIBS
17190 CUPS_CFLAGS = $CUPS_CFLAGS
17191 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17192 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17193 JPEG_CFLAGS = $JPEG_CFLAGS
17194 JPEG_LIBS = $JPEG_LIBS
17195 PNG_CFLAGS = $PNG_CFLAGS
17196 PNG_LIBS = $PNG_LIBS
17197 TIFF_CFLAGS = $TIFF_CFLAGS
17198 TIFF_LIBS = $TIFF_LIBS
17199 MPG123_CFLAGS = $MPG123_CFLAGS
17200 MPG123_LIBS = $MPG123_LIBS
17201 KSTAT_LIBS = $KSTAT_LIBS
17202 PROCSTAT_LIBS = $PROCSTAT_LIBS
17203 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17204 DL_LIBS = $DL_LIBS
17205 POLL_LIBS = $POLL_LIBS
17206 RT_LIBS = $RT_LIBS
17207 LDAP_LIBS = $LDAP_LIBS
17212 wine_fn_append_rule "
17213 # Rules automatically generated by configure
17215 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17217 .INIT: Makefile
17218 .MAKEFILEDEPS:
17219 all: Makefile
17220 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17221 @./config.status Make.tmp Makefile
17222 depend: \$(MAKEDEP) dummy
17223 \$(MAKEDEP)"
17225 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17226 .gitignore: config.status
17227 @./config.status .gitignore"
17229 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17230 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17232 if test "x$enable_fonts" != xno; then
17233 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17234 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17235 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17236 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17237 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17238 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17240 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17241 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17242 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17243 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17244 ac_config_links="$ac_config_links wine:tools/winewrapper"
17245 wine_fn_config_symlink wine
17246 if test "x$enable_win64" != xno; then
17247 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17248 wine_fn_config_symlink wine64
17251 wine_fn_config_dll acledit enable_acledit
17252 wine_fn_config_dll aclui enable_aclui implib
17253 wine_fn_config_dll activeds enable_activeds implib
17254 wine_fn_config_dll actxprxy enable_actxprxy clean
17255 wine_fn_config_lib adsiid
17256 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17257 wine_fn_config_test dlls/advapi32/tests advapi32_test
17258 wine_fn_config_dll advpack enable_advpack implib
17259 wine_fn_config_test dlls/advpack/tests advpack_test
17260 wine_fn_config_dll amstream enable_amstream clean
17261 wine_fn_config_test dlls/amstream/tests amstream_test
17262 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17263 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17264 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17265 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17266 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17267 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17268 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17269 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17270 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17271 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17272 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17273 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17274 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17275 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17276 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17277 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17278 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17279 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17280 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17281 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17282 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17283 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17284 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17285 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17286 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17287 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17288 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17289 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17290 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17291 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17292 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17293 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17294 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17295 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17296 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17297 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17298 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17299 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17300 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17301 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17302 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17303 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17304 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17305 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17306 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17307 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17308 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17309 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17310 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17311 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17312 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17313 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17314 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17315 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17316 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17317 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17318 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17319 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17320 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17321 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17322 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17323 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17324 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17325 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17326 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17327 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17328 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17329 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17330 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17331 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17332 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17333 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17334 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17335 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17336 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17337 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17338 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17339 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17340 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17341 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17342 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17343 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17344 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17345 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17346 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17347 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17348 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17349 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17350 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17351 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17352 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17353 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17354 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17355 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17356 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17357 wine_fn_config_dll apphelp enable_apphelp
17358 wine_fn_config_test dlls/apphelp/tests apphelp_test
17359 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17360 wine_fn_config_dll atl enable_atl clean,implib
17361 wine_fn_config_test dlls/atl/tests atl_test
17362 wine_fn_config_dll atl100 enable_atl100 clean,implib
17363 wine_fn_config_test dlls/atl100/tests atl100_test
17364 wine_fn_config_dll atl110 enable_atl110 clean
17365 wine_fn_config_dll atl80 enable_atl80 clean,implib
17366 wine_fn_config_test dlls/atl80/tests atl80_test
17367 wine_fn_config_dll atl90 enable_atl90 clean
17368 wine_fn_config_dll authz enable_authz
17369 wine_fn_config_dll avicap32 enable_avicap32 implib
17370 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17371 wine_fn_config_test dlls/avifil32/tests avifil32_test
17372 wine_fn_config_dll avifile.dll16 enable_win16
17373 wine_fn_config_dll avrt enable_avrt implib
17374 wine_fn_config_dll bcrypt enable_bcrypt implib
17375 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17376 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17377 wine_fn_config_dll browseui enable_browseui clean,po
17378 wine_fn_config_test dlls/browseui/tests browseui_test
17379 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17380 wine_fn_config_dll cabinet enable_cabinet implib
17381 wine_fn_config_test dlls/cabinet/tests cabinet_test
17382 wine_fn_config_dll capi2032 enable_capi2032 implib
17383 wine_fn_config_dll cards enable_cards implib
17384 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17385 wine_fn_config_dll clusapi enable_clusapi implib
17386 wine_fn_config_dll combase enable_combase
17387 wine_fn_config_test dlls/combase/tests combase_test
17388 wine_fn_config_dll comcat enable_comcat
17389 wine_fn_config_test dlls/comcat/tests comcat_test
17390 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17391 wine_fn_config_test dlls/comctl32/tests comctl32_test
17392 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17393 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17394 wine_fn_config_dll comm.drv16 enable_win16
17395 wine_fn_config_dll commdlg.dll16 enable_win16
17396 wine_fn_config_dll compobj.dll16 enable_win16
17397 wine_fn_config_dll compstui enable_compstui implib
17398 wine_fn_config_dll comsvcs enable_comsvcs implib
17399 wine_fn_config_dll connect enable_connect
17400 wine_fn_config_dll credui enable_credui implib,po
17401 wine_fn_config_test dlls/credui/tests credui_test
17402 wine_fn_config_dll crtdll enable_crtdll implib
17403 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17404 wine_fn_config_test dlls/crypt32/tests crypt32_test
17405 wine_fn_config_dll cryptdlg enable_cryptdlg po
17406 wine_fn_config_dll cryptdll enable_cryptdll implib
17407 wine_fn_config_dll cryptext enable_cryptext
17408 wine_fn_config_dll cryptnet enable_cryptnet implib
17409 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17410 wine_fn_config_dll cryptui enable_cryptui implib,po
17411 wine_fn_config_test dlls/cryptui/tests cryptui_test
17412 wine_fn_config_dll ctapi32 enable_ctapi32
17413 wine_fn_config_dll ctl3d.dll16 enable_win16
17414 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17415 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17416 wine_fn_config_dll d2d1 enable_d2d1 implib
17417 wine_fn_config_test dlls/d2d1/tests d2d1_test
17418 wine_fn_config_dll d3d10 enable_d3d10 implib
17419 wine_fn_config_test dlls/d3d10/tests d3d10_test
17420 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17421 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17422 wine_fn_config_dll d3d10core enable_d3d10core implib
17423 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17424 wine_fn_config_dll d3d11 enable_d3d11 implib
17425 wine_fn_config_test dlls/d3d11/tests d3d11_test
17426 wine_fn_config_dll d3d8 enable_d3d8 implib
17427 wine_fn_config_test dlls/d3d8/tests d3d8_test
17428 wine_fn_config_dll d3d9 enable_d3d9 implib
17429 wine_fn_config_test dlls/d3d9/tests d3d9_test
17430 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17431 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17432 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17433 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17434 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17435 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17436 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17437 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17438 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17439 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17440 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17441 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17442 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17443 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17444 wine_fn_config_dll d3dim enable_d3dim implib
17445 wine_fn_config_dll d3drm enable_d3drm implib
17446 wine_fn_config_test dlls/d3drm/tests d3drm_test
17447 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17448 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17449 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17450 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17451 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17452 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17453 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17454 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17455 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17456 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17457 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17458 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17459 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17460 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17461 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17462 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17463 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17464 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17465 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17466 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17467 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17468 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17469 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17470 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17471 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17472 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17473 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17474 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17475 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17476 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17477 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17478 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17479 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17480 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17481 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17482 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17483 wine_fn_config_dll davclnt enable_davclnt
17484 wine_fn_config_dll dbgeng enable_dbgeng implib
17485 wine_fn_config_dll dbghelp enable_dbghelp implib
17486 wine_fn_config_dll dciman32 enable_dciman32 implib
17487 wine_fn_config_dll ddeml.dll16 enable_win16
17488 wine_fn_config_dll ddraw enable_ddraw clean,implib
17489 wine_fn_config_test dlls/ddraw/tests ddraw_test
17490 wine_fn_config_dll ddrawex enable_ddrawex clean
17491 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17492 wine_fn_config_dll devenum enable_devenum clean,po
17493 wine_fn_config_test dlls/devenum/tests devenum_test
17494 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17495 wine_fn_config_dll difxapi enable_difxapi
17496 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17497 wine_fn_config_test dlls/dinput/tests dinput_test
17498 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17499 wine_fn_config_test dlls/dinput8/tests dinput8_test
17500 wine_fn_config_dll dispdib.dll16 enable_win16
17501 wine_fn_config_dll dispex enable_dispex clean
17502 wine_fn_config_test dlls/dispex/tests dispex_test
17503 wine_fn_config_dll display.drv16 enable_win16
17504 wine_fn_config_dll dmband enable_dmband clean
17505 wine_fn_config_test dlls/dmband/tests dmband_test
17506 wine_fn_config_dll dmcompos enable_dmcompos clean
17507 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17508 wine_fn_config_dll dmime enable_dmime clean
17509 wine_fn_config_test dlls/dmime/tests dmime_test
17510 wine_fn_config_dll dmloader enable_dmloader clean
17511 wine_fn_config_test dlls/dmloader/tests dmloader_test
17512 wine_fn_config_dll dmscript enable_dmscript clean
17513 wine_fn_config_test dlls/dmscript/tests dmscript_test
17514 wine_fn_config_dll dmstyle enable_dmstyle clean
17515 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17516 wine_fn_config_dll dmsynth enable_dmsynth clean
17517 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17518 wine_fn_config_dll dmusic enable_dmusic clean
17519 wine_fn_config_test dlls/dmusic/tests dmusic_test
17520 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17521 wine_fn_config_dll dnsapi enable_dnsapi implib
17522 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17523 wine_fn_config_dll dplay enable_dplay implib
17524 wine_fn_config_dll dplayx enable_dplayx clean,implib
17525 wine_fn_config_test dlls/dplayx/tests dplayx_test
17526 wine_fn_config_dll dpnaddr enable_dpnaddr
17527 wine_fn_config_dll dpnet enable_dpnet clean,implib
17528 wine_fn_config_test dlls/dpnet/tests dpnet_test
17529 wine_fn_config_dll dpnhpast enable_dpnhpast
17530 wine_fn_config_dll dpnlobby enable_dpnlobby
17531 wine_fn_config_dll dpvoice enable_dpvoice clean
17532 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17533 wine_fn_config_dll dpwsockx enable_dpwsockx
17534 wine_fn_config_dll drmclien enable_drmclien
17535 wine_fn_config_dll dsound enable_dsound clean,implib
17536 wine_fn_config_test dlls/dsound/tests dsound_test
17537 wine_fn_config_dll dssenh enable_dssenh
17538 wine_fn_config_test dlls/dssenh/tests dssenh_test
17539 wine_fn_config_dll dswave enable_dswave clean
17540 wine_fn_config_test dlls/dswave/tests dswave_test
17541 wine_fn_config_dll dwmapi enable_dwmapi implib
17542 wine_fn_config_dll dwrite enable_dwrite implib
17543 wine_fn_config_test dlls/dwrite/tests dwrite_test
17544 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17545 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17546 wine_fn_config_lib dxerr8
17547 wine_fn_config_lib dxerr9
17548 wine_fn_config_dll dxgi enable_dxgi implib
17549 wine_fn_config_test dlls/dxgi/tests dxgi_test
17550 wine_fn_config_lib dxguid
17551 wine_fn_config_dll dxva2 enable_dxva2
17552 wine_fn_config_dll esent enable_esent
17553 wine_fn_config_dll evr enable_evr
17554 wine_fn_config_dll explorerframe enable_explorerframe clean
17555 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17556 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17557 wine_fn_config_dll faultrep enable_faultrep implib
17558 wine_fn_config_test dlls/faultrep/tests faultrep_test
17559 wine_fn_config_dll fltlib enable_fltlib
17560 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17561 wine_fn_config_dll fntcache enable_fntcache
17562 wine_fn_config_dll fontsub enable_fontsub
17563 wine_fn_config_dll fusion enable_fusion
17564 wine_fn_config_test dlls/fusion/tests fusion_test
17565 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17566 wine_fn_config_dll gameux enable_gameux clean
17567 wine_fn_config_test dlls/gameux/tests gameux_test
17568 wine_fn_config_dll gdi.exe16 enable_win16
17569 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17570 wine_fn_config_test dlls/gdi32/tests gdi32_test
17571 wine_fn_config_dll gdiplus enable_gdiplus implib
17572 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17573 wine_fn_config_dll glu32 enable_glu32 implib
17574 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17575 wine_fn_config_dll gpkcsp enable_gpkcsp
17576 wine_fn_config_dll hal enable_hal
17577 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17578 wine_fn_config_dll hid enable_hid implib
17579 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17580 wine_fn_config_dll hlink enable_hlink clean,implib
17581 wine_fn_config_test dlls/hlink/tests hlink_test
17582 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17583 wine_fn_config_dll httpapi enable_httpapi
17584 wine_fn_config_dll iccvid enable_iccvid po
17585 wine_fn_config_dll icmp enable_icmp
17586 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17587 wine_fn_config_test dlls/ieframe/tests ieframe_test
17588 wine_fn_config_dll ifsmgr.vxd enable_win16
17589 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17590 wine_fn_config_dll imagehlp enable_imagehlp implib
17591 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17592 wine_fn_config_dll imm.dll16 enable_win16
17593 wine_fn_config_dll imm32 enable_imm32 implib
17594 wine_fn_config_test dlls/imm32/tests imm32_test
17595 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17596 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17597 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17598 wine_fn_config_dll inetmib1 enable_inetmib1
17599 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17600 wine_fn_config_dll infosoft enable_infosoft clean
17601 wine_fn_config_test dlls/infosoft/tests infosoft_test
17602 wine_fn_config_dll initpki enable_initpki
17603 wine_fn_config_dll inkobj enable_inkobj
17604 wine_fn_config_dll inseng enable_inseng clean
17605 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17606 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17607 wine_fn_config_dll itircl enable_itircl
17608 wine_fn_config_dll itss enable_itss clean
17609 wine_fn_config_test dlls/itss/tests itss_test
17610 wine_fn_config_dll joy.cpl enable_joy_cpl po
17611 wine_fn_config_dll jscript enable_jscript clean,po
17612 wine_fn_config_test dlls/jscript/tests jscript_test
17613 wine_fn_config_dll jsproxy enable_jsproxy implib
17614 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17615 wine_fn_config_test dlls/kernel32/tests kernel32_test
17616 wine_fn_config_dll keyboard.drv16 enable_win16
17617 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17618 wine_fn_config_dll ksuser enable_ksuser
17619 wine_fn_config_dll ktmw32 enable_ktmw32
17620 wine_fn_config_dll loadperf enable_loadperf implib
17621 wine_fn_config_dll localspl enable_localspl po
17622 wine_fn_config_test dlls/localspl/tests localspl_test
17623 wine_fn_config_dll localui enable_localui po
17624 wine_fn_config_test dlls/localui/tests localui_test
17625 wine_fn_config_dll lz32 enable_lz32 implib
17626 wine_fn_config_test dlls/lz32/tests lz32_test
17627 wine_fn_config_dll lzexpand.dll16 enable_win16
17628 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17629 wine_fn_config_test dlls/mapi32/tests mapi32_test
17630 wine_fn_config_dll mapistub enable_mapistub
17631 wine_fn_config_dll mciavi32 enable_mciavi32
17632 wine_fn_config_dll mcicda enable_mcicda
17633 wine_fn_config_dll mciqtz32 enable_mciqtz32
17634 wine_fn_config_dll mciseq enable_mciseq
17635 wine_fn_config_dll mciwave enable_mciwave
17636 wine_fn_config_dll mf enable_mf
17637 wine_fn_config_dll mfplat enable_mfplat
17638 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17639 wine_fn_config_dll mgmtapi enable_mgmtapi
17640 wine_fn_config_dll midimap enable_midimap
17641 wine_fn_config_dll mlang enable_mlang clean,implib
17642 wine_fn_config_test dlls/mlang/tests mlang_test
17643 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17644 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17645 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17646 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17647 wine_fn_config_dll mmdevldr.vxd enable_win16
17648 wine_fn_config_dll mmsystem.dll16 enable_win16
17649 wine_fn_config_dll monodebg.vxd enable_win16
17650 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17651 wine_fn_config_dll mouse.drv16 enable_win16
17652 wine_fn_config_dll mpr enable_mpr implib,po
17653 wine_fn_config_test dlls/mpr/tests mpr_test
17654 wine_fn_config_dll mprapi enable_mprapi implib
17655 wine_fn_config_dll msacm.dll16 enable_win16
17656 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17657 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17658 wine_fn_config_test dlls/msacm32/tests msacm32_test
17659 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17660 wine_fn_config_dll msasn1 enable_msasn1 implib
17661 wine_fn_config_dll mscat32 enable_mscat32
17662 wine_fn_config_dll mscms enable_mscms implib
17663 wine_fn_config_test dlls/mscms/tests mscms_test
17664 wine_fn_config_dll mscoree enable_mscoree clean
17665 wine_fn_config_test dlls/mscoree/tests mscoree_test
17666 wine_fn_config_dll msctf enable_msctf clean
17667 wine_fn_config_test dlls/msctf/tests msctf_test
17668 wine_fn_config_dll msctfp enable_msctfp clean
17669 wine_fn_config_dll msdaps enable_msdaps clean
17670 wine_fn_config_dll msdelta enable_msdelta
17671 wine_fn_config_dll msdmo enable_msdmo implib
17672 wine_fn_config_test dlls/msdmo/tests msdmo_test
17673 wine_fn_config_dll msftedit enable_msftedit
17674 wine_fn_config_dll msg711.acm enable_msg711_acm
17675 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17676 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17677 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17678 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17679 wine_fn_config_dll msi enable_msi clean,implib,po
17680 wine_fn_config_test dlls/msi/tests msi_test
17681 wine_fn_config_dll msident enable_msident clean
17682 wine_fn_config_dll msimg32 enable_msimg32 implib
17683 wine_fn_config_dll msimsg enable_msimsg
17684 wine_fn_config_dll msimtf enable_msimtf clean
17685 wine_fn_config_dll msisip enable_msisip
17686 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17687 wine_fn_config_dll msls31 enable_msls31
17688 wine_fn_config_dll msnet32 enable_msnet32
17689 wine_fn_config_dll mspatcha enable_mspatcha implib
17690 wine_fn_config_dll msrle32 enable_msrle32 po
17691 wine_fn_config_test dlls/msrle32/tests msrle32_test
17692 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17693 wine_fn_config_dll mssign32 enable_mssign32
17694 wine_fn_config_dll mssip32 enable_mssip32
17695 wine_fn_config_dll mstask enable_mstask clean
17696 wine_fn_config_test dlls/mstask/tests mstask_test
17697 wine_fn_config_dll msvcirt enable_msvcirt
17698 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17699 wine_fn_config_dll msvcm80 enable_msvcm80
17700 wine_fn_config_dll msvcm90 enable_msvcm90
17701 wine_fn_config_dll msvcp100 enable_msvcp100
17702 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17703 wine_fn_config_dll msvcp110 enable_msvcp110
17704 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17705 wine_fn_config_dll msvcp120 enable_msvcp120
17706 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17707 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17708 wine_fn_config_dll msvcp60 enable_msvcp60
17709 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17710 wine_fn_config_dll msvcp70 enable_msvcp70
17711 wine_fn_config_dll msvcp71 enable_msvcp71
17712 wine_fn_config_dll msvcp80 enable_msvcp80
17713 wine_fn_config_dll msvcp90 enable_msvcp90
17714 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17715 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17716 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17717 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17718 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17719 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17720 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17721 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17722 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17723 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17724 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17725 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17726 wine_fn_config_dll msvcrt enable_msvcrt implib
17727 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17728 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17729 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17730 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17731 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17732 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17733 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17734 wine_fn_config_dll msvidc32 enable_msvidc32 po
17735 wine_fn_config_dll msvideo.dll16 enable_win16
17736 wine_fn_config_dll mswsock enable_mswsock implib
17737 wine_fn_config_dll msxml enable_msxml clean
17738 wine_fn_config_dll msxml2 enable_msxml2 clean
17739 wine_fn_config_dll msxml3 enable_msxml3 clean
17740 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17741 wine_fn_config_dll msxml4 enable_msxml4 clean
17742 wine_fn_config_dll msxml6 enable_msxml6 clean
17743 wine_fn_config_dll nddeapi enable_nddeapi implib
17744 wine_fn_config_dll ndis.sys enable_ndis_sys
17745 wine_fn_config_dll netapi32 enable_netapi32 implib
17746 wine_fn_config_test dlls/netapi32/tests netapi32_test
17747 wine_fn_config_dll netcfgx enable_netcfgx clean
17748 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17749 wine_fn_config_dll netprofm enable_netprofm clean
17750 wine_fn_config_test dlls/netprofm/tests netprofm_test
17751 wine_fn_config_dll newdev enable_newdev implib
17752 wine_fn_config_dll normaliz enable_normaliz implib
17753 wine_fn_config_dll npmshtml enable_npmshtml
17754 wine_fn_config_dll npptools enable_npptools
17755 wine_fn_config_dll ntdll enable_ntdll implib
17756 wine_fn_config_test dlls/ntdll/tests ntdll_test
17757 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17758 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17759 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17760 wine_fn_config_dll ntprint enable_ntprint
17761 wine_fn_config_test dlls/ntprint/tests ntprint_test
17762 wine_fn_config_dll objsel enable_objsel clean
17763 wine_fn_config_dll odbc32 enable_odbc32 implib
17764 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17765 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17766 wine_fn_config_dll odbccu32 enable_odbccu32
17767 wine_fn_config_dll ole2.dll16 enable_win16
17768 wine_fn_config_dll ole2conv.dll16 enable_win16
17769 wine_fn_config_dll ole2disp.dll16 enable_win16
17770 wine_fn_config_dll ole2nls.dll16 enable_win16
17771 wine_fn_config_dll ole2prox.dll16 enable_win16
17772 wine_fn_config_dll ole2thk.dll16 enable_win16
17773 wine_fn_config_dll ole32 enable_ole32 clean,implib
17774 wine_fn_config_test dlls/ole32/tests ole32_test
17775 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17776 wine_fn_config_test dlls/oleacc/tests oleacc_test
17777 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17778 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17779 wine_fn_config_dll olecli.dll16 enable_win16
17780 wine_fn_config_dll olecli32 enable_olecli32 implib
17781 wine_fn_config_dll oledb32 enable_oledb32 clean
17782 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17783 wine_fn_config_dll oledlg enable_oledlg implib,po
17784 wine_fn_config_test dlls/oledlg/tests oledlg_test
17785 wine_fn_config_dll olepro32 enable_olepro32 implib
17786 wine_fn_config_dll olesvr.dll16 enable_win16
17787 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17788 wine_fn_config_dll olethk32 enable_olethk32
17789 wine_fn_config_dll openal32 enable_openal32
17790 wine_fn_config_dll opencl enable_opencl
17791 wine_fn_config_dll opengl32 enable_opengl32 implib
17792 wine_fn_config_test dlls/opengl32/tests opengl32_test
17793 wine_fn_config_dll packager enable_packager clean
17794 wine_fn_config_test dlls/packager/tests packager_test
17795 wine_fn_config_dll pdh enable_pdh implib
17796 wine_fn_config_test dlls/pdh/tests pdh_test
17797 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17798 wine_fn_config_dll pidgen enable_pidgen
17799 wine_fn_config_dll powrprof enable_powrprof implib
17800 wine_fn_config_dll printui enable_printui
17801 wine_fn_config_dll prntvpt enable_prntvpt
17802 wine_fn_config_dll propsys enable_propsys clean,implib
17803 wine_fn_config_test dlls/propsys/tests propsys_test
17804 wine_fn_config_dll psapi enable_psapi implib
17805 wine_fn_config_test dlls/psapi/tests psapi_test
17806 wine_fn_config_dll pstorec enable_pstorec clean
17807 wine_fn_config_dll qcap enable_qcap
17808 wine_fn_config_test dlls/qcap/tests qcap_test
17809 wine_fn_config_dll qedit enable_qedit clean
17810 wine_fn_config_test dlls/qedit/tests qedit_test
17811 wine_fn_config_dll qmgr enable_qmgr clean
17812 wine_fn_config_test dlls/qmgr/tests qmgr_test
17813 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17814 wine_fn_config_dll quartz enable_quartz clean,implib
17815 wine_fn_config_test dlls/quartz/tests quartz_test clean
17816 wine_fn_config_dll query enable_query
17817 wine_fn_config_dll rasapi16.dll16 enable_win16
17818 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17819 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17820 wine_fn_config_dll rasdlg enable_rasdlg implib
17821 wine_fn_config_dll regapi enable_regapi
17822 wine_fn_config_dll resutils enable_resutils implib
17823 wine_fn_config_dll riched20 enable_riched20 clean,implib
17824 wine_fn_config_test dlls/riched20/tests riched20_test
17825 wine_fn_config_dll riched32 enable_riched32
17826 wine_fn_config_test dlls/riched32/tests riched32_test
17827 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17828 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17829 wine_fn_config_dll rsabase enable_rsabase
17830 wine_fn_config_dll rsaenh enable_rsaenh implib
17831 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17832 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17833 wine_fn_config_dll rtutils enable_rtutils implib
17834 wine_fn_config_dll samlib enable_samlib
17835 wine_fn_config_dll sane.ds enable_sane_ds po
17836 wine_fn_config_dll scarddlg enable_scarddlg
17837 wine_fn_config_dll sccbase enable_sccbase
17838 wine_fn_config_dll schannel enable_schannel
17839 wine_fn_config_test dlls/schannel/tests schannel_test
17840 wine_fn_config_dll schedsvc enable_schedsvc clean
17841 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17842 wine_fn_config_dll scrrun enable_scrrun clean
17843 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17844 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17845 wine_fn_config_dll secur32 enable_secur32 implib
17846 wine_fn_config_test dlls/secur32/tests secur32_test
17847 wine_fn_config_dll security enable_security
17848 wine_fn_config_dll sensapi enable_sensapi implib
17849 wine_fn_config_dll serialui enable_serialui implib,po
17850 wine_fn_config_test dlls/serialui/tests serialui_test
17851 wine_fn_config_dll setupapi enable_setupapi implib,po
17852 wine_fn_config_test dlls/setupapi/tests setupapi_test
17853 wine_fn_config_dll setupx.dll16 enable_win16
17854 wine_fn_config_dll sfc enable_sfc implib
17855 wine_fn_config_dll sfc_os enable_sfc_os implib
17856 wine_fn_config_dll shdoclc enable_shdoclc po
17857 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17858 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17859 wine_fn_config_dll shell.dll16 enable_win16
17860 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17861 wine_fn_config_test dlls/shell32/tests shell32_test
17862 wine_fn_config_dll shfolder enable_shfolder implib
17863 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17864 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17865 wine_fn_config_dll slbcsp enable_slbcsp
17866 wine_fn_config_dll slc enable_slc implib
17867 wine_fn_config_test dlls/slc/tests slc_test
17868 wine_fn_config_dll snmpapi enable_snmpapi implib
17869 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17870 wine_fn_config_dll softpub enable_softpub
17871 wine_fn_config_dll sound.drv16 enable_win16
17872 wine_fn_config_dll spoolss enable_spoolss implib
17873 wine_fn_config_test dlls/spoolss/tests spoolss_test
17874 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17875 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17876 wine_fn_config_dll sti enable_sti clean,implib
17877 wine_fn_config_test dlls/sti/tests sti_test
17878 wine_fn_config_dll storage.dll16 enable_win16
17879 wine_fn_config_dll stress.dll16 enable_win16
17880 wine_fn_config_lib strmbase
17881 wine_fn_config_lib strmiids
17882 wine_fn_config_dll svrapi enable_svrapi
17883 wine_fn_config_dll sxs enable_sxs implib
17884 wine_fn_config_test dlls/sxs/tests sxs_test
17885 wine_fn_config_dll system.drv16 enable_win16
17886 wine_fn_config_dll t2embed enable_t2embed
17887 wine_fn_config_dll tapi32 enable_tapi32 implib
17888 wine_fn_config_dll taskschd enable_taskschd clean
17889 wine_fn_config_test dlls/taskschd/tests taskschd_test
17890 wine_fn_config_dll tdi.sys enable_tdi_sys
17891 wine_fn_config_dll toolhelp.dll16 enable_win16
17892 wine_fn_config_dll traffic enable_traffic
17893 wine_fn_config_dll twain.dll16 enable_win16
17894 wine_fn_config_dll twain_32 enable_twain_32
17895 wine_fn_config_test dlls/twain_32/tests twain_32_test
17896 wine_fn_config_dll typelib.dll16 enable_win16
17897 wine_fn_config_dll ucrtbase enable_ucrtbase
17898 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17899 wine_fn_config_dll unicows enable_unicows implib
17900 wine_fn_config_dll updspapi enable_updspapi
17901 wine_fn_config_dll url enable_url implib
17902 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17903 wine_fn_config_test dlls/urlmon/tests urlmon_test
17904 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17905 wine_fn_config_dll user.exe16 enable_win16
17906 wine_fn_config_dll user32 enable_user32 clean,implib,po
17907 wine_fn_config_test dlls/user32/tests user32_test
17908 wine_fn_config_dll userenv enable_userenv implib
17909 wine_fn_config_test dlls/userenv/tests userenv_test
17910 wine_fn_config_dll usp10 enable_usp10 implib
17911 wine_fn_config_test dlls/usp10/tests usp10_test
17912 wine_fn_config_lib uuid
17913 wine_fn_config_dll uxtheme enable_uxtheme implib
17914 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17915 wine_fn_config_dll vbscript enable_vbscript clean
17916 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17917 wine_fn_config_dll vcomp enable_vcomp
17918 wine_fn_config_test dlls/vcomp/tests vcomp_test
17919 wine_fn_config_dll vcomp100 enable_vcomp100
17920 wine_fn_config_dll vcomp110 enable_vcomp110
17921 wine_fn_config_dll vcomp120 enable_vcomp120
17922 wine_fn_config_dll vcomp90 enable_vcomp90
17923 wine_fn_config_dll vcruntime140 enable_vcruntime140
17924 wine_fn_config_dll vdhcp.vxd enable_win16
17925 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17926 wine_fn_config_dll ver.dll16 enable_win16
17927 wine_fn_config_dll version enable_version implib
17928 wine_fn_config_test dlls/version/tests version_test
17929 wine_fn_config_dll vmm.vxd enable_win16
17930 wine_fn_config_dll vnbt.vxd enable_win16
17931 wine_fn_config_dll vnetbios.vxd enable_win16
17932 wine_fn_config_dll vssapi enable_vssapi
17933 wine_fn_config_dll vtdapi.vxd enable_win16
17934 wine_fn_config_dll vwin32.vxd enable_win16
17935 wine_fn_config_dll w32skrnl enable_win16
17936 wine_fn_config_dll w32sys.dll16 enable_win16
17937 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17938 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17939 wine_fn_config_dll wbemprox enable_wbemprox clean
17940 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17941 wine_fn_config_dll webservices enable_webservices implib
17942 wine_fn_config_test dlls/webservices/tests webservices_test
17943 wine_fn_config_dll wer enable_wer implib
17944 wine_fn_config_test dlls/wer/tests wer_test
17945 wine_fn_config_dll wevtapi enable_wevtapi
17946 wine_fn_config_dll wiaservc enable_wiaservc clean
17947 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
17948 wine_fn_config_dll wimgapi enable_wimgapi
17949 wine_fn_config_dll win32s16.dll16 enable_win16
17950 wine_fn_config_dll win87em.dll16 enable_win16
17951 wine_fn_config_dll winaspi.dll16 enable_win16
17952 wine_fn_config_dll windebug.dll16 enable_win16
17953 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17954 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17955 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17956 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17957 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17958 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17959 wine_fn_config_lib winecrt0
17960 wine_fn_config_dll wined3d enable_wined3d implib
17961 wine_fn_config_dll winegstreamer enable_winegstreamer
17962 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17963 wine_fn_config_dll winemac.drv enable_winemac_drv po
17964 wine_fn_config_dll winemapi enable_winemapi
17965 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17966 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17967 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17968 wine_fn_config_dll wineps16.drv16 enable_win16
17969 wine_fn_config_dll winepulse.drv enable_winepulse_drv
17970 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17971 wine_fn_config_dll winex11.drv enable_winex11_drv
17972 wine_fn_config_dll wing.dll16 enable_win16
17973 wine_fn_config_dll wing32 enable_wing32
17974 wine_fn_config_dll winhttp enable_winhttp clean,implib
17975 wine_fn_config_test dlls/winhttp/tests winhttp_test
17976 wine_fn_config_dll wininet enable_wininet implib,po
17977 wine_fn_config_test dlls/wininet/tests wininet_test
17978 wine_fn_config_dll winmm enable_winmm implib,po
17979 wine_fn_config_test dlls/winmm/tests winmm_test
17980 wine_fn_config_dll winnls.dll16 enable_win16
17981 wine_fn_config_dll winnls32 enable_winnls32 implib
17982 wine_fn_config_dll winscard enable_winscard implib
17983 wine_fn_config_dll winsock.dll16 enable_win16
17984 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17985 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17986 wine_fn_config_dll winsta enable_winsta
17987 wine_fn_config_dll wintab.dll16 enable_win16
17988 wine_fn_config_dll wintab32 enable_wintab32 implib
17989 wine_fn_config_test dlls/wintab32/tests wintab32_test
17990 wine_fn_config_dll wintrust enable_wintrust implib
17991 wine_fn_config_test dlls/wintrust/tests wintrust_test
17992 wine_fn_config_dll wlanapi enable_wlanapi
17993 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17994 wine_fn_config_test dlls/wldap32/tests wldap32_test
17995 wine_fn_config_dll wmi enable_wmi
17996 wine_fn_config_dll wmiutils enable_wmiutils clean
17997 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17998 wine_fn_config_dll wmp enable_wmp clean
17999 wine_fn_config_test dlls/wmp/tests wmp_test
18000 wine_fn_config_dll wmvcore enable_wmvcore
18001 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18002 wine_fn_config_dll wow32 enable_win16 implib
18003 wine_fn_config_dll wpcap enable_wpcap
18004 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18005 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18006 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18007 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18008 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18009 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18010 wine_fn_config_dll wsock32 enable_wsock32 implib
18011 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18012 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18013 wine_fn_config_dll wuapi enable_wuapi clean
18014 wine_fn_config_dll wuaueng enable_wuaueng
18015 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18016 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18017 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18018 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18019 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18020 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18021 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18022 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18023 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18024 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18025 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18026 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18027 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18028 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18029 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18030 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18031 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18032 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18033 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18034 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18035 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18036 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18037 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18038 wine_fn_config_dll xinput1_1 enable_xinput1_1
18039 wine_fn_config_dll xinput1_2 enable_xinput1_2
18040 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18041 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18042 wine_fn_config_dll xinput1_4 enable_xinput1_4
18043 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18044 wine_fn_config_dll xmllite enable_xmllite implib
18045 wine_fn_config_test dlls/xmllite/tests xmllite_test
18046 wine_fn_config_dll xolehlp enable_xolehlp
18047 wine_fn_config_dll xpsprint enable_xpsprint
18048 wine_fn_config_dll xpssvcs enable_xpssvcs
18049 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18050 wine_fn_config_makefile include enable_include clean,install-dev
18051 wine_fn_config_makefile libs/port enable_libs_port
18052 wine_fn_config_makefile libs/wine enable_libs_wine clean,implib,install-dev,install-lib
18053 wine_fn_config_makefile libs/wpp enable_libs_wpp
18054 wine_fn_config_makefile loader enable_loader clean,install-lib
18055 wine_fn_config_program arp enable_arp install
18056 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18057 wine_fn_config_program attrib enable_attrib install,po
18058 wine_fn_config_program cabarc enable_cabarc install
18059 wine_fn_config_program cacls enable_cacls install
18060 wine_fn_config_program clock enable_clock install,po
18061 wine_fn_config_program cmd enable_cmd install,po
18062 wine_fn_config_test programs/cmd/tests cmd.exe_test
18063 wine_fn_config_program conhost enable_conhost install
18064 wine_fn_config_program control enable_control install
18065 wine_fn_config_program cscript enable_cscript clean,install
18066 wine_fn_config_program dpnsvr enable_dpnsvr install
18067 wine_fn_config_program dxdiag enable_dxdiag install,po
18068 wine_fn_config_program eject enable_eject install
18069 wine_fn_config_program expand enable_expand install
18070 wine_fn_config_program explorer enable_explorer install,po
18071 wine_fn_config_program extrac32 enable_extrac32 install
18072 wine_fn_config_program findstr enable_findstr install
18073 wine_fn_config_program hh enable_hh install
18074 wine_fn_config_program hostname enable_hostname install,po
18075 wine_fn_config_program icinfo enable_icinfo install
18076 wine_fn_config_program iexplore enable_iexplore install
18077 wine_fn_config_program ipconfig enable_ipconfig install,po
18078 wine_fn_config_program lodctr enable_lodctr install
18079 wine_fn_config_program mofcomp enable_mofcomp install
18080 wine_fn_config_program mshta enable_mshta install
18081 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18082 wine_fn_config_program net enable_net install,po
18083 wine_fn_config_program netsh enable_netsh install
18084 wine_fn_config_program netstat enable_netstat install,po
18085 wine_fn_config_program ngen enable_ngen install
18086 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18087 wine_fn_config_program oleview enable_oleview install,po
18088 wine_fn_config_program ping enable_ping install
18089 wine_fn_config_program plugplay enable_plugplay install
18090 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18091 wine_fn_config_program progman enable_progman install,po
18092 wine_fn_config_program reg enable_reg install,po
18093 wine_fn_config_test programs/reg/tests reg.exe_test
18094 wine_fn_config_program regasm enable_regasm install
18095 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18096 wine_fn_config_test programs/regedit/tests regedit.exe_test
18097 wine_fn_config_program regsvcs enable_regsvcs install
18098 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18099 wine_fn_config_program rpcss enable_rpcss clean,install
18100 wine_fn_config_program rundll.exe16 enable_win16 install
18101 wine_fn_config_program rundll32 enable_rundll32 install
18102 wine_fn_config_program sc enable_sc install
18103 wine_fn_config_program schtasks enable_schtasks install
18104 wine_fn_config_program sdbinst enable_sdbinst install
18105 wine_fn_config_program secedit enable_secedit install
18106 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18107 wine_fn_config_program services enable_services clean,install
18108 wine_fn_config_test programs/services/tests services.exe_test
18109 wine_fn_config_program spoolsv enable_spoolsv install
18110 wine_fn_config_program start enable_start install,po
18111 wine_fn_config_program svchost enable_svchost install
18112 wine_fn_config_program systeminfo enable_systeminfo install
18113 wine_fn_config_program taskkill enable_taskkill install,po
18114 wine_fn_config_program tasklist enable_tasklist install
18115 wine_fn_config_program taskmgr enable_taskmgr install,po
18116 wine_fn_config_program termsv enable_termsv install
18117 wine_fn_config_program uninstaller enable_uninstaller install,po
18118 wine_fn_config_program unlodctr enable_unlodctr install
18119 wine_fn_config_program view enable_view install,po
18120 wine_fn_config_program wevtutil enable_wevtutil install
18121 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18122 wine_fn_config_program winebrowser enable_winebrowser install
18123 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18124 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18125 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18126 wine_fn_config_program winedevice enable_winedevice install
18127 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18128 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18129 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18130 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18131 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18132 wine_fn_config_program winetest enable_winetest clean
18133 wine_fn_config_program winevdm enable_win16 install
18134 wine_fn_config_program winhelp.exe16 enable_win16 install
18135 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18136 wine_fn_config_program winoldap.mod16 enable_win16 install
18137 wine_fn_config_program winver enable_winver install
18138 wine_fn_config_program wmic enable_wmic install,po
18139 wine_fn_config_program wmplayer enable_wmplayer install
18140 wine_fn_config_program wordpad enable_wordpad install,po
18141 wine_fn_config_program write enable_write install,po
18142 wine_fn_config_program wscript enable_wscript clean,install
18143 wine_fn_config_test programs/wscript/tests wscript.exe_test
18144 wine_fn_config_program wusa enable_wusa install
18145 wine_fn_config_program xcopy enable_xcopy install,po
18146 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18147 wine_fn_config_makefile server enable_server clean,install-lib
18148 wine_fn_config_tool tools clean
18149 wine_fn_config_tool tools/sfnt2fon clean
18150 wine_fn_config_tool tools/widl clean,install-dev
18151 wine_fn_config_tool tools/winebuild clean,install-dev
18152 wine_fn_config_tool tools/winedump clean,install-dev
18153 wine_fn_config_tool tools/winegcc clean,install-dev
18154 wine_fn_config_tool tools/winemaker clean,install-dev
18155 wine_fn_config_tool tools/wmc clean,install-dev
18156 wine_fn_config_tool tools/wrc clean,install-dev
18158 LINGUAS="\
18159 ar \
18160 bg \
18161 ca \
18162 cs \
18163 da \
18164 de \
18165 el \
18166 en \
18167 en_US \
18168 eo \
18169 es \
18170 fa \
18171 fi \
18172 fr \
18173 he \
18174 hi \
18175 hr \
18176 hu \
18177 it \
18178 ja \
18179 ko \
18180 lt \
18181 ml \
18182 nb_NO \
18183 nl \
18184 or \
18185 pa \
18186 pl \
18187 pt_BR \
18188 pt_PT \
18189 rm \
18190 ro \
18191 ru \
18192 sk \
18193 sl \
18194 sr_RS@cyrillic \
18195 sr_RS@latin \
18196 sv \
18197 te \
18198 th \
18199 tr \
18200 uk \
18201 wa \
18202 zh_CN \
18203 zh_TW"
18208 wine_fn_ignore_file ".gitignore"
18209 wine_fn_ignore_file "Makefile"
18210 wine_fn_ignore_file "TAGS"
18211 wine_fn_ignore_file "tags"
18212 wine_fn_ignore_file "autom4te.cache"
18213 wine_fn_ignore_file "config.cache"
18214 wine_fn_ignore_file "config.log"
18215 wine_fn_ignore_file "config.status"
18216 wine_fn_ignore_file "configure.lineno"
18217 wine_fn_ignore_file "include/config.h"
18218 wine_fn_ignore_file "include/stamp-h"
18219 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18221 if test "x$enable_tools" != xno
18222 then
18223 wine_fn_ignore_file "tools/makedep$ac_exeext"
18224 ac_config_commands="$ac_config_commands tools/makedep"
18228 ac_config_commands="$ac_config_commands Makefile"
18231 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18235 if test "x$enable_maintainer_mode" = xyes
18236 then
18237 wine_fn_append_rule "configure: configure.ac aclocal.m4
18238 autoconf --warnings=all
18239 include/config.h.in: include/stamp-h.in
18240 include/stamp-h.in: configure.ac aclocal.m4
18241 autoheader --warnings=all
18242 @echo timestamp > \$@"
18245 if test "x$with_gettextpo" = xyes
18246 then
18247 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18248 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18249 \$(LINGUAS:%=po/%.po): po/wine.pot
18250 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18251 po/wine.pot: \$(ALL_POT_FILES)
18252 msgcat -o \$@ \$(ALL_POT_FILES)"
18255 if test "$MSGFMT" != false
18256 then
18257 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18258 clean::
18259 \$(RM) \$(LINGUAS:%=po/%.mo)"
18261 posrc="po"
18262 test "$srcdir" = . || posrc="$srcdir/po"
18263 for i in $LINGUAS
18265 wine_fn_ignore_file "po/$i.mo"
18266 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18267 \$(MSGFMT) -o \$@ $posrc/$i.po"
18268 done
18269 else
18270 LINGUAS=
18273 if test "x$enable_tools" != xno
18274 then
18275 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18276 @./config.status tools/makedep
18277 Makefile: tools/makedep$ac_exeext
18278 distclean:: clean
18279 \$(RM) tools/makedep$ac_exeext"
18280 else
18281 wine_fn_append_rule "\$(MAKEDEP):
18282 @echo \"You need to run make in $TOOLSDIR first\" && false"
18285 if test -n "$with_wine64"
18286 then
18287 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18288 fonts server tools:
18289 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18290 $with_wine64/loader/wine:
18291 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18292 $with_wine64/loader/wine-preloader:
18293 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18294 clean::
18295 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18296 else
18297 WINELOADER_INSTALL="wine.inf"
18299 wine_fn_append_rule "install install-lib::
18300 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18301 uninstall::
18302 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18303 case $host_os in
18304 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
18305 *) wine_fn_append_rule "install install-lib::
18306 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18307 uninstall::
18308 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18309 esac
18312 if test "$srcdir" = .
18313 then
18314 ac_config_commands="$ac_config_commands .gitignore"
18318 $as_echo " done" >&6
18319 cat >confcache <<\_ACEOF
18320 # This file is a shell script that caches the results of configure
18321 # tests run on this system so they can be shared between configure
18322 # scripts and configure runs, see configure's option --config-cache.
18323 # It is not useful on other systems. If it contains results you don't
18324 # want to keep, you may remove or edit it.
18326 # config.status only pays attention to the cache file if you give it
18327 # the --recheck option to rerun configure.
18329 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18330 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18331 # following values.
18333 _ACEOF
18335 # The following way of writing the cache mishandles newlines in values,
18336 # but we know of no workaround that is simple, portable, and efficient.
18337 # So, we kill variables containing newlines.
18338 # Ultrix sh set writes to stderr and can't be redirected directly,
18339 # and sets the high bit in the cache file unless we assign to the vars.
18341 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18342 eval ac_val=\$$ac_var
18343 case $ac_val in #(
18344 *${as_nl}*)
18345 case $ac_var in #(
18346 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18347 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18348 esac
18349 case $ac_var in #(
18350 _ | IFS | as_nl) ;; #(
18351 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18352 *) { eval $ac_var=; unset $ac_var;} ;;
18353 esac ;;
18354 esac
18355 done
18357 (set) 2>&1 |
18358 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18359 *${as_nl}ac_space=\ *)
18360 # `set' does not quote correctly, so add quotes: double-quote
18361 # substitution turns \\\\ into \\, and sed turns \\ into \.
18362 sed -n \
18363 "s/'/'\\\\''/g;
18364 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18365 ;; #(
18367 # `set' quotes correctly as required by POSIX, so do not add quotes.
18368 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18370 esac |
18371 sort
18373 sed '
18374 /^ac_cv_env_/b end
18375 t clear
18376 :clear
18377 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18378 t end
18379 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18380 :end' >>confcache
18381 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18382 if test -w "$cache_file"; then
18383 if test "x$cache_file" != "x/dev/null"; then
18384 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18385 $as_echo "$as_me: updating cache $cache_file" >&6;}
18386 if test ! -f "$cache_file" || test -h "$cache_file"; then
18387 cat confcache >"$cache_file"
18388 else
18389 case $cache_file in #(
18390 */* | ?:*)
18391 mv -f confcache "$cache_file"$$ &&
18392 mv -f "$cache_file"$$ "$cache_file" ;; #(
18394 mv -f confcache "$cache_file" ;;
18395 esac
18398 else
18399 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18400 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18403 rm -f confcache
18405 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18406 # Let make expand exec_prefix.
18407 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18409 DEFS=-DHAVE_CONFIG_H
18411 ac_libobjs=
18412 ac_ltlibobjs=
18414 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18415 # 1. Remove the extension, and $U if already installed.
18416 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18417 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18418 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18419 # will be set to the directory where LIBOBJS objects are built.
18420 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18421 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18422 done
18423 LIBOBJS=$ac_libobjs
18425 LTLIBOBJS=$ac_ltlibobjs
18429 : "${CONFIG_STATUS=./config.status}"
18430 ac_write_fail=0
18431 ac_clean_files_save=$ac_clean_files
18432 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18433 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18434 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18435 as_write_fail=0
18436 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18437 #! $SHELL
18438 # Generated by $as_me.
18439 # Run this file to recreate the current configuration.
18440 # Compiler output produced by configure, useful for debugging
18441 # configure, is in config.log if it exists.
18443 debug=false
18444 ac_cs_recheck=false
18445 ac_cs_silent=false
18447 SHELL=\${CONFIG_SHELL-$SHELL}
18448 export SHELL
18449 _ASEOF
18450 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18451 ## -------------------- ##
18452 ## M4sh Initialization. ##
18453 ## -------------------- ##
18455 # Be more Bourne compatible
18456 DUALCASE=1; export DUALCASE # for MKS sh
18457 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18458 emulate sh
18459 NULLCMD=:
18460 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18461 # is contrary to our usage. Disable this feature.
18462 alias -g '${1+"$@"}'='"$@"'
18463 setopt NO_GLOB_SUBST
18464 else
18465 case `(set -o) 2>/dev/null` in #(
18466 *posix*) :
18467 set -o posix ;; #(
18468 *) :
18470 esac
18474 as_nl='
18476 export as_nl
18477 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18478 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18479 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18480 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18481 # Prefer a ksh shell builtin over an external printf program on Solaris,
18482 # but without wasting forks for bash or zsh.
18483 if test -z "$BASH_VERSION$ZSH_VERSION" \
18484 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18485 as_echo='print -r --'
18486 as_echo_n='print -rn --'
18487 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18488 as_echo='printf %s\n'
18489 as_echo_n='printf %s'
18490 else
18491 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18492 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18493 as_echo_n='/usr/ucb/echo -n'
18494 else
18495 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18496 as_echo_n_body='eval
18497 arg=$1;
18498 case $arg in #(
18499 *"$as_nl"*)
18500 expr "X$arg" : "X\\(.*\\)$as_nl";
18501 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18502 esac;
18503 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18505 export as_echo_n_body
18506 as_echo_n='sh -c $as_echo_n_body as_echo'
18508 export as_echo_body
18509 as_echo='sh -c $as_echo_body as_echo'
18512 # The user is always right.
18513 if test "${PATH_SEPARATOR+set}" != set; then
18514 PATH_SEPARATOR=:
18515 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18516 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18517 PATH_SEPARATOR=';'
18522 # IFS
18523 # We need space, tab and new line, in precisely that order. Quoting is
18524 # there to prevent editors from complaining about space-tab.
18525 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18526 # splitting by setting IFS to empty value.)
18527 IFS=" "" $as_nl"
18529 # Find who we are. Look in the path if we contain no directory separator.
18530 as_myself=
18531 case $0 in #((
18532 *[\\/]* ) as_myself=$0 ;;
18533 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18534 for as_dir in $PATH
18536 IFS=$as_save_IFS
18537 test -z "$as_dir" && as_dir=.
18538 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18539 done
18540 IFS=$as_save_IFS
18543 esac
18544 # We did not find ourselves, most probably we were run as `sh COMMAND'
18545 # in which case we are not to be found in the path.
18546 if test "x$as_myself" = x; then
18547 as_myself=$0
18549 if test ! -f "$as_myself"; then
18550 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18551 exit 1
18554 # Unset variables that we do not need and which cause bugs (e.g. in
18555 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18556 # suppresses any "Segmentation fault" message there. '((' could
18557 # trigger a bug in pdksh 5.2.14.
18558 for as_var in BASH_ENV ENV MAIL MAILPATH
18559 do eval test x\${$as_var+set} = xset \
18560 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18561 done
18562 PS1='$ '
18563 PS2='> '
18564 PS4='+ '
18566 # NLS nuisances.
18567 LC_ALL=C
18568 export LC_ALL
18569 LANGUAGE=C
18570 export LANGUAGE
18572 # CDPATH.
18573 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18576 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18577 # ----------------------------------------
18578 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18579 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18580 # script with STATUS, using 1 if that was 0.
18581 as_fn_error ()
18583 as_status=$1; test $as_status -eq 0 && as_status=1
18584 if test "$4"; then
18585 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18586 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18588 $as_echo "$as_me: error: $2" >&2
18589 as_fn_exit $as_status
18590 } # as_fn_error
18593 # as_fn_set_status STATUS
18594 # -----------------------
18595 # Set $? to STATUS, without forking.
18596 as_fn_set_status ()
18598 return $1
18599 } # as_fn_set_status
18601 # as_fn_exit STATUS
18602 # -----------------
18603 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18604 as_fn_exit ()
18606 set +e
18607 as_fn_set_status $1
18608 exit $1
18609 } # as_fn_exit
18611 # as_fn_unset VAR
18612 # ---------------
18613 # Portably unset VAR.
18614 as_fn_unset ()
18616 { eval $1=; unset $1;}
18618 as_unset=as_fn_unset
18619 # as_fn_append VAR VALUE
18620 # ----------------------
18621 # Append the text in VALUE to the end of the definition contained in VAR. Take
18622 # advantage of any shell optimizations that allow amortized linear growth over
18623 # repeated appends, instead of the typical quadratic growth present in naive
18624 # implementations.
18625 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18626 eval 'as_fn_append ()
18628 eval $1+=\$2
18630 else
18631 as_fn_append ()
18633 eval $1=\$$1\$2
18635 fi # as_fn_append
18637 # as_fn_arith ARG...
18638 # ------------------
18639 # Perform arithmetic evaluation on the ARGs, and store the result in the
18640 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18641 # must be portable across $(()) and expr.
18642 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18643 eval 'as_fn_arith ()
18645 as_val=$(( $* ))
18647 else
18648 as_fn_arith ()
18650 as_val=`expr "$@" || test $? -eq 1`
18652 fi # as_fn_arith
18655 if expr a : '\(a\)' >/dev/null 2>&1 &&
18656 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18657 as_expr=expr
18658 else
18659 as_expr=false
18662 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18663 as_basename=basename
18664 else
18665 as_basename=false
18668 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18669 as_dirname=dirname
18670 else
18671 as_dirname=false
18674 as_me=`$as_basename -- "$0" ||
18675 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18676 X"$0" : 'X\(//\)$' \| \
18677 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18678 $as_echo X/"$0" |
18679 sed '/^.*\/\([^/][^/]*\)\/*$/{
18680 s//\1/
18683 /^X\/\(\/\/\)$/{
18684 s//\1/
18687 /^X\/\(\/\).*/{
18688 s//\1/
18691 s/.*/./; q'`
18693 # Avoid depending upon Character Ranges.
18694 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18695 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18696 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18697 as_cr_digits='0123456789'
18698 as_cr_alnum=$as_cr_Letters$as_cr_digits
18700 ECHO_C= ECHO_N= ECHO_T=
18701 case `echo -n x` in #(((((
18702 -n*)
18703 case `echo 'xy\c'` in
18704 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18705 xy) ECHO_C='\c';;
18706 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18707 ECHO_T=' ';;
18708 esac;;
18710 ECHO_N='-n';;
18711 esac
18713 rm -f conf$$ conf$$.exe conf$$.file
18714 if test -d conf$$.dir; then
18715 rm -f conf$$.dir/conf$$.file
18716 else
18717 rm -f conf$$.dir
18718 mkdir conf$$.dir 2>/dev/null
18720 if (echo >conf$$.file) 2>/dev/null; then
18721 if ln -s conf$$.file conf$$ 2>/dev/null; then
18722 as_ln_s='ln -s'
18723 # ... but there are two gotchas:
18724 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18725 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18726 # In both cases, we have to default to `cp -pR'.
18727 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18728 as_ln_s='cp -pR'
18729 elif ln conf$$.file conf$$ 2>/dev/null; then
18730 as_ln_s=ln
18731 else
18732 as_ln_s='cp -pR'
18734 else
18735 as_ln_s='cp -pR'
18737 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18738 rmdir conf$$.dir 2>/dev/null
18741 # as_fn_mkdir_p
18742 # -------------
18743 # Create "$as_dir" as a directory, including parents if necessary.
18744 as_fn_mkdir_p ()
18747 case $as_dir in #(
18748 -*) as_dir=./$as_dir;;
18749 esac
18750 test -d "$as_dir" || eval $as_mkdir_p || {
18751 as_dirs=
18752 while :; do
18753 case $as_dir in #(
18754 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18755 *) as_qdir=$as_dir;;
18756 esac
18757 as_dirs="'$as_qdir' $as_dirs"
18758 as_dir=`$as_dirname -- "$as_dir" ||
18759 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18760 X"$as_dir" : 'X\(//\)[^/]' \| \
18761 X"$as_dir" : 'X\(//\)$' \| \
18762 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18763 $as_echo X"$as_dir" |
18764 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18765 s//\1/
18768 /^X\(\/\/\)[^/].*/{
18769 s//\1/
18772 /^X\(\/\/\)$/{
18773 s//\1/
18776 /^X\(\/\).*/{
18777 s//\1/
18780 s/.*/./; q'`
18781 test -d "$as_dir" && break
18782 done
18783 test -z "$as_dirs" || eval "mkdir $as_dirs"
18784 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18787 } # as_fn_mkdir_p
18788 if mkdir -p . 2>/dev/null; then
18789 as_mkdir_p='mkdir -p "$as_dir"'
18790 else
18791 test -d ./-p && rmdir ./-p
18792 as_mkdir_p=false
18796 # as_fn_executable_p FILE
18797 # -----------------------
18798 # Test if FILE is an executable regular file.
18799 as_fn_executable_p ()
18801 test -f "$1" && test -x "$1"
18802 } # as_fn_executable_p
18803 as_test_x='test -x'
18804 as_executable_p=as_fn_executable_p
18806 # Sed expression to map a string onto a valid CPP name.
18807 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18809 # Sed expression to map a string onto a valid variable name.
18810 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18813 exec 6>&1
18814 ## ----------------------------------- ##
18815 ## Main body of $CONFIG_STATUS script. ##
18816 ## ----------------------------------- ##
18817 _ASEOF
18818 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18820 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18821 # Save the log message, to keep $0 and so on meaningful, and to
18822 # report actual input values of CONFIG_FILES etc. instead of their
18823 # values after options handling.
18824 ac_log="
18825 This file was extended by Wine $as_me 1.9.1, which was
18826 generated by GNU Autoconf 2.69. Invocation command line was
18828 CONFIG_FILES = $CONFIG_FILES
18829 CONFIG_HEADERS = $CONFIG_HEADERS
18830 CONFIG_LINKS = $CONFIG_LINKS
18831 CONFIG_COMMANDS = $CONFIG_COMMANDS
18832 $ $0 $@
18834 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18837 _ACEOF
18839 case $ac_config_files in *"
18840 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18841 esac
18843 case $ac_config_headers in *"
18844 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18845 esac
18848 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18849 # Files that config.status was made for.
18850 config_files="$ac_config_files"
18851 config_headers="$ac_config_headers"
18852 config_links="$ac_config_links"
18853 config_commands="$ac_config_commands"
18855 _ACEOF
18857 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18858 ac_cs_usage="\
18859 \`$as_me' instantiates files and other configuration actions
18860 from templates according to the current configuration. Unless the files
18861 and actions are specified as TAGs, all are instantiated by default.
18863 Usage: $0 [OPTION]... [TAG]...
18865 -h, --help print this help, then exit
18866 -V, --version print version number and configuration settings, then exit
18867 --config print configuration, then exit
18868 -q, --quiet, --silent
18869 do not print progress messages
18870 -d, --debug don't remove temporary files
18871 --recheck update $as_me by reconfiguring in the same conditions
18872 --file=FILE[:TEMPLATE]
18873 instantiate the configuration file FILE
18874 --header=FILE[:TEMPLATE]
18875 instantiate the configuration header FILE
18877 Configuration files:
18878 $config_files
18880 Configuration headers:
18881 $config_headers
18883 Configuration links:
18884 $config_links
18886 Configuration commands:
18887 $config_commands
18889 Report bugs to <wine-devel@winehq.org>.
18890 Wine home page: <http://www.winehq.org>."
18892 _ACEOF
18893 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18894 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18895 ac_cs_version="\\
18896 Wine config.status 1.9.1
18897 configured by $0, generated by GNU Autoconf 2.69,
18898 with options \\"\$ac_cs_config\\"
18900 Copyright (C) 2012 Free Software Foundation, Inc.
18901 This config.status script is free software; the Free Software Foundation
18902 gives unlimited permission to copy, distribute and modify it."
18904 ac_pwd='$ac_pwd'
18905 srcdir='$srcdir'
18906 test -n "\$AWK" || AWK=awk
18907 _ACEOF
18909 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18910 # The default lists apply if the user does not specify any file.
18911 ac_need_defaults=:
18912 while test $# != 0
18914 case $1 in
18915 --*=?*)
18916 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18917 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18918 ac_shift=:
18920 --*=)
18921 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18922 ac_optarg=
18923 ac_shift=:
18926 ac_option=$1
18927 ac_optarg=$2
18928 ac_shift=shift
18930 esac
18932 case $ac_option in
18933 # Handling of the options.
18934 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18935 ac_cs_recheck=: ;;
18936 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18937 $as_echo "$ac_cs_version"; exit ;;
18938 --config | --confi | --conf | --con | --co | --c )
18939 $as_echo "$ac_cs_config"; exit ;;
18940 --debug | --debu | --deb | --de | --d | -d )
18941 debug=: ;;
18942 --file | --fil | --fi | --f )
18943 $ac_shift
18944 case $ac_optarg in
18945 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18946 '') as_fn_error $? "missing file argument" ;;
18947 esac
18948 as_fn_append CONFIG_FILES " '$ac_optarg'"
18949 ac_need_defaults=false;;
18950 --header | --heade | --head | --hea )
18951 $ac_shift
18952 case $ac_optarg in
18953 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18954 esac
18955 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18956 ac_need_defaults=false;;
18957 --he | --h)
18958 # Conflict between --help and --header
18959 as_fn_error $? "ambiguous option: \`$1'
18960 Try \`$0 --help' for more information.";;
18961 --help | --hel | -h )
18962 $as_echo "$ac_cs_usage"; exit ;;
18963 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18964 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18965 ac_cs_silent=: ;;
18967 # This is an error.
18968 -*) as_fn_error $? "unrecognized option: \`$1'
18969 Try \`$0 --help' for more information." ;;
18971 *) as_fn_append ac_config_targets " $1"
18972 ac_need_defaults=false ;;
18974 esac
18975 shift
18976 done
18978 ac_configure_extra_args=
18980 if $ac_cs_silent; then
18981 exec 6>/dev/null
18982 ac_configure_extra_args="$ac_configure_extra_args --silent"
18985 _ACEOF
18986 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18987 if \$ac_cs_recheck; then
18988 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18989 shift
18990 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18991 CONFIG_SHELL='$SHELL'
18992 export CONFIG_SHELL
18993 exec "\$@"
18996 _ACEOF
18997 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18998 exec 5>>config.log
19000 echo
19001 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19002 ## Running $as_me. ##
19003 _ASBOX
19004 $as_echo "$ac_log"
19005 } >&5
19007 _ACEOF
19008 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19010 # INIT-COMMANDS
19012 wine_fn_output_makedep ()
19014 as_dir=tools; as_fn_mkdir_p
19015 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19017 wine_fn_output_makefile ()
19019 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19020 `cat $wine_rules_file`
19021 _WINE_EOF
19022 as_fn_error $? "could not create Makefile" "$LINENO" 5
19024 wine_fn_output_gitignore ()
19026 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19027 $GITIGNORE
19028 _WINE_EOF
19029 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19032 _ACEOF
19034 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19036 # Handling of arguments.
19037 for ac_config_target in $ac_config_targets
19039 case $ac_config_target in
19040 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19041 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19042 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19043 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19044 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19045 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19046 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19047 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19048 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19049 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19050 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19051 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19052 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19053 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19054 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19056 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19057 esac
19058 done
19061 # If the user did not use the arguments to specify the items to instantiate,
19062 # then the envvar interface is used. Set only those that are not.
19063 # We use the long form for the default assignment because of an extremely
19064 # bizarre bug on SunOS 4.1.3.
19065 if $ac_need_defaults; then
19066 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19067 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19068 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19069 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19072 # Have a temporary directory for convenience. Make it in the build tree
19073 # simply because there is no reason against having it here, and in addition,
19074 # creating and moving files from /tmp can sometimes cause problems.
19075 # Hook for its removal unless debugging.
19076 # Note that there is a small window in which the directory will not be cleaned:
19077 # after its creation but before its name has been assigned to `$tmp'.
19078 $debug ||
19080 tmp= ac_tmp=
19081 trap 'exit_status=$?
19082 : "${ac_tmp:=$tmp}"
19083 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19085 trap 'as_fn_exit 1' 1 2 13 15
19087 # Create a (secure) tmp directory for tmp files.
19090 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19091 test -d "$tmp"
19092 } ||
19094 tmp=./conf$$-$RANDOM
19095 (umask 077 && mkdir "$tmp")
19096 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19097 ac_tmp=$tmp
19099 # Set up the scripts for CONFIG_FILES section.
19100 # No need to generate them if there are no CONFIG_FILES.
19101 # This happens for instance with `./config.status config.h'.
19102 if test -n "$CONFIG_FILES"; then
19105 ac_cr=`echo X | tr X '\015'`
19106 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19107 # But we know of no other shell where ac_cr would be empty at this
19108 # point, so we can use a bashism as a fallback.
19109 if test "x$ac_cr" = x; then
19110 eval ac_cr=\$\'\\r\'
19112 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19113 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19114 ac_cs_awk_cr='\\r'
19115 else
19116 ac_cs_awk_cr=$ac_cr
19119 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19120 _ACEOF
19124 echo "cat >conf$$subs.awk <<_ACEOF" &&
19125 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19126 echo "_ACEOF"
19127 } >conf$$subs.sh ||
19128 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19129 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19130 ac_delim='%!_!# '
19131 for ac_last_try in false false false false false :; do
19132 . ./conf$$subs.sh ||
19133 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19135 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19136 if test $ac_delim_n = $ac_delim_num; then
19137 break
19138 elif $ac_last_try; then
19139 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19140 else
19141 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19143 done
19144 rm -f conf$$subs.sh
19146 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19147 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19148 _ACEOF
19149 sed -n '
19151 s/^/S["/; s/!.*/"]=/
19154 s/^[^!]*!//
19155 :repl
19156 t repl
19157 s/'"$ac_delim"'$//
19158 t delim
19161 s/\(.\{148\}\)..*/\1/
19162 t more1
19163 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19166 b repl
19167 :more1
19168 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19171 s/.\{148\}//
19172 t nl
19173 :delim
19175 s/\(.\{148\}\)..*/\1/
19176 t more2
19177 s/["\\]/\\&/g; s/^/"/; s/$/"/
19180 :more2
19181 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19184 s/.\{148\}//
19185 t delim
19186 ' <conf$$subs.awk | sed '
19187 /^[^""]/{
19189 s/\n//
19191 ' >>$CONFIG_STATUS || ac_write_fail=1
19192 rm -f conf$$subs.awk
19193 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19194 _ACAWK
19195 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19196 for (key in S) S_is_set[key] = 1
19197 FS = "\a"
19201 line = $ 0
19202 nfields = split(line, field, "@")
19203 substed = 0
19204 len = length(field[1])
19205 for (i = 2; i < nfields; i++) {
19206 key = field[i]
19207 keylen = length(key)
19208 if (S_is_set[key]) {
19209 value = S[key]
19210 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19211 len += length(value) + length(field[++i])
19212 substed = 1
19213 } else
19214 len += 1 + keylen
19217 print line
19220 _ACAWK
19221 _ACEOF
19222 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19223 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19224 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19225 else
19227 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19228 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19229 _ACEOF
19231 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19232 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19233 # trailing colons and then remove the whole line if VPATH becomes empty
19234 # (actually we leave an empty line to preserve line numbers).
19235 if test "x$srcdir" = x.; then
19236 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19238 s///
19239 s/^/:/
19240 s/[ ]*$/:/
19241 s/:\$(srcdir):/:/g
19242 s/:\${srcdir}:/:/g
19243 s/:@srcdir@:/:/g
19244 s/^:*//
19245 s/:*$//
19247 s/\(=[ ]*\).*/\1/
19249 s/\n//
19250 s/^[^=]*=[ ]*$//
19254 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19255 fi # test -n "$CONFIG_FILES"
19257 # Set up the scripts for CONFIG_HEADERS section.
19258 # No need to generate them if there are no CONFIG_HEADERS.
19259 # This happens for instance with `./config.status Makefile'.
19260 if test -n "$CONFIG_HEADERS"; then
19261 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19262 BEGIN {
19263 _ACEOF
19265 # Transform confdefs.h into an awk script `defines.awk', embedded as
19266 # here-document in config.status, that substitutes the proper values into
19267 # config.h.in to produce config.h.
19269 # Create a delimiter string that does not exist in confdefs.h, to ease
19270 # handling of long lines.
19271 ac_delim='%!_!# '
19272 for ac_last_try in false false :; do
19273 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19274 if test -z "$ac_tt"; then
19275 break
19276 elif $ac_last_try; then
19277 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19278 else
19279 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19281 done
19283 # For the awk script, D is an array of macro values keyed by name,
19284 # likewise P contains macro parameters if any. Preserve backslash
19285 # newline sequences.
19287 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19288 sed -n '
19289 s/.\{148\}/&'"$ac_delim"'/g
19290 t rset
19291 :rset
19292 s/^[ ]*#[ ]*define[ ][ ]*/ /
19293 t def
19295 :def
19296 s/\\$//
19297 t bsnl
19298 s/["\\]/\\&/g
19299 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19300 D["\1"]=" \3"/p
19301 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19303 :bsnl
19304 s/["\\]/\\&/g
19305 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19306 D["\1"]=" \3\\\\\\n"\\/p
19307 t cont
19308 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19309 t cont
19311 :cont
19313 s/.\{148\}/&'"$ac_delim"'/g
19314 t clear
19315 :clear
19316 s/\\$//
19317 t bsnlc
19318 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19320 :bsnlc
19321 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19322 b cont
19323 ' <confdefs.h | sed '
19324 s/'"$ac_delim"'/"\\\
19325 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19327 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19328 for (key in D) D_is_set[key] = 1
19329 FS = "\a"
19331 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19332 line = \$ 0
19333 split(line, arg, " ")
19334 if (arg[1] == "#") {
19335 defundef = arg[2]
19336 mac1 = arg[3]
19337 } else {
19338 defundef = substr(arg[1], 2)
19339 mac1 = arg[2]
19341 split(mac1, mac2, "(") #)
19342 macro = mac2[1]
19343 prefix = substr(line, 1, index(line, defundef) - 1)
19344 if (D_is_set[macro]) {
19345 # Preserve the white space surrounding the "#".
19346 print prefix "define", macro P[macro] D[macro]
19347 next
19348 } else {
19349 # Replace #undef with comments. This is necessary, for example,
19350 # in the case of _POSIX_SOURCE, which is predefined and required
19351 # on some systems where configure will not decide to define it.
19352 if (defundef == "undef") {
19353 print "/*", prefix defundef, macro, "*/"
19354 next
19358 { print }
19359 _ACAWK
19360 _ACEOF
19361 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19362 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19363 fi # test -n "$CONFIG_HEADERS"
19366 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19367 shift
19368 for ac_tag
19370 case $ac_tag in
19371 :[FHLC]) ac_mode=$ac_tag; continue;;
19372 esac
19373 case $ac_mode$ac_tag in
19374 :[FHL]*:*);;
19375 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19376 :[FH]-) ac_tag=-:-;;
19377 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19378 esac
19379 ac_save_IFS=$IFS
19380 IFS=:
19381 set x $ac_tag
19382 IFS=$ac_save_IFS
19383 shift
19384 ac_file=$1
19385 shift
19387 case $ac_mode in
19388 :L) ac_source=$1;;
19389 :[FH])
19390 ac_file_inputs=
19391 for ac_f
19393 case $ac_f in
19394 -) ac_f="$ac_tmp/stdin";;
19395 *) # Look for the file first in the build tree, then in the source tree
19396 # (if the path is not absolute). The absolute path cannot be DOS-style,
19397 # because $ac_f cannot contain `:'.
19398 test -f "$ac_f" ||
19399 case $ac_f in
19400 [\\/$]*) false;;
19401 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19402 esac ||
19403 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19404 esac
19405 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19406 as_fn_append ac_file_inputs " '$ac_f'"
19407 done
19409 # Let's still pretend it is `configure' which instantiates (i.e., don't
19410 # use $as_me), people would be surprised to read:
19411 # /* config.h. Generated by config.status. */
19412 configure_input='Generated from '`
19413 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19414 `' by configure.'
19415 if test x"$ac_file" != x-; then
19416 configure_input="$ac_file. $configure_input"
19417 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19418 $as_echo "$as_me: creating $ac_file" >&6;}
19420 # Neutralize special characters interpreted by sed in replacement strings.
19421 case $configure_input in #(
19422 *\&* | *\|* | *\\* )
19423 ac_sed_conf_input=`$as_echo "$configure_input" |
19424 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19425 *) ac_sed_conf_input=$configure_input;;
19426 esac
19428 case $ac_tag in
19429 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19430 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19431 esac
19433 esac
19435 ac_dir=`$as_dirname -- "$ac_file" ||
19436 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19437 X"$ac_file" : 'X\(//\)[^/]' \| \
19438 X"$ac_file" : 'X\(//\)$' \| \
19439 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19440 $as_echo X"$ac_file" |
19441 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19442 s//\1/
19445 /^X\(\/\/\)[^/].*/{
19446 s//\1/
19449 /^X\(\/\/\)$/{
19450 s//\1/
19453 /^X\(\/\).*/{
19454 s//\1/
19457 s/.*/./; q'`
19458 as_dir="$ac_dir"; as_fn_mkdir_p
19459 ac_builddir=.
19461 case "$ac_dir" in
19462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19464 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19465 # A ".." for each directory in $ac_dir_suffix.
19466 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19467 case $ac_top_builddir_sub in
19468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19470 esac ;;
19471 esac
19472 ac_abs_top_builddir=$ac_pwd
19473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19474 # for backward compatibility:
19475 ac_top_builddir=$ac_top_build_prefix
19477 case $srcdir in
19478 .) # We are building in place.
19479 ac_srcdir=.
19480 ac_top_srcdir=$ac_top_builddir_sub
19481 ac_abs_top_srcdir=$ac_pwd ;;
19482 [\\/]* | ?:[\\/]* ) # Absolute name.
19483 ac_srcdir=$srcdir$ac_dir_suffix;
19484 ac_top_srcdir=$srcdir
19485 ac_abs_top_srcdir=$srcdir ;;
19486 *) # Relative name.
19487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19488 ac_top_srcdir=$ac_top_build_prefix$srcdir
19489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19490 esac
19491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19494 case $ac_mode in
19497 # CONFIG_FILE
19500 _ACEOF
19502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19503 # If the template does not know about datarootdir, expand it.
19504 # FIXME: This hack should be removed a few years after 2.60.
19505 ac_datarootdir_hack=; ac_datarootdir_seen=
19506 ac_sed_dataroot='
19507 /datarootdir/ {
19511 /@datadir@/p
19512 /@docdir@/p
19513 /@infodir@/p
19514 /@localedir@/p
19515 /@mandir@/p'
19516 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19517 *datarootdir*) ac_datarootdir_seen=yes;;
19518 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19520 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19521 _ACEOF
19522 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19523 ac_datarootdir_hack='
19524 s&@datadir@&$datadir&g
19525 s&@docdir@&$docdir&g
19526 s&@infodir@&$infodir&g
19527 s&@localedir@&$localedir&g
19528 s&@mandir@&$mandir&g
19529 s&\\\${datarootdir}&$datarootdir&g' ;;
19530 esac
19531 _ACEOF
19533 # Neutralize VPATH when `$srcdir' = `.'.
19534 # Shell code in configure.ac might set extrasub.
19535 # FIXME: do we really want to maintain this feature?
19536 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19537 ac_sed_extra="$ac_vpsub
19538 $extrasub
19539 _ACEOF
19540 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19542 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19543 s|@configure_input@|$ac_sed_conf_input|;t t
19544 s&@top_builddir@&$ac_top_builddir_sub&;t t
19545 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19546 s&@srcdir@&$ac_srcdir&;t t
19547 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19548 s&@top_srcdir@&$ac_top_srcdir&;t t
19549 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19550 s&@builddir@&$ac_builddir&;t t
19551 s&@abs_builddir@&$ac_abs_builddir&;t t
19552 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19553 $ac_datarootdir_hack
19555 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19556 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19558 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19559 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19560 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19561 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19563 which seems to be undefined. Please make sure it is defined" >&5
19564 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19565 which seems to be undefined. Please make sure it is defined" >&2;}
19567 rm -f "$ac_tmp/stdin"
19568 case $ac_file in
19569 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19570 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19571 esac \
19572 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19576 # CONFIG_HEADER
19578 if test x"$ac_file" != x-; then
19580 $as_echo "/* $configure_input */" \
19581 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19582 } >"$ac_tmp/config.h" \
19583 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19584 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19585 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19586 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19587 else
19588 rm -f "$ac_file"
19589 mv "$ac_tmp/config.h" "$ac_file" \
19590 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19592 else
19593 $as_echo "/* $configure_input */" \
19594 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19595 || as_fn_error $? "could not create -" "$LINENO" 5
19600 # CONFIG_LINK
19603 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19605 else
19606 # Prefer the file from the source tree if names are identical.
19607 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19608 ac_source=$srcdir/$ac_source
19611 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19612 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19614 if test ! -r "$ac_source"; then
19615 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19617 rm -f "$ac_file"
19619 # Try a relative symlink, then a hard link, then a copy.
19620 case $ac_source in
19621 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19622 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19623 esac
19624 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19625 ln "$ac_source" "$ac_file" 2>/dev/null ||
19626 cp -p "$ac_source" "$ac_file" ||
19627 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19630 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19631 $as_echo "$as_me: executing $ac_file commands" >&6;}
19633 esac
19636 case $ac_file$ac_mode in
19637 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19638 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19639 "Makefile":C) wine_fn_output_makefile Makefile ;;
19640 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19642 esac
19643 done # for ac_tag
19646 as_fn_exit 0
19647 _ACEOF
19648 ac_clean_files=$ac_clean_files_save
19650 test $ac_write_fail = 0 ||
19651 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19654 # configure is writing to config.log, and then calls config.status.
19655 # config.status does its own redirection, appending to config.log.
19656 # Unfortunately, on DOS this fails, as config.log is still kept open
19657 # by configure, so config.status won't be able to write to it; its
19658 # output is simply discarded. So we exec the FD to /dev/null,
19659 # effectively closing config.log, so it can be properly (re)opened and
19660 # appended to by config.status. When coming back to configure, we
19661 # need to make the FD available again.
19662 if test "$no_create" != yes; then
19663 ac_cs_success=:
19664 ac_config_status_args=
19665 test "$silent" = yes &&
19666 ac_config_status_args="$ac_config_status_args --quiet"
19667 exec 5>/dev/null
19668 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19669 exec 5>>config.log
19670 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19671 # would make configure fail if this is the last instruction.
19672 $ac_cs_success || as_fn_exit 1
19674 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19676 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19680 if test "$no_create" = "yes"
19681 then
19682 exit 0
19685 ac_save_IFS="$IFS"
19686 if test "x$wine_notices" != x; then
19687 echo >&6
19688 IFS="|"
19689 for msg in $wine_notices; do
19690 IFS="$ac_save_IFS"
19691 if ${msg:+false} :; then :
19693 else
19694 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19695 $as_echo "$as_me: $msg" >&6;}
19697 done
19699 IFS="|"
19700 for msg in $wine_warnings; do
19701 IFS="$ac_save_IFS"
19702 if ${msg:+false} :; then :
19704 else
19705 echo >&2
19706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19707 $as_echo "$as_me: WARNING: $msg" >&2;}
19709 done
19710 IFS="$ac_save_IFS"
19712 $as_echo "
19713 $as_me: Finished. Do '${ac_make}' to compile Wine.
19714 " >&6