wined3d: Recognize SM4 ineg opcode.
[wine.git] / configure
blobc11b2663d8ddff7a5c18ab25e480bf82ada2c995
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-app-0.10, overriding pkg-config
2294 GSTREAMER_LIBS
2295 Linker flags for gstreamer-app-0.10, overriding pkg-config
2296 CAPI20_CFLAGS
2297 C compiler flags for capi20, overriding pkg-config
2298 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2299 FONTCONFIG_CFLAGS
2300 C compiler flags for fontconfig, overriding pkg-config
2301 FONTCONFIG_LIBS
2302 Linker flags for fontconfig, overriding pkg-config
2303 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2304 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2305 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2306 PNG_LIBS Linker flags for libpng, overriding pkg-config
2307 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2308 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2309 MPG123_CFLAGS
2310 C compiler flags for libmpg123, overriding pkg-config
2311 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2313 Use these variables to override the choices made by `configure' or to help
2314 it to find libraries and programs with nonstandard names/locations.
2316 Report bugs to <wine-devel@winehq.org>.
2317 Wine home page: <http://www.winehq.org>.
2318 _ACEOF
2319 ac_status=$?
2322 if test "$ac_init_help" = "recursive"; then
2323 # If there are subdirs, report their specific --help.
2324 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2325 test -d "$ac_dir" ||
2326 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2327 continue
2328 ac_builddir=.
2330 case "$ac_dir" in
2331 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2333 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2334 # A ".." for each directory in $ac_dir_suffix.
2335 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2336 case $ac_top_builddir_sub in
2337 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2338 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2339 esac ;;
2340 esac
2341 ac_abs_top_builddir=$ac_pwd
2342 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2343 # for backward compatibility:
2344 ac_top_builddir=$ac_top_build_prefix
2346 case $srcdir in
2347 .) # We are building in place.
2348 ac_srcdir=.
2349 ac_top_srcdir=$ac_top_builddir_sub
2350 ac_abs_top_srcdir=$ac_pwd ;;
2351 [\\/]* | ?:[\\/]* ) # Absolute name.
2352 ac_srcdir=$srcdir$ac_dir_suffix;
2353 ac_top_srcdir=$srcdir
2354 ac_abs_top_srcdir=$srcdir ;;
2355 *) # Relative name.
2356 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2357 ac_top_srcdir=$ac_top_build_prefix$srcdir
2358 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2359 esac
2360 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2362 cd "$ac_dir" || { ac_status=$?; continue; }
2363 # Check for guested configure.
2364 if test -f "$ac_srcdir/configure.gnu"; then
2365 echo &&
2366 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2367 elif test -f "$ac_srcdir/configure"; then
2368 echo &&
2369 $SHELL "$ac_srcdir/configure" --help=recursive
2370 else
2371 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2372 fi || ac_status=$?
2373 cd "$ac_pwd" || { ac_status=$?; break; }
2374 done
2377 test -n "$ac_init_help" && exit $ac_status
2378 if $ac_init_version; then
2379 cat <<\_ACEOF
2380 Wine configure 1.9.1
2381 generated by GNU Autoconf 2.69
2383 Copyright (C) 2012 Free Software Foundation, Inc.
2384 This configure script is free software; the Free Software Foundation
2385 gives unlimited permission to copy, distribute and modify it.
2386 _ACEOF
2387 exit
2390 ## ------------------------ ##
2391 ## Autoconf initialization. ##
2392 ## ------------------------ ##
2394 # ac_fn_c_try_compile LINENO
2395 # --------------------------
2396 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2397 ac_fn_c_try_compile ()
2399 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2400 rm -f conftest.$ac_objext
2401 if { { ac_try="$ac_compile"
2402 case "(($ac_try" in
2403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2404 *) ac_try_echo=$ac_try;;
2405 esac
2406 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2407 $as_echo "$ac_try_echo"; } >&5
2408 (eval "$ac_compile") 2>conftest.err
2409 ac_status=$?
2410 if test -s conftest.err; then
2411 grep -v '^ *+' conftest.err >conftest.er1
2412 cat conftest.er1 >&5
2413 mv -f conftest.er1 conftest.err
2415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2416 test $ac_status = 0; } && {
2417 test -z "$ac_c_werror_flag" ||
2418 test ! -s conftest.err
2419 } && test -s conftest.$ac_objext; then :
2420 ac_retval=0
2421 else
2422 $as_echo "$as_me: failed program was:" >&5
2423 sed 's/^/| /' conftest.$ac_ext >&5
2425 ac_retval=1
2427 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2428 as_fn_set_status $ac_retval
2430 } # ac_fn_c_try_compile
2432 # ac_fn_cxx_try_compile LINENO
2433 # ----------------------------
2434 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2435 ac_fn_cxx_try_compile ()
2437 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2438 rm -f conftest.$ac_objext
2439 if { { ac_try="$ac_compile"
2440 case "(($ac_try" in
2441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2442 *) ac_try_echo=$ac_try;;
2443 esac
2444 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2445 $as_echo "$ac_try_echo"; } >&5
2446 (eval "$ac_compile") 2>conftest.err
2447 ac_status=$?
2448 if test -s conftest.err; then
2449 grep -v '^ *+' conftest.err >conftest.er1
2450 cat conftest.er1 >&5
2451 mv -f conftest.er1 conftest.err
2453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2454 test $ac_status = 0; } && {
2455 test -z "$ac_cxx_werror_flag" ||
2456 test ! -s conftest.err
2457 } && test -s conftest.$ac_objext; then :
2458 ac_retval=0
2459 else
2460 $as_echo "$as_me: failed program was:" >&5
2461 sed 's/^/| /' conftest.$ac_ext >&5
2463 ac_retval=1
2465 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2466 as_fn_set_status $ac_retval
2468 } # ac_fn_cxx_try_compile
2470 # ac_fn_c_try_link LINENO
2471 # -----------------------
2472 # Try to link conftest.$ac_ext, and return whether this succeeded.
2473 ac_fn_c_try_link ()
2475 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2476 rm -f conftest.$ac_objext conftest$ac_exeext
2477 if { { ac_try="$ac_link"
2478 case "(($ac_try" in
2479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2480 *) ac_try_echo=$ac_try;;
2481 esac
2482 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2483 $as_echo "$ac_try_echo"; } >&5
2484 (eval "$ac_link") 2>conftest.err
2485 ac_status=$?
2486 if test -s conftest.err; then
2487 grep -v '^ *+' conftest.err >conftest.er1
2488 cat conftest.er1 >&5
2489 mv -f conftest.er1 conftest.err
2491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2492 test $ac_status = 0; } && {
2493 test -z "$ac_c_werror_flag" ||
2494 test ! -s conftest.err
2495 } && test -s conftest$ac_exeext && {
2496 test "$cross_compiling" = yes ||
2497 test -x conftest$ac_exeext
2498 }; then :
2499 ac_retval=0
2500 else
2501 $as_echo "$as_me: failed program was:" >&5
2502 sed 's/^/| /' conftest.$ac_ext >&5
2504 ac_retval=1
2506 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2507 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2508 # interfere with the next link command; also delete a directory that is
2509 # left behind by Apple's compiler. We do this before executing the actions.
2510 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2511 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2512 as_fn_set_status $ac_retval
2514 } # ac_fn_c_try_link
2516 # ac_fn_c_try_cpp LINENO
2517 # ----------------------
2518 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2519 ac_fn_c_try_cpp ()
2521 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2522 if { { ac_try="$ac_cpp conftest.$ac_ext"
2523 case "(($ac_try" in
2524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2525 *) ac_try_echo=$ac_try;;
2526 esac
2527 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2528 $as_echo "$ac_try_echo"; } >&5
2529 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2530 ac_status=$?
2531 if test -s conftest.err; then
2532 grep -v '^ *+' conftest.err >conftest.er1
2533 cat conftest.er1 >&5
2534 mv -f conftest.er1 conftest.err
2536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2537 test $ac_status = 0; } > conftest.i && {
2538 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2539 test ! -s conftest.err
2540 }; then :
2541 ac_retval=0
2542 else
2543 $as_echo "$as_me: failed program was:" >&5
2544 sed 's/^/| /' conftest.$ac_ext >&5
2546 ac_retval=1
2548 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2549 as_fn_set_status $ac_retval
2551 } # ac_fn_c_try_cpp
2553 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2554 # -------------------------------------------------------
2555 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2556 # the include files in INCLUDES and setting the cache variable VAR
2557 # accordingly.
2558 ac_fn_c_check_header_mongrel ()
2560 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2561 if eval \${$3+:} false; then :
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2563 $as_echo_n "checking for $2... " >&6; }
2564 if eval \${$3+:} false; then :
2565 $as_echo_n "(cached) " >&6
2567 eval ac_res=\$$3
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2569 $as_echo "$ac_res" >&6; }
2570 else
2571 # Is the header compilable?
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2573 $as_echo_n "checking $2 usability... " >&6; }
2574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2575 /* end confdefs.h. */
2577 #include <$2>
2578 _ACEOF
2579 if ac_fn_c_try_compile "$LINENO"; then :
2580 ac_header_compiler=yes
2581 else
2582 ac_header_compiler=no
2584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2586 $as_echo "$ac_header_compiler" >&6; }
2588 # Is the header present?
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2590 $as_echo_n "checking $2 presence... " >&6; }
2591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2592 /* end confdefs.h. */
2593 #include <$2>
2594 _ACEOF
2595 if ac_fn_c_try_cpp "$LINENO"; then :
2596 ac_header_preproc=yes
2597 else
2598 ac_header_preproc=no
2600 rm -f conftest.err conftest.i conftest.$ac_ext
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2602 $as_echo "$ac_header_preproc" >&6; }
2604 # So? What about this header?
2605 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2606 yes:no: )
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2608 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2610 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2612 no:yes:* )
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2614 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2616 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2618 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2620 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2622 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2623 ( $as_echo "## ------------------------------------ ##
2624 ## Report this to wine-devel@winehq.org ##
2625 ## ------------------------------------ ##"
2626 ) | sed "s/^/$as_me: WARNING: /" >&2
2628 esac
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2630 $as_echo_n "checking for $2... " >&6; }
2631 if eval \${$3+:} false; then :
2632 $as_echo_n "(cached) " >&6
2633 else
2634 eval "$3=\$ac_header_compiler"
2636 eval ac_res=\$$3
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2638 $as_echo "$ac_res" >&6; }
2640 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2642 } # ac_fn_c_check_header_mongrel
2644 # ac_fn_c_try_run LINENO
2645 # ----------------------
2646 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2647 # that executables *can* be run.
2648 ac_fn_c_try_run ()
2650 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2651 if { { ac_try="$ac_link"
2652 case "(($ac_try" in
2653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2654 *) ac_try_echo=$ac_try;;
2655 esac
2656 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2657 $as_echo "$ac_try_echo"; } >&5
2658 (eval "$ac_link") 2>&5
2659 ac_status=$?
2660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2661 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2662 { { case "(($ac_try" in
2663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2664 *) ac_try_echo=$ac_try;;
2665 esac
2666 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2667 $as_echo "$ac_try_echo"; } >&5
2668 (eval "$ac_try") 2>&5
2669 ac_status=$?
2670 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2671 test $ac_status = 0; }; }; then :
2672 ac_retval=0
2673 else
2674 $as_echo "$as_me: program exited with status $ac_status" >&5
2675 $as_echo "$as_me: failed program was:" >&5
2676 sed 's/^/| /' conftest.$ac_ext >&5
2678 ac_retval=$ac_status
2680 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2682 as_fn_set_status $ac_retval
2684 } # ac_fn_c_try_run
2686 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2687 # -------------------------------------------------------
2688 # Tests whether HEADER exists and can be compiled using the include files in
2689 # INCLUDES, setting the cache variable VAR accordingly.
2690 ac_fn_c_check_header_compile ()
2692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2694 $as_echo_n "checking for $2... " >&6; }
2695 if eval \${$3+:} false; then :
2696 $as_echo_n "(cached) " >&6
2697 else
2698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2699 /* end confdefs.h. */
2701 #include <$2>
2702 _ACEOF
2703 if ac_fn_c_try_compile "$LINENO"; then :
2704 eval "$3=yes"
2705 else
2706 eval "$3=no"
2708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2710 eval ac_res=\$$3
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2712 $as_echo "$ac_res" >&6; }
2713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2715 } # ac_fn_c_check_header_compile
2717 # ac_fn_c_check_func LINENO FUNC VAR
2718 # ----------------------------------
2719 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2720 ac_fn_c_check_func ()
2722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2724 $as_echo_n "checking for $2... " >&6; }
2725 if eval \${$3+:} false; then :
2726 $as_echo_n "(cached) " >&6
2727 else
2728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2729 /* end confdefs.h. */
2730 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2731 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2732 #define $2 innocuous_$2
2734 /* System header to define __stub macros and hopefully few prototypes,
2735 which can conflict with char $2 (); below.
2736 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2737 <limits.h> exists even on freestanding compilers. */
2739 #ifdef __STDC__
2740 # include <limits.h>
2741 #else
2742 # include <assert.h>
2743 #endif
2745 #undef $2
2747 /* Override any GCC internal prototype to avoid an error.
2748 Use char because int might match the return type of a GCC
2749 builtin and then its argument prototype would still apply. */
2750 #ifdef __cplusplus
2751 extern "C"
2752 #endif
2753 char $2 ();
2754 /* The GNU C library defines this for functions which it implements
2755 to always fail with ENOSYS. Some functions are actually named
2756 something starting with __ and the normal name is an alias. */
2757 #if defined __stub_$2 || defined __stub___$2
2758 choke me
2759 #endif
2762 main ()
2764 return $2 ();
2766 return 0;
2768 _ACEOF
2769 if ac_fn_c_try_link "$LINENO"; then :
2770 eval "$3=yes"
2771 else
2772 eval "$3=no"
2774 rm -f core conftest.err conftest.$ac_objext \
2775 conftest$ac_exeext conftest.$ac_ext
2777 eval ac_res=\$$3
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2779 $as_echo "$ac_res" >&6; }
2780 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2782 } # ac_fn_c_check_func
2784 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2785 # ----------------------------------------------------
2786 # Tries to find if the field MEMBER exists in type AGGR, after including
2787 # INCLUDES, setting cache variable VAR accordingly.
2788 ac_fn_c_check_member ()
2790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2792 $as_echo_n "checking for $2.$3... " >&6; }
2793 if eval \${$4+:} false; then :
2794 $as_echo_n "(cached) " >&6
2795 else
2796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2797 /* end confdefs.h. */
2800 main ()
2802 static $2 ac_aggr;
2803 if (ac_aggr.$3)
2804 return 0;
2806 return 0;
2808 _ACEOF
2809 if ac_fn_c_try_compile "$LINENO"; then :
2810 eval "$4=yes"
2811 else
2812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2813 /* end confdefs.h. */
2816 main ()
2818 static $2 ac_aggr;
2819 if (sizeof ac_aggr.$3)
2820 return 0;
2822 return 0;
2824 _ACEOF
2825 if ac_fn_c_try_compile "$LINENO"; then :
2826 eval "$4=yes"
2827 else
2828 eval "$4=no"
2830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2834 eval ac_res=\$$4
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2836 $as_echo "$ac_res" >&6; }
2837 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2839 } # ac_fn_c_check_member
2841 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2842 # -------------------------------------------
2843 # Tests whether TYPE exists after having included INCLUDES, setting cache
2844 # variable VAR accordingly.
2845 ac_fn_c_check_type ()
2847 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2849 $as_echo_n "checking for $2... " >&6; }
2850 if eval \${$3+:} false; then :
2851 $as_echo_n "(cached) " >&6
2852 else
2853 eval "$3=no"
2854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2855 /* end confdefs.h. */
2858 main ()
2860 if (sizeof ($2))
2861 return 0;
2863 return 0;
2865 _ACEOF
2866 if ac_fn_c_try_compile "$LINENO"; then :
2867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2868 /* end confdefs.h. */
2871 main ()
2873 if (sizeof (($2)))
2874 return 0;
2876 return 0;
2878 _ACEOF
2879 if ac_fn_c_try_compile "$LINENO"; then :
2881 else
2882 eval "$3=yes"
2884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2888 eval ac_res=\$$3
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2890 $as_echo "$ac_res" >&6; }
2891 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2893 } # ac_fn_c_check_type
2894 cat >config.log <<_ACEOF
2895 This file contains any messages produced by compilers while
2896 running configure, to aid debugging if configure makes a mistake.
2898 It was created by Wine $as_me 1.9.1, which was
2899 generated by GNU Autoconf 2.69. Invocation command line was
2901 $ $0 $@
2903 _ACEOF
2904 exec 5>>config.log
2906 cat <<_ASUNAME
2907 ## --------- ##
2908 ## Platform. ##
2909 ## --------- ##
2911 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2912 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2913 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2914 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2915 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2917 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2918 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2920 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2921 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2922 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2923 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2924 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2925 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2926 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2928 _ASUNAME
2930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2931 for as_dir in $PATH
2933 IFS=$as_save_IFS
2934 test -z "$as_dir" && as_dir=.
2935 $as_echo "PATH: $as_dir"
2936 done
2937 IFS=$as_save_IFS
2939 } >&5
2941 cat >&5 <<_ACEOF
2944 ## ----------- ##
2945 ## Core tests. ##
2946 ## ----------- ##
2948 _ACEOF
2951 # Keep a trace of the command line.
2952 # Strip out --no-create and --no-recursion so they do not pile up.
2953 # Strip out --silent because we don't want to record it for future runs.
2954 # Also quote any args containing shell meta-characters.
2955 # Make two passes to allow for proper duplicate-argument suppression.
2956 ac_configure_args=
2957 ac_configure_args0=
2958 ac_configure_args1=
2959 ac_must_keep_next=false
2960 for ac_pass in 1 2
2962 for ac_arg
2964 case $ac_arg in
2965 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2966 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2967 | -silent | --silent | --silen | --sile | --sil)
2968 continue ;;
2969 *\'*)
2970 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2971 esac
2972 case $ac_pass in
2973 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2975 as_fn_append ac_configure_args1 " '$ac_arg'"
2976 if test $ac_must_keep_next = true; then
2977 ac_must_keep_next=false # Got value, back to normal.
2978 else
2979 case $ac_arg in
2980 *=* | --config-cache | -C | -disable-* | --disable-* \
2981 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2982 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2983 | -with-* | --with-* | -without-* | --without-* | --x)
2984 case "$ac_configure_args0 " in
2985 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2986 esac
2988 -* ) ac_must_keep_next=true ;;
2989 esac
2991 as_fn_append ac_configure_args " '$ac_arg'"
2993 esac
2994 done
2995 done
2996 { ac_configure_args0=; unset ac_configure_args0;}
2997 { ac_configure_args1=; unset ac_configure_args1;}
2999 # When interrupted or exit'd, cleanup temporary files, and complete
3000 # config.log. We remove comments because anyway the quotes in there
3001 # would cause problems or look ugly.
3002 # WARNING: Use '\'' to represent an apostrophe within the trap.
3003 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3004 trap 'exit_status=$?
3005 # Save into config.log some information that might help in debugging.
3007 echo
3009 $as_echo "## ---------------- ##
3010 ## Cache variables. ##
3011 ## ---------------- ##"
3012 echo
3013 # The following way of writing the cache mishandles newlines in values,
3015 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3016 eval ac_val=\$$ac_var
3017 case $ac_val in #(
3018 *${as_nl}*)
3019 case $ac_var in #(
3020 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3021 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3022 esac
3023 case $ac_var in #(
3024 _ | IFS | as_nl) ;; #(
3025 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3026 *) { eval $ac_var=; unset $ac_var;} ;;
3027 esac ;;
3028 esac
3029 done
3030 (set) 2>&1 |
3031 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3032 *${as_nl}ac_space=\ *)
3033 sed -n \
3034 "s/'\''/'\''\\\\'\'''\''/g;
3035 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3036 ;; #(
3038 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3040 esac |
3041 sort
3043 echo
3045 $as_echo "## ----------------- ##
3046 ## Output variables. ##
3047 ## ----------------- ##"
3048 echo
3049 for ac_var in $ac_subst_vars
3051 eval ac_val=\$$ac_var
3052 case $ac_val in
3053 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3054 esac
3055 $as_echo "$ac_var='\''$ac_val'\''"
3056 done | sort
3057 echo
3059 if test -n "$ac_subst_files"; then
3060 $as_echo "## ------------------- ##
3061 ## File substitutions. ##
3062 ## ------------------- ##"
3063 echo
3064 for ac_var in $ac_subst_files
3066 eval ac_val=\$$ac_var
3067 case $ac_val in
3068 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3069 esac
3070 $as_echo "$ac_var='\''$ac_val'\''"
3071 done | sort
3072 echo
3075 if test -s confdefs.h; then
3076 $as_echo "## ----------- ##
3077 ## confdefs.h. ##
3078 ## ----------- ##"
3079 echo
3080 cat confdefs.h
3081 echo
3083 test "$ac_signal" != 0 &&
3084 $as_echo "$as_me: caught signal $ac_signal"
3085 $as_echo "$as_me: exit $exit_status"
3086 } >&5
3087 rm -f core *.core core.conftest.* &&
3088 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3089 exit $exit_status
3091 for ac_signal in 1 2 13 15; do
3092 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3093 done
3094 ac_signal=0
3096 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3097 rm -f -r conftest* confdefs.h
3099 $as_echo "/* confdefs.h */" > confdefs.h
3101 # Predefined preprocessor variables.
3103 cat >>confdefs.h <<_ACEOF
3104 #define PACKAGE_NAME "$PACKAGE_NAME"
3105 _ACEOF
3107 cat >>confdefs.h <<_ACEOF
3108 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3109 _ACEOF
3111 cat >>confdefs.h <<_ACEOF
3112 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3113 _ACEOF
3115 cat >>confdefs.h <<_ACEOF
3116 #define PACKAGE_STRING "$PACKAGE_STRING"
3117 _ACEOF
3119 cat >>confdefs.h <<_ACEOF
3120 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3121 _ACEOF
3123 cat >>confdefs.h <<_ACEOF
3124 #define PACKAGE_URL "$PACKAGE_URL"
3125 _ACEOF
3128 # Let the site file select an alternate cache file if it wants to.
3129 # Prefer an explicitly selected file to automatically selected ones.
3130 ac_site_file1=NONE
3131 ac_site_file2=NONE
3132 if test -n "$CONFIG_SITE"; then
3133 # We do not want a PATH search for config.site.
3134 case $CONFIG_SITE in #((
3135 -*) ac_site_file1=./$CONFIG_SITE;;
3136 */*) ac_site_file1=$CONFIG_SITE;;
3137 *) ac_site_file1=./$CONFIG_SITE;;
3138 esac
3139 elif test "x$prefix" != xNONE; then
3140 ac_site_file1=$prefix/share/config.site
3141 ac_site_file2=$prefix/etc/config.site
3142 else
3143 ac_site_file1=$ac_default_prefix/share/config.site
3144 ac_site_file2=$ac_default_prefix/etc/config.site
3146 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3148 test "x$ac_site_file" = xNONE && continue
3149 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3151 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3152 sed 's/^/| /' "$ac_site_file" >&5
3153 . "$ac_site_file" \
3154 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3156 as_fn_error $? "failed to load site script $ac_site_file
3157 See \`config.log' for more details" "$LINENO" 5; }
3159 done
3161 if test -r "$cache_file"; then
3162 # Some versions of bash will fail to source /dev/null (special files
3163 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3164 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3166 $as_echo "$as_me: loading cache $cache_file" >&6;}
3167 case $cache_file in
3168 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3169 *) . "./$cache_file";;
3170 esac
3172 else
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3174 $as_echo "$as_me: creating cache $cache_file" >&6;}
3175 >$cache_file
3178 # Check that the precious variables saved in the cache have kept the same
3179 # value.
3180 ac_cache_corrupted=false
3181 for ac_var in $ac_precious_vars; do
3182 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3183 eval ac_new_set=\$ac_env_${ac_var}_set
3184 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3185 eval ac_new_val=\$ac_env_${ac_var}_value
3186 case $ac_old_set,$ac_new_set in
3187 set,)
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3189 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3190 ac_cache_corrupted=: ;;
3191 ,set)
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3193 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3194 ac_cache_corrupted=: ;;
3195 ,);;
3197 if test "x$ac_old_val" != "x$ac_new_val"; then
3198 # differences in whitespace do not lead to failure.
3199 ac_old_val_w=`echo x $ac_old_val`
3200 ac_new_val_w=`echo x $ac_new_val`
3201 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3203 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3204 ac_cache_corrupted=:
3205 else
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3207 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3208 eval $ac_var=\$ac_old_val
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3211 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3213 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3214 fi;;
3215 esac
3216 # Pass precious variables to config.status.
3217 if test "$ac_new_set" = set; then
3218 case $ac_new_val in
3219 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3220 *) ac_arg=$ac_var=$ac_new_val ;;
3221 esac
3222 case " $ac_configure_args " in
3223 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3224 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3225 esac
3227 done
3228 if $ac_cache_corrupted; then
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3230 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3232 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3233 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3235 ## -------------------- ##
3236 ## Main body of script. ##
3237 ## -------------------- ##
3239 ac_ext=c
3240 ac_cpp='$CPP $CPPFLAGS'
3241 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3242 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3243 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3247 ac_config_headers="$ac_config_headers include/config.h"
3249 ac_aux_dir=
3250 for ac_dir in tools "$srcdir"/tools; do
3251 if test -f "$ac_dir/install-sh"; then
3252 ac_aux_dir=$ac_dir
3253 ac_install_sh="$ac_aux_dir/install-sh -c"
3254 break
3255 elif test -f "$ac_dir/install.sh"; then
3256 ac_aux_dir=$ac_dir
3257 ac_install_sh="$ac_aux_dir/install.sh -c"
3258 break
3259 elif test -f "$ac_dir/shtool"; then
3260 ac_aux_dir=$ac_dir
3261 ac_install_sh="$ac_aux_dir/shtool install -c"
3262 break
3264 done
3265 if test -z "$ac_aux_dir"; then
3266 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3269 # These three variables are undocumented and unsupported,
3270 # and are intended to be withdrawn in a future Autoconf release.
3271 # They can cause serious problems if a builder's source tree is in a directory
3272 # whose full name contains unusual characters.
3273 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3274 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3275 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3279 libwine_version="1.0"
3283 # Check whether --enable-win16 was given.
3284 if test "${enable_win16+set}" = set; then :
3285 enableval=$enable_win16;
3288 # Check whether --enable-win64 was given.
3289 if test "${enable_win64+set}" = set; then :
3290 enableval=$enable_win64;
3293 # Check whether --enable-tests was given.
3294 if test "${enable_tests+set}" = set; then :
3295 enableval=$enable_tests;
3298 # Check whether --enable-maintainer-mode was given.
3299 if test "${enable_maintainer_mode+set}" = set; then :
3300 enableval=$enable_maintainer_mode;
3305 # Check whether --with-alsa was given.
3306 if test "${with_alsa+set}" = set; then :
3307 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3311 # Check whether --with-capi was given.
3312 if test "${with_capi+set}" = set; then :
3313 withval=$with_capi;
3317 # Check whether --with-cms was given.
3318 if test "${with_cms+set}" = set; then :
3319 withval=$with_cms;
3323 # Check whether --with-coreaudio was given.
3324 if test "${with_coreaudio+set}" = set; then :
3325 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3329 # Check whether --with-cups was given.
3330 if test "${with_cups+set}" = set; then :
3331 withval=$with_cups;
3335 # Check whether --with-curses was given.
3336 if test "${with_curses+set}" = set; then :
3337 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3341 # Check whether --with-dbus was given.
3342 if test "${with_dbus+set}" = set; then :
3343 withval=$with_dbus;
3347 # Check whether --with-fontconfig was given.
3348 if test "${with_fontconfig+set}" = set; then :
3349 withval=$with_fontconfig;
3353 # Check whether --with-freetype was given.
3354 if test "${with_freetype+set}" = set; then :
3355 withval=$with_freetype;
3359 # Check whether --with-gettext was given.
3360 if test "${with_gettext+set}" = set; then :
3361 withval=$with_gettext;
3365 # Check whether --with-gettextpo was given.
3366 if test "${with_gettextpo+set}" = set; then :
3367 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3371 # Check whether --with-gphoto was given.
3372 if test "${with_gphoto+set}" = set; then :
3373 withval=$with_gphoto;
3377 # Check whether --with-glu was given.
3378 if test "${with_glu+set}" = set; then :
3379 withval=$with_glu;
3383 # Check whether --with-gnutls was given.
3384 if test "${with_gnutls+set}" = set; then :
3385 withval=$with_gnutls;
3389 # Check whether --with-gsm was given.
3390 if test "${with_gsm+set}" = set; then :
3391 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3395 # Check whether --with-gstreamer was given.
3396 if test "${with_gstreamer+set}" = set; then :
3397 withval=$with_gstreamer;
3401 # Check whether --with-hal was given.
3402 if test "${with_hal+set}" = set; then :
3403 withval=$with_hal;
3407 # Check whether --with-jpeg was given.
3408 if test "${with_jpeg+set}" = set; then :
3409 withval=$with_jpeg;
3413 # Check whether --with-ldap was given.
3414 if test "${with_ldap+set}" = set; then :
3415 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3419 # Check whether --with-mpg123 was given.
3420 if test "${with_mpg123+set}" = set; then :
3421 withval=$with_mpg123;
3425 # Check whether --with-netapi was given.
3426 if test "${with_netapi+set}" = set; then :
3427 withval=$with_netapi;
3431 # Check whether --with-openal was given.
3432 if test "${with_openal+set}" = set; then :
3433 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3437 # Check whether --with-opencl was given.
3438 if test "${with_opencl+set}" = set; then :
3439 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3443 # Check whether --with-opengl was given.
3444 if test "${with_opengl+set}" = set; then :
3445 withval=$with_opengl;
3449 # Check whether --with-osmesa was given.
3450 if test "${with_osmesa+set}" = set; then :
3451 withval=$with_osmesa;
3455 # Check whether --with-oss was given.
3456 if test "${with_oss+set}" = set; then :
3457 withval=$with_oss;
3461 # Check whether --with-pcap was given.
3462 if test "${with_pcap+set}" = set; then :
3463 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3467 # Check whether --with-png was given.
3468 if test "${with_png+set}" = set; then :
3469 withval=$with_png;
3473 # Check whether --with-pthread was given.
3474 if test "${with_pthread+set}" = set; then :
3475 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3479 # Check whether --with-pulse was given.
3480 if test "${with_pulse+set}" = set; then :
3481 withval=$with_pulse;
3485 # Check whether --with-sane was given.
3486 if test "${with_sane+set}" = set; then :
3487 withval=$with_sane;
3491 # Check whether --with-tiff was given.
3492 if test "${with_tiff+set}" = set; then :
3493 withval=$with_tiff;
3497 # Check whether --with-v4l was given.
3498 if test "${with_v4l+set}" = set; then :
3499 withval=$with_v4l;
3503 # Check whether --with-xcomposite was given.
3504 if test "${with_xcomposite+set}" = set; then :
3505 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3509 # Check whether --with-xcursor was given.
3510 if test "${with_xcursor+set}" = set; then :
3511 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3515 # Check whether --with-xinerama was given.
3516 if test "${with_xinerama+set}" = set; then :
3517 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3521 # Check whether --with-xinput was given.
3522 if test "${with_xinput+set}" = set; then :
3523 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3527 # Check whether --with-xinput2 was given.
3528 if test "${with_xinput2+set}" = set; then :
3529 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3533 # Check whether --with-xml was given.
3534 if test "${with_xml+set}" = set; then :
3535 withval=$with_xml;
3539 # Check whether --with-xrandr was given.
3540 if test "${with_xrandr+set}" = set; then :
3541 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3545 # Check whether --with-xrender was given.
3546 if test "${with_xrender+set}" = set; then :
3547 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3551 # Check whether --with-xshape was given.
3552 if test "${with_xshape+set}" = set; then :
3553 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3557 # Check whether --with-xshm was given.
3558 if test "${with_xshm+set}" = set; then :
3559 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3563 # Check whether --with-xslt was given.
3564 if test "${with_xslt+set}" = set; then :
3565 withval=$with_xslt;
3569 # Check whether --with-xxf86vm was given.
3570 if test "${with_xxf86vm+set}" = set; then :
3571 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
3575 # Check whether --with-zlib was given.
3576 if test "${with_zlib+set}" = set; then :
3577 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3582 # Check whether --with-wine-tools was given.
3583 if test "${with_wine_tools+set}" = set; then :
3584 withval=$with_wine_tools;
3588 # Check whether --with-wine64 was given.
3589 if test "${with_wine64+set}" = set; then :
3590 withval=$with_wine64;
3594 # Make sure we can run config.sub.
3595 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3596 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3599 $as_echo_n "checking build system type... " >&6; }
3600 if ${ac_cv_build+:} false; then :
3601 $as_echo_n "(cached) " >&6
3602 else
3603 ac_build_alias=$build_alias
3604 test "x$ac_build_alias" = x &&
3605 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3606 test "x$ac_build_alias" = x &&
3607 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3608 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3609 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3613 $as_echo "$ac_cv_build" >&6; }
3614 case $ac_cv_build in
3615 *-*-*) ;;
3616 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3617 esac
3618 build=$ac_cv_build
3619 ac_save_IFS=$IFS; IFS='-'
3620 set x $ac_cv_build
3621 shift
3622 build_cpu=$1
3623 build_vendor=$2
3624 shift; shift
3625 # Remember, the first character of IFS is used to create $*,
3626 # except with old shells:
3627 build_os=$*
3628 IFS=$ac_save_IFS
3629 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3633 $as_echo_n "checking host system type... " >&6; }
3634 if ${ac_cv_host+:} false; then :
3635 $as_echo_n "(cached) " >&6
3636 else
3637 if test "x$host_alias" = x; then
3638 ac_cv_host=$ac_cv_build
3639 else
3640 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3641 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3646 $as_echo "$ac_cv_host" >&6; }
3647 case $ac_cv_host in
3648 *-*-*) ;;
3649 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3650 esac
3651 host=$ac_cv_host
3652 ac_save_IFS=$IFS; IFS='-'
3653 set x $ac_cv_host
3654 shift
3655 host_cpu=$1
3656 host_vendor=$2
3657 shift; shift
3658 # Remember, the first character of IFS is used to create $*,
3659 # except with old shells:
3660 host_os=$*
3661 IFS=$ac_save_IFS
3662 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3666 case "$srcdir" in
3667 .) ;;
3668 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3669 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3670 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3671 fi ;;
3672 esac
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3676 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3677 set x ${MAKE-make}
3678 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3679 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3680 $as_echo_n "(cached) " >&6
3681 else
3682 cat >conftest.make <<\_ACEOF
3683 SHELL = /bin/sh
3684 all:
3685 @echo '@@@%%%=$(MAKE)=@@@%%%'
3686 _ACEOF
3687 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3688 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3689 *@@@%%%=?*=@@@%%%*)
3690 eval ac_cv_prog_make_${ac_make}_set=yes;;
3692 eval ac_cv_prog_make_${ac_make}_set=no;;
3693 esac
3694 rm -f conftest.make
3696 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3698 $as_echo "yes" >&6; }
3699 SET_MAKE=
3700 else
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3702 $as_echo "no" >&6; }
3703 SET_MAKE="MAKE=${MAKE-make}"
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3711 if test -n "$ac_tool_prefix"; then
3712 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3713 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if ${ac_cv_prog_CC+:} false; then :
3717 $as_echo_n "(cached) " >&6
3718 else
3719 if test -n "$CC"; then
3720 ac_cv_prog_CC="$CC" # Let the user override the test.
3721 else
3722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3723 for as_dir in $PATH
3725 IFS=$as_save_IFS
3726 test -z "$as_dir" && as_dir=.
3727 for ac_exec_ext in '' $ac_executable_extensions; do
3728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3729 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3731 break 2
3733 done
3734 done
3735 IFS=$as_save_IFS
3739 CC=$ac_cv_prog_CC
3740 if test -n "$CC"; then
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3742 $as_echo "$CC" >&6; }
3743 else
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3750 if test -z "$ac_cv_prog_CC"; then
3751 ac_ct_CC=$CC
3752 # Extract the first word of "gcc", so it can be a program name with args.
3753 set dummy gcc; ac_word=$2
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3755 $as_echo_n "checking for $ac_word... " >&6; }
3756 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3757 $as_echo_n "(cached) " >&6
3758 else
3759 if test -n "$ac_ct_CC"; then
3760 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3761 else
3762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3763 for as_dir in $PATH
3765 IFS=$as_save_IFS
3766 test -z "$as_dir" && as_dir=.
3767 for ac_exec_ext in '' $ac_executable_extensions; do
3768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3769 ac_cv_prog_ac_ct_CC="gcc"
3770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3771 break 2
3773 done
3774 done
3775 IFS=$as_save_IFS
3779 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3780 if test -n "$ac_ct_CC"; then
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3782 $as_echo "$ac_ct_CC" >&6; }
3783 else
3784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3785 $as_echo "no" >&6; }
3788 if test "x$ac_ct_CC" = x; then
3789 CC=""
3790 else
3791 case $cross_compiling:$ac_tool_warned in
3792 yes:)
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3794 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3795 ac_tool_warned=yes ;;
3796 esac
3797 CC=$ac_ct_CC
3799 else
3800 CC="$ac_cv_prog_CC"
3803 if test -z "$CC"; then
3804 if test -n "$ac_tool_prefix"; then
3805 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3806 set dummy ${ac_tool_prefix}cc; ac_word=$2
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3808 $as_echo_n "checking for $ac_word... " >&6; }
3809 if ${ac_cv_prog_CC+:} false; then :
3810 $as_echo_n "(cached) " >&6
3811 else
3812 if test -n "$CC"; then
3813 ac_cv_prog_CC="$CC" # Let the user override the test.
3814 else
3815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3816 for as_dir in $PATH
3818 IFS=$as_save_IFS
3819 test -z "$as_dir" && as_dir=.
3820 for ac_exec_ext in '' $ac_executable_extensions; do
3821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3822 ac_cv_prog_CC="${ac_tool_prefix}cc"
3823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3824 break 2
3826 done
3827 done
3828 IFS=$as_save_IFS
3832 CC=$ac_cv_prog_CC
3833 if test -n "$CC"; then
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3835 $as_echo "$CC" >&6; }
3836 else
3837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3838 $as_echo "no" >&6; }
3844 if test -z "$CC"; then
3845 # Extract the first word of "cc", so it can be a program name with args.
3846 set dummy cc; ac_word=$2
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3848 $as_echo_n "checking for $ac_word... " >&6; }
3849 if ${ac_cv_prog_CC+:} false; then :
3850 $as_echo_n "(cached) " >&6
3851 else
3852 if test -n "$CC"; then
3853 ac_cv_prog_CC="$CC" # Let the user override the test.
3854 else
3855 ac_prog_rejected=no
3856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3857 for as_dir in $PATH
3859 IFS=$as_save_IFS
3860 test -z "$as_dir" && as_dir=.
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3863 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3864 ac_prog_rejected=yes
3865 continue
3867 ac_cv_prog_CC="cc"
3868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3869 break 2
3871 done
3872 done
3873 IFS=$as_save_IFS
3875 if test $ac_prog_rejected = yes; then
3876 # We found a bogon in the path, so make sure we never use it.
3877 set dummy $ac_cv_prog_CC
3878 shift
3879 if test $# != 0; then
3880 # We chose a different compiler from the bogus one.
3881 # However, it has the same basename, so the bogon will be chosen
3882 # first if we set CC to just the basename; use the full file name.
3883 shift
3884 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3889 CC=$ac_cv_prog_CC
3890 if test -n "$CC"; then
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3892 $as_echo "$CC" >&6; }
3893 else
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3895 $as_echo "no" >&6; }
3900 if test -z "$CC"; then
3901 if test -n "$ac_tool_prefix"; then
3902 for ac_prog in cl.exe
3904 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3905 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3907 $as_echo_n "checking for $ac_word... " >&6; }
3908 if ${ac_cv_prog_CC+:} false; then :
3909 $as_echo_n "(cached) " >&6
3910 else
3911 if test -n "$CC"; then
3912 ac_cv_prog_CC="$CC" # Let the user override the test.
3913 else
3914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3915 for as_dir in $PATH
3917 IFS=$as_save_IFS
3918 test -z "$as_dir" && as_dir=.
3919 for ac_exec_ext in '' $ac_executable_extensions; do
3920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3921 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3923 break 2
3925 done
3926 done
3927 IFS=$as_save_IFS
3931 CC=$ac_cv_prog_CC
3932 if test -n "$CC"; then
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3934 $as_echo "$CC" >&6; }
3935 else
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3937 $as_echo "no" >&6; }
3941 test -n "$CC" && break
3942 done
3944 if test -z "$CC"; then
3945 ac_ct_CC=$CC
3946 for ac_prog in cl.exe
3948 # Extract the first word of "$ac_prog", so it can be a program name with args.
3949 set dummy $ac_prog; ac_word=$2
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3951 $as_echo_n "checking for $ac_word... " >&6; }
3952 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3953 $as_echo_n "(cached) " >&6
3954 else
3955 if test -n "$ac_ct_CC"; then
3956 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3957 else
3958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3959 for as_dir in $PATH
3961 IFS=$as_save_IFS
3962 test -z "$as_dir" && as_dir=.
3963 for ac_exec_ext in '' $ac_executable_extensions; do
3964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3965 ac_cv_prog_ac_ct_CC="$ac_prog"
3966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3967 break 2
3969 done
3970 done
3971 IFS=$as_save_IFS
3975 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3976 if test -n "$ac_ct_CC"; then
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3978 $as_echo "$ac_ct_CC" >&6; }
3979 else
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3981 $as_echo "no" >&6; }
3985 test -n "$ac_ct_CC" && break
3986 done
3988 if test "x$ac_ct_CC" = x; then
3989 CC=""
3990 else
3991 case $cross_compiling:$ac_tool_warned in
3992 yes:)
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3994 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3995 ac_tool_warned=yes ;;
3996 esac
3997 CC=$ac_ct_CC
4004 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4005 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4006 as_fn_error $? "no acceptable C compiler found in \$PATH
4007 See \`config.log' for more details" "$LINENO" 5; }
4009 # Provide some information about the compiler.
4010 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4011 set X $ac_compile
4012 ac_compiler=$2
4013 for ac_option in --version -v -V -qversion; do
4014 { { ac_try="$ac_compiler $ac_option >&5"
4015 case "(($ac_try" in
4016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4017 *) ac_try_echo=$ac_try;;
4018 esac
4019 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4020 $as_echo "$ac_try_echo"; } >&5
4021 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4022 ac_status=$?
4023 if test -s conftest.err; then
4024 sed '10a\
4025 ... rest of stderr output deleted ...
4026 10q' conftest.err >conftest.er1
4027 cat conftest.er1 >&5
4029 rm -f conftest.er1 conftest.err
4030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4031 test $ac_status = 0; }
4032 done
4034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4035 /* end confdefs.h. */
4038 main ()
4042 return 0;
4044 _ACEOF
4045 ac_clean_files_save=$ac_clean_files
4046 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4047 # Try to create an executable without -o first, disregard a.out.
4048 # It will help us diagnose broken compilers, and finding out an intuition
4049 # of exeext.
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4051 $as_echo_n "checking whether the C compiler works... " >&6; }
4052 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4054 # The possible output files:
4055 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4057 ac_rmfiles=
4058 for ac_file in $ac_files
4060 case $ac_file in
4061 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4062 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4063 esac
4064 done
4065 rm -f $ac_rmfiles
4067 if { { ac_try="$ac_link_default"
4068 case "(($ac_try" in
4069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4070 *) ac_try_echo=$ac_try;;
4071 esac
4072 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4073 $as_echo "$ac_try_echo"; } >&5
4074 (eval "$ac_link_default") 2>&5
4075 ac_status=$?
4076 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4077 test $ac_status = 0; }; then :
4078 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4079 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4080 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4081 # so that the user can short-circuit this test for compilers unknown to
4082 # Autoconf.
4083 for ac_file in $ac_files ''
4085 test -f "$ac_file" || continue
4086 case $ac_file in
4087 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4089 [ab].out )
4090 # We found the default executable, but exeext='' is most
4091 # certainly right.
4092 break;;
4093 *.* )
4094 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4095 then :; else
4096 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4098 # We set ac_cv_exeext here because the later test for it is not
4099 # safe: cross compilers may not add the suffix if given an `-o'
4100 # argument, so we may need to know it at that point already.
4101 # Even if this section looks crufty: it has the advantage of
4102 # actually working.
4103 break;;
4105 break;;
4106 esac
4107 done
4108 test "$ac_cv_exeext" = no && ac_cv_exeext=
4110 else
4111 ac_file=''
4113 if test -z "$ac_file"; then :
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4115 $as_echo "no" >&6; }
4116 $as_echo "$as_me: failed program was:" >&5
4117 sed 's/^/| /' conftest.$ac_ext >&5
4119 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4120 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4121 as_fn_error 77 "C compiler cannot create executables
4122 See \`config.log' for more details" "$LINENO" 5; }
4123 else
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4125 $as_echo "yes" >&6; }
4127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4128 $as_echo_n "checking for C compiler default output file name... " >&6; }
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4130 $as_echo "$ac_file" >&6; }
4131 ac_exeext=$ac_cv_exeext
4133 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4134 ac_clean_files=$ac_clean_files_save
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4136 $as_echo_n "checking for suffix of executables... " >&6; }
4137 if { { ac_try="$ac_link"
4138 case "(($ac_try" in
4139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4140 *) ac_try_echo=$ac_try;;
4141 esac
4142 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4143 $as_echo "$ac_try_echo"; } >&5
4144 (eval "$ac_link") 2>&5
4145 ac_status=$?
4146 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4147 test $ac_status = 0; }; then :
4148 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4149 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4150 # work properly (i.e., refer to `conftest.exe'), while it won't with
4151 # `rm'.
4152 for ac_file in conftest.exe conftest conftest.*; do
4153 test -f "$ac_file" || continue
4154 case $ac_file in
4155 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4156 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4157 break;;
4158 * ) break;;
4159 esac
4160 done
4161 else
4162 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4163 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4164 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4165 See \`config.log' for more details" "$LINENO" 5; }
4167 rm -f conftest conftest$ac_cv_exeext
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4169 $as_echo "$ac_cv_exeext" >&6; }
4171 rm -f conftest.$ac_ext
4172 EXEEXT=$ac_cv_exeext
4173 ac_exeext=$EXEEXT
4174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4175 /* end confdefs.h. */
4176 #include <stdio.h>
4178 main ()
4180 FILE *f = fopen ("conftest.out", "w");
4181 return ferror (f) || fclose (f) != 0;
4184 return 0;
4186 _ACEOF
4187 ac_clean_files="$ac_clean_files conftest.out"
4188 # Check that the compiler produces executables we can run. If not, either
4189 # the compiler is broken, or we cross compile.
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4191 $as_echo_n "checking whether we are cross compiling... " >&6; }
4192 if test "$cross_compiling" != yes; then
4193 { { ac_try="$ac_link"
4194 case "(($ac_try" in
4195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4196 *) ac_try_echo=$ac_try;;
4197 esac
4198 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4199 $as_echo "$ac_try_echo"; } >&5
4200 (eval "$ac_link") 2>&5
4201 ac_status=$?
4202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4203 test $ac_status = 0; }
4204 if { ac_try='./conftest$ac_cv_exeext'
4205 { { case "(($ac_try" in
4206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4207 *) ac_try_echo=$ac_try;;
4208 esac
4209 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4210 $as_echo "$ac_try_echo"; } >&5
4211 (eval "$ac_try") 2>&5
4212 ac_status=$?
4213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4214 test $ac_status = 0; }; }; then
4215 cross_compiling=no
4216 else
4217 if test "$cross_compiling" = maybe; then
4218 cross_compiling=yes
4219 else
4220 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4221 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4222 as_fn_error $? "cannot run C compiled programs.
4223 If you meant to cross compile, use \`--host'.
4224 See \`config.log' for more details" "$LINENO" 5; }
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4229 $as_echo "$cross_compiling" >&6; }
4231 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4232 ac_clean_files=$ac_clean_files_save
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4234 $as_echo_n "checking for suffix of object files... " >&6; }
4235 if ${ac_cv_objext+:} false; then :
4236 $as_echo_n "(cached) " >&6
4237 else
4238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4239 /* end confdefs.h. */
4242 main ()
4246 return 0;
4248 _ACEOF
4249 rm -f conftest.o conftest.obj
4250 if { { ac_try="$ac_compile"
4251 case "(($ac_try" in
4252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4253 *) ac_try_echo=$ac_try;;
4254 esac
4255 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4256 $as_echo "$ac_try_echo"; } >&5
4257 (eval "$ac_compile") 2>&5
4258 ac_status=$?
4259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4260 test $ac_status = 0; }; then :
4261 for ac_file in conftest.o conftest.obj conftest.*; do
4262 test -f "$ac_file" || continue;
4263 case $ac_file in
4264 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4265 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4266 break;;
4267 esac
4268 done
4269 else
4270 $as_echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4273 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4274 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4275 as_fn_error $? "cannot compute suffix of object files: cannot compile
4276 See \`config.log' for more details" "$LINENO" 5; }
4278 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4281 $as_echo "$ac_cv_objext" >&6; }
4282 OBJEXT=$ac_cv_objext
4283 ac_objext=$OBJEXT
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4285 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4286 if ${ac_cv_c_compiler_gnu+:} false; then :
4287 $as_echo_n "(cached) " >&6
4288 else
4289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4290 /* end confdefs.h. */
4293 main ()
4295 #ifndef __GNUC__
4296 choke me
4297 #endif
4300 return 0;
4302 _ACEOF
4303 if ac_fn_c_try_compile "$LINENO"; then :
4304 ac_compiler_gnu=yes
4305 else
4306 ac_compiler_gnu=no
4308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4309 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4313 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4314 if test $ac_compiler_gnu = yes; then
4315 GCC=yes
4316 else
4317 GCC=
4319 ac_test_CFLAGS=${CFLAGS+set}
4320 ac_save_CFLAGS=$CFLAGS
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4322 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4323 if ${ac_cv_prog_cc_g+:} false; then :
4324 $as_echo_n "(cached) " >&6
4325 else
4326 ac_save_c_werror_flag=$ac_c_werror_flag
4327 ac_c_werror_flag=yes
4328 ac_cv_prog_cc_g=no
4329 CFLAGS="-g"
4330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4331 /* end confdefs.h. */
4334 main ()
4338 return 0;
4340 _ACEOF
4341 if ac_fn_c_try_compile "$LINENO"; then :
4342 ac_cv_prog_cc_g=yes
4343 else
4344 CFLAGS=""
4345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4346 /* end confdefs.h. */
4349 main ()
4353 return 0;
4355 _ACEOF
4356 if ac_fn_c_try_compile "$LINENO"; then :
4358 else
4359 ac_c_werror_flag=$ac_save_c_werror_flag
4360 CFLAGS="-g"
4361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4362 /* end confdefs.h. */
4365 main ()
4369 return 0;
4371 _ACEOF
4372 if ac_fn_c_try_compile "$LINENO"; then :
4373 ac_cv_prog_cc_g=yes
4375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4380 ac_c_werror_flag=$ac_save_c_werror_flag
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4383 $as_echo "$ac_cv_prog_cc_g" >&6; }
4384 if test "$ac_test_CFLAGS" = set; then
4385 CFLAGS=$ac_save_CFLAGS
4386 elif test $ac_cv_prog_cc_g = yes; then
4387 if test "$GCC" = yes; then
4388 CFLAGS="-g -O2"
4389 else
4390 CFLAGS="-g"
4392 else
4393 if test "$GCC" = yes; then
4394 CFLAGS="-O2"
4395 else
4396 CFLAGS=
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4400 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4401 if ${ac_cv_prog_cc_c89+:} false; then :
4402 $as_echo_n "(cached) " >&6
4403 else
4404 ac_cv_prog_cc_c89=no
4405 ac_save_CC=$CC
4406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4407 /* end confdefs.h. */
4408 #include <stdarg.h>
4409 #include <stdio.h>
4410 struct stat;
4411 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4412 struct buf { int x; };
4413 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4414 static char *e (p, i)
4415 char **p;
4416 int i;
4418 return p[i];
4420 static char *f (char * (*g) (char **, int), char **p, ...)
4422 char *s;
4423 va_list v;
4424 va_start (v,p);
4425 s = g (p, va_arg (v,int));
4426 va_end (v);
4427 return s;
4430 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4431 function prototypes and stuff, but not '\xHH' hex character constants.
4432 These don't provoke an error unfortunately, instead are silently treated
4433 as 'x'. The following induces an error, until -std is added to get
4434 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4435 array size at least. It's necessary to write '\x00'==0 to get something
4436 that's true only with -std. */
4437 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4439 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4440 inside strings and character constants. */
4441 #define FOO(x) 'x'
4442 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4444 int test (int i, double x);
4445 struct s1 {int (*f) (int a);};
4446 struct s2 {int (*f) (double a);};
4447 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4448 int argc;
4449 char **argv;
4451 main ()
4453 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4455 return 0;
4457 _ACEOF
4458 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4459 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4461 CC="$ac_save_CC $ac_arg"
4462 if ac_fn_c_try_compile "$LINENO"; then :
4463 ac_cv_prog_cc_c89=$ac_arg
4465 rm -f core conftest.err conftest.$ac_objext
4466 test "x$ac_cv_prog_cc_c89" != "xno" && break
4467 done
4468 rm -f conftest.$ac_ext
4469 CC=$ac_save_CC
4472 # AC_CACHE_VAL
4473 case "x$ac_cv_prog_cc_c89" in
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4476 $as_echo "none needed" >&6; } ;;
4477 xno)
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4479 $as_echo "unsupported" >&6; } ;;
4481 CC="$CC $ac_cv_prog_cc_c89"
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4483 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4484 esac
4485 if test "x$ac_cv_prog_cc_c89" != xno; then :
4489 ac_ext=c
4490 ac_cpp='$CPP $CPPFLAGS'
4491 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4492 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4493 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4495 ac_ext=cpp
4496 ac_cpp='$CXXCPP $CPPFLAGS'
4497 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4498 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4499 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4500 if test -z "$CXX"; then
4501 if test -n "$CCC"; then
4502 CXX=$CCC
4503 else
4504 if test -n "$ac_tool_prefix"; then
4505 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4507 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4508 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4510 $as_echo_n "checking for $ac_word... " >&6; }
4511 if ${ac_cv_prog_CXX+:} false; then :
4512 $as_echo_n "(cached) " >&6
4513 else
4514 if test -n "$CXX"; then
4515 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4516 else
4517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4518 for as_dir in $PATH
4520 IFS=$as_save_IFS
4521 test -z "$as_dir" && as_dir=.
4522 for ac_exec_ext in '' $ac_executable_extensions; do
4523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4524 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4526 break 2
4528 done
4529 done
4530 IFS=$as_save_IFS
4534 CXX=$ac_cv_prog_CXX
4535 if test -n "$CXX"; then
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4537 $as_echo "$CXX" >&6; }
4538 else
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4540 $as_echo "no" >&6; }
4544 test -n "$CXX" && break
4545 done
4547 if test -z "$CXX"; then
4548 ac_ct_CXX=$CXX
4549 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4551 # Extract the first word of "$ac_prog", so it can be a program name with args.
4552 set dummy $ac_prog; ac_word=$2
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4554 $as_echo_n "checking for $ac_word... " >&6; }
4555 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4556 $as_echo_n "(cached) " >&6
4557 else
4558 if test -n "$ac_ct_CXX"; then
4559 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4560 else
4561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4562 for as_dir in $PATH
4564 IFS=$as_save_IFS
4565 test -z "$as_dir" && as_dir=.
4566 for ac_exec_ext in '' $ac_executable_extensions; do
4567 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4568 ac_cv_prog_ac_ct_CXX="$ac_prog"
4569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4570 break 2
4572 done
4573 done
4574 IFS=$as_save_IFS
4578 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4579 if test -n "$ac_ct_CXX"; then
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4581 $as_echo "$ac_ct_CXX" >&6; }
4582 else
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4584 $as_echo "no" >&6; }
4588 test -n "$ac_ct_CXX" && break
4589 done
4591 if test "x$ac_ct_CXX" = x; then
4592 CXX="g++"
4593 else
4594 case $cross_compiling:$ac_tool_warned in
4595 yes:)
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4597 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4598 ac_tool_warned=yes ;;
4599 esac
4600 CXX=$ac_ct_CXX
4606 # Provide some information about the compiler.
4607 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4608 set X $ac_compile
4609 ac_compiler=$2
4610 for ac_option in --version -v -V -qversion; do
4611 { { ac_try="$ac_compiler $ac_option >&5"
4612 case "(($ac_try" in
4613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4614 *) ac_try_echo=$ac_try;;
4615 esac
4616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4617 $as_echo "$ac_try_echo"; } >&5
4618 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4619 ac_status=$?
4620 if test -s conftest.err; then
4621 sed '10a\
4622 ... rest of stderr output deleted ...
4623 10q' conftest.err >conftest.er1
4624 cat conftest.er1 >&5
4626 rm -f conftest.er1 conftest.err
4627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4628 test $ac_status = 0; }
4629 done
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4632 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4633 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4634 $as_echo_n "(cached) " >&6
4635 else
4636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4637 /* end confdefs.h. */
4640 main ()
4642 #ifndef __GNUC__
4643 choke me
4644 #endif
4647 return 0;
4649 _ACEOF
4650 if ac_fn_cxx_try_compile "$LINENO"; then :
4651 ac_compiler_gnu=yes
4652 else
4653 ac_compiler_gnu=no
4655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4656 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4660 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4661 if test $ac_compiler_gnu = yes; then
4662 GXX=yes
4663 else
4664 GXX=
4666 ac_test_CXXFLAGS=${CXXFLAGS+set}
4667 ac_save_CXXFLAGS=$CXXFLAGS
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4669 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4670 if ${ac_cv_prog_cxx_g+:} false; then :
4671 $as_echo_n "(cached) " >&6
4672 else
4673 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4674 ac_cxx_werror_flag=yes
4675 ac_cv_prog_cxx_g=no
4676 CXXFLAGS="-g"
4677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4678 /* end confdefs.h. */
4681 main ()
4685 return 0;
4687 _ACEOF
4688 if ac_fn_cxx_try_compile "$LINENO"; then :
4689 ac_cv_prog_cxx_g=yes
4690 else
4691 CXXFLAGS=""
4692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4693 /* end confdefs.h. */
4696 main ()
4700 return 0;
4702 _ACEOF
4703 if ac_fn_cxx_try_compile "$LINENO"; then :
4705 else
4706 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4707 CXXFLAGS="-g"
4708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4709 /* end confdefs.h. */
4712 main ()
4716 return 0;
4718 _ACEOF
4719 if ac_fn_cxx_try_compile "$LINENO"; then :
4720 ac_cv_prog_cxx_g=yes
4722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4727 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4730 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4731 if test "$ac_test_CXXFLAGS" = set; then
4732 CXXFLAGS=$ac_save_CXXFLAGS
4733 elif test $ac_cv_prog_cxx_g = yes; then
4734 if test "$GXX" = yes; then
4735 CXXFLAGS="-g -O2"
4736 else
4737 CXXFLAGS="-g"
4739 else
4740 if test "$GXX" = yes; then
4741 CXXFLAGS="-O2"
4742 else
4743 CXXFLAGS=
4746 ac_ext=c
4747 ac_cpp='$CPP $CPPFLAGS'
4748 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4749 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4750 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4752 if test -n "$ac_tool_prefix"; then
4753 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4754 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4756 $as_echo_n "checking for $ac_word... " >&6; }
4757 if ${ac_cv_prog_CPPBIN+:} false; then :
4758 $as_echo_n "(cached) " >&6
4759 else
4760 if test -n "$CPPBIN"; then
4761 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4762 else
4763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4764 for as_dir in $PATH
4766 IFS=$as_save_IFS
4767 test -z "$as_dir" && as_dir=.
4768 for ac_exec_ext in '' $ac_executable_extensions; do
4769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4770 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4772 break 2
4774 done
4775 done
4776 IFS=$as_save_IFS
4780 CPPBIN=$ac_cv_prog_CPPBIN
4781 if test -n "$CPPBIN"; then
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4783 $as_echo "$CPPBIN" >&6; }
4784 else
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4786 $as_echo "no" >&6; }
4791 if test -z "$ac_cv_prog_CPPBIN"; then
4792 ac_ct_CPPBIN=$CPPBIN
4793 # Extract the first word of "cpp", so it can be a program name with args.
4794 set dummy cpp; ac_word=$2
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4796 $as_echo_n "checking for $ac_word... " >&6; }
4797 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4798 $as_echo_n "(cached) " >&6
4799 else
4800 if test -n "$ac_ct_CPPBIN"; then
4801 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4802 else
4803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4804 for as_dir in $PATH
4806 IFS=$as_save_IFS
4807 test -z "$as_dir" && as_dir=.
4808 for ac_exec_ext in '' $ac_executable_extensions; do
4809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4810 ac_cv_prog_ac_ct_CPPBIN="cpp"
4811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4812 break 2
4814 done
4815 done
4816 IFS=$as_save_IFS
4820 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4821 if test -n "$ac_ct_CPPBIN"; then
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4823 $as_echo "$ac_ct_CPPBIN" >&6; }
4824 else
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4826 $as_echo "no" >&6; }
4829 if test "x$ac_ct_CPPBIN" = x; then
4830 CPPBIN="cpp"
4831 else
4832 case $cross_compiling:$ac_tool_warned in
4833 yes:)
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4835 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4836 ac_tool_warned=yes ;;
4837 esac
4838 CPPBIN=$ac_ct_CPPBIN
4840 else
4841 CPPBIN="$ac_cv_prog_CPPBIN"
4845 cat >>confdefs.h <<_ACEOF
4846 #define EXEEXT "$ac_exeext"
4847 _ACEOF
4849 if test -n "$ac_tool_prefix"; then
4850 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4851 set dummy ${ac_tool_prefix}ld; ac_word=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if ${ac_cv_prog_LD+:} false; then :
4855 $as_echo_n "(cached) " >&6
4856 else
4857 if test -n "$LD"; then
4858 ac_cv_prog_LD="$LD" # Let the user override the test.
4859 else
4860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4861 for as_dir in $PATH
4863 IFS=$as_save_IFS
4864 test -z "$as_dir" && as_dir=.
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4867 ac_cv_prog_LD="${ac_tool_prefix}ld"
4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4869 break 2
4871 done
4872 done
4873 IFS=$as_save_IFS
4877 LD=$ac_cv_prog_LD
4878 if test -n "$LD"; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4880 $as_echo "$LD" >&6; }
4881 else
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4888 if test -z "$ac_cv_prog_LD"; then
4889 ac_ct_LD=$LD
4890 # Extract the first word of "ld", so it can be a program name with args.
4891 set dummy ld; ac_word=$2
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4893 $as_echo_n "checking for $ac_word... " >&6; }
4894 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4895 $as_echo_n "(cached) " >&6
4896 else
4897 if test -n "$ac_ct_LD"; then
4898 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4899 else
4900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901 for as_dir in $PATH
4903 IFS=$as_save_IFS
4904 test -z "$as_dir" && as_dir=.
4905 for ac_exec_ext in '' $ac_executable_extensions; do
4906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4907 ac_cv_prog_ac_ct_LD="ld"
4908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4909 break 2
4911 done
4912 done
4913 IFS=$as_save_IFS
4917 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4918 if test -n "$ac_ct_LD"; then
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4920 $as_echo "$ac_ct_LD" >&6; }
4921 else
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4923 $as_echo "no" >&6; }
4926 if test "x$ac_ct_LD" = x; then
4927 LD=""
4928 else
4929 case $cross_compiling:$ac_tool_warned in
4930 yes:)
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4932 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4933 ac_tool_warned=yes ;;
4934 esac
4935 LD=$ac_ct_LD
4937 else
4938 LD="$ac_cv_prog_LD"
4942 case $host in
4943 *-darwin*)
4944 if test "x$enable_win64" = "xyes"
4945 then
4946 CC="$CC -m64"
4947 CXX="$CXX -m64"
4948 host_cpu="x86_64"
4949 notice_platform="64-bit "
4950 TARGETFLAGS="-m64"
4952 else
4953 CC="$CC -m32"
4954 CXX="$CXX -m32"
4955 host_cpu="i386"
4956 notice_platform="32-bit "
4957 TARGETFLAGS="-m32"
4959 enable_win16=${enable_win16:-yes}
4961 with_fontconfig=${with_fontconfig:-no}
4963 x86_64*|amd64*)
4964 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4965 then
4966 CC="$CC -m32"
4967 CXX="$CXX -m32"
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4969 $as_echo_n "checking whether $CC works... " >&6; }
4971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4972 /* end confdefs.h. */
4975 main ()
4979 return 0;
4981 _ACEOF
4982 if ac_fn_c_try_link "$LINENO"; then :
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4984 $as_echo "yes" >&6; }
4985 else
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4987 $as_echo "no" >&6; }
4988 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4990 rm -f core conftest.err conftest.$ac_objext \
4991 conftest$ac_exeext conftest.$ac_ext
4992 host_cpu="i386"
4993 notice_platform="32-bit "
4994 TARGETFLAGS="-m32"
4996 enable_win16=${enable_win16:-yes}
4997 else
4998 if test "x${GCC}" = "xyes"
4999 then
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5001 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5003 /* end confdefs.h. */
5004 #include <stdarg.h>
5006 main ()
5008 void func(__builtin_ms_va_list *args);
5010 return 0;
5012 _ACEOF
5013 if ac_fn_c_try_compile "$LINENO"; then :
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5015 $as_echo "yes" >&6; }
5016 else
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018 $as_echo "no" >&6; }
5019 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5023 host_cpu="x86_64"
5024 TARGETFLAGS="-m64"
5028 arm*)
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5030 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5032 /* end confdefs.h. */
5033 int ac_test(int i) { return i; }
5035 main ()
5037 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5039 return 0;
5041 _ACEOF
5042 if ac_fn_c_try_link "$LINENO"; then :
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5044 $as_echo "yes" >&6; }
5045 else
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5047 $as_echo "no" >&6; }
5048 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5050 rm -f core conftest.err conftest.$ac_objext \
5051 conftest$ac_exeext conftest.$ac_ext
5052 CFLAGS="$CFLAGS -marm"
5053 TARGETFLAGS="-marm"
5056 *-mingw32*|*-cygwin*)
5057 enable_win16=${enable_win16:-no}
5058 CFLAGS="$CFLAGS -D_WIN32"
5060 i[3456789]86*)
5061 enable_win16=${enable_win16:-yes}
5063 esac
5065 enable_win16=${enable_win16:-no}
5066 enable_win64=${enable_win64:-no}
5068 enable_winetest=${enable_winetest:-$enable_tests}
5070 if test -n "$with_wine64"
5071 then
5072 if test "x$enable_win64" = "xyes"
5073 then
5074 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5075 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5077 test "$srcdir" != . || as_fn_error $? "--with-wine64 cannot be used when building inside the source tree.
5078 You should create a separate build directory and run configure from there." "$LINENO" 5
5079 enable_fonts=${enable_fonts:-no}
5080 enable_server=${enable_server:-no}
5081 elif test "x$enable_win64" = "xyes"
5082 then
5083 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5087 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5088 if ${wine_cv_toolsdir+:} false; then :
5089 $as_echo_n "(cached) " >&6
5090 else
5091 wine_cv_toolsdir="$with_wine_tools"
5092 if test -z "$with_wine_tools"; then
5093 if test "$cross_compiling" = "yes"; then
5094 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5095 elif test -n "$with_wine64"; then
5096 wine_cv_toolsdir="$with_wine64"
5099 if test -z "$wine_cv_toolsdir"; then
5100 wine_makedep=tools/makedep
5101 wine_cv_toolsdir="\$(top_builddir)"
5102 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5103 wine_makedep=$wine_cv_toolsdir/tools/makedep
5104 case "$wine_cv_toolsdir" in
5105 /*) ;;
5106 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5107 esac
5108 enable_tools=${enable_tools:-no}
5109 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5110 else
5111 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5115 $as_echo "$wine_cv_toolsdir" >&6; }
5116 TOOLSDIR=$wine_cv_toolsdir
5118 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5119 then
5120 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5124 for ac_prog in flex
5126 # Extract the first word of "$ac_prog", so it can be a program name with args.
5127 set dummy $ac_prog; ac_word=$2
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5129 $as_echo_n "checking for $ac_word... " >&6; }
5130 if ${ac_cv_prog_FLEX+:} false; then :
5131 $as_echo_n "(cached) " >&6
5132 else
5133 if test -n "$FLEX"; then
5134 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5135 else
5136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5137 for as_dir in $PATH
5139 IFS=$as_save_IFS
5140 test -z "$as_dir" && as_dir=.
5141 for ac_exec_ext in '' $ac_executable_extensions; do
5142 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5143 ac_cv_prog_FLEX="$ac_prog"
5144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5145 break 2
5147 done
5148 done
5149 IFS=$as_save_IFS
5153 FLEX=$ac_cv_prog_FLEX
5154 if test -n "$FLEX"; then
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5156 $as_echo "$FLEX" >&6; }
5157 else
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5159 $as_echo "no" >&6; }
5163 test -n "$FLEX" && break
5164 done
5165 test -n "$FLEX" || FLEX="none"
5167 if test "$FLEX" = "none"
5168 then
5169 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5172 $as_echo_n "checking whether flex is recent enough... " >&6; }
5173 cat >conftest.l <<EOF
5174 %top{
5175 #include "prediluvian.h"
5179 if $FLEX -t conftest.l >/dev/null 2>&5
5180 then
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5182 $as_echo "yes" >&6; }
5183 else
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5185 $as_echo "no" >&6; }
5186 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5189 for ac_prog in bison
5191 # Extract the first word of "$ac_prog", so it can be a program name with args.
5192 set dummy $ac_prog; ac_word=$2
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5194 $as_echo_n "checking for $ac_word... " >&6; }
5195 if ${ac_cv_prog_BISON+:} false; then :
5196 $as_echo_n "(cached) " >&6
5197 else
5198 if test -n "$BISON"; then
5199 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5200 else
5201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5202 for as_dir in $PATH
5204 IFS=$as_save_IFS
5205 test -z "$as_dir" && as_dir=.
5206 for ac_exec_ext in '' $ac_executable_extensions; do
5207 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5208 ac_cv_prog_BISON="$ac_prog"
5209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5210 break 2
5212 done
5213 done
5214 IFS=$as_save_IFS
5218 BISON=$ac_cv_prog_BISON
5219 if test -n "$BISON"; then
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5221 $as_echo "$BISON" >&6; }
5222 else
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5224 $as_echo "no" >&6; }
5228 test -n "$BISON" && break
5229 done
5230 test -n "$BISON" || BISON="none"
5232 if test "$BISON" = "none"
5233 then
5234 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5237 if test -n "$ac_tool_prefix"; then
5238 for ac_prog in ar gar
5240 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5241 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5243 $as_echo_n "checking for $ac_word... " >&6; }
5244 if ${ac_cv_prog_AR+:} false; then :
5245 $as_echo_n "(cached) " >&6
5246 else
5247 if test -n "$AR"; then
5248 ac_cv_prog_AR="$AR" # Let the user override the test.
5249 else
5250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5251 for as_dir in $PATH
5253 IFS=$as_save_IFS
5254 test -z "$as_dir" && as_dir=.
5255 for ac_exec_ext in '' $ac_executable_extensions; do
5256 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5257 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5259 break 2
5261 done
5262 done
5263 IFS=$as_save_IFS
5267 AR=$ac_cv_prog_AR
5268 if test -n "$AR"; then
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5270 $as_echo "$AR" >&6; }
5271 else
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5273 $as_echo "no" >&6; }
5277 test -n "$AR" && break
5278 done
5280 if test -z "$AR"; then
5281 ac_ct_AR=$AR
5282 for ac_prog in ar gar
5284 # Extract the first word of "$ac_prog", so it can be a program name with args.
5285 set dummy $ac_prog; ac_word=$2
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5287 $as_echo_n "checking for $ac_word... " >&6; }
5288 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5289 $as_echo_n "(cached) " >&6
5290 else
5291 if test -n "$ac_ct_AR"; then
5292 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5293 else
5294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5295 for as_dir in $PATH
5297 IFS=$as_save_IFS
5298 test -z "$as_dir" && as_dir=.
5299 for ac_exec_ext in '' $ac_executable_extensions; do
5300 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5301 ac_cv_prog_ac_ct_AR="$ac_prog"
5302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5303 break 2
5305 done
5306 done
5307 IFS=$as_save_IFS
5311 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5312 if test -n "$ac_ct_AR"; then
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5314 $as_echo "$ac_ct_AR" >&6; }
5315 else
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5317 $as_echo "no" >&6; }
5321 test -n "$ac_ct_AR" && break
5322 done
5324 if test "x$ac_ct_AR" = x; then
5325 AR="ar"
5326 else
5327 case $cross_compiling:$ac_tool_warned in
5328 yes:)
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5331 ac_tool_warned=yes ;;
5332 esac
5333 AR=$ac_ct_AR
5337 if test -n "$ac_tool_prefix"; then
5338 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5339 set dummy ${ac_tool_prefix}strip; ac_word=$2
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5341 $as_echo_n "checking for $ac_word... " >&6; }
5342 if ${ac_cv_prog_STRIP+:} false; then :
5343 $as_echo_n "(cached) " >&6
5344 else
5345 if test -n "$STRIP"; then
5346 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5347 else
5348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5349 for as_dir in $PATH
5351 IFS=$as_save_IFS
5352 test -z "$as_dir" && as_dir=.
5353 for ac_exec_ext in '' $ac_executable_extensions; do
5354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5355 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5357 break 2
5359 done
5360 done
5361 IFS=$as_save_IFS
5365 STRIP=$ac_cv_prog_STRIP
5366 if test -n "$STRIP"; then
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5368 $as_echo "$STRIP" >&6; }
5369 else
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5371 $as_echo "no" >&6; }
5376 if test -z "$ac_cv_prog_STRIP"; then
5377 ac_ct_STRIP=$STRIP
5378 # Extract the first word of "strip", so it can be a program name with args.
5379 set dummy strip; ac_word=$2
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5381 $as_echo_n "checking for $ac_word... " >&6; }
5382 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5383 $as_echo_n "(cached) " >&6
5384 else
5385 if test -n "$ac_ct_STRIP"; then
5386 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5387 else
5388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5389 for as_dir in $PATH
5391 IFS=$as_save_IFS
5392 test -z "$as_dir" && as_dir=.
5393 for ac_exec_ext in '' $ac_executable_extensions; do
5394 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5395 ac_cv_prog_ac_ct_STRIP="strip"
5396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5397 break 2
5399 done
5400 done
5401 IFS=$as_save_IFS
5405 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5406 if test -n "$ac_ct_STRIP"; then
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5408 $as_echo "$ac_ct_STRIP" >&6; }
5409 else
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5411 $as_echo "no" >&6; }
5414 if test "x$ac_ct_STRIP" = x; then
5415 STRIP="strip"
5416 else
5417 case $cross_compiling:$ac_tool_warned in
5418 yes:)
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5420 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5421 ac_tool_warned=yes ;;
5422 esac
5423 STRIP=$ac_ct_STRIP
5425 else
5426 STRIP="$ac_cv_prog_STRIP"
5429 ARFLAGS=rc
5431 if test -n "$ac_tool_prefix"; then
5432 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5433 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5435 $as_echo_n "checking for $ac_word... " >&6; }
5436 if ${ac_cv_prog_RANLIB+:} false; then :
5437 $as_echo_n "(cached) " >&6
5438 else
5439 if test -n "$RANLIB"; then
5440 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5441 else
5442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5443 for as_dir in $PATH
5445 IFS=$as_save_IFS
5446 test -z "$as_dir" && as_dir=.
5447 for ac_exec_ext in '' $ac_executable_extensions; do
5448 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5449 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5451 break 2
5453 done
5454 done
5455 IFS=$as_save_IFS
5459 RANLIB=$ac_cv_prog_RANLIB
5460 if test -n "$RANLIB"; then
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5462 $as_echo "$RANLIB" >&6; }
5463 else
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5465 $as_echo "no" >&6; }
5470 if test -z "$ac_cv_prog_RANLIB"; then
5471 ac_ct_RANLIB=$RANLIB
5472 # Extract the first word of "ranlib", so it can be a program name with args.
5473 set dummy ranlib; ac_word=$2
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5475 $as_echo_n "checking for $ac_word... " >&6; }
5476 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5477 $as_echo_n "(cached) " >&6
5478 else
5479 if test -n "$ac_ct_RANLIB"; then
5480 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5481 else
5482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5483 for as_dir in $PATH
5485 IFS=$as_save_IFS
5486 test -z "$as_dir" && as_dir=.
5487 for ac_exec_ext in '' $ac_executable_extensions; do
5488 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5489 ac_cv_prog_ac_ct_RANLIB="ranlib"
5490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5491 break 2
5493 done
5494 done
5495 IFS=$as_save_IFS
5499 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5500 if test -n "$ac_ct_RANLIB"; then
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5502 $as_echo "$ac_ct_RANLIB" >&6; }
5503 else
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5505 $as_echo "no" >&6; }
5508 if test "x$ac_ct_RANLIB" = x; then
5509 RANLIB=":"
5510 else
5511 case $cross_compiling:$ac_tool_warned in
5512 yes:)
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5514 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5515 ac_tool_warned=yes ;;
5516 esac
5517 RANLIB=$ac_ct_RANLIB
5519 else
5520 RANLIB="$ac_cv_prog_RANLIB"
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5524 $as_echo_n "checking whether ln -s works... " >&6; }
5525 LN_S=$as_ln_s
5526 if test "$LN_S" = "ln -s"; then
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5528 $as_echo "yes" >&6; }
5529 else
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5531 $as_echo "no, using $LN_S" >&6; }
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5535 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5536 if ${ac_cv_path_GREP+:} false; then :
5537 $as_echo_n "(cached) " >&6
5538 else
5539 if test -z "$GREP"; then
5540 ac_path_GREP_found=false
5541 # Loop through the user's path and test for each of PROGNAME-LIST
5542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5543 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5545 IFS=$as_save_IFS
5546 test -z "$as_dir" && as_dir=.
5547 for ac_prog in grep ggrep; do
5548 for ac_exec_ext in '' $ac_executable_extensions; do
5549 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5550 as_fn_executable_p "$ac_path_GREP" || continue
5551 # Check for GNU ac_path_GREP and select it if it is found.
5552 # Check for GNU $ac_path_GREP
5553 case `"$ac_path_GREP" --version 2>&1` in
5554 *GNU*)
5555 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5557 ac_count=0
5558 $as_echo_n 0123456789 >"conftest.in"
5559 while :
5561 cat "conftest.in" "conftest.in" >"conftest.tmp"
5562 mv "conftest.tmp" "conftest.in"
5563 cp "conftest.in" "conftest.nl"
5564 $as_echo 'GREP' >> "conftest.nl"
5565 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5566 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5567 as_fn_arith $ac_count + 1 && ac_count=$as_val
5568 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5569 # Best one so far, save it but keep looking for a better one
5570 ac_cv_path_GREP="$ac_path_GREP"
5571 ac_path_GREP_max=$ac_count
5573 # 10*(2^10) chars as input seems more than enough
5574 test $ac_count -gt 10 && break
5575 done
5576 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5577 esac
5579 $ac_path_GREP_found && break 3
5580 done
5581 done
5582 done
5583 IFS=$as_save_IFS
5584 if test -z "$ac_cv_path_GREP"; then
5585 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5587 else
5588 ac_cv_path_GREP=$GREP
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5593 $as_echo "$ac_cv_path_GREP" >&6; }
5594 GREP="$ac_cv_path_GREP"
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5598 $as_echo_n "checking for egrep... " >&6; }
5599 if ${ac_cv_path_EGREP+:} false; then :
5600 $as_echo_n "(cached) " >&6
5601 else
5602 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5603 then ac_cv_path_EGREP="$GREP -E"
5604 else
5605 if test -z "$EGREP"; then
5606 ac_path_EGREP_found=false
5607 # Loop through the user's path and test for each of PROGNAME-LIST
5608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5609 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5611 IFS=$as_save_IFS
5612 test -z "$as_dir" && as_dir=.
5613 for ac_prog in egrep; do
5614 for ac_exec_ext in '' $ac_executable_extensions; do
5615 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5616 as_fn_executable_p "$ac_path_EGREP" || continue
5617 # Check for GNU ac_path_EGREP and select it if it is found.
5618 # Check for GNU $ac_path_EGREP
5619 case `"$ac_path_EGREP" --version 2>&1` in
5620 *GNU*)
5621 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5623 ac_count=0
5624 $as_echo_n 0123456789 >"conftest.in"
5625 while :
5627 cat "conftest.in" "conftest.in" >"conftest.tmp"
5628 mv "conftest.tmp" "conftest.in"
5629 cp "conftest.in" "conftest.nl"
5630 $as_echo 'EGREP' >> "conftest.nl"
5631 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5632 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5633 as_fn_arith $ac_count + 1 && ac_count=$as_val
5634 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5635 # Best one so far, save it but keep looking for a better one
5636 ac_cv_path_EGREP="$ac_path_EGREP"
5637 ac_path_EGREP_max=$ac_count
5639 # 10*(2^10) chars as input seems more than enough
5640 test $ac_count -gt 10 && break
5641 done
5642 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5643 esac
5645 $ac_path_EGREP_found && break 3
5646 done
5647 done
5648 done
5649 IFS=$as_save_IFS
5650 if test -z "$ac_cv_path_EGREP"; then
5651 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5653 else
5654 ac_cv_path_EGREP=$EGREP
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5660 $as_echo "$ac_cv_path_EGREP" >&6; }
5661 EGREP="$ac_cv_path_EGREP"
5664 # Extract the first word of "ldconfig", so it can be a program name with args.
5665 set dummy ldconfig; ac_word=$2
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5667 $as_echo_n "checking for $ac_word... " >&6; }
5668 if ${ac_cv_path_LDCONFIG+:} false; then :
5669 $as_echo_n "(cached) " >&6
5670 else
5671 case $LDCONFIG in
5672 [\\/]* | ?:[\\/]*)
5673 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5677 for as_dir in /sbin /usr/sbin $PATH
5679 IFS=$as_save_IFS
5680 test -z "$as_dir" && as_dir=.
5681 for ac_exec_ext in '' $ac_executable_extensions; do
5682 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5683 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5685 break 2
5687 done
5688 done
5689 IFS=$as_save_IFS
5691 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5693 esac
5695 LDCONFIG=$ac_cv_path_LDCONFIG
5696 if test -n "$LDCONFIG"; then
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5698 $as_echo "$LDCONFIG" >&6; }
5699 else
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5701 $as_echo "no" >&6; }
5705 for ac_prog in msgfmt
5707 # Extract the first word of "$ac_prog", so it can be a program name with args.
5708 set dummy $ac_prog; ac_word=$2
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5710 $as_echo_n "checking for $ac_word... " >&6; }
5711 if ${ac_cv_prog_MSGFMT+:} false; then :
5712 $as_echo_n "(cached) " >&6
5713 else
5714 if test -n "$MSGFMT"; then
5715 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5716 else
5717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718 for as_dir in $PATH
5720 IFS=$as_save_IFS
5721 test -z "$as_dir" && as_dir=.
5722 for ac_exec_ext in '' $ac_executable_extensions; do
5723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5724 ac_cv_prog_MSGFMT="$ac_prog"
5725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5726 break 2
5728 done
5729 done
5730 IFS=$as_save_IFS
5734 MSGFMT=$ac_cv_prog_MSGFMT
5735 if test -n "$MSGFMT"; then
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5737 $as_echo "$MSGFMT" >&6; }
5738 else
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5740 $as_echo "no" >&6; }
5744 test -n "$MSGFMT" && break
5745 done
5746 test -n "$MSGFMT" || MSGFMT="false"
5748 if ${ac_tool_prefix+:} false; then :
5749 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5750 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5752 $as_echo_n "checking for $ac_word... " >&6; }
5753 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5754 $as_echo_n "(cached) " >&6
5755 else
5756 if test -n "$PKG_CONFIG"; then
5757 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5758 else
5759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5760 for as_dir in $PATH
5762 IFS=$as_save_IFS
5763 test -z "$as_dir" && as_dir=.
5764 for ac_exec_ext in '' $ac_executable_extensions; do
5765 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5766 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5768 break 2
5770 done
5771 done
5772 IFS=$as_save_IFS
5776 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5777 if test -n "$PKG_CONFIG"; then
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5779 $as_echo "$PKG_CONFIG" >&6; }
5780 else
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5782 $as_echo "no" >&6; }
5787 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5788 if test "x$cross_compiling" = xyes; then :
5790 else
5791 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5792 # Extract the first word of "pkg-config", so it can be a program name with args.
5793 set dummy pkg-config; ac_word=$2
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5795 $as_echo_n "checking for $ac_word... " >&6; }
5796 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5797 $as_echo_n "(cached) " >&6
5798 else
5799 if test -n "$PKG_CONFIG"; then
5800 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5801 else
5802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5803 for as_dir in $PATH
5805 IFS=$as_save_IFS
5806 test -z "$as_dir" && as_dir=.
5807 for ac_exec_ext in '' $ac_executable_extensions; do
5808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5809 ac_cv_prog_PKG_CONFIG="pkg-config"
5810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5811 break 2
5813 done
5814 done
5815 IFS=$as_save_IFS
5819 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5820 if test -n "$PKG_CONFIG"; then
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5822 $as_echo "$PKG_CONFIG" >&6; }
5823 else
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5825 $as_echo "no" >&6; }
5830 else
5831 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5834 if test "x$enable_maintainer_mode" != "xyes"
5835 then
5836 FONTFORGE=""
5837 RSVG=""
5838 CONVERT=""
5839 ICOTOOL=""
5840 else
5841 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5842 for ac_prog in fontforge
5844 # Extract the first word of "$ac_prog", so it can be a program name with args.
5845 set dummy $ac_prog; ac_word=$2
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5847 $as_echo_n "checking for $ac_word... " >&6; }
5848 if ${ac_cv_prog_FONTFORGE+:} false; then :
5849 $as_echo_n "(cached) " >&6
5850 else
5851 if test -n "$FONTFORGE"; then
5852 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5853 else
5854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5855 for as_dir in $PATH
5857 IFS=$as_save_IFS
5858 test -z "$as_dir" && as_dir=.
5859 for ac_exec_ext in '' $ac_executable_extensions; do
5860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5861 ac_cv_prog_FONTFORGE="$ac_prog"
5862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5863 break 2
5865 done
5866 done
5867 IFS=$as_save_IFS
5871 FONTFORGE=$ac_cv_prog_FONTFORGE
5872 if test -n "$FONTFORGE"; then
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5874 $as_echo "$FONTFORGE" >&6; }
5875 else
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5877 $as_echo "no" >&6; }
5881 test -n "$FONTFORGE" && break
5882 done
5883 test -n "$FONTFORGE" || FONTFORGE="false"
5885 for ac_prog in rsvg-convert rsvg
5887 # Extract the first word of "$ac_prog", so it can be a program name with args.
5888 set dummy $ac_prog; ac_word=$2
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5890 $as_echo_n "checking for $ac_word... " >&6; }
5891 if ${ac_cv_prog_RSVG+:} false; then :
5892 $as_echo_n "(cached) " >&6
5893 else
5894 if test -n "$RSVG"; then
5895 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5896 else
5897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5898 for as_dir in $PATH
5900 IFS=$as_save_IFS
5901 test -z "$as_dir" && as_dir=.
5902 for ac_exec_ext in '' $ac_executable_extensions; do
5903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5904 ac_cv_prog_RSVG="$ac_prog"
5905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5906 break 2
5908 done
5909 done
5910 IFS=$as_save_IFS
5914 RSVG=$ac_cv_prog_RSVG
5915 if test -n "$RSVG"; then
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5917 $as_echo "$RSVG" >&6; }
5918 else
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5920 $as_echo "no" >&6; }
5924 test -n "$RSVG" && break
5925 done
5926 test -n "$RSVG" || RSVG="false"
5928 for ac_prog in convert
5930 # Extract the first word of "$ac_prog", so it can be a program name with args.
5931 set dummy $ac_prog; ac_word=$2
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5933 $as_echo_n "checking for $ac_word... " >&6; }
5934 if ${ac_cv_prog_CONVERT+:} false; then :
5935 $as_echo_n "(cached) " >&6
5936 else
5937 if test -n "$CONVERT"; then
5938 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5939 else
5940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5941 for as_dir in $PATH
5943 IFS=$as_save_IFS
5944 test -z "$as_dir" && as_dir=.
5945 for ac_exec_ext in '' $ac_executable_extensions; do
5946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5947 ac_cv_prog_CONVERT="$ac_prog"
5948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5949 break 2
5951 done
5952 done
5953 IFS=$as_save_IFS
5957 CONVERT=$ac_cv_prog_CONVERT
5958 if test -n "$CONVERT"; then
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5960 $as_echo "$CONVERT" >&6; }
5961 else
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5963 $as_echo "no" >&6; }
5967 test -n "$CONVERT" && break
5968 done
5969 test -n "$CONVERT" || CONVERT="false"
5971 for ac_prog in icotool
5973 # Extract the first word of "$ac_prog", so it can be a program name with args.
5974 set dummy $ac_prog; ac_word=$2
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5976 $as_echo_n "checking for $ac_word... " >&6; }
5977 if ${ac_cv_prog_ICOTOOL+:} false; then :
5978 $as_echo_n "(cached) " >&6
5979 else
5980 if test -n "$ICOTOOL"; then
5981 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5982 else
5983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5984 for as_dir in $PATH
5986 IFS=$as_save_IFS
5987 test -z "$as_dir" && as_dir=.
5988 for ac_exec_ext in '' $ac_executable_extensions; do
5989 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5990 ac_cv_prog_ICOTOOL="$ac_prog"
5991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5992 break 2
5994 done
5995 done
5996 IFS=$as_save_IFS
6000 ICOTOOL=$ac_cv_prog_ICOTOOL
6001 if test -n "$ICOTOOL"; then
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6003 $as_echo "$ICOTOOL" >&6; }
6004 else
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6006 $as_echo "no" >&6; }
6010 test -n "$ICOTOOL" && break
6011 done
6012 test -n "$ICOTOOL" || ICOTOOL="false"
6014 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6015 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6017 if test "$CONVERT" = false
6018 then
6019 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6020 else
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6022 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6023 convert_version=`convert --version | head -n1`
6024 if test "x$convert_version" != "x"
6025 then
6026 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6027 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6028 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6029 then
6030 CONVERT=false
6033 if test "$CONVERT" = false
6034 then
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6036 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6037 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6038 else
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6040 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6044 if test "$ICOTOOL" = false
6045 then
6046 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6047 else
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6049 $as_echo_n "checking for recent enough icotool... " >&6; }
6050 icotool_version=`icotool --version | head -n1`
6051 if test "x$icotool_version" != "x"
6052 then
6053 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6054 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6055 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6056 then
6057 ICOTOOL=false
6058 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6061 if test "$ICOTOOL" = false
6062 then
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6064 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6065 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6066 else
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6068 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6072 with_gettext=yes
6073 with_gettextpo=yes
6074 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6077 test "x$with_gettext" != xno || MSGFMT=false
6078 if test "$MSGFMT" != "false"
6079 then
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6081 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6082 cat >conftest.po <<EOF
6083 # comment
6084 msgctxt "ctxt"
6085 msgid "id"
6086 msgstr "str"
6088 if $MSGFMT -o /dev/null conftest.po 2>&5
6089 then
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6091 $as_echo "yes" >&6; }
6092 else
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6094 $as_echo "no" >&6; }
6095 MSGFMT=false
6098 if test "$MSGFMT" = false; then :
6099 case "x$with_gettext" in
6100 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6101 xno) ;;
6102 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6103 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6104 esac
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6109 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6110 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6111 $as_echo_n "(cached) " >&6
6112 else
6113 ac_check_lib_save_LIBS=$LIBS
6114 LIBS="-li386 $LIBS"
6115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6116 /* end confdefs.h. */
6118 /* Override any GCC internal prototype to avoid an error.
6119 Use char because int might match the return type of a GCC
6120 builtin and then its argument prototype would still apply. */
6121 #ifdef __cplusplus
6122 extern "C"
6123 #endif
6124 char i386_set_ldt ();
6126 main ()
6128 return i386_set_ldt ();
6130 return 0;
6132 _ACEOF
6133 if ac_fn_c_try_link "$LINENO"; then :
6134 ac_cv_lib_i386_i386_set_ldt=yes
6135 else
6136 ac_cv_lib_i386_i386_set_ldt=no
6138 rm -f core conftest.err conftest.$ac_objext \
6139 conftest$ac_exeext conftest.$ac_ext
6140 LIBS=$ac_check_lib_save_LIBS
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6143 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6144 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6145 cat >>confdefs.h <<_ACEOF
6146 #define HAVE_LIBI386 1
6147 _ACEOF
6149 LIBS="-li386 $LIBS"
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6154 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6155 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6156 $as_echo_n "(cached) " >&6
6157 else
6158 ac_check_lib_save_LIBS=$LIBS
6159 LIBS="-lossaudio $LIBS"
6160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6161 /* end confdefs.h. */
6163 /* Override any GCC internal prototype to avoid an error.
6164 Use char because int might match the return type of a GCC
6165 builtin and then its argument prototype would still apply. */
6166 #ifdef __cplusplus
6167 extern "C"
6168 #endif
6169 char _oss_ioctl ();
6171 main ()
6173 return _oss_ioctl ();
6175 return 0;
6177 _ACEOF
6178 if ac_fn_c_try_link "$LINENO"; then :
6179 ac_cv_lib_ossaudio__oss_ioctl=yes
6180 else
6181 ac_cv_lib_ossaudio__oss_ioctl=no
6183 rm -f core conftest.err conftest.$ac_objext \
6184 conftest$ac_exeext conftest.$ac_ext
6185 LIBS=$ac_check_lib_save_LIBS
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6188 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6189 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6190 cat >>confdefs.h <<_ACEOF
6191 #define HAVE_LIBOSSAUDIO 1
6192 _ACEOF
6194 LIBS="-lossaudio $LIBS"
6199 OPENGL_LIBS=""
6203 # Check whether --enable-largefile was given.
6204 if test "${enable_largefile+set}" = set; then :
6205 enableval=$enable_largefile;
6208 if test "$enable_largefile" != no; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6211 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6212 if ${ac_cv_sys_largefile_CC+:} false; then :
6213 $as_echo_n "(cached) " >&6
6214 else
6215 ac_cv_sys_largefile_CC=no
6216 if test "$GCC" != yes; then
6217 ac_save_CC=$CC
6218 while :; do
6219 # IRIX 6.2 and later do not support large files by default,
6220 # so use the C compiler's -n32 option if that helps.
6221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6222 /* end confdefs.h. */
6223 #include <sys/types.h>
6224 /* Check that off_t can represent 2**63 - 1 correctly.
6225 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6226 since some C++ compilers masquerading as C compilers
6227 incorrectly reject 9223372036854775807. */
6228 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6229 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6230 && LARGE_OFF_T % 2147483647 == 1)
6231 ? 1 : -1];
6233 main ()
6237 return 0;
6239 _ACEOF
6240 if ac_fn_c_try_compile "$LINENO"; then :
6241 break
6243 rm -f core conftest.err conftest.$ac_objext
6244 CC="$CC -n32"
6245 if ac_fn_c_try_compile "$LINENO"; then :
6246 ac_cv_sys_largefile_CC=' -n32'; break
6248 rm -f core conftest.err conftest.$ac_objext
6249 break
6250 done
6251 CC=$ac_save_CC
6252 rm -f conftest.$ac_ext
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6256 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6257 if test "$ac_cv_sys_largefile_CC" != no; then
6258 CC=$CC$ac_cv_sys_largefile_CC
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6262 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6263 if ${ac_cv_sys_file_offset_bits+:} false; then :
6264 $as_echo_n "(cached) " >&6
6265 else
6266 while :; do
6267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6268 /* end confdefs.h. */
6269 #include <sys/types.h>
6270 /* Check that off_t can represent 2**63 - 1 correctly.
6271 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6272 since some C++ compilers masquerading as C compilers
6273 incorrectly reject 9223372036854775807. */
6274 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6275 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6276 && LARGE_OFF_T % 2147483647 == 1)
6277 ? 1 : -1];
6279 main ()
6283 return 0;
6285 _ACEOF
6286 if ac_fn_c_try_compile "$LINENO"; then :
6287 ac_cv_sys_file_offset_bits=no; break
6289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6291 /* end confdefs.h. */
6292 #define _FILE_OFFSET_BITS 64
6293 #include <sys/types.h>
6294 /* Check that off_t can represent 2**63 - 1 correctly.
6295 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6296 since some C++ compilers masquerading as C compilers
6297 incorrectly reject 9223372036854775807. */
6298 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6299 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6300 && LARGE_OFF_T % 2147483647 == 1)
6301 ? 1 : -1];
6303 main ()
6307 return 0;
6309 _ACEOF
6310 if ac_fn_c_try_compile "$LINENO"; then :
6311 ac_cv_sys_file_offset_bits=64; break
6313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6314 ac_cv_sys_file_offset_bits=unknown
6315 break
6316 done
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6319 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6320 case $ac_cv_sys_file_offset_bits in #(
6321 no | unknown) ;;
6323 cat >>confdefs.h <<_ACEOF
6324 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6325 _ACEOF
6327 esac
6328 rm -rf conftest*
6329 if test $ac_cv_sys_file_offset_bits = unknown; then
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6331 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6332 if ${ac_cv_sys_large_files+:} false; then :
6333 $as_echo_n "(cached) " >&6
6334 else
6335 while :; do
6336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6337 /* end confdefs.h. */
6338 #include <sys/types.h>
6339 /* Check that off_t can represent 2**63 - 1 correctly.
6340 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6341 since some C++ compilers masquerading as C compilers
6342 incorrectly reject 9223372036854775807. */
6343 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6344 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6345 && LARGE_OFF_T % 2147483647 == 1)
6346 ? 1 : -1];
6348 main ()
6352 return 0;
6354 _ACEOF
6355 if ac_fn_c_try_compile "$LINENO"; then :
6356 ac_cv_sys_large_files=no; break
6358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6360 /* end confdefs.h. */
6361 #define _LARGE_FILES 1
6362 #include <sys/types.h>
6363 /* Check that off_t can represent 2**63 - 1 correctly.
6364 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6365 since some C++ compilers masquerading as C compilers
6366 incorrectly reject 9223372036854775807. */
6367 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6368 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6369 && LARGE_OFF_T % 2147483647 == 1)
6370 ? 1 : -1];
6372 main ()
6376 return 0;
6378 _ACEOF
6379 if ac_fn_c_try_compile "$LINENO"; then :
6380 ac_cv_sys_large_files=1; break
6382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6383 ac_cv_sys_large_files=unknown
6384 break
6385 done
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6388 $as_echo "$ac_cv_sys_large_files" >&6; }
6389 case $ac_cv_sys_large_files in #(
6390 no | unknown) ;;
6392 cat >>confdefs.h <<_ACEOF
6393 #define _LARGE_FILES $ac_cv_sys_large_files
6394 _ACEOF
6396 esac
6397 rm -rf conftest*
6404 ac_ext=c
6405 ac_cpp='$CPP $CPPFLAGS'
6406 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6407 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6408 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6410 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6411 # On Suns, sometimes $CPP names a directory.
6412 if test -n "$CPP" && test -d "$CPP"; then
6413 CPP=
6415 if test -z "$CPP"; then
6416 if ${ac_cv_prog_CPP+:} false; then :
6417 $as_echo_n "(cached) " >&6
6418 else
6419 # Double quotes because CPP needs to be expanded
6420 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6422 ac_preproc_ok=false
6423 for ac_c_preproc_warn_flag in '' yes
6425 # Use a header file that comes with gcc, so configuring glibc
6426 # with a fresh cross-compiler works.
6427 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6428 # <limits.h> exists even on freestanding compilers.
6429 # On the NeXT, cc -E runs the code through the compiler's parser,
6430 # not just through cpp. "Syntax error" is here to catch this case.
6431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6432 /* end confdefs.h. */
6433 #ifdef __STDC__
6434 # include <limits.h>
6435 #else
6436 # include <assert.h>
6437 #endif
6438 Syntax error
6439 _ACEOF
6440 if ac_fn_c_try_cpp "$LINENO"; then :
6442 else
6443 # Broken: fails on valid input.
6444 continue
6446 rm -f conftest.err conftest.i conftest.$ac_ext
6448 # OK, works on sane cases. Now check whether nonexistent headers
6449 # can be detected and how.
6450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6451 /* end confdefs.h. */
6452 #include <ac_nonexistent.h>
6453 _ACEOF
6454 if ac_fn_c_try_cpp "$LINENO"; then :
6455 # Broken: success on invalid input.
6456 continue
6457 else
6458 # Passes both tests.
6459 ac_preproc_ok=:
6460 break
6462 rm -f conftest.err conftest.i conftest.$ac_ext
6464 done
6465 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6466 rm -f conftest.i conftest.err conftest.$ac_ext
6467 if $ac_preproc_ok; then :
6468 break
6471 done
6472 ac_cv_prog_CPP=$CPP
6475 CPP=$ac_cv_prog_CPP
6476 else
6477 ac_cv_prog_CPP=$CPP
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6480 $as_echo "$CPP" >&6; }
6481 ac_preproc_ok=false
6482 for ac_c_preproc_warn_flag in '' yes
6484 # Use a header file that comes with gcc, so configuring glibc
6485 # with a fresh cross-compiler works.
6486 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6487 # <limits.h> exists even on freestanding compilers.
6488 # On the NeXT, cc -E runs the code through the compiler's parser,
6489 # not just through cpp. "Syntax error" is here to catch this case.
6490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6491 /* end confdefs.h. */
6492 #ifdef __STDC__
6493 # include <limits.h>
6494 #else
6495 # include <assert.h>
6496 #endif
6497 Syntax error
6498 _ACEOF
6499 if ac_fn_c_try_cpp "$LINENO"; then :
6501 else
6502 # Broken: fails on valid input.
6503 continue
6505 rm -f conftest.err conftest.i conftest.$ac_ext
6507 # OK, works on sane cases. Now check whether nonexistent headers
6508 # can be detected and how.
6509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6510 /* end confdefs.h. */
6511 #include <ac_nonexistent.h>
6512 _ACEOF
6513 if ac_fn_c_try_cpp "$LINENO"; then :
6514 # Broken: success on invalid input.
6515 continue
6516 else
6517 # Passes both tests.
6518 ac_preproc_ok=:
6519 break
6521 rm -f conftest.err conftest.i conftest.$ac_ext
6523 done
6524 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6525 rm -f conftest.i conftest.err conftest.$ac_ext
6526 if $ac_preproc_ok; then :
6528 else
6529 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6530 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6531 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6532 See \`config.log' for more details" "$LINENO" 5; }
6535 ac_ext=c
6536 ac_cpp='$CPP $CPPFLAGS'
6537 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6538 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6539 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6543 $as_echo_n "checking for ANSI C header files... " >&6; }
6544 if ${ac_cv_header_stdc+:} false; then :
6545 $as_echo_n "(cached) " >&6
6546 else
6547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6548 /* end confdefs.h. */
6549 #include <stdlib.h>
6550 #include <stdarg.h>
6551 #include <string.h>
6552 #include <float.h>
6555 main ()
6559 return 0;
6561 _ACEOF
6562 if ac_fn_c_try_compile "$LINENO"; then :
6563 ac_cv_header_stdc=yes
6564 else
6565 ac_cv_header_stdc=no
6567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6569 if test $ac_cv_header_stdc = yes; then
6570 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6572 /* end confdefs.h. */
6573 #include <string.h>
6575 _ACEOF
6576 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6577 $EGREP "memchr" >/dev/null 2>&1; then :
6579 else
6580 ac_cv_header_stdc=no
6582 rm -f conftest*
6586 if test $ac_cv_header_stdc = yes; then
6587 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6589 /* end confdefs.h. */
6590 #include <stdlib.h>
6592 _ACEOF
6593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6594 $EGREP "free" >/dev/null 2>&1; then :
6596 else
6597 ac_cv_header_stdc=no
6599 rm -f conftest*
6603 if test $ac_cv_header_stdc = yes; then
6604 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6605 if test "$cross_compiling" = yes; then :
6607 else
6608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6609 /* end confdefs.h. */
6610 #include <ctype.h>
6611 #include <stdlib.h>
6612 #if ((' ' & 0x0FF) == 0x020)
6613 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6614 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6615 #else
6616 # define ISLOWER(c) \
6617 (('a' <= (c) && (c) <= 'i') \
6618 || ('j' <= (c) && (c) <= 'r') \
6619 || ('s' <= (c) && (c) <= 'z'))
6620 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6621 #endif
6623 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6625 main ()
6627 int i;
6628 for (i = 0; i < 256; i++)
6629 if (XOR (islower (i), ISLOWER (i))
6630 || toupper (i) != TOUPPER (i))
6631 return 2;
6632 return 0;
6634 _ACEOF
6635 if ac_fn_c_try_run "$LINENO"; then :
6637 else
6638 ac_cv_header_stdc=no
6640 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6641 conftest.$ac_objext conftest.beam conftest.$ac_ext
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6647 $as_echo "$ac_cv_header_stdc" >&6; }
6648 if test $ac_cv_header_stdc = yes; then
6650 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6654 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6655 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6656 inttypes.h stdint.h unistd.h
6657 do :
6658 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6659 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6661 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6662 cat >>confdefs.h <<_ACEOF
6663 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6664 _ACEOF
6668 done
6671 for ac_header in \
6672 AL/al.h \
6673 ApplicationServices/ApplicationServices.h \
6674 AudioToolbox/AudioConverter.h \
6675 AudioUnit/AudioUnit.h \
6676 AudioUnit/AudioComponent.h \
6677 CL/cl.h \
6678 Carbon/Carbon.h \
6679 CommonCrypto/CommonDigest.h \
6680 CoreAudio/CoreAudio.h \
6681 CoreServices/CoreServices.h \
6682 DiskArbitration/DiskArbitration.h \
6683 IOKit/IOKitLib.h \
6684 IOKit/hid/IOHIDLib.h \
6685 OpenAL/al.h \
6686 OpenCL/opencl.h \
6687 QuickTime/ImageCompression.h \
6688 Security/Security.h \
6689 alias.h \
6690 alsa/asoundlib.h \
6691 arpa/inet.h \
6692 arpa/nameser.h \
6693 asm/types.h \
6694 asm/user.h \
6695 curses.h \
6696 direct.h \
6697 dirent.h \
6698 dlfcn.h \
6699 elf.h \
6700 float.h \
6701 fnmatch.h \
6702 getopt.h \
6703 gettext-po.h \
6704 grp.h \
6705 gsm.h \
6706 gsm/gsm.h \
6707 ieeefp.h \
6708 inet/mib2.h \
6709 io.h \
6710 kstat.h \
6711 lber.h \
6712 ldap.h \
6713 libproc.h \
6714 link.h \
6715 linux/cdrom.h \
6716 linux/compiler.h \
6717 linux/filter.h \
6718 linux/hdreg.h \
6719 linux/input.h \
6720 linux/ioctl.h \
6721 linux/joystick.h \
6722 linux/major.h \
6723 linux/param.h \
6724 linux/serial.h \
6725 linux/types.h \
6726 linux/ucdrom.h \
6727 lwp.h \
6728 mach-o/nlist.h \
6729 mach-o/loader.h \
6730 mach/mach.h \
6731 mach/machine.h \
6732 machine/cpu.h \
6733 machine/limits.h \
6734 machine/sysarch.h \
6735 mntent.h \
6736 ncurses.h \
6737 netdb.h \
6738 netinet/in.h \
6739 netinet/in_systm.h \
6740 netinet/tcp.h \
6741 netinet/tcp_fsm.h \
6742 pcap/pcap.h \
6743 poll.h \
6744 port.h \
6745 process.h \
6746 pthread.h \
6747 pwd.h \
6748 sched.h \
6749 scsi/scsi.h \
6750 scsi/scsi_ioctl.h \
6751 scsi/sg.h \
6752 stdbool.h \
6753 stdint.h \
6754 stropts.h \
6755 sys/asoundlib.h \
6756 sys/attr.h \
6757 sys/cdio.h \
6758 sys/elf32.h \
6759 sys/epoll.h \
6760 sys/event.h \
6761 sys/exec_elf.h \
6762 sys/filio.h \
6763 sys/inotify.h \
6764 sys/ioctl.h \
6765 sys/ipc.h \
6766 sys/limits.h \
6767 sys/link.h \
6768 sys/mman.h \
6769 sys/modem.h \
6770 sys/msg.h \
6771 sys/mtio.h \
6772 sys/param.h \
6773 sys/poll.h \
6774 sys/prctl.h \
6775 sys/protosw.h \
6776 sys/ptrace.h \
6777 sys/queue.h \
6778 sys/resource.h \
6779 sys/scsiio.h \
6780 sys/shm.h \
6781 sys/signal.h \
6782 sys/socket.h \
6783 sys/socketvar.h \
6784 sys/sockio.h \
6785 sys/statvfs.h \
6786 sys/strtio.h \
6787 sys/syscall.h \
6788 sys/tihdr.h \
6789 sys/time.h \
6790 sys/timeout.h \
6791 sys/times.h \
6792 sys/uio.h \
6793 sys/user.h \
6794 sys/utsname.h \
6795 sys/vm86.h \
6796 sys/vnode.h \
6797 sys/wait.h \
6798 syscall.h \
6799 termios.h \
6800 unistd.h \
6801 utime.h \
6802 valgrind/memcheck.h \
6803 valgrind/valgrind.h \
6804 zlib.h
6806 do :
6807 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6808 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6809 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6810 cat >>confdefs.h <<_ACEOF
6811 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6812 _ACEOF
6816 done
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6819 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6820 if ${ac_cv_header_stat_broken+:} false; then :
6821 $as_echo_n "(cached) " >&6
6822 else
6823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6824 /* end confdefs.h. */
6825 #include <sys/types.h>
6826 #include <sys/stat.h>
6828 #if defined S_ISBLK && defined S_IFDIR
6829 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6830 #endif
6832 #if defined S_ISBLK && defined S_IFCHR
6833 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6834 #endif
6836 #if defined S_ISLNK && defined S_IFREG
6837 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6838 #endif
6840 #if defined S_ISSOCK && defined S_IFREG
6841 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6842 #endif
6844 _ACEOF
6845 if ac_fn_c_try_compile "$LINENO"; then :
6846 ac_cv_header_stat_broken=no
6847 else
6848 ac_cv_header_stat_broken=yes
6850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6853 $as_echo "$ac_cv_header_stat_broken" >&6; }
6854 if test $ac_cv_header_stat_broken = yes; then
6856 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6862 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6863 do :
6864 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6865 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6866 #ifdef HAVE_SYS_PARAM_H
6867 # include <sys/param.h>
6868 #endif
6870 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6871 cat >>confdefs.h <<_ACEOF
6872 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6873 _ACEOF
6877 done
6880 for ac_header in \
6881 netinet/ip.h \
6882 net/if.h \
6883 net/if_arp.h \
6884 net/if_dl.h \
6885 net/if_types.h \
6886 net/route.h \
6887 netinet/if_ether.h \
6888 netinet/if_inarp.h \
6889 netinet/in_pcb.h \
6890 netinet/ip_icmp.h \
6891 netinet/ip_var.h \
6892 netinet/udp.h \
6893 netipx/ipx.h \
6894 sys/un.h \
6896 do :
6897 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6898 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6899 #ifdef HAVE_SYS_SOCKET_H
6900 # include <sys/socket.h>
6901 #endif
6902 #ifdef HAVE_SYS_SOCKETVAR_H
6903 # include <sys/socketvar.h>
6904 #endif
6905 #ifdef HAVE_NET_ROUTE_H
6906 # include <net/route.h>
6907 #endif
6908 #ifdef HAVE_NETINET_IN_H
6909 # include <netinet/in.h>
6910 #endif
6911 #ifdef HAVE_NETINET_IN_SYSTM_H
6912 # include <netinet/in_systm.h>
6913 #endif
6914 #ifdef HAVE_NET_IF_H
6915 # include <net/if.h>
6916 #endif
6917 #ifdef HAVE_NETINET_IP_H
6918 # include <netinet/ip.h>
6919 #endif
6921 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6922 cat >>confdefs.h <<_ACEOF
6923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6924 _ACEOF
6928 done
6931 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6932 do :
6933 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6934 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6935 #ifdef HAVE_ALIAS_H
6936 # include <alias.h>
6937 #endif
6938 #ifdef HAVE_SYS_SOCKET_H
6939 # include <sys/socket.h>
6940 #endif
6941 #ifdef HAVE_SYS_SOCKETVAR_H
6942 # include <sys/socketvar.h>
6943 #endif
6944 #ifdef HAVE_SYS_TIMEOUT_H
6945 # include <sys/timeout.h>
6946 #endif
6947 #ifdef HAVE_NETINET_IN_H
6948 # include <netinet/in.h>
6949 #endif
6950 #ifdef HAVE_NETINET_IN_SYSTM_H
6951 # include <netinet/in_systm.h>
6952 #endif
6953 #ifdef HAVE_NETINET_IP_H
6954 # include <netinet/ip.h>
6955 #endif
6956 #ifdef HAVE_NETINET_IP_VAR_H
6957 # include <netinet/ip_var.h>
6958 #endif
6959 #ifdef HAVE_NETINET_IP_ICMP_H
6960 # include <netinet/ip_icmp.h>
6961 #endif
6962 #ifdef HAVE_NETINET_UDP_H
6963 # include <netinet/udp.h>
6964 #endif
6965 #ifdef HAVE_NETINET_TCP_H
6966 # include <netinet/tcp.h>
6967 #endif
6968 #ifdef HAVE_NETINET_TCP_TIMER_H
6969 #include <netinet/tcp_timer.h>
6970 #endif
6972 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6973 cat >>confdefs.h <<_ACEOF
6974 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6975 _ACEOF
6979 done
6982 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6983 do :
6984 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6985 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6986 #ifdef HAVE_ASM_TYPES_H
6987 # include <asm/types.h>
6988 #endif
6989 #ifdef HAVE_SYS_SOCKET_H
6990 # include <sys/socket.h>
6991 #endif
6992 #ifdef HAVE_LINUX_TYPES_H
6993 # include <linux/types.h>
6994 #endif
6996 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6997 cat >>confdefs.h <<_ACEOF
6998 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6999 _ACEOF
7003 done
7006 for ac_header in mach-o/dyld_images.h
7007 do :
7008 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7009 # include <stdbool.h>
7010 #endif
7011 #ifdef HAVE_STDINT_H
7012 # include <stdint.h>
7013 #endif
7015 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7016 cat >>confdefs.h <<_ACEOF
7017 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7018 _ACEOF
7022 done
7025 for ac_header in resolv.h
7026 do :
7027 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7028 #ifdef HAVE_SYS_SOCKET_H
7029 # include <sys/socket.h>
7030 #endif
7031 #ifdef HAVE_NETINET_IN_H
7032 # include <netinet/in.h>
7033 #endif
7034 #ifdef HAVE_ARPA_NAMESER_H
7035 # include <arpa/nameser.h>
7036 #endif
7038 if test "x$ac_cv_header_resolv_h" = xyes; then :
7039 cat >>confdefs.h <<_ACEOF
7040 #define HAVE_RESOLV_H 1
7041 _ACEOF
7045 done
7048 for ac_header in ifaddrs.h
7049 do :
7050 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7052 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7053 cat >>confdefs.h <<_ACEOF
7054 #define HAVE_IFADDRS_H 1
7055 _ACEOF
7059 done
7062 for ac_header in sys/ucontext.h
7063 do :
7064 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7066 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7067 cat >>confdefs.h <<_ACEOF
7068 #define HAVE_SYS_UCONTEXT_H 1
7069 _ACEOF
7073 done
7076 for ac_header in sys/thr.h
7077 do :
7078 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7079 #ifdef HAVE_SYS_UCONTEXT_H
7080 #include <sys/ucontext.h>
7081 #endif
7083 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7084 cat >>confdefs.h <<_ACEOF
7085 #define HAVE_SYS_THR_H 1
7086 _ACEOF
7090 done
7093 for ac_header in pthread_np.h
7094 do :
7095 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7096 #include <pthread.h>
7097 #endif
7099 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7100 cat >>confdefs.h <<_ACEOF
7101 #define HAVE_PTHREAD_NP_H 1
7102 _ACEOF
7106 done
7109 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7110 do :
7111 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7112 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7113 #include <sys/time.h>
7114 #endif
7115 #include <sys/types.h>
7116 #ifdef HAVE_ASM_TYPES_H
7117 #include <asm/types.h>
7118 #endif
7120 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7121 cat >>confdefs.h <<_ACEOF
7122 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7123 _ACEOF
7127 done
7130 for ac_header in libprocstat.h
7131 do :
7132 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7133 #include <sys/param.h>
7134 #endif
7135 #ifdef HAVE_SYS_QUEUE_H
7136 #include <sys/queue.h>
7137 #endif
7138 #ifdef HAVE_SYS_SOCKET_H
7139 #include <sys/socket.h>
7140 #endif
7142 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7143 cat >>confdefs.h <<_ACEOF
7144 #define HAVE_LIBPROCSTAT_H 1
7145 _ACEOF
7149 done
7153 dlldir="\${libdir}/wine"
7155 DLLFLAGS="-D_REENTRANT"
7157 LDRPATH_INSTALL=""
7159 LDRPATH_LOCAL=""
7161 LDEXECFLAGS=""
7163 LIBEXT="so"
7164 DLLEXT=".so"
7165 IMPLIBEXT="def"
7166 STATIC_IMPLIBEXT="def.a"
7167 # Extract the first word of "ldd", so it can be a program name with args.
7168 set dummy ldd; ac_word=$2
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7170 $as_echo_n "checking for $ac_word... " >&6; }
7171 if ${ac_cv_path_LDD+:} false; then :
7172 $as_echo_n "(cached) " >&6
7173 else
7174 case $LDD in
7175 [\\/]* | ?:[\\/]*)
7176 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7180 as_dummy="/sbin:/usr/sbin:$PATH"
7181 for as_dir in $as_dummy
7183 IFS=$as_save_IFS
7184 test -z "$as_dir" && as_dir=.
7185 for ac_exec_ext in '' $ac_executable_extensions; do
7186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7187 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7189 break 2
7191 done
7192 done
7193 IFS=$as_save_IFS
7195 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7197 esac
7199 LDD=$ac_cv_path_LDD
7200 if test -n "$LDD"; then
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7202 $as_echo "$LDD" >&6; }
7203 else
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7205 $as_echo "no" >&6; }
7209 if test -n "$ac_tool_prefix"; then
7210 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7211 set dummy ${ac_tool_prefix}otool; ac_word=$2
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7213 $as_echo_n "checking for $ac_word... " >&6; }
7214 if ${ac_cv_prog_OTOOL+:} false; then :
7215 $as_echo_n "(cached) " >&6
7216 else
7217 if test -n "$OTOOL"; then
7218 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7219 else
7220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7221 for as_dir in $PATH
7223 IFS=$as_save_IFS
7224 test -z "$as_dir" && as_dir=.
7225 for ac_exec_ext in '' $ac_executable_extensions; do
7226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7227 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7229 break 2
7231 done
7232 done
7233 IFS=$as_save_IFS
7237 OTOOL=$ac_cv_prog_OTOOL
7238 if test -n "$OTOOL"; then
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7240 $as_echo "$OTOOL" >&6; }
7241 else
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243 $as_echo "no" >&6; }
7248 if test -z "$ac_cv_prog_OTOOL"; then
7249 ac_ct_OTOOL=$OTOOL
7250 # Extract the first word of "otool", so it can be a program name with args.
7251 set dummy otool; ac_word=$2
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7253 $as_echo_n "checking for $ac_word... " >&6; }
7254 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7255 $as_echo_n "(cached) " >&6
7256 else
7257 if test -n "$ac_ct_OTOOL"; then
7258 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7259 else
7260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7261 for as_dir in $PATH
7263 IFS=$as_save_IFS
7264 test -z "$as_dir" && as_dir=.
7265 for ac_exec_ext in '' $ac_executable_extensions; do
7266 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7267 ac_cv_prog_ac_ct_OTOOL="otool"
7268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7269 break 2
7271 done
7272 done
7273 IFS=$as_save_IFS
7277 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7278 if test -n "$ac_ct_OTOOL"; then
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7280 $as_echo "$ac_ct_OTOOL" >&6; }
7281 else
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7283 $as_echo "no" >&6; }
7286 if test "x$ac_ct_OTOOL" = x; then
7287 OTOOL="otool"
7288 else
7289 case $cross_compiling:$ac_tool_warned in
7290 yes:)
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7293 ac_tool_warned=yes ;;
7294 esac
7295 OTOOL=$ac_ct_OTOOL
7297 else
7298 OTOOL="$ac_cv_prog_OTOOL"
7301 if test -n "$ac_tool_prefix"; then
7302 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7303 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7305 $as_echo_n "checking for $ac_word... " >&6; }
7306 if ${ac_cv_prog_READELF+:} false; then :
7307 $as_echo_n "(cached) " >&6
7308 else
7309 if test -n "$READELF"; then
7310 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7311 else
7312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313 for as_dir in $PATH
7315 IFS=$as_save_IFS
7316 test -z "$as_dir" && as_dir=.
7317 for ac_exec_ext in '' $ac_executable_extensions; do
7318 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7319 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7321 break 2
7323 done
7324 done
7325 IFS=$as_save_IFS
7329 READELF=$ac_cv_prog_READELF
7330 if test -n "$READELF"; then
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7332 $as_echo "$READELF" >&6; }
7333 else
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7335 $as_echo "no" >&6; }
7340 if test -z "$ac_cv_prog_READELF"; then
7341 ac_ct_READELF=$READELF
7342 # Extract the first word of "readelf", so it can be a program name with args.
7343 set dummy readelf; ac_word=$2
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7345 $as_echo_n "checking for $ac_word... " >&6; }
7346 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7347 $as_echo_n "(cached) " >&6
7348 else
7349 if test -n "$ac_ct_READELF"; then
7350 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7351 else
7352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7353 for as_dir in $PATH
7355 IFS=$as_save_IFS
7356 test -z "$as_dir" && as_dir=.
7357 for ac_exec_ext in '' $ac_executable_extensions; do
7358 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7359 ac_cv_prog_ac_ct_READELF="readelf"
7360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7361 break 2
7363 done
7364 done
7365 IFS=$as_save_IFS
7369 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7370 if test -n "$ac_ct_READELF"; then
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7372 $as_echo "$ac_ct_READELF" >&6; }
7373 else
7374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7375 $as_echo "no" >&6; }
7378 if test "x$ac_ct_READELF" = x; then
7379 READELF="true"
7380 else
7381 case $cross_compiling:$ac_tool_warned in
7382 yes:)
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7384 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7385 ac_tool_warned=yes ;;
7386 esac
7387 READELF=$ac_ct_READELF
7389 else
7390 READELF="$ac_cv_prog_READELF"
7393 wine_rules_file=conf$$rules.make
7394 rm -f $wine_rules_file
7395 ALL_POT_FILES=""
7396 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7397 SUBDIRS=""
7399 ALL_TEST_RESOURCES=""
7402 wine_fn_append_file ()
7404 as_fn_append $1 " \\$as_nl $2"
7407 wine_fn_ignore_file ()
7409 case "$1" in
7410 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7411 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7412 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7413 esac
7416 wine_fn_append_rule ()
7418 $as_echo "$1" >>$wine_rules_file
7421 wine_fn_has_flag ()
7423 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7426 wine_fn_depend_rules ()
7428 wine_fn_append_file SUBDIRS $ac_dir
7431 wine_fn_pot_rules ()
7433 test "x$with_gettextpo" = xyes || return
7435 if wine_fn_has_flag mc
7436 then
7437 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7438 wine_fn_append_rule \
7439 "$ac_dir/msg.pot: dummy
7440 @cd $ac_dir && \$(MAKE) msg.pot
7441 $ac_dir/msg.pot: tools/wmc include"
7443 if wine_fn_has_flag po
7444 then
7445 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7446 wine_fn_append_rule \
7447 "$ac_dir/rsrc.pot: dummy
7448 @cd $ac_dir && \$(MAKE) rsrc.pot
7449 $ac_dir/rsrc.pot: tools/wrc include"
7453 wine_fn_all_rules ()
7455 wine_fn_depend_rules
7456 wine_fn_append_rule \
7457 "all: $ac_dir
7458 .PHONY: $ac_dir
7459 $ac_dir: dummy
7460 @cd $ac_dir && \$(MAKE)"
7463 wine_fn_install_rules ()
7465 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7467 wine_fn_append_rule \
7468 ".PHONY: $ac_dir/install $ac_dir/uninstall
7469 $ac_dir/install:: $ac_dir
7470 @cd $ac_dir && \$(MAKE) install
7471 $ac_dir/uninstall::
7472 @cd $ac_dir && \$(MAKE) uninstall
7473 install:: $ac_dir/install
7474 __uninstall__: $ac_dir/uninstall"
7476 if wine_fn_has_flag install-lib
7477 then
7478 wine_fn_append_rule \
7479 ".PHONY: $ac_dir/install-lib
7480 $ac_dir/install-lib:: $ac_dir
7481 @cd $ac_dir && \$(MAKE) install-lib
7482 install-lib:: $ac_dir/install-lib"
7485 if wine_fn_has_flag install-dev
7486 then
7487 wine_fn_append_rule \
7488 ".PHONY: $ac_dir/install-dev
7489 $ac_dir/install-dev:: $ac_dir
7490 @cd $ac_dir && \$(MAKE) install-dev
7491 install-dev:: $ac_dir/install-dev"
7495 wine_fn_clean_rules ()
7497 ac_clean=$@
7499 if wine_fn_has_flag clean
7500 then
7501 wine_fn_append_rule \
7502 "$ac_dir/clean: dummy
7503 @cd $ac_dir && \$(MAKE) clean"
7504 else
7505 wine_fn_append_rule \
7506 "$ac_dir/clean: dummy
7507 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7509 wine_fn_append_rule \
7510 "__clean__: $ac_dir/clean
7511 .PHONY: $ac_dir/clean"
7514 wine_fn_disabled_rules ()
7516 ac_clean=$@
7518 wine_fn_append_rule \
7519 "__clean__: $ac_dir/clean
7520 .PHONY: $ac_dir/clean
7521 $ac_dir/clean: dummy
7522 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7525 wine_fn_config_makefile ()
7527 ac_dir=$1
7528 ac_enable=$2
7529 ac_flags=$3
7531 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7532 wine_fn_disabled_rules; return
7534 wine_fn_all_rules
7535 wine_fn_install_rules
7536 wine_fn_clean_rules
7539 wine_fn_config_lib ()
7541 ac_name=$1
7542 ac_flags=$2
7543 ac_dir=dlls/$ac_name
7544 ac_deps="include"
7546 if test "x$enable_tools" = xno; then :
7548 else
7549 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7551 wine_fn_all_rules
7552 wine_fn_clean_rules
7554 wine_fn_append_rule \
7555 ".PHONY: $ac_dir/install $ac_dir/uninstall
7556 $ac_dir/install:: $ac_dir
7557 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7558 $ac_dir/uninstall::
7559 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7560 install install-dev:: $ac_dir/install
7561 __uninstall__: $ac_dir/uninstall
7562 __builddeps__: $ac_dir
7563 $ac_dir: $ac_deps"
7566 wine_fn_config_dll ()
7568 ac_name=$1
7569 ac_dir=dlls/$ac_name
7570 ac_enable=$2
7571 ac_flags=$3
7572 ac_implib=${4:-$ac_name}
7573 ac_file=$ac_dir/lib$ac_implib
7574 ac_dll=$ac_name
7575 ac_deps="include"
7576 ac_implibflags=""
7578 if test "x$enable_tools" = xno; then :
7580 else
7581 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7583 case $ac_name in
7584 *16) ac_implibflags=" -m16" ;;
7585 *.*) ;;
7586 *) ac_dll=$ac_dll.dll ;;
7587 esac
7589 ac_clean=
7590 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7591 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7592 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7593 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7595 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7596 if test "$ac_enable" != enable_win16
7597 then
7598 wine_fn_depend_rules
7599 wine_fn_clean_rules $ac_clean
7600 wine_fn_pot_rules
7601 else
7602 wine_fn_disabled_rules $ac_clean
7603 return
7605 else
7606 wine_fn_all_rules
7607 wine_fn_clean_rules $ac_clean
7608 wine_fn_append_rule \
7609 "$ac_dir: __builddeps__
7610 manpages htmlpages sgmlpages xmlpages::
7611 @cd $ac_dir && \$(MAKE) \$@
7612 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7613 install install-lib:: $ac_dir/install-lib
7614 __uninstall__: $ac_dir/uninstall"
7615 if test -n "$DLLEXT"
7616 then
7617 wine_fn_append_rule \
7618 "$ac_dir/install-lib:: $ac_dir
7619 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7620 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7621 $ac_dir/uninstall::
7622 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7623 else
7624 wine_fn_append_rule \
7625 "$ac_dir/install-lib:: $ac_dir
7626 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7627 $ac_dir/uninstall::
7628 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7631 wine_fn_pot_rules
7634 if wine_fn_has_flag staticimplib
7635 then
7636 wine_fn_append_rule \
7637 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7638 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7639 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7640 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7641 $ac_file.$STATIC_IMPLIBEXT: dummy
7642 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7643 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7644 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7645 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7646 $ac_dir/uninstall::
7647 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7648 install install-dev:: $ac_dir/install-dev
7649 __uninstall__: $ac_dir/uninstall"
7651 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7652 then
7653 wine_fn_append_rule \
7654 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7655 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7656 $ac_dir/uninstall::
7657 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7660 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7661 then
7662 wine_fn_append_rule \
7663 "__builddeps__: $ac_file.cross.a
7664 $ac_file.cross.a: dummy
7665 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7668 elif wine_fn_has_flag implib
7669 then
7670 wine_fn_append_rule \
7671 "__builddeps__: $ac_file.$IMPLIBEXT
7672 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7673 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7674 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7675 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7676 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7677 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7678 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7679 $ac_dir/uninstall::
7680 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7681 install install-dev:: $ac_dir/install-dev
7682 __uninstall__: $ac_dir/uninstall"
7683 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7684 then
7685 wine_fn_append_rule \
7686 "__builddeps__: $ac_file.cross.a
7687 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7688 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7691 if test "$ac_name" != "$ac_implib"
7692 then
7693 wine_fn_append_rule \
7694 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7695 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7696 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7697 clean::
7698 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7699 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7700 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7701 then
7702 wine_fn_append_rule \
7703 "__builddeps__: dlls/lib$ac_implib.cross.a
7704 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7705 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7706 clean::
7707 \$(RM) dlls/lib$ac_implib.cross.a"
7708 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7714 wine_fn_config_program ()
7716 ac_name=$1
7717 ac_dir=programs/$ac_name
7718 ac_enable=$2
7719 ac_flags=$3
7720 ac_program=$ac_name
7722 case $ac_name in
7723 *.*) ;;
7724 *) ac_program=$ac_program.exe ;;
7725 esac
7727 ac_clean=
7728 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7729 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7730 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7731 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7733 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7734 wine_fn_disabled_rules $ac_clean; return
7737 wine_fn_all_rules
7738 wine_fn_clean_rules $ac_clean
7739 wine_fn_append_rule "$ac_dir: __builddeps__"
7740 wine_fn_pot_rules
7742 wine_fn_has_flag install || return
7743 wine_fn_append_rule \
7744 ".PHONY: $ac_dir/install $ac_dir/uninstall
7745 install install-lib:: $ac_dir/install
7746 __uninstall__: $ac_dir/uninstall"
7748 if test -n "$DLLEXT"
7749 then
7750 wine_fn_append_rule \
7751 "$ac_dir/install:: $ac_dir
7752 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7753 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7754 $ac_dir/uninstall::
7755 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7757 if test -z "$with_wine64" && wine_fn_has_flag installbin
7758 then
7759 wine_fn_append_rule \
7760 "$ac_dir/install:: __tooldeps__
7761 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7762 $ac_dir/uninstall::
7763 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7765 else
7766 wine_fn_append_rule \
7767 "$ac_dir/install:: $ac_dir
7768 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7769 $ac_dir/uninstall::
7770 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7773 if test -z "$with_wine64" && wine_fn_has_flag manpage
7774 then
7775 wine_fn_append_rule \
7776 "$ac_dir/install:: $ac_dir
7777 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7778 $ac_dir/uninstall::
7779 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7783 wine_fn_config_test ()
7785 ac_dir=$1
7786 ac_name=$2
7787 ac_flags=$3
7789 ac_clean=
7790 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7791 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7793 if test "x$enable_tests" = xno; then :
7794 wine_fn_disabled_rules $ac_clean; return
7797 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7798 wine_fn_all_rules
7799 wine_fn_clean_rules $ac_clean
7801 wine_fn_append_rule \
7802 "$ac_dir: __builddeps__
7803 programs/winetest: $ac_dir
7804 check test: $ac_dir/test
7805 .PHONY: $ac_dir/test
7806 $ac_dir/test: dummy
7807 @cd $ac_dir && \$(MAKE) test
7808 testclean::
7809 \$(RM) $ac_dir/*.ok"
7811 if test -n "$CROSSTARGET"
7812 then
7813 wine_fn_append_rule \
7814 "crosstest: $ac_dir/crosstest
7815 .PHONY: $ac_dir/crosstest
7816 $ac_dir/crosstest: __builddeps__ dummy
7817 @cd $ac_dir && \$(MAKE) crosstest"
7821 wine_fn_config_tool ()
7823 ac_dir=$1
7824 ac_flags=$2
7825 if test "x$enable_tools" = xno; then :
7826 return
7829 wine_fn_all_rules
7830 wine_fn_install_rules
7831 wine_fn_clean_rules
7833 wine_fn_append_rule "__tooldeps__: $ac_dir"
7834 wine_fn_append_rule "$ac_dir: libs/port"
7835 case $ac_dir in
7836 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7837 esac
7840 wine_fn_config_symlink ()
7842 ac_linkdir=
7843 if test "x$1" = "x-d"
7844 then
7845 ac_linkdir=$2
7846 shift; shift
7848 ac_links=$@
7849 wine_fn_append_rule \
7850 "$ac_links:
7851 @./config.status \$@
7852 distclean::
7853 \$(RM) $ac_links"
7854 for f in $ac_links; do wine_fn_ignore_file $f; done
7855 test -n "$ac_linkdir" || return
7856 wine_fn_append_rule "$ac_linkdir/depend: $ac_links"
7859 wine_binary="wine"
7860 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7861 WINELOADER_PROGRAMS="$wine_binary"
7863 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7865 case $host_os in
7866 cygwin*|mingw32*)
7867 if test -n "$ac_tool_prefix"; then
7868 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7869 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7871 $as_echo_n "checking for $ac_word... " >&6; }
7872 if ${ac_cv_prog_DLLTOOL+:} false; then :
7873 $as_echo_n "(cached) " >&6
7874 else
7875 if test -n "$DLLTOOL"; then
7876 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7877 else
7878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7879 for as_dir in $PATH
7881 IFS=$as_save_IFS
7882 test -z "$as_dir" && as_dir=.
7883 for ac_exec_ext in '' $ac_executable_extensions; do
7884 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7885 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7887 break 2
7889 done
7890 done
7891 IFS=$as_save_IFS
7895 DLLTOOL=$ac_cv_prog_DLLTOOL
7896 if test -n "$DLLTOOL"; then
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7898 $as_echo "$DLLTOOL" >&6; }
7899 else
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7901 $as_echo "no" >&6; }
7906 if test -z "$ac_cv_prog_DLLTOOL"; then
7907 ac_ct_DLLTOOL=$DLLTOOL
7908 # Extract the first word of "dlltool", so it can be a program name with args.
7909 set dummy dlltool; ac_word=$2
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7911 $as_echo_n "checking for $ac_word... " >&6; }
7912 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7913 $as_echo_n "(cached) " >&6
7914 else
7915 if test -n "$ac_ct_DLLTOOL"; then
7916 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7917 else
7918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7919 for as_dir in $PATH
7921 IFS=$as_save_IFS
7922 test -z "$as_dir" && as_dir=.
7923 for ac_exec_ext in '' $ac_executable_extensions; do
7924 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7925 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7927 break 2
7929 done
7930 done
7931 IFS=$as_save_IFS
7935 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7936 if test -n "$ac_ct_DLLTOOL"; then
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7938 $as_echo "$ac_ct_DLLTOOL" >&6; }
7939 else
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7941 $as_echo "no" >&6; }
7944 if test "x$ac_ct_DLLTOOL" = x; then
7945 DLLTOOL="false"
7946 else
7947 case $cross_compiling:$ac_tool_warned in
7948 yes:)
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7951 ac_tool_warned=yes ;;
7952 esac
7953 DLLTOOL=$ac_ct_DLLTOOL
7955 else
7956 DLLTOOL="$ac_cv_prog_DLLTOOL"
7959 LIBEXT="dll"
7960 DLLEXT=""
7961 IMPLIBEXT="a"
7962 STATIC_IMPLIBEXT="a"
7963 enable_iphlpapi=${enable_iphlpapi:-no}
7964 enable_kernel32=${enable_kernel32:-no}
7965 enable_msvcrt=${enable_msvcrt:-no}
7966 enable_ntdll=${enable_ntdll:-no}
7967 enable_ws2_32=${enable_ws2_32:-no}
7968 enable_loader=${enable_loader:-no}
7969 enable_server=${enable_server:-no}
7970 with_x=${with_x:-no}
7971 with_pthread=${with_pthread:-no}
7973 crtlibs=""
7974 case $host_os in
7975 mingw32*)
7976 crtlibs="-lmsvcrt"
7977 SOCKET_LIBS="-lws2_32"
7979 esac
7981 LIBWINE_SHAREDLIB="libwine.dll"
7983 LIBWINE_IMPORTLIB="libwine.a"
7985 LIBWINE_INSTALL_LIB="libwine.dll"
7987 LIBWINE_INSTALL_DEV="libwine.a"
7989 LIBWINE_LDFLAGS="-shared \$(srcdir)/wine.def"
7991 LIBWINE_DEPENDS="wine.def"
7995 darwin*|macosx*)
7996 for ac_header in libunwind.h
7997 do :
7998 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7999 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8000 cat >>confdefs.h <<_ACEOF
8001 #define HAVE_LIBUNWIND_H 1
8002 _ACEOF
8006 done
8008 LIBEXT="dylib"
8009 DLLFLAGS="$DLLFLAGS -fPIC"
8010 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8011 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8012 COREFOUNDATION_LIBS="-framework CoreFoundation"
8014 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8016 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8018 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8020 CORESERVICES_LIBS="-framework CoreServices"
8022 APPKIT_LIBS="-framework AppKit"
8024 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8026 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8027 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8028 $as_echo_n "(cached) " >&6
8029 else
8030 ac_wine_try_cflags_saved=$CFLAGS
8031 CFLAGS="$CFLAGS -Wl,-no_pie"
8032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8033 /* end confdefs.h. */
8034 int main(int argc, char **argv) { return 0; }
8035 _ACEOF
8036 if ac_fn_c_try_link "$LINENO"; then :
8037 ac_cv_cflags__Wl__no_pie=yes
8038 else
8039 ac_cv_cflags__Wl__no_pie=no
8041 rm -f core conftest.err conftest.$ac_objext \
8042 conftest$ac_exeext conftest.$ac_ext
8043 CFLAGS=$ac_wine_try_cflags_saved
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8046 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8047 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8048 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8050 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8051 then
8052 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8055 if test "$ac_cv_header_Security_Security_h" = "yes"
8056 then
8057 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8059 ac_save_LIBS="$LIBS"
8060 LIBS="$LIBS $SECURITY_LIBS"
8061 for ac_func in SSLCopyPeerCertificates
8062 do :
8063 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8064 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8065 cat >>confdefs.h <<_ACEOF
8066 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8067 _ACEOF
8070 done
8072 LIBS="$ac_save_LIBS"
8073 with_gnutls=${with_gnutls:-no}
8075 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8076 then
8077 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8078 then
8079 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8081 else
8082 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8085 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8086 ac_save_LIBS="$LIBS"
8087 LIBS="$LIBS $COREAUDIO_LIBS"
8088 for ac_func in AUGraphAddNode
8089 do :
8090 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8091 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8092 cat >>confdefs.h <<_ACEOF
8093 #define HAVE_AUGRAPHADDNODE 1
8094 _ACEOF
8097 done
8099 LIBS="$ac_save_LIBS"
8101 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8102 then
8103 OPENAL_LIBS="-framework OpenAL"
8106 cat >>confdefs.h <<_ACEOF
8107 #define HAVE_OPENAL 1
8108 _ACEOF
8110 ac_cv_lib_openal=yes
8112 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8113 then
8114 OPENCL_LIBS="-framework OpenCL"
8116 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8118 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8119 then
8120 ac_save_LIBS="$LIBS"
8121 LIBS="$LIBS $IOKIT_LIBS"
8122 for ac_func in IOHIDManagerCreate
8123 do :
8124 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8125 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8126 cat >>confdefs.h <<_ACEOF
8127 #define HAVE_IOHIDMANAGERCREATE 1
8128 _ACEOF
8131 done
8133 LIBS="$ac_save_LIBS"
8135 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8136 then
8137 ac_save_LIBS="$LIBS"
8138 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8140 $as_echo_n "checking for the QuickTime framework... " >&6; }
8141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8142 /* end confdefs.h. */
8143 #include <QuickTime/ImageCompression.h>
8145 main ()
8147 CodecManagerVersion(NULL);
8149 return 0;
8151 _ACEOF
8152 if ac_fn_c_try_link "$LINENO"; then :
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8154 $as_echo "yes" >&6; }
8155 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8157 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8158 else
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8160 $as_echo "no" >&6; }
8161 ac_cv_header_QuickTime_ImageCompression_h=no
8163 rm -f core conftest.err conftest.$ac_objext \
8164 conftest$ac_exeext conftest.$ac_ext
8165 LIBS="$ac_save_LIBS"
8167 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8168 then
8169 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8171 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8172 then
8173 CARBON_LIBS="-framework Carbon"
8177 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8178 then
8179 ac_save_LIBS="$LIBS"
8180 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8181 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8182 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8183 enable_winemac_drv=${enable_winemac_drv:-yes}
8186 LIBS="$ac_save_LIBS"
8189 if test "x$enable_win16" = "xyes"
8190 then
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8192 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8193 if test "$cross_compiling" = yes; then :
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8195 $as_echo "cross-compiling, assuming yes" >&6; }
8196 else
8197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8198 /* end confdefs.h. */
8199 asm(".text\n"
8200 "bad:\tnop;nop\n"
8201 "good:\tnop;nop\n\t"
8202 ".globl _testfunc\n"
8203 "_testfunc:\tcallw good");
8204 extern void testfunc();
8206 main ()
8208 unsigned short *p = (unsigned short *)testfunc;
8209 return p[0] != 0xe866 || p[1] != 0xfffa
8211 return 0;
8213 _ACEOF
8214 if ac_fn_c_try_run "$LINENO"; then :
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8216 $as_echo "yes" >&6; }
8217 else
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8219 $as_echo "no" >&6; }
8220 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
8222 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8223 conftest.$ac_objext conftest.beam conftest.$ac_ext
8228 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
8230 LIBWINE_INSTALL_LIB="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8232 LIBWINE_INSTALL_DEV="libwine.dylib"
8234 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8236 WINELOADER_DEPENDS="wine_info.plist"
8240 linux-android*)
8241 DLLFLAGS="$DLLFLAGS -fPIC"
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8243 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8244 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8245 $as_echo_n "(cached) " >&6
8246 else
8247 ac_wine_try_cflags_saved=$CFLAGS
8248 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8250 /* end confdefs.h. */
8251 int main(int argc, char **argv) { return 0; }
8252 _ACEOF
8253 if ac_fn_c_try_link "$LINENO"; then :
8254 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8255 else
8256 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8258 rm -f core conftest.err conftest.$ac_objext \
8259 conftest$ac_exeext conftest.$ac_ext
8260 CFLAGS=$ac_wine_try_cflags_saved
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8263 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8264 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8265 LDEXECFLAGS="-Wl,--export-dynamic"
8267 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8269 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8270 if eval \${$as_ac_var+:} false; then :
8271 $as_echo_n "(cached) " >&6
8272 else
8273 ac_wine_try_cflags_saved=$CFLAGS
8274 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8276 /* end confdefs.h. */
8277 int main(int argc, char **argv) { return 0; }
8278 _ACEOF
8279 if ac_fn_c_try_link "$LINENO"; then :
8280 eval "$as_ac_var=yes"
8281 else
8282 eval "$as_ac_var=no"
8284 rm -f core conftest.err conftest.$ac_objext \
8285 conftest$ac_exeext conftest.$ac_ext
8286 CFLAGS=$ac_wine_try_cflags_saved
8288 eval ac_res=\$$as_ac_var
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8290 $as_echo "$ac_res" >&6; }
8291 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8292 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8293 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8294 else
8295 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8297 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8298 if eval \${$as_ac_var+:} false; then :
8299 $as_echo_n "(cached) " >&6
8300 else
8301 ac_wine_try_cflags_saved=$CFLAGS
8302 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8304 /* end confdefs.h. */
8305 int main(int argc, char **argv) { return 0; }
8306 _ACEOF
8307 if ac_fn_c_try_link "$LINENO"; then :
8308 eval "$as_ac_var=yes"
8309 else
8310 eval "$as_ac_var=no"
8312 rm -f core conftest.err conftest.$ac_objext \
8313 conftest$ac_exeext conftest.$ac_ext
8314 CFLAGS=$ac_wine_try_cflags_saved
8316 eval ac_res=\$$as_ac_var
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8318 $as_echo "$ac_res" >&6; }
8319 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8320 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8321 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8326 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8327 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8328 $as_echo_n "(cached) " >&6
8329 else
8330 ac_wine_try_cflags_saved=$CFLAGS
8331 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8333 /* end confdefs.h. */
8334 int main(int argc, char **argv) { return 0; }
8335 _ACEOF
8336 if ac_fn_c_try_link "$LINENO"; then :
8337 ac_cv_cflags__Wl___enable_new_dtags=yes
8338 else
8339 ac_cv_cflags__Wl___enable_new_dtags=no
8341 rm -f core conftest.err conftest.$ac_objext \
8342 conftest$ac_exeext conftest.$ac_ext
8343 CFLAGS=$ac_wine_try_cflags_saved
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8346 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8347 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8348 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8351 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8352 if ${ac_cv_cflags__Wl__pie+:} false; then :
8353 $as_echo_n "(cached) " >&6
8354 else
8355 ac_wine_try_cflags_saved=$CFLAGS
8356 CFLAGS="$CFLAGS -Wl,-pie"
8357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8358 /* end confdefs.h. */
8359 int main(int argc, char **argv) { return 0; }
8360 _ACEOF
8361 if ac_fn_c_try_link "$LINENO"; then :
8362 ac_cv_cflags__Wl__pie=yes
8363 else
8364 ac_cv_cflags__Wl__pie=no
8366 rm -f core conftest.err conftest.$ac_objext \
8367 conftest$ac_exeext conftest.$ac_ext
8368 CFLAGS=$ac_wine_try_cflags_saved
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8371 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8372 if test "x$ac_cv_cflags__Wl__pie" = xyes; then :
8373 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,-pie"
8376 LIBWINE_SHAREDLIB="libwine.so"
8378 LIBWINE_INSTALL_LIB="libwine.so"
8380 LIBWINE_LDFLAGS="-shared"
8385 DLLFLAGS="$DLLFLAGS -fPIC"
8386 LDEXECFLAGS=""
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8388 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8389 if ${ac_cv_c_dll_gnuelf+:} false; then :
8390 $as_echo_n "(cached) " >&6
8391 else
8392 ac_wine_try_cflags_saved=$CFLAGS
8393 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8395 /* end confdefs.h. */
8396 void myfunc() {}
8397 _ACEOF
8398 if ac_fn_c_try_link "$LINENO"; then :
8399 ac_cv_c_dll_gnuelf="yes"
8400 else
8401 ac_cv_c_dll_gnuelf="no"
8403 rm -f core conftest.err conftest.$ac_objext \
8404 conftest$ac_exeext conftest.$ac_ext
8405 CFLAGS=$ac_wine_try_cflags_saved
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8408 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8409 if test "$ac_cv_c_dll_gnuelf" = "yes"
8410 then
8411 LIBWINE_LDFLAGS="-shared"
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8413 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8414 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8415 $as_echo_n "(cached) " >&6
8416 else
8417 ac_wine_try_cflags_saved=$CFLAGS
8418 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8420 /* end confdefs.h. */
8421 int main(int argc, char **argv) { return 0; }
8422 _ACEOF
8423 if ac_fn_c_try_link "$LINENO"; then :
8424 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8425 else
8426 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8428 rm -f core conftest.err conftest.$ac_objext \
8429 conftest$ac_exeext conftest.$ac_ext
8430 CFLAGS=$ac_wine_try_cflags_saved
8432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8433 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8434 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8435 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8436 else
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8438 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8439 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8440 $as_echo_n "(cached) " >&6
8441 else
8442 ac_wine_try_cflags_saved=$CFLAGS
8443 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8445 /* end confdefs.h. */
8446 int main(int argc, char **argv) { return 0; }
8447 _ACEOF
8448 if ac_fn_c_try_link "$LINENO"; then :
8449 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8450 else
8451 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8453 rm -f core conftest.err conftest.$ac_objext \
8454 conftest$ac_exeext conftest.$ac_ext
8455 CFLAGS=$ac_wine_try_cflags_saved
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8458 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8459 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8460 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
8464 echo '{ global: *; };' >conftest.map
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8466 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8467 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8468 $as_echo_n "(cached) " >&6
8469 else
8470 ac_wine_try_cflags_saved=$CFLAGS
8471 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8473 /* end confdefs.h. */
8474 int main(int argc, char **argv) { return 0; }
8475 _ACEOF
8476 if ac_fn_c_try_link "$LINENO"; then :
8477 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8478 else
8479 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8481 rm -f core conftest.err conftest.$ac_objext \
8482 conftest$ac_exeext conftest.$ac_ext
8483 CFLAGS=$ac_wine_try_cflags_saved
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8486 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8487 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8488 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8490 rm -f conftest.map
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8493 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8494 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8495 $as_echo_n "(cached) " >&6
8496 else
8497 ac_wine_try_cflags_saved=$CFLAGS
8498 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8500 /* end confdefs.h. */
8501 int main(int argc, char **argv) { return 0; }
8502 _ACEOF
8503 if ac_fn_c_try_link "$LINENO"; then :
8504 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8505 else
8506 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8508 rm -f core conftest.err conftest.$ac_objext \
8509 conftest$ac_exeext conftest.$ac_ext
8510 CFLAGS=$ac_wine_try_cflags_saved
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8513 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8514 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8515 LDEXECFLAGS="-Wl,--export-dynamic"
8518 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8520 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8521 if eval \${$as_ac_var+:} false; then :
8522 $as_echo_n "(cached) " >&6
8523 else
8524 ac_wine_try_cflags_saved=$CFLAGS
8525 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8527 /* end confdefs.h. */
8528 int main(int argc, char **argv) { return 0; }
8529 _ACEOF
8530 if ac_fn_c_try_link "$LINENO"; then :
8531 eval "$as_ac_var=yes"
8532 else
8533 eval "$as_ac_var=no"
8535 rm -f core conftest.err conftest.$ac_objext \
8536 conftest$ac_exeext conftest.$ac_ext
8537 CFLAGS=$ac_wine_try_cflags_saved
8539 eval ac_res=\$$as_ac_var
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8541 $as_echo "$ac_res" >&6; }
8542 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8543 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8544 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8545 else
8546 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8548 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8549 if eval \${$as_ac_var+:} false; then :
8550 $as_echo_n "(cached) " >&6
8551 else
8552 ac_wine_try_cflags_saved=$CFLAGS
8553 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8555 /* end confdefs.h. */
8556 int main(int argc, char **argv) { return 0; }
8557 _ACEOF
8558 if ac_fn_c_try_link "$LINENO"; then :
8559 eval "$as_ac_var=yes"
8560 else
8561 eval "$as_ac_var=no"
8563 rm -f core conftest.err conftest.$ac_objext \
8564 conftest$ac_exeext conftest.$ac_ext
8565 CFLAGS=$ac_wine_try_cflags_saved
8567 eval ac_res=\$$as_ac_var
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8569 $as_echo "$ac_res" >&6; }
8570 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8571 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8572 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8577 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8578 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8579 $as_echo_n "(cached) " >&6
8580 else
8581 ac_wine_try_cflags_saved=$CFLAGS
8582 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8584 /* end confdefs.h. */
8585 int main(int argc, char **argv) { return 0; }
8586 _ACEOF
8587 if ac_fn_c_try_link "$LINENO"; then :
8588 ac_cv_cflags__Wl___enable_new_dtags=yes
8589 else
8590 ac_cv_cflags__Wl___enable_new_dtags=no
8592 rm -f core conftest.err conftest.$ac_objext \
8593 conftest$ac_exeext conftest.$ac_ext
8594 CFLAGS=$ac_wine_try_cflags_saved
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8597 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8598 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8599 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8602 case $host_cpu in
8603 *i[3456789]86* | x86_64)
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8605 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8606 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8607 $as_echo_n "(cached) " >&6
8608 else
8609 ac_wine_try_cflags_saved=$CFLAGS
8610 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8612 /* end confdefs.h. */
8613 int main(int argc, char **argv) { return 0; }
8614 _ACEOF
8615 if ac_fn_c_try_link "$LINENO"; then :
8616 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8617 else
8618 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8620 rm -f core conftest.err conftest.$ac_objext \
8621 conftest$ac_exeext conftest.$ac_ext
8622 CFLAGS=$ac_wine_try_cflags_saved
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8625 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8626 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8627 case $host_os in
8628 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8629 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8630 esac
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8634 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8635 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8636 $as_echo_n "(cached) " >&6
8637 else
8638 ac_wine_try_cflags_saved=$CFLAGS
8639 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8641 /* end confdefs.h. */
8642 int main(int argc, char **argv) { return 0; }
8643 _ACEOF
8644 if ac_fn_c_try_link "$LINENO"; then :
8645 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8646 else
8647 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8649 rm -f core conftest.err conftest.$ac_objext \
8650 conftest$ac_exeext conftest.$ac_ext
8651 CFLAGS=$ac_wine_try_cflags_saved
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8654 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8655 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8657 else
8658 # Extract the first word of "prelink", so it can be a program name with args.
8659 set dummy prelink; ac_word=$2
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8661 $as_echo_n "checking for $ac_word... " >&6; }
8662 if ${ac_cv_path_PRELINK+:} false; then :
8663 $as_echo_n "(cached) " >&6
8664 else
8665 case $PRELINK in
8666 [\\/]* | ?:[\\/]*)
8667 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8671 for as_dir in /sbin /usr/sbin $PATH
8673 IFS=$as_save_IFS
8674 test -z "$as_dir" && as_dir=.
8675 for ac_exec_ext in '' $ac_executable_extensions; do
8676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8677 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8679 break 2
8681 done
8682 done
8683 IFS=$as_save_IFS
8685 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8687 esac
8689 PRELINK=$ac_cv_path_PRELINK
8690 if test -n "$PRELINK"; then
8691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8692 $as_echo "$PRELINK" >&6; }
8693 else
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8695 $as_echo "no" >&6; }
8699 if test "x$PRELINK" = xfalse
8700 then
8701 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8705 esac
8707 else
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8709 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8710 if ${ac_cv_c_dll_unixware+:} false; then :
8711 $as_echo_n "(cached) " >&6
8712 else
8713 ac_wine_try_cflags_saved=$CFLAGS
8714 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8716 /* end confdefs.h. */
8717 void myfunc() {}
8718 _ACEOF
8719 if ac_fn_c_try_link "$LINENO"; then :
8720 ac_cv_c_dll_unixware="yes"
8721 else
8722 ac_cv_c_dll_unixware="no"
8724 rm -f core conftest.err conftest.$ac_objext \
8725 conftest$ac_exeext conftest.$ac_ext
8726 CFLAGS=$ac_wine_try_cflags_saved
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8729 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8730 if test "$ac_cv_c_dll_unixware" = "yes"
8731 then
8732 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
8735 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
8737 LIBWINE_INSTALL_LIB="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8739 LIBWINE_INSTALL_DEV="libwine.so"
8741 LIBWINE_DEPENDS="wine.map"
8744 esac
8746 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
8747 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8748 enable_winemac_drv=${enable_winemac_drv:-no}
8749 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
8751 CROSSTARGET=""
8753 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8754 then
8755 case "$host_cpu" in
8756 arm*)
8757 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8758 i[3456789]86*)
8759 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
8760 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8761 mingw32-gcc" ;;
8762 x86_64)
8763 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
8764 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8766 ac_prefix_list="" ;;
8767 esac
8768 for ac_prog in $ac_prefix_list
8770 # Extract the first word of "$ac_prog", so it can be a program name with args.
8771 set dummy $ac_prog; ac_word=$2
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8773 $as_echo_n "checking for $ac_word... " >&6; }
8774 if ${ac_cv_prog_CROSSCC+:} false; then :
8775 $as_echo_n "(cached) " >&6
8776 else
8777 if test -n "$CROSSCC"; then
8778 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8779 else
8780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8781 for as_dir in $PATH
8783 IFS=$as_save_IFS
8784 test -z "$as_dir" && as_dir=.
8785 for ac_exec_ext in '' $ac_executable_extensions; do
8786 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8787 ac_cv_prog_CROSSCC="$ac_prog"
8788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8789 break 2
8791 done
8792 done
8793 IFS=$as_save_IFS
8797 CROSSCC=$ac_cv_prog_CROSSCC
8798 if test -n "$CROSSCC"; then
8799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8800 $as_echo "$CROSSCC" >&6; }
8801 else
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8803 $as_echo "no" >&6; }
8807 test -n "$CROSSCC" && break
8808 done
8809 test -n "$CROSSCC" || CROSSCC="false"
8811 if test "$CROSSCC" != "false"
8812 then
8813 ac_save_CC="$CC"
8814 CC="$CROSSCC"
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8816 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8818 /* end confdefs.h. */
8821 main ()
8825 return 0;
8827 _ACEOF
8828 if ac_fn_c_try_compile "$LINENO"; then :
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8830 $as_echo "yes" >&6; }
8831 set x $CROSSCC
8832 shift
8833 while test $# -ge 1
8835 case "$1" in
8836 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8837 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
8838 esac
8839 shift
8840 done
8841 else
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8843 $as_echo "no" >&6; }
8845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8846 CC="$ac_save_CC"
8851 if test "$ac_cv_header_pthread_h" = "yes"
8852 then
8853 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8854 if test "x$ac_cv_func_pthread_create" = xyes; then :
8856 else
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8858 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8859 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8860 $as_echo_n "(cached) " >&6
8861 else
8862 ac_check_lib_save_LIBS=$LIBS
8863 LIBS="-lpthread $LIBS"
8864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8865 /* end confdefs.h. */
8867 /* Override any GCC internal prototype to avoid an error.
8868 Use char because int might match the return type of a GCC
8869 builtin and then its argument prototype would still apply. */
8870 #ifdef __cplusplus
8871 extern "C"
8872 #endif
8873 char pthread_create ();
8875 main ()
8877 return pthread_create ();
8879 return 0;
8881 _ACEOF
8882 if ac_fn_c_try_link "$LINENO"; then :
8883 ac_cv_lib_pthread_pthread_create=yes
8884 else
8885 ac_cv_lib_pthread_pthread_create=no
8887 rm -f core conftest.err conftest.$ac_objext \
8888 conftest$ac_exeext conftest.$ac_ext
8889 LIBS=$ac_check_lib_save_LIBS
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8892 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8893 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8894 PTHREAD_LIBS="-lpthread"
8901 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8902 case "x$with_pthread" in
8903 xno) ;;
8904 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8905 Wine cannot support threads without libpthread.
8906 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8907 esac
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8912 $as_echo_n "checking for X... " >&6; }
8915 # Check whether --with-x was given.
8916 if test "${with_x+set}" = set; then :
8917 withval=$with_x;
8920 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8921 if test "x$with_x" = xno; then
8922 # The user explicitly disabled X.
8923 have_x=disabled
8924 else
8925 case $x_includes,$x_libraries in #(
8926 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8927 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8928 $as_echo_n "(cached) " >&6
8929 else
8930 # One or both of the vars are not set, and there is no cached value.
8931 ac_x_includes=no ac_x_libraries=no
8932 rm -f -r conftest.dir
8933 if mkdir conftest.dir; then
8934 cd conftest.dir
8935 cat >Imakefile <<'_ACEOF'
8936 incroot:
8937 @echo incroot='${INCROOT}'
8938 usrlibdir:
8939 @echo usrlibdir='${USRLIBDIR}'
8940 libdir:
8941 @echo libdir='${LIBDIR}'
8942 _ACEOF
8943 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8944 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8945 for ac_var in incroot usrlibdir libdir; do
8946 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8947 done
8948 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8949 for ac_extension in a so sl dylib la dll; do
8950 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8951 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8952 ac_im_usrlibdir=$ac_im_libdir; break
8954 done
8955 # Screen out bogus values from the imake configuration. They are
8956 # bogus both because they are the default anyway, and because
8957 # using them would break gcc on systems where it needs fixed includes.
8958 case $ac_im_incroot in
8959 /usr/include) ac_x_includes= ;;
8960 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8961 esac
8962 case $ac_im_usrlibdir in
8963 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8964 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8965 esac
8967 cd ..
8968 rm -f -r conftest.dir
8971 # Standard set of common directories for X headers.
8972 # Check X11 before X11Rn because it is often a symlink to the current release.
8973 ac_x_header_dirs='
8974 /usr/X11/include
8975 /usr/X11R7/include
8976 /usr/X11R6/include
8977 /usr/X11R5/include
8978 /usr/X11R4/include
8980 /usr/include/X11
8981 /usr/include/X11R7
8982 /usr/include/X11R6
8983 /usr/include/X11R5
8984 /usr/include/X11R4
8986 /usr/local/X11/include
8987 /usr/local/X11R7/include
8988 /usr/local/X11R6/include
8989 /usr/local/X11R5/include
8990 /usr/local/X11R4/include
8992 /usr/local/include/X11
8993 /usr/local/include/X11R7
8994 /usr/local/include/X11R6
8995 /usr/local/include/X11R5
8996 /usr/local/include/X11R4
8998 /usr/X386/include
8999 /usr/x386/include
9000 /usr/XFree86/include/X11
9002 /usr/include
9003 /usr/local/include
9004 /usr/unsupported/include
9005 /usr/athena/include
9006 /usr/local/x11r5/include
9007 /usr/lpp/Xamples/include
9009 /usr/openwin/include
9010 /usr/openwin/share/include'
9012 if test "$ac_x_includes" = no; then
9013 # Guess where to find include files, by looking for Xlib.h.
9014 # First, try using that file with no special directory specified.
9015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9016 /* end confdefs.h. */
9017 #include <X11/Xlib.h>
9018 _ACEOF
9019 if ac_fn_c_try_cpp "$LINENO"; then :
9020 # We can compile using X headers with no special include directory.
9021 ac_x_includes=
9022 else
9023 for ac_dir in $ac_x_header_dirs; do
9024 if test -r "$ac_dir/X11/Xlib.h"; then
9025 ac_x_includes=$ac_dir
9026 break
9028 done
9030 rm -f conftest.err conftest.i conftest.$ac_ext
9031 fi # $ac_x_includes = no
9033 if test "$ac_x_libraries" = no; then
9034 # Check for the libraries.
9035 # See if we find them without any special options.
9036 # Don't add to $LIBS permanently.
9037 ac_save_LIBS=$LIBS
9038 LIBS="-lX11 $LIBS"
9039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9040 /* end confdefs.h. */
9041 #include <X11/Xlib.h>
9043 main ()
9045 XrmInitialize ()
9047 return 0;
9049 _ACEOF
9050 if ac_fn_c_try_link "$LINENO"; then :
9051 LIBS=$ac_save_LIBS
9052 # We can link X programs with no special library path.
9053 ac_x_libraries=
9054 else
9055 LIBS=$ac_save_LIBS
9056 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9058 # Don't even attempt the hair of trying to link an X program!
9059 for ac_extension in a so sl dylib la dll; do
9060 if test -r "$ac_dir/libX11.$ac_extension"; then
9061 ac_x_libraries=$ac_dir
9062 break 2
9064 done
9065 done
9067 rm -f core conftest.err conftest.$ac_objext \
9068 conftest$ac_exeext conftest.$ac_ext
9069 fi # $ac_x_libraries = no
9071 case $ac_x_includes,$ac_x_libraries in #(
9072 no,* | *,no | *\'*)
9073 # Didn't find X, or a directory has "'" in its name.
9074 ac_cv_have_x="have_x=no";; #(
9076 # Record where we found X for the cache.
9077 ac_cv_have_x="have_x=yes\
9078 ac_x_includes='$ac_x_includes'\
9079 ac_x_libraries='$ac_x_libraries'"
9080 esac
9082 ;; #(
9083 *) have_x=yes;;
9084 esac
9085 eval "$ac_cv_have_x"
9086 fi # $with_x != no
9088 if test "$have_x" != yes; then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9090 $as_echo "$have_x" >&6; }
9091 no_x=yes
9092 else
9093 # If each of the values was on the command line, it overrides each guess.
9094 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9095 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9096 # Update the cache value to reflect the command line values.
9097 ac_cv_have_x="have_x=yes\
9098 ac_x_includes='$x_includes'\
9099 ac_x_libraries='$x_libraries'"
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9101 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9104 if test "$no_x" = yes; then
9105 # Not all programs may use this symbol, but it does not hurt to define it.
9107 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9109 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9110 else
9111 if test -n "$x_includes"; then
9112 X_CFLAGS="$X_CFLAGS -I$x_includes"
9115 # It would also be nice to do this for all -L options, not just this one.
9116 if test -n "$x_libraries"; then
9117 X_LIBS="$X_LIBS -L$x_libraries"
9118 # For Solaris; some versions of Sun CC require a space after -R and
9119 # others require no space. Words are not sufficient . . . .
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9121 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9122 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9123 ac_xsave_c_werror_flag=$ac_c_werror_flag
9124 ac_c_werror_flag=yes
9125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9126 /* end confdefs.h. */
9129 main ()
9133 return 0;
9135 _ACEOF
9136 if ac_fn_c_try_link "$LINENO"; then :
9137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9138 $as_echo "no" >&6; }
9139 X_LIBS="$X_LIBS -R$x_libraries"
9140 else
9141 LIBS="$ac_xsave_LIBS -R $x_libraries"
9142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9143 /* end confdefs.h. */
9146 main ()
9150 return 0;
9152 _ACEOF
9153 if ac_fn_c_try_link "$LINENO"; then :
9154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9155 $as_echo "yes" >&6; }
9156 X_LIBS="$X_LIBS -R $x_libraries"
9157 else
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9159 $as_echo "neither works" >&6; }
9161 rm -f core conftest.err conftest.$ac_objext \
9162 conftest$ac_exeext conftest.$ac_ext
9164 rm -f core conftest.err conftest.$ac_objext \
9165 conftest$ac_exeext conftest.$ac_ext
9166 ac_c_werror_flag=$ac_xsave_c_werror_flag
9167 LIBS=$ac_xsave_LIBS
9170 # Check for system-dependent libraries X programs must link with.
9171 # Do this before checking for the system-independent R6 libraries
9172 # (-lICE), since we may need -lsocket or whatever for X linking.
9174 if test "$ISC" = yes; then
9175 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9176 else
9177 # Martyn Johnson says this is needed for Ultrix, if the X
9178 # libraries were built with DECnet support. And Karl Berry says
9179 # the Alpha needs dnet_stub (dnet does not exist).
9180 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9182 /* end confdefs.h. */
9184 /* Override any GCC internal prototype to avoid an error.
9185 Use char because int might match the return type of a GCC
9186 builtin and then its argument prototype would still apply. */
9187 #ifdef __cplusplus
9188 extern "C"
9189 #endif
9190 char XOpenDisplay ();
9192 main ()
9194 return XOpenDisplay ();
9196 return 0;
9198 _ACEOF
9199 if ac_fn_c_try_link "$LINENO"; then :
9201 else
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9203 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9204 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9205 $as_echo_n "(cached) " >&6
9206 else
9207 ac_check_lib_save_LIBS=$LIBS
9208 LIBS="-ldnet $LIBS"
9209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9210 /* end confdefs.h. */
9212 /* Override any GCC internal prototype to avoid an error.
9213 Use char because int might match the return type of a GCC
9214 builtin and then its argument prototype would still apply. */
9215 #ifdef __cplusplus
9216 extern "C"
9217 #endif
9218 char dnet_ntoa ();
9220 main ()
9222 return dnet_ntoa ();
9224 return 0;
9226 _ACEOF
9227 if ac_fn_c_try_link "$LINENO"; then :
9228 ac_cv_lib_dnet_dnet_ntoa=yes
9229 else
9230 ac_cv_lib_dnet_dnet_ntoa=no
9232 rm -f core conftest.err conftest.$ac_objext \
9233 conftest$ac_exeext conftest.$ac_ext
9234 LIBS=$ac_check_lib_save_LIBS
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9237 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9238 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9239 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9242 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9244 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9245 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9246 $as_echo_n "(cached) " >&6
9247 else
9248 ac_check_lib_save_LIBS=$LIBS
9249 LIBS="-ldnet_stub $LIBS"
9250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9251 /* end confdefs.h. */
9253 /* Override any GCC internal prototype to avoid an error.
9254 Use char because int might match the return type of a GCC
9255 builtin and then its argument prototype would still apply. */
9256 #ifdef __cplusplus
9257 extern "C"
9258 #endif
9259 char dnet_ntoa ();
9261 main ()
9263 return dnet_ntoa ();
9265 return 0;
9267 _ACEOF
9268 if ac_fn_c_try_link "$LINENO"; then :
9269 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9270 else
9271 ac_cv_lib_dnet_stub_dnet_ntoa=no
9273 rm -f core conftest.err conftest.$ac_objext \
9274 conftest$ac_exeext conftest.$ac_ext
9275 LIBS=$ac_check_lib_save_LIBS
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9278 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9279 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9280 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9285 rm -f core conftest.err conftest.$ac_objext \
9286 conftest$ac_exeext conftest.$ac_ext
9287 LIBS="$ac_xsave_LIBS"
9289 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9290 # to get the SysV transport functions.
9291 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9292 # needs -lnsl.
9293 # The nsl library prevents programs from opening the X display
9294 # on Irix 5.2, according to T.E. Dickey.
9295 # The functions gethostbyname, getservbyname, and inet_addr are
9296 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9297 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9298 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9302 if test $ac_cv_func_gethostbyname = no; then
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9304 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9305 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9306 $as_echo_n "(cached) " >&6
9307 else
9308 ac_check_lib_save_LIBS=$LIBS
9309 LIBS="-lnsl $LIBS"
9310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h. */
9313 /* Override any GCC internal prototype to avoid an error.
9314 Use char because int might match the return type of a GCC
9315 builtin and then its argument prototype would still apply. */
9316 #ifdef __cplusplus
9317 extern "C"
9318 #endif
9319 char gethostbyname ();
9321 main ()
9323 return gethostbyname ();
9325 return 0;
9327 _ACEOF
9328 if ac_fn_c_try_link "$LINENO"; then :
9329 ac_cv_lib_nsl_gethostbyname=yes
9330 else
9331 ac_cv_lib_nsl_gethostbyname=no
9333 rm -f core conftest.err conftest.$ac_objext \
9334 conftest$ac_exeext conftest.$ac_ext
9335 LIBS=$ac_check_lib_save_LIBS
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9338 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9339 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9340 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9343 if test $ac_cv_lib_nsl_gethostbyname = no; then
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9345 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9346 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9347 $as_echo_n "(cached) " >&6
9348 else
9349 ac_check_lib_save_LIBS=$LIBS
9350 LIBS="-lbsd $LIBS"
9351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9352 /* end confdefs.h. */
9354 /* Override any GCC internal prototype to avoid an error.
9355 Use char because int might match the return type of a GCC
9356 builtin and then its argument prototype would still apply. */
9357 #ifdef __cplusplus
9358 extern "C"
9359 #endif
9360 char gethostbyname ();
9362 main ()
9364 return gethostbyname ();
9366 return 0;
9368 _ACEOF
9369 if ac_fn_c_try_link "$LINENO"; then :
9370 ac_cv_lib_bsd_gethostbyname=yes
9371 else
9372 ac_cv_lib_bsd_gethostbyname=no
9374 rm -f core conftest.err conftest.$ac_objext \
9375 conftest$ac_exeext conftest.$ac_ext
9376 LIBS=$ac_check_lib_save_LIBS
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9379 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9380 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9381 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9387 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9388 # socket/setsockopt and other routines are undefined under SCO ODT
9389 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9390 # on later versions), says Simon Leinen: it contains gethostby*
9391 # variants that don't use the name server (or something). -lsocket
9392 # must be given before -lnsl if both are needed. We assume that
9393 # if connect needs -lnsl, so does gethostbyname.
9394 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9395 if test "x$ac_cv_func_connect" = xyes; then :
9399 if test $ac_cv_func_connect = no; then
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9401 $as_echo_n "checking for connect in -lsocket... " >&6; }
9402 if ${ac_cv_lib_socket_connect+:} false; then :
9403 $as_echo_n "(cached) " >&6
9404 else
9405 ac_check_lib_save_LIBS=$LIBS
9406 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9413 #ifdef __cplusplus
9414 extern "C"
9415 #endif
9416 char connect ();
9418 main ()
9420 return connect ();
9422 return 0;
9424 _ACEOF
9425 if ac_fn_c_try_link "$LINENO"; then :
9426 ac_cv_lib_socket_connect=yes
9427 else
9428 ac_cv_lib_socket_connect=no
9430 rm -f core conftest.err conftest.$ac_objext \
9431 conftest$ac_exeext conftest.$ac_ext
9432 LIBS=$ac_check_lib_save_LIBS
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9435 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9436 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9437 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9442 # Guillermo Gomez says -lposix is necessary on A/UX.
9443 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9444 if test "x$ac_cv_func_remove" = xyes; then :
9448 if test $ac_cv_func_remove = no; then
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9450 $as_echo_n "checking for remove in -lposix... " >&6; }
9451 if ${ac_cv_lib_posix_remove+:} false; then :
9452 $as_echo_n "(cached) " >&6
9453 else
9454 ac_check_lib_save_LIBS=$LIBS
9455 LIBS="-lposix $LIBS"
9456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9457 /* end confdefs.h. */
9459 /* Override any GCC internal prototype to avoid an error.
9460 Use char because int might match the return type of a GCC
9461 builtin and then its argument prototype would still apply. */
9462 #ifdef __cplusplus
9463 extern "C"
9464 #endif
9465 char remove ();
9467 main ()
9469 return remove ();
9471 return 0;
9473 _ACEOF
9474 if ac_fn_c_try_link "$LINENO"; then :
9475 ac_cv_lib_posix_remove=yes
9476 else
9477 ac_cv_lib_posix_remove=no
9479 rm -f core conftest.err conftest.$ac_objext \
9480 conftest$ac_exeext conftest.$ac_ext
9481 LIBS=$ac_check_lib_save_LIBS
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9484 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9485 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9486 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9491 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9492 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9493 if test "x$ac_cv_func_shmat" = xyes; then :
9497 if test $ac_cv_func_shmat = no; then
9498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9499 $as_echo_n "checking for shmat in -lipc... " >&6; }
9500 if ${ac_cv_lib_ipc_shmat+:} false; then :
9501 $as_echo_n "(cached) " >&6
9502 else
9503 ac_check_lib_save_LIBS=$LIBS
9504 LIBS="-lipc $LIBS"
9505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9506 /* end confdefs.h. */
9508 /* Override any GCC internal prototype to avoid an error.
9509 Use char because int might match the return type of a GCC
9510 builtin and then its argument prototype would still apply. */
9511 #ifdef __cplusplus
9512 extern "C"
9513 #endif
9514 char shmat ();
9516 main ()
9518 return shmat ();
9520 return 0;
9522 _ACEOF
9523 if ac_fn_c_try_link "$LINENO"; then :
9524 ac_cv_lib_ipc_shmat=yes
9525 else
9526 ac_cv_lib_ipc_shmat=no
9528 rm -f core conftest.err conftest.$ac_objext \
9529 conftest$ac_exeext conftest.$ac_ext
9530 LIBS=$ac_check_lib_save_LIBS
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9533 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9534 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9535 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9541 # Check for libraries that X11R6 Xt/Xaw programs need.
9542 ac_save_LDFLAGS=$LDFLAGS
9543 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9544 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9545 # check for ICE first), but we must link in the order -lSM -lICE or
9546 # we get undefined symbols. So assume we have SM if we have ICE.
9547 # These have to be linked with before -lX11, unlike the other
9548 # libraries we check for below, so use a different variable.
9549 # John Interrante, Karl Berry
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9551 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9552 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9553 $as_echo_n "(cached) " >&6
9554 else
9555 ac_check_lib_save_LIBS=$LIBS
9556 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9558 /* end confdefs.h. */
9560 /* Override any GCC internal prototype to avoid an error.
9561 Use char because int might match the return type of a GCC
9562 builtin and then its argument prototype would still apply. */
9563 #ifdef __cplusplus
9564 extern "C"
9565 #endif
9566 char IceConnectionNumber ();
9568 main ()
9570 return IceConnectionNumber ();
9572 return 0;
9574 _ACEOF
9575 if ac_fn_c_try_link "$LINENO"; then :
9576 ac_cv_lib_ICE_IceConnectionNumber=yes
9577 else
9578 ac_cv_lib_ICE_IceConnectionNumber=no
9580 rm -f core conftest.err conftest.$ac_objext \
9581 conftest$ac_exeext conftest.$ac_ext
9582 LIBS=$ac_check_lib_save_LIBS
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9585 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9586 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9587 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9590 LDFLAGS=$ac_save_LDFLAGS
9595 if test "$have_x" = "yes"
9596 then
9597 ac_save_CPPFLAGS="$CPPFLAGS"
9598 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9601 $as_echo_n "checking for -lX11... " >&6; }
9602 if ${ac_cv_lib_soname_X11+:} false; then :
9603 $as_echo_n "(cached) " >&6
9604 else
9605 ac_check_soname_save_LIBS=$LIBS
9606 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9608 /* end confdefs.h. */
9610 /* Override any GCC internal prototype to avoid an error.
9611 Use char because int might match the return type of a GCC
9612 builtin and then its argument prototype would still apply. */
9613 #ifdef __cplusplus
9614 extern "C"
9615 #endif
9616 char XCreateWindow ();
9618 main ()
9620 return XCreateWindow ();
9622 return 0;
9624 _ACEOF
9625 if ac_fn_c_try_link "$LINENO"; then :
9626 case "$LIBEXT" in
9627 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9628 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'` ;;
9629 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9630 if ${ac_cv_lib_soname_X11:+false} :; then :
9631 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9632 fi ;;
9633 esac
9635 rm -f core conftest.err conftest.$ac_objext \
9636 conftest$ac_exeext conftest.$ac_ext
9637 LIBS=$ac_check_soname_save_LIBS
9639 if ${ac_cv_lib_soname_X11:+false} :; then :
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9641 $as_echo "not found" >&6; }
9643 else
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9645 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9647 cat >>confdefs.h <<_ACEOF
9648 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9649 _ACEOF
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9654 $as_echo_n "checking for -lXext... " >&6; }
9655 if ${ac_cv_lib_soname_Xext+:} false; then :
9656 $as_echo_n "(cached) " >&6
9657 else
9658 ac_check_soname_save_LIBS=$LIBS
9659 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9661 /* end confdefs.h. */
9663 /* Override any GCC internal prototype to avoid an error.
9664 Use char because int might match the return type of a GCC
9665 builtin and then its argument prototype would still apply. */
9666 #ifdef __cplusplus
9667 extern "C"
9668 #endif
9669 char XextCreateExtension ();
9671 main ()
9673 return XextCreateExtension ();
9675 return 0;
9677 _ACEOF
9678 if ac_fn_c_try_link "$LINENO"; then :
9679 case "$LIBEXT" in
9680 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9681 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'` ;;
9682 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9683 if ${ac_cv_lib_soname_Xext:+false} :; then :
9684 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9685 fi ;;
9686 esac
9688 rm -f core conftest.err conftest.$ac_objext \
9689 conftest$ac_exeext conftest.$ac_ext
9690 LIBS=$ac_check_soname_save_LIBS
9692 if ${ac_cv_lib_soname_Xext:+false} :; then :
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9694 $as_echo "not found" >&6; }
9696 else
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9698 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9700 cat >>confdefs.h <<_ACEOF
9701 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9702 _ACEOF
9704 X_LIBS="$X_LIBS -lXext"
9706 X_LIBS="$X_LIBS -lX11"
9708 for ac_header in X11/Xlib.h \
9709 X11/XKBlib.h \
9710 X11/Xutil.h \
9711 X11/Xcursor/Xcursor.h \
9712 X11/extensions/shape.h \
9713 X11/extensions/XInput.h \
9714 X11/extensions/XInput2.h \
9715 X11/extensions/XShm.h \
9716 X11/extensions/Xcomposite.h \
9717 X11/extensions/Xinerama.h \
9718 X11/extensions/Xrandr.h \
9719 X11/extensions/Xrender.h \
9720 X11/extensions/xf86vmode.h \
9721 X11/extensions/xf86vmproto.h
9722 do :
9723 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9724 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9725 # include <X11/Xlib.h>
9726 #endif
9727 #ifdef HAVE_X11_XUTIL_H
9728 # include <X11/Xutil.h>
9729 #endif
9731 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9732 cat >>confdefs.h <<_ACEOF
9733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9734 _ACEOF
9738 done
9741 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9742 then
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9744 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9745 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9746 $as_echo_n "(cached) " >&6
9747 else
9748 ac_check_lib_save_LIBS=$LIBS
9749 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h. */
9753 /* Override any GCC internal prototype to avoid an error.
9754 Use char because int might match the return type of a GCC
9755 builtin and then its argument prototype would still apply. */
9756 #ifdef __cplusplus
9757 extern "C"
9758 #endif
9759 char XkbQueryExtension ();
9761 main ()
9763 return XkbQueryExtension ();
9765 return 0;
9767 _ACEOF
9768 if ac_fn_c_try_link "$LINENO"; then :
9769 ac_cv_lib_X11_XkbQueryExtension=yes
9770 else
9771 ac_cv_lib_X11_XkbQueryExtension=no
9773 rm -f core conftest.err conftest.$ac_objext \
9774 conftest$ac_exeext conftest.$ac_ext
9775 LIBS=$ac_check_lib_save_LIBS
9777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9778 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9779 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9781 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9787 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9788 then
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9790 $as_echo_n "checking for -lXcursor... " >&6; }
9791 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9792 $as_echo_n "(cached) " >&6
9793 else
9794 ac_check_soname_save_LIBS=$LIBS
9795 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9797 /* end confdefs.h. */
9799 /* Override any GCC internal prototype to avoid an error.
9800 Use char because int might match the return type of a GCC
9801 builtin and then its argument prototype would still apply. */
9802 #ifdef __cplusplus
9803 extern "C"
9804 #endif
9805 char XcursorImageLoadCursor ();
9807 main ()
9809 return XcursorImageLoadCursor ();
9811 return 0;
9813 _ACEOF
9814 if ac_fn_c_try_link "$LINENO"; then :
9815 case "$LIBEXT" in
9816 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9817 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'` ;;
9818 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9819 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9820 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9821 fi ;;
9822 esac
9824 rm -f core conftest.err conftest.$ac_objext \
9825 conftest$ac_exeext conftest.$ac_ext
9826 LIBS=$ac_check_soname_save_LIBS
9828 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9830 $as_echo "not found" >&6; }
9832 else
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9834 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9836 cat >>confdefs.h <<_ACEOF
9837 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9838 _ACEOF
9843 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9844 case "x$with_xcursor" in
9845 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9846 xno) ;;
9847 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9848 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9849 esac
9852 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9853 then
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9855 $as_echo_n "checking for -lXi... " >&6; }
9856 if ${ac_cv_lib_soname_Xi+:} false; then :
9857 $as_echo_n "(cached) " >&6
9858 else
9859 ac_check_soname_save_LIBS=$LIBS
9860 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9862 /* end confdefs.h. */
9864 /* Override any GCC internal prototype to avoid an error.
9865 Use char because int might match the return type of a GCC
9866 builtin and then its argument prototype would still apply. */
9867 #ifdef __cplusplus
9868 extern "C"
9869 #endif
9870 char XOpenDevice ();
9872 main ()
9874 return XOpenDevice ();
9876 return 0;
9878 _ACEOF
9879 if ac_fn_c_try_link "$LINENO"; then :
9880 case "$LIBEXT" in
9881 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9882 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'` ;;
9883 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9884 if ${ac_cv_lib_soname_Xi:+false} :; then :
9885 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9886 fi ;;
9887 esac
9889 rm -f core conftest.err conftest.$ac_objext \
9890 conftest$ac_exeext conftest.$ac_ext
9891 LIBS=$ac_check_soname_save_LIBS
9893 if ${ac_cv_lib_soname_Xi:+false} :; then :
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9895 $as_echo "not found" >&6; }
9897 else
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9899 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9901 cat >>confdefs.h <<_ACEOF
9902 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9903 _ACEOF
9908 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9909 case "x$with_xinput" in
9910 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9911 xno) ;;
9912 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9913 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9914 esac
9917 if test "x$ac_cv_lib_soname_Xi" != x
9918 then
9919 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9920 case "x$with_xinput2" in
9921 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9922 xno) ;;
9923 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9924 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9925 esac
9929 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9930 then
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9932 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9933 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9934 $as_echo_n "(cached) " >&6
9935 else
9936 ac_check_lib_save_LIBS=$LIBS
9937 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9939 /* end confdefs.h. */
9941 /* Override any GCC internal prototype to avoid an error.
9942 Use char because int might match the return type of a GCC
9943 builtin and then its argument prototype would still apply. */
9944 #ifdef __cplusplus
9945 extern "C"
9946 #endif
9947 char XShmQueryExtension ();
9949 main ()
9951 return XShmQueryExtension ();
9953 return 0;
9955 _ACEOF
9956 if ac_fn_c_try_link "$LINENO"; then :
9957 ac_cv_lib_Xext_XShmQueryExtension=yes
9958 else
9959 ac_cv_lib_Xext_XShmQueryExtension=no
9961 rm -f core conftest.err conftest.$ac_objext \
9962 conftest$ac_exeext conftest.$ac_ext
9963 LIBS=$ac_check_lib_save_LIBS
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9966 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9967 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
9969 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9974 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9975 case "x$with_xshm" in
9976 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9977 xno) ;;
9978 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9979 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9980 esac
9983 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9984 then
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9986 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9987 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
9988 $as_echo_n "(cached) " >&6
9989 else
9990 ac_check_lib_save_LIBS=$LIBS
9991 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9993 /* end confdefs.h. */
9995 /* Override any GCC internal prototype to avoid an error.
9996 Use char because int might match the return type of a GCC
9997 builtin and then its argument prototype would still apply. */
9998 #ifdef __cplusplus
9999 extern "C"
10000 #endif
10001 char XShapeQueryExtension ();
10003 main ()
10005 return XShapeQueryExtension ();
10007 return 0;
10009 _ACEOF
10010 if ac_fn_c_try_link "$LINENO"; then :
10011 ac_cv_lib_Xext_XShapeQueryExtension=yes
10012 else
10013 ac_cv_lib_Xext_XShapeQueryExtension=no
10015 rm -f core conftest.err conftest.$ac_objext \
10016 conftest$ac_exeext conftest.$ac_ext
10017 LIBS=$ac_check_lib_save_LIBS
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10020 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10021 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10023 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10028 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10029 case "x$with_xshape" in
10030 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10031 xno) ;;
10032 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10033 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10034 esac
10037 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10038 then
10039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10040 $as_echo_n "checking for -lXxf86vm... " >&6; }
10041 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10042 $as_echo_n "(cached) " >&6
10043 else
10044 ac_check_soname_save_LIBS=$LIBS
10045 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10047 /* end confdefs.h. */
10049 /* Override any GCC internal prototype to avoid an error.
10050 Use char because int might match the return type of a GCC
10051 builtin and then its argument prototype would still apply. */
10052 #ifdef __cplusplus
10053 extern "C"
10054 #endif
10055 char XF86VidModeQueryExtension ();
10057 main ()
10059 return XF86VidModeQueryExtension ();
10061 return 0;
10063 _ACEOF
10064 if ac_fn_c_try_link "$LINENO"; then :
10065 case "$LIBEXT" in
10066 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10067 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'` ;;
10068 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10069 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10070 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10071 fi ;;
10072 esac
10074 rm -f core conftest.err conftest.$ac_objext \
10075 conftest$ac_exeext conftest.$ac_ext
10076 LIBS=$ac_check_soname_save_LIBS
10078 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10080 $as_echo "not found" >&6; }
10082 else
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10084 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10086 cat >>confdefs.h <<_ACEOF
10087 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10088 _ACEOF
10093 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10094 case "x$with_xxf86vm" in
10095 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10096 xno) ;;
10097 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10098 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10099 esac
10102 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10103 then
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10105 $as_echo_n "checking for -lXrender... " >&6; }
10106 if ${ac_cv_lib_soname_Xrender+:} false; then :
10107 $as_echo_n "(cached) " >&6
10108 else
10109 ac_check_soname_save_LIBS=$LIBS
10110 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10112 /* end confdefs.h. */
10114 /* Override any GCC internal prototype to avoid an error.
10115 Use char because int might match the return type of a GCC
10116 builtin and then its argument prototype would still apply. */
10117 #ifdef __cplusplus
10118 extern "C"
10119 #endif
10120 char XRenderQueryExtension ();
10122 main ()
10124 return XRenderQueryExtension ();
10126 return 0;
10128 _ACEOF
10129 if ac_fn_c_try_link "$LINENO"; then :
10130 case "$LIBEXT" in
10131 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10132 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'` ;;
10133 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10134 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10135 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10136 fi ;;
10137 esac
10139 rm -f core conftest.err conftest.$ac_objext \
10140 conftest$ac_exeext conftest.$ac_ext
10141 LIBS=$ac_check_soname_save_LIBS
10143 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10145 $as_echo "not found" >&6; }
10147 else
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10149 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10151 cat >>confdefs.h <<_ACEOF
10152 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10153 _ACEOF
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10156 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10157 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10158 $as_echo_n "(cached) " >&6
10159 else
10160 ac_check_lib_save_LIBS=$LIBS
10161 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10163 /* end confdefs.h. */
10165 /* Override any GCC internal prototype to avoid an error.
10166 Use char because int might match the return type of a GCC
10167 builtin and then its argument prototype would still apply. */
10168 #ifdef __cplusplus
10169 extern "C"
10170 #endif
10171 char XRenderSetPictureTransform ();
10173 main ()
10175 return XRenderSetPictureTransform ();
10177 return 0;
10179 _ACEOF
10180 if ac_fn_c_try_link "$LINENO"; then :
10181 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10182 else
10183 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10185 rm -f core conftest.err conftest.$ac_objext \
10186 conftest$ac_exeext conftest.$ac_ext
10187 LIBS=$ac_check_lib_save_LIBS
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10190 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10191 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10193 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10198 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10199 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10200 $as_echo_n "(cached) " >&6
10201 else
10202 ac_check_lib_save_LIBS=$LIBS
10203 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10205 /* end confdefs.h. */
10207 /* Override any GCC internal prototype to avoid an error.
10208 Use char because int might match the return type of a GCC
10209 builtin and then its argument prototype would still apply. */
10210 #ifdef __cplusplus
10211 extern "C"
10212 #endif
10213 char XRenderCreateLinearGradient ();
10215 main ()
10217 return XRenderCreateLinearGradient ();
10219 return 0;
10221 _ACEOF
10222 if ac_fn_c_try_link "$LINENO"; then :
10223 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10224 else
10225 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10227 rm -f core conftest.err conftest.$ac_objext \
10228 conftest$ac_exeext conftest.$ac_ext
10229 LIBS=$ac_check_lib_save_LIBS
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10232 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10233 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10235 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10242 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10243 case "x$with_xrender" in
10244 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10245 xno) ;;
10246 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10247 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10248 esac
10251 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10252 then
10253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10254 /* end confdefs.h. */
10255 #include <X11/Xlib.h>
10256 #include <X11/extensions/Xrandr.h>
10258 main ()
10260 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10262 return 0;
10264 _ACEOF
10265 if ac_fn_c_try_compile "$LINENO"; then :
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10267 $as_echo_n "checking for -lXrandr... " >&6; }
10268 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10269 $as_echo_n "(cached) " >&6
10270 else
10271 ac_check_soname_save_LIBS=$LIBS
10272 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10274 /* end confdefs.h. */
10276 /* Override any GCC internal prototype to avoid an error.
10277 Use char because int might match the return type of a GCC
10278 builtin and then its argument prototype would still apply. */
10279 #ifdef __cplusplus
10280 extern "C"
10281 #endif
10282 char XRRQueryExtension ();
10284 main ()
10286 return XRRQueryExtension ();
10288 return 0;
10290 _ACEOF
10291 if ac_fn_c_try_link "$LINENO"; then :
10292 case "$LIBEXT" in
10293 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10294 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'` ;;
10295 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10296 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10297 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10298 fi ;;
10299 esac
10301 rm -f core conftest.err conftest.$ac_objext \
10302 conftest$ac_exeext conftest.$ac_ext
10303 LIBS=$ac_check_soname_save_LIBS
10305 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10307 $as_echo "not found" >&6; }
10309 else
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10311 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10313 cat >>confdefs.h <<_ACEOF
10314 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10315 _ACEOF
10317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10318 /* end confdefs.h. */
10319 #include <X11/Xlib.h>
10320 #include <X11/extensions/Xrandr.h>
10322 main ()
10324 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10326 return 0;
10328 _ACEOF
10329 if ac_fn_c_try_compile "$LINENO"; then :
10331 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10339 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10340 case "x$with_xrandr" in
10341 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10342 xno) ;;
10343 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10344 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10345 esac
10348 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10349 then
10350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10351 /* end confdefs.h. */
10352 #include <X11/Xlib.h>
10353 #include <X11/extensions/Xinerama.h>
10355 main ()
10357 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10359 return 0;
10361 _ACEOF
10362 if ac_fn_c_try_compile "$LINENO"; then :
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10364 $as_echo_n "checking for -lXinerama... " >&6; }
10365 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10366 $as_echo_n "(cached) " >&6
10367 else
10368 ac_check_soname_save_LIBS=$LIBS
10369 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10371 /* end confdefs.h. */
10373 /* Override any GCC internal prototype to avoid an error.
10374 Use char because int might match the return type of a GCC
10375 builtin and then its argument prototype would still apply. */
10376 #ifdef __cplusplus
10377 extern "C"
10378 #endif
10379 char XineramaQueryScreens ();
10381 main ()
10383 return XineramaQueryScreens ();
10385 return 0;
10387 _ACEOF
10388 if ac_fn_c_try_link "$LINENO"; then :
10389 case "$LIBEXT" in
10390 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10391 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'` ;;
10392 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10393 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10394 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10395 fi ;;
10396 esac
10398 rm -f core conftest.err conftest.$ac_objext \
10399 conftest$ac_exeext conftest.$ac_ext
10400 LIBS=$ac_check_soname_save_LIBS
10402 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10404 $as_echo "not found" >&6; }
10406 else
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10408 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10410 cat >>confdefs.h <<_ACEOF
10411 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10412 _ACEOF
10417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10419 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10420 case "x$with_xinerama" in
10421 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10422 xno) ;;
10423 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10424 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10425 esac
10428 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10429 then
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10431 $as_echo_n "checking for -lXcomposite... " >&6; }
10432 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10433 $as_echo_n "(cached) " >&6
10434 else
10435 ac_check_soname_save_LIBS=$LIBS
10436 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10440 /* Override any GCC internal prototype to avoid an error.
10441 Use char because int might match the return type of a GCC
10442 builtin and then its argument prototype would still apply. */
10443 #ifdef __cplusplus
10444 extern "C"
10445 #endif
10446 char XCompositeRedirectWindow ();
10448 main ()
10450 return XCompositeRedirectWindow ();
10452 return 0;
10454 _ACEOF
10455 if ac_fn_c_try_link "$LINENO"; then :
10456 case "$LIBEXT" in
10457 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10458 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'` ;;
10459 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10460 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10461 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10462 fi ;;
10463 esac
10465 rm -f core conftest.err conftest.$ac_objext \
10466 conftest$ac_exeext conftest.$ac_ext
10467 LIBS=$ac_check_soname_save_LIBS
10469 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10471 $as_echo "not found" >&6; }
10473 else
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10475 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10477 cat >>confdefs.h <<_ACEOF
10478 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10479 _ACEOF
10484 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10485 case "x$with_xcomposite" in
10486 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10487 xno) ;;
10488 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10489 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10490 esac
10493 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10494 #include <X11/Xlib.h>
10495 #endif
10497 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10499 cat >>confdefs.h <<_ACEOF
10500 #define HAVE_XICCALLBACK_CALLBACK 1
10501 _ACEOF
10505 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10506 #include <X11/Xlib.h>
10507 #endif
10509 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10511 cat >>confdefs.h <<_ACEOF
10512 #define HAVE_XEVENT_XCOOKIE 1
10513 _ACEOF
10520 opengl_msg=""
10521 if test "x$with_opengl" != "xno"
10522 then
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10524 $as_echo_n "checking for -lGL... " >&6; }
10525 if ${ac_cv_lib_soname_GL+:} false; then :
10526 $as_echo_n "(cached) " >&6
10527 else
10528 ac_check_soname_save_LIBS=$LIBS
10529 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10531 /* end confdefs.h. */
10533 /* Override any GCC internal prototype to avoid an error.
10534 Use char because int might match the return type of a GCC
10535 builtin and then its argument prototype would still apply. */
10536 #ifdef __cplusplus
10537 extern "C"
10538 #endif
10539 char glXCreateContext ();
10541 main ()
10543 return glXCreateContext ();
10545 return 0;
10547 _ACEOF
10548 if ac_fn_c_try_link "$LINENO"; then :
10549 case "$LIBEXT" in
10550 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10551 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'` ;;
10552 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10553 if ${ac_cv_lib_soname_GL:+false} :; then :
10554 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10555 fi ;;
10556 esac
10558 rm -f core conftest.err conftest.$ac_objext \
10559 conftest$ac_exeext conftest.$ac_ext
10560 LIBS=$ac_check_soname_save_LIBS
10562 if ${ac_cv_lib_soname_GL:+false} :; then :
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10564 $as_echo "not found" >&6; }
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10566 $as_echo_n "checking for -lGL... " >&6; }
10567 if ${ac_cv_lib_soname_GL+:} false; then :
10568 $as_echo_n "(cached) " >&6
10569 else
10570 ac_check_soname_save_LIBS=$LIBS
10571 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"
10572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char glXCreateContext ();
10583 main ()
10585 return glXCreateContext ();
10587 return 0;
10589 _ACEOF
10590 if ac_fn_c_try_link "$LINENO"; then :
10591 case "$LIBEXT" in
10592 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10593 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'` ;;
10594 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10595 if ${ac_cv_lib_soname_GL:+false} :; then :
10596 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10597 fi ;;
10598 esac
10600 rm -f core conftest.err conftest.$ac_objext \
10601 conftest$ac_exeext conftest.$ac_ext
10602 LIBS=$ac_check_soname_save_LIBS
10604 if ${ac_cv_lib_soname_GL:+false} :; then :
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10606 $as_echo "not found" >&6; }
10607 if test -f /usr/X11R6/lib/libGL.a
10608 then
10609 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10610 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10611 else
10612 opengl_msg="No OpenGL library found on this system."
10614 else
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10616 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10618 cat >>confdefs.h <<_ACEOF
10619 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10620 _ACEOF
10622 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"
10624 else
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10626 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10628 cat >>confdefs.h <<_ACEOF
10629 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10630 _ACEOF
10632 OPENGL_LIBS="-lGL"
10634 if test "x$with_glu" != "xno"
10635 then
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10637 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10638 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10639 $as_echo_n "(cached) " >&6
10640 else
10641 ac_check_lib_save_LIBS=$LIBS
10642 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10644 /* end confdefs.h. */
10646 /* Override any GCC internal prototype to avoid an error.
10647 Use char because int might match the return type of a GCC
10648 builtin and then its argument prototype would still apply. */
10649 #ifdef __cplusplus
10650 extern "C"
10651 #endif
10652 char gluLookAt ();
10654 main ()
10656 return gluLookAt ();
10658 return 0;
10660 _ACEOF
10661 if ac_fn_c_try_link "$LINENO"; then :
10662 ac_cv_lib_GLU_gluLookAt=yes
10663 else
10664 ac_cv_lib_GLU_gluLookAt=no
10666 rm -f core conftest.err conftest.$ac_objext \
10667 conftest$ac_exeext conftest.$ac_ext
10668 LIBS=$ac_check_lib_save_LIBS
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10671 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10672 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10676 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10677 case "x$with_glu" in
10678 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10679 xno) ;;
10680 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10681 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10682 esac
10686 if test "x$with_osmesa" != "xno"
10687 then
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10689 $as_echo_n "checking for -lOSMesa... " >&6; }
10690 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10691 $as_echo_n "(cached) " >&6
10692 else
10693 ac_check_soname_save_LIBS=$LIBS
10694 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10696 /* end confdefs.h. */
10698 /* Override any GCC internal prototype to avoid an error.
10699 Use char because int might match the return type of a GCC
10700 builtin and then its argument prototype would still apply. */
10701 #ifdef __cplusplus
10702 extern "C"
10703 #endif
10704 char glAccum ();
10706 main ()
10708 return glAccum ();
10710 return 0;
10712 _ACEOF
10713 if ac_fn_c_try_link "$LINENO"; then :
10714 case "$LIBEXT" in
10715 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10716 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'` ;;
10717 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10718 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10719 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10720 fi ;;
10721 esac
10723 rm -f core conftest.err conftest.$ac_objext \
10724 conftest$ac_exeext conftest.$ac_ext
10725 LIBS=$ac_check_soname_save_LIBS
10727 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10729 $as_echo "not found" >&6; }
10731 else
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10733 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10735 cat >>confdefs.h <<_ACEOF
10736 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10737 _ACEOF
10741 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10742 case "x$with_osmesa" in
10743 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10744 xno) ;;
10745 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10746 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10747 esac
10751 if test -n "$opengl_msg"; then :
10752 case "x$with_opengl" in
10753 x) as_fn_append wine_warnings "|$opengl_msg
10754 OpenGL and Direct3D won't be supported." ;;
10755 xno) ;;
10756 *) as_fn_error $? "$opengl_msg
10757 OpenGL and Direct3D won't be supported.
10758 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10759 esac
10762 CPPFLAGS="$ac_save_CPPFLAGS"
10763 else
10764 X_CFLAGS=""
10765 X_LIBS=""
10766 enable_winex11_drv=${enable_winex11_drv:-no}
10768 if test "x$X_LIBS" = "x"; then :
10769 case "x$with_x" in
10770 xno) ;;
10771 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10772 without X support, which probably isn't what you want. You will need
10773 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10774 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10775 esac
10778 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10780 if test "$ac_cv_header_CL_cl_h" = "yes"
10781 then
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10783 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10784 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10785 $as_echo_n "(cached) " >&6
10786 else
10787 ac_check_lib_save_LIBS=$LIBS
10788 LIBS="-lOpenCL $LIBS"
10789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10790 /* end confdefs.h. */
10792 /* Override any GCC internal prototype to avoid an error.
10793 Use char because int might match the return type of a GCC
10794 builtin and then its argument prototype would still apply. */
10795 #ifdef __cplusplus
10796 extern "C"
10797 #endif
10798 char clGetPlatformInfo ();
10800 main ()
10802 return clGetPlatformInfo ();
10804 return 0;
10806 _ACEOF
10807 if ac_fn_c_try_link "$LINENO"; then :
10808 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10809 else
10810 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10812 rm -f core conftest.err conftest.$ac_objext \
10813 conftest$ac_exeext conftest.$ac_ext
10814 LIBS=$ac_check_lib_save_LIBS
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10817 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10818 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10819 OPENCL_LIBS="-lOpenCL"
10824 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10825 case "x$with_opencl" in
10826 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10827 xno) ;;
10828 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10829 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10830 esac
10832 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10834 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10835 then
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10837 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10838 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10839 $as_echo_n "(cached) " >&6
10840 else
10841 ac_check_lib_save_LIBS=$LIBS
10842 LIBS="-lpcap $LIBS"
10843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10844 /* end confdefs.h. */
10846 /* Override any GCC internal prototype to avoid an error.
10847 Use char because int might match the return type of a GCC
10848 builtin and then its argument prototype would still apply. */
10849 #ifdef __cplusplus
10850 extern "C"
10851 #endif
10852 char pcap_create ();
10854 main ()
10856 return pcap_create ();
10858 return 0;
10860 _ACEOF
10861 if ac_fn_c_try_link "$LINENO"; then :
10862 ac_cv_lib_pcap_pcap_create=yes
10863 else
10864 ac_cv_lib_pcap_pcap_create=no
10866 rm -f core conftest.err conftest.$ac_objext \
10867 conftest$ac_exeext conftest.$ac_ext
10868 LIBS=$ac_check_lib_save_LIBS
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10871 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10872 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10873 PCAP_LIBS="-lpcap"
10878 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10879 case "x$with_pcap" in
10880 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10881 xno) ;;
10882 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10883 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10884 esac
10886 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10889 if test "x$with_xml" != "xno"
10890 then
10891 if ${XML2_CFLAGS:+false} :; then :
10892 if ${PKG_CONFIG+:} false; then :
10893 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10896 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10897 if ${XML2_LIBS:+false} :; then :
10898 if ${PKG_CONFIG+:} false; then :
10899 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10902 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10903 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10904 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10905 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10906 ac_save_CPPFLAGS=$CPPFLAGS
10907 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10908 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10909 do :
10910 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10911 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10912 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10913 cat >>confdefs.h <<_ACEOF
10914 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10915 _ACEOF
10919 done
10921 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"
10922 then
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10924 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10925 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10926 $as_echo_n "(cached) " >&6
10927 else
10928 ac_check_lib_save_LIBS=$LIBS
10929 LIBS="-lxml2 $XML2_LIBS $LIBS"
10930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10931 /* end confdefs.h. */
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char xmlParseMemory ();
10941 main ()
10943 return xmlParseMemory ();
10945 return 0;
10947 _ACEOF
10948 if ac_fn_c_try_link "$LINENO"; then :
10949 ac_cv_lib_xml2_xmlParseMemory=yes
10950 else
10951 ac_cv_lib_xml2_xmlParseMemory=no
10953 rm -f core conftest.err conftest.$ac_objext \
10954 conftest$ac_exeext conftest.$ac_ext
10955 LIBS=$ac_check_lib_save_LIBS
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10958 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10959 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10961 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10963 else
10964 XML2_LIBS=""
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10968 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10969 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
10970 $as_echo_n "(cached) " >&6
10971 else
10972 ac_check_lib_save_LIBS=$LIBS
10973 LIBS="-lxml2 $XML2_LIBS $LIBS"
10974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h. */
10977 /* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10980 #ifdef __cplusplus
10981 extern "C"
10982 #endif
10983 char xmlReadMemory ();
10985 main ()
10987 return xmlReadMemory ();
10989 return 0;
10991 _ACEOF
10992 if ac_fn_c_try_link "$LINENO"; then :
10993 ac_cv_lib_xml2_xmlReadMemory=yes
10994 else
10995 ac_cv_lib_xml2_xmlReadMemory=no
10997 rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
10999 LIBS=$ac_check_lib_save_LIBS
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11002 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11003 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11005 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11010 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11011 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11012 $as_echo_n "(cached) " >&6
11013 else
11014 ac_check_lib_save_LIBS=$LIBS
11015 LIBS="-lxml2 $XML2_LIBS $LIBS"
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11022 #ifdef __cplusplus
11023 extern "C"
11024 #endif
11025 char xmlNewDocPI ();
11027 main ()
11029 return xmlNewDocPI ();
11031 return 0;
11033 _ACEOF
11034 if ac_fn_c_try_link "$LINENO"; then :
11035 ac_cv_lib_xml2_xmlNewDocPI=yes
11036 else
11037 ac_cv_lib_xml2_xmlNewDocPI=no
11039 rm -f core conftest.err conftest.$ac_objext \
11040 conftest$ac_exeext conftest.$ac_ext
11041 LIBS=$ac_check_lib_save_LIBS
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11044 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11045 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11047 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11052 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11053 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11054 $as_echo_n "(cached) " >&6
11055 else
11056 ac_check_lib_save_LIBS=$LIBS
11057 LIBS="-lxml2 $XML2_LIBS $LIBS"
11058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11064 #ifdef __cplusplus
11065 extern "C"
11066 #endif
11067 char xmlSchemaSetParserStructuredErrors ();
11069 main ()
11071 return xmlSchemaSetParserStructuredErrors ();
11073 return 0;
11075 _ACEOF
11076 if ac_fn_c_try_link "$LINENO"; then :
11077 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11078 else
11079 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11081 rm -f core conftest.err conftest.$ac_objext \
11082 conftest$ac_exeext conftest.$ac_ext
11083 LIBS=$ac_check_lib_save_LIBS
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11086 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11087 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11089 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11094 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11095 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11096 $as_echo_n "(cached) " >&6
11097 else
11098 ac_check_lib_save_LIBS=$LIBS
11099 LIBS="-lxml2 $XML2_LIBS $LIBS"
11100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11101 /* end confdefs.h. */
11103 /* Override any GCC internal prototype to avoid an error.
11104 Use char because int might match the return type of a GCC
11105 builtin and then its argument prototype would still apply. */
11106 #ifdef __cplusplus
11107 extern "C"
11108 #endif
11109 char xmlSchemaSetValidStructuredErrors ();
11111 main ()
11113 return xmlSchemaSetValidStructuredErrors ();
11115 return 0;
11117 _ACEOF
11118 if ac_fn_c_try_link "$LINENO"; then :
11119 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11120 else
11121 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11123 rm -f core conftest.err conftest.$ac_objext \
11124 conftest$ac_exeext conftest.$ac_ext
11125 LIBS=$ac_check_lib_save_LIBS
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11128 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11129 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11131 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11136 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11137 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11138 $as_echo_n "(cached) " >&6
11139 else
11140 ac_check_lib_save_LIBS=$LIBS
11141 LIBS="-lxml2 $XML2_LIBS $LIBS"
11142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11143 /* end confdefs.h. */
11145 /* Override any GCC internal prototype to avoid an error.
11146 Use char because int might match the return type of a GCC
11147 builtin and then its argument prototype would still apply. */
11148 #ifdef __cplusplus
11149 extern "C"
11150 #endif
11151 char xmlFirstElementChild ();
11153 main ()
11155 return xmlFirstElementChild ();
11157 return 0;
11159 _ACEOF
11160 if ac_fn_c_try_link "$LINENO"; then :
11161 ac_cv_lib_xml2_xmlFirstElementChild=yes
11162 else
11163 ac_cv_lib_xml2_xmlFirstElementChild=no
11165 rm -f core conftest.err conftest.$ac_objext \
11166 conftest$ac_exeext conftest.$ac_ext
11167 LIBS=$ac_check_lib_save_LIBS
11169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11170 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11171 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11173 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11177 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11179 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11181 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11185 else
11186 XML2_CFLAGS=""
11187 XML2_LIBS=""
11189 CPPFLAGS=$ac_save_CPPFLAGS
11190 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11191 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11194 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11195 case "x$with_xml" in
11196 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11197 xno) ;;
11198 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11199 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11200 esac
11203 if test "x$with_xslt" != "xno"
11204 then
11205 if ${XSLT_CFLAGS:+false} :; then :
11206 if ${PKG_CONFIG+:} false; then :
11207 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11210 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11211 if ${XSLT_LIBS:+false} :; then :
11212 if ${PKG_CONFIG+:} false; then :
11213 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11216 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11217 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11218 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11219 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11220 ac_save_CPPFLAGS=$CPPFLAGS
11221 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11222 for ac_header in libxslt/pattern.h libxslt/transform.h
11223 do :
11224 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11225 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11226 # include <libxslt/pattern.h>
11227 #endif
11229 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11230 cat >>confdefs.h <<_ACEOF
11231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11232 _ACEOF
11236 done
11238 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11239 then
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11241 $as_echo_n "checking for -lxslt... " >&6; }
11242 if ${ac_cv_lib_soname_xslt+:} false; then :
11243 $as_echo_n "(cached) " >&6
11244 else
11245 ac_check_soname_save_LIBS=$LIBS
11246 LIBS="-lxslt $XSLT_LIBS $LIBS"
11247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11248 /* end confdefs.h. */
11250 /* Override any GCC internal prototype to avoid an error.
11251 Use char because int might match the return type of a GCC
11252 builtin and then its argument prototype would still apply. */
11253 #ifdef __cplusplus
11254 extern "C"
11255 #endif
11256 char xsltCompilePattern ();
11258 main ()
11260 return xsltCompilePattern ();
11262 return 0;
11264 _ACEOF
11265 if ac_fn_c_try_link "$LINENO"; then :
11266 case "$LIBEXT" in
11267 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11268 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'` ;;
11269 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11270 if ${ac_cv_lib_soname_xslt:+false} :; then :
11271 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11272 fi ;;
11273 esac
11275 rm -f core conftest.err conftest.$ac_objext \
11276 conftest$ac_exeext conftest.$ac_ext
11277 LIBS=$ac_check_soname_save_LIBS
11279 if ${ac_cv_lib_soname_xslt:+false} :; then :
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11281 $as_echo "not found" >&6; }
11283 else
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11285 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11287 cat >>confdefs.h <<_ACEOF
11288 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11289 _ACEOF
11293 else
11294 XSLT_CFLAGS=""
11296 CPPFLAGS=$ac_save_CPPFLAGS
11297 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11298 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11301 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11302 case "x$with_xslt" in
11303 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11304 xno) ;;
11305 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11306 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11307 esac
11310 if test "x$with_dbus" != "xno"
11311 then
11312 if ${DBUS_CFLAGS:+false} :; then :
11313 if ${PKG_CONFIG+:} false; then :
11314 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11318 if ${DBUS_LIBS:+false} :; then :
11319 if ${PKG_CONFIG+:} false; then :
11320 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11325 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11326 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11327 ac_save_CPPFLAGS=$CPPFLAGS
11328 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11329 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11330 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11332 $as_echo_n "checking for -ldbus-1... " >&6; }
11333 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11334 $as_echo_n "(cached) " >&6
11335 else
11336 ac_check_soname_save_LIBS=$LIBS
11337 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11344 #ifdef __cplusplus
11345 extern "C"
11346 #endif
11347 char dbus_connection_close ();
11349 main ()
11351 return dbus_connection_close ();
11353 return 0;
11355 _ACEOF
11356 if ac_fn_c_try_link "$LINENO"; then :
11357 case "$LIBEXT" in
11358 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11359 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'` ;;
11360 *) 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'`
11361 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11362 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11363 fi ;;
11364 esac
11366 rm -f core conftest.err conftest.$ac_objext \
11367 conftest$ac_exeext conftest.$ac_ext
11368 LIBS=$ac_check_soname_save_LIBS
11370 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11372 $as_echo "not found" >&6; }
11373 DBUS_CFLAGS=""
11374 else
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11376 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11378 cat >>confdefs.h <<_ACEOF
11379 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11380 _ACEOF
11384 else
11385 DBUS_CFLAGS=""
11389 CPPFLAGS=$ac_save_CPPFLAGS
11390 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11391 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11394 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11395 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11396 case "x$with_dbus" in
11397 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11398 xno) ;;
11399 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11400 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11401 esac
11404 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11405 then
11406 if ${HAL_CFLAGS:+false} :; then :
11407 if ${PKG_CONFIG+:} false; then :
11408 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11412 if ${HAL_LIBS:+false} :; then :
11413 if ${PKG_CONFIG+:} false; then :
11414 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11418 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11419 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11420 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11421 ac_save_CPPFLAGS=$CPPFLAGS
11422 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11423 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11424 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11426 $as_echo_n "checking for -lhal... " >&6; }
11427 if ${ac_cv_lib_soname_hal+:} false; then :
11428 $as_echo_n "(cached) " >&6
11429 else
11430 ac_check_soname_save_LIBS=$LIBS
11431 LIBS="-lhal $HAL_LIBS $LIBS"
11432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11438 #ifdef __cplusplus
11439 extern "C"
11440 #endif
11441 char libhal_ctx_new ();
11443 main ()
11445 return libhal_ctx_new ();
11447 return 0;
11449 _ACEOF
11450 if ac_fn_c_try_link "$LINENO"; then :
11451 case "$LIBEXT" in
11452 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11453 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'` ;;
11454 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11455 if ${ac_cv_lib_soname_hal:+false} :; then :
11456 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11457 fi ;;
11458 esac
11460 rm -f core conftest.err conftest.$ac_objext \
11461 conftest$ac_exeext conftest.$ac_ext
11462 LIBS=$ac_check_soname_save_LIBS
11464 if ${ac_cv_lib_soname_hal:+false} :; then :
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11466 $as_echo "not found" >&6; }
11467 HAL_CFLAGS=""
11468 else
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11470 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11472 cat >>confdefs.h <<_ACEOF
11473 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11474 _ACEOF
11478 else
11479 HAL_CFLAGS=""
11483 CPPFLAGS=$ac_save_CPPFLAGS
11484 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11485 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11487 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11488 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11489 case "x$with_hal" in
11490 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11491 xno) ;;
11492 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11493 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11494 esac
11498 if test "x$with_gnutls" != "xno"
11499 then
11500 if ${GNUTLS_CFLAGS:+false} :; then :
11501 if ${PKG_CONFIG+:} false; then :
11502 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11506 if ${GNUTLS_LIBS:+false} :; then :
11507 if ${PKG_CONFIG+:} false; then :
11508 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11513 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11514 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11515 ac_save_CPPFLAGS=$CPPFLAGS
11516 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11517 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11518 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11520 /* end confdefs.h. */
11521 #include <gnutls/gnutls.h>
11522 #include <gnutls/crypto.h>
11524 main ()
11526 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11528 return 0;
11530 _ACEOF
11531 if ac_fn_c_try_compile "$LINENO"; then :
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11533 $as_echo_n "checking for -lgnutls... " >&6; }
11534 if ${ac_cv_lib_soname_gnutls+:} false; then :
11535 $as_echo_n "(cached) " >&6
11536 else
11537 ac_check_soname_save_LIBS=$LIBS
11538 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11540 /* end confdefs.h. */
11542 /* Override any GCC internal prototype to avoid an error.
11543 Use char because int might match the return type of a GCC
11544 builtin and then its argument prototype would still apply. */
11545 #ifdef __cplusplus
11546 extern "C"
11547 #endif
11548 char gnutls_global_init ();
11550 main ()
11552 return gnutls_global_init ();
11554 return 0;
11556 _ACEOF
11557 if ac_fn_c_try_link "$LINENO"; then :
11558 case "$LIBEXT" in
11559 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11560 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'` ;;
11561 *) 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'`
11562 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11563 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'`
11564 fi ;;
11565 esac
11567 rm -f core conftest.err conftest.$ac_objext \
11568 conftest$ac_exeext conftest.$ac_ext
11569 LIBS=$ac_check_soname_save_LIBS
11571 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11573 $as_echo "not found" >&6; }
11574 GNUTLS_CFLAGS=""
11575 else
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11577 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11579 cat >>confdefs.h <<_ACEOF
11580 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11581 _ACEOF
11586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11587 else
11588 GNUTLS_CFLAGS=""
11592 CPPFLAGS=$ac_save_CPPFLAGS
11593 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11594 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11597 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11598 case "x$with_gnutls" in
11599 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11600 xno) ;;
11601 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11602 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11603 esac
11606 CURSES_LIBS=""
11607 if test "$ac_cv_header_ncurses_h" = "yes"
11608 then
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11610 $as_echo_n "checking for -lncurses... " >&6; }
11611 if ${ac_cv_lib_soname_ncurses+:} false; then :
11612 $as_echo_n "(cached) " >&6
11613 else
11614 ac_check_soname_save_LIBS=$LIBS
11615 LIBS="-lncurses $LIBS"
11616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11619 /* Override any GCC internal prototype to avoid an error.
11620 Use char because int might match the return type of a GCC
11621 builtin and then its argument prototype would still apply. */
11622 #ifdef __cplusplus
11623 extern "C"
11624 #endif
11625 char waddch ();
11627 main ()
11629 return waddch ();
11631 return 0;
11633 _ACEOF
11634 if ac_fn_c_try_link "$LINENO"; then :
11635 case "$LIBEXT" in
11636 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11637 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'` ;;
11638 *) 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'`
11639 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11640 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11641 fi ;;
11642 esac
11644 rm -f core conftest.err conftest.$ac_objext \
11645 conftest$ac_exeext conftest.$ac_ext
11646 LIBS=$ac_check_soname_save_LIBS
11648 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11650 $as_echo "not found" >&6; }
11652 else
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11654 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11656 cat >>confdefs.h <<_ACEOF
11657 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11658 _ACEOF
11660 CURSES_LIBS="-lncurses"
11662 elif test "$ac_cv_header_curses_h" = "yes"
11663 then
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11665 $as_echo_n "checking for -lcurses... " >&6; }
11666 if ${ac_cv_lib_soname_curses+:} false; then :
11667 $as_echo_n "(cached) " >&6
11668 else
11669 ac_check_soname_save_LIBS=$LIBS
11670 LIBS="-lcurses $LIBS"
11671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11672 /* end confdefs.h. */
11674 /* Override any GCC internal prototype to avoid an error.
11675 Use char because int might match the return type of a GCC
11676 builtin and then its argument prototype would still apply. */
11677 #ifdef __cplusplus
11678 extern "C"
11679 #endif
11680 char waddch ();
11682 main ()
11684 return waddch ();
11686 return 0;
11688 _ACEOF
11689 if ac_fn_c_try_link "$LINENO"; then :
11690 case "$LIBEXT" in
11691 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11692 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'` ;;
11693 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11694 if ${ac_cv_lib_soname_curses:+false} :; then :
11695 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11696 fi ;;
11697 esac
11699 rm -f core conftest.err conftest.$ac_objext \
11700 conftest$ac_exeext conftest.$ac_ext
11701 LIBS=$ac_check_soname_save_LIBS
11703 if ${ac_cv_lib_soname_curses:+false} :; then :
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11705 $as_echo "not found" >&6; }
11707 else
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11709 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11711 cat >>confdefs.h <<_ACEOF
11712 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11713 _ACEOF
11715 CURSES_LIBS="-lcurses"
11718 ac_save_LIBS="$LIBS"
11719 LIBS="$LIBS $CURSES_LIBS"
11720 for ac_func in mousemask
11721 do :
11722 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11723 if test "x$ac_cv_func_mousemask" = xyes; then :
11724 cat >>confdefs.h <<_ACEOF
11725 #define HAVE_MOUSEMASK 1
11726 _ACEOF
11729 done
11731 LIBS="$ac_save_LIBS"
11732 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11733 case "x$with_curses" in
11734 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11735 xno) ;;
11736 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11737 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11738 esac
11741 if test "x$with_sane" != "xno"
11742 then
11743 if ${SANE_CFLAGS:+false} :; then :
11744 if ${PKG_CONFIG+:} false; then :
11745 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11748 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11749 if ${SANE_LIBS:+false} :; then :
11750 if ${PKG_CONFIG+:} false; then :
11751 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11754 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11756 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11757 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11758 ac_save_CPPFLAGS=$CPPFLAGS
11759 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11760 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11761 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11763 $as_echo_n "checking for -lsane... " >&6; }
11764 if ${ac_cv_lib_soname_sane+:} false; then :
11765 $as_echo_n "(cached) " >&6
11766 else
11767 ac_check_soname_save_LIBS=$LIBS
11768 LIBS="-lsane $SANE_LIBS $LIBS"
11769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h. */
11772 /* Override any GCC internal prototype to avoid an error.
11773 Use char because int might match the return type of a GCC
11774 builtin and then its argument prototype would still apply. */
11775 #ifdef __cplusplus
11776 extern "C"
11777 #endif
11778 char sane_init ();
11780 main ()
11782 return sane_init ();
11784 return 0;
11786 _ACEOF
11787 if ac_fn_c_try_link "$LINENO"; then :
11788 case "$LIBEXT" in
11789 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11790 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'` ;;
11791 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11792 if ${ac_cv_lib_soname_sane:+false} :; then :
11793 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11794 fi ;;
11795 esac
11797 rm -f core conftest.err conftest.$ac_objext \
11798 conftest$ac_exeext conftest.$ac_ext
11799 LIBS=$ac_check_soname_save_LIBS
11801 if ${ac_cv_lib_soname_sane:+false} :; then :
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11803 $as_echo "not found" >&6; }
11804 SANE_CFLAGS=""
11805 else
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11807 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11809 cat >>confdefs.h <<_ACEOF
11810 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11811 _ACEOF
11815 else
11816 SANE_CFLAGS=""
11820 CPPFLAGS=$ac_save_CPPFLAGS
11821 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11822 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11825 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11826 case "x$with_sane" in
11827 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11828 xno) ;;
11829 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11830 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11831 esac
11834 if test "x$with_v4l" != "xno"
11835 then
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11837 $as_echo_n "checking for -lv4l1... " >&6; }
11838 if ${ac_cv_lib_soname_v4l1+:} false; then :
11839 $as_echo_n "(cached) " >&6
11840 else
11841 ac_check_soname_save_LIBS=$LIBS
11842 LIBS="-lv4l1 $LIBS"
11843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11844 /* end confdefs.h. */
11846 /* Override any GCC internal prototype to avoid an error.
11847 Use char because int might match the return type of a GCC
11848 builtin and then its argument prototype would still apply. */
11849 #ifdef __cplusplus
11850 extern "C"
11851 #endif
11852 char v4l1_open ();
11854 main ()
11856 return v4l1_open ();
11858 return 0;
11860 _ACEOF
11861 if ac_fn_c_try_link "$LINENO"; then :
11862 case "$LIBEXT" in
11863 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11864 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'` ;;
11865 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11866 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11867 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11868 fi ;;
11869 esac
11871 rm -f core conftest.err conftest.$ac_objext \
11872 conftest$ac_exeext conftest.$ac_ext
11873 LIBS=$ac_check_soname_save_LIBS
11875 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11877 $as_echo "not found" >&6; }
11879 else
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11881 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11883 cat >>confdefs.h <<_ACEOF
11884 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11885 _ACEOF
11890 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11891 case "x$with_v4l" in
11892 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11893 xno) ;;
11894 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11895 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11896 esac
11899 if test "x$with_gphoto" != "xno"
11900 then
11901 if ${GPHOTO2_CFLAGS:+false} :; then :
11902 if ${PKG_CONFIG+:} false; then :
11903 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11906 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11907 if ${GPHOTO2_LIBS:+false} :; then :
11908 if ${PKG_CONFIG+:} false; then :
11909 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11912 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11913 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11914 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11915 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11916 ac_save_CPPFLAGS=$CPPFLAGS
11917 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11918 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11919 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11921 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11922 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11923 $as_echo_n "(cached) " >&6
11924 else
11925 ac_check_lib_save_LIBS=$LIBS
11926 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h. */
11930 /* Override any GCC internal prototype to avoid an error.
11931 Use char because int might match the return type of a GCC
11932 builtin and then its argument prototype would still apply. */
11933 #ifdef __cplusplus
11934 extern "C"
11935 #endif
11936 char gp_camera_new ();
11938 main ()
11940 return gp_camera_new ();
11942 return 0;
11944 _ACEOF
11945 if ac_fn_c_try_link "$LINENO"; then :
11946 ac_cv_lib_gphoto2_gp_camera_new=yes
11947 else
11948 ac_cv_lib_gphoto2_gp_camera_new=no
11950 rm -f core conftest.err conftest.$ac_objext \
11951 conftest$ac_exeext conftest.$ac_ext
11952 LIBS=$ac_check_lib_save_LIBS
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11955 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11956 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11958 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11960 else
11961 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11964 else
11965 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11969 CPPFLAGS=$ac_save_CPPFLAGS
11970 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11971 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11973 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11974 if ${PKG_CONFIG+:} false; then :
11975 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11978 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
11979 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11980 if ${PKG_CONFIG+:} false; then :
11981 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11984 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
11985 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11986 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11987 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11988 ac_save_CPPFLAGS=$CPPFLAGS
11989 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11990 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11991 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11993 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11994 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
11995 $as_echo_n "(cached) " >&6
11996 else
11997 ac_check_lib_save_LIBS=$LIBS
11998 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
11999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12000 /* end confdefs.h. */
12002 /* Override any GCC internal prototype to avoid an error.
12003 Use char because int might match the return type of a GCC
12004 builtin and then its argument prototype would still apply. */
12005 #ifdef __cplusplus
12006 extern "C"
12007 #endif
12008 char gp_port_info_list_new ();
12010 main ()
12012 return gp_port_info_list_new ();
12014 return 0;
12016 _ACEOF
12017 if ac_fn_c_try_link "$LINENO"; then :
12018 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12019 else
12020 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12022 rm -f core conftest.err conftest.$ac_objext \
12023 conftest$ac_exeext conftest.$ac_ext
12024 LIBS=$ac_check_lib_save_LIBS
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12027 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12028 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12030 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12032 else
12033 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12036 else
12037 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12041 CPPFLAGS=$ac_save_CPPFLAGS
12042 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12043 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12046 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12047 case "x$with_gphoto" in
12048 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12049 xno) ;;
12050 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12051 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12052 esac
12054 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12055 case "x$with_gphoto" in
12056 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12057 xno) ;;
12058 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12059 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12060 esac
12064 if test "$ac_cv_header_resolv_h" = "yes"
12065 then
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12067 $as_echo_n "checking for resolver library... " >&6; }
12068 if ${ac_cv_have_resolv+:} false; then :
12069 $as_echo_n "(cached) " >&6
12070 else
12071 ac_save_LIBS="$LIBS"
12072 for lib in '' -lresolv
12074 LIBS="$lib $ac_save_LIBS"
12075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12077 #ifdef HAVE_NETINET_IN_H
12078 #include <netinet/in.h>
12079 #endif
12080 #include <resolv.h>
12082 main ()
12084 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12086 return 0;
12088 _ACEOF
12089 if ac_fn_c_try_link "$LINENO"; then :
12090 ac_cv_have_resolv=${lib:-"none required"}
12091 else
12092 ac_cv_have_resolv="not found"
12094 rm -f core conftest.err conftest.$ac_objext \
12095 conftest$ac_exeext conftest.$ac_ext
12096 test "x$ac_cv_have_resolv" = "xnot found" || break
12097 done
12098 LIBS="$ac_save_LIBS"
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12101 $as_echo "$ac_cv_have_resolv" >&6; }
12103 case "$ac_cv_have_resolv" in
12104 "not found") ;;
12105 "none required")
12107 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12110 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12112 RESOLV_LIBS=$ac_cv_have_resolv
12114 esac
12117 if test "x$with_cms" != "xno"
12118 then
12119 if ${LCMS2_CFLAGS:+false} :; then :
12120 if ${PKG_CONFIG+:} false; then :
12121 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12125 if ${LCMS2_LIBS:+false} :; then :
12126 if ${PKG_CONFIG+:} false; then :
12127 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12131 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12132 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12133 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12134 ac_save_CPPFLAGS=$CPPFLAGS
12135 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12136 for ac_header in lcms2.h
12137 do :
12138 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12139 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12140 cat >>confdefs.h <<_ACEOF
12141 #define HAVE_LCMS2_H 1
12142 _ACEOF
12146 done
12148 if test "$ac_cv_header_lcms2_h" = "yes"
12149 then
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12151 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12152 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12153 $as_echo_n "(cached) " >&6
12154 else
12155 ac_check_lib_save_LIBS=$LIBS
12156 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12160 /* Override any GCC internal prototype to avoid an error.
12161 Use char because int might match the return type of a GCC
12162 builtin and then its argument prototype would still apply. */
12163 #ifdef __cplusplus
12164 extern "C"
12165 #endif
12166 char cmsOpenProfileFromFile ();
12168 main ()
12170 return cmsOpenProfileFromFile ();
12172 return 0;
12174 _ACEOF
12175 if ac_fn_c_try_link "$LINENO"; then :
12176 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12177 else
12178 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12180 rm -f core conftest.err conftest.$ac_objext \
12181 conftest$ac_exeext conftest.$ac_ext
12182 LIBS=$ac_check_lib_save_LIBS
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12185 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12186 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12188 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12190 else
12191 LCMS2_LIBS=""
12194 else
12195 LCMS2_CFLAGS=""
12196 LCMS2_LIBS=""
12198 CPPFLAGS=$ac_save_CPPFLAGS
12199 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12200 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12203 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12204 case "x$with_cms" in
12205 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12206 xno) ;;
12207 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12208 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12209 esac
12212 if test "x$with_freetype" != "xno"
12213 then
12214 if ${FREETYPE_CFLAGS:+false} :; then :
12215 if ${PKG_CONFIG+:} false; then :
12216 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12219 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12220 if ${FREETYPE_LIBS:+false} :; then :
12221 if ${PKG_CONFIG+:} false; then :
12222 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12225 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12226 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12227 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12228 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12229 ac_save_CPPFLAGS=$CPPFLAGS
12230 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12231 for ac_header in ft2build.h
12232 do :
12233 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12234 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12235 cat >>confdefs.h <<_ACEOF
12236 #define HAVE_FT2BUILD_H 1
12237 _ACEOF
12241 done
12243 if test "$ac_cv_header_ft2build_h" = "yes"
12244 then
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12246 $as_echo_n "checking for -lfreetype... " >&6; }
12247 if ${ac_cv_lib_soname_freetype+:} false; then :
12248 $as_echo_n "(cached) " >&6
12249 else
12250 ac_check_soname_save_LIBS=$LIBS
12251 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12253 /* end confdefs.h. */
12255 /* Override any GCC internal prototype to avoid an error.
12256 Use char because int might match the return type of a GCC
12257 builtin and then its argument prototype would still apply. */
12258 #ifdef __cplusplus
12259 extern "C"
12260 #endif
12261 char FT_Init_FreeType ();
12263 main ()
12265 return FT_Init_FreeType ();
12267 return 0;
12269 _ACEOF
12270 if ac_fn_c_try_link "$LINENO"; then :
12271 case "$LIBEXT" in
12272 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12273 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'` ;;
12274 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12275 if ${ac_cv_lib_soname_freetype:+false} :; then :
12276 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12277 fi ;;
12278 esac
12280 rm -f core conftest.err conftest.$ac_objext \
12281 conftest$ac_exeext conftest.$ac_ext
12282 LIBS=$ac_check_soname_save_LIBS
12284 if ${ac_cv_lib_soname_freetype:+false} :; then :
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12286 $as_echo "not found" >&6; }
12287 FREETYPE_LIBS=""
12288 else
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12290 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12292 cat >>confdefs.h <<_ACEOF
12293 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12294 _ACEOF
12297 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12299 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12300 #include FT_MODULE_H
12302 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12304 cat >>confdefs.h <<_ACEOF
12305 #define HAVE_FT_TRUETYPEENGINETYPE 1
12306 _ACEOF
12312 else
12313 FREETYPE_CFLAGS=""
12314 FREETYPE_LIBS=""
12316 CPPFLAGS=$ac_save_CPPFLAGS
12317 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12318 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12321 if test "x$ac_cv_lib_soname_freetype" = x; then :
12322 case "x$with_freetype" in
12323 xno) ;;
12324 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12325 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12326 esac
12328 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12331 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12332 if ${ac_cv_c_ppdev+:} false; then :
12333 $as_echo_n "(cached) " >&6
12334 else
12335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12336 /* end confdefs.h. */
12337 #ifdef HAVE_SYS_IOCTL_H
12338 # include <sys/ioctl.h>
12339 #endif
12340 #include <linux/ppdev.h>
12342 main ()
12344 ioctl (1,PPCLAIM,0)
12346 return 0;
12348 _ACEOF
12349 if ac_fn_c_try_compile "$LINENO"; then :
12350 ac_cv_c_ppdev="yes"
12351 else
12352 ac_cv_c_ppdev="no"
12354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12357 $as_echo "$ac_cv_c_ppdev" >&6; }
12358 if test "$ac_cv_c_ppdev" = "yes"
12359 then
12361 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12365 ac_wine_check_funcs_save_LIBS="$LIBS"
12366 LIBS="$LIBS $PTHREAD_LIBS"
12367 for ac_func in \
12368 pthread_attr_get_np \
12369 pthread_getattr_np \
12370 pthread_getthreadid_np \
12371 pthread_get_stackaddr_np \
12372 pthread_get_stacksize_np
12373 do :
12374 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12375 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12376 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12377 cat >>confdefs.h <<_ACEOF
12378 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12379 _ACEOF
12382 done
12384 LIBS="$ac_wine_check_funcs_save_LIBS"
12386 if test "$ac_cv_header_zlib_h" = "yes"
12387 then
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12389 $as_echo_n "checking for inflate in -lz... " >&6; }
12390 if ${ac_cv_lib_z_inflate+:} false; then :
12391 $as_echo_n "(cached) " >&6
12392 else
12393 ac_check_lib_save_LIBS=$LIBS
12394 LIBS="-lz $LIBS"
12395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h. */
12398 /* Override any GCC internal prototype to avoid an error.
12399 Use char because int might match the return type of a GCC
12400 builtin and then its argument prototype would still apply. */
12401 #ifdef __cplusplus
12402 extern "C"
12403 #endif
12404 char inflate ();
12406 main ()
12408 return inflate ();
12410 return 0;
12412 _ACEOF
12413 if ac_fn_c_try_link "$LINENO"; then :
12414 ac_cv_lib_z_inflate=yes
12415 else
12416 ac_cv_lib_z_inflate=no
12418 rm -f core conftest.err conftest.$ac_objext \
12419 conftest$ac_exeext conftest.$ac_ext
12420 LIBS=$ac_check_lib_save_LIBS
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12423 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12424 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12426 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12428 Z_LIBS="-lz"
12433 if test "x$Z_LIBS" = "x"; then :
12434 case "x$with_zlib" in
12435 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12436 xno) ;;
12437 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12438 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12439 esac
12442 if test "x$enable_tools" != xno
12443 then
12444 if test "$ac_cv_header_gettext_po_h" = "yes"
12445 then
12446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12447 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12448 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12449 $as_echo_n "(cached) " >&6
12450 else
12451 ac_check_lib_save_LIBS=$LIBS
12452 LIBS="-lgettextpo $LIBS"
12453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12454 /* end confdefs.h. */
12456 /* Override any GCC internal prototype to avoid an error.
12457 Use char because int might match the return type of a GCC
12458 builtin and then its argument prototype would still apply. */
12459 #ifdef __cplusplus
12460 extern "C"
12461 #endif
12462 char po_message_msgctxt ();
12464 main ()
12466 return po_message_msgctxt ();
12468 return 0;
12470 _ACEOF
12471 if ac_fn_c_try_link "$LINENO"; then :
12472 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12473 else
12474 ac_cv_lib_gettextpo_po_message_msgctxt=no
12476 rm -f core conftest.err conftest.$ac_objext \
12477 conftest$ac_exeext conftest.$ac_ext
12478 LIBS=$ac_check_lib_save_LIBS
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12481 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12482 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12484 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12486 GETTEXTPO_LIBS="-lgettextpo"
12491 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12492 case "x$with_gettextpo" in
12493 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12494 xno) ;;
12495 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12496 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12497 esac
12501 if test "x$with_pulse" != "xno";
12502 then
12503 if ${PULSE_CFLAGS:+false} :; then :
12504 if ${PKG_CONFIG+:} false; then :
12505 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12509 if ${PULSE_LIBS:+false} :; then :
12510 if ${PKG_CONFIG+:} false; then :
12511 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12516 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12517 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12518 ac_save_CPPFLAGS=$CPPFLAGS
12519 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12520 for ac_header in pulse/pulseaudio.h
12521 do :
12522 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12523 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12524 cat >>confdefs.h <<_ACEOF
12525 #define HAVE_PULSE_PULSEAUDIO_H 1
12526 _ACEOF
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12528 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12529 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12530 $as_echo_n "(cached) " >&6
12531 else
12532 ac_check_lib_save_LIBS=$LIBS
12533 LIBS="-lpulse $PULSE_LIBS $LIBS"
12534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12535 /* end confdefs.h. */
12537 /* Override any GCC internal prototype to avoid an error.
12538 Use char because int might match the return type of a GCC
12539 builtin and then its argument prototype would still apply. */
12540 #ifdef __cplusplus
12541 extern "C"
12542 #endif
12543 char pa_stream_is_corked ();
12545 main ()
12547 return pa_stream_is_corked ();
12549 return 0;
12551 _ACEOF
12552 if ac_fn_c_try_link "$LINENO"; then :
12553 ac_cv_lib_pulse_pa_stream_is_corked=yes
12554 else
12555 ac_cv_lib_pulse_pa_stream_is_corked=no
12557 rm -f core conftest.err conftest.$ac_objext \
12558 conftest$ac_exeext conftest.$ac_ext
12559 LIBS=$ac_check_lib_save_LIBS
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12562 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12563 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12565 else
12566 PULSE_LIBS=""
12569 else
12570 PULSE_LIBS=""
12573 done
12575 CPPFLAGS=$ac_save_CPPFLAGS
12576 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12577 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12580 if test -z "$PULSE_LIBS"; then :
12581 case "x$with_pulse" in
12582 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12583 xno) ;;
12584 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12585 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12586 esac
12588 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
12590 if test "x$with_gstreamer" != "xno"
12591 then
12592 if ${GSTREAMER_CFLAGS:+false} :; then :
12593 if ${PKG_CONFIG+:} false; then :
12594 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12598 if ${GSTREAMER_LIBS:+false} :; then :
12599 if ${PKG_CONFIG+:} false; then :
12600 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12605 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12606 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12607 ac_save_CPPFLAGS=$CPPFLAGS
12608 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12609 ac_gst_incl=""
12610 for i in $GSTREAMER_CFLAGS
12612 case "$i" in
12613 -I*) ac_gst_incl="$ac_gst_incl $i";;
12614 esac
12615 done
12616 GSTREAMER_CFLAGS=$ac_gst_incl
12617 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12618 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12619 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12620 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12621 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12623 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12625 /* end confdefs.h. */
12626 #include <gst/app/gstappsink.h>
12628 main ()
12630 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12632 return 0;
12634 _ACEOF
12635 if ac_fn_c_try_compile "$LINENO"; then :
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12637 $as_echo "yes" >&6; }
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12639 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12640 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12641 $as_echo_n "(cached) " >&6
12642 else
12643 ac_check_lib_save_LIBS=$LIBS
12644 LIBS="-lgstreamer-0.10 $LIBS"
12645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12646 /* end confdefs.h. */
12648 /* Override any GCC internal prototype to avoid an error.
12649 Use char because int might match the return type of a GCC
12650 builtin and then its argument prototype would still apply. */
12651 #ifdef __cplusplus
12652 extern "C"
12653 #endif
12654 char gst_pad_get_caps_reffed ();
12656 main ()
12658 return gst_pad_get_caps_reffed ();
12660 return 0;
12662 _ACEOF
12663 if ac_fn_c_try_link "$LINENO"; then :
12664 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12665 else
12666 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12668 rm -f core conftest.err conftest.$ac_objext \
12669 conftest$ac_exeext conftest.$ac_ext
12670 LIBS=$ac_check_lib_save_LIBS
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12673 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12674 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12676 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12677 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12678 $as_echo_n "(cached) " >&6
12679 else
12680 ac_check_lib_save_LIBS=$LIBS
12681 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12683 /* end confdefs.h. */
12685 /* Override any GCC internal prototype to avoid an error.
12686 Use char because int might match the return type of a GCC
12687 builtin and then its argument prototype would still apply. */
12688 #ifdef __cplusplus
12689 extern "C"
12690 #endif
12691 char gst_app_buffer_new ();
12693 main ()
12695 return gst_app_buffer_new ();
12697 return 0;
12699 _ACEOF
12700 if ac_fn_c_try_link "$LINENO"; then :
12701 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12702 else
12703 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12705 rm -f core conftest.err conftest.$ac_objext \
12706 conftest$ac_exeext conftest.$ac_ext
12707 LIBS=$ac_check_lib_save_LIBS
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12710 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12711 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12717 else
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12719 $as_echo "no" >&6; }
12721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12725 else
12726 GSTREAMER_CFLAGS=""
12730 CPPFLAGS=$ac_save_CPPFLAGS
12731 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12732 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12735 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12736 case "x$with_gstreamer" in
12737 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12738 xno) ;;
12739 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12740 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12741 esac
12743 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12745 ALSA_LIBS=""
12747 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12748 then
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12750 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12751 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12752 $as_echo_n "(cached) " >&6
12753 else
12754 ac_check_lib_save_LIBS=$LIBS
12755 LIBS="-lasound $LIBS"
12756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12757 /* end confdefs.h. */
12759 /* Override any GCC internal prototype to avoid an error.
12760 Use char because int might match the return type of a GCC
12761 builtin and then its argument prototype would still apply. */
12762 #ifdef __cplusplus
12763 extern "C"
12764 #endif
12765 char snd_pcm_hw_params_get_access_mask ();
12767 main ()
12769 return snd_pcm_hw_params_get_access_mask ();
12771 return 0;
12773 _ACEOF
12774 if ac_fn_c_try_link "$LINENO"; then :
12775 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12776 else
12777 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12779 rm -f core conftest.err conftest.$ac_objext \
12780 conftest$ac_exeext conftest.$ac_ext
12781 LIBS=$ac_check_lib_save_LIBS
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12784 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12785 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12787 /* end confdefs.h. */
12788 #ifdef HAVE_ALSA_ASOUNDLIB_H
12789 #include <alsa/asoundlib.h>
12790 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12791 #include <sys/asoundlib.h>
12792 #endif
12794 main ()
12796 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12798 return 0;
12800 _ACEOF
12801 if ac_fn_c_try_compile "$LINENO"; then :
12802 ALSA_LIBS="-lasound"
12804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12808 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12810 if test "x$with_oss" != xno
12811 then
12812 ac_save_CPPFLAGS="$CPPFLAGS"
12813 if test -f /etc/oss.conf
12814 then
12815 . /etc/oss.conf
12817 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12818 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12819 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12820 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12821 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12823 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12825 cat >>confdefs.h <<_ACEOF
12826 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12827 _ACEOF
12829 OSS4_CFLAGS="$ac_oss_incl"
12836 CPPFLAGS="$ac_save_CPPFLAGS"
12837 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12838 then
12839 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12842 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
12844 if test "x$with_capi" != "xno"
12845 then
12846 if ${CAPI20_CFLAGS:+false} :; then :
12847 if ${PKG_CONFIG+:} false; then :
12848 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12852 if ${CAPI20_LIBS:+false} :; then :
12853 if ${PKG_CONFIG+:} false; then :
12854 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12859 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12860 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12861 ac_save_CPPFLAGS=$CPPFLAGS
12862 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12863 for ac_header in capi20.h linux/capi.h
12864 do :
12865 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12866 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12868 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12869 cat >>confdefs.h <<_ACEOF
12870 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12871 _ACEOF
12875 done
12877 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12878 then
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12880 $as_echo_n "checking for -lcapi20... " >&6; }
12881 if ${ac_cv_lib_soname_capi20+:} false; then :
12882 $as_echo_n "(cached) " >&6
12883 else
12884 ac_check_soname_save_LIBS=$LIBS
12885 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12887 /* end confdefs.h. */
12889 /* Override any GCC internal prototype to avoid an error.
12890 Use char because int might match the return type of a GCC
12891 builtin and then its argument prototype would still apply. */
12892 #ifdef __cplusplus
12893 extern "C"
12894 #endif
12895 char capi20_register ();
12897 main ()
12899 return capi20_register ();
12901 return 0;
12903 _ACEOF
12904 if ac_fn_c_try_link "$LINENO"; then :
12905 case "$LIBEXT" in
12906 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12907 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'` ;;
12908 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12909 if ${ac_cv_lib_soname_capi20:+false} :; then :
12910 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12911 fi ;;
12912 esac
12914 rm -f core conftest.err conftest.$ac_objext \
12915 conftest$ac_exeext conftest.$ac_ext
12916 LIBS=$ac_check_soname_save_LIBS
12918 if ${ac_cv_lib_soname_capi20:+false} :; then :
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12920 $as_echo "not found" >&6; }
12922 else
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12924 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12926 cat >>confdefs.h <<_ACEOF
12927 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12928 _ACEOF
12933 CPPFLAGS=$ac_save_CPPFLAGS
12934 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12935 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12938 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12939 case "x$with_capi" in
12940 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12941 xno) ;;
12942 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12943 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12944 esac
12947 CUPS_CFLAGS=""
12949 if test "x$with_cups" != "xno"
12950 then
12951 ac_save_CPPFLAGS="$CPPFLAGS"
12952 ac_cups_cflags=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
12953 ac_cups_libs=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
12954 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12955 for ac_header in cups/cups.h
12956 do :
12957 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12958 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12959 cat >>confdefs.h <<_ACEOF
12960 #define HAVE_CUPS_CUPS_H 1
12961 _ACEOF
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12963 $as_echo_n "checking for -lcups... " >&6; }
12964 if ${ac_cv_lib_soname_cups+:} false; then :
12965 $as_echo_n "(cached) " >&6
12966 else
12967 ac_check_soname_save_LIBS=$LIBS
12968 LIBS="-lcups $ac_cups_libs $LIBS"
12969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12970 /* end confdefs.h. */
12972 /* Override any GCC internal prototype to avoid an error.
12973 Use char because int might match the return type of a GCC
12974 builtin and then its argument prototype would still apply. */
12975 #ifdef __cplusplus
12976 extern "C"
12977 #endif
12978 char cupsGetDefault ();
12980 main ()
12982 return cupsGetDefault ();
12984 return 0;
12986 _ACEOF
12987 if ac_fn_c_try_link "$LINENO"; then :
12988 case "$LIBEXT" in
12989 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12990 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'` ;;
12991 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12992 if ${ac_cv_lib_soname_cups:+false} :; then :
12993 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12994 fi ;;
12995 esac
12997 rm -f core conftest.err conftest.$ac_objext \
12998 conftest$ac_exeext conftest.$ac_ext
12999 LIBS=$ac_check_soname_save_LIBS
13001 if ${ac_cv_lib_soname_cups:+false} :; then :
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13003 $as_echo "not found" >&6; }
13005 else
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13007 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13009 cat >>confdefs.h <<_ACEOF
13010 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13011 _ACEOF
13013 CUPS_CFLAGS="$ac_cups_cflags"
13017 done
13019 CPPFLAGS="$ac_save_CPPFLAGS"
13021 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13022 case "x$with_cups" in
13023 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13024 xno) ;;
13025 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13026 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13027 esac
13030 if test "x$with_fontconfig" != "xno"
13031 then
13032 if ${FONTCONFIG_CFLAGS:+false} :; then :
13033 if ${PKG_CONFIG+:} false; then :
13034 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13037 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13038 if ${FONTCONFIG_LIBS:+false} :; then :
13039 if ${PKG_CONFIG+:} false; then :
13040 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13043 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13045 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13046 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13047 ac_save_CPPFLAGS=$CPPFLAGS
13048 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13049 for ac_header in fontconfig/fontconfig.h
13050 do :
13051 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13052 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13053 cat >>confdefs.h <<_ACEOF
13054 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13055 _ACEOF
13059 done
13061 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13062 then
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13064 $as_echo_n "checking for -lfontconfig... " >&6; }
13065 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13066 $as_echo_n "(cached) " >&6
13067 else
13068 ac_check_soname_save_LIBS=$LIBS
13069 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13071 /* end confdefs.h. */
13073 /* Override any GCC internal prototype to avoid an error.
13074 Use char because int might match the return type of a GCC
13075 builtin and then its argument prototype would still apply. */
13076 #ifdef __cplusplus
13077 extern "C"
13078 #endif
13079 char FcInit ();
13081 main ()
13083 return FcInit ();
13085 return 0;
13087 _ACEOF
13088 if ac_fn_c_try_link "$LINENO"; then :
13089 case "$LIBEXT" in
13090 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13091 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'` ;;
13092 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13093 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13094 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13095 fi ;;
13096 esac
13098 rm -f core conftest.err conftest.$ac_objext \
13099 conftest$ac_exeext conftest.$ac_ext
13100 LIBS=$ac_check_soname_save_LIBS
13102 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13104 $as_echo "not found" >&6; }
13105 FONTCONFIG_CFLAGS=""
13106 else
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13108 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13110 cat >>confdefs.h <<_ACEOF
13111 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13112 _ACEOF
13116 else
13117 FONTCONFIG_CFLAGS=""
13119 CPPFLAGS=$ac_save_CPPFLAGS
13120 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13121 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13124 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13125 case "x$with_fontconfig" in
13126 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13127 xno) ;;
13128 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13129 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13130 esac
13133 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13134 then
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13136 $as_echo_n "checking for -lgsm... " >&6; }
13137 if ${ac_cv_lib_soname_gsm+:} false; then :
13138 $as_echo_n "(cached) " >&6
13139 else
13140 ac_check_soname_save_LIBS=$LIBS
13141 LIBS="-lgsm $LIBS"
13142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13143 /* end confdefs.h. */
13145 /* Override any GCC internal prototype to avoid an error.
13146 Use char because int might match the return type of a GCC
13147 builtin and then its argument prototype would still apply. */
13148 #ifdef __cplusplus
13149 extern "C"
13150 #endif
13151 char gsm_create ();
13153 main ()
13155 return gsm_create ();
13157 return 0;
13159 _ACEOF
13160 if ac_fn_c_try_link "$LINENO"; then :
13161 case "$LIBEXT" in
13162 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13163 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'` ;;
13164 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13165 if ${ac_cv_lib_soname_gsm:+false} :; then :
13166 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13167 fi ;;
13168 esac
13170 rm -f core conftest.err conftest.$ac_objext \
13171 conftest$ac_exeext conftest.$ac_ext
13172 LIBS=$ac_check_soname_save_LIBS
13174 if ${ac_cv_lib_soname_gsm:+false} :; then :
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13176 $as_echo "not found" >&6; }
13178 else
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13180 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13182 cat >>confdefs.h <<_ACEOF
13183 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13184 _ACEOF
13189 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13190 case "x$with_gsm" in
13191 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13192 xno) ;;
13193 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13194 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13195 esac
13198 if test "x$with_jpeg" != "xno"
13199 then
13200 if ${JPEG_CFLAGS:+false} :; then :
13201 if ${PKG_CONFIG+:} false; then :
13202 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13206 if ${JPEG_LIBS:+false} :; then :
13207 if ${PKG_CONFIG+:} false; then :
13208 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13213 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13214 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13215 ac_save_CPPFLAGS=$CPPFLAGS
13216 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13217 for ac_header in jpeglib.h
13218 do :
13219 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13220 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13221 cat >>confdefs.h <<_ACEOF
13222 #define HAVE_JPEGLIB_H 1
13223 _ACEOF
13227 done
13229 if test "$ac_cv_header_jpeglib_h" = "yes"
13230 then
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13232 $as_echo_n "checking for -ljpeg... " >&6; }
13233 if ${ac_cv_lib_soname_jpeg+:} false; then :
13234 $as_echo_n "(cached) " >&6
13235 else
13236 ac_check_soname_save_LIBS=$LIBS
13237 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13239 /* end confdefs.h. */
13241 /* Override any GCC internal prototype to avoid an error.
13242 Use char because int might match the return type of a GCC
13243 builtin and then its argument prototype would still apply. */
13244 #ifdef __cplusplus
13245 extern "C"
13246 #endif
13247 char jpeg_start_decompress ();
13249 main ()
13251 return jpeg_start_decompress ();
13253 return 0;
13255 _ACEOF
13256 if ac_fn_c_try_link "$LINENO"; then :
13257 case "$LIBEXT" in
13258 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13259 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'` ;;
13260 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13261 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13262 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13263 fi ;;
13264 esac
13266 rm -f core conftest.err conftest.$ac_objext \
13267 conftest$ac_exeext conftest.$ac_ext
13268 LIBS=$ac_check_soname_save_LIBS
13270 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13272 $as_echo "not found" >&6; }
13273 JPEG_CFLAGS=""
13274 else
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13276 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13278 cat >>confdefs.h <<_ACEOF
13279 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13280 _ACEOF
13284 else
13285 JPEG_CFLAGS=""
13287 CPPFLAGS=$ac_save_CPPFLAGS
13288 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13289 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13292 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13293 case "x$with_jpeg" in
13294 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13295 xno) ;;
13296 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13297 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13298 esac
13301 if test "x$with_png" != "xno"
13302 then
13303 if ${PNG_CFLAGS:+false} :; then :
13304 if ${PKG_CONFIG+:} false; then :
13305 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13308 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13309 if ${PNG_LIBS:+false} :; then :
13310 if ${PKG_CONFIG+:} false; then :
13311 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13314 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13316 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13317 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13318 ac_save_CPPFLAGS=$CPPFLAGS
13319 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13320 for ac_header in png.h
13321 do :
13322 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13323 if test "x$ac_cv_header_png_h" = xyes; then :
13324 cat >>confdefs.h <<_ACEOF
13325 #define HAVE_PNG_H 1
13326 _ACEOF
13330 done
13332 if test "$ac_cv_header_png_h" = "yes"
13333 then
13334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13335 $as_echo_n "checking for -lpng... " >&6; }
13336 if ${ac_cv_lib_soname_png+:} false; then :
13337 $as_echo_n "(cached) " >&6
13338 else
13339 ac_check_soname_save_LIBS=$LIBS
13340 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13342 /* end confdefs.h. */
13344 /* Override any GCC internal prototype to avoid an error.
13345 Use char because int might match the return type of a GCC
13346 builtin and then its argument prototype would still apply. */
13347 #ifdef __cplusplus
13348 extern "C"
13349 #endif
13350 char png_create_read_struct ();
13352 main ()
13354 return png_create_read_struct ();
13356 return 0;
13358 _ACEOF
13359 if ac_fn_c_try_link "$LINENO"; then :
13360 case "$LIBEXT" in
13361 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13362 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'` ;;
13363 *) 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'`
13364 if ${ac_cv_lib_soname_png:+false} :; then :
13365 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13366 fi ;;
13367 esac
13369 rm -f core conftest.err conftest.$ac_objext \
13370 conftest$ac_exeext conftest.$ac_ext
13371 LIBS=$ac_check_soname_save_LIBS
13373 if ${ac_cv_lib_soname_png:+false} :; then :
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13375 $as_echo "not found" >&6; }
13376 PNG_CFLAGS=""
13377 else
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13379 $as_echo "$ac_cv_lib_soname_png" >&6; }
13381 cat >>confdefs.h <<_ACEOF
13382 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13383 _ACEOF
13385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13386 /* end confdefs.h. */
13387 #include <png.h>
13389 main ()
13391 typeof(png_set_expand_gray_1_2_4_to_8) *p
13393 return 0;
13395 _ACEOF
13396 if ac_fn_c_try_compile "$LINENO"; then :
13398 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13403 else
13404 PNG_CFLAGS=""
13406 CPPFLAGS=$ac_save_CPPFLAGS
13407 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13408 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13411 if test "x$ac_cv_lib_soname_png" = "x"; then :
13412 case "x$with_png" in
13413 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13414 xno) ;;
13415 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13416 This is an error since --with-png was requested." "$LINENO" 5 ;;
13417 esac
13420 if test "x$with_tiff" != "xno"
13421 then
13422 if ${TIFF_CFLAGS:+false} :; then :
13423 if ${PKG_CONFIG+:} false; then :
13424 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13428 if ${TIFF_LIBS:+false} :; then :
13429 if ${PKG_CONFIG+:} false; then :
13430 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13435 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13436 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13437 ac_save_CPPFLAGS=$CPPFLAGS
13438 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13439 for ac_header in tiffio.h
13440 do :
13441 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13442 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13443 cat >>confdefs.h <<_ACEOF
13444 #define HAVE_TIFFIO_H 1
13445 _ACEOF
13449 done
13451 if test "$ac_cv_header_tiffio_h" = "yes"
13452 then
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13454 $as_echo_n "checking for -ltiff... " >&6; }
13455 if ${ac_cv_lib_soname_tiff+:} false; then :
13456 $as_echo_n "(cached) " >&6
13457 else
13458 ac_check_soname_save_LIBS=$LIBS
13459 LIBS="-ltiff $TIFF_LIBS $LIBS"
13460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13461 /* end confdefs.h. */
13463 /* Override any GCC internal prototype to avoid an error.
13464 Use char because int might match the return type of a GCC
13465 builtin and then its argument prototype would still apply. */
13466 #ifdef __cplusplus
13467 extern "C"
13468 #endif
13469 char TIFFClientOpen ();
13471 main ()
13473 return TIFFClientOpen ();
13475 return 0;
13477 _ACEOF
13478 if ac_fn_c_try_link "$LINENO"; then :
13479 case "$LIBEXT" in
13480 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13481 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'` ;;
13482 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13483 if ${ac_cv_lib_soname_tiff:+false} :; then :
13484 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13485 fi ;;
13486 esac
13488 rm -f core conftest.err conftest.$ac_objext \
13489 conftest$ac_exeext conftest.$ac_ext
13490 LIBS=$ac_check_soname_save_LIBS
13492 if ${ac_cv_lib_soname_tiff:+false} :; then :
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13494 $as_echo "not found" >&6; }
13496 else
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13498 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13500 cat >>confdefs.h <<_ACEOF
13501 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13502 _ACEOF
13507 CPPFLAGS=$ac_save_CPPFLAGS
13508 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13509 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13512 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13513 case "x$with_tiff" in
13514 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13515 xno) ;;
13516 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13517 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13518 esac
13521 if test "x$with_mpg123" != "xno"
13522 then
13523 if ${MPG123_CFLAGS:+false} :; then :
13524 if ${PKG_CONFIG+:} false; then :
13525 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13529 if ${MPG123_LIBS:+false} :; then :
13530 if ${PKG_CONFIG+:} false; then :
13531 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13535 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13536 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13537 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13538 ac_save_CPPFLAGS=$CPPFLAGS
13539 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13540 for ac_header in mpg123.h
13541 do :
13542 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13543 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13544 cat >>confdefs.h <<_ACEOF
13545 #define HAVE_MPG123_H 1
13546 _ACEOF
13550 done
13552 if test "$ac_cv_header_mpg123_h" = "yes"
13553 then
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13555 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13556 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13557 $as_echo_n "(cached) " >&6
13558 else
13559 ac_check_lib_save_LIBS=$LIBS
13560 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13562 /* end confdefs.h. */
13564 /* Override any GCC internal prototype to avoid an error.
13565 Use char because int might match the return type of a GCC
13566 builtin and then its argument prototype would still apply. */
13567 #ifdef __cplusplus
13568 extern "C"
13569 #endif
13570 char mpg123_feed ();
13572 main ()
13574 return mpg123_feed ();
13576 return 0;
13578 _ACEOF
13579 if ac_fn_c_try_link "$LINENO"; then :
13580 ac_cv_lib_mpg123_mpg123_feed=yes
13581 else
13582 ac_cv_lib_mpg123_mpg123_feed=no
13584 rm -f core conftest.err conftest.$ac_objext \
13585 conftest$ac_exeext conftest.$ac_ext
13586 LIBS=$ac_check_lib_save_LIBS
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13589 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13590 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13592 else
13593 MPG123_LIBS=""
13596 else
13597 MPG123_CFLAGS=""
13598 MPG123_LIBS=""
13600 CPPFLAGS=$ac_save_CPPFLAGS
13601 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13602 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13605 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13606 case "x$with_mpg123" in
13607 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13608 xno) ;;
13609 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13610 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13611 esac
13613 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}
13615 if test "$ac_cv_header_AL_al_h" = "yes"
13616 then
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13618 $as_echo_n "checking for -lopenal... " >&6; }
13619 if ${ac_cv_lib_soname_openal+:} false; then :
13620 $as_echo_n "(cached) " >&6
13621 else
13622 ac_check_soname_save_LIBS=$LIBS
13623 LIBS="-lopenal $LIBS"
13624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13625 /* end confdefs.h. */
13627 /* Override any GCC internal prototype to avoid an error.
13628 Use char because int might match the return type of a GCC
13629 builtin and then its argument prototype would still apply. */
13630 #ifdef __cplusplus
13631 extern "C"
13632 #endif
13633 char alGetSource3i ();
13635 main ()
13637 return alGetSource3i ();
13639 return 0;
13641 _ACEOF
13642 if ac_fn_c_try_link "$LINENO"; then :
13643 case "$LIBEXT" in
13644 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13645 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'` ;;
13646 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13647 if ${ac_cv_lib_soname_openal:+false} :; then :
13648 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13649 fi ;;
13650 esac
13652 rm -f core conftest.err conftest.$ac_objext \
13653 conftest$ac_exeext conftest.$ac_ext
13654 LIBS=$ac_check_soname_save_LIBS
13656 if ${ac_cv_lib_soname_openal:+false} :; then :
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13658 $as_echo "not found" >&6; }
13660 else
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13662 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13664 cat >>confdefs.h <<_ACEOF
13665 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13666 _ACEOF
13668 OPENAL_LIBS="-lopenal"
13670 ac_cv_lib_openal=yes
13672 cat >>confdefs.h <<_ACEOF
13673 #define HAVE_OPENAL 1
13674 _ACEOF
13678 if test "x$ac_cv_lib_openal" != xyes; then :
13679 case "x$with_openal" in
13680 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13681 xno) ;;
13682 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13683 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13684 esac
13686 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13688 if test "x$ac_cv_lib_openal" = xyes
13689 then
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13691 $as_echo_n "checking for openal-soft... " >&6; }
13692 if ${ac_cv_have_openalsoft+:} false; then :
13693 $as_echo_n "(cached) " >&6
13694 else
13695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13696 /* end confdefs.h. */
13697 #include <AL/al.h>
13698 #include <AL/alc.h>
13699 #include <AL/alext.h>
13700 LPALCRENDERSAMPLESSOFT x;
13702 main ()
13706 return 0;
13708 _ACEOF
13709 if ac_fn_c_try_compile "$LINENO"; then :
13710 ac_cv_have_openalsoft=yes
13711 else
13712 ac_cv_have_openalsoft=no
13714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13717 $as_echo "$ac_cv_have_openalsoft" >&6; }
13719 if test "x$ac_cv_have_openalsoft" != xyes
13720 then
13721 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13722 enable_xaudio2_7=${enable_xaudio2_7:-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
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 implib
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