dmime: Don't set DSBCAPS_CTRLPAN together with DSBCAPS_CTRL3D.
[wine.git] / configure
blob55442e3cd7f94a0a61c73a147dab668193ac49c0
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 READELF
718 OTOOL
720 LDEXECFLAGS
721 LDRPATH_LOCAL
722 LDRPATH_INSTALL
723 DLLFLAGS
724 dlldir
726 OPENGL_LIBS
727 ICOTOOL
728 CONVERT
729 RSVG
730 FONTFORGE
731 PKG_CONFIG
732 MSGFMT
733 LDCONFIG
734 EGREP
735 GREP
736 LN_S
737 RANLIB
738 ARFLAGS
739 STRIP
740 ac_ct_AR
742 BISON
743 FLEX
744 TOOLSDIR
745 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 target_alias
768 host_alias
769 build_alias
770 LIBS
771 ECHO_T
772 ECHO_N
773 ECHO_C
774 DEFS
775 mandir
776 localedir
777 libdir
778 psdir
779 pdfdir
780 dvidir
781 htmldir
782 infodir
783 docdir
784 oldincludedir
785 includedir
786 runstatedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_URL
799 PACKAGE_BUGREPORT
800 PACKAGE_STRING
801 PACKAGE_VERSION
802 PACKAGE_TARNAME
803 PACKAGE_NAME
804 PATH_SEPARATOR
805 SHELL'
806 ac_subst_files=''
807 ac_user_opts='
808 enable_option_checking
809 enable_win16
810 enable_win64
811 enable_tests
812 enable_maintainer_mode
813 with_alsa
814 with_capi
815 with_cms
816 with_coreaudio
817 with_cups
818 with_curses
819 with_dbus
820 with_fontconfig
821 with_freetype
822 with_gettext
823 with_gettextpo
824 with_gphoto
825 with_glu
826 with_gnutls
827 with_gsm
828 with_gstreamer
829 with_hal
830 with_jpeg
831 with_ldap
832 with_mpg123
833 with_netapi
834 with_openal
835 with_opencl
836 with_opengl
837 with_osmesa
838 with_oss
839 with_pcap
840 with_png
841 with_pthread
842 with_pulse
843 with_sane
844 with_tiff
845 with_v4l
846 with_xcomposite
847 with_xcursor
848 with_xinerama
849 with_xinput
850 with_xinput2
851 with_xml
852 with_xrandr
853 with_xrender
854 with_xshape
855 with_xshm
856 with_xslt
857 with_xxf86vm
858 with_zlib
859 with_wine_tools
860 with_wine64
861 enable_largefile
862 with_x
863 enable_acledit
864 enable_aclui
865 enable_activeds
866 enable_actxprxy
867 enable_advapi32
868 enable_advpack
869 enable_amstream
870 enable_api_ms_win_core_com_l1_1_0
871 enable_api_ms_win_core_console_l1_1_0
872 enable_api_ms_win_core_datetime_l1_1_0
873 enable_api_ms_win_core_datetime_l1_1_1
874 enable_api_ms_win_core_debug_l1_1_0
875 enable_api_ms_win_core_debug_l1_1_1
876 enable_api_ms_win_core_errorhandling_l1_1_0
877 enable_api_ms_win_core_errorhandling_l1_1_1
878 enable_api_ms_win_core_errorhandling_l1_1_2
879 enable_api_ms_win_core_fibers_l1_1_0
880 enable_api_ms_win_core_fibers_l1_1_1
881 enable_api_ms_win_core_file_l1_1_0
882 enable_api_ms_win_core_file_l1_2_0
883 enable_api_ms_win_core_file_l2_1_0
884 enable_api_ms_win_core_file_l2_1_1
885 enable_api_ms_win_core_handle_l1_1_0
886 enable_api_ms_win_core_heap_l1_1_0
887 enable_api_ms_win_core_heap_l1_2_0
888 enable_api_ms_win_core_heap_obsolete_l1_1_0
889 enable_api_ms_win_core_interlocked_l1_1_0
890 enable_api_ms_win_core_interlocked_l1_2_0
891 enable_api_ms_win_core_io_l1_1_1
892 enable_api_ms_win_core_kernel32_legacy_l1_1_0
893 enable_api_ms_win_core_libraryloader_l1_1_0
894 enable_api_ms_win_core_libraryloader_l1_1_1
895 enable_api_ms_win_core_localization_l1_2_0
896 enable_api_ms_win_core_localization_l1_2_1
897 enable_api_ms_win_core_localization_obsolete_l1_1_0
898 enable_api_ms_win_core_localregistry_l1_1_0
899 enable_api_ms_win_core_memory_l1_1_0
900 enable_api_ms_win_core_memory_l1_1_1
901 enable_api_ms_win_core_misc_l1_1_0
902 enable_api_ms_win_core_namedpipe_l1_1_0
903 enable_api_ms_win_core_namedpipe_l1_2_0
904 enable_api_ms_win_core_path_l1_1_0
905 enable_api_ms_win_core_processenvironment_l1_1_0
906 enable_api_ms_win_core_processenvironment_l1_2_0
907 enable_api_ms_win_core_processthreads_l1_1_0
908 enable_api_ms_win_core_processthreads_l1_1_1
909 enable_api_ms_win_core_processthreads_l1_1_2
910 enable_api_ms_win_core_profile_l1_1_0
911 enable_api_ms_win_core_psapi_l1_1_0
912 enable_api_ms_win_core_registry_l1_1_0
913 enable_api_ms_win_core_rtlsupport_l1_1_0
914 enable_api_ms_win_core_rtlsupport_l1_2_0
915 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
916 enable_api_ms_win_core_string_l1_1_0
917 enable_api_ms_win_core_synch_l1_1_0
918 enable_api_ms_win_core_synch_l1_2_0
919 enable_api_ms_win_core_sysinfo_l1_1_0
920 enable_api_ms_win_core_sysinfo_l1_2_0
921 enable_api_ms_win_core_sysinfo_l1_2_1
922 enable_api_ms_win_core_threadpool_legacy_l1_1_0
923 enable_api_ms_win_core_timezone_l1_1_0
924 enable_api_ms_win_core_url_l1_1_0
925 enable_api_ms_win_core_util_l1_1_0
926 enable_api_ms_win_core_winrt_error_l1_1_0
927 enable_api_ms_win_core_winrt_error_l1_1_1
928 enable_api_ms_win_core_winrt_l1_1_0
929 enable_api_ms_win_core_winrt_string_l1_1_0
930 enable_api_ms_win_core_xstate_l2_1_0
931 enable_api_ms_win_crt_conio_l1_1_0
932 enable_api_ms_win_crt_convert_l1_1_0
933 enable_api_ms_win_crt_environment_l1_1_0
934 enable_api_ms_win_crt_filesystem_l1_1_0
935 enable_api_ms_win_crt_heap_l1_1_0
936 enable_api_ms_win_crt_locale_l1_1_0
937 enable_api_ms_win_crt_math_l1_1_0
938 enable_api_ms_win_crt_multibyte_l1_1_0
939 enable_api_ms_win_crt_private_l1_1_0
940 enable_api_ms_win_crt_process_l1_1_0
941 enable_api_ms_win_crt_runtime_l1_1_0
942 enable_api_ms_win_crt_stdio_l1_1_0
943 enable_api_ms_win_crt_string_l1_1_0
944 enable_api_ms_win_crt_time_l1_1_0
945 enable_api_ms_win_crt_utility_l1_1_0
946 enable_api_ms_win_downlevel_advapi32_l1_1_0
947 enable_api_ms_win_downlevel_advapi32_l2_1_0
948 enable_api_ms_win_downlevel_normaliz_l1_1_0
949 enable_api_ms_win_downlevel_ole32_l1_1_0
950 enable_api_ms_win_downlevel_shell32_l1_1_0
951 enable_api_ms_win_downlevel_shlwapi_l1_1_0
952 enable_api_ms_win_downlevel_shlwapi_l2_1_0
953 enable_api_ms_win_downlevel_user32_l1_1_0
954 enable_api_ms_win_downlevel_version_l1_1_0
955 enable_api_ms_win_eventing_provider_l1_1_0
956 enable_api_ms_win_ntuser_dc_access_l1_1_0
957 enable_api_ms_win_security_base_l1_1_0
958 enable_api_ms_win_security_base_l1_2_0
959 enable_api_ms_win_security_lsalookup_l1_1_0
960 enable_api_ms_win_security_lsalookup_l1_1_1
961 enable_api_ms_win_security_sddl_l1_1_0
962 enable_api_ms_win_service_core_l1_1_1
963 enable_api_ms_win_service_management_l1_1_0
964 enable_api_ms_win_service_winsvc_l1_2_0
965 enable_apphelp
966 enable_appwiz_cpl
967 enable_atl
968 enable_atl100
969 enable_atl110
970 enable_atl80
971 enable_atl90
972 enable_authz
973 enable_avicap32
974 enable_avifil32
975 enable_avrt
976 enable_bcrypt
977 enable_bluetoothapis
978 enable_browseui
979 enable_bthprops_cpl
980 enable_cabinet
981 enable_capi2032
982 enable_cards
983 enable_cfgmgr32
984 enable_clusapi
985 enable_combase
986 enable_comcat
987 enable_comctl32
988 enable_comdlg32
989 enable_compstui
990 enable_comsvcs
991 enable_connect
992 enable_credui
993 enable_crtdll
994 enable_crypt32
995 enable_cryptdlg
996 enable_cryptdll
997 enable_cryptext
998 enable_cryptnet
999 enable_cryptui
1000 enable_ctapi32
1001 enable_ctl3d32
1002 enable_d2d1
1003 enable_d3d10
1004 enable_d3d10_1
1005 enable_d3d10core
1006 enable_d3d11
1007 enable_d3d8
1008 enable_d3d9
1009 enable_d3dcompiler_33
1010 enable_d3dcompiler_34
1011 enable_d3dcompiler_35
1012 enable_d3dcompiler_36
1013 enable_d3dcompiler_37
1014 enable_d3dcompiler_38
1015 enable_d3dcompiler_39
1016 enable_d3dcompiler_40
1017 enable_d3dcompiler_41
1018 enable_d3dcompiler_42
1019 enable_d3dcompiler_43
1020 enable_d3dcompiler_46
1021 enable_d3dcompiler_47
1022 enable_d3dim
1023 enable_d3drm
1024 enable_d3dx10_33
1025 enable_d3dx10_34
1026 enable_d3dx10_35
1027 enable_d3dx10_36
1028 enable_d3dx10_37
1029 enable_d3dx10_38
1030 enable_d3dx10_39
1031 enable_d3dx10_40
1032 enable_d3dx10_41
1033 enable_d3dx10_42
1034 enable_d3dx10_43
1035 enable_d3dx11_42
1036 enable_d3dx11_43
1037 enable_d3dx9_24
1038 enable_d3dx9_25
1039 enable_d3dx9_26
1040 enable_d3dx9_27
1041 enable_d3dx9_28
1042 enable_d3dx9_29
1043 enable_d3dx9_30
1044 enable_d3dx9_31
1045 enable_d3dx9_32
1046 enable_d3dx9_33
1047 enable_d3dx9_34
1048 enable_d3dx9_35
1049 enable_d3dx9_36
1050 enable_d3dx9_37
1051 enable_d3dx9_38
1052 enable_d3dx9_39
1053 enable_d3dx9_40
1054 enable_d3dx9_41
1055 enable_d3dx9_42
1056 enable_d3dx9_43
1057 enable_d3dxof
1058 enable_davclnt
1059 enable_dbgeng
1060 enable_dbghelp
1061 enable_dciman32
1062 enable_ddraw
1063 enable_ddrawex
1064 enable_devenum
1065 enable_dhcpcsvc
1066 enable_difxapi
1067 enable_dinput
1068 enable_dinput8
1069 enable_dispex
1070 enable_dmband
1071 enable_dmcompos
1072 enable_dmime
1073 enable_dmloader
1074 enable_dmscript
1075 enable_dmstyle
1076 enable_dmsynth
1077 enable_dmusic
1078 enable_dmusic32
1079 enable_dnsapi
1080 enable_dplay
1081 enable_dplayx
1082 enable_dpnaddr
1083 enable_dpnet
1084 enable_dpnhpast
1085 enable_dpnlobby
1086 enable_dpvoice
1087 enable_dpwsockx
1088 enable_drmclien
1089 enable_dsound
1090 enable_dssenh
1091 enable_dswave
1092 enable_dwmapi
1093 enable_dwrite
1094 enable_dxdiagn
1095 enable_dxgi
1096 enable_dxva2
1097 enable_esent
1098 enable_evr
1099 enable_explorerframe
1100 enable_ext_ms_win_gdi_devcaps_l1_1_0
1101 enable_faultrep
1102 enable_fltlib
1103 enable_fltmgr_sys
1104 enable_fntcache
1105 enable_fontsub
1106 enable_fusion
1107 enable_fwpuclnt
1108 enable_gameux
1109 enable_gdi32
1110 enable_gdiplus
1111 enable_glu32
1112 enable_gphoto2_ds
1113 enable_gpkcsp
1114 enable_hal
1115 enable_hhctrl_ocx
1116 enable_hid
1117 enable_hidclass_sys
1118 enable_hlink
1119 enable_hnetcfg
1120 enable_httpapi
1121 enable_iccvid
1122 enable_icmp
1123 enable_ieframe
1124 enable_imaadp32_acm
1125 enable_imagehlp
1126 enable_imm32
1127 enable_inetcomm
1128 enable_inetcpl_cpl
1129 enable_inetmib1
1130 enable_infosoft
1131 enable_initpki
1132 enable_inkobj
1133 enable_inseng
1134 enable_iphlpapi
1135 enable_itircl
1136 enable_itss
1137 enable_joy_cpl
1138 enable_jscript
1139 enable_jsproxy
1140 enable_kernel32
1141 enable_ksuser
1142 enable_ktmw32
1143 enable_loadperf
1144 enable_localspl
1145 enable_localui
1146 enable_lz32
1147 enable_mapi32
1148 enable_mapistub
1149 enable_mciavi32
1150 enable_mcicda
1151 enable_mciqtz32
1152 enable_mciseq
1153 enable_mciwave
1154 enable_mf
1155 enable_mfplat
1156 enable_mfreadwrite
1157 enable_mgmtapi
1158 enable_midimap
1159 enable_mlang
1160 enable_mmcndmgr
1161 enable_mmdevapi
1162 enable_mountmgr_sys
1163 enable_mpr
1164 enable_mprapi
1165 enable_msacm32_drv
1166 enable_msacm32
1167 enable_msadp32_acm
1168 enable_msasn1
1169 enable_mscat32
1170 enable_mscms
1171 enable_mscoree
1172 enable_msctf
1173 enable_msctfp
1174 enable_msdaps
1175 enable_msdelta
1176 enable_msdmo
1177 enable_msftedit
1178 enable_msg711_acm
1179 enable_msgsm32_acm
1180 enable_mshtml_tlb
1181 enable_mshtml
1182 enable_msi
1183 enable_msident
1184 enable_msimg32
1185 enable_msimsg
1186 enable_msimtf
1187 enable_msisip
1188 enable_msisys_ocx
1189 enable_msls31
1190 enable_msnet32
1191 enable_mspatcha
1192 enable_msrle32
1193 enable_msscript_ocx
1194 enable_mssign32
1195 enable_mssip32
1196 enable_mstask
1197 enable_msvcirt
1198 enable_msvcm80
1199 enable_msvcm90
1200 enable_msvcp100
1201 enable_msvcp110
1202 enable_msvcp120
1203 enable_msvcp120_app
1204 enable_msvcp60
1205 enable_msvcp70
1206 enable_msvcp71
1207 enable_msvcp80
1208 enable_msvcp90
1209 enable_msvcr100
1210 enable_msvcr110
1211 enable_msvcr120
1212 enable_msvcr120_app
1213 enable_msvcr70
1214 enable_msvcr71
1215 enable_msvcr80
1216 enable_msvcr90
1217 enable_msvcrt
1218 enable_msvcrt20
1219 enable_msvcrt40
1220 enable_msvcrtd
1221 enable_msvfw32
1222 enable_msvidc32
1223 enable_mswsock
1224 enable_msxml
1225 enable_msxml2
1226 enable_msxml3
1227 enable_msxml4
1228 enable_msxml6
1229 enable_nddeapi
1230 enable_ndis_sys
1231 enable_netapi32
1232 enable_netcfgx
1233 enable_netprofm
1234 enable_newdev
1235 enable_normaliz
1236 enable_npmshtml
1237 enable_npptools
1238 enable_ntdll
1239 enable_ntdsapi
1240 enable_ntoskrnl_exe
1241 enable_ntprint
1242 enable_objsel
1243 enable_odbc32
1244 enable_odbccp32
1245 enable_odbccu32
1246 enable_ole32
1247 enable_oleacc
1248 enable_oleaut32
1249 enable_olecli32
1250 enable_oledb32
1251 enable_oledlg
1252 enable_olepro32
1253 enable_olesvr32
1254 enable_olethk32
1255 enable_openal32
1256 enable_opencl
1257 enable_opengl32
1258 enable_packager
1259 enable_pdh
1260 enable_photometadatahandler
1261 enable_pidgen
1262 enable_powrprof
1263 enable_printui
1264 enable_prntvpt
1265 enable_propsys
1266 enable_psapi
1267 enable_pstorec
1268 enable_qcap
1269 enable_qedit
1270 enable_qmgr
1271 enable_qmgrprxy
1272 enable_quartz
1273 enable_query
1274 enable_rasapi32
1275 enable_rasdlg
1276 enable_regapi
1277 enable_resutils
1278 enable_riched20
1279 enable_riched32
1280 enable_rpcrt4
1281 enable_rsabase
1282 enable_rsaenh
1283 enable_rstrtmgr
1284 enable_rtutils
1285 enable_samlib
1286 enable_sane_ds
1287 enable_scarddlg
1288 enable_sccbase
1289 enable_schannel
1290 enable_schedsvc
1291 enable_scrrun
1292 enable_scsiport_sys
1293 enable_secur32
1294 enable_security
1295 enable_sensapi
1296 enable_serialui
1297 enable_setupapi
1298 enable_sfc
1299 enable_sfc_os
1300 enable_shdoclc
1301 enable_shdocvw
1302 enable_shell32
1303 enable_shfolder
1304 enable_shlwapi
1305 enable_slbcsp
1306 enable_slc
1307 enable_snmpapi
1308 enable_softpub
1309 enable_spoolss
1310 enable_stdole2_tlb
1311 enable_stdole32_tlb
1312 enable_sti
1313 enable_svrapi
1314 enable_sxs
1315 enable_t2embed
1316 enable_tapi32
1317 enable_taskschd
1318 enable_tdi_sys
1319 enable_traffic
1320 enable_twain_32
1321 enable_ucrtbase
1322 enable_unicows
1323 enable_updspapi
1324 enable_url
1325 enable_urlmon
1326 enable_usbd_sys
1327 enable_user32
1328 enable_userenv
1329 enable_usp10
1330 enable_uxtheme
1331 enable_vbscript
1332 enable_vcomp
1333 enable_vcomp100
1334 enable_vcomp110
1335 enable_vcomp120
1336 enable_vcomp90
1337 enable_vcruntime140
1338 enable_vdmdbg
1339 enable_version
1340 enable_vssapi
1341 enable_wbemdisp
1342 enable_wbemprox
1343 enable_webservices
1344 enable_wer
1345 enable_wevtapi
1346 enable_wiaservc
1347 enable_wimgapi
1348 enable_windowscodecs
1349 enable_windowscodecsext
1350 enable_winealsa_drv
1351 enable_winecoreaudio_drv
1352 enable_wined3d
1353 enable_winegstreamer
1354 enable_winejoystick_drv
1355 enable_winemac_drv
1356 enable_winemapi
1357 enable_winemp3_acm
1358 enable_wineoss_drv
1359 enable_wineps_drv
1360 enable_winepulse_drv
1361 enable_wineqtdecoder
1362 enable_winex11_drv
1363 enable_wing32
1364 enable_winhttp
1365 enable_wininet
1366 enable_winmm
1367 enable_winnls32
1368 enable_winscard
1369 enable_winspool_drv
1370 enable_winsta
1371 enable_wintab32
1372 enable_wintrust
1373 enable_wlanapi
1374 enable_wldap32
1375 enable_wmi
1376 enable_wmiutils
1377 enable_wmp
1378 enable_wmvcore
1379 enable_wnaspi32
1380 enable_wpcap
1381 enable_ws2_32
1382 enable_wshom_ocx
1383 enable_wsnmp32
1384 enable_wsock32
1385 enable_wtsapi32
1386 enable_wuapi
1387 enable_wuaueng
1388 enable_x3daudio1_0
1389 enable_x3daudio1_1
1390 enable_x3daudio1_2
1391 enable_x3daudio1_3
1392 enable_x3daudio1_4
1393 enable_x3daudio1_5
1394 enable_x3daudio1_6
1395 enable_x3daudio1_7
1396 enable_xapofx1_1
1397 enable_xapofx1_2
1398 enable_xapofx1_3
1399 enable_xapofx1_4
1400 enable_xapofx1_5
1401 enable_xaudio2_0
1402 enable_xaudio2_1
1403 enable_xaudio2_2
1404 enable_xaudio2_3
1405 enable_xaudio2_4
1406 enable_xaudio2_5
1407 enable_xaudio2_6
1408 enable_xaudio2_7
1409 enable_xaudio2_8
1410 enable_xinput1_1
1411 enable_xinput1_2
1412 enable_xinput1_3
1413 enable_xinput1_4
1414 enable_xinput9_1_0
1415 enable_xmllite
1416 enable_xolehlp
1417 enable_xpsprint
1418 enable_xpssvcs
1419 enable_fonts
1420 enable_include
1421 enable_libs_port
1422 enable_libs_wine
1423 enable_libs_wpp
1424 enable_loader
1425 enable_arp
1426 enable_aspnet_regiis
1427 enable_attrib
1428 enable_cabarc
1429 enable_cacls
1430 enable_clock
1431 enable_cmd
1432 enable_conhost
1433 enable_control
1434 enable_cscript
1435 enable_dpnsvr
1436 enable_dxdiag
1437 enable_eject
1438 enable_expand
1439 enable_explorer
1440 enable_extrac32
1441 enable_findstr
1442 enable_hh
1443 enable_hostname
1444 enable_icinfo
1445 enable_iexplore
1446 enable_ipconfig
1447 enable_lodctr
1448 enable_mofcomp
1449 enable_mshta
1450 enable_msiexec
1451 enable_net
1452 enable_netsh
1453 enable_netstat
1454 enable_ngen
1455 enable_notepad
1456 enable_oleview
1457 enable_ping
1458 enable_plugplay
1459 enable_presentationfontcache
1460 enable_progman
1461 enable_reg
1462 enable_regasm
1463 enable_regedit
1464 enable_regsvcs
1465 enable_regsvr32
1466 enable_rpcss
1467 enable_rundll32
1468 enable_sc
1469 enable_schtasks
1470 enable_sdbinst
1471 enable_secedit
1472 enable_servicemodelreg
1473 enable_services
1474 enable_spoolsv
1475 enable_start
1476 enable_svchost
1477 enable_systeminfo
1478 enable_taskkill
1479 enable_tasklist
1480 enable_taskmgr
1481 enable_termsv
1482 enable_uninstaller
1483 enable_unlodctr
1484 enable_view
1485 enable_wevtutil
1486 enable_wineboot
1487 enable_winebrowser
1488 enable_winecfg
1489 enable_wineconsole
1490 enable_winedbg
1491 enable_winedevice
1492 enable_winefile
1493 enable_winemenubuilder
1494 enable_winemine
1495 enable_winemsibuilder
1496 enable_winepath
1497 enable_winetest
1498 enable_winhlp32
1499 enable_winver
1500 enable_wmic
1501 enable_wmplayer
1502 enable_wordpad
1503 enable_write
1504 enable_wscript
1505 enable_wusa
1506 enable_xcopy
1507 enable_server
1508 enable_tools
1510 ac_precious_vars='build_alias
1511 host_alias
1512 target_alias
1514 CFLAGS
1515 LDFLAGS
1516 LIBS
1517 CPPFLAGS
1519 CXXFLAGS
1522 XMKMF
1523 XML2_CFLAGS
1524 XML2_LIBS
1525 XSLT_CFLAGS
1526 XSLT_LIBS
1527 DBUS_CFLAGS
1528 DBUS_LIBS
1529 HAL_CFLAGS
1530 HAL_LIBS
1531 GNUTLS_CFLAGS
1532 GNUTLS_LIBS
1533 SANE_CFLAGS
1534 SANE_LIBS
1535 GPHOTO2_CFLAGS
1536 GPHOTO2_LIBS
1537 GPHOTO2_PORT_CFLAGS
1538 GPHOTO2_PORT_LIBS
1539 LCMS2_CFLAGS
1540 LCMS2_LIBS
1541 FREETYPE_CFLAGS
1542 FREETYPE_LIBS
1543 PULSE_CFLAGS
1544 PULSE_LIBS
1545 GSTREAMER_CFLAGS
1546 GSTREAMER_LIBS
1547 CAPI20_CFLAGS
1548 CAPI20_LIBS
1549 FONTCONFIG_CFLAGS
1550 FONTCONFIG_LIBS
1551 JPEG_CFLAGS
1552 JPEG_LIBS
1553 PNG_CFLAGS
1554 PNG_LIBS
1555 TIFF_CFLAGS
1556 TIFF_LIBS
1557 MPG123_CFLAGS
1558 MPG123_LIBS'
1561 # Initialize some variables set by options.
1562 ac_init_help=
1563 ac_init_version=false
1564 ac_unrecognized_opts=
1565 ac_unrecognized_sep=
1566 # The variables have the same names as the options, with
1567 # dashes changed to underlines.
1568 cache_file=/dev/null
1569 exec_prefix=NONE
1570 no_create=
1571 no_recursion=
1572 prefix=NONE
1573 program_prefix=NONE
1574 program_suffix=NONE
1575 program_transform_name=s,x,x,
1576 silent=
1577 site=
1578 srcdir=
1579 verbose=
1580 x_includes=NONE
1581 x_libraries=NONE
1583 # Installation directory options.
1584 # These are left unexpanded so users can "make install exec_prefix=/foo"
1585 # and all the variables that are supposed to be based on exec_prefix
1586 # by default will actually change.
1587 # Use braces instead of parens because sh, perl, etc. also accept them.
1588 # (The list follows the same order as the GNU Coding Standards.)
1589 bindir='${exec_prefix}/bin'
1590 sbindir='${exec_prefix}/sbin'
1591 libexecdir='${exec_prefix}/libexec'
1592 datarootdir='${prefix}/share'
1593 datadir='${datarootdir}'
1594 sysconfdir='${prefix}/etc'
1595 sharedstatedir='${prefix}/com'
1596 localstatedir='${prefix}/var'
1597 runstatedir='${localstatedir}/run'
1598 includedir='${prefix}/include'
1599 oldincludedir='/usr/include'
1600 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1601 infodir='${datarootdir}/info'
1602 htmldir='${docdir}'
1603 dvidir='${docdir}'
1604 pdfdir='${docdir}'
1605 psdir='${docdir}'
1606 libdir='${exec_prefix}/lib'
1607 localedir='${datarootdir}/locale'
1608 mandir='${datarootdir}/man'
1610 ac_prev=
1611 ac_dashdash=
1612 for ac_option
1614 # If the previous option needs an argument, assign it.
1615 if test -n "$ac_prev"; then
1616 eval $ac_prev=\$ac_option
1617 ac_prev=
1618 continue
1621 case $ac_option in
1622 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1623 *=) ac_optarg= ;;
1624 *) ac_optarg=yes ;;
1625 esac
1627 # Accept the important Cygnus configure options, so we can diagnose typos.
1629 case $ac_dashdash$ac_option in
1631 ac_dashdash=yes ;;
1633 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1634 ac_prev=bindir ;;
1635 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1636 bindir=$ac_optarg ;;
1638 -build | --build | --buil | --bui | --bu)
1639 ac_prev=build_alias ;;
1640 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1641 build_alias=$ac_optarg ;;
1643 -cache-file | --cache-file | --cache-fil | --cache-fi \
1644 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1645 ac_prev=cache_file ;;
1646 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1647 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1648 cache_file=$ac_optarg ;;
1650 --config-cache | -C)
1651 cache_file=config.cache ;;
1653 -datadir | --datadir | --datadi | --datad)
1654 ac_prev=datadir ;;
1655 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1656 datadir=$ac_optarg ;;
1658 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1659 | --dataroo | --dataro | --datar)
1660 ac_prev=datarootdir ;;
1661 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1662 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1663 datarootdir=$ac_optarg ;;
1665 -disable-* | --disable-*)
1666 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1667 # Reject names that are not valid shell variable names.
1668 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1669 as_fn_error $? "invalid feature name: $ac_useropt"
1670 ac_useropt_orig=$ac_useropt
1671 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1672 case $ac_user_opts in
1674 "enable_$ac_useropt"
1675 "*) ;;
1676 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1677 ac_unrecognized_sep=', ';;
1678 esac
1679 eval enable_$ac_useropt=no ;;
1681 -docdir | --docdir | --docdi | --doc | --do)
1682 ac_prev=docdir ;;
1683 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1684 docdir=$ac_optarg ;;
1686 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1687 ac_prev=dvidir ;;
1688 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1689 dvidir=$ac_optarg ;;
1691 -enable-* | --enable-*)
1692 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1693 # Reject names that are not valid shell variable names.
1694 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1695 as_fn_error $? "invalid feature name: $ac_useropt"
1696 ac_useropt_orig=$ac_useropt
1697 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1698 case $ac_user_opts in
1700 "enable_$ac_useropt"
1701 "*) ;;
1702 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1703 ac_unrecognized_sep=', ';;
1704 esac
1705 eval enable_$ac_useropt=\$ac_optarg ;;
1707 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1708 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1709 | --exec | --exe | --ex)
1710 ac_prev=exec_prefix ;;
1711 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1712 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1713 | --exec=* | --exe=* | --ex=*)
1714 exec_prefix=$ac_optarg ;;
1716 -gas | --gas | --ga | --g)
1717 # Obsolete; use --with-gas.
1718 with_gas=yes ;;
1720 -help | --help | --hel | --he | -h)
1721 ac_init_help=long ;;
1722 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1723 ac_init_help=recursive ;;
1724 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1725 ac_init_help=short ;;
1727 -host | --host | --hos | --ho)
1728 ac_prev=host_alias ;;
1729 -host=* | --host=* | --hos=* | --ho=*)
1730 host_alias=$ac_optarg ;;
1732 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1733 ac_prev=htmldir ;;
1734 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1735 | --ht=*)
1736 htmldir=$ac_optarg ;;
1738 -includedir | --includedir | --includedi | --included | --include \
1739 | --includ | --inclu | --incl | --inc)
1740 ac_prev=includedir ;;
1741 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1742 | --includ=* | --inclu=* | --incl=* | --inc=*)
1743 includedir=$ac_optarg ;;
1745 -infodir | --infodir | --infodi | --infod | --info | --inf)
1746 ac_prev=infodir ;;
1747 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1748 infodir=$ac_optarg ;;
1750 -libdir | --libdir | --libdi | --libd)
1751 ac_prev=libdir ;;
1752 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1753 libdir=$ac_optarg ;;
1755 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1756 | --libexe | --libex | --libe)
1757 ac_prev=libexecdir ;;
1758 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1759 | --libexe=* | --libex=* | --libe=*)
1760 libexecdir=$ac_optarg ;;
1762 -localedir | --localedir | --localedi | --localed | --locale)
1763 ac_prev=localedir ;;
1764 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1765 localedir=$ac_optarg ;;
1767 -localstatedir | --localstatedir | --localstatedi | --localstated \
1768 | --localstate | --localstat | --localsta | --localst | --locals)
1769 ac_prev=localstatedir ;;
1770 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1771 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1772 localstatedir=$ac_optarg ;;
1774 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1775 ac_prev=mandir ;;
1776 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1777 mandir=$ac_optarg ;;
1779 -nfp | --nfp | --nf)
1780 # Obsolete; use --without-fp.
1781 with_fp=no ;;
1783 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1784 | --no-cr | --no-c | -n)
1785 no_create=yes ;;
1787 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1788 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1789 no_recursion=yes ;;
1791 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1792 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1793 | --oldin | --oldi | --old | --ol | --o)
1794 ac_prev=oldincludedir ;;
1795 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1796 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1797 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1798 oldincludedir=$ac_optarg ;;
1800 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1801 ac_prev=prefix ;;
1802 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1803 prefix=$ac_optarg ;;
1805 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1806 | --program-pre | --program-pr | --program-p)
1807 ac_prev=program_prefix ;;
1808 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1809 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1810 program_prefix=$ac_optarg ;;
1812 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1813 | --program-suf | --program-su | --program-s)
1814 ac_prev=program_suffix ;;
1815 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1816 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1817 program_suffix=$ac_optarg ;;
1819 -program-transform-name | --program-transform-name \
1820 | --program-transform-nam | --program-transform-na \
1821 | --program-transform-n | --program-transform- \
1822 | --program-transform | --program-transfor \
1823 | --program-transfo | --program-transf \
1824 | --program-trans | --program-tran \
1825 | --progr-tra | --program-tr | --program-t)
1826 ac_prev=program_transform_name ;;
1827 -program-transform-name=* | --program-transform-name=* \
1828 | --program-transform-nam=* | --program-transform-na=* \
1829 | --program-transform-n=* | --program-transform-=* \
1830 | --program-transform=* | --program-transfor=* \
1831 | --program-transfo=* | --program-transf=* \
1832 | --program-trans=* | --program-tran=* \
1833 | --progr-tra=* | --program-tr=* | --program-t=*)
1834 program_transform_name=$ac_optarg ;;
1836 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1837 ac_prev=pdfdir ;;
1838 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1839 pdfdir=$ac_optarg ;;
1841 -psdir | --psdir | --psdi | --psd | --ps)
1842 ac_prev=psdir ;;
1843 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1844 psdir=$ac_optarg ;;
1846 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1847 | -silent | --silent | --silen | --sile | --sil)
1848 silent=yes ;;
1850 -runstatedir | --runstatedir | --runstatedi | --runstated \
1851 | --runstate | --runstat | --runsta | --runst | --runs \
1852 | --run | --ru | --r)
1853 ac_prev=runstatedir ;;
1854 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1855 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1856 | --run=* | --ru=* | --r=*)
1857 runstatedir=$ac_optarg ;;
1859 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1860 ac_prev=sbindir ;;
1861 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1862 | --sbi=* | --sb=*)
1863 sbindir=$ac_optarg ;;
1865 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1866 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1867 | --sharedst | --shareds | --shared | --share | --shar \
1868 | --sha | --sh)
1869 ac_prev=sharedstatedir ;;
1870 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1871 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1872 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1873 | --sha=* | --sh=*)
1874 sharedstatedir=$ac_optarg ;;
1876 -site | --site | --sit)
1877 ac_prev=site ;;
1878 -site=* | --site=* | --sit=*)
1879 site=$ac_optarg ;;
1881 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1882 ac_prev=srcdir ;;
1883 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1884 srcdir=$ac_optarg ;;
1886 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1887 | --syscon | --sysco | --sysc | --sys | --sy)
1888 ac_prev=sysconfdir ;;
1889 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1890 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1891 sysconfdir=$ac_optarg ;;
1893 -target | --target | --targe | --targ | --tar | --ta | --t)
1894 ac_prev=target_alias ;;
1895 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1896 target_alias=$ac_optarg ;;
1898 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1899 verbose=yes ;;
1901 -version | --version | --versio | --versi | --vers | -V)
1902 ac_init_version=: ;;
1904 -with-* | --with-*)
1905 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1906 # Reject names that are not valid shell variable names.
1907 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1908 as_fn_error $? "invalid package name: $ac_useropt"
1909 ac_useropt_orig=$ac_useropt
1910 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1911 case $ac_user_opts in
1913 "with_$ac_useropt"
1914 "*) ;;
1915 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1916 ac_unrecognized_sep=', ';;
1917 esac
1918 eval with_$ac_useropt=\$ac_optarg ;;
1920 -without-* | --without-*)
1921 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1922 # Reject names that are not valid shell variable names.
1923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1924 as_fn_error $? "invalid package name: $ac_useropt"
1925 ac_useropt_orig=$ac_useropt
1926 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1927 case $ac_user_opts in
1929 "with_$ac_useropt"
1930 "*) ;;
1931 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1932 ac_unrecognized_sep=', ';;
1933 esac
1934 eval with_$ac_useropt=no ;;
1936 --x)
1937 # Obsolete; use --with-x.
1938 with_x=yes ;;
1940 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1941 | --x-incl | --x-inc | --x-in | --x-i)
1942 ac_prev=x_includes ;;
1943 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1944 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1945 x_includes=$ac_optarg ;;
1947 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1948 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1949 ac_prev=x_libraries ;;
1950 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1951 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1952 x_libraries=$ac_optarg ;;
1954 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1955 Try \`$0 --help' for more information"
1958 *=*)
1959 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1960 # Reject names that are not valid shell variable names.
1961 case $ac_envvar in #(
1962 '' | [0-9]* | *[!_$as_cr_alnum]* )
1963 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1964 esac
1965 eval $ac_envvar=\$ac_optarg
1966 export $ac_envvar ;;
1969 # FIXME: should be removed in autoconf 3.0.
1970 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1971 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1972 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1973 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1976 esac
1977 done
1979 if test -n "$ac_prev"; then
1980 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1981 as_fn_error $? "missing argument to $ac_option"
1984 if test -n "$ac_unrecognized_opts"; then
1985 case $enable_option_checking in
1986 no) ;;
1987 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1988 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1989 esac
1992 # Check all directory arguments for consistency.
1993 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1994 datadir sysconfdir sharedstatedir localstatedir includedir \
1995 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1996 libdir localedir mandir runstatedir
1998 eval ac_val=\$$ac_var
1999 # Remove trailing slashes.
2000 case $ac_val in
2001 */ )
2002 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2003 eval $ac_var=\$ac_val;;
2004 esac
2005 # Be sure to have absolute directory names.
2006 case $ac_val in
2007 [\\/$]* | ?:[\\/]* ) continue;;
2008 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2009 esac
2010 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2011 done
2013 # There might be people who depend on the old broken behavior: `$host'
2014 # used to hold the argument of --host etc.
2015 # FIXME: To remove some day.
2016 build=$build_alias
2017 host=$host_alias
2018 target=$target_alias
2020 # FIXME: To remove some day.
2021 if test "x$host_alias" != x; then
2022 if test "x$build_alias" = x; then
2023 cross_compiling=maybe
2024 elif test "x$build_alias" != "x$host_alias"; then
2025 cross_compiling=yes
2029 ac_tool_prefix=
2030 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2032 test "$silent" = yes && exec 6>/dev/null
2035 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2036 ac_ls_di=`ls -di .` &&
2037 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2038 as_fn_error $? "working directory cannot be determined"
2039 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2040 as_fn_error $? "pwd does not report name of working directory"
2043 # Find the source files, if location was not specified.
2044 if test -z "$srcdir"; then
2045 ac_srcdir_defaulted=yes
2046 # Try the directory containing this script, then the parent directory.
2047 ac_confdir=`$as_dirname -- "$as_myself" ||
2048 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2049 X"$as_myself" : 'X\(//\)[^/]' \| \
2050 X"$as_myself" : 'X\(//\)$' \| \
2051 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2052 $as_echo X"$as_myself" |
2053 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2054 s//\1/
2057 /^X\(\/\/\)[^/].*/{
2058 s//\1/
2061 /^X\(\/\/\)$/{
2062 s//\1/
2065 /^X\(\/\).*/{
2066 s//\1/
2069 s/.*/./; q'`
2070 srcdir=$ac_confdir
2071 if test ! -r "$srcdir/$ac_unique_file"; then
2072 srcdir=..
2074 else
2075 ac_srcdir_defaulted=no
2077 if test ! -r "$srcdir/$ac_unique_file"; then
2078 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2079 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2081 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2082 ac_abs_confdir=`(
2083 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2084 pwd)`
2085 # When building in place, set srcdir=.
2086 if test "$ac_abs_confdir" = "$ac_pwd"; then
2087 srcdir=.
2089 # Remove unnecessary trailing slashes from srcdir.
2090 # Double slashes in file names in object file debugging info
2091 # mess up M-x gdb in Emacs.
2092 case $srcdir in
2093 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2094 esac
2095 for ac_var in $ac_precious_vars; do
2096 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2097 eval ac_env_${ac_var}_value=\$${ac_var}
2098 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2099 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2100 done
2103 # Report the --help message.
2105 if test "$ac_init_help" = "long"; then
2106 # Omit some internal or obsolete options to make the list less imposing.
2107 # This message is too long to be a string in the A/UX 3.1 sh.
2108 cat <<_ACEOF
2109 \`configure' configures Wine 1.9.1 to adapt to many kinds of systems.
2111 Usage: $0 [OPTION]... [VAR=VALUE]...
2113 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2114 VAR=VALUE. See below for descriptions of some of the useful variables.
2116 Defaults for the options are specified in brackets.
2118 Configuration:
2119 -h, --help display this help and exit
2120 --help=short display options specific to this package
2121 --help=recursive display the short help of all the included packages
2122 -V, --version display version information and exit
2123 -q, --quiet, --silent do not print \`checking ...' messages
2124 --cache-file=FILE cache test results in FILE [disabled]
2125 -C, --config-cache alias for \`--cache-file=config.cache'
2126 -n, --no-create do not create output files
2127 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2129 Installation directories:
2130 --prefix=PREFIX install architecture-independent files in PREFIX
2131 [$ac_default_prefix]
2132 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2133 [PREFIX]
2135 By default, \`make install' will install all the files in
2136 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2137 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2138 for instance \`--prefix=\$HOME'.
2140 For better control, use the options below.
2142 Fine tuning of the installation directories:
2143 --bindir=DIR user executables [EPREFIX/bin]
2144 --sbindir=DIR system admin executables [EPREFIX/sbin]
2145 --libexecdir=DIR program executables [EPREFIX/libexec]
2146 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2147 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2148 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2149 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2150 --libdir=DIR object code libraries [EPREFIX/lib]
2151 --includedir=DIR C header files [PREFIX/include]
2152 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2153 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2154 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2155 --infodir=DIR info documentation [DATAROOTDIR/info]
2156 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2157 --mandir=DIR man documentation [DATAROOTDIR/man]
2158 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2159 --htmldir=DIR html documentation [DOCDIR]
2160 --dvidir=DIR dvi documentation [DOCDIR]
2161 --pdfdir=DIR pdf documentation [DOCDIR]
2162 --psdir=DIR ps documentation [DOCDIR]
2163 _ACEOF
2165 cat <<\_ACEOF
2167 X features:
2168 --x-includes=DIR X include files are in DIR
2169 --x-libraries=DIR X library files are in DIR
2171 System types:
2172 --build=BUILD configure for building on BUILD [guessed]
2173 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2174 _ACEOF
2177 if test -n "$ac_init_help"; then
2178 case $ac_init_help in
2179 short | recursive ) echo "Configuration of Wine 1.9.1:";;
2180 esac
2181 cat <<\_ACEOF
2183 Optional Features:
2184 --disable-option-checking ignore unrecognized --enable/--with options
2185 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2186 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2187 --disable-win16 do not include Win16 support
2188 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2189 binaries)
2190 --disable-tests do not build the regression tests
2191 --enable-maintainer-mode
2192 enable maintainer-specific build rules
2193 --disable-largefile omit support for large files
2195 Optional Packages:
2196 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2197 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2198 --without-alsa do not use the Alsa sound support
2199 --without-capi do not use CAPI (ISDN support)
2200 --without-cms do not use CMS (color management support)
2201 --without-coreaudio do not use the CoreAudio sound support
2202 --without-cups do not use CUPS
2203 --without-curses do not use (n)curses
2204 --without-dbus do not use DBus (dynamic device support)
2205 --without-fontconfig do not use fontconfig
2206 --without-freetype do not use the FreeType library
2207 --without-gettext do not use gettext
2208 --with-gettextpo use the GetTextPO library to rebuild po files
2209 --without-gphoto do not use gphoto (Digital Camera support)
2210 --without-glu do not use the GLU library
2211 --without-gnutls do not use GnuTLS (schannel support)
2212 --without-gsm do not use libgsm (GSM 06.10 codec support)
2213 --without-gstreamer do not use GStreamer (codecs support)
2214 --without-hal do not use HAL (dynamic device support)
2215 --without-jpeg do not use JPEG
2216 --without-ldap do not use LDAP
2217 --without-mpg123 do not use the mpg123 library
2218 --without-netapi do not use the Samba NetAPI library
2219 --without-openal do not use OpenAL
2220 --without-opencl do not use OpenCL
2221 --without-opengl do not use OpenGL
2222 --without-osmesa do not use the OSMesa library
2223 --without-oss do not use the OSS sound support
2224 --without-pcap do not use the Packet Capture library
2225 --without-png do not use PNG
2226 --without-pthread do not use the pthread library
2227 --without-pulse do not use PulseAudio sound support
2228 --without-sane do not use SANE (scanner support)
2229 --without-tiff do not use TIFF
2230 --without-v4l do not use v4l1 (v4l support)
2231 --without-xcomposite do not use the Xcomposite extension
2232 --without-xcursor do not use the Xcursor extension
2233 --without-xinerama do not use Xinerama (multi-monitor support)
2234 --without-xinput do not use the Xinput extension
2235 --without-xinput2 do not use the Xinput 2 extension
2236 --without-xml do not use XML
2237 --without-xrandr do not use Xrandr (resolution changes)
2238 --without-xrender do not use the Xrender extension
2239 --without-xshape do not use the Xshape extension
2240 --without-xshm do not use XShm (shared memory extension)
2241 --without-xslt do not use XSLT
2242 --without-xxf86vm do not use XFree video mode extension
2243 --without-zlib do not use Zlib (data compression)
2244 --with-wine-tools=DIR use Wine tools from directory DIR
2245 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2246 --with-x use the X Window System
2248 Some influential environment variables:
2249 CC C compiler command
2250 CFLAGS C compiler flags
2251 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2252 nonstandard directory <lib dir>
2253 LIBS libraries to pass to the linker, e.g. -l<library>
2254 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2255 you have headers in a nonstandard directory <include dir>
2256 CXX C++ compiler command
2257 CXXFLAGS C++ compiler flags
2258 CPP C preprocessor
2259 XMKMF Path to xmkmf, Makefile generator for X Window System
2260 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2261 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2262 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2263 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2264 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2265 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2266 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2267 HAL_LIBS Linker flags for hal, overriding pkg-config
2268 GNUTLS_CFLAGS
2269 C compiler flags for gnutls, overriding pkg-config
2270 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2271 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2272 SANE_LIBS Linker flags for libsane, overriding pkg-config
2273 GPHOTO2_CFLAGS
2274 C compiler flags for libgphoto2, overriding pkg-config
2275 GPHOTO2_LIBS
2276 Linker flags for libgphoto2, overriding pkg-config
2277 GPHOTO2_PORT_CFLAGS
2278 C compiler flags for libgphoto2_port, overriding pkg-config
2279 GPHOTO2_PORT_LIBS
2280 Linker flags for libgphoto2_port, overriding pkg-config
2281 LCMS2_CFLAGS
2282 C compiler flags for lcms2, overriding pkg-config
2283 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2284 FREETYPE_CFLAGS
2285 C compiler flags for freetype2, overriding pkg-config
2286 FREETYPE_LIBS
2287 Linker flags for freetype2, overriding pkg-config
2288 PULSE_CFLAGS
2289 C compiler flags for libpulse, overriding pkg-config
2290 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2291 GSTREAMER_CFLAGS
2292 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2293 GSTREAMER_LIBS
2294 Linker flags for gstreamer-app-0.10, overriding pkg-config
2295 CAPI20_CFLAGS
2296 C compiler flags for capi20, overriding pkg-config
2297 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2298 FONTCONFIG_CFLAGS
2299 C compiler flags for fontconfig, overriding pkg-config
2300 FONTCONFIG_LIBS
2301 Linker flags for fontconfig, overriding pkg-config
2302 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2303 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2304 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2305 PNG_LIBS Linker flags for libpng, overriding pkg-config
2306 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2307 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2308 MPG123_CFLAGS
2309 C compiler flags for libmpg123, overriding pkg-config
2310 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2312 Use these variables to override the choices made by `configure' or to help
2313 it to find libraries and programs with nonstandard names/locations.
2315 Report bugs to <wine-devel@winehq.org>.
2316 Wine home page: <http://www.winehq.org>.
2317 _ACEOF
2318 ac_status=$?
2321 if test "$ac_init_help" = "recursive"; then
2322 # If there are subdirs, report their specific --help.
2323 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2324 test -d "$ac_dir" ||
2325 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2326 continue
2327 ac_builddir=.
2329 case "$ac_dir" in
2330 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2332 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2333 # A ".." for each directory in $ac_dir_suffix.
2334 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2335 case $ac_top_builddir_sub in
2336 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2337 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2338 esac ;;
2339 esac
2340 ac_abs_top_builddir=$ac_pwd
2341 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2342 # for backward compatibility:
2343 ac_top_builddir=$ac_top_build_prefix
2345 case $srcdir in
2346 .) # We are building in place.
2347 ac_srcdir=.
2348 ac_top_srcdir=$ac_top_builddir_sub
2349 ac_abs_top_srcdir=$ac_pwd ;;
2350 [\\/]* | ?:[\\/]* ) # Absolute name.
2351 ac_srcdir=$srcdir$ac_dir_suffix;
2352 ac_top_srcdir=$srcdir
2353 ac_abs_top_srcdir=$srcdir ;;
2354 *) # Relative name.
2355 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2356 ac_top_srcdir=$ac_top_build_prefix$srcdir
2357 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2358 esac
2359 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2361 cd "$ac_dir" || { ac_status=$?; continue; }
2362 # Check for guested configure.
2363 if test -f "$ac_srcdir/configure.gnu"; then
2364 echo &&
2365 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2366 elif test -f "$ac_srcdir/configure"; then
2367 echo &&
2368 $SHELL "$ac_srcdir/configure" --help=recursive
2369 else
2370 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2371 fi || ac_status=$?
2372 cd "$ac_pwd" || { ac_status=$?; break; }
2373 done
2376 test -n "$ac_init_help" && exit $ac_status
2377 if $ac_init_version; then
2378 cat <<\_ACEOF
2379 Wine configure 1.9.1
2380 generated by GNU Autoconf 2.69
2382 Copyright (C) 2012 Free Software Foundation, Inc.
2383 This configure script is free software; the Free Software Foundation
2384 gives unlimited permission to copy, distribute and modify it.
2385 _ACEOF
2386 exit
2389 ## ------------------------ ##
2390 ## Autoconf initialization. ##
2391 ## ------------------------ ##
2393 # ac_fn_c_try_compile LINENO
2394 # --------------------------
2395 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2396 ac_fn_c_try_compile ()
2398 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2399 rm -f conftest.$ac_objext
2400 if { { ac_try="$ac_compile"
2401 case "(($ac_try" in
2402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2403 *) ac_try_echo=$ac_try;;
2404 esac
2405 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2406 $as_echo "$ac_try_echo"; } >&5
2407 (eval "$ac_compile") 2>conftest.err
2408 ac_status=$?
2409 if test -s conftest.err; then
2410 grep -v '^ *+' conftest.err >conftest.er1
2411 cat conftest.er1 >&5
2412 mv -f conftest.er1 conftest.err
2414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2415 test $ac_status = 0; } && {
2416 test -z "$ac_c_werror_flag" ||
2417 test ! -s conftest.err
2418 } && test -s conftest.$ac_objext; then :
2419 ac_retval=0
2420 else
2421 $as_echo "$as_me: failed program was:" >&5
2422 sed 's/^/| /' conftest.$ac_ext >&5
2424 ac_retval=1
2426 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2427 as_fn_set_status $ac_retval
2429 } # ac_fn_c_try_compile
2431 # ac_fn_cxx_try_compile LINENO
2432 # ----------------------------
2433 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2434 ac_fn_cxx_try_compile ()
2436 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2437 rm -f conftest.$ac_objext
2438 if { { ac_try="$ac_compile"
2439 case "(($ac_try" in
2440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2441 *) ac_try_echo=$ac_try;;
2442 esac
2443 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2444 $as_echo "$ac_try_echo"; } >&5
2445 (eval "$ac_compile") 2>conftest.err
2446 ac_status=$?
2447 if test -s conftest.err; then
2448 grep -v '^ *+' conftest.err >conftest.er1
2449 cat conftest.er1 >&5
2450 mv -f conftest.er1 conftest.err
2452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2453 test $ac_status = 0; } && {
2454 test -z "$ac_cxx_werror_flag" ||
2455 test ! -s conftest.err
2456 } && test -s conftest.$ac_objext; then :
2457 ac_retval=0
2458 else
2459 $as_echo "$as_me: failed program was:" >&5
2460 sed 's/^/| /' conftest.$ac_ext >&5
2462 ac_retval=1
2464 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2465 as_fn_set_status $ac_retval
2467 } # ac_fn_cxx_try_compile
2469 # ac_fn_c_try_link LINENO
2470 # -----------------------
2471 # Try to link conftest.$ac_ext, and return whether this succeeded.
2472 ac_fn_c_try_link ()
2474 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2475 rm -f conftest.$ac_objext conftest$ac_exeext
2476 if { { ac_try="$ac_link"
2477 case "(($ac_try" in
2478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2479 *) ac_try_echo=$ac_try;;
2480 esac
2481 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2482 $as_echo "$ac_try_echo"; } >&5
2483 (eval "$ac_link") 2>conftest.err
2484 ac_status=$?
2485 if test -s conftest.err; then
2486 grep -v '^ *+' conftest.err >conftest.er1
2487 cat conftest.er1 >&5
2488 mv -f conftest.er1 conftest.err
2490 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2491 test $ac_status = 0; } && {
2492 test -z "$ac_c_werror_flag" ||
2493 test ! -s conftest.err
2494 } && test -s conftest$ac_exeext && {
2495 test "$cross_compiling" = yes ||
2496 test -x conftest$ac_exeext
2497 }; then :
2498 ac_retval=0
2499 else
2500 $as_echo "$as_me: failed program was:" >&5
2501 sed 's/^/| /' conftest.$ac_ext >&5
2503 ac_retval=1
2505 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2506 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2507 # interfere with the next link command; also delete a directory that is
2508 # left behind by Apple's compiler. We do this before executing the actions.
2509 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2510 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2511 as_fn_set_status $ac_retval
2513 } # ac_fn_c_try_link
2515 # ac_fn_c_try_cpp LINENO
2516 # ----------------------
2517 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2518 ac_fn_c_try_cpp ()
2520 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2521 if { { ac_try="$ac_cpp conftest.$ac_ext"
2522 case "(($ac_try" in
2523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2524 *) ac_try_echo=$ac_try;;
2525 esac
2526 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2527 $as_echo "$ac_try_echo"; } >&5
2528 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2529 ac_status=$?
2530 if test -s conftest.err; then
2531 grep -v '^ *+' conftest.err >conftest.er1
2532 cat conftest.er1 >&5
2533 mv -f conftest.er1 conftest.err
2535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2536 test $ac_status = 0; } > conftest.i && {
2537 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2538 test ! -s conftest.err
2539 }; then :
2540 ac_retval=0
2541 else
2542 $as_echo "$as_me: failed program was:" >&5
2543 sed 's/^/| /' conftest.$ac_ext >&5
2545 ac_retval=1
2547 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2548 as_fn_set_status $ac_retval
2550 } # ac_fn_c_try_cpp
2552 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2553 # -------------------------------------------------------
2554 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2555 # the include files in INCLUDES and setting the cache variable VAR
2556 # accordingly.
2557 ac_fn_c_check_header_mongrel ()
2559 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2560 if eval \${$3+:} false; then :
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2562 $as_echo_n "checking for $2... " >&6; }
2563 if eval \${$3+:} false; then :
2564 $as_echo_n "(cached) " >&6
2566 eval ac_res=\$$3
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2568 $as_echo "$ac_res" >&6; }
2569 else
2570 # Is the header compilable?
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2572 $as_echo_n "checking $2 usability... " >&6; }
2573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2574 /* end confdefs.h. */
2576 #include <$2>
2577 _ACEOF
2578 if ac_fn_c_try_compile "$LINENO"; then :
2579 ac_header_compiler=yes
2580 else
2581 ac_header_compiler=no
2583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2585 $as_echo "$ac_header_compiler" >&6; }
2587 # Is the header present?
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2589 $as_echo_n "checking $2 presence... " >&6; }
2590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2591 /* end confdefs.h. */
2592 #include <$2>
2593 _ACEOF
2594 if ac_fn_c_try_cpp "$LINENO"; then :
2595 ac_header_preproc=yes
2596 else
2597 ac_header_preproc=no
2599 rm -f conftest.err conftest.i conftest.$ac_ext
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2601 $as_echo "$ac_header_preproc" >&6; }
2603 # So? What about this header?
2604 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2605 yes:no: )
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2607 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2609 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2611 no:yes:* )
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2613 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2615 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2617 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2619 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2621 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2622 ( $as_echo "## ------------------------------------ ##
2623 ## Report this to wine-devel@winehq.org ##
2624 ## ------------------------------------ ##"
2625 ) | sed "s/^/$as_me: WARNING: /" >&2
2627 esac
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2629 $as_echo_n "checking for $2... " >&6; }
2630 if eval \${$3+:} false; then :
2631 $as_echo_n "(cached) " >&6
2632 else
2633 eval "$3=\$ac_header_compiler"
2635 eval ac_res=\$$3
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2637 $as_echo "$ac_res" >&6; }
2639 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2641 } # ac_fn_c_check_header_mongrel
2643 # ac_fn_c_try_run LINENO
2644 # ----------------------
2645 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2646 # that executables *can* be run.
2647 ac_fn_c_try_run ()
2649 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2650 if { { ac_try="$ac_link"
2651 case "(($ac_try" in
2652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2653 *) ac_try_echo=$ac_try;;
2654 esac
2655 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2656 $as_echo "$ac_try_echo"; } >&5
2657 (eval "$ac_link") 2>&5
2658 ac_status=$?
2659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2660 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2661 { { case "(($ac_try" in
2662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2663 *) ac_try_echo=$ac_try;;
2664 esac
2665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2666 $as_echo "$ac_try_echo"; } >&5
2667 (eval "$ac_try") 2>&5
2668 ac_status=$?
2669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2670 test $ac_status = 0; }; }; then :
2671 ac_retval=0
2672 else
2673 $as_echo "$as_me: program exited with status $ac_status" >&5
2674 $as_echo "$as_me: failed program was:" >&5
2675 sed 's/^/| /' conftest.$ac_ext >&5
2677 ac_retval=$ac_status
2679 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2680 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2681 as_fn_set_status $ac_retval
2683 } # ac_fn_c_try_run
2685 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2686 # -------------------------------------------------------
2687 # Tests whether HEADER exists and can be compiled using the include files in
2688 # INCLUDES, setting the cache variable VAR accordingly.
2689 ac_fn_c_check_header_compile ()
2691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2693 $as_echo_n "checking for $2... " >&6; }
2694 if eval \${$3+:} false; then :
2695 $as_echo_n "(cached) " >&6
2696 else
2697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2698 /* end confdefs.h. */
2700 #include <$2>
2701 _ACEOF
2702 if ac_fn_c_try_compile "$LINENO"; then :
2703 eval "$3=yes"
2704 else
2705 eval "$3=no"
2707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2709 eval ac_res=\$$3
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2711 $as_echo "$ac_res" >&6; }
2712 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2714 } # ac_fn_c_check_header_compile
2716 # ac_fn_c_check_func LINENO FUNC VAR
2717 # ----------------------------------
2718 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2719 ac_fn_c_check_func ()
2721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2723 $as_echo_n "checking for $2... " >&6; }
2724 if eval \${$3+:} false; then :
2725 $as_echo_n "(cached) " >&6
2726 else
2727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2728 /* end confdefs.h. */
2729 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2730 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2731 #define $2 innocuous_$2
2733 /* System header to define __stub macros and hopefully few prototypes,
2734 which can conflict with char $2 (); below.
2735 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2736 <limits.h> exists even on freestanding compilers. */
2738 #ifdef __STDC__
2739 # include <limits.h>
2740 #else
2741 # include <assert.h>
2742 #endif
2744 #undef $2
2746 /* Override any GCC internal prototype to avoid an error.
2747 Use char because int might match the return type of a GCC
2748 builtin and then its argument prototype would still apply. */
2749 #ifdef __cplusplus
2750 extern "C"
2751 #endif
2752 char $2 ();
2753 /* The GNU C library defines this for functions which it implements
2754 to always fail with ENOSYS. Some functions are actually named
2755 something starting with __ and the normal name is an alias. */
2756 #if defined __stub_$2 || defined __stub___$2
2757 choke me
2758 #endif
2761 main ()
2763 return $2 ();
2765 return 0;
2767 _ACEOF
2768 if ac_fn_c_try_link "$LINENO"; then :
2769 eval "$3=yes"
2770 else
2771 eval "$3=no"
2773 rm -f core conftest.err conftest.$ac_objext \
2774 conftest$ac_exeext conftest.$ac_ext
2776 eval ac_res=\$$3
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2778 $as_echo "$ac_res" >&6; }
2779 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2781 } # ac_fn_c_check_func
2783 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2784 # ----------------------------------------------------
2785 # Tries to find if the field MEMBER exists in type AGGR, after including
2786 # INCLUDES, setting cache variable VAR accordingly.
2787 ac_fn_c_check_member ()
2789 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2791 $as_echo_n "checking for $2.$3... " >&6; }
2792 if eval \${$4+:} false; then :
2793 $as_echo_n "(cached) " >&6
2794 else
2795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2796 /* end confdefs.h. */
2799 main ()
2801 static $2 ac_aggr;
2802 if (ac_aggr.$3)
2803 return 0;
2805 return 0;
2807 _ACEOF
2808 if ac_fn_c_try_compile "$LINENO"; then :
2809 eval "$4=yes"
2810 else
2811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2812 /* end confdefs.h. */
2815 main ()
2817 static $2 ac_aggr;
2818 if (sizeof ac_aggr.$3)
2819 return 0;
2821 return 0;
2823 _ACEOF
2824 if ac_fn_c_try_compile "$LINENO"; then :
2825 eval "$4=yes"
2826 else
2827 eval "$4=no"
2829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2833 eval ac_res=\$$4
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2835 $as_echo "$ac_res" >&6; }
2836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2838 } # ac_fn_c_check_member
2840 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2841 # -------------------------------------------
2842 # Tests whether TYPE exists after having included INCLUDES, setting cache
2843 # variable VAR accordingly.
2844 ac_fn_c_check_type ()
2846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2848 $as_echo_n "checking for $2... " >&6; }
2849 if eval \${$3+:} false; then :
2850 $as_echo_n "(cached) " >&6
2851 else
2852 eval "$3=no"
2853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2854 /* end confdefs.h. */
2857 main ()
2859 if (sizeof ($2))
2860 return 0;
2862 return 0;
2864 _ACEOF
2865 if ac_fn_c_try_compile "$LINENO"; then :
2866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2867 /* end confdefs.h. */
2870 main ()
2872 if (sizeof (($2)))
2873 return 0;
2875 return 0;
2877 _ACEOF
2878 if ac_fn_c_try_compile "$LINENO"; then :
2880 else
2881 eval "$3=yes"
2883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2887 eval ac_res=\$$3
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2889 $as_echo "$ac_res" >&6; }
2890 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2892 } # ac_fn_c_check_type
2893 cat >config.log <<_ACEOF
2894 This file contains any messages produced by compilers while
2895 running configure, to aid debugging if configure makes a mistake.
2897 It was created by Wine $as_me 1.9.1, which was
2898 generated by GNU Autoconf 2.69. Invocation command line was
2900 $ $0 $@
2902 _ACEOF
2903 exec 5>>config.log
2905 cat <<_ASUNAME
2906 ## --------- ##
2907 ## Platform. ##
2908 ## --------- ##
2910 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2911 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2912 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2913 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2914 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2916 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2917 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2919 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2920 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2921 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2922 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2923 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2924 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2925 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2927 _ASUNAME
2929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2930 for as_dir in $PATH
2932 IFS=$as_save_IFS
2933 test -z "$as_dir" && as_dir=.
2934 $as_echo "PATH: $as_dir"
2935 done
2936 IFS=$as_save_IFS
2938 } >&5
2940 cat >&5 <<_ACEOF
2943 ## ----------- ##
2944 ## Core tests. ##
2945 ## ----------- ##
2947 _ACEOF
2950 # Keep a trace of the command line.
2951 # Strip out --no-create and --no-recursion so they do not pile up.
2952 # Strip out --silent because we don't want to record it for future runs.
2953 # Also quote any args containing shell meta-characters.
2954 # Make two passes to allow for proper duplicate-argument suppression.
2955 ac_configure_args=
2956 ac_configure_args0=
2957 ac_configure_args1=
2958 ac_must_keep_next=false
2959 for ac_pass in 1 2
2961 for ac_arg
2963 case $ac_arg in
2964 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2965 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2966 | -silent | --silent | --silen | --sile | --sil)
2967 continue ;;
2968 *\'*)
2969 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2970 esac
2971 case $ac_pass in
2972 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2974 as_fn_append ac_configure_args1 " '$ac_arg'"
2975 if test $ac_must_keep_next = true; then
2976 ac_must_keep_next=false # Got value, back to normal.
2977 else
2978 case $ac_arg in
2979 *=* | --config-cache | -C | -disable-* | --disable-* \
2980 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2981 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2982 | -with-* | --with-* | -without-* | --without-* | --x)
2983 case "$ac_configure_args0 " in
2984 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2985 esac
2987 -* ) ac_must_keep_next=true ;;
2988 esac
2990 as_fn_append ac_configure_args " '$ac_arg'"
2992 esac
2993 done
2994 done
2995 { ac_configure_args0=; unset ac_configure_args0;}
2996 { ac_configure_args1=; unset ac_configure_args1;}
2998 # When interrupted or exit'd, cleanup temporary files, and complete
2999 # config.log. We remove comments because anyway the quotes in there
3000 # would cause problems or look ugly.
3001 # WARNING: Use '\'' to represent an apostrophe within the trap.
3002 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3003 trap 'exit_status=$?
3004 # Save into config.log some information that might help in debugging.
3006 echo
3008 $as_echo "## ---------------- ##
3009 ## Cache variables. ##
3010 ## ---------------- ##"
3011 echo
3012 # The following way of writing the cache mishandles newlines in values,
3014 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3015 eval ac_val=\$$ac_var
3016 case $ac_val in #(
3017 *${as_nl}*)
3018 case $ac_var in #(
3019 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3020 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3021 esac
3022 case $ac_var in #(
3023 _ | IFS | as_nl) ;; #(
3024 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3025 *) { eval $ac_var=; unset $ac_var;} ;;
3026 esac ;;
3027 esac
3028 done
3029 (set) 2>&1 |
3030 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3031 *${as_nl}ac_space=\ *)
3032 sed -n \
3033 "s/'\''/'\''\\\\'\'''\''/g;
3034 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3035 ;; #(
3037 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3039 esac |
3040 sort
3042 echo
3044 $as_echo "## ----------------- ##
3045 ## Output variables. ##
3046 ## ----------------- ##"
3047 echo
3048 for ac_var in $ac_subst_vars
3050 eval ac_val=\$$ac_var
3051 case $ac_val in
3052 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3053 esac
3054 $as_echo "$ac_var='\''$ac_val'\''"
3055 done | sort
3056 echo
3058 if test -n "$ac_subst_files"; then
3059 $as_echo "## ------------------- ##
3060 ## File substitutions. ##
3061 ## ------------------- ##"
3062 echo
3063 for ac_var in $ac_subst_files
3065 eval ac_val=\$$ac_var
3066 case $ac_val in
3067 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3068 esac
3069 $as_echo "$ac_var='\''$ac_val'\''"
3070 done | sort
3071 echo
3074 if test -s confdefs.h; then
3075 $as_echo "## ----------- ##
3076 ## confdefs.h. ##
3077 ## ----------- ##"
3078 echo
3079 cat confdefs.h
3080 echo
3082 test "$ac_signal" != 0 &&
3083 $as_echo "$as_me: caught signal $ac_signal"
3084 $as_echo "$as_me: exit $exit_status"
3085 } >&5
3086 rm -f core *.core core.conftest.* &&
3087 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3088 exit $exit_status
3090 for ac_signal in 1 2 13 15; do
3091 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3092 done
3093 ac_signal=0
3095 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3096 rm -f -r conftest* confdefs.h
3098 $as_echo "/* confdefs.h */" > confdefs.h
3100 # Predefined preprocessor variables.
3102 cat >>confdefs.h <<_ACEOF
3103 #define PACKAGE_NAME "$PACKAGE_NAME"
3104 _ACEOF
3106 cat >>confdefs.h <<_ACEOF
3107 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3108 _ACEOF
3110 cat >>confdefs.h <<_ACEOF
3111 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3112 _ACEOF
3114 cat >>confdefs.h <<_ACEOF
3115 #define PACKAGE_STRING "$PACKAGE_STRING"
3116 _ACEOF
3118 cat >>confdefs.h <<_ACEOF
3119 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3120 _ACEOF
3122 cat >>confdefs.h <<_ACEOF
3123 #define PACKAGE_URL "$PACKAGE_URL"
3124 _ACEOF
3127 # Let the site file select an alternate cache file if it wants to.
3128 # Prefer an explicitly selected file to automatically selected ones.
3129 ac_site_file1=NONE
3130 ac_site_file2=NONE
3131 if test -n "$CONFIG_SITE"; then
3132 # We do not want a PATH search for config.site.
3133 case $CONFIG_SITE in #((
3134 -*) ac_site_file1=./$CONFIG_SITE;;
3135 */*) ac_site_file1=$CONFIG_SITE;;
3136 *) ac_site_file1=./$CONFIG_SITE;;
3137 esac
3138 elif test "x$prefix" != xNONE; then
3139 ac_site_file1=$prefix/share/config.site
3140 ac_site_file2=$prefix/etc/config.site
3141 else
3142 ac_site_file1=$ac_default_prefix/share/config.site
3143 ac_site_file2=$ac_default_prefix/etc/config.site
3145 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3147 test "x$ac_site_file" = xNONE && continue
3148 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3150 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3151 sed 's/^/| /' "$ac_site_file" >&5
3152 . "$ac_site_file" \
3153 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3154 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3155 as_fn_error $? "failed to load site script $ac_site_file
3156 See \`config.log' for more details" "$LINENO" 5; }
3158 done
3160 if test -r "$cache_file"; then
3161 # Some versions of bash will fail to source /dev/null (special files
3162 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3163 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3165 $as_echo "$as_me: loading cache $cache_file" >&6;}
3166 case $cache_file in
3167 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3168 *) . "./$cache_file";;
3169 esac
3171 else
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3173 $as_echo "$as_me: creating cache $cache_file" >&6;}
3174 >$cache_file
3177 # Check that the precious variables saved in the cache have kept the same
3178 # value.
3179 ac_cache_corrupted=false
3180 for ac_var in $ac_precious_vars; do
3181 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3182 eval ac_new_set=\$ac_env_${ac_var}_set
3183 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3184 eval ac_new_val=\$ac_env_${ac_var}_value
3185 case $ac_old_set,$ac_new_set in
3186 set,)
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3188 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3189 ac_cache_corrupted=: ;;
3190 ,set)
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3192 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3193 ac_cache_corrupted=: ;;
3194 ,);;
3196 if test "x$ac_old_val" != "x$ac_new_val"; then
3197 # differences in whitespace do not lead to failure.
3198 ac_old_val_w=`echo x $ac_old_val`
3199 ac_new_val_w=`echo x $ac_new_val`
3200 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3202 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3203 ac_cache_corrupted=:
3204 else
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3206 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3207 eval $ac_var=\$ac_old_val
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3210 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3212 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3213 fi;;
3214 esac
3215 # Pass precious variables to config.status.
3216 if test "$ac_new_set" = set; then
3217 case $ac_new_val in
3218 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3219 *) ac_arg=$ac_var=$ac_new_val ;;
3220 esac
3221 case " $ac_configure_args " in
3222 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3223 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3224 esac
3226 done
3227 if $ac_cache_corrupted; then
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3229 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3231 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3232 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3234 ## -------------------- ##
3235 ## Main body of script. ##
3236 ## -------------------- ##
3238 ac_ext=c
3239 ac_cpp='$CPP $CPPFLAGS'
3240 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3241 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3242 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3246 ac_config_headers="$ac_config_headers include/config.h"
3248 ac_aux_dir=
3249 for ac_dir in tools "$srcdir"/tools; do
3250 if test -f "$ac_dir/install-sh"; then
3251 ac_aux_dir=$ac_dir
3252 ac_install_sh="$ac_aux_dir/install-sh -c"
3253 break
3254 elif test -f "$ac_dir/install.sh"; then
3255 ac_aux_dir=$ac_dir
3256 ac_install_sh="$ac_aux_dir/install.sh -c"
3257 break
3258 elif test -f "$ac_dir/shtool"; then
3259 ac_aux_dir=$ac_dir
3260 ac_install_sh="$ac_aux_dir/shtool install -c"
3261 break
3263 done
3264 if test -z "$ac_aux_dir"; then
3265 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3268 # These three variables are undocumented and unsupported,
3269 # and are intended to be withdrawn in a future Autoconf release.
3270 # They can cause serious problems if a builder's source tree is in a directory
3271 # whose full name contains unusual characters.
3272 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3273 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3274 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3278 libwine_version="1.0"
3282 # Check whether --enable-win16 was given.
3283 if test "${enable_win16+set}" = set; then :
3284 enableval=$enable_win16;
3287 # Check whether --enable-win64 was given.
3288 if test "${enable_win64+set}" = set; then :
3289 enableval=$enable_win64;
3292 # Check whether --enable-tests was given.
3293 if test "${enable_tests+set}" = set; then :
3294 enableval=$enable_tests;
3297 # Check whether --enable-maintainer-mode was given.
3298 if test "${enable_maintainer_mode+set}" = set; then :
3299 enableval=$enable_maintainer_mode;
3304 # Check whether --with-alsa was given.
3305 if test "${with_alsa+set}" = set; then :
3306 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3310 # Check whether --with-capi was given.
3311 if test "${with_capi+set}" = set; then :
3312 withval=$with_capi;
3316 # Check whether --with-cms was given.
3317 if test "${with_cms+set}" = set; then :
3318 withval=$with_cms;
3322 # Check whether --with-coreaudio was given.
3323 if test "${with_coreaudio+set}" = set; then :
3324 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3328 # Check whether --with-cups was given.
3329 if test "${with_cups+set}" = set; then :
3330 withval=$with_cups;
3334 # Check whether --with-curses was given.
3335 if test "${with_curses+set}" = set; then :
3336 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3340 # Check whether --with-dbus was given.
3341 if test "${with_dbus+set}" = set; then :
3342 withval=$with_dbus;
3346 # Check whether --with-fontconfig was given.
3347 if test "${with_fontconfig+set}" = set; then :
3348 withval=$with_fontconfig;
3352 # Check whether --with-freetype was given.
3353 if test "${with_freetype+set}" = set; then :
3354 withval=$with_freetype;
3358 # Check whether --with-gettext was given.
3359 if test "${with_gettext+set}" = set; then :
3360 withval=$with_gettext;
3364 # Check whether --with-gettextpo was given.
3365 if test "${with_gettextpo+set}" = set; then :
3366 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3370 # Check whether --with-gphoto was given.
3371 if test "${with_gphoto+set}" = set; then :
3372 withval=$with_gphoto;
3376 # Check whether --with-glu was given.
3377 if test "${with_glu+set}" = set; then :
3378 withval=$with_glu;
3382 # Check whether --with-gnutls was given.
3383 if test "${with_gnutls+set}" = set; then :
3384 withval=$with_gnutls;
3388 # Check whether --with-gsm was given.
3389 if test "${with_gsm+set}" = set; then :
3390 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3394 # Check whether --with-gstreamer was given.
3395 if test "${with_gstreamer+set}" = set; then :
3396 withval=$with_gstreamer;
3400 # Check whether --with-hal was given.
3401 if test "${with_hal+set}" = set; then :
3402 withval=$with_hal;
3406 # Check whether --with-jpeg was given.
3407 if test "${with_jpeg+set}" = set; then :
3408 withval=$with_jpeg;
3412 # Check whether --with-ldap was given.
3413 if test "${with_ldap+set}" = set; then :
3414 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3418 # Check whether --with-mpg123 was given.
3419 if test "${with_mpg123+set}" = set; then :
3420 withval=$with_mpg123;
3424 # Check whether --with-netapi was given.
3425 if test "${with_netapi+set}" = set; then :
3426 withval=$with_netapi;
3430 # Check whether --with-openal was given.
3431 if test "${with_openal+set}" = set; then :
3432 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3436 # Check whether --with-opencl was given.
3437 if test "${with_opencl+set}" = set; then :
3438 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3442 # Check whether --with-opengl was given.
3443 if test "${with_opengl+set}" = set; then :
3444 withval=$with_opengl;
3448 # Check whether --with-osmesa was given.
3449 if test "${with_osmesa+set}" = set; then :
3450 withval=$with_osmesa;
3454 # Check whether --with-oss was given.
3455 if test "${with_oss+set}" = set; then :
3456 withval=$with_oss;
3460 # Check whether --with-pcap was given.
3461 if test "${with_pcap+set}" = set; then :
3462 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3466 # Check whether --with-png was given.
3467 if test "${with_png+set}" = set; then :
3468 withval=$with_png;
3472 # Check whether --with-pthread was given.
3473 if test "${with_pthread+set}" = set; then :
3474 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3478 # Check whether --with-pulse was given.
3479 if test "${with_pulse+set}" = set; then :
3480 withval=$with_pulse;
3484 # Check whether --with-sane was given.
3485 if test "${with_sane+set}" = set; then :
3486 withval=$with_sane;
3490 # Check whether --with-tiff was given.
3491 if test "${with_tiff+set}" = set; then :
3492 withval=$with_tiff;
3496 # Check whether --with-v4l was given.
3497 if test "${with_v4l+set}" = set; then :
3498 withval=$with_v4l;
3502 # Check whether --with-xcomposite was given.
3503 if test "${with_xcomposite+set}" = set; then :
3504 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3508 # Check whether --with-xcursor was given.
3509 if test "${with_xcursor+set}" = set; then :
3510 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3514 # Check whether --with-xinerama was given.
3515 if test "${with_xinerama+set}" = set; then :
3516 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3520 # Check whether --with-xinput was given.
3521 if test "${with_xinput+set}" = set; then :
3522 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3526 # Check whether --with-xinput2 was given.
3527 if test "${with_xinput2+set}" = set; then :
3528 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3532 # Check whether --with-xml was given.
3533 if test "${with_xml+set}" = set; then :
3534 withval=$with_xml;
3538 # Check whether --with-xrandr was given.
3539 if test "${with_xrandr+set}" = set; then :
3540 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3544 # Check whether --with-xrender was given.
3545 if test "${with_xrender+set}" = set; then :
3546 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3550 # Check whether --with-xshape was given.
3551 if test "${with_xshape+set}" = set; then :
3552 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3556 # Check whether --with-xshm was given.
3557 if test "${with_xshm+set}" = set; then :
3558 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3562 # Check whether --with-xslt was given.
3563 if test "${with_xslt+set}" = set; then :
3564 withval=$with_xslt;
3568 # Check whether --with-xxf86vm was given.
3569 if test "${with_xxf86vm+set}" = set; then :
3570 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
3574 # Check whether --with-zlib was given.
3575 if test "${with_zlib+set}" = set; then :
3576 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3581 # Check whether --with-wine-tools was given.
3582 if test "${with_wine_tools+set}" = set; then :
3583 withval=$with_wine_tools;
3587 # Check whether --with-wine64 was given.
3588 if test "${with_wine64+set}" = set; then :
3589 withval=$with_wine64;
3593 # Make sure we can run config.sub.
3594 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3595 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3598 $as_echo_n "checking build system type... " >&6; }
3599 if ${ac_cv_build+:} false; then :
3600 $as_echo_n "(cached) " >&6
3601 else
3602 ac_build_alias=$build_alias
3603 test "x$ac_build_alias" = x &&
3604 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3605 test "x$ac_build_alias" = x &&
3606 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3607 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3608 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3612 $as_echo "$ac_cv_build" >&6; }
3613 case $ac_cv_build in
3614 *-*-*) ;;
3615 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3616 esac
3617 build=$ac_cv_build
3618 ac_save_IFS=$IFS; IFS='-'
3619 set x $ac_cv_build
3620 shift
3621 build_cpu=$1
3622 build_vendor=$2
3623 shift; shift
3624 # Remember, the first character of IFS is used to create $*,
3625 # except with old shells:
3626 build_os=$*
3627 IFS=$ac_save_IFS
3628 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3632 $as_echo_n "checking host system type... " >&6; }
3633 if ${ac_cv_host+:} false; then :
3634 $as_echo_n "(cached) " >&6
3635 else
3636 if test "x$host_alias" = x; then
3637 ac_cv_host=$ac_cv_build
3638 else
3639 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3640 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3645 $as_echo "$ac_cv_host" >&6; }
3646 case $ac_cv_host in
3647 *-*-*) ;;
3648 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3649 esac
3650 host=$ac_cv_host
3651 ac_save_IFS=$IFS; IFS='-'
3652 set x $ac_cv_host
3653 shift
3654 host_cpu=$1
3655 host_vendor=$2
3656 shift; shift
3657 # Remember, the first character of IFS is used to create $*,
3658 # except with old shells:
3659 host_os=$*
3660 IFS=$ac_save_IFS
3661 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3665 case "$srcdir" in
3666 .) ;;
3667 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3668 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3669 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3670 fi ;;
3671 esac
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3675 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3676 set x ${MAKE-make}
3677 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3678 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3679 $as_echo_n "(cached) " >&6
3680 else
3681 cat >conftest.make <<\_ACEOF
3682 SHELL = /bin/sh
3683 all:
3684 @echo '@@@%%%=$(MAKE)=@@@%%%'
3685 _ACEOF
3686 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3687 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3688 *@@@%%%=?*=@@@%%%*)
3689 eval ac_cv_prog_make_${ac_make}_set=yes;;
3691 eval ac_cv_prog_make_${ac_make}_set=no;;
3692 esac
3693 rm -f conftest.make
3695 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3697 $as_echo "yes" >&6; }
3698 SET_MAKE=
3699 else
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3701 $as_echo "no" >&6; }
3702 SET_MAKE="MAKE=${MAKE-make}"
3705 ac_ext=c
3706 ac_cpp='$CPP $CPPFLAGS'
3707 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3708 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3709 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3710 if test -n "$ac_tool_prefix"; then
3711 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3712 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3714 $as_echo_n "checking for $ac_word... " >&6; }
3715 if ${ac_cv_prog_CC+:} false; then :
3716 $as_echo_n "(cached) " >&6
3717 else
3718 if test -n "$CC"; then
3719 ac_cv_prog_CC="$CC" # Let the user override the test.
3720 else
3721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3722 for as_dir in $PATH
3724 IFS=$as_save_IFS
3725 test -z "$as_dir" && as_dir=.
3726 for ac_exec_ext in '' $ac_executable_extensions; do
3727 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3728 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3730 break 2
3732 done
3733 done
3734 IFS=$as_save_IFS
3738 CC=$ac_cv_prog_CC
3739 if test -n "$CC"; then
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3741 $as_echo "$CC" >&6; }
3742 else
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3744 $as_echo "no" >&6; }
3749 if test -z "$ac_cv_prog_CC"; then
3750 ac_ct_CC=$CC
3751 # Extract the first word of "gcc", so it can be a program name with args.
3752 set dummy gcc; ac_word=$2
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3754 $as_echo_n "checking for $ac_word... " >&6; }
3755 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3756 $as_echo_n "(cached) " >&6
3757 else
3758 if test -n "$ac_ct_CC"; then
3759 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3760 else
3761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3762 for as_dir in $PATH
3764 IFS=$as_save_IFS
3765 test -z "$as_dir" && as_dir=.
3766 for ac_exec_ext in '' $ac_executable_extensions; do
3767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3768 ac_cv_prog_ac_ct_CC="gcc"
3769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3770 break 2
3772 done
3773 done
3774 IFS=$as_save_IFS
3778 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3779 if test -n "$ac_ct_CC"; then
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3781 $as_echo "$ac_ct_CC" >&6; }
3782 else
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3784 $as_echo "no" >&6; }
3787 if test "x$ac_ct_CC" = x; then
3788 CC=""
3789 else
3790 case $cross_compiling:$ac_tool_warned in
3791 yes:)
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3793 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3794 ac_tool_warned=yes ;;
3795 esac
3796 CC=$ac_ct_CC
3798 else
3799 CC="$ac_cv_prog_CC"
3802 if test -z "$CC"; then
3803 if test -n "$ac_tool_prefix"; then
3804 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3805 set dummy ${ac_tool_prefix}cc; ac_word=$2
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3807 $as_echo_n "checking for $ac_word... " >&6; }
3808 if ${ac_cv_prog_CC+:} false; then :
3809 $as_echo_n "(cached) " >&6
3810 else
3811 if test -n "$CC"; then
3812 ac_cv_prog_CC="$CC" # Let the user override the test.
3813 else
3814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3815 for as_dir in $PATH
3817 IFS=$as_save_IFS
3818 test -z "$as_dir" && as_dir=.
3819 for ac_exec_ext in '' $ac_executable_extensions; do
3820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3821 ac_cv_prog_CC="${ac_tool_prefix}cc"
3822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3823 break 2
3825 done
3826 done
3827 IFS=$as_save_IFS
3831 CC=$ac_cv_prog_CC
3832 if test -n "$CC"; then
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3834 $as_echo "$CC" >&6; }
3835 else
3836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3837 $as_echo "no" >&6; }
3843 if test -z "$CC"; then
3844 # Extract the first word of "cc", so it can be a program name with args.
3845 set dummy cc; ac_word=$2
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3847 $as_echo_n "checking for $ac_word... " >&6; }
3848 if ${ac_cv_prog_CC+:} false; then :
3849 $as_echo_n "(cached) " >&6
3850 else
3851 if test -n "$CC"; then
3852 ac_cv_prog_CC="$CC" # Let the user override the test.
3853 else
3854 ac_prog_rejected=no
3855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3856 for as_dir in $PATH
3858 IFS=$as_save_IFS
3859 test -z "$as_dir" && as_dir=.
3860 for ac_exec_ext in '' $ac_executable_extensions; do
3861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3862 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3863 ac_prog_rejected=yes
3864 continue
3866 ac_cv_prog_CC="cc"
3867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3868 break 2
3870 done
3871 done
3872 IFS=$as_save_IFS
3874 if test $ac_prog_rejected = yes; then
3875 # We found a bogon in the path, so make sure we never use it.
3876 set dummy $ac_cv_prog_CC
3877 shift
3878 if test $# != 0; then
3879 # We chose a different compiler from the bogus one.
3880 # However, it has the same basename, so the bogon will be chosen
3881 # first if we set CC to just the basename; use the full file name.
3882 shift
3883 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3888 CC=$ac_cv_prog_CC
3889 if test -n "$CC"; then
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3891 $as_echo "$CC" >&6; }
3892 else
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3894 $as_echo "no" >&6; }
3899 if test -z "$CC"; then
3900 if test -n "$ac_tool_prefix"; then
3901 for ac_prog in cl.exe
3903 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3904 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3906 $as_echo_n "checking for $ac_word... " >&6; }
3907 if ${ac_cv_prog_CC+:} false; then :
3908 $as_echo_n "(cached) " >&6
3909 else
3910 if test -n "$CC"; then
3911 ac_cv_prog_CC="$CC" # Let the user override the test.
3912 else
3913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3914 for as_dir in $PATH
3916 IFS=$as_save_IFS
3917 test -z "$as_dir" && as_dir=.
3918 for ac_exec_ext in '' $ac_executable_extensions; do
3919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3920 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3922 break 2
3924 done
3925 done
3926 IFS=$as_save_IFS
3930 CC=$ac_cv_prog_CC
3931 if test -n "$CC"; then
3932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3933 $as_echo "$CC" >&6; }
3934 else
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3936 $as_echo "no" >&6; }
3940 test -n "$CC" && break
3941 done
3943 if test -z "$CC"; then
3944 ac_ct_CC=$CC
3945 for ac_prog in cl.exe
3947 # Extract the first word of "$ac_prog", so it can be a program name with args.
3948 set dummy $ac_prog; ac_word=$2
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3950 $as_echo_n "checking for $ac_word... " >&6; }
3951 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3952 $as_echo_n "(cached) " >&6
3953 else
3954 if test -n "$ac_ct_CC"; then
3955 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3956 else
3957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3958 for as_dir in $PATH
3960 IFS=$as_save_IFS
3961 test -z "$as_dir" && as_dir=.
3962 for ac_exec_ext in '' $ac_executable_extensions; do
3963 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3964 ac_cv_prog_ac_ct_CC="$ac_prog"
3965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3966 break 2
3968 done
3969 done
3970 IFS=$as_save_IFS
3974 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3975 if test -n "$ac_ct_CC"; then
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3977 $as_echo "$ac_ct_CC" >&6; }
3978 else
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3980 $as_echo "no" >&6; }
3984 test -n "$ac_ct_CC" && break
3985 done
3987 if test "x$ac_ct_CC" = x; then
3988 CC=""
3989 else
3990 case $cross_compiling:$ac_tool_warned in
3991 yes:)
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3994 ac_tool_warned=yes ;;
3995 esac
3996 CC=$ac_ct_CC
4003 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4004 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4005 as_fn_error $? "no acceptable C compiler found in \$PATH
4006 See \`config.log' for more details" "$LINENO" 5; }
4008 # Provide some information about the compiler.
4009 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4010 set X $ac_compile
4011 ac_compiler=$2
4012 for ac_option in --version -v -V -qversion; do
4013 { { ac_try="$ac_compiler $ac_option >&5"
4014 case "(($ac_try" in
4015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4016 *) ac_try_echo=$ac_try;;
4017 esac
4018 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4019 $as_echo "$ac_try_echo"; } >&5
4020 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4021 ac_status=$?
4022 if test -s conftest.err; then
4023 sed '10a\
4024 ... rest of stderr output deleted ...
4025 10q' conftest.err >conftest.er1
4026 cat conftest.er1 >&5
4028 rm -f conftest.er1 conftest.err
4029 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4030 test $ac_status = 0; }
4031 done
4033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4034 /* end confdefs.h. */
4037 main ()
4041 return 0;
4043 _ACEOF
4044 ac_clean_files_save=$ac_clean_files
4045 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4046 # Try to create an executable without -o first, disregard a.out.
4047 # It will help us diagnose broken compilers, and finding out an intuition
4048 # of exeext.
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4050 $as_echo_n "checking whether the C compiler works... " >&6; }
4051 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4053 # The possible output files:
4054 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4056 ac_rmfiles=
4057 for ac_file in $ac_files
4059 case $ac_file in
4060 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4061 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4062 esac
4063 done
4064 rm -f $ac_rmfiles
4066 if { { ac_try="$ac_link_default"
4067 case "(($ac_try" in
4068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4069 *) ac_try_echo=$ac_try;;
4070 esac
4071 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4072 $as_echo "$ac_try_echo"; } >&5
4073 (eval "$ac_link_default") 2>&5
4074 ac_status=$?
4075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4076 test $ac_status = 0; }; then :
4077 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4078 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4079 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4080 # so that the user can short-circuit this test for compilers unknown to
4081 # Autoconf.
4082 for ac_file in $ac_files ''
4084 test -f "$ac_file" || continue
4085 case $ac_file in
4086 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4088 [ab].out )
4089 # We found the default executable, but exeext='' is most
4090 # certainly right.
4091 break;;
4092 *.* )
4093 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4094 then :; else
4095 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4097 # We set ac_cv_exeext here because the later test for it is not
4098 # safe: cross compilers may not add the suffix if given an `-o'
4099 # argument, so we may need to know it at that point already.
4100 # Even if this section looks crufty: it has the advantage of
4101 # actually working.
4102 break;;
4104 break;;
4105 esac
4106 done
4107 test "$ac_cv_exeext" = no && ac_cv_exeext=
4109 else
4110 ac_file=''
4112 if test -z "$ac_file"; then :
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4114 $as_echo "no" >&6; }
4115 $as_echo "$as_me: failed program was:" >&5
4116 sed 's/^/| /' conftest.$ac_ext >&5
4118 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4119 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4120 as_fn_error 77 "C compiler cannot create executables
4121 See \`config.log' for more details" "$LINENO" 5; }
4122 else
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4124 $as_echo "yes" >&6; }
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4127 $as_echo_n "checking for C compiler default output file name... " >&6; }
4128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4129 $as_echo "$ac_file" >&6; }
4130 ac_exeext=$ac_cv_exeext
4132 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4133 ac_clean_files=$ac_clean_files_save
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4135 $as_echo_n "checking for suffix of executables... " >&6; }
4136 if { { ac_try="$ac_link"
4137 case "(($ac_try" in
4138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4139 *) ac_try_echo=$ac_try;;
4140 esac
4141 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4142 $as_echo "$ac_try_echo"; } >&5
4143 (eval "$ac_link") 2>&5
4144 ac_status=$?
4145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4146 test $ac_status = 0; }; then :
4147 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4148 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4149 # work properly (i.e., refer to `conftest.exe'), while it won't with
4150 # `rm'.
4151 for ac_file in conftest.exe conftest conftest.*; do
4152 test -f "$ac_file" || continue
4153 case $ac_file in
4154 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4155 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4156 break;;
4157 * ) break;;
4158 esac
4159 done
4160 else
4161 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4162 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4163 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4164 See \`config.log' for more details" "$LINENO" 5; }
4166 rm -f conftest conftest$ac_cv_exeext
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4168 $as_echo "$ac_cv_exeext" >&6; }
4170 rm -f conftest.$ac_ext
4171 EXEEXT=$ac_cv_exeext
4172 ac_exeext=$EXEEXT
4173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4174 /* end confdefs.h. */
4175 #include <stdio.h>
4177 main ()
4179 FILE *f = fopen ("conftest.out", "w");
4180 return ferror (f) || fclose (f) != 0;
4183 return 0;
4185 _ACEOF
4186 ac_clean_files="$ac_clean_files conftest.out"
4187 # Check that the compiler produces executables we can run. If not, either
4188 # the compiler is broken, or we cross compile.
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4190 $as_echo_n "checking whether we are cross compiling... " >&6; }
4191 if test "$cross_compiling" != yes; then
4192 { { ac_try="$ac_link"
4193 case "(($ac_try" in
4194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4195 *) ac_try_echo=$ac_try;;
4196 esac
4197 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4198 $as_echo "$ac_try_echo"; } >&5
4199 (eval "$ac_link") 2>&5
4200 ac_status=$?
4201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4202 test $ac_status = 0; }
4203 if { ac_try='./conftest$ac_cv_exeext'
4204 { { case "(($ac_try" in
4205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4206 *) ac_try_echo=$ac_try;;
4207 esac
4208 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4209 $as_echo "$ac_try_echo"; } >&5
4210 (eval "$ac_try") 2>&5
4211 ac_status=$?
4212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4213 test $ac_status = 0; }; }; then
4214 cross_compiling=no
4215 else
4216 if test "$cross_compiling" = maybe; then
4217 cross_compiling=yes
4218 else
4219 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4221 as_fn_error $? "cannot run C compiled programs.
4222 If you meant to cross compile, use \`--host'.
4223 See \`config.log' for more details" "$LINENO" 5; }
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4228 $as_echo "$cross_compiling" >&6; }
4230 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4231 ac_clean_files=$ac_clean_files_save
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4233 $as_echo_n "checking for suffix of object files... " >&6; }
4234 if ${ac_cv_objext+:} false; then :
4235 $as_echo_n "(cached) " >&6
4236 else
4237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4238 /* end confdefs.h. */
4241 main ()
4245 return 0;
4247 _ACEOF
4248 rm -f conftest.o conftest.obj
4249 if { { ac_try="$ac_compile"
4250 case "(($ac_try" in
4251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4252 *) ac_try_echo=$ac_try;;
4253 esac
4254 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4255 $as_echo "$ac_try_echo"; } >&5
4256 (eval "$ac_compile") 2>&5
4257 ac_status=$?
4258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4259 test $ac_status = 0; }; then :
4260 for ac_file in conftest.o conftest.obj conftest.*; do
4261 test -f "$ac_file" || continue;
4262 case $ac_file in
4263 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4264 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4265 break;;
4266 esac
4267 done
4268 else
4269 $as_echo "$as_me: failed program was:" >&5
4270 sed 's/^/| /' conftest.$ac_ext >&5
4272 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4273 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4274 as_fn_error $? "cannot compute suffix of object files: cannot compile
4275 See \`config.log' for more details" "$LINENO" 5; }
4277 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4280 $as_echo "$ac_cv_objext" >&6; }
4281 OBJEXT=$ac_cv_objext
4282 ac_objext=$OBJEXT
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4284 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4285 if ${ac_cv_c_compiler_gnu+:} false; then :
4286 $as_echo_n "(cached) " >&6
4287 else
4288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4289 /* end confdefs.h. */
4292 main ()
4294 #ifndef __GNUC__
4295 choke me
4296 #endif
4299 return 0;
4301 _ACEOF
4302 if ac_fn_c_try_compile "$LINENO"; then :
4303 ac_compiler_gnu=yes
4304 else
4305 ac_compiler_gnu=no
4307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4308 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4312 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4313 if test $ac_compiler_gnu = yes; then
4314 GCC=yes
4315 else
4316 GCC=
4318 ac_test_CFLAGS=${CFLAGS+set}
4319 ac_save_CFLAGS=$CFLAGS
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4321 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4322 if ${ac_cv_prog_cc_g+:} false; then :
4323 $as_echo_n "(cached) " >&6
4324 else
4325 ac_save_c_werror_flag=$ac_c_werror_flag
4326 ac_c_werror_flag=yes
4327 ac_cv_prog_cc_g=no
4328 CFLAGS="-g"
4329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4330 /* end confdefs.h. */
4333 main ()
4337 return 0;
4339 _ACEOF
4340 if ac_fn_c_try_compile "$LINENO"; then :
4341 ac_cv_prog_cc_g=yes
4342 else
4343 CFLAGS=""
4344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4345 /* end confdefs.h. */
4348 main ()
4352 return 0;
4354 _ACEOF
4355 if ac_fn_c_try_compile "$LINENO"; then :
4357 else
4358 ac_c_werror_flag=$ac_save_c_werror_flag
4359 CFLAGS="-g"
4360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4361 /* end confdefs.h. */
4364 main ()
4368 return 0;
4370 _ACEOF
4371 if ac_fn_c_try_compile "$LINENO"; then :
4372 ac_cv_prog_cc_g=yes
4374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4379 ac_c_werror_flag=$ac_save_c_werror_flag
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4382 $as_echo "$ac_cv_prog_cc_g" >&6; }
4383 if test "$ac_test_CFLAGS" = set; then
4384 CFLAGS=$ac_save_CFLAGS
4385 elif test $ac_cv_prog_cc_g = yes; then
4386 if test "$GCC" = yes; then
4387 CFLAGS="-g -O2"
4388 else
4389 CFLAGS="-g"
4391 else
4392 if test "$GCC" = yes; then
4393 CFLAGS="-O2"
4394 else
4395 CFLAGS=
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4399 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4400 if ${ac_cv_prog_cc_c89+:} false; then :
4401 $as_echo_n "(cached) " >&6
4402 else
4403 ac_cv_prog_cc_c89=no
4404 ac_save_CC=$CC
4405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4406 /* end confdefs.h. */
4407 #include <stdarg.h>
4408 #include <stdio.h>
4409 struct stat;
4410 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4411 struct buf { int x; };
4412 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4413 static char *e (p, i)
4414 char **p;
4415 int i;
4417 return p[i];
4419 static char *f (char * (*g) (char **, int), char **p, ...)
4421 char *s;
4422 va_list v;
4423 va_start (v,p);
4424 s = g (p, va_arg (v,int));
4425 va_end (v);
4426 return s;
4429 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4430 function prototypes and stuff, but not '\xHH' hex character constants.
4431 These don't provoke an error unfortunately, instead are silently treated
4432 as 'x'. The following induces an error, until -std is added to get
4433 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4434 array size at least. It's necessary to write '\x00'==0 to get something
4435 that's true only with -std. */
4436 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4438 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4439 inside strings and character constants. */
4440 #define FOO(x) 'x'
4441 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4443 int test (int i, double x);
4444 struct s1 {int (*f) (int a);};
4445 struct s2 {int (*f) (double a);};
4446 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4447 int argc;
4448 char **argv;
4450 main ()
4452 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4454 return 0;
4456 _ACEOF
4457 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4458 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4460 CC="$ac_save_CC $ac_arg"
4461 if ac_fn_c_try_compile "$LINENO"; then :
4462 ac_cv_prog_cc_c89=$ac_arg
4464 rm -f core conftest.err conftest.$ac_objext
4465 test "x$ac_cv_prog_cc_c89" != "xno" && break
4466 done
4467 rm -f conftest.$ac_ext
4468 CC=$ac_save_CC
4471 # AC_CACHE_VAL
4472 case "x$ac_cv_prog_cc_c89" in
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4475 $as_echo "none needed" >&6; } ;;
4476 xno)
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4478 $as_echo "unsupported" >&6; } ;;
4480 CC="$CC $ac_cv_prog_cc_c89"
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4482 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4483 esac
4484 if test "x$ac_cv_prog_cc_c89" != xno; then :
4488 ac_ext=c
4489 ac_cpp='$CPP $CPPFLAGS'
4490 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4491 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4492 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4494 ac_ext=cpp
4495 ac_cpp='$CXXCPP $CPPFLAGS'
4496 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4497 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4498 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4499 if test -z "$CXX"; then
4500 if test -n "$CCC"; then
4501 CXX=$CCC
4502 else
4503 if test -n "$ac_tool_prefix"; then
4504 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4506 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4507 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4509 $as_echo_n "checking for $ac_word... " >&6; }
4510 if ${ac_cv_prog_CXX+:} false; then :
4511 $as_echo_n "(cached) " >&6
4512 else
4513 if test -n "$CXX"; then
4514 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4515 else
4516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4517 for as_dir in $PATH
4519 IFS=$as_save_IFS
4520 test -z "$as_dir" && as_dir=.
4521 for ac_exec_ext in '' $ac_executable_extensions; do
4522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4523 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4525 break 2
4527 done
4528 done
4529 IFS=$as_save_IFS
4533 CXX=$ac_cv_prog_CXX
4534 if test -n "$CXX"; then
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4536 $as_echo "$CXX" >&6; }
4537 else
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4539 $as_echo "no" >&6; }
4543 test -n "$CXX" && break
4544 done
4546 if test -z "$CXX"; then
4547 ac_ct_CXX=$CXX
4548 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4550 # Extract the first word of "$ac_prog", so it can be a program name with args.
4551 set dummy $ac_prog; ac_word=$2
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4553 $as_echo_n "checking for $ac_word... " >&6; }
4554 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4555 $as_echo_n "(cached) " >&6
4556 else
4557 if test -n "$ac_ct_CXX"; then
4558 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4559 else
4560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4561 for as_dir in $PATH
4563 IFS=$as_save_IFS
4564 test -z "$as_dir" && as_dir=.
4565 for ac_exec_ext in '' $ac_executable_extensions; do
4566 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4567 ac_cv_prog_ac_ct_CXX="$ac_prog"
4568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4569 break 2
4571 done
4572 done
4573 IFS=$as_save_IFS
4577 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4578 if test -n "$ac_ct_CXX"; then
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4580 $as_echo "$ac_ct_CXX" >&6; }
4581 else
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4583 $as_echo "no" >&6; }
4587 test -n "$ac_ct_CXX" && break
4588 done
4590 if test "x$ac_ct_CXX" = x; then
4591 CXX="g++"
4592 else
4593 case $cross_compiling:$ac_tool_warned in
4594 yes:)
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4596 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4597 ac_tool_warned=yes ;;
4598 esac
4599 CXX=$ac_ct_CXX
4605 # Provide some information about the compiler.
4606 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4607 set X $ac_compile
4608 ac_compiler=$2
4609 for ac_option in --version -v -V -qversion; do
4610 { { ac_try="$ac_compiler $ac_option >&5"
4611 case "(($ac_try" in
4612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4613 *) ac_try_echo=$ac_try;;
4614 esac
4615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4616 $as_echo "$ac_try_echo"; } >&5
4617 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4618 ac_status=$?
4619 if test -s conftest.err; then
4620 sed '10a\
4621 ... rest of stderr output deleted ...
4622 10q' conftest.err >conftest.er1
4623 cat conftest.er1 >&5
4625 rm -f conftest.er1 conftest.err
4626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4627 test $ac_status = 0; }
4628 done
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4631 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4632 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4633 $as_echo_n "(cached) " >&6
4634 else
4635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4636 /* end confdefs.h. */
4639 main ()
4641 #ifndef __GNUC__
4642 choke me
4643 #endif
4646 return 0;
4648 _ACEOF
4649 if ac_fn_cxx_try_compile "$LINENO"; then :
4650 ac_compiler_gnu=yes
4651 else
4652 ac_compiler_gnu=no
4654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4655 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4659 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4660 if test $ac_compiler_gnu = yes; then
4661 GXX=yes
4662 else
4663 GXX=
4665 ac_test_CXXFLAGS=${CXXFLAGS+set}
4666 ac_save_CXXFLAGS=$CXXFLAGS
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4668 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4669 if ${ac_cv_prog_cxx_g+:} false; then :
4670 $as_echo_n "(cached) " >&6
4671 else
4672 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4673 ac_cxx_werror_flag=yes
4674 ac_cv_prog_cxx_g=no
4675 CXXFLAGS="-g"
4676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4677 /* end confdefs.h. */
4680 main ()
4684 return 0;
4686 _ACEOF
4687 if ac_fn_cxx_try_compile "$LINENO"; then :
4688 ac_cv_prog_cxx_g=yes
4689 else
4690 CXXFLAGS=""
4691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4692 /* end confdefs.h. */
4695 main ()
4699 return 0;
4701 _ACEOF
4702 if ac_fn_cxx_try_compile "$LINENO"; then :
4704 else
4705 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4706 CXXFLAGS="-g"
4707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4708 /* end confdefs.h. */
4711 main ()
4715 return 0;
4717 _ACEOF
4718 if ac_fn_cxx_try_compile "$LINENO"; then :
4719 ac_cv_prog_cxx_g=yes
4721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4726 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4729 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4730 if test "$ac_test_CXXFLAGS" = set; then
4731 CXXFLAGS=$ac_save_CXXFLAGS
4732 elif test $ac_cv_prog_cxx_g = yes; then
4733 if test "$GXX" = yes; then
4734 CXXFLAGS="-g -O2"
4735 else
4736 CXXFLAGS="-g"
4738 else
4739 if test "$GXX" = yes; then
4740 CXXFLAGS="-O2"
4741 else
4742 CXXFLAGS=
4745 ac_ext=c
4746 ac_cpp='$CPP $CPPFLAGS'
4747 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4748 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4749 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4751 if test -n "$ac_tool_prefix"; then
4752 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4753 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4755 $as_echo_n "checking for $ac_word... " >&6; }
4756 if ${ac_cv_prog_CPPBIN+:} false; then :
4757 $as_echo_n "(cached) " >&6
4758 else
4759 if test -n "$CPPBIN"; then
4760 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4761 else
4762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4763 for as_dir in $PATH
4765 IFS=$as_save_IFS
4766 test -z "$as_dir" && as_dir=.
4767 for ac_exec_ext in '' $ac_executable_extensions; do
4768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4769 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4771 break 2
4773 done
4774 done
4775 IFS=$as_save_IFS
4779 CPPBIN=$ac_cv_prog_CPPBIN
4780 if test -n "$CPPBIN"; then
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4782 $as_echo "$CPPBIN" >&6; }
4783 else
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4785 $as_echo "no" >&6; }
4790 if test -z "$ac_cv_prog_CPPBIN"; then
4791 ac_ct_CPPBIN=$CPPBIN
4792 # Extract the first word of "cpp", so it can be a program name with args.
4793 set dummy cpp; ac_word=$2
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4795 $as_echo_n "checking for $ac_word... " >&6; }
4796 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4797 $as_echo_n "(cached) " >&6
4798 else
4799 if test -n "$ac_ct_CPPBIN"; then
4800 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4801 else
4802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4803 for as_dir in $PATH
4805 IFS=$as_save_IFS
4806 test -z "$as_dir" && as_dir=.
4807 for ac_exec_ext in '' $ac_executable_extensions; do
4808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4809 ac_cv_prog_ac_ct_CPPBIN="cpp"
4810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4811 break 2
4813 done
4814 done
4815 IFS=$as_save_IFS
4819 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4820 if test -n "$ac_ct_CPPBIN"; then
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4822 $as_echo "$ac_ct_CPPBIN" >&6; }
4823 else
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4825 $as_echo "no" >&6; }
4828 if test "x$ac_ct_CPPBIN" = x; then
4829 CPPBIN="cpp"
4830 else
4831 case $cross_compiling:$ac_tool_warned in
4832 yes:)
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4834 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4835 ac_tool_warned=yes ;;
4836 esac
4837 CPPBIN=$ac_ct_CPPBIN
4839 else
4840 CPPBIN="$ac_cv_prog_CPPBIN"
4844 cat >>confdefs.h <<_ACEOF
4845 #define EXEEXT "$ac_exeext"
4846 _ACEOF
4848 if test -n "$ac_tool_prefix"; then
4849 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4850 set dummy ${ac_tool_prefix}ld; ac_word=$2
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4852 $as_echo_n "checking for $ac_word... " >&6; }
4853 if ${ac_cv_prog_LD+:} false; then :
4854 $as_echo_n "(cached) " >&6
4855 else
4856 if test -n "$LD"; then
4857 ac_cv_prog_LD="$LD" # Let the user override the test.
4858 else
4859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4860 for as_dir in $PATH
4862 IFS=$as_save_IFS
4863 test -z "$as_dir" && as_dir=.
4864 for ac_exec_ext in '' $ac_executable_extensions; do
4865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4866 ac_cv_prog_LD="${ac_tool_prefix}ld"
4867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4868 break 2
4870 done
4871 done
4872 IFS=$as_save_IFS
4876 LD=$ac_cv_prog_LD
4877 if test -n "$LD"; then
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4879 $as_echo "$LD" >&6; }
4880 else
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4882 $as_echo "no" >&6; }
4887 if test -z "$ac_cv_prog_LD"; then
4888 ac_ct_LD=$LD
4889 # Extract the first word of "ld", so it can be a program name with args.
4890 set dummy ld; ac_word=$2
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4892 $as_echo_n "checking for $ac_word... " >&6; }
4893 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4894 $as_echo_n "(cached) " >&6
4895 else
4896 if test -n "$ac_ct_LD"; then
4897 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4898 else
4899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4900 for as_dir in $PATH
4902 IFS=$as_save_IFS
4903 test -z "$as_dir" && as_dir=.
4904 for ac_exec_ext in '' $ac_executable_extensions; do
4905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4906 ac_cv_prog_ac_ct_LD="ld"
4907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4908 break 2
4910 done
4911 done
4912 IFS=$as_save_IFS
4916 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4917 if test -n "$ac_ct_LD"; then
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4919 $as_echo "$ac_ct_LD" >&6; }
4920 else
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4922 $as_echo "no" >&6; }
4925 if test "x$ac_ct_LD" = x; then
4926 LD=""
4927 else
4928 case $cross_compiling:$ac_tool_warned in
4929 yes:)
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4931 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4932 ac_tool_warned=yes ;;
4933 esac
4934 LD=$ac_ct_LD
4936 else
4937 LD="$ac_cv_prog_LD"
4941 case $host in
4942 *-darwin*)
4943 if test "x$enable_win64" = "xyes"
4944 then
4945 CC="$CC -m64"
4946 CXX="$CXX -m64"
4947 host_cpu="x86_64"
4948 notice_platform="64-bit "
4949 TARGETFLAGS="-m64"
4951 else
4952 CC="$CC -m32"
4953 CXX="$CXX -m32"
4954 host_cpu="i386"
4955 notice_platform="32-bit "
4956 TARGETFLAGS="-m32"
4958 enable_win16=${enable_win16:-yes}
4960 with_fontconfig=${with_fontconfig:-no}
4962 x86_64*|amd64*)
4963 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4964 then
4965 CC="$CC -m32"
4966 CXX="$CXX -m32"
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4968 $as_echo_n "checking whether $CC works... " >&6; }
4970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4971 /* end confdefs.h. */
4974 main ()
4978 return 0;
4980 _ACEOF
4981 if ac_fn_c_try_link "$LINENO"; then :
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4983 $as_echo "yes" >&6; }
4984 else
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986 $as_echo "no" >&6; }
4987 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4989 rm -f core conftest.err conftest.$ac_objext \
4990 conftest$ac_exeext conftest.$ac_ext
4991 host_cpu="i386"
4992 notice_platform="32-bit "
4993 TARGETFLAGS="-m32"
4995 enable_win16=${enable_win16:-yes}
4996 else
4997 if test "x${GCC}" = "xyes"
4998 then
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5000 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5002 /* end confdefs.h. */
5003 #include <stdarg.h>
5005 main ()
5007 void func(__builtin_ms_va_list *args);
5009 return 0;
5011 _ACEOF
5012 if ac_fn_c_try_compile "$LINENO"; then :
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5014 $as_echo "yes" >&6; }
5015 else
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017 $as_echo "no" >&6; }
5018 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5022 host_cpu="x86_64"
5023 TARGETFLAGS="-m64"
5027 arm*)
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5029 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5031 /* end confdefs.h. */
5032 int ac_test(int i) { return i; }
5034 main ()
5036 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5038 return 0;
5040 _ACEOF
5041 if ac_fn_c_try_link "$LINENO"; then :
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5043 $as_echo "yes" >&6; }
5044 else
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5046 $as_echo "no" >&6; }
5047 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5049 rm -f core conftest.err conftest.$ac_objext \
5050 conftest$ac_exeext conftest.$ac_ext
5051 CFLAGS="$CFLAGS -marm"
5052 TARGETFLAGS="-marm"
5055 *-mingw32*|*-cygwin*)
5056 enable_win16=${enable_win16:-no}
5057 CFLAGS="$CFLAGS -D_WIN32"
5059 i[3456789]86*)
5060 enable_win16=${enable_win16:-yes}
5062 esac
5064 enable_win16=${enable_win16:-no}
5065 enable_win64=${enable_win64:-no}
5067 enable_winetest=${enable_winetest:-$enable_tests}
5069 if test -n "$with_wine64"
5070 then
5071 if test "x$enable_win64" = "xyes"
5072 then
5073 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5074 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5076 test "$srcdir" != . || as_fn_error $? "--with-wine64 cannot be used when building inside the source tree.
5077 You should create a separate build directory and run configure from there." "$LINENO" 5
5078 enable_fonts=${enable_fonts:-no}
5079 enable_server=${enable_server:-no}
5080 elif test "x$enable_win64" = "xyes"
5081 then
5082 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5086 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5087 if ${wine_cv_toolsdir+:} false; then :
5088 $as_echo_n "(cached) " >&6
5089 else
5090 wine_cv_toolsdir="$with_wine_tools"
5091 if test -z "$with_wine_tools"; then
5092 if test "$cross_compiling" = "yes"; then
5093 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5094 elif test -n "$with_wine64"; then
5095 wine_cv_toolsdir="$with_wine64"
5098 if test -z "$wine_cv_toolsdir"; then
5099 wine_makedep=tools/makedep
5100 wine_cv_toolsdir="\$(top_builddir)"
5101 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5102 wine_makedep=$wine_cv_toolsdir/tools/makedep
5103 case "$wine_cv_toolsdir" in
5104 /*) ;;
5105 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5106 esac
5107 enable_tools=${enable_tools:-no}
5108 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5109 else
5110 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5114 $as_echo "$wine_cv_toolsdir" >&6; }
5115 TOOLSDIR=$wine_cv_toolsdir
5117 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5118 then
5119 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5123 for ac_prog in flex
5125 # Extract the first word of "$ac_prog", so it can be a program name with args.
5126 set dummy $ac_prog; ac_word=$2
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5128 $as_echo_n "checking for $ac_word... " >&6; }
5129 if ${ac_cv_prog_FLEX+:} false; then :
5130 $as_echo_n "(cached) " >&6
5131 else
5132 if test -n "$FLEX"; then
5133 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5134 else
5135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5136 for as_dir in $PATH
5138 IFS=$as_save_IFS
5139 test -z "$as_dir" && as_dir=.
5140 for ac_exec_ext in '' $ac_executable_extensions; do
5141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5142 ac_cv_prog_FLEX="$ac_prog"
5143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5144 break 2
5146 done
5147 done
5148 IFS=$as_save_IFS
5152 FLEX=$ac_cv_prog_FLEX
5153 if test -n "$FLEX"; then
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5155 $as_echo "$FLEX" >&6; }
5156 else
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5158 $as_echo "no" >&6; }
5162 test -n "$FLEX" && break
5163 done
5164 test -n "$FLEX" || FLEX="none"
5166 if test "$FLEX" = "none"
5167 then
5168 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5171 $as_echo_n "checking whether flex is recent enough... " >&6; }
5172 cat >conftest.l <<EOF
5173 %top{
5174 #include "prediluvian.h"
5178 if $FLEX -t conftest.l >/dev/null 2>&5
5179 then
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5181 $as_echo "yes" >&6; }
5182 else
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5184 $as_echo "no" >&6; }
5185 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5188 for ac_prog in bison
5190 # Extract the first word of "$ac_prog", so it can be a program name with args.
5191 set dummy $ac_prog; ac_word=$2
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5193 $as_echo_n "checking for $ac_word... " >&6; }
5194 if ${ac_cv_prog_BISON+:} false; then :
5195 $as_echo_n "(cached) " >&6
5196 else
5197 if test -n "$BISON"; then
5198 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5199 else
5200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5201 for as_dir in $PATH
5203 IFS=$as_save_IFS
5204 test -z "$as_dir" && as_dir=.
5205 for ac_exec_ext in '' $ac_executable_extensions; do
5206 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5207 ac_cv_prog_BISON="$ac_prog"
5208 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5209 break 2
5211 done
5212 done
5213 IFS=$as_save_IFS
5217 BISON=$ac_cv_prog_BISON
5218 if test -n "$BISON"; then
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5220 $as_echo "$BISON" >&6; }
5221 else
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5223 $as_echo "no" >&6; }
5227 test -n "$BISON" && break
5228 done
5229 test -n "$BISON" || BISON="none"
5231 if test "$BISON" = "none"
5232 then
5233 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5236 if test -n "$ac_tool_prefix"; then
5237 for ac_prog in ar gar
5239 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5240 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5242 $as_echo_n "checking for $ac_word... " >&6; }
5243 if ${ac_cv_prog_AR+:} false; then :
5244 $as_echo_n "(cached) " >&6
5245 else
5246 if test -n "$AR"; then
5247 ac_cv_prog_AR="$AR" # Let the user override the test.
5248 else
5249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5250 for as_dir in $PATH
5252 IFS=$as_save_IFS
5253 test -z "$as_dir" && as_dir=.
5254 for ac_exec_ext in '' $ac_executable_extensions; do
5255 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5256 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5258 break 2
5260 done
5261 done
5262 IFS=$as_save_IFS
5266 AR=$ac_cv_prog_AR
5267 if test -n "$AR"; then
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5269 $as_echo "$AR" >&6; }
5270 else
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5272 $as_echo "no" >&6; }
5276 test -n "$AR" && break
5277 done
5279 if test -z "$AR"; then
5280 ac_ct_AR=$AR
5281 for ac_prog in ar gar
5283 # Extract the first word of "$ac_prog", so it can be a program name with args.
5284 set dummy $ac_prog; ac_word=$2
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5286 $as_echo_n "checking for $ac_word... " >&6; }
5287 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5288 $as_echo_n "(cached) " >&6
5289 else
5290 if test -n "$ac_ct_AR"; then
5291 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5292 else
5293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5294 for as_dir in $PATH
5296 IFS=$as_save_IFS
5297 test -z "$as_dir" && as_dir=.
5298 for ac_exec_ext in '' $ac_executable_extensions; do
5299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5300 ac_cv_prog_ac_ct_AR="$ac_prog"
5301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5302 break 2
5304 done
5305 done
5306 IFS=$as_save_IFS
5310 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5311 if test -n "$ac_ct_AR"; then
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5313 $as_echo "$ac_ct_AR" >&6; }
5314 else
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5316 $as_echo "no" >&6; }
5320 test -n "$ac_ct_AR" && break
5321 done
5323 if test "x$ac_ct_AR" = x; then
5324 AR="ar"
5325 else
5326 case $cross_compiling:$ac_tool_warned in
5327 yes:)
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5329 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5330 ac_tool_warned=yes ;;
5331 esac
5332 AR=$ac_ct_AR
5336 if test -n "$ac_tool_prefix"; then
5337 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5338 set dummy ${ac_tool_prefix}strip; ac_word=$2
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5340 $as_echo_n "checking for $ac_word... " >&6; }
5341 if ${ac_cv_prog_STRIP+:} false; then :
5342 $as_echo_n "(cached) " >&6
5343 else
5344 if test -n "$STRIP"; then
5345 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5346 else
5347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5348 for as_dir in $PATH
5350 IFS=$as_save_IFS
5351 test -z "$as_dir" && as_dir=.
5352 for ac_exec_ext in '' $ac_executable_extensions; do
5353 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5354 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5356 break 2
5358 done
5359 done
5360 IFS=$as_save_IFS
5364 STRIP=$ac_cv_prog_STRIP
5365 if test -n "$STRIP"; then
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5367 $as_echo "$STRIP" >&6; }
5368 else
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5370 $as_echo "no" >&6; }
5375 if test -z "$ac_cv_prog_STRIP"; then
5376 ac_ct_STRIP=$STRIP
5377 # Extract the first word of "strip", so it can be a program name with args.
5378 set dummy strip; ac_word=$2
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5380 $as_echo_n "checking for $ac_word... " >&6; }
5381 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5382 $as_echo_n "(cached) " >&6
5383 else
5384 if test -n "$ac_ct_STRIP"; then
5385 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5386 else
5387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5388 for as_dir in $PATH
5390 IFS=$as_save_IFS
5391 test -z "$as_dir" && as_dir=.
5392 for ac_exec_ext in '' $ac_executable_extensions; do
5393 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5394 ac_cv_prog_ac_ct_STRIP="strip"
5395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5396 break 2
5398 done
5399 done
5400 IFS=$as_save_IFS
5404 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5405 if test -n "$ac_ct_STRIP"; then
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5407 $as_echo "$ac_ct_STRIP" >&6; }
5408 else
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5410 $as_echo "no" >&6; }
5413 if test "x$ac_ct_STRIP" = x; then
5414 STRIP="strip"
5415 else
5416 case $cross_compiling:$ac_tool_warned in
5417 yes:)
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5419 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5420 ac_tool_warned=yes ;;
5421 esac
5422 STRIP=$ac_ct_STRIP
5424 else
5425 STRIP="$ac_cv_prog_STRIP"
5428 ARFLAGS=rc
5430 if test -n "$ac_tool_prefix"; then
5431 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5432 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5434 $as_echo_n "checking for $ac_word... " >&6; }
5435 if ${ac_cv_prog_RANLIB+:} false; then :
5436 $as_echo_n "(cached) " >&6
5437 else
5438 if test -n "$RANLIB"; then
5439 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5440 else
5441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5442 for as_dir in $PATH
5444 IFS=$as_save_IFS
5445 test -z "$as_dir" && as_dir=.
5446 for ac_exec_ext in '' $ac_executable_extensions; do
5447 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5448 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5450 break 2
5452 done
5453 done
5454 IFS=$as_save_IFS
5458 RANLIB=$ac_cv_prog_RANLIB
5459 if test -n "$RANLIB"; then
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5461 $as_echo "$RANLIB" >&6; }
5462 else
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5464 $as_echo "no" >&6; }
5469 if test -z "$ac_cv_prog_RANLIB"; then
5470 ac_ct_RANLIB=$RANLIB
5471 # Extract the first word of "ranlib", so it can be a program name with args.
5472 set dummy ranlib; ac_word=$2
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5474 $as_echo_n "checking for $ac_word... " >&6; }
5475 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5476 $as_echo_n "(cached) " >&6
5477 else
5478 if test -n "$ac_ct_RANLIB"; then
5479 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5480 else
5481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5482 for as_dir in $PATH
5484 IFS=$as_save_IFS
5485 test -z "$as_dir" && as_dir=.
5486 for ac_exec_ext in '' $ac_executable_extensions; do
5487 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5488 ac_cv_prog_ac_ct_RANLIB="ranlib"
5489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5490 break 2
5492 done
5493 done
5494 IFS=$as_save_IFS
5498 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5499 if test -n "$ac_ct_RANLIB"; then
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5501 $as_echo "$ac_ct_RANLIB" >&6; }
5502 else
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5504 $as_echo "no" >&6; }
5507 if test "x$ac_ct_RANLIB" = x; then
5508 RANLIB=":"
5509 else
5510 case $cross_compiling:$ac_tool_warned in
5511 yes:)
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5513 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5514 ac_tool_warned=yes ;;
5515 esac
5516 RANLIB=$ac_ct_RANLIB
5518 else
5519 RANLIB="$ac_cv_prog_RANLIB"
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5523 $as_echo_n "checking whether ln -s works... " >&6; }
5524 LN_S=$as_ln_s
5525 if test "$LN_S" = "ln -s"; then
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5527 $as_echo "yes" >&6; }
5528 else
5529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5530 $as_echo "no, using $LN_S" >&6; }
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5534 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5535 if ${ac_cv_path_GREP+:} false; then :
5536 $as_echo_n "(cached) " >&6
5537 else
5538 if test -z "$GREP"; then
5539 ac_path_GREP_found=false
5540 # Loop through the user's path and test for each of PROGNAME-LIST
5541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5542 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5544 IFS=$as_save_IFS
5545 test -z "$as_dir" && as_dir=.
5546 for ac_prog in grep ggrep; do
5547 for ac_exec_ext in '' $ac_executable_extensions; do
5548 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5549 as_fn_executable_p "$ac_path_GREP" || continue
5550 # Check for GNU ac_path_GREP and select it if it is found.
5551 # Check for GNU $ac_path_GREP
5552 case `"$ac_path_GREP" --version 2>&1` in
5553 *GNU*)
5554 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5556 ac_count=0
5557 $as_echo_n 0123456789 >"conftest.in"
5558 while :
5560 cat "conftest.in" "conftest.in" >"conftest.tmp"
5561 mv "conftest.tmp" "conftest.in"
5562 cp "conftest.in" "conftest.nl"
5563 $as_echo 'GREP' >> "conftest.nl"
5564 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5565 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5566 as_fn_arith $ac_count + 1 && ac_count=$as_val
5567 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5568 # Best one so far, save it but keep looking for a better one
5569 ac_cv_path_GREP="$ac_path_GREP"
5570 ac_path_GREP_max=$ac_count
5572 # 10*(2^10) chars as input seems more than enough
5573 test $ac_count -gt 10 && break
5574 done
5575 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5576 esac
5578 $ac_path_GREP_found && break 3
5579 done
5580 done
5581 done
5582 IFS=$as_save_IFS
5583 if test -z "$ac_cv_path_GREP"; then
5584 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5586 else
5587 ac_cv_path_GREP=$GREP
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5592 $as_echo "$ac_cv_path_GREP" >&6; }
5593 GREP="$ac_cv_path_GREP"
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5597 $as_echo_n "checking for egrep... " >&6; }
5598 if ${ac_cv_path_EGREP+:} false; then :
5599 $as_echo_n "(cached) " >&6
5600 else
5601 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5602 then ac_cv_path_EGREP="$GREP -E"
5603 else
5604 if test -z "$EGREP"; then
5605 ac_path_EGREP_found=false
5606 # Loop through the user's path and test for each of PROGNAME-LIST
5607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5608 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5610 IFS=$as_save_IFS
5611 test -z "$as_dir" && as_dir=.
5612 for ac_prog in egrep; do
5613 for ac_exec_ext in '' $ac_executable_extensions; do
5614 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5615 as_fn_executable_p "$ac_path_EGREP" || continue
5616 # Check for GNU ac_path_EGREP and select it if it is found.
5617 # Check for GNU $ac_path_EGREP
5618 case `"$ac_path_EGREP" --version 2>&1` in
5619 *GNU*)
5620 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5622 ac_count=0
5623 $as_echo_n 0123456789 >"conftest.in"
5624 while :
5626 cat "conftest.in" "conftest.in" >"conftest.tmp"
5627 mv "conftest.tmp" "conftest.in"
5628 cp "conftest.in" "conftest.nl"
5629 $as_echo 'EGREP' >> "conftest.nl"
5630 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5631 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5632 as_fn_arith $ac_count + 1 && ac_count=$as_val
5633 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5634 # Best one so far, save it but keep looking for a better one
5635 ac_cv_path_EGREP="$ac_path_EGREP"
5636 ac_path_EGREP_max=$ac_count
5638 # 10*(2^10) chars as input seems more than enough
5639 test $ac_count -gt 10 && break
5640 done
5641 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5642 esac
5644 $ac_path_EGREP_found && break 3
5645 done
5646 done
5647 done
5648 IFS=$as_save_IFS
5649 if test -z "$ac_cv_path_EGREP"; then
5650 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5652 else
5653 ac_cv_path_EGREP=$EGREP
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5659 $as_echo "$ac_cv_path_EGREP" >&6; }
5660 EGREP="$ac_cv_path_EGREP"
5663 # Extract the first word of "ldconfig", so it can be a program name with args.
5664 set dummy ldconfig; ac_word=$2
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5666 $as_echo_n "checking for $ac_word... " >&6; }
5667 if ${ac_cv_path_LDCONFIG+:} false; then :
5668 $as_echo_n "(cached) " >&6
5669 else
5670 case $LDCONFIG in
5671 [\\/]* | ?:[\\/]*)
5672 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5676 for as_dir in /sbin /usr/sbin $PATH
5678 IFS=$as_save_IFS
5679 test -z "$as_dir" && as_dir=.
5680 for ac_exec_ext in '' $ac_executable_extensions; do
5681 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5682 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5684 break 2
5686 done
5687 done
5688 IFS=$as_save_IFS
5690 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5692 esac
5694 LDCONFIG=$ac_cv_path_LDCONFIG
5695 if test -n "$LDCONFIG"; then
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5697 $as_echo "$LDCONFIG" >&6; }
5698 else
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5700 $as_echo "no" >&6; }
5704 for ac_prog in msgfmt
5706 # Extract the first word of "$ac_prog", so it can be a program name with args.
5707 set dummy $ac_prog; ac_word=$2
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5709 $as_echo_n "checking for $ac_word... " >&6; }
5710 if ${ac_cv_prog_MSGFMT+:} false; then :
5711 $as_echo_n "(cached) " >&6
5712 else
5713 if test -n "$MSGFMT"; then
5714 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5715 else
5716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5717 for as_dir in $PATH
5719 IFS=$as_save_IFS
5720 test -z "$as_dir" && as_dir=.
5721 for ac_exec_ext in '' $ac_executable_extensions; do
5722 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5723 ac_cv_prog_MSGFMT="$ac_prog"
5724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5725 break 2
5727 done
5728 done
5729 IFS=$as_save_IFS
5733 MSGFMT=$ac_cv_prog_MSGFMT
5734 if test -n "$MSGFMT"; then
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5736 $as_echo "$MSGFMT" >&6; }
5737 else
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5739 $as_echo "no" >&6; }
5743 test -n "$MSGFMT" && break
5744 done
5745 test -n "$MSGFMT" || MSGFMT="false"
5747 if ${ac_tool_prefix+:} false; then :
5748 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5749 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5751 $as_echo_n "checking for $ac_word... " >&6; }
5752 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5753 $as_echo_n "(cached) " >&6
5754 else
5755 if test -n "$PKG_CONFIG"; then
5756 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5757 else
5758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5759 for as_dir in $PATH
5761 IFS=$as_save_IFS
5762 test -z "$as_dir" && as_dir=.
5763 for ac_exec_ext in '' $ac_executable_extensions; do
5764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5765 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5767 break 2
5769 done
5770 done
5771 IFS=$as_save_IFS
5775 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5776 if test -n "$PKG_CONFIG"; then
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5778 $as_echo "$PKG_CONFIG" >&6; }
5779 else
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5781 $as_echo "no" >&6; }
5786 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5787 if test "x$cross_compiling" = xyes; then :
5789 else
5790 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5791 # Extract the first word of "pkg-config", so it can be a program name with args.
5792 set dummy pkg-config; ac_word=$2
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5794 $as_echo_n "checking for $ac_word... " >&6; }
5795 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5796 $as_echo_n "(cached) " >&6
5797 else
5798 if test -n "$PKG_CONFIG"; then
5799 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5800 else
5801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5802 for as_dir in $PATH
5804 IFS=$as_save_IFS
5805 test -z "$as_dir" && as_dir=.
5806 for ac_exec_ext in '' $ac_executable_extensions; do
5807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5808 ac_cv_prog_PKG_CONFIG="pkg-config"
5809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5810 break 2
5812 done
5813 done
5814 IFS=$as_save_IFS
5818 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5819 if test -n "$PKG_CONFIG"; then
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5821 $as_echo "$PKG_CONFIG" >&6; }
5822 else
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5824 $as_echo "no" >&6; }
5829 else
5830 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5833 if test "x$enable_maintainer_mode" != "xyes"
5834 then
5835 FONTFORGE=""
5836 RSVG=""
5837 CONVERT=""
5838 ICOTOOL=""
5839 else
5840 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5841 for ac_prog in fontforge
5843 # Extract the first word of "$ac_prog", so it can be a program name with args.
5844 set dummy $ac_prog; ac_word=$2
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5846 $as_echo_n "checking for $ac_word... " >&6; }
5847 if ${ac_cv_prog_FONTFORGE+:} false; then :
5848 $as_echo_n "(cached) " >&6
5849 else
5850 if test -n "$FONTFORGE"; then
5851 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5852 else
5853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5854 for as_dir in $PATH
5856 IFS=$as_save_IFS
5857 test -z "$as_dir" && as_dir=.
5858 for ac_exec_ext in '' $ac_executable_extensions; do
5859 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5860 ac_cv_prog_FONTFORGE="$ac_prog"
5861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5862 break 2
5864 done
5865 done
5866 IFS=$as_save_IFS
5870 FONTFORGE=$ac_cv_prog_FONTFORGE
5871 if test -n "$FONTFORGE"; then
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5873 $as_echo "$FONTFORGE" >&6; }
5874 else
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5876 $as_echo "no" >&6; }
5880 test -n "$FONTFORGE" && break
5881 done
5882 test -n "$FONTFORGE" || FONTFORGE="false"
5884 for ac_prog in rsvg-convert rsvg
5886 # Extract the first word of "$ac_prog", so it can be a program name with args.
5887 set dummy $ac_prog; ac_word=$2
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5889 $as_echo_n "checking for $ac_word... " >&6; }
5890 if ${ac_cv_prog_RSVG+:} false; then :
5891 $as_echo_n "(cached) " >&6
5892 else
5893 if test -n "$RSVG"; then
5894 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5895 else
5896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5897 for as_dir in $PATH
5899 IFS=$as_save_IFS
5900 test -z "$as_dir" && as_dir=.
5901 for ac_exec_ext in '' $ac_executable_extensions; do
5902 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5903 ac_cv_prog_RSVG="$ac_prog"
5904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5905 break 2
5907 done
5908 done
5909 IFS=$as_save_IFS
5913 RSVG=$ac_cv_prog_RSVG
5914 if test -n "$RSVG"; then
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5916 $as_echo "$RSVG" >&6; }
5917 else
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5919 $as_echo "no" >&6; }
5923 test -n "$RSVG" && break
5924 done
5925 test -n "$RSVG" || RSVG="false"
5927 for ac_prog in convert
5929 # Extract the first word of "$ac_prog", so it can be a program name with args.
5930 set dummy $ac_prog; ac_word=$2
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5932 $as_echo_n "checking for $ac_word... " >&6; }
5933 if ${ac_cv_prog_CONVERT+:} false; then :
5934 $as_echo_n "(cached) " >&6
5935 else
5936 if test -n "$CONVERT"; then
5937 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5938 else
5939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5940 for as_dir in $PATH
5942 IFS=$as_save_IFS
5943 test -z "$as_dir" && as_dir=.
5944 for ac_exec_ext in '' $ac_executable_extensions; do
5945 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5946 ac_cv_prog_CONVERT="$ac_prog"
5947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5948 break 2
5950 done
5951 done
5952 IFS=$as_save_IFS
5956 CONVERT=$ac_cv_prog_CONVERT
5957 if test -n "$CONVERT"; then
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5959 $as_echo "$CONVERT" >&6; }
5960 else
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5962 $as_echo "no" >&6; }
5966 test -n "$CONVERT" && break
5967 done
5968 test -n "$CONVERT" || CONVERT="false"
5970 for ac_prog in icotool
5972 # Extract the first word of "$ac_prog", so it can be a program name with args.
5973 set dummy $ac_prog; ac_word=$2
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5975 $as_echo_n "checking for $ac_word... " >&6; }
5976 if ${ac_cv_prog_ICOTOOL+:} false; then :
5977 $as_echo_n "(cached) " >&6
5978 else
5979 if test -n "$ICOTOOL"; then
5980 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5981 else
5982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5983 for as_dir in $PATH
5985 IFS=$as_save_IFS
5986 test -z "$as_dir" && as_dir=.
5987 for ac_exec_ext in '' $ac_executable_extensions; do
5988 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5989 ac_cv_prog_ICOTOOL="$ac_prog"
5990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5991 break 2
5993 done
5994 done
5995 IFS=$as_save_IFS
5999 ICOTOOL=$ac_cv_prog_ICOTOOL
6000 if test -n "$ICOTOOL"; then
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6002 $as_echo "$ICOTOOL" >&6; }
6003 else
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6005 $as_echo "no" >&6; }
6009 test -n "$ICOTOOL" && break
6010 done
6011 test -n "$ICOTOOL" || ICOTOOL="false"
6013 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6014 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6016 if test "$CONVERT" = false
6017 then
6018 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6019 else
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6021 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6022 convert_version=`convert --version | head -n1`
6023 if test "x$convert_version" != "x"
6024 then
6025 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6026 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6027 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6028 then
6029 CONVERT=false
6032 if test "$CONVERT" = false
6033 then
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6035 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6036 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6037 else
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6039 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6043 if test "$ICOTOOL" = false
6044 then
6045 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6046 else
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6048 $as_echo_n "checking for recent enough icotool... " >&6; }
6049 icotool_version=`icotool --version | head -n1`
6050 if test "x$icotool_version" != "x"
6051 then
6052 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6053 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6054 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6055 then
6056 ICOTOOL=false
6057 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6060 if test "$ICOTOOL" = false
6061 then
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6063 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6064 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6065 else
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6067 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6071 with_gettext=yes
6072 with_gettextpo=yes
6073 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6076 test "x$with_gettext" != xno || MSGFMT=false
6077 if test "$MSGFMT" != "false"
6078 then
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6080 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6081 cat >conftest.po <<EOF
6082 # comment
6083 msgctxt "ctxt"
6084 msgid "id"
6085 msgstr "str"
6087 if $MSGFMT -o /dev/null conftest.po 2>&5
6088 then
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6090 $as_echo "yes" >&6; }
6091 else
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6093 $as_echo "no" >&6; }
6094 MSGFMT=false
6097 if test "$MSGFMT" = false; then :
6098 case "x$with_gettext" in
6099 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6100 xno) ;;
6101 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6102 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6103 esac
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6108 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6109 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6110 $as_echo_n "(cached) " >&6
6111 else
6112 ac_check_lib_save_LIBS=$LIBS
6113 LIBS="-li386 $LIBS"
6114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6115 /* end confdefs.h. */
6117 /* Override any GCC internal prototype to avoid an error.
6118 Use char because int might match the return type of a GCC
6119 builtin and then its argument prototype would still apply. */
6120 #ifdef __cplusplus
6121 extern "C"
6122 #endif
6123 char i386_set_ldt ();
6125 main ()
6127 return i386_set_ldt ();
6129 return 0;
6131 _ACEOF
6132 if ac_fn_c_try_link "$LINENO"; then :
6133 ac_cv_lib_i386_i386_set_ldt=yes
6134 else
6135 ac_cv_lib_i386_i386_set_ldt=no
6137 rm -f core conftest.err conftest.$ac_objext \
6138 conftest$ac_exeext conftest.$ac_ext
6139 LIBS=$ac_check_lib_save_LIBS
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6142 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6143 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6144 cat >>confdefs.h <<_ACEOF
6145 #define HAVE_LIBI386 1
6146 _ACEOF
6148 LIBS="-li386 $LIBS"
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6153 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6154 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6155 $as_echo_n "(cached) " >&6
6156 else
6157 ac_check_lib_save_LIBS=$LIBS
6158 LIBS="-lossaudio $LIBS"
6159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6160 /* end confdefs.h. */
6162 /* Override any GCC internal prototype to avoid an error.
6163 Use char because int might match the return type of a GCC
6164 builtin and then its argument prototype would still apply. */
6165 #ifdef __cplusplus
6166 extern "C"
6167 #endif
6168 char _oss_ioctl ();
6170 main ()
6172 return _oss_ioctl ();
6174 return 0;
6176 _ACEOF
6177 if ac_fn_c_try_link "$LINENO"; then :
6178 ac_cv_lib_ossaudio__oss_ioctl=yes
6179 else
6180 ac_cv_lib_ossaudio__oss_ioctl=no
6182 rm -f core conftest.err conftest.$ac_objext \
6183 conftest$ac_exeext conftest.$ac_ext
6184 LIBS=$ac_check_lib_save_LIBS
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6187 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6188 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6189 cat >>confdefs.h <<_ACEOF
6190 #define HAVE_LIBOSSAUDIO 1
6191 _ACEOF
6193 LIBS="-lossaudio $LIBS"
6198 OPENGL_LIBS=""
6202 # Check whether --enable-largefile was given.
6203 if test "${enable_largefile+set}" = set; then :
6204 enableval=$enable_largefile;
6207 if test "$enable_largefile" != no; then
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6210 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6211 if ${ac_cv_sys_largefile_CC+:} false; then :
6212 $as_echo_n "(cached) " >&6
6213 else
6214 ac_cv_sys_largefile_CC=no
6215 if test "$GCC" != yes; then
6216 ac_save_CC=$CC
6217 while :; do
6218 # IRIX 6.2 and later do not support large files by default,
6219 # so use the C compiler's -n32 option if that helps.
6220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6221 /* end confdefs.h. */
6222 #include <sys/types.h>
6223 /* Check that off_t can represent 2**63 - 1 correctly.
6224 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6225 since some C++ compilers masquerading as C compilers
6226 incorrectly reject 9223372036854775807. */
6227 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6228 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6229 && LARGE_OFF_T % 2147483647 == 1)
6230 ? 1 : -1];
6232 main ()
6236 return 0;
6238 _ACEOF
6239 if ac_fn_c_try_compile "$LINENO"; then :
6240 break
6242 rm -f core conftest.err conftest.$ac_objext
6243 CC="$CC -n32"
6244 if ac_fn_c_try_compile "$LINENO"; then :
6245 ac_cv_sys_largefile_CC=' -n32'; break
6247 rm -f core conftest.err conftest.$ac_objext
6248 break
6249 done
6250 CC=$ac_save_CC
6251 rm -f conftest.$ac_ext
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6255 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6256 if test "$ac_cv_sys_largefile_CC" != no; then
6257 CC=$CC$ac_cv_sys_largefile_CC
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6261 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6262 if ${ac_cv_sys_file_offset_bits+:} false; then :
6263 $as_echo_n "(cached) " >&6
6264 else
6265 while :; do
6266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6267 /* end confdefs.h. */
6268 #include <sys/types.h>
6269 /* Check that off_t can represent 2**63 - 1 correctly.
6270 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6271 since some C++ compilers masquerading as C compilers
6272 incorrectly reject 9223372036854775807. */
6273 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6274 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6275 && LARGE_OFF_T % 2147483647 == 1)
6276 ? 1 : -1];
6278 main ()
6282 return 0;
6284 _ACEOF
6285 if ac_fn_c_try_compile "$LINENO"; then :
6286 ac_cv_sys_file_offset_bits=no; break
6288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6290 /* end confdefs.h. */
6291 #define _FILE_OFFSET_BITS 64
6292 #include <sys/types.h>
6293 /* Check that off_t can represent 2**63 - 1 correctly.
6294 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6295 since some C++ compilers masquerading as C compilers
6296 incorrectly reject 9223372036854775807. */
6297 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6298 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6299 && LARGE_OFF_T % 2147483647 == 1)
6300 ? 1 : -1];
6302 main ()
6306 return 0;
6308 _ACEOF
6309 if ac_fn_c_try_compile "$LINENO"; then :
6310 ac_cv_sys_file_offset_bits=64; break
6312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6313 ac_cv_sys_file_offset_bits=unknown
6314 break
6315 done
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6318 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6319 case $ac_cv_sys_file_offset_bits in #(
6320 no | unknown) ;;
6322 cat >>confdefs.h <<_ACEOF
6323 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6324 _ACEOF
6326 esac
6327 rm -rf conftest*
6328 if test $ac_cv_sys_file_offset_bits = unknown; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6330 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6331 if ${ac_cv_sys_large_files+:} false; then :
6332 $as_echo_n "(cached) " >&6
6333 else
6334 while :; do
6335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6336 /* end confdefs.h. */
6337 #include <sys/types.h>
6338 /* Check that off_t can represent 2**63 - 1 correctly.
6339 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6340 since some C++ compilers masquerading as C compilers
6341 incorrectly reject 9223372036854775807. */
6342 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6343 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6344 && LARGE_OFF_T % 2147483647 == 1)
6345 ? 1 : -1];
6347 main ()
6351 return 0;
6353 _ACEOF
6354 if ac_fn_c_try_compile "$LINENO"; then :
6355 ac_cv_sys_large_files=no; break
6357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6359 /* end confdefs.h. */
6360 #define _LARGE_FILES 1
6361 #include <sys/types.h>
6362 /* Check that off_t can represent 2**63 - 1 correctly.
6363 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6364 since some C++ compilers masquerading as C compilers
6365 incorrectly reject 9223372036854775807. */
6366 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6367 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6368 && LARGE_OFF_T % 2147483647 == 1)
6369 ? 1 : -1];
6371 main ()
6375 return 0;
6377 _ACEOF
6378 if ac_fn_c_try_compile "$LINENO"; then :
6379 ac_cv_sys_large_files=1; break
6381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6382 ac_cv_sys_large_files=unknown
6383 break
6384 done
6386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6387 $as_echo "$ac_cv_sys_large_files" >&6; }
6388 case $ac_cv_sys_large_files in #(
6389 no | unknown) ;;
6391 cat >>confdefs.h <<_ACEOF
6392 #define _LARGE_FILES $ac_cv_sys_large_files
6393 _ACEOF
6395 esac
6396 rm -rf conftest*
6403 ac_ext=c
6404 ac_cpp='$CPP $CPPFLAGS'
6405 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6406 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6407 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6409 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6410 # On Suns, sometimes $CPP names a directory.
6411 if test -n "$CPP" && test -d "$CPP"; then
6412 CPP=
6414 if test -z "$CPP"; then
6415 if ${ac_cv_prog_CPP+:} false; then :
6416 $as_echo_n "(cached) " >&6
6417 else
6418 # Double quotes because CPP needs to be expanded
6419 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6421 ac_preproc_ok=false
6422 for ac_c_preproc_warn_flag in '' yes
6424 # Use a header file that comes with gcc, so configuring glibc
6425 # with a fresh cross-compiler works.
6426 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6427 # <limits.h> exists even on freestanding compilers.
6428 # On the NeXT, cc -E runs the code through the compiler's parser,
6429 # not just through cpp. "Syntax error" is here to catch this case.
6430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6431 /* end confdefs.h. */
6432 #ifdef __STDC__
6433 # include <limits.h>
6434 #else
6435 # include <assert.h>
6436 #endif
6437 Syntax error
6438 _ACEOF
6439 if ac_fn_c_try_cpp "$LINENO"; then :
6441 else
6442 # Broken: fails on valid input.
6443 continue
6445 rm -f conftest.err conftest.i conftest.$ac_ext
6447 # OK, works on sane cases. Now check whether nonexistent headers
6448 # can be detected and how.
6449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6450 /* end confdefs.h. */
6451 #include <ac_nonexistent.h>
6452 _ACEOF
6453 if ac_fn_c_try_cpp "$LINENO"; then :
6454 # Broken: success on invalid input.
6455 continue
6456 else
6457 # Passes both tests.
6458 ac_preproc_ok=:
6459 break
6461 rm -f conftest.err conftest.i conftest.$ac_ext
6463 done
6464 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6465 rm -f conftest.i conftest.err conftest.$ac_ext
6466 if $ac_preproc_ok; then :
6467 break
6470 done
6471 ac_cv_prog_CPP=$CPP
6474 CPP=$ac_cv_prog_CPP
6475 else
6476 ac_cv_prog_CPP=$CPP
6478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6479 $as_echo "$CPP" >&6; }
6480 ac_preproc_ok=false
6481 for ac_c_preproc_warn_flag in '' yes
6483 # Use a header file that comes with gcc, so configuring glibc
6484 # with a fresh cross-compiler works.
6485 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6486 # <limits.h> exists even on freestanding compilers.
6487 # On the NeXT, cc -E runs the code through the compiler's parser,
6488 # not just through cpp. "Syntax error" is here to catch this case.
6489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6490 /* end confdefs.h. */
6491 #ifdef __STDC__
6492 # include <limits.h>
6493 #else
6494 # include <assert.h>
6495 #endif
6496 Syntax error
6497 _ACEOF
6498 if ac_fn_c_try_cpp "$LINENO"; then :
6500 else
6501 # Broken: fails on valid input.
6502 continue
6504 rm -f conftest.err conftest.i conftest.$ac_ext
6506 # OK, works on sane cases. Now check whether nonexistent headers
6507 # can be detected and how.
6508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6509 /* end confdefs.h. */
6510 #include <ac_nonexistent.h>
6511 _ACEOF
6512 if ac_fn_c_try_cpp "$LINENO"; then :
6513 # Broken: success on invalid input.
6514 continue
6515 else
6516 # Passes both tests.
6517 ac_preproc_ok=:
6518 break
6520 rm -f conftest.err conftest.i conftest.$ac_ext
6522 done
6523 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6524 rm -f conftest.i conftest.err conftest.$ac_ext
6525 if $ac_preproc_ok; then :
6527 else
6528 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6529 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6530 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6531 See \`config.log' for more details" "$LINENO" 5; }
6534 ac_ext=c
6535 ac_cpp='$CPP $CPPFLAGS'
6536 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6537 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6538 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6542 $as_echo_n "checking for ANSI C header files... " >&6; }
6543 if ${ac_cv_header_stdc+:} false; then :
6544 $as_echo_n "(cached) " >&6
6545 else
6546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6547 /* end confdefs.h. */
6548 #include <stdlib.h>
6549 #include <stdarg.h>
6550 #include <string.h>
6551 #include <float.h>
6554 main ()
6558 return 0;
6560 _ACEOF
6561 if ac_fn_c_try_compile "$LINENO"; then :
6562 ac_cv_header_stdc=yes
6563 else
6564 ac_cv_header_stdc=no
6566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6568 if test $ac_cv_header_stdc = yes; then
6569 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h. */
6572 #include <string.h>
6574 _ACEOF
6575 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6576 $EGREP "memchr" >/dev/null 2>&1; then :
6578 else
6579 ac_cv_header_stdc=no
6581 rm -f conftest*
6585 if test $ac_cv_header_stdc = yes; then
6586 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6588 /* end confdefs.h. */
6589 #include <stdlib.h>
6591 _ACEOF
6592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6593 $EGREP "free" >/dev/null 2>&1; then :
6595 else
6596 ac_cv_header_stdc=no
6598 rm -f conftest*
6602 if test $ac_cv_header_stdc = yes; then
6603 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6604 if test "$cross_compiling" = yes; then :
6606 else
6607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6608 /* end confdefs.h. */
6609 #include <ctype.h>
6610 #include <stdlib.h>
6611 #if ((' ' & 0x0FF) == 0x020)
6612 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6613 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6614 #else
6615 # define ISLOWER(c) \
6616 (('a' <= (c) && (c) <= 'i') \
6617 || ('j' <= (c) && (c) <= 'r') \
6618 || ('s' <= (c) && (c) <= 'z'))
6619 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6620 #endif
6622 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6624 main ()
6626 int i;
6627 for (i = 0; i < 256; i++)
6628 if (XOR (islower (i), ISLOWER (i))
6629 || toupper (i) != TOUPPER (i))
6630 return 2;
6631 return 0;
6633 _ACEOF
6634 if ac_fn_c_try_run "$LINENO"; then :
6636 else
6637 ac_cv_header_stdc=no
6639 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6640 conftest.$ac_objext conftest.beam conftest.$ac_ext
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6646 $as_echo "$ac_cv_header_stdc" >&6; }
6647 if test $ac_cv_header_stdc = yes; then
6649 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6653 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6654 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6655 inttypes.h stdint.h unistd.h
6656 do :
6657 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6658 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6660 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6661 cat >>confdefs.h <<_ACEOF
6662 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6663 _ACEOF
6667 done
6670 for ac_header in \
6671 AL/al.h \
6672 ApplicationServices/ApplicationServices.h \
6673 AudioToolbox/AudioConverter.h \
6674 AudioUnit/AudioUnit.h \
6675 AudioUnit/AudioComponent.h \
6676 CL/cl.h \
6677 Carbon/Carbon.h \
6678 CommonCrypto/CommonDigest.h \
6679 CoreAudio/CoreAudio.h \
6680 CoreServices/CoreServices.h \
6681 DiskArbitration/DiskArbitration.h \
6682 IOKit/IOKitLib.h \
6683 IOKit/hid/IOHIDLib.h \
6684 OpenAL/al.h \
6685 OpenCL/opencl.h \
6686 QuickTime/ImageCompression.h \
6687 Security/Security.h \
6688 alias.h \
6689 alsa/asoundlib.h \
6690 arpa/inet.h \
6691 arpa/nameser.h \
6692 asm/types.h \
6693 asm/user.h \
6694 curses.h \
6695 direct.h \
6696 dirent.h \
6697 dlfcn.h \
6698 elf.h \
6699 float.h \
6700 fnmatch.h \
6701 getopt.h \
6702 gettext-po.h \
6703 grp.h \
6704 gsm.h \
6705 gsm/gsm.h \
6706 ieeefp.h \
6707 inet/mib2.h \
6708 io.h \
6709 kstat.h \
6710 lber.h \
6711 ldap.h \
6712 libproc.h \
6713 link.h \
6714 linux/cdrom.h \
6715 linux/compiler.h \
6716 linux/filter.h \
6717 linux/hdreg.h \
6718 linux/input.h \
6719 linux/ioctl.h \
6720 linux/joystick.h \
6721 linux/major.h \
6722 linux/param.h \
6723 linux/serial.h \
6724 linux/types.h \
6725 linux/ucdrom.h \
6726 lwp.h \
6727 mach-o/nlist.h \
6728 mach-o/loader.h \
6729 mach/mach.h \
6730 mach/machine.h \
6731 machine/cpu.h \
6732 machine/limits.h \
6733 machine/sysarch.h \
6734 mntent.h \
6735 ncurses.h \
6736 netdb.h \
6737 netinet/in.h \
6738 netinet/in_systm.h \
6739 netinet/tcp.h \
6740 netinet/tcp_fsm.h \
6741 pcap/pcap.h \
6742 poll.h \
6743 port.h \
6744 process.h \
6745 pthread.h \
6746 pwd.h \
6747 sched.h \
6748 scsi/scsi.h \
6749 scsi/scsi_ioctl.h \
6750 scsi/sg.h \
6751 stdbool.h \
6752 stdint.h \
6753 stropts.h \
6754 sys/asoundlib.h \
6755 sys/attr.h \
6756 sys/cdio.h \
6757 sys/elf32.h \
6758 sys/epoll.h \
6759 sys/event.h \
6760 sys/exec_elf.h \
6761 sys/filio.h \
6762 sys/inotify.h \
6763 sys/ioctl.h \
6764 sys/ipc.h \
6765 sys/limits.h \
6766 sys/link.h \
6767 sys/mman.h \
6768 sys/modem.h \
6769 sys/msg.h \
6770 sys/mtio.h \
6771 sys/param.h \
6772 sys/poll.h \
6773 sys/prctl.h \
6774 sys/protosw.h \
6775 sys/ptrace.h \
6776 sys/queue.h \
6777 sys/resource.h \
6778 sys/scsiio.h \
6779 sys/shm.h \
6780 sys/signal.h \
6781 sys/socket.h \
6782 sys/socketvar.h \
6783 sys/sockio.h \
6784 sys/statvfs.h \
6785 sys/strtio.h \
6786 sys/syscall.h \
6787 sys/tihdr.h \
6788 sys/time.h \
6789 sys/timeout.h \
6790 sys/times.h \
6791 sys/uio.h \
6792 sys/user.h \
6793 sys/utsname.h \
6794 sys/vm86.h \
6795 sys/vnode.h \
6796 sys/wait.h \
6797 syscall.h \
6798 termios.h \
6799 unistd.h \
6800 utime.h \
6801 valgrind/memcheck.h \
6802 valgrind/valgrind.h \
6803 zlib.h
6805 do :
6806 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6807 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6808 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6809 cat >>confdefs.h <<_ACEOF
6810 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6811 _ACEOF
6815 done
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6818 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6819 if ${ac_cv_header_stat_broken+:} false; then :
6820 $as_echo_n "(cached) " >&6
6821 else
6822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6823 /* end confdefs.h. */
6824 #include <sys/types.h>
6825 #include <sys/stat.h>
6827 #if defined S_ISBLK && defined S_IFDIR
6828 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6829 #endif
6831 #if defined S_ISBLK && defined S_IFCHR
6832 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6833 #endif
6835 #if defined S_ISLNK && defined S_IFREG
6836 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6837 #endif
6839 #if defined S_ISSOCK && defined S_IFREG
6840 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6841 #endif
6843 _ACEOF
6844 if ac_fn_c_try_compile "$LINENO"; then :
6845 ac_cv_header_stat_broken=no
6846 else
6847 ac_cv_header_stat_broken=yes
6849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6852 $as_echo "$ac_cv_header_stat_broken" >&6; }
6853 if test $ac_cv_header_stat_broken = yes; then
6855 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6861 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6862 do :
6863 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6864 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6865 #ifdef HAVE_SYS_PARAM_H
6866 # include <sys/param.h>
6867 #endif
6869 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6870 cat >>confdefs.h <<_ACEOF
6871 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6872 _ACEOF
6876 done
6879 for ac_header in \
6880 netinet/ip.h \
6881 net/if.h \
6882 net/if_arp.h \
6883 net/if_dl.h \
6884 net/if_types.h \
6885 net/route.h \
6886 netinet/if_ether.h \
6887 netinet/if_inarp.h \
6888 netinet/in_pcb.h \
6889 netinet/ip_icmp.h \
6890 netinet/ip_var.h \
6891 netinet/udp.h \
6892 netipx/ipx.h \
6893 sys/un.h \
6895 do :
6896 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6897 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6898 #ifdef HAVE_SYS_SOCKET_H
6899 # include <sys/socket.h>
6900 #endif
6901 #ifdef HAVE_SYS_SOCKETVAR_H
6902 # include <sys/socketvar.h>
6903 #endif
6904 #ifdef HAVE_NET_ROUTE_H
6905 # include <net/route.h>
6906 #endif
6907 #ifdef HAVE_NETINET_IN_H
6908 # include <netinet/in.h>
6909 #endif
6910 #ifdef HAVE_NETINET_IN_SYSTM_H
6911 # include <netinet/in_systm.h>
6912 #endif
6913 #ifdef HAVE_NET_IF_H
6914 # include <net/if.h>
6915 #endif
6916 #ifdef HAVE_NETINET_IP_H
6917 # include <netinet/ip.h>
6918 #endif
6920 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6921 cat >>confdefs.h <<_ACEOF
6922 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6923 _ACEOF
6927 done
6930 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6931 do :
6932 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6933 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6934 #ifdef HAVE_ALIAS_H
6935 # include <alias.h>
6936 #endif
6937 #ifdef HAVE_SYS_SOCKET_H
6938 # include <sys/socket.h>
6939 #endif
6940 #ifdef HAVE_SYS_SOCKETVAR_H
6941 # include <sys/socketvar.h>
6942 #endif
6943 #ifdef HAVE_SYS_TIMEOUT_H
6944 # include <sys/timeout.h>
6945 #endif
6946 #ifdef HAVE_NETINET_IN_H
6947 # include <netinet/in.h>
6948 #endif
6949 #ifdef HAVE_NETINET_IN_SYSTM_H
6950 # include <netinet/in_systm.h>
6951 #endif
6952 #ifdef HAVE_NETINET_IP_H
6953 # include <netinet/ip.h>
6954 #endif
6955 #ifdef HAVE_NETINET_IP_VAR_H
6956 # include <netinet/ip_var.h>
6957 #endif
6958 #ifdef HAVE_NETINET_IP_ICMP_H
6959 # include <netinet/ip_icmp.h>
6960 #endif
6961 #ifdef HAVE_NETINET_UDP_H
6962 # include <netinet/udp.h>
6963 #endif
6964 #ifdef HAVE_NETINET_TCP_H
6965 # include <netinet/tcp.h>
6966 #endif
6967 #ifdef HAVE_NETINET_TCP_TIMER_H
6968 #include <netinet/tcp_timer.h>
6969 #endif
6971 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6972 cat >>confdefs.h <<_ACEOF
6973 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6974 _ACEOF
6978 done
6981 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6982 do :
6983 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6984 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6985 #ifdef HAVE_ASM_TYPES_H
6986 # include <asm/types.h>
6987 #endif
6988 #ifdef HAVE_SYS_SOCKET_H
6989 # include <sys/socket.h>
6990 #endif
6991 #ifdef HAVE_LINUX_TYPES_H
6992 # include <linux/types.h>
6993 #endif
6995 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6996 cat >>confdefs.h <<_ACEOF
6997 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6998 _ACEOF
7002 done
7005 for ac_header in mach-o/dyld_images.h
7006 do :
7007 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7008 # include <stdbool.h>
7009 #endif
7010 #ifdef HAVE_STDINT_H
7011 # include <stdint.h>
7012 #endif
7014 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7015 cat >>confdefs.h <<_ACEOF
7016 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7017 _ACEOF
7021 done
7024 for ac_header in resolv.h
7025 do :
7026 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7027 #ifdef HAVE_SYS_SOCKET_H
7028 # include <sys/socket.h>
7029 #endif
7030 #ifdef HAVE_NETINET_IN_H
7031 # include <netinet/in.h>
7032 #endif
7033 #ifdef HAVE_ARPA_NAMESER_H
7034 # include <arpa/nameser.h>
7035 #endif
7037 if test "x$ac_cv_header_resolv_h" = xyes; then :
7038 cat >>confdefs.h <<_ACEOF
7039 #define HAVE_RESOLV_H 1
7040 _ACEOF
7044 done
7047 for ac_header in ifaddrs.h
7048 do :
7049 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7051 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7052 cat >>confdefs.h <<_ACEOF
7053 #define HAVE_IFADDRS_H 1
7054 _ACEOF
7058 done
7061 for ac_header in sys/ucontext.h
7062 do :
7063 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7065 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7066 cat >>confdefs.h <<_ACEOF
7067 #define HAVE_SYS_UCONTEXT_H 1
7068 _ACEOF
7072 done
7075 for ac_header in sys/thr.h
7076 do :
7077 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7078 #ifdef HAVE_SYS_UCONTEXT_H
7079 #include <sys/ucontext.h>
7080 #endif
7082 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7083 cat >>confdefs.h <<_ACEOF
7084 #define HAVE_SYS_THR_H 1
7085 _ACEOF
7089 done
7092 for ac_header in pthread_np.h
7093 do :
7094 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7095 #include <pthread.h>
7096 #endif
7098 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7099 cat >>confdefs.h <<_ACEOF
7100 #define HAVE_PTHREAD_NP_H 1
7101 _ACEOF
7105 done
7108 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7109 do :
7110 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7111 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7112 #include <sys/time.h>
7113 #endif
7114 #include <sys/types.h>
7115 #ifdef HAVE_ASM_TYPES_H
7116 #include <asm/types.h>
7117 #endif
7119 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7120 cat >>confdefs.h <<_ACEOF
7121 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7122 _ACEOF
7126 done
7129 for ac_header in libprocstat.h
7130 do :
7131 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7132 #include <sys/param.h>
7133 #endif
7134 #ifdef HAVE_SYS_QUEUE_H
7135 #include <sys/queue.h>
7136 #endif
7137 #ifdef HAVE_SYS_SOCKET_H
7138 #include <sys/socket.h>
7139 #endif
7141 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7142 cat >>confdefs.h <<_ACEOF
7143 #define HAVE_LIBPROCSTAT_H 1
7144 _ACEOF
7148 done
7152 dlldir="\${libdir}/wine"
7154 DLLFLAGS="-D_REENTRANT"
7156 LDRPATH_INSTALL=""
7158 LDRPATH_LOCAL=""
7160 LDEXECFLAGS=""
7162 LIBEXT="so"
7163 DLLEXT=".so"
7164 IMPLIBEXT="def"
7165 STATIC_IMPLIBEXT="def.a"
7166 # Extract the first word of "ldd", so it can be a program name with args.
7167 set dummy ldd; ac_word=$2
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7169 $as_echo_n "checking for $ac_word... " >&6; }
7170 if ${ac_cv_path_LDD+:} false; then :
7171 $as_echo_n "(cached) " >&6
7172 else
7173 case $LDD in
7174 [\\/]* | ?:[\\/]*)
7175 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7179 as_dummy="/sbin:/usr/sbin:$PATH"
7180 for as_dir in $as_dummy
7182 IFS=$as_save_IFS
7183 test -z "$as_dir" && as_dir=.
7184 for ac_exec_ext in '' $ac_executable_extensions; do
7185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7186 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7188 break 2
7190 done
7191 done
7192 IFS=$as_save_IFS
7194 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7196 esac
7198 LDD=$ac_cv_path_LDD
7199 if test -n "$LDD"; then
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7201 $as_echo "$LDD" >&6; }
7202 else
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7204 $as_echo "no" >&6; }
7208 if test -n "$ac_tool_prefix"; then
7209 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7210 set dummy ${ac_tool_prefix}otool; ac_word=$2
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7212 $as_echo_n "checking for $ac_word... " >&6; }
7213 if ${ac_cv_prog_OTOOL+:} false; then :
7214 $as_echo_n "(cached) " >&6
7215 else
7216 if test -n "$OTOOL"; then
7217 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7218 else
7219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7220 for as_dir in $PATH
7222 IFS=$as_save_IFS
7223 test -z "$as_dir" && as_dir=.
7224 for ac_exec_ext in '' $ac_executable_extensions; do
7225 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7226 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7228 break 2
7230 done
7231 done
7232 IFS=$as_save_IFS
7236 OTOOL=$ac_cv_prog_OTOOL
7237 if test -n "$OTOOL"; then
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7239 $as_echo "$OTOOL" >&6; }
7240 else
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7242 $as_echo "no" >&6; }
7247 if test -z "$ac_cv_prog_OTOOL"; then
7248 ac_ct_OTOOL=$OTOOL
7249 # Extract the first word of "otool", so it can be a program name with args.
7250 set dummy otool; ac_word=$2
7251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7252 $as_echo_n "checking for $ac_word... " >&6; }
7253 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7254 $as_echo_n "(cached) " >&6
7255 else
7256 if test -n "$ac_ct_OTOOL"; then
7257 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7258 else
7259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7260 for as_dir in $PATH
7262 IFS=$as_save_IFS
7263 test -z "$as_dir" && as_dir=.
7264 for ac_exec_ext in '' $ac_executable_extensions; do
7265 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7266 ac_cv_prog_ac_ct_OTOOL="otool"
7267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7268 break 2
7270 done
7271 done
7272 IFS=$as_save_IFS
7276 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7277 if test -n "$ac_ct_OTOOL"; then
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7279 $as_echo "$ac_ct_OTOOL" >&6; }
7280 else
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7282 $as_echo "no" >&6; }
7285 if test "x$ac_ct_OTOOL" = x; then
7286 OTOOL="otool"
7287 else
7288 case $cross_compiling:$ac_tool_warned in
7289 yes:)
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7291 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7292 ac_tool_warned=yes ;;
7293 esac
7294 OTOOL=$ac_ct_OTOOL
7296 else
7297 OTOOL="$ac_cv_prog_OTOOL"
7300 if test -n "$ac_tool_prefix"; then
7301 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7302 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7304 $as_echo_n "checking for $ac_word... " >&6; }
7305 if ${ac_cv_prog_READELF+:} false; then :
7306 $as_echo_n "(cached) " >&6
7307 else
7308 if test -n "$READELF"; then
7309 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7310 else
7311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7312 for as_dir in $PATH
7314 IFS=$as_save_IFS
7315 test -z "$as_dir" && as_dir=.
7316 for ac_exec_ext in '' $ac_executable_extensions; do
7317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7318 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7320 break 2
7322 done
7323 done
7324 IFS=$as_save_IFS
7328 READELF=$ac_cv_prog_READELF
7329 if test -n "$READELF"; then
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7331 $as_echo "$READELF" >&6; }
7332 else
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7334 $as_echo "no" >&6; }
7339 if test -z "$ac_cv_prog_READELF"; then
7340 ac_ct_READELF=$READELF
7341 # Extract the first word of "readelf", so it can be a program name with args.
7342 set dummy readelf; ac_word=$2
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7344 $as_echo_n "checking for $ac_word... " >&6; }
7345 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7346 $as_echo_n "(cached) " >&6
7347 else
7348 if test -n "$ac_ct_READELF"; then
7349 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7350 else
7351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7352 for as_dir in $PATH
7354 IFS=$as_save_IFS
7355 test -z "$as_dir" && as_dir=.
7356 for ac_exec_ext in '' $ac_executable_extensions; do
7357 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7358 ac_cv_prog_ac_ct_READELF="readelf"
7359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7360 break 2
7362 done
7363 done
7364 IFS=$as_save_IFS
7368 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7369 if test -n "$ac_ct_READELF"; then
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7371 $as_echo "$ac_ct_READELF" >&6; }
7372 else
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7374 $as_echo "no" >&6; }
7377 if test "x$ac_ct_READELF" = x; then
7378 READELF="true"
7379 else
7380 case $cross_compiling:$ac_tool_warned in
7381 yes:)
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7383 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7384 ac_tool_warned=yes ;;
7385 esac
7386 READELF=$ac_ct_READELF
7388 else
7389 READELF="$ac_cv_prog_READELF"
7392 wine_rules_file=conf$$rules.make
7393 rm -f $wine_rules_file
7394 ALL_POT_FILES=""
7395 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7396 ALL_TEST_RESOURCES=""
7399 wine_fn_append_file ()
7401 as_fn_append $1 " \\$as_nl $2"
7404 wine_fn_ignore_file ()
7406 case "$1" in
7407 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7408 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7409 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7410 esac
7413 wine_fn_append_rule ()
7415 $as_echo "$1" >>$wine_rules_file
7418 wine_fn_has_flag ()
7420 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7423 wine_fn_depend_rules ()
7425 wine_fn_append_rule \
7426 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7427 \$(MAKEDEP) $ac_dir
7428 depend: $ac_dir/depend
7429 .PHONY: $ac_dir/depend
7430 $ac_dir/depend: \$(MAKEDEP) dummy
7431 \$(MAKEDEP) $ac_dir"
7434 wine_fn_pot_rules ()
7436 test "x$with_gettextpo" = xyes || return
7438 if wine_fn_has_flag mc
7439 then
7440 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7441 wine_fn_append_rule \
7442 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7443 @cd $ac_dir && \$(MAKE) msg.pot
7444 $ac_dir/msg.pot: tools/wmc include"
7446 if wine_fn_has_flag po
7447 then
7448 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7449 wine_fn_append_rule \
7450 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7451 @cd $ac_dir && \$(MAKE) rsrc.pot
7452 $ac_dir/rsrc.pot: tools/wrc include"
7456 wine_fn_all_rules ()
7458 wine_fn_depend_rules
7459 wine_fn_append_rule \
7460 "all: $ac_dir
7461 .PHONY: $ac_dir
7462 $ac_dir: $ac_dir/Makefile dummy
7463 @cd $ac_dir && \$(MAKE)"
7466 wine_fn_install_rules ()
7468 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7470 wine_fn_append_rule \
7471 ".PHONY: $ac_dir/install $ac_dir/uninstall
7472 $ac_dir/install:: $ac_dir
7473 @cd $ac_dir && \$(MAKE) install
7474 $ac_dir/uninstall:: $ac_dir/Makefile
7475 @cd $ac_dir && \$(MAKE) uninstall
7476 install:: $ac_dir/install
7477 __uninstall__: $ac_dir/uninstall"
7479 if wine_fn_has_flag install-lib
7480 then
7481 wine_fn_append_rule \
7482 ".PHONY: $ac_dir/install-lib
7483 $ac_dir/install-lib:: $ac_dir
7484 @cd $ac_dir && \$(MAKE) install-lib
7485 install-lib:: $ac_dir/install-lib"
7488 if wine_fn_has_flag install-dev
7489 then
7490 wine_fn_append_rule \
7491 ".PHONY: $ac_dir/install-dev
7492 $ac_dir/install-dev:: $ac_dir
7493 @cd $ac_dir && \$(MAKE) install-dev
7494 install-dev:: $ac_dir/install-dev"
7498 wine_fn_clean_rules ()
7500 ac_clean=$@
7501 ac_extraclean="$ac_dir/Makefile"
7502 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7503 case $ac_dir in
7504 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7505 esac
7507 if wine_fn_has_flag clean
7508 then
7509 wine_fn_append_rule \
7510 "__clean__: $ac_dir/clean
7511 .PHONY: $ac_dir/clean
7512 $ac_dir/clean: $ac_dir/Makefile
7513 @cd $ac_dir && \$(MAKE) clean
7514 \$(RM) $ac_extraclean"
7515 else
7516 wine_fn_append_rule \
7517 "__clean__: $ac_dir/clean
7518 .PHONY: $ac_dir/clean
7519 $ac_dir/clean: dummy
7520 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7524 wine_fn_disabled_rules ()
7526 ac_clean=$@
7527 ac_extraclean="$ac_dir/Makefile"
7528 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7530 wine_fn_append_rule \
7531 "__clean__: $ac_dir/clean
7532 .PHONY: $ac_dir/clean
7533 $ac_dir/clean: dummy
7534 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7537 wine_fn_config_makefile ()
7539 ac_dir=$1
7540 ac_enable=$2
7541 ac_flags=$3
7543 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7544 wine_fn_disabled_rules; return
7546 wine_fn_all_rules
7547 wine_fn_install_rules
7548 wine_fn_clean_rules
7551 wine_fn_config_lib ()
7553 ac_name=$1
7554 ac_flags=$2
7555 ac_dir=dlls/$ac_name
7556 ac_deps="include"
7558 if test "x$enable_tools" = xno; then :
7560 else
7561 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7563 wine_fn_all_rules
7564 wine_fn_clean_rules
7566 wine_fn_append_rule \
7567 ".PHONY: $ac_dir/install $ac_dir/uninstall
7568 $ac_dir/install:: $ac_dir
7569 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7570 $ac_dir/uninstall::
7571 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7572 install install-dev:: $ac_dir/install
7573 __uninstall__: $ac_dir/uninstall
7574 __builddeps__: $ac_dir
7575 $ac_dir: $ac_deps"
7578 wine_fn_config_dll ()
7580 ac_name=$1
7581 ac_dir=dlls/$ac_name
7582 ac_enable=$2
7583 ac_flags=$3
7584 ac_implib=${4:-$ac_name}
7585 ac_file=$ac_dir/lib$ac_implib
7586 ac_dll=$ac_name
7587 ac_deps="include"
7588 ac_implibflags=""
7590 if test "x$enable_tools" = xno; then :
7592 else
7593 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7595 case $ac_name in
7596 *16) ac_implibflags=" -m16" ;;
7597 *.*) ;;
7598 *) ac_dll=$ac_dll.dll ;;
7599 esac
7601 ac_clean=
7602 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7603 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7604 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7605 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7607 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7608 if test "$ac_enable" != enable_win16
7609 then
7610 wine_fn_depend_rules
7611 wine_fn_clean_rules $ac_clean
7612 wine_fn_pot_rules
7613 else
7614 wine_fn_disabled_rules $ac_clean
7615 return
7617 else
7618 wine_fn_all_rules
7619 wine_fn_clean_rules $ac_clean
7620 wine_fn_append_rule \
7621 "$ac_dir: __builddeps__
7622 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7623 @cd $ac_dir && \$(MAKE) \$@
7624 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7625 install install-lib:: $ac_dir/install-lib
7626 __uninstall__: $ac_dir/uninstall"
7627 if test -n "$DLLEXT"
7628 then
7629 wine_fn_append_rule \
7630 "$ac_dir/install-lib:: $ac_dir
7631 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7632 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7633 $ac_dir/uninstall::
7634 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7635 else
7636 wine_fn_append_rule \
7637 "$ac_dir/install-lib:: $ac_dir
7638 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7639 $ac_dir/uninstall::
7640 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7643 wine_fn_pot_rules
7646 if wine_fn_has_flag staticimplib
7647 then
7648 wine_fn_append_rule \
7649 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7650 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7651 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7652 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7653 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7654 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7655 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7656 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7657 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7658 $ac_dir/uninstall::
7659 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7660 install install-dev:: $ac_dir/install-dev
7661 __uninstall__: $ac_dir/uninstall"
7663 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7664 then
7665 wine_fn_append_rule \
7666 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7667 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7668 $ac_dir/uninstall::
7669 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7672 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7673 then
7674 wine_fn_append_rule \
7675 "__builddeps__: $ac_file.cross.a
7676 $ac_file.cross.a: $ac_dir/Makefile dummy
7677 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7680 elif wine_fn_has_flag implib
7681 then
7682 wine_fn_append_rule \
7683 "__builddeps__: $ac_file.$IMPLIBEXT
7684 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7685 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7686 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7687 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7688 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7689 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7690 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7691 $ac_dir/uninstall::
7692 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7693 install install-dev:: $ac_dir/install-dev
7694 __uninstall__: $ac_dir/uninstall"
7695 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7696 then
7697 wine_fn_append_rule \
7698 "__builddeps__: $ac_file.cross.a
7699 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7700 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7703 if test "$ac_name" != "$ac_implib"
7704 then
7705 wine_fn_append_rule \
7706 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7707 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7708 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7709 clean::
7710 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7711 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7712 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7713 then
7714 wine_fn_append_rule \
7715 "__builddeps__: dlls/lib$ac_implib.cross.a
7716 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7717 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7718 clean::
7719 \$(RM) dlls/lib$ac_implib.cross.a"
7720 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7726 wine_fn_config_program ()
7728 ac_name=$1
7729 ac_dir=programs/$ac_name
7730 ac_enable=$2
7731 ac_flags=$3
7732 ac_program=$ac_name
7734 case $ac_name in
7735 *.*) ;;
7736 *) ac_program=$ac_program.exe ;;
7737 esac
7739 ac_clean=
7740 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7741 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7742 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7743 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7745 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7746 wine_fn_disabled_rules $ac_clean; return
7749 wine_fn_all_rules
7750 wine_fn_clean_rules $ac_clean
7751 wine_fn_append_rule "$ac_dir: __builddeps__"
7752 wine_fn_pot_rules
7754 wine_fn_has_flag install || return
7755 wine_fn_append_rule \
7756 ".PHONY: $ac_dir/install $ac_dir/uninstall
7757 install install-lib:: $ac_dir/install
7758 __uninstall__: $ac_dir/uninstall"
7760 if test -n "$DLLEXT"
7761 then
7762 wine_fn_append_rule \
7763 "$ac_dir/install:: $ac_dir
7764 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7765 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7766 $ac_dir/uninstall::
7767 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7769 if test -z "$with_wine64" && wine_fn_has_flag installbin
7770 then
7771 wine_fn_append_rule \
7772 "$ac_dir/install:: __tooldeps__
7773 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7774 $ac_dir/uninstall::
7775 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7777 else
7778 wine_fn_append_rule \
7779 "$ac_dir/install:: $ac_dir
7780 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7781 $ac_dir/uninstall::
7782 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7785 if test -z "$with_wine64" && wine_fn_has_flag manpage
7786 then
7787 wine_fn_append_rule \
7788 "$ac_dir/install:: $ac_dir
7789 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7790 $ac_dir/uninstall::
7791 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7795 wine_fn_config_test ()
7797 ac_dir=$1
7798 ac_name=$2
7799 ac_flags=$3
7801 ac_clean=
7802 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7803 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7805 if test "x$enable_tests" = xno; then :
7806 wine_fn_disabled_rules $ac_clean; return
7809 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7810 wine_fn_all_rules
7811 wine_fn_clean_rules $ac_clean
7813 wine_fn_append_rule \
7814 "$ac_dir: programs/winetest/Makefile __builddeps__
7815 programs/winetest: $ac_dir
7816 check test: $ac_dir/test
7817 .PHONY: $ac_dir/test
7818 $ac_dir/test: dummy
7819 @cd $ac_dir && \$(MAKE) test
7820 testclean::
7821 \$(RM) $ac_dir/*.ok"
7823 if test -n "$CROSSTARGET"
7824 then
7825 wine_fn_append_rule \
7826 "crosstest: $ac_dir/crosstest
7827 .PHONY: $ac_dir/crosstest
7828 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7829 @cd $ac_dir && \$(MAKE) crosstest"
7833 wine_fn_config_tool ()
7835 ac_dir=$1
7836 ac_flags=$2
7837 if test "x$enable_tools" = xno; then :
7838 return
7841 wine_fn_all_rules
7842 wine_fn_install_rules
7843 wine_fn_clean_rules
7845 wine_fn_append_rule "__tooldeps__: $ac_dir"
7846 wine_fn_append_rule "$ac_dir: libs/port"
7847 case $ac_dir in
7848 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7849 esac
7852 wine_fn_config_symlink ()
7854 ac_linkdir=
7855 if test "x$1" = "x-d"
7856 then
7857 ac_linkdir=$2
7858 shift; shift
7860 ac_links=$@
7861 wine_fn_append_rule \
7862 "$ac_links:
7863 @./config.status \$@
7864 distclean::
7865 \$(RM) $ac_links"
7866 for f in $ac_links; do wine_fn_ignore_file $f; done
7867 test -n "$ac_linkdir" || return
7868 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7871 wine_binary="wine"
7872 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7873 WINELOADER_PROGRAMS="$wine_binary"
7875 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7877 case $host_os in
7878 cygwin*|mingw32*)
7879 if test -n "$ac_tool_prefix"; then
7880 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7881 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7883 $as_echo_n "checking for $ac_word... " >&6; }
7884 if ${ac_cv_prog_DLLTOOL+:} false; then :
7885 $as_echo_n "(cached) " >&6
7886 else
7887 if test -n "$DLLTOOL"; then
7888 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7889 else
7890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7891 for as_dir in $PATH
7893 IFS=$as_save_IFS
7894 test -z "$as_dir" && as_dir=.
7895 for ac_exec_ext in '' $ac_executable_extensions; do
7896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7897 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7899 break 2
7901 done
7902 done
7903 IFS=$as_save_IFS
7907 DLLTOOL=$ac_cv_prog_DLLTOOL
7908 if test -n "$DLLTOOL"; then
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7910 $as_echo "$DLLTOOL" >&6; }
7911 else
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7913 $as_echo "no" >&6; }
7918 if test -z "$ac_cv_prog_DLLTOOL"; then
7919 ac_ct_DLLTOOL=$DLLTOOL
7920 # Extract the first word of "dlltool", so it can be a program name with args.
7921 set dummy dlltool; ac_word=$2
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7923 $as_echo_n "checking for $ac_word... " >&6; }
7924 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7925 $as_echo_n "(cached) " >&6
7926 else
7927 if test -n "$ac_ct_DLLTOOL"; then
7928 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7929 else
7930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7931 for as_dir in $PATH
7933 IFS=$as_save_IFS
7934 test -z "$as_dir" && as_dir=.
7935 for ac_exec_ext in '' $ac_executable_extensions; do
7936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7937 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7939 break 2
7941 done
7942 done
7943 IFS=$as_save_IFS
7947 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7948 if test -n "$ac_ct_DLLTOOL"; then
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7950 $as_echo "$ac_ct_DLLTOOL" >&6; }
7951 else
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7953 $as_echo "no" >&6; }
7956 if test "x$ac_ct_DLLTOOL" = x; then
7957 DLLTOOL="false"
7958 else
7959 case $cross_compiling:$ac_tool_warned in
7960 yes:)
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7962 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7963 ac_tool_warned=yes ;;
7964 esac
7965 DLLTOOL=$ac_ct_DLLTOOL
7967 else
7968 DLLTOOL="$ac_cv_prog_DLLTOOL"
7971 LIBEXT="dll"
7972 DLLEXT=""
7973 IMPLIBEXT="a"
7974 STATIC_IMPLIBEXT="a"
7975 enable_iphlpapi=${enable_iphlpapi:-no}
7976 enable_kernel32=${enable_kernel32:-no}
7977 enable_msvcrt=${enable_msvcrt:-no}
7978 enable_ntdll=${enable_ntdll:-no}
7979 enable_ws2_32=${enable_ws2_32:-no}
7980 enable_loader=${enable_loader:-no}
7981 enable_server=${enable_server:-no}
7982 with_x=${with_x:-no}
7983 with_pthread=${with_pthread:-no}
7985 crtlibs=""
7986 case $host_os in
7987 mingw32*)
7988 crtlibs="-lmsvcrt"
7989 SOCKET_LIBS="-lws2_32"
7991 esac
7993 LIBWINE_SHAREDLIB="libwine.dll"
7995 LIBWINE_IMPORTLIB="libwine.a"
7997 LIBWINE_INSTALL_LIB="libwine.dll"
7999 LIBWINE_INSTALL_DEV="libwine.a"
8001 LIBWINE_LDFLAGS="-shared \$(srcdir)/wine.def"
8003 LIBWINE_DEPENDS="wine.def"
8007 darwin*|macosx*)
8008 for ac_header in libunwind.h
8009 do :
8010 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8011 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8012 cat >>confdefs.h <<_ACEOF
8013 #define HAVE_LIBUNWIND_H 1
8014 _ACEOF
8018 done
8020 LIBEXT="dylib"
8021 DLLFLAGS="$DLLFLAGS -fPIC"
8022 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8023 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8024 COREFOUNDATION_LIBS="-framework CoreFoundation"
8026 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8028 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8030 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8032 CORESERVICES_LIBS="-framework CoreServices"
8034 APPKIT_LIBS="-framework AppKit"
8036 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8038 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8039 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8040 $as_echo_n "(cached) " >&6
8041 else
8042 ac_wine_try_cflags_saved=$CFLAGS
8043 CFLAGS="$CFLAGS -Wl,-no_pie"
8044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8045 /* end confdefs.h. */
8046 int main(int argc, char **argv) { return 0; }
8047 _ACEOF
8048 if ac_fn_c_try_link "$LINENO"; then :
8049 ac_cv_cflags__Wl__no_pie=yes
8050 else
8051 ac_cv_cflags__Wl__no_pie=no
8053 rm -f core conftest.err conftest.$ac_objext \
8054 conftest$ac_exeext conftest.$ac_ext
8055 CFLAGS=$ac_wine_try_cflags_saved
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8058 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8059 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8060 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8062 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8063 then
8064 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8067 if test "$ac_cv_header_Security_Security_h" = "yes"
8068 then
8069 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8071 ac_save_LIBS="$LIBS"
8072 LIBS="$LIBS $SECURITY_LIBS"
8073 for ac_func in SSLCopyPeerCertificates
8074 do :
8075 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8076 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8077 cat >>confdefs.h <<_ACEOF
8078 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8079 _ACEOF
8082 done
8084 LIBS="$ac_save_LIBS"
8085 with_gnutls=${with_gnutls:-no}
8087 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8088 then
8089 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8090 then
8091 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8093 else
8094 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8097 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8098 ac_save_LIBS="$LIBS"
8099 LIBS="$LIBS $COREAUDIO_LIBS"
8100 for ac_func in AUGraphAddNode
8101 do :
8102 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8103 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8104 cat >>confdefs.h <<_ACEOF
8105 #define HAVE_AUGRAPHADDNODE 1
8106 _ACEOF
8109 done
8111 LIBS="$ac_save_LIBS"
8113 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8114 then
8115 OPENAL_LIBS="-framework OpenAL"
8118 cat >>confdefs.h <<_ACEOF
8119 #define HAVE_OPENAL 1
8120 _ACEOF
8122 ac_cv_lib_openal=yes
8124 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8125 then
8126 OPENCL_LIBS="-framework OpenCL"
8128 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8130 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8131 then
8132 ac_save_LIBS="$LIBS"
8133 LIBS="$LIBS $IOKIT_LIBS"
8134 for ac_func in IOHIDManagerCreate
8135 do :
8136 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8137 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8138 cat >>confdefs.h <<_ACEOF
8139 #define HAVE_IOHIDMANAGERCREATE 1
8140 _ACEOF
8143 done
8145 LIBS="$ac_save_LIBS"
8147 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8148 then
8149 ac_save_LIBS="$LIBS"
8150 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8152 $as_echo_n "checking for the QuickTime framework... " >&6; }
8153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8154 /* end confdefs.h. */
8155 #include <QuickTime/ImageCompression.h>
8157 main ()
8159 CodecManagerVersion(NULL);
8161 return 0;
8163 _ACEOF
8164 if ac_fn_c_try_link "$LINENO"; then :
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8166 $as_echo "yes" >&6; }
8167 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8169 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8170 else
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8172 $as_echo "no" >&6; }
8173 ac_cv_header_QuickTime_ImageCompression_h=no
8175 rm -f core conftest.err conftest.$ac_objext \
8176 conftest$ac_exeext conftest.$ac_ext
8177 LIBS="$ac_save_LIBS"
8179 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8180 then
8181 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8183 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8184 then
8185 CARBON_LIBS="-framework Carbon"
8189 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8190 then
8191 ac_save_LIBS="$LIBS"
8192 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8193 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8194 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8195 enable_winemac_drv=${enable_winemac_drv:-yes}
8198 LIBS="$ac_save_LIBS"
8201 if test "x$enable_win16" = "xyes"
8202 then
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8204 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8205 if test "$cross_compiling" = yes; then :
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8207 $as_echo "cross-compiling, assuming yes" >&6; }
8208 else
8209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8210 /* end confdefs.h. */
8211 asm(".text\n"
8212 "bad:\tnop;nop\n"
8213 "good:\tnop;nop\n\t"
8214 ".globl _testfunc\n"
8215 "_testfunc:\tcallw good");
8216 extern void testfunc();
8218 main ()
8220 unsigned short *p = (unsigned short *)testfunc;
8221 return p[0] != 0xe866 || p[1] != 0xfffa
8223 return 0;
8225 _ACEOF
8226 if ac_fn_c_try_run "$LINENO"; then :
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8228 $as_echo "yes" >&6; }
8229 else
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8231 $as_echo "no" >&6; }
8232 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
8234 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8235 conftest.$ac_objext conftest.beam conftest.$ac_ext
8240 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
8242 LIBWINE_INSTALL_LIB="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8244 LIBWINE_INSTALL_DEV="libwine.dylib"
8246 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8248 WINELOADER_DEPENDS="wine_info.plist"
8252 linux-android*)
8253 DLLFLAGS="$DLLFLAGS -fPIC"
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8255 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8256 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8257 $as_echo_n "(cached) " >&6
8258 else
8259 ac_wine_try_cflags_saved=$CFLAGS
8260 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8262 /* end confdefs.h. */
8263 int main(int argc, char **argv) { return 0; }
8264 _ACEOF
8265 if ac_fn_c_try_link "$LINENO"; then :
8266 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8267 else
8268 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8270 rm -f core conftest.err conftest.$ac_objext \
8271 conftest$ac_exeext conftest.$ac_ext
8272 CFLAGS=$ac_wine_try_cflags_saved
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8275 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8276 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8277 LDEXECFLAGS="-Wl,--export-dynamic"
8279 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8281 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8282 if eval \${$as_ac_var+:} false; then :
8283 $as_echo_n "(cached) " >&6
8284 else
8285 ac_wine_try_cflags_saved=$CFLAGS
8286 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8288 /* end confdefs.h. */
8289 int main(int argc, char **argv) { return 0; }
8290 _ACEOF
8291 if ac_fn_c_try_link "$LINENO"; then :
8292 eval "$as_ac_var=yes"
8293 else
8294 eval "$as_ac_var=no"
8296 rm -f core conftest.err conftest.$ac_objext \
8297 conftest$ac_exeext conftest.$ac_ext
8298 CFLAGS=$ac_wine_try_cflags_saved
8300 eval ac_res=\$$as_ac_var
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8302 $as_echo "$ac_res" >&6; }
8303 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8304 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8305 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8306 else
8307 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8309 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8310 if eval \${$as_ac_var+:} false; then :
8311 $as_echo_n "(cached) " >&6
8312 else
8313 ac_wine_try_cflags_saved=$CFLAGS
8314 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8316 /* end confdefs.h. */
8317 int main(int argc, char **argv) { return 0; }
8318 _ACEOF
8319 if ac_fn_c_try_link "$LINENO"; then :
8320 eval "$as_ac_var=yes"
8321 else
8322 eval "$as_ac_var=no"
8324 rm -f core conftest.err conftest.$ac_objext \
8325 conftest$ac_exeext conftest.$ac_ext
8326 CFLAGS=$ac_wine_try_cflags_saved
8328 eval ac_res=\$$as_ac_var
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8330 $as_echo "$ac_res" >&6; }
8331 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8332 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8333 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8338 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8339 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8340 $as_echo_n "(cached) " >&6
8341 else
8342 ac_wine_try_cflags_saved=$CFLAGS
8343 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8345 /* end confdefs.h. */
8346 int main(int argc, char **argv) { return 0; }
8347 _ACEOF
8348 if ac_fn_c_try_link "$LINENO"; then :
8349 ac_cv_cflags__Wl___enable_new_dtags=yes
8350 else
8351 ac_cv_cflags__Wl___enable_new_dtags=no
8353 rm -f core conftest.err conftest.$ac_objext \
8354 conftest$ac_exeext conftest.$ac_ext
8355 CFLAGS=$ac_wine_try_cflags_saved
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8358 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8359 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8360 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8363 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8364 if ${ac_cv_cflags__Wl__pie+:} false; then :
8365 $as_echo_n "(cached) " >&6
8366 else
8367 ac_wine_try_cflags_saved=$CFLAGS
8368 CFLAGS="$CFLAGS -Wl,-pie"
8369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8370 /* end confdefs.h. */
8371 int main(int argc, char **argv) { return 0; }
8372 _ACEOF
8373 if ac_fn_c_try_link "$LINENO"; then :
8374 ac_cv_cflags__Wl__pie=yes
8375 else
8376 ac_cv_cflags__Wl__pie=no
8378 rm -f core conftest.err conftest.$ac_objext \
8379 conftest$ac_exeext conftest.$ac_ext
8380 CFLAGS=$ac_wine_try_cflags_saved
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8383 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8384 if test "x$ac_cv_cflags__Wl__pie" = xyes; then :
8385 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,-pie"
8388 LIBWINE_SHAREDLIB="libwine.so"
8390 LIBWINE_INSTALL_LIB="libwine.so"
8392 LIBWINE_LDFLAGS="-shared"
8397 DLLFLAGS="$DLLFLAGS -fPIC"
8398 LDEXECFLAGS=""
8399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8400 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8401 if ${ac_cv_c_dll_gnuelf+:} false; then :
8402 $as_echo_n "(cached) " >&6
8403 else
8404 ac_wine_try_cflags_saved=$CFLAGS
8405 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8407 /* end confdefs.h. */
8408 void myfunc() {}
8409 _ACEOF
8410 if ac_fn_c_try_link "$LINENO"; then :
8411 ac_cv_c_dll_gnuelf="yes"
8412 else
8413 ac_cv_c_dll_gnuelf="no"
8415 rm -f core conftest.err conftest.$ac_objext \
8416 conftest$ac_exeext conftest.$ac_ext
8417 CFLAGS=$ac_wine_try_cflags_saved
8419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8420 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8421 if test "$ac_cv_c_dll_gnuelf" = "yes"
8422 then
8423 LIBWINE_LDFLAGS="-shared"
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8425 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8426 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8427 $as_echo_n "(cached) " >&6
8428 else
8429 ac_wine_try_cflags_saved=$CFLAGS
8430 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8432 /* end confdefs.h. */
8433 int main(int argc, char **argv) { return 0; }
8434 _ACEOF
8435 if ac_fn_c_try_link "$LINENO"; then :
8436 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8437 else
8438 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8440 rm -f core conftest.err conftest.$ac_objext \
8441 conftest$ac_exeext conftest.$ac_ext
8442 CFLAGS=$ac_wine_try_cflags_saved
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8445 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8446 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8447 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8448 else
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8450 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8451 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8452 $as_echo_n "(cached) " >&6
8453 else
8454 ac_wine_try_cflags_saved=$CFLAGS
8455 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8457 /* end confdefs.h. */
8458 int main(int argc, char **argv) { return 0; }
8459 _ACEOF
8460 if ac_fn_c_try_link "$LINENO"; then :
8461 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8462 else
8463 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8465 rm -f core conftest.err conftest.$ac_objext \
8466 conftest$ac_exeext conftest.$ac_ext
8467 CFLAGS=$ac_wine_try_cflags_saved
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8470 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8471 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8472 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
8476 echo '{ global: *; };' >conftest.map
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8478 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8479 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8480 $as_echo_n "(cached) " >&6
8481 else
8482 ac_wine_try_cflags_saved=$CFLAGS
8483 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8485 /* end confdefs.h. */
8486 int main(int argc, char **argv) { return 0; }
8487 _ACEOF
8488 if ac_fn_c_try_link "$LINENO"; then :
8489 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8490 else
8491 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8493 rm -f core conftest.err conftest.$ac_objext \
8494 conftest$ac_exeext conftest.$ac_ext
8495 CFLAGS=$ac_wine_try_cflags_saved
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8498 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8499 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8500 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8502 rm -f conftest.map
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8505 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8506 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8507 $as_echo_n "(cached) " >&6
8508 else
8509 ac_wine_try_cflags_saved=$CFLAGS
8510 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8512 /* end confdefs.h. */
8513 int main(int argc, char **argv) { return 0; }
8514 _ACEOF
8515 if ac_fn_c_try_link "$LINENO"; then :
8516 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8517 else
8518 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8520 rm -f core conftest.err conftest.$ac_objext \
8521 conftest$ac_exeext conftest.$ac_ext
8522 CFLAGS=$ac_wine_try_cflags_saved
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8525 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8526 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8527 LDEXECFLAGS="-Wl,--export-dynamic"
8530 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8532 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8533 if eval \${$as_ac_var+:} false; then :
8534 $as_echo_n "(cached) " >&6
8535 else
8536 ac_wine_try_cflags_saved=$CFLAGS
8537 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8539 /* end confdefs.h. */
8540 int main(int argc, char **argv) { return 0; }
8541 _ACEOF
8542 if ac_fn_c_try_link "$LINENO"; then :
8543 eval "$as_ac_var=yes"
8544 else
8545 eval "$as_ac_var=no"
8547 rm -f core conftest.err conftest.$ac_objext \
8548 conftest$ac_exeext conftest.$ac_ext
8549 CFLAGS=$ac_wine_try_cflags_saved
8551 eval ac_res=\$$as_ac_var
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8553 $as_echo "$ac_res" >&6; }
8554 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8555 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8556 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8557 else
8558 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8560 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8561 if eval \${$as_ac_var+:} false; then :
8562 $as_echo_n "(cached) " >&6
8563 else
8564 ac_wine_try_cflags_saved=$CFLAGS
8565 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8567 /* end confdefs.h. */
8568 int main(int argc, char **argv) { return 0; }
8569 _ACEOF
8570 if ac_fn_c_try_link "$LINENO"; then :
8571 eval "$as_ac_var=yes"
8572 else
8573 eval "$as_ac_var=no"
8575 rm -f core conftest.err conftest.$ac_objext \
8576 conftest$ac_exeext conftest.$ac_ext
8577 CFLAGS=$ac_wine_try_cflags_saved
8579 eval ac_res=\$$as_ac_var
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8581 $as_echo "$ac_res" >&6; }
8582 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8583 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8584 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8589 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8590 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8591 $as_echo_n "(cached) " >&6
8592 else
8593 ac_wine_try_cflags_saved=$CFLAGS
8594 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8596 /* end confdefs.h. */
8597 int main(int argc, char **argv) { return 0; }
8598 _ACEOF
8599 if ac_fn_c_try_link "$LINENO"; then :
8600 ac_cv_cflags__Wl___enable_new_dtags=yes
8601 else
8602 ac_cv_cflags__Wl___enable_new_dtags=no
8604 rm -f core conftest.err conftest.$ac_objext \
8605 conftest$ac_exeext conftest.$ac_ext
8606 CFLAGS=$ac_wine_try_cflags_saved
8608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8609 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8610 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8611 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8614 case $host_cpu in
8615 *i[3456789]86* | x86_64)
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8617 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8618 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8619 $as_echo_n "(cached) " >&6
8620 else
8621 ac_wine_try_cflags_saved=$CFLAGS
8622 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8624 /* end confdefs.h. */
8625 int main(int argc, char **argv) { return 0; }
8626 _ACEOF
8627 if ac_fn_c_try_link "$LINENO"; then :
8628 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8629 else
8630 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8632 rm -f core conftest.err conftest.$ac_objext \
8633 conftest$ac_exeext conftest.$ac_ext
8634 CFLAGS=$ac_wine_try_cflags_saved
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8637 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8638 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8639 case $host_os in
8640 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8641 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8642 esac
8645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8646 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8647 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8648 $as_echo_n "(cached) " >&6
8649 else
8650 ac_wine_try_cflags_saved=$CFLAGS
8651 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8653 /* end confdefs.h. */
8654 int main(int argc, char **argv) { return 0; }
8655 _ACEOF
8656 if ac_fn_c_try_link "$LINENO"; then :
8657 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8658 else
8659 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8661 rm -f core conftest.err conftest.$ac_objext \
8662 conftest$ac_exeext conftest.$ac_ext
8663 CFLAGS=$ac_wine_try_cflags_saved
8665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8666 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8667 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8669 else
8670 # Extract the first word of "prelink", so it can be a program name with args.
8671 set dummy prelink; ac_word=$2
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8673 $as_echo_n "checking for $ac_word... " >&6; }
8674 if ${ac_cv_path_PRELINK+:} false; then :
8675 $as_echo_n "(cached) " >&6
8676 else
8677 case $PRELINK in
8678 [\\/]* | ?:[\\/]*)
8679 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8683 for as_dir in /sbin /usr/sbin $PATH
8685 IFS=$as_save_IFS
8686 test -z "$as_dir" && as_dir=.
8687 for ac_exec_ext in '' $ac_executable_extensions; do
8688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8689 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8691 break 2
8693 done
8694 done
8695 IFS=$as_save_IFS
8697 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8699 esac
8701 PRELINK=$ac_cv_path_PRELINK
8702 if test -n "$PRELINK"; then
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8704 $as_echo "$PRELINK" >&6; }
8705 else
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8707 $as_echo "no" >&6; }
8711 if test "x$PRELINK" = xfalse
8712 then
8713 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8717 esac
8719 else
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8721 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8722 if ${ac_cv_c_dll_unixware+:} false; then :
8723 $as_echo_n "(cached) " >&6
8724 else
8725 ac_wine_try_cflags_saved=$CFLAGS
8726 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8728 /* end confdefs.h. */
8729 void myfunc() {}
8730 _ACEOF
8731 if ac_fn_c_try_link "$LINENO"; then :
8732 ac_cv_c_dll_unixware="yes"
8733 else
8734 ac_cv_c_dll_unixware="no"
8736 rm -f core conftest.err conftest.$ac_objext \
8737 conftest$ac_exeext conftest.$ac_ext
8738 CFLAGS=$ac_wine_try_cflags_saved
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8741 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8742 if test "$ac_cv_c_dll_unixware" = "yes"
8743 then
8744 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
8747 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
8749 LIBWINE_INSTALL_LIB="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8751 LIBWINE_INSTALL_DEV="libwine.so"
8753 LIBWINE_DEPENDS="wine.map"
8756 esac
8758 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
8759 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8760 enable_winemac_drv=${enable_winemac_drv:-no}
8761 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
8763 CROSSTARGET=""
8765 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8766 then
8767 case "$host_cpu" in
8768 i[3456789]86*)
8769 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
8770 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8771 mingw32-gcc" ;;
8772 x86_64)
8773 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
8774 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8776 ac_prefix_list="" ;;
8777 esac
8778 for ac_prog in $ac_prefix_list
8780 # Extract the first word of "$ac_prog", so it can be a program name with args.
8781 set dummy $ac_prog; ac_word=$2
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8783 $as_echo_n "checking for $ac_word... " >&6; }
8784 if ${ac_cv_prog_CROSSCC+:} false; then :
8785 $as_echo_n "(cached) " >&6
8786 else
8787 if test -n "$CROSSCC"; then
8788 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8789 else
8790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8791 for as_dir in $PATH
8793 IFS=$as_save_IFS
8794 test -z "$as_dir" && as_dir=.
8795 for ac_exec_ext in '' $ac_executable_extensions; do
8796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8797 ac_cv_prog_CROSSCC="$ac_prog"
8798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8799 break 2
8801 done
8802 done
8803 IFS=$as_save_IFS
8807 CROSSCC=$ac_cv_prog_CROSSCC
8808 if test -n "$CROSSCC"; then
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8810 $as_echo "$CROSSCC" >&6; }
8811 else
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8813 $as_echo "no" >&6; }
8817 test -n "$CROSSCC" && break
8818 done
8819 test -n "$CROSSCC" || CROSSCC="false"
8821 if test "$CROSSCC" != "false"
8822 then
8823 ac_save_CC="$CC"
8824 CC="$CROSSCC"
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8826 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8828 /* end confdefs.h. */
8831 main ()
8835 return 0;
8837 _ACEOF
8838 if ac_fn_c_try_compile "$LINENO"; then :
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8840 $as_echo "yes" >&6; }
8841 set x $CROSSCC
8842 shift
8843 while test $# -ge 1
8845 case "$1" in
8846 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8847 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
8848 esac
8849 shift
8850 done
8851 else
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8853 $as_echo "no" >&6; }
8855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8856 CC="$ac_save_CC"
8861 if test "$ac_cv_header_pthread_h" = "yes"
8862 then
8863 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8864 if test "x$ac_cv_func_pthread_create" = xyes; then :
8866 else
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8868 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8869 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8870 $as_echo_n "(cached) " >&6
8871 else
8872 ac_check_lib_save_LIBS=$LIBS
8873 LIBS="-lpthread $LIBS"
8874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8875 /* end confdefs.h. */
8877 /* Override any GCC internal prototype to avoid an error.
8878 Use char because int might match the return type of a GCC
8879 builtin and then its argument prototype would still apply. */
8880 #ifdef __cplusplus
8881 extern "C"
8882 #endif
8883 char pthread_create ();
8885 main ()
8887 return pthread_create ();
8889 return 0;
8891 _ACEOF
8892 if ac_fn_c_try_link "$LINENO"; then :
8893 ac_cv_lib_pthread_pthread_create=yes
8894 else
8895 ac_cv_lib_pthread_pthread_create=no
8897 rm -f core conftest.err conftest.$ac_objext \
8898 conftest$ac_exeext conftest.$ac_ext
8899 LIBS=$ac_check_lib_save_LIBS
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8902 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8903 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8904 PTHREAD_LIBS="-lpthread"
8911 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8912 case "x$with_pthread" in
8913 xno) ;;
8914 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8915 Wine cannot support threads without libpthread.
8916 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8917 esac
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8922 $as_echo_n "checking for X... " >&6; }
8925 # Check whether --with-x was given.
8926 if test "${with_x+set}" = set; then :
8927 withval=$with_x;
8930 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8931 if test "x$with_x" = xno; then
8932 # The user explicitly disabled X.
8933 have_x=disabled
8934 else
8935 case $x_includes,$x_libraries in #(
8936 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8937 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8938 $as_echo_n "(cached) " >&6
8939 else
8940 # One or both of the vars are not set, and there is no cached value.
8941 ac_x_includes=no ac_x_libraries=no
8942 rm -f -r conftest.dir
8943 if mkdir conftest.dir; then
8944 cd conftest.dir
8945 cat >Imakefile <<'_ACEOF'
8946 incroot:
8947 @echo incroot='${INCROOT}'
8948 usrlibdir:
8949 @echo usrlibdir='${USRLIBDIR}'
8950 libdir:
8951 @echo libdir='${LIBDIR}'
8952 _ACEOF
8953 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8954 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8955 for ac_var in incroot usrlibdir libdir; do
8956 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8957 done
8958 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8959 for ac_extension in a so sl dylib la dll; do
8960 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8961 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8962 ac_im_usrlibdir=$ac_im_libdir; break
8964 done
8965 # Screen out bogus values from the imake configuration. They are
8966 # bogus both because they are the default anyway, and because
8967 # using them would break gcc on systems where it needs fixed includes.
8968 case $ac_im_incroot in
8969 /usr/include) ac_x_includes= ;;
8970 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8971 esac
8972 case $ac_im_usrlibdir in
8973 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8974 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8975 esac
8977 cd ..
8978 rm -f -r conftest.dir
8981 # Standard set of common directories for X headers.
8982 # Check X11 before X11Rn because it is often a symlink to the current release.
8983 ac_x_header_dirs='
8984 /usr/X11/include
8985 /usr/X11R7/include
8986 /usr/X11R6/include
8987 /usr/X11R5/include
8988 /usr/X11R4/include
8990 /usr/include/X11
8991 /usr/include/X11R7
8992 /usr/include/X11R6
8993 /usr/include/X11R5
8994 /usr/include/X11R4
8996 /usr/local/X11/include
8997 /usr/local/X11R7/include
8998 /usr/local/X11R6/include
8999 /usr/local/X11R5/include
9000 /usr/local/X11R4/include
9002 /usr/local/include/X11
9003 /usr/local/include/X11R7
9004 /usr/local/include/X11R6
9005 /usr/local/include/X11R5
9006 /usr/local/include/X11R4
9008 /usr/X386/include
9009 /usr/x386/include
9010 /usr/XFree86/include/X11
9012 /usr/include
9013 /usr/local/include
9014 /usr/unsupported/include
9015 /usr/athena/include
9016 /usr/local/x11r5/include
9017 /usr/lpp/Xamples/include
9019 /usr/openwin/include
9020 /usr/openwin/share/include'
9022 if test "$ac_x_includes" = no; then
9023 # Guess where to find include files, by looking for Xlib.h.
9024 # First, try using that file with no special directory specified.
9025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9026 /* end confdefs.h. */
9027 #include <X11/Xlib.h>
9028 _ACEOF
9029 if ac_fn_c_try_cpp "$LINENO"; then :
9030 # We can compile using X headers with no special include directory.
9031 ac_x_includes=
9032 else
9033 for ac_dir in $ac_x_header_dirs; do
9034 if test -r "$ac_dir/X11/Xlib.h"; then
9035 ac_x_includes=$ac_dir
9036 break
9038 done
9040 rm -f conftest.err conftest.i conftest.$ac_ext
9041 fi # $ac_x_includes = no
9043 if test "$ac_x_libraries" = no; then
9044 # Check for the libraries.
9045 # See if we find them without any special options.
9046 # Don't add to $LIBS permanently.
9047 ac_save_LIBS=$LIBS
9048 LIBS="-lX11 $LIBS"
9049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9050 /* end confdefs.h. */
9051 #include <X11/Xlib.h>
9053 main ()
9055 XrmInitialize ()
9057 return 0;
9059 _ACEOF
9060 if ac_fn_c_try_link "$LINENO"; then :
9061 LIBS=$ac_save_LIBS
9062 # We can link X programs with no special library path.
9063 ac_x_libraries=
9064 else
9065 LIBS=$ac_save_LIBS
9066 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9068 # Don't even attempt the hair of trying to link an X program!
9069 for ac_extension in a so sl dylib la dll; do
9070 if test -r "$ac_dir/libX11.$ac_extension"; then
9071 ac_x_libraries=$ac_dir
9072 break 2
9074 done
9075 done
9077 rm -f core conftest.err conftest.$ac_objext \
9078 conftest$ac_exeext conftest.$ac_ext
9079 fi # $ac_x_libraries = no
9081 case $ac_x_includes,$ac_x_libraries in #(
9082 no,* | *,no | *\'*)
9083 # Didn't find X, or a directory has "'" in its name.
9084 ac_cv_have_x="have_x=no";; #(
9086 # Record where we found X for the cache.
9087 ac_cv_have_x="have_x=yes\
9088 ac_x_includes='$ac_x_includes'\
9089 ac_x_libraries='$ac_x_libraries'"
9090 esac
9092 ;; #(
9093 *) have_x=yes;;
9094 esac
9095 eval "$ac_cv_have_x"
9096 fi # $with_x != no
9098 if test "$have_x" != yes; then
9099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9100 $as_echo "$have_x" >&6; }
9101 no_x=yes
9102 else
9103 # If each of the values was on the command line, it overrides each guess.
9104 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9105 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9106 # Update the cache value to reflect the command line values.
9107 ac_cv_have_x="have_x=yes\
9108 ac_x_includes='$x_includes'\
9109 ac_x_libraries='$x_libraries'"
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9111 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9114 if test "$no_x" = yes; then
9115 # Not all programs may use this symbol, but it does not hurt to define it.
9117 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9119 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9120 else
9121 if test -n "$x_includes"; then
9122 X_CFLAGS="$X_CFLAGS -I$x_includes"
9125 # It would also be nice to do this for all -L options, not just this one.
9126 if test -n "$x_libraries"; then
9127 X_LIBS="$X_LIBS -L$x_libraries"
9128 # For Solaris; some versions of Sun CC require a space after -R and
9129 # others require no space. Words are not sufficient . . . .
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9131 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9132 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9133 ac_xsave_c_werror_flag=$ac_c_werror_flag
9134 ac_c_werror_flag=yes
9135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9136 /* end confdefs.h. */
9139 main ()
9143 return 0;
9145 _ACEOF
9146 if ac_fn_c_try_link "$LINENO"; then :
9147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9148 $as_echo "no" >&6; }
9149 X_LIBS="$X_LIBS -R$x_libraries"
9150 else
9151 LIBS="$ac_xsave_LIBS -R $x_libraries"
9152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9153 /* end confdefs.h. */
9156 main ()
9160 return 0;
9162 _ACEOF
9163 if ac_fn_c_try_link "$LINENO"; then :
9164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9165 $as_echo "yes" >&6; }
9166 X_LIBS="$X_LIBS -R $x_libraries"
9167 else
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9169 $as_echo "neither works" >&6; }
9171 rm -f core conftest.err conftest.$ac_objext \
9172 conftest$ac_exeext conftest.$ac_ext
9174 rm -f core conftest.err conftest.$ac_objext \
9175 conftest$ac_exeext conftest.$ac_ext
9176 ac_c_werror_flag=$ac_xsave_c_werror_flag
9177 LIBS=$ac_xsave_LIBS
9180 # Check for system-dependent libraries X programs must link with.
9181 # Do this before checking for the system-independent R6 libraries
9182 # (-lICE), since we may need -lsocket or whatever for X linking.
9184 if test "$ISC" = yes; then
9185 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9186 else
9187 # Martyn Johnson says this is needed for Ultrix, if the X
9188 # libraries were built with DECnet support. And Karl Berry says
9189 # the Alpha needs dnet_stub (dnet does not exist).
9190 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9192 /* end confdefs.h. */
9194 /* Override any GCC internal prototype to avoid an error.
9195 Use char because int might match the return type of a GCC
9196 builtin and then its argument prototype would still apply. */
9197 #ifdef __cplusplus
9198 extern "C"
9199 #endif
9200 char XOpenDisplay ();
9202 main ()
9204 return XOpenDisplay ();
9206 return 0;
9208 _ACEOF
9209 if ac_fn_c_try_link "$LINENO"; then :
9211 else
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9213 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9214 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9215 $as_echo_n "(cached) " >&6
9216 else
9217 ac_check_lib_save_LIBS=$LIBS
9218 LIBS="-ldnet $LIBS"
9219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9222 /* Override any GCC internal prototype to avoid an error.
9223 Use char because int might match the return type of a GCC
9224 builtin and then its argument prototype would still apply. */
9225 #ifdef __cplusplus
9226 extern "C"
9227 #endif
9228 char dnet_ntoa ();
9230 main ()
9232 return dnet_ntoa ();
9234 return 0;
9236 _ACEOF
9237 if ac_fn_c_try_link "$LINENO"; then :
9238 ac_cv_lib_dnet_dnet_ntoa=yes
9239 else
9240 ac_cv_lib_dnet_dnet_ntoa=no
9242 rm -f core conftest.err conftest.$ac_objext \
9243 conftest$ac_exeext conftest.$ac_ext
9244 LIBS=$ac_check_lib_save_LIBS
9246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9247 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9248 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9249 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9252 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9254 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9255 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9256 $as_echo_n "(cached) " >&6
9257 else
9258 ac_check_lib_save_LIBS=$LIBS
9259 LIBS="-ldnet_stub $LIBS"
9260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9261 /* end confdefs.h. */
9263 /* Override any GCC internal prototype to avoid an error.
9264 Use char because int might match the return type of a GCC
9265 builtin and then its argument prototype would still apply. */
9266 #ifdef __cplusplus
9267 extern "C"
9268 #endif
9269 char dnet_ntoa ();
9271 main ()
9273 return dnet_ntoa ();
9275 return 0;
9277 _ACEOF
9278 if ac_fn_c_try_link "$LINENO"; then :
9279 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9280 else
9281 ac_cv_lib_dnet_stub_dnet_ntoa=no
9283 rm -f core conftest.err conftest.$ac_objext \
9284 conftest$ac_exeext conftest.$ac_ext
9285 LIBS=$ac_check_lib_save_LIBS
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9288 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9289 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9290 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9295 rm -f core conftest.err conftest.$ac_objext \
9296 conftest$ac_exeext conftest.$ac_ext
9297 LIBS="$ac_xsave_LIBS"
9299 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9300 # to get the SysV transport functions.
9301 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9302 # needs -lnsl.
9303 # The nsl library prevents programs from opening the X display
9304 # on Irix 5.2, according to T.E. Dickey.
9305 # The functions gethostbyname, getservbyname, and inet_addr are
9306 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9307 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9308 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9312 if test $ac_cv_func_gethostbyname = no; then
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9314 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9315 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9316 $as_echo_n "(cached) " >&6
9317 else
9318 ac_check_lib_save_LIBS=$LIBS
9319 LIBS="-lnsl $LIBS"
9320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9321 /* end confdefs.h. */
9323 /* Override any GCC internal prototype to avoid an error.
9324 Use char because int might match the return type of a GCC
9325 builtin and then its argument prototype would still apply. */
9326 #ifdef __cplusplus
9327 extern "C"
9328 #endif
9329 char gethostbyname ();
9331 main ()
9333 return gethostbyname ();
9335 return 0;
9337 _ACEOF
9338 if ac_fn_c_try_link "$LINENO"; then :
9339 ac_cv_lib_nsl_gethostbyname=yes
9340 else
9341 ac_cv_lib_nsl_gethostbyname=no
9343 rm -f core conftest.err conftest.$ac_objext \
9344 conftest$ac_exeext conftest.$ac_ext
9345 LIBS=$ac_check_lib_save_LIBS
9347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9348 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9349 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9350 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9353 if test $ac_cv_lib_nsl_gethostbyname = no; then
9354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9355 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9356 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9357 $as_echo_n "(cached) " >&6
9358 else
9359 ac_check_lib_save_LIBS=$LIBS
9360 LIBS="-lbsd $LIBS"
9361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9362 /* end confdefs.h. */
9364 /* Override any GCC internal prototype to avoid an error.
9365 Use char because int might match the return type of a GCC
9366 builtin and then its argument prototype would still apply. */
9367 #ifdef __cplusplus
9368 extern "C"
9369 #endif
9370 char gethostbyname ();
9372 main ()
9374 return gethostbyname ();
9376 return 0;
9378 _ACEOF
9379 if ac_fn_c_try_link "$LINENO"; then :
9380 ac_cv_lib_bsd_gethostbyname=yes
9381 else
9382 ac_cv_lib_bsd_gethostbyname=no
9384 rm -f core conftest.err conftest.$ac_objext \
9385 conftest$ac_exeext conftest.$ac_ext
9386 LIBS=$ac_check_lib_save_LIBS
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9389 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9390 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9391 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9397 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9398 # socket/setsockopt and other routines are undefined under SCO ODT
9399 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9400 # on later versions), says Simon Leinen: it contains gethostby*
9401 # variants that don't use the name server (or something). -lsocket
9402 # must be given before -lnsl if both are needed. We assume that
9403 # if connect needs -lnsl, so does gethostbyname.
9404 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9405 if test "x$ac_cv_func_connect" = xyes; then :
9409 if test $ac_cv_func_connect = no; then
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9411 $as_echo_n "checking for connect in -lsocket... " >&6; }
9412 if ${ac_cv_lib_socket_connect+:} false; then :
9413 $as_echo_n "(cached) " >&6
9414 else
9415 ac_check_lib_save_LIBS=$LIBS
9416 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9418 /* end confdefs.h. */
9420 /* Override any GCC internal prototype to avoid an error.
9421 Use char because int might match the return type of a GCC
9422 builtin and then its argument prototype would still apply. */
9423 #ifdef __cplusplus
9424 extern "C"
9425 #endif
9426 char connect ();
9428 main ()
9430 return connect ();
9432 return 0;
9434 _ACEOF
9435 if ac_fn_c_try_link "$LINENO"; then :
9436 ac_cv_lib_socket_connect=yes
9437 else
9438 ac_cv_lib_socket_connect=no
9440 rm -f core conftest.err conftest.$ac_objext \
9441 conftest$ac_exeext conftest.$ac_ext
9442 LIBS=$ac_check_lib_save_LIBS
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9445 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9446 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9447 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9452 # Guillermo Gomez says -lposix is necessary on A/UX.
9453 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9454 if test "x$ac_cv_func_remove" = xyes; then :
9458 if test $ac_cv_func_remove = no; then
9459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9460 $as_echo_n "checking for remove in -lposix... " >&6; }
9461 if ${ac_cv_lib_posix_remove+:} false; then :
9462 $as_echo_n "(cached) " >&6
9463 else
9464 ac_check_lib_save_LIBS=$LIBS
9465 LIBS="-lposix $LIBS"
9466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9467 /* end confdefs.h. */
9469 /* Override any GCC internal prototype to avoid an error.
9470 Use char because int might match the return type of a GCC
9471 builtin and then its argument prototype would still apply. */
9472 #ifdef __cplusplus
9473 extern "C"
9474 #endif
9475 char remove ();
9477 main ()
9479 return remove ();
9481 return 0;
9483 _ACEOF
9484 if ac_fn_c_try_link "$LINENO"; then :
9485 ac_cv_lib_posix_remove=yes
9486 else
9487 ac_cv_lib_posix_remove=no
9489 rm -f core conftest.err conftest.$ac_objext \
9490 conftest$ac_exeext conftest.$ac_ext
9491 LIBS=$ac_check_lib_save_LIBS
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9494 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9495 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9496 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9501 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9502 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9503 if test "x$ac_cv_func_shmat" = xyes; then :
9507 if test $ac_cv_func_shmat = no; then
9508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9509 $as_echo_n "checking for shmat in -lipc... " >&6; }
9510 if ${ac_cv_lib_ipc_shmat+:} false; then :
9511 $as_echo_n "(cached) " >&6
9512 else
9513 ac_check_lib_save_LIBS=$LIBS
9514 LIBS="-lipc $LIBS"
9515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9516 /* end confdefs.h. */
9518 /* Override any GCC internal prototype to avoid an error.
9519 Use char because int might match the return type of a GCC
9520 builtin and then its argument prototype would still apply. */
9521 #ifdef __cplusplus
9522 extern "C"
9523 #endif
9524 char shmat ();
9526 main ()
9528 return shmat ();
9530 return 0;
9532 _ACEOF
9533 if ac_fn_c_try_link "$LINENO"; then :
9534 ac_cv_lib_ipc_shmat=yes
9535 else
9536 ac_cv_lib_ipc_shmat=no
9538 rm -f core conftest.err conftest.$ac_objext \
9539 conftest$ac_exeext conftest.$ac_ext
9540 LIBS=$ac_check_lib_save_LIBS
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9543 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9544 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9545 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9551 # Check for libraries that X11R6 Xt/Xaw programs need.
9552 ac_save_LDFLAGS=$LDFLAGS
9553 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9554 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9555 # check for ICE first), but we must link in the order -lSM -lICE or
9556 # we get undefined symbols. So assume we have SM if we have ICE.
9557 # These have to be linked with before -lX11, unlike the other
9558 # libraries we check for below, so use a different variable.
9559 # John Interrante, Karl Berry
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9561 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9562 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9563 $as_echo_n "(cached) " >&6
9564 else
9565 ac_check_lib_save_LIBS=$LIBS
9566 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9568 /* end confdefs.h. */
9570 /* Override any GCC internal prototype to avoid an error.
9571 Use char because int might match the return type of a GCC
9572 builtin and then its argument prototype would still apply. */
9573 #ifdef __cplusplus
9574 extern "C"
9575 #endif
9576 char IceConnectionNumber ();
9578 main ()
9580 return IceConnectionNumber ();
9582 return 0;
9584 _ACEOF
9585 if ac_fn_c_try_link "$LINENO"; then :
9586 ac_cv_lib_ICE_IceConnectionNumber=yes
9587 else
9588 ac_cv_lib_ICE_IceConnectionNumber=no
9590 rm -f core conftest.err conftest.$ac_objext \
9591 conftest$ac_exeext conftest.$ac_ext
9592 LIBS=$ac_check_lib_save_LIBS
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9595 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9596 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9597 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9600 LDFLAGS=$ac_save_LDFLAGS
9605 if test "$have_x" = "yes"
9606 then
9607 ac_save_CPPFLAGS="$CPPFLAGS"
9608 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9611 $as_echo_n "checking for -lX11... " >&6; }
9612 if ${ac_cv_lib_soname_X11+:} false; then :
9613 $as_echo_n "(cached) " >&6
9614 else
9615 ac_check_soname_save_LIBS=$LIBS
9616 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9618 /* end confdefs.h. */
9620 /* Override any GCC internal prototype to avoid an error.
9621 Use char because int might match the return type of a GCC
9622 builtin and then its argument prototype would still apply. */
9623 #ifdef __cplusplus
9624 extern "C"
9625 #endif
9626 char XCreateWindow ();
9628 main ()
9630 return XCreateWindow ();
9632 return 0;
9634 _ACEOF
9635 if ac_fn_c_try_link "$LINENO"; then :
9636 case "$LIBEXT" in
9637 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9638 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'` ;;
9639 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9640 if ${ac_cv_lib_soname_X11:+false} :; then :
9641 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9642 fi ;;
9643 esac
9645 rm -f core conftest.err conftest.$ac_objext \
9646 conftest$ac_exeext conftest.$ac_ext
9647 LIBS=$ac_check_soname_save_LIBS
9649 if ${ac_cv_lib_soname_X11:+false} :; then :
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9651 $as_echo "not found" >&6; }
9653 else
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9655 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9657 cat >>confdefs.h <<_ACEOF
9658 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9659 _ACEOF
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9664 $as_echo_n "checking for -lXext... " >&6; }
9665 if ${ac_cv_lib_soname_Xext+:} false; then :
9666 $as_echo_n "(cached) " >&6
9667 else
9668 ac_check_soname_save_LIBS=$LIBS
9669 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9671 /* end confdefs.h. */
9673 /* Override any GCC internal prototype to avoid an error.
9674 Use char because int might match the return type of a GCC
9675 builtin and then its argument prototype would still apply. */
9676 #ifdef __cplusplus
9677 extern "C"
9678 #endif
9679 char XextCreateExtension ();
9681 main ()
9683 return XextCreateExtension ();
9685 return 0;
9687 _ACEOF
9688 if ac_fn_c_try_link "$LINENO"; then :
9689 case "$LIBEXT" in
9690 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9691 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'` ;;
9692 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9693 if ${ac_cv_lib_soname_Xext:+false} :; then :
9694 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9695 fi ;;
9696 esac
9698 rm -f core conftest.err conftest.$ac_objext \
9699 conftest$ac_exeext conftest.$ac_ext
9700 LIBS=$ac_check_soname_save_LIBS
9702 if ${ac_cv_lib_soname_Xext:+false} :; then :
9703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9704 $as_echo "not found" >&6; }
9706 else
9707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9708 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9710 cat >>confdefs.h <<_ACEOF
9711 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9712 _ACEOF
9714 X_LIBS="$X_LIBS -lXext"
9716 X_LIBS="$X_LIBS -lX11"
9718 for ac_header in X11/Xlib.h \
9719 X11/XKBlib.h \
9720 X11/Xutil.h \
9721 X11/Xcursor/Xcursor.h \
9722 X11/extensions/shape.h \
9723 X11/extensions/XInput.h \
9724 X11/extensions/XInput2.h \
9725 X11/extensions/XShm.h \
9726 X11/extensions/Xcomposite.h \
9727 X11/extensions/Xinerama.h \
9728 X11/extensions/Xrandr.h \
9729 X11/extensions/Xrender.h \
9730 X11/extensions/xf86vmode.h \
9731 X11/extensions/xf86vmproto.h
9732 do :
9733 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9734 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9735 # include <X11/Xlib.h>
9736 #endif
9737 #ifdef HAVE_X11_XUTIL_H
9738 # include <X11/Xutil.h>
9739 #endif
9741 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9742 cat >>confdefs.h <<_ACEOF
9743 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9744 _ACEOF
9748 done
9751 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9752 then
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9754 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9755 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9756 $as_echo_n "(cached) " >&6
9757 else
9758 ac_check_lib_save_LIBS=$LIBS
9759 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9761 /* end confdefs.h. */
9763 /* Override any GCC internal prototype to avoid an error.
9764 Use char because int might match the return type of a GCC
9765 builtin and then its argument prototype would still apply. */
9766 #ifdef __cplusplus
9767 extern "C"
9768 #endif
9769 char XkbQueryExtension ();
9771 main ()
9773 return XkbQueryExtension ();
9775 return 0;
9777 _ACEOF
9778 if ac_fn_c_try_link "$LINENO"; then :
9779 ac_cv_lib_X11_XkbQueryExtension=yes
9780 else
9781 ac_cv_lib_X11_XkbQueryExtension=no
9783 rm -f core conftest.err conftest.$ac_objext \
9784 conftest$ac_exeext conftest.$ac_ext
9785 LIBS=$ac_check_lib_save_LIBS
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9788 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9789 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9791 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9797 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9798 then
9799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9800 $as_echo_n "checking for -lXcursor... " >&6; }
9801 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9802 $as_echo_n "(cached) " >&6
9803 else
9804 ac_check_soname_save_LIBS=$LIBS
9805 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9807 /* end confdefs.h. */
9809 /* Override any GCC internal prototype to avoid an error.
9810 Use char because int might match the return type of a GCC
9811 builtin and then its argument prototype would still apply. */
9812 #ifdef __cplusplus
9813 extern "C"
9814 #endif
9815 char XcursorImageLoadCursor ();
9817 main ()
9819 return XcursorImageLoadCursor ();
9821 return 0;
9823 _ACEOF
9824 if ac_fn_c_try_link "$LINENO"; then :
9825 case "$LIBEXT" in
9826 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9827 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'` ;;
9828 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9829 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9830 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9831 fi ;;
9832 esac
9834 rm -f core conftest.err conftest.$ac_objext \
9835 conftest$ac_exeext conftest.$ac_ext
9836 LIBS=$ac_check_soname_save_LIBS
9838 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9840 $as_echo "not found" >&6; }
9842 else
9843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9844 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9846 cat >>confdefs.h <<_ACEOF
9847 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9848 _ACEOF
9853 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9854 case "x$with_xcursor" in
9855 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9856 xno) ;;
9857 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9858 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9859 esac
9862 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9863 then
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9865 $as_echo_n "checking for -lXi... " >&6; }
9866 if ${ac_cv_lib_soname_Xi+:} false; then :
9867 $as_echo_n "(cached) " >&6
9868 else
9869 ac_check_soname_save_LIBS=$LIBS
9870 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9872 /* end confdefs.h. */
9874 /* Override any GCC internal prototype to avoid an error.
9875 Use char because int might match the return type of a GCC
9876 builtin and then its argument prototype would still apply. */
9877 #ifdef __cplusplus
9878 extern "C"
9879 #endif
9880 char XOpenDevice ();
9882 main ()
9884 return XOpenDevice ();
9886 return 0;
9888 _ACEOF
9889 if ac_fn_c_try_link "$LINENO"; then :
9890 case "$LIBEXT" in
9891 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9892 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'` ;;
9893 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9894 if ${ac_cv_lib_soname_Xi:+false} :; then :
9895 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9896 fi ;;
9897 esac
9899 rm -f core conftest.err conftest.$ac_objext \
9900 conftest$ac_exeext conftest.$ac_ext
9901 LIBS=$ac_check_soname_save_LIBS
9903 if ${ac_cv_lib_soname_Xi:+false} :; then :
9904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9905 $as_echo "not found" >&6; }
9907 else
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9909 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9911 cat >>confdefs.h <<_ACEOF
9912 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9913 _ACEOF
9918 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9919 case "x$with_xinput" in
9920 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9921 xno) ;;
9922 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9923 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9924 esac
9927 if test "x$ac_cv_lib_soname_Xi" != x
9928 then
9929 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9930 case "x$with_xinput2" in
9931 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9932 xno) ;;
9933 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9934 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9935 esac
9939 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9940 then
9941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9942 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9943 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9944 $as_echo_n "(cached) " >&6
9945 else
9946 ac_check_lib_save_LIBS=$LIBS
9947 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9949 /* end confdefs.h. */
9951 /* Override any GCC internal prototype to avoid an error.
9952 Use char because int might match the return type of a GCC
9953 builtin and then its argument prototype would still apply. */
9954 #ifdef __cplusplus
9955 extern "C"
9956 #endif
9957 char XShmQueryExtension ();
9959 main ()
9961 return XShmQueryExtension ();
9963 return 0;
9965 _ACEOF
9966 if ac_fn_c_try_link "$LINENO"; then :
9967 ac_cv_lib_Xext_XShmQueryExtension=yes
9968 else
9969 ac_cv_lib_Xext_XShmQueryExtension=no
9971 rm -f core conftest.err conftest.$ac_objext \
9972 conftest$ac_exeext conftest.$ac_ext
9973 LIBS=$ac_check_lib_save_LIBS
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9976 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9977 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
9979 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9984 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9985 case "x$with_xshm" in
9986 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9987 xno) ;;
9988 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9989 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9990 esac
9993 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9994 then
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9996 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9997 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
9998 $as_echo_n "(cached) " >&6
9999 else
10000 ac_check_lib_save_LIBS=$LIBS
10001 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10003 /* end confdefs.h. */
10005 /* Override any GCC internal prototype to avoid an error.
10006 Use char because int might match the return type of a GCC
10007 builtin and then its argument prototype would still apply. */
10008 #ifdef __cplusplus
10009 extern "C"
10010 #endif
10011 char XShapeQueryExtension ();
10013 main ()
10015 return XShapeQueryExtension ();
10017 return 0;
10019 _ACEOF
10020 if ac_fn_c_try_link "$LINENO"; then :
10021 ac_cv_lib_Xext_XShapeQueryExtension=yes
10022 else
10023 ac_cv_lib_Xext_XShapeQueryExtension=no
10025 rm -f core conftest.err conftest.$ac_objext \
10026 conftest$ac_exeext conftest.$ac_ext
10027 LIBS=$ac_check_lib_save_LIBS
10029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10030 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10031 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10033 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10038 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10039 case "x$with_xshape" in
10040 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10041 xno) ;;
10042 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10043 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10044 esac
10047 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10048 then
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10050 $as_echo_n "checking for -lXxf86vm... " >&6; }
10051 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10052 $as_echo_n "(cached) " >&6
10053 else
10054 ac_check_soname_save_LIBS=$LIBS
10055 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10057 /* end confdefs.h. */
10059 /* Override any GCC internal prototype to avoid an error.
10060 Use char because int might match the return type of a GCC
10061 builtin and then its argument prototype would still apply. */
10062 #ifdef __cplusplus
10063 extern "C"
10064 #endif
10065 char XF86VidModeQueryExtension ();
10067 main ()
10069 return XF86VidModeQueryExtension ();
10071 return 0;
10073 _ACEOF
10074 if ac_fn_c_try_link "$LINENO"; then :
10075 case "$LIBEXT" in
10076 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10077 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'` ;;
10078 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10079 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10080 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10081 fi ;;
10082 esac
10084 rm -f core conftest.err conftest.$ac_objext \
10085 conftest$ac_exeext conftest.$ac_ext
10086 LIBS=$ac_check_soname_save_LIBS
10088 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10090 $as_echo "not found" >&6; }
10092 else
10093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10094 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10096 cat >>confdefs.h <<_ACEOF
10097 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10098 _ACEOF
10103 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10104 case "x$with_xxf86vm" in
10105 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10106 xno) ;;
10107 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10108 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10109 esac
10112 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10113 then
10114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10115 $as_echo_n "checking for -lXrender... " >&6; }
10116 if ${ac_cv_lib_soname_Xrender+:} false; then :
10117 $as_echo_n "(cached) " >&6
10118 else
10119 ac_check_soname_save_LIBS=$LIBS
10120 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10122 /* end confdefs.h. */
10124 /* Override any GCC internal prototype to avoid an error.
10125 Use char because int might match the return type of a GCC
10126 builtin and then its argument prototype would still apply. */
10127 #ifdef __cplusplus
10128 extern "C"
10129 #endif
10130 char XRenderQueryExtension ();
10132 main ()
10134 return XRenderQueryExtension ();
10136 return 0;
10138 _ACEOF
10139 if ac_fn_c_try_link "$LINENO"; then :
10140 case "$LIBEXT" in
10141 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10142 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'` ;;
10143 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10144 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10145 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10146 fi ;;
10147 esac
10149 rm -f core conftest.err conftest.$ac_objext \
10150 conftest$ac_exeext conftest.$ac_ext
10151 LIBS=$ac_check_soname_save_LIBS
10153 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10155 $as_echo "not found" >&6; }
10157 else
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10159 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10161 cat >>confdefs.h <<_ACEOF
10162 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10163 _ACEOF
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10166 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10167 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10168 $as_echo_n "(cached) " >&6
10169 else
10170 ac_check_lib_save_LIBS=$LIBS
10171 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10173 /* end confdefs.h. */
10175 /* Override any GCC internal prototype to avoid an error.
10176 Use char because int might match the return type of a GCC
10177 builtin and then its argument prototype would still apply. */
10178 #ifdef __cplusplus
10179 extern "C"
10180 #endif
10181 char XRenderSetPictureTransform ();
10183 main ()
10185 return XRenderSetPictureTransform ();
10187 return 0;
10189 _ACEOF
10190 if ac_fn_c_try_link "$LINENO"; then :
10191 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10192 else
10193 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10195 rm -f core conftest.err conftest.$ac_objext \
10196 conftest$ac_exeext conftest.$ac_ext
10197 LIBS=$ac_check_lib_save_LIBS
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10200 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10201 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10203 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10208 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10209 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10210 $as_echo_n "(cached) " >&6
10211 else
10212 ac_check_lib_save_LIBS=$LIBS
10213 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10215 /* end confdefs.h. */
10217 /* Override any GCC internal prototype to avoid an error.
10218 Use char because int might match the return type of a GCC
10219 builtin and then its argument prototype would still apply. */
10220 #ifdef __cplusplus
10221 extern "C"
10222 #endif
10223 char XRenderCreateLinearGradient ();
10225 main ()
10227 return XRenderCreateLinearGradient ();
10229 return 0;
10231 _ACEOF
10232 if ac_fn_c_try_link "$LINENO"; then :
10233 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10234 else
10235 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10237 rm -f core conftest.err conftest.$ac_objext \
10238 conftest$ac_exeext conftest.$ac_ext
10239 LIBS=$ac_check_lib_save_LIBS
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10242 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10243 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10245 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10252 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10253 case "x$with_xrender" in
10254 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10255 xno) ;;
10256 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10257 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10258 esac
10261 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10262 then
10263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10264 /* end confdefs.h. */
10265 #include <X11/Xlib.h>
10266 #include <X11/extensions/Xrandr.h>
10268 main ()
10270 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10272 return 0;
10274 _ACEOF
10275 if ac_fn_c_try_compile "$LINENO"; then :
10276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10277 $as_echo_n "checking for -lXrandr... " >&6; }
10278 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10279 $as_echo_n "(cached) " >&6
10280 else
10281 ac_check_soname_save_LIBS=$LIBS
10282 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10284 /* end confdefs.h. */
10286 /* Override any GCC internal prototype to avoid an error.
10287 Use char because int might match the return type of a GCC
10288 builtin and then its argument prototype would still apply. */
10289 #ifdef __cplusplus
10290 extern "C"
10291 #endif
10292 char XRRQueryExtension ();
10294 main ()
10296 return XRRQueryExtension ();
10298 return 0;
10300 _ACEOF
10301 if ac_fn_c_try_link "$LINENO"; then :
10302 case "$LIBEXT" in
10303 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10304 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'` ;;
10305 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10306 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10307 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10308 fi ;;
10309 esac
10311 rm -f core conftest.err conftest.$ac_objext \
10312 conftest$ac_exeext conftest.$ac_ext
10313 LIBS=$ac_check_soname_save_LIBS
10315 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10317 $as_echo "not found" >&6; }
10319 else
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10321 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10323 cat >>confdefs.h <<_ACEOF
10324 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10325 _ACEOF
10327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10328 /* end confdefs.h. */
10329 #include <X11/Xlib.h>
10330 #include <X11/extensions/Xrandr.h>
10332 main ()
10334 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10336 return 0;
10338 _ACEOF
10339 if ac_fn_c_try_compile "$LINENO"; then :
10341 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10349 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10350 case "x$with_xrandr" in
10351 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10352 xno) ;;
10353 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10354 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10355 esac
10358 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10359 then
10360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10361 /* end confdefs.h. */
10362 #include <X11/Xlib.h>
10363 #include <X11/extensions/Xinerama.h>
10365 main ()
10367 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10369 return 0;
10371 _ACEOF
10372 if ac_fn_c_try_compile "$LINENO"; then :
10373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10374 $as_echo_n "checking for -lXinerama... " >&6; }
10375 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10376 $as_echo_n "(cached) " >&6
10377 else
10378 ac_check_soname_save_LIBS=$LIBS
10379 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10381 /* end confdefs.h. */
10383 /* Override any GCC internal prototype to avoid an error.
10384 Use char because int might match the return type of a GCC
10385 builtin and then its argument prototype would still apply. */
10386 #ifdef __cplusplus
10387 extern "C"
10388 #endif
10389 char XineramaQueryScreens ();
10391 main ()
10393 return XineramaQueryScreens ();
10395 return 0;
10397 _ACEOF
10398 if ac_fn_c_try_link "$LINENO"; then :
10399 case "$LIBEXT" in
10400 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10401 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'` ;;
10402 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10403 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10404 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10405 fi ;;
10406 esac
10408 rm -f core conftest.err conftest.$ac_objext \
10409 conftest$ac_exeext conftest.$ac_ext
10410 LIBS=$ac_check_soname_save_LIBS
10412 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10414 $as_echo "not found" >&6; }
10416 else
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10418 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10420 cat >>confdefs.h <<_ACEOF
10421 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10422 _ACEOF
10427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10429 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10430 case "x$with_xinerama" in
10431 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10432 xno) ;;
10433 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10434 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10435 esac
10438 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10439 then
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10441 $as_echo_n "checking for -lXcomposite... " >&6; }
10442 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10443 $as_echo_n "(cached) " >&6
10444 else
10445 ac_check_soname_save_LIBS=$LIBS
10446 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10448 /* end confdefs.h. */
10450 /* Override any GCC internal prototype to avoid an error.
10451 Use char because int might match the return type of a GCC
10452 builtin and then its argument prototype would still apply. */
10453 #ifdef __cplusplus
10454 extern "C"
10455 #endif
10456 char XCompositeRedirectWindow ();
10458 main ()
10460 return XCompositeRedirectWindow ();
10462 return 0;
10464 _ACEOF
10465 if ac_fn_c_try_link "$LINENO"; then :
10466 case "$LIBEXT" in
10467 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10468 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'` ;;
10469 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10470 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10471 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10472 fi ;;
10473 esac
10475 rm -f core conftest.err conftest.$ac_objext \
10476 conftest$ac_exeext conftest.$ac_ext
10477 LIBS=$ac_check_soname_save_LIBS
10479 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10481 $as_echo "not found" >&6; }
10483 else
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10485 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10487 cat >>confdefs.h <<_ACEOF
10488 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10489 _ACEOF
10494 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10495 case "x$with_xcomposite" in
10496 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10497 xno) ;;
10498 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10499 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10500 esac
10503 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10504 #include <X11/Xlib.h>
10505 #endif
10507 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10509 cat >>confdefs.h <<_ACEOF
10510 #define HAVE_XICCALLBACK_CALLBACK 1
10511 _ACEOF
10515 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10516 #include <X11/Xlib.h>
10517 #endif
10519 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10521 cat >>confdefs.h <<_ACEOF
10522 #define HAVE_XEVENT_XCOOKIE 1
10523 _ACEOF
10530 opengl_msg=""
10531 if test "x$with_opengl" != "xno"
10532 then
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10534 $as_echo_n "checking for -lGL... " >&6; }
10535 if ${ac_cv_lib_soname_GL+:} false; then :
10536 $as_echo_n "(cached) " >&6
10537 else
10538 ac_check_soname_save_LIBS=$LIBS
10539 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10541 /* end confdefs.h. */
10543 /* Override any GCC internal prototype to avoid an error.
10544 Use char because int might match the return type of a GCC
10545 builtin and then its argument prototype would still apply. */
10546 #ifdef __cplusplus
10547 extern "C"
10548 #endif
10549 char glXCreateContext ();
10551 main ()
10553 return glXCreateContext ();
10555 return 0;
10557 _ACEOF
10558 if ac_fn_c_try_link "$LINENO"; then :
10559 case "$LIBEXT" in
10560 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10561 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'` ;;
10562 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10563 if ${ac_cv_lib_soname_GL:+false} :; then :
10564 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10565 fi ;;
10566 esac
10568 rm -f core conftest.err conftest.$ac_objext \
10569 conftest$ac_exeext conftest.$ac_ext
10570 LIBS=$ac_check_soname_save_LIBS
10572 if ${ac_cv_lib_soname_GL:+false} :; then :
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10574 $as_echo "not found" >&6; }
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10576 $as_echo_n "checking for -lGL... " >&6; }
10577 if ${ac_cv_lib_soname_GL+:} false; then :
10578 $as_echo_n "(cached) " >&6
10579 else
10580 ac_check_soname_save_LIBS=$LIBS
10581 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"
10582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10583 /* end confdefs.h. */
10585 /* Override any GCC internal prototype to avoid an error.
10586 Use char because int might match the return type of a GCC
10587 builtin and then its argument prototype would still apply. */
10588 #ifdef __cplusplus
10589 extern "C"
10590 #endif
10591 char glXCreateContext ();
10593 main ()
10595 return glXCreateContext ();
10597 return 0;
10599 _ACEOF
10600 if ac_fn_c_try_link "$LINENO"; then :
10601 case "$LIBEXT" in
10602 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10603 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'` ;;
10604 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10605 if ${ac_cv_lib_soname_GL:+false} :; then :
10606 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10607 fi ;;
10608 esac
10610 rm -f core conftest.err conftest.$ac_objext \
10611 conftest$ac_exeext conftest.$ac_ext
10612 LIBS=$ac_check_soname_save_LIBS
10614 if ${ac_cv_lib_soname_GL:+false} :; then :
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10616 $as_echo "not found" >&6; }
10617 if test -f /usr/X11R6/lib/libGL.a
10618 then
10619 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10620 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10621 else
10622 opengl_msg="No OpenGL library found on this system."
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="-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"
10634 else
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10636 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10638 cat >>confdefs.h <<_ACEOF
10639 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10640 _ACEOF
10642 OPENGL_LIBS="-lGL"
10644 if test "x$with_glu" != "xno"
10645 then
10646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10647 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10648 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10649 $as_echo_n "(cached) " >&6
10650 else
10651 ac_check_lib_save_LIBS=$LIBS
10652 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10654 /* end confdefs.h. */
10656 /* Override any GCC internal prototype to avoid an error.
10657 Use char because int might match the return type of a GCC
10658 builtin and then its argument prototype would still apply. */
10659 #ifdef __cplusplus
10660 extern "C"
10661 #endif
10662 char gluLookAt ();
10664 main ()
10666 return gluLookAt ();
10668 return 0;
10670 _ACEOF
10671 if ac_fn_c_try_link "$LINENO"; then :
10672 ac_cv_lib_GLU_gluLookAt=yes
10673 else
10674 ac_cv_lib_GLU_gluLookAt=no
10676 rm -f core conftest.err conftest.$ac_objext \
10677 conftest$ac_exeext conftest.$ac_ext
10678 LIBS=$ac_check_lib_save_LIBS
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10681 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10682 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10686 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10687 case "x$with_glu" in
10688 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10689 xno) ;;
10690 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10691 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10692 esac
10696 if test "x$with_osmesa" != "xno"
10697 then
10698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10699 $as_echo_n "checking for -lOSMesa... " >&6; }
10700 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10701 $as_echo_n "(cached) " >&6
10702 else
10703 ac_check_soname_save_LIBS=$LIBS
10704 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10706 /* end confdefs.h. */
10708 /* Override any GCC internal prototype to avoid an error.
10709 Use char because int might match the return type of a GCC
10710 builtin and then its argument prototype would still apply. */
10711 #ifdef __cplusplus
10712 extern "C"
10713 #endif
10714 char glAccum ();
10716 main ()
10718 return glAccum ();
10720 return 0;
10722 _ACEOF
10723 if ac_fn_c_try_link "$LINENO"; then :
10724 case "$LIBEXT" in
10725 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10726 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'` ;;
10727 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10728 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10729 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10730 fi ;;
10731 esac
10733 rm -f core conftest.err conftest.$ac_objext \
10734 conftest$ac_exeext conftest.$ac_ext
10735 LIBS=$ac_check_soname_save_LIBS
10737 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10739 $as_echo "not found" >&6; }
10741 else
10742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10743 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10745 cat >>confdefs.h <<_ACEOF
10746 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10747 _ACEOF
10751 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10752 case "x$with_osmesa" in
10753 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10754 xno) ;;
10755 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10756 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10757 esac
10761 if test -n "$opengl_msg"; then :
10762 case "x$with_opengl" in
10763 x) as_fn_append wine_warnings "|$opengl_msg
10764 OpenGL and Direct3D won't be supported." ;;
10765 xno) ;;
10766 *) as_fn_error $? "$opengl_msg
10767 OpenGL and Direct3D won't be supported.
10768 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10769 esac
10772 CPPFLAGS="$ac_save_CPPFLAGS"
10773 else
10774 X_CFLAGS=""
10775 X_LIBS=""
10776 enable_winex11_drv=${enable_winex11_drv:-no}
10778 if test "x$X_LIBS" = "x"; then :
10779 case "x$with_x" in
10780 xno) ;;
10781 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10782 without X support, which probably isn't what you want. You will need
10783 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10784 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10785 esac
10788 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10790 if test "$ac_cv_header_CL_cl_h" = "yes"
10791 then
10792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10793 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10794 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10795 $as_echo_n "(cached) " >&6
10796 else
10797 ac_check_lib_save_LIBS=$LIBS
10798 LIBS="-lOpenCL $LIBS"
10799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10800 /* end confdefs.h. */
10802 /* Override any GCC internal prototype to avoid an error.
10803 Use char because int might match the return type of a GCC
10804 builtin and then its argument prototype would still apply. */
10805 #ifdef __cplusplus
10806 extern "C"
10807 #endif
10808 char clGetPlatformInfo ();
10810 main ()
10812 return clGetPlatformInfo ();
10814 return 0;
10816 _ACEOF
10817 if ac_fn_c_try_link "$LINENO"; then :
10818 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10819 else
10820 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10822 rm -f core conftest.err conftest.$ac_objext \
10823 conftest$ac_exeext conftest.$ac_ext
10824 LIBS=$ac_check_lib_save_LIBS
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10827 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10828 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10829 OPENCL_LIBS="-lOpenCL"
10834 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10835 case "x$with_opencl" in
10836 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10837 xno) ;;
10838 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10839 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10840 esac
10842 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10844 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10845 then
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10847 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10848 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10849 $as_echo_n "(cached) " >&6
10850 else
10851 ac_check_lib_save_LIBS=$LIBS
10852 LIBS="-lpcap $LIBS"
10853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10854 /* end confdefs.h. */
10856 /* Override any GCC internal prototype to avoid an error.
10857 Use char because int might match the return type of a GCC
10858 builtin and then its argument prototype would still apply. */
10859 #ifdef __cplusplus
10860 extern "C"
10861 #endif
10862 char pcap_create ();
10864 main ()
10866 return pcap_create ();
10868 return 0;
10870 _ACEOF
10871 if ac_fn_c_try_link "$LINENO"; then :
10872 ac_cv_lib_pcap_pcap_create=yes
10873 else
10874 ac_cv_lib_pcap_pcap_create=no
10876 rm -f core conftest.err conftest.$ac_objext \
10877 conftest$ac_exeext conftest.$ac_ext
10878 LIBS=$ac_check_lib_save_LIBS
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10881 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10882 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10883 PCAP_LIBS="-lpcap"
10888 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10889 case "x$with_pcap" in
10890 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10891 xno) ;;
10892 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10893 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10894 esac
10896 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10899 if test "x$with_xml" != "xno"
10900 then
10901 if ${XML2_CFLAGS:+false} :; then :
10902 if ${PKG_CONFIG+:} false; then :
10903 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10906 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10907 if ${XML2_LIBS:+false} :; then :
10908 if ${PKG_CONFIG+:} false; then :
10909 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10912 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10913 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10914 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10915 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10916 ac_save_CPPFLAGS=$CPPFLAGS
10917 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10918 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10919 do :
10920 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10921 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10922 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10923 cat >>confdefs.h <<_ACEOF
10924 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10925 _ACEOF
10929 done
10931 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"
10932 then
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10934 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10935 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10936 $as_echo_n "(cached) " >&6
10937 else
10938 ac_check_lib_save_LIBS=$LIBS
10939 LIBS="-lxml2 $XML2_LIBS $LIBS"
10940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10941 /* end confdefs.h. */
10943 /* Override any GCC internal prototype to avoid an error.
10944 Use char because int might match the return type of a GCC
10945 builtin and then its argument prototype would still apply. */
10946 #ifdef __cplusplus
10947 extern "C"
10948 #endif
10949 char xmlParseMemory ();
10951 main ()
10953 return xmlParseMemory ();
10955 return 0;
10957 _ACEOF
10958 if ac_fn_c_try_link "$LINENO"; then :
10959 ac_cv_lib_xml2_xmlParseMemory=yes
10960 else
10961 ac_cv_lib_xml2_xmlParseMemory=no
10963 rm -f core conftest.err conftest.$ac_objext \
10964 conftest$ac_exeext conftest.$ac_ext
10965 LIBS=$ac_check_lib_save_LIBS
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10968 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10969 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10971 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10973 else
10974 XML2_LIBS=""
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10978 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10979 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
10980 $as_echo_n "(cached) " >&6
10981 else
10982 ac_check_lib_save_LIBS=$LIBS
10983 LIBS="-lxml2 $XML2_LIBS $LIBS"
10984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10985 /* end confdefs.h. */
10987 /* Override any GCC internal prototype to avoid an error.
10988 Use char because int might match the return type of a GCC
10989 builtin and then its argument prototype would still apply. */
10990 #ifdef __cplusplus
10991 extern "C"
10992 #endif
10993 char xmlReadMemory ();
10995 main ()
10997 return xmlReadMemory ();
10999 return 0;
11001 _ACEOF
11002 if ac_fn_c_try_link "$LINENO"; then :
11003 ac_cv_lib_xml2_xmlReadMemory=yes
11004 else
11005 ac_cv_lib_xml2_xmlReadMemory=no
11007 rm -f core conftest.err conftest.$ac_objext \
11008 conftest$ac_exeext conftest.$ac_ext
11009 LIBS=$ac_check_lib_save_LIBS
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11012 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11013 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11015 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11020 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11021 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11022 $as_echo_n "(cached) " >&6
11023 else
11024 ac_check_lib_save_LIBS=$LIBS
11025 LIBS="-lxml2 $XML2_LIBS $LIBS"
11026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11027 /* end confdefs.h. */
11029 /* Override any GCC internal prototype to avoid an error.
11030 Use char because int might match the return type of a GCC
11031 builtin and then its argument prototype would still apply. */
11032 #ifdef __cplusplus
11033 extern "C"
11034 #endif
11035 char xmlNewDocPI ();
11037 main ()
11039 return xmlNewDocPI ();
11041 return 0;
11043 _ACEOF
11044 if ac_fn_c_try_link "$LINENO"; then :
11045 ac_cv_lib_xml2_xmlNewDocPI=yes
11046 else
11047 ac_cv_lib_xml2_xmlNewDocPI=no
11049 rm -f core conftest.err conftest.$ac_objext \
11050 conftest$ac_exeext conftest.$ac_ext
11051 LIBS=$ac_check_lib_save_LIBS
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11054 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11055 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11057 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11062 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11063 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11064 $as_echo_n "(cached) " >&6
11065 else
11066 ac_check_lib_save_LIBS=$LIBS
11067 LIBS="-lxml2 $XML2_LIBS $LIBS"
11068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11069 /* end confdefs.h. */
11071 /* Override any GCC internal prototype to avoid an error.
11072 Use char because int might match the return type of a GCC
11073 builtin and then its argument prototype would still apply. */
11074 #ifdef __cplusplus
11075 extern "C"
11076 #endif
11077 char xmlSchemaSetParserStructuredErrors ();
11079 main ()
11081 return xmlSchemaSetParserStructuredErrors ();
11083 return 0;
11085 _ACEOF
11086 if ac_fn_c_try_link "$LINENO"; then :
11087 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11088 else
11089 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11091 rm -f core conftest.err conftest.$ac_objext \
11092 conftest$ac_exeext conftest.$ac_ext
11093 LIBS=$ac_check_lib_save_LIBS
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11096 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11097 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11099 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11104 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11105 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11106 $as_echo_n "(cached) " >&6
11107 else
11108 ac_check_lib_save_LIBS=$LIBS
11109 LIBS="-lxml2 $XML2_LIBS $LIBS"
11110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11111 /* end confdefs.h. */
11113 /* Override any GCC internal prototype to avoid an error.
11114 Use char because int might match the return type of a GCC
11115 builtin and then its argument prototype would still apply. */
11116 #ifdef __cplusplus
11117 extern "C"
11118 #endif
11119 char xmlSchemaSetValidStructuredErrors ();
11121 main ()
11123 return xmlSchemaSetValidStructuredErrors ();
11125 return 0;
11127 _ACEOF
11128 if ac_fn_c_try_link "$LINENO"; then :
11129 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11130 else
11131 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11133 rm -f core conftest.err conftest.$ac_objext \
11134 conftest$ac_exeext conftest.$ac_ext
11135 LIBS=$ac_check_lib_save_LIBS
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11138 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11139 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11141 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11146 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11147 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11148 $as_echo_n "(cached) " >&6
11149 else
11150 ac_check_lib_save_LIBS=$LIBS
11151 LIBS="-lxml2 $XML2_LIBS $LIBS"
11152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11158 #ifdef __cplusplus
11159 extern "C"
11160 #endif
11161 char xmlFirstElementChild ();
11163 main ()
11165 return xmlFirstElementChild ();
11167 return 0;
11169 _ACEOF
11170 if ac_fn_c_try_link "$LINENO"; then :
11171 ac_cv_lib_xml2_xmlFirstElementChild=yes
11172 else
11173 ac_cv_lib_xml2_xmlFirstElementChild=no
11175 rm -f core conftest.err conftest.$ac_objext \
11176 conftest$ac_exeext conftest.$ac_ext
11177 LIBS=$ac_check_lib_save_LIBS
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11180 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11181 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11183 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11187 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11189 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11191 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11195 else
11196 XML2_CFLAGS=""
11197 XML2_LIBS=""
11199 CPPFLAGS=$ac_save_CPPFLAGS
11200 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11201 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11204 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11205 case "x$with_xml" in
11206 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11207 xno) ;;
11208 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11209 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11210 esac
11213 if test "x$with_xslt" != "xno"
11214 then
11215 if ${XSLT_CFLAGS:+false} :; then :
11216 if ${PKG_CONFIG+:} false; then :
11217 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11220 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11221 if ${XSLT_LIBS:+false} :; then :
11222 if ${PKG_CONFIG+:} false; then :
11223 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11226 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11227 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11228 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11229 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11230 ac_save_CPPFLAGS=$CPPFLAGS
11231 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11232 for ac_header in libxslt/pattern.h libxslt/transform.h
11233 do :
11234 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11235 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11236 # include <libxslt/pattern.h>
11237 #endif
11239 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11240 cat >>confdefs.h <<_ACEOF
11241 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11242 _ACEOF
11246 done
11248 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11249 then
11250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11251 $as_echo_n "checking for -lxslt... " >&6; }
11252 if ${ac_cv_lib_soname_xslt+:} false; then :
11253 $as_echo_n "(cached) " >&6
11254 else
11255 ac_check_soname_save_LIBS=$LIBS
11256 LIBS="-lxslt $XSLT_LIBS $LIBS"
11257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11258 /* end confdefs.h. */
11260 /* Override any GCC internal prototype to avoid an error.
11261 Use char because int might match the return type of a GCC
11262 builtin and then its argument prototype would still apply. */
11263 #ifdef __cplusplus
11264 extern "C"
11265 #endif
11266 char xsltCompilePattern ();
11268 main ()
11270 return xsltCompilePattern ();
11272 return 0;
11274 _ACEOF
11275 if ac_fn_c_try_link "$LINENO"; then :
11276 case "$LIBEXT" in
11277 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11278 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'` ;;
11279 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11280 if ${ac_cv_lib_soname_xslt:+false} :; then :
11281 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11282 fi ;;
11283 esac
11285 rm -f core conftest.err conftest.$ac_objext \
11286 conftest$ac_exeext conftest.$ac_ext
11287 LIBS=$ac_check_soname_save_LIBS
11289 if ${ac_cv_lib_soname_xslt:+false} :; then :
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11291 $as_echo "not found" >&6; }
11293 else
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11295 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11297 cat >>confdefs.h <<_ACEOF
11298 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11299 _ACEOF
11303 else
11304 XSLT_CFLAGS=""
11306 CPPFLAGS=$ac_save_CPPFLAGS
11307 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11308 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11311 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11312 case "x$with_xslt" in
11313 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11314 xno) ;;
11315 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11316 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11317 esac
11320 if test "x$with_dbus" != "xno"
11321 then
11322 if ${DBUS_CFLAGS:+false} :; then :
11323 if ${PKG_CONFIG+:} false; then :
11324 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11328 if ${DBUS_LIBS:+false} :; then :
11329 if ${PKG_CONFIG+:} false; then :
11330 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11335 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11336 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11337 ac_save_CPPFLAGS=$CPPFLAGS
11338 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11339 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11340 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11342 $as_echo_n "checking for -ldbus-1... " >&6; }
11343 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11344 $as_echo_n "(cached) " >&6
11345 else
11346 ac_check_soname_save_LIBS=$LIBS
11347 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11349 /* end confdefs.h. */
11351 /* Override any GCC internal prototype to avoid an error.
11352 Use char because int might match the return type of a GCC
11353 builtin and then its argument prototype would still apply. */
11354 #ifdef __cplusplus
11355 extern "C"
11356 #endif
11357 char dbus_connection_close ();
11359 main ()
11361 return dbus_connection_close ();
11363 return 0;
11365 _ACEOF
11366 if ac_fn_c_try_link "$LINENO"; then :
11367 case "$LIBEXT" in
11368 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11369 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'` ;;
11370 *) 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'`
11371 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11372 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11373 fi ;;
11374 esac
11376 rm -f core conftest.err conftest.$ac_objext \
11377 conftest$ac_exeext conftest.$ac_ext
11378 LIBS=$ac_check_soname_save_LIBS
11380 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11382 $as_echo "not found" >&6; }
11383 DBUS_CFLAGS=""
11384 else
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11386 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11388 cat >>confdefs.h <<_ACEOF
11389 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11390 _ACEOF
11394 else
11395 DBUS_CFLAGS=""
11399 CPPFLAGS=$ac_save_CPPFLAGS
11400 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11401 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11404 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11405 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11406 case "x$with_dbus" in
11407 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11408 xno) ;;
11409 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11410 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11411 esac
11414 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11415 then
11416 if ${HAL_CFLAGS:+false} :; then :
11417 if ${PKG_CONFIG+:} false; then :
11418 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11422 if ${HAL_LIBS:+false} :; then :
11423 if ${PKG_CONFIG+:} false; then :
11424 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11428 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11429 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11430 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11431 ac_save_CPPFLAGS=$CPPFLAGS
11432 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11433 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11434 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11436 $as_echo_n "checking for -lhal... " >&6; }
11437 if ${ac_cv_lib_soname_hal+:} false; then :
11438 $as_echo_n "(cached) " >&6
11439 else
11440 ac_check_soname_save_LIBS=$LIBS
11441 LIBS="-lhal $HAL_LIBS $LIBS"
11442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11443 /* end confdefs.h. */
11445 /* Override any GCC internal prototype to avoid an error.
11446 Use char because int might match the return type of a GCC
11447 builtin and then its argument prototype would still apply. */
11448 #ifdef __cplusplus
11449 extern "C"
11450 #endif
11451 char libhal_ctx_new ();
11453 main ()
11455 return libhal_ctx_new ();
11457 return 0;
11459 _ACEOF
11460 if ac_fn_c_try_link "$LINENO"; then :
11461 case "$LIBEXT" in
11462 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11463 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'` ;;
11464 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11465 if ${ac_cv_lib_soname_hal:+false} :; then :
11466 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11467 fi ;;
11468 esac
11470 rm -f core conftest.err conftest.$ac_objext \
11471 conftest$ac_exeext conftest.$ac_ext
11472 LIBS=$ac_check_soname_save_LIBS
11474 if ${ac_cv_lib_soname_hal:+false} :; then :
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11476 $as_echo "not found" >&6; }
11477 HAL_CFLAGS=""
11478 else
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11480 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11482 cat >>confdefs.h <<_ACEOF
11483 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11484 _ACEOF
11488 else
11489 HAL_CFLAGS=""
11493 CPPFLAGS=$ac_save_CPPFLAGS
11494 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11495 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11497 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11498 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11499 case "x$with_hal" in
11500 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11501 xno) ;;
11502 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11503 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11504 esac
11508 if test "x$with_gnutls" != "xno"
11509 then
11510 if ${GNUTLS_CFLAGS:+false} :; then :
11511 if ${PKG_CONFIG+:} false; then :
11512 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11516 if ${GNUTLS_LIBS:+false} :; then :
11517 if ${PKG_CONFIG+:} false; then :
11518 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11523 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11524 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11525 ac_save_CPPFLAGS=$CPPFLAGS
11526 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11527 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11528 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11530 /* end confdefs.h. */
11531 #include <gnutls/gnutls.h>
11532 #include <gnutls/crypto.h>
11534 main ()
11536 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11538 return 0;
11540 _ACEOF
11541 if ac_fn_c_try_compile "$LINENO"; then :
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11543 $as_echo_n "checking for -lgnutls... " >&6; }
11544 if ${ac_cv_lib_soname_gnutls+:} false; then :
11545 $as_echo_n "(cached) " >&6
11546 else
11547 ac_check_soname_save_LIBS=$LIBS
11548 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11550 /* end confdefs.h. */
11552 /* Override any GCC internal prototype to avoid an error.
11553 Use char because int might match the return type of a GCC
11554 builtin and then its argument prototype would still apply. */
11555 #ifdef __cplusplus
11556 extern "C"
11557 #endif
11558 char gnutls_global_init ();
11560 main ()
11562 return gnutls_global_init ();
11564 return 0;
11566 _ACEOF
11567 if ac_fn_c_try_link "$LINENO"; then :
11568 case "$LIBEXT" in
11569 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11570 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'` ;;
11571 *) 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'`
11572 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11573 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'`
11574 fi ;;
11575 esac
11577 rm -f core conftest.err conftest.$ac_objext \
11578 conftest$ac_exeext conftest.$ac_ext
11579 LIBS=$ac_check_soname_save_LIBS
11581 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11583 $as_echo "not found" >&6; }
11584 GNUTLS_CFLAGS=""
11585 else
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11587 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11589 cat >>confdefs.h <<_ACEOF
11590 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11591 _ACEOF
11596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11597 else
11598 GNUTLS_CFLAGS=""
11602 CPPFLAGS=$ac_save_CPPFLAGS
11603 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11604 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11607 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11608 case "x$with_gnutls" in
11609 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11610 xno) ;;
11611 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11612 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11613 esac
11616 CURSES_LIBS=""
11617 if test "$ac_cv_header_ncurses_h" = "yes"
11618 then
11619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11620 $as_echo_n "checking for -lncurses... " >&6; }
11621 if ${ac_cv_lib_soname_ncurses+:} false; then :
11622 $as_echo_n "(cached) " >&6
11623 else
11624 ac_check_soname_save_LIBS=$LIBS
11625 LIBS="-lncurses $LIBS"
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h. */
11629 /* Override any GCC internal prototype to avoid an error.
11630 Use char because int might match the return type of a GCC
11631 builtin and then its argument prototype would still apply. */
11632 #ifdef __cplusplus
11633 extern "C"
11634 #endif
11635 char waddch ();
11637 main ()
11639 return waddch ();
11641 return 0;
11643 _ACEOF
11644 if ac_fn_c_try_link "$LINENO"; then :
11645 case "$LIBEXT" in
11646 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11647 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'` ;;
11648 *) 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'`
11649 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11650 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11651 fi ;;
11652 esac
11654 rm -f core conftest.err conftest.$ac_objext \
11655 conftest$ac_exeext conftest.$ac_ext
11656 LIBS=$ac_check_soname_save_LIBS
11658 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11660 $as_echo "not found" >&6; }
11662 else
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11664 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11666 cat >>confdefs.h <<_ACEOF
11667 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11668 _ACEOF
11670 CURSES_LIBS="-lncurses"
11672 elif test "$ac_cv_header_curses_h" = "yes"
11673 then
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11675 $as_echo_n "checking for -lcurses... " >&6; }
11676 if ${ac_cv_lib_soname_curses+:} false; then :
11677 $as_echo_n "(cached) " >&6
11678 else
11679 ac_check_soname_save_LIBS=$LIBS
11680 LIBS="-lcurses $LIBS"
11681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11682 /* end confdefs.h. */
11684 /* Override any GCC internal prototype to avoid an error.
11685 Use char because int might match the return type of a GCC
11686 builtin and then its argument prototype would still apply. */
11687 #ifdef __cplusplus
11688 extern "C"
11689 #endif
11690 char waddch ();
11692 main ()
11694 return waddch ();
11696 return 0;
11698 _ACEOF
11699 if ac_fn_c_try_link "$LINENO"; then :
11700 case "$LIBEXT" in
11701 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11702 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'` ;;
11703 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11704 if ${ac_cv_lib_soname_curses:+false} :; then :
11705 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11706 fi ;;
11707 esac
11709 rm -f core conftest.err conftest.$ac_objext \
11710 conftest$ac_exeext conftest.$ac_ext
11711 LIBS=$ac_check_soname_save_LIBS
11713 if ${ac_cv_lib_soname_curses:+false} :; then :
11714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11715 $as_echo "not found" >&6; }
11717 else
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11719 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11721 cat >>confdefs.h <<_ACEOF
11722 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11723 _ACEOF
11725 CURSES_LIBS="-lcurses"
11728 ac_save_LIBS="$LIBS"
11729 LIBS="$LIBS $CURSES_LIBS"
11730 for ac_func in mousemask
11731 do :
11732 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11733 if test "x$ac_cv_func_mousemask" = xyes; then :
11734 cat >>confdefs.h <<_ACEOF
11735 #define HAVE_MOUSEMASK 1
11736 _ACEOF
11739 done
11741 LIBS="$ac_save_LIBS"
11742 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11743 case "x$with_curses" in
11744 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11745 xno) ;;
11746 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11747 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11748 esac
11751 if test "x$with_sane" != "xno"
11752 then
11753 if ${SANE_CFLAGS:+false} :; then :
11754 if ${PKG_CONFIG+:} false; then :
11755 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11758 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11759 if ${SANE_LIBS:+false} :; then :
11760 if ${PKG_CONFIG+:} false; then :
11761 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11764 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11766 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11767 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11768 ac_save_CPPFLAGS=$CPPFLAGS
11769 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11770 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11771 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11773 $as_echo_n "checking for -lsane... " >&6; }
11774 if ${ac_cv_lib_soname_sane+:} false; then :
11775 $as_echo_n "(cached) " >&6
11776 else
11777 ac_check_soname_save_LIBS=$LIBS
11778 LIBS="-lsane $SANE_LIBS $LIBS"
11779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780 /* end confdefs.h. */
11782 /* Override any GCC internal prototype to avoid an error.
11783 Use char because int might match the return type of a GCC
11784 builtin and then its argument prototype would still apply. */
11785 #ifdef __cplusplus
11786 extern "C"
11787 #endif
11788 char sane_init ();
11790 main ()
11792 return sane_init ();
11794 return 0;
11796 _ACEOF
11797 if ac_fn_c_try_link "$LINENO"; then :
11798 case "$LIBEXT" in
11799 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11800 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'` ;;
11801 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11802 if ${ac_cv_lib_soname_sane:+false} :; then :
11803 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11804 fi ;;
11805 esac
11807 rm -f core conftest.err conftest.$ac_objext \
11808 conftest$ac_exeext conftest.$ac_ext
11809 LIBS=$ac_check_soname_save_LIBS
11811 if ${ac_cv_lib_soname_sane:+false} :; then :
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11813 $as_echo "not found" >&6; }
11814 SANE_CFLAGS=""
11815 else
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11817 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11819 cat >>confdefs.h <<_ACEOF
11820 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11821 _ACEOF
11825 else
11826 SANE_CFLAGS=""
11830 CPPFLAGS=$ac_save_CPPFLAGS
11831 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11832 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11835 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11836 case "x$with_sane" in
11837 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11838 xno) ;;
11839 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11840 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11841 esac
11844 if test "x$with_v4l" != "xno"
11845 then
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11847 $as_echo_n "checking for -lv4l1... " >&6; }
11848 if ${ac_cv_lib_soname_v4l1+:} false; then :
11849 $as_echo_n "(cached) " >&6
11850 else
11851 ac_check_soname_save_LIBS=$LIBS
11852 LIBS="-lv4l1 $LIBS"
11853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11854 /* end confdefs.h. */
11856 /* Override any GCC internal prototype to avoid an error.
11857 Use char because int might match the return type of a GCC
11858 builtin and then its argument prototype would still apply. */
11859 #ifdef __cplusplus
11860 extern "C"
11861 #endif
11862 char v4l1_open ();
11864 main ()
11866 return v4l1_open ();
11868 return 0;
11870 _ACEOF
11871 if ac_fn_c_try_link "$LINENO"; then :
11872 case "$LIBEXT" in
11873 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11874 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'` ;;
11875 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11876 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11877 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11878 fi ;;
11879 esac
11881 rm -f core conftest.err conftest.$ac_objext \
11882 conftest$ac_exeext conftest.$ac_ext
11883 LIBS=$ac_check_soname_save_LIBS
11885 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11887 $as_echo "not found" >&6; }
11889 else
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11891 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11893 cat >>confdefs.h <<_ACEOF
11894 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11895 _ACEOF
11900 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11901 case "x$with_v4l" in
11902 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11903 xno) ;;
11904 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11905 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11906 esac
11909 if test "x$with_gphoto" != "xno"
11910 then
11911 if ${GPHOTO2_CFLAGS:+false} :; then :
11912 if ${PKG_CONFIG+:} false; then :
11913 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11916 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11917 if ${GPHOTO2_LIBS:+false} :; then :
11918 if ${PKG_CONFIG+:} false; then :
11919 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11922 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11923 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11924 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11925 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11926 ac_save_CPPFLAGS=$CPPFLAGS
11927 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11928 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11929 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11931 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11932 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11933 $as_echo_n "(cached) " >&6
11934 else
11935 ac_check_lib_save_LIBS=$LIBS
11936 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11938 /* end confdefs.h. */
11940 /* Override any GCC internal prototype to avoid an error.
11941 Use char because int might match the return type of a GCC
11942 builtin and then its argument prototype would still apply. */
11943 #ifdef __cplusplus
11944 extern "C"
11945 #endif
11946 char gp_camera_new ();
11948 main ()
11950 return gp_camera_new ();
11952 return 0;
11954 _ACEOF
11955 if ac_fn_c_try_link "$LINENO"; then :
11956 ac_cv_lib_gphoto2_gp_camera_new=yes
11957 else
11958 ac_cv_lib_gphoto2_gp_camera_new=no
11960 rm -f core conftest.err conftest.$ac_objext \
11961 conftest$ac_exeext conftest.$ac_ext
11962 LIBS=$ac_check_lib_save_LIBS
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11965 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11966 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11968 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11970 else
11971 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11974 else
11975 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11979 CPPFLAGS=$ac_save_CPPFLAGS
11980 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11981 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11983 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11984 if ${PKG_CONFIG+:} false; then :
11985 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11988 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
11989 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11990 if ${PKG_CONFIG+:} false; then :
11991 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11994 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
11995 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11996 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11997 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11998 ac_save_CPPFLAGS=$CPPFLAGS
11999 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12000 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12001 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12003 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12004 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12005 $as_echo_n "(cached) " >&6
12006 else
12007 ac_check_lib_save_LIBS=$LIBS
12008 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12010 /* end confdefs.h. */
12012 /* Override any GCC internal prototype to avoid an error.
12013 Use char because int might match the return type of a GCC
12014 builtin and then its argument prototype would still apply. */
12015 #ifdef __cplusplus
12016 extern "C"
12017 #endif
12018 char gp_port_info_list_new ();
12020 main ()
12022 return gp_port_info_list_new ();
12024 return 0;
12026 _ACEOF
12027 if ac_fn_c_try_link "$LINENO"; then :
12028 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12029 else
12030 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12032 rm -f core conftest.err conftest.$ac_objext \
12033 conftest$ac_exeext conftest.$ac_ext
12034 LIBS=$ac_check_lib_save_LIBS
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12037 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12038 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12040 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12042 else
12043 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12046 else
12047 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12051 CPPFLAGS=$ac_save_CPPFLAGS
12052 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12053 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12056 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12057 case "x$with_gphoto" in
12058 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12059 xno) ;;
12060 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12061 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12062 esac
12064 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12065 case "x$with_gphoto" in
12066 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12067 xno) ;;
12068 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12069 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12070 esac
12074 if test "$ac_cv_header_resolv_h" = "yes"
12075 then
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12077 $as_echo_n "checking for resolver library... " >&6; }
12078 if ${ac_cv_have_resolv+:} false; then :
12079 $as_echo_n "(cached) " >&6
12080 else
12081 ac_save_LIBS="$LIBS"
12082 for lib in '' -lresolv
12084 LIBS="$lib $ac_save_LIBS"
12085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12086 /* end confdefs.h. */
12087 #ifdef HAVE_NETINET_IN_H
12088 #include <netinet/in.h>
12089 #endif
12090 #include <resolv.h>
12092 main ()
12094 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12096 return 0;
12098 _ACEOF
12099 if ac_fn_c_try_link "$LINENO"; then :
12100 ac_cv_have_resolv=${lib:-"none required"}
12101 else
12102 ac_cv_have_resolv="not found"
12104 rm -f core conftest.err conftest.$ac_objext \
12105 conftest$ac_exeext conftest.$ac_ext
12106 test "x$ac_cv_have_resolv" = "xnot found" || break
12107 done
12108 LIBS="$ac_save_LIBS"
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12111 $as_echo "$ac_cv_have_resolv" >&6; }
12113 case "$ac_cv_have_resolv" in
12114 "not found") ;;
12115 "none required")
12117 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12120 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12122 RESOLV_LIBS=$ac_cv_have_resolv
12124 esac
12127 if test "x$with_cms" != "xno"
12128 then
12129 if ${LCMS2_CFLAGS:+false} :; then :
12130 if ${PKG_CONFIG+:} false; then :
12131 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12135 if ${LCMS2_LIBS:+false} :; then :
12136 if ${PKG_CONFIG+:} false; then :
12137 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12141 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12142 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12143 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12144 ac_save_CPPFLAGS=$CPPFLAGS
12145 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12146 for ac_header in lcms2.h
12147 do :
12148 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12149 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12150 cat >>confdefs.h <<_ACEOF
12151 #define HAVE_LCMS2_H 1
12152 _ACEOF
12156 done
12158 if test "$ac_cv_header_lcms2_h" = "yes"
12159 then
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12161 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12162 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12163 $as_echo_n "(cached) " >&6
12164 else
12165 ac_check_lib_save_LIBS=$LIBS
12166 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12168 /* end confdefs.h. */
12170 /* Override any GCC internal prototype to avoid an error.
12171 Use char because int might match the return type of a GCC
12172 builtin and then its argument prototype would still apply. */
12173 #ifdef __cplusplus
12174 extern "C"
12175 #endif
12176 char cmsOpenProfileFromFile ();
12178 main ()
12180 return cmsOpenProfileFromFile ();
12182 return 0;
12184 _ACEOF
12185 if ac_fn_c_try_link "$LINENO"; then :
12186 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12187 else
12188 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12190 rm -f core conftest.err conftest.$ac_objext \
12191 conftest$ac_exeext conftest.$ac_ext
12192 LIBS=$ac_check_lib_save_LIBS
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12195 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12196 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12198 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12200 else
12201 LCMS2_LIBS=""
12204 else
12205 LCMS2_CFLAGS=""
12206 LCMS2_LIBS=""
12208 CPPFLAGS=$ac_save_CPPFLAGS
12209 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12210 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12213 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12214 case "x$with_cms" in
12215 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12216 xno) ;;
12217 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12218 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12219 esac
12222 if test "x$with_freetype" != "xno"
12223 then
12224 if ${FREETYPE_CFLAGS:+false} :; then :
12225 if ${PKG_CONFIG+:} false; then :
12226 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12229 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12230 if ${FREETYPE_LIBS:+false} :; then :
12231 if ${PKG_CONFIG+:} false; then :
12232 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12235 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12236 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12237 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12238 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12239 ac_save_CPPFLAGS=$CPPFLAGS
12240 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12241 for ac_header in ft2build.h
12242 do :
12243 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12244 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12245 cat >>confdefs.h <<_ACEOF
12246 #define HAVE_FT2BUILD_H 1
12247 _ACEOF
12251 done
12253 if test "$ac_cv_header_ft2build_h" = "yes"
12254 then
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12256 $as_echo_n "checking for -lfreetype... " >&6; }
12257 if ${ac_cv_lib_soname_freetype+:} false; then :
12258 $as_echo_n "(cached) " >&6
12259 else
12260 ac_check_soname_save_LIBS=$LIBS
12261 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12263 /* end confdefs.h. */
12265 /* Override any GCC internal prototype to avoid an error.
12266 Use char because int might match the return type of a GCC
12267 builtin and then its argument prototype would still apply. */
12268 #ifdef __cplusplus
12269 extern "C"
12270 #endif
12271 char FT_Init_FreeType ();
12273 main ()
12275 return FT_Init_FreeType ();
12277 return 0;
12279 _ACEOF
12280 if ac_fn_c_try_link "$LINENO"; then :
12281 case "$LIBEXT" in
12282 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12283 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'` ;;
12284 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12285 if ${ac_cv_lib_soname_freetype:+false} :; then :
12286 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12287 fi ;;
12288 esac
12290 rm -f core conftest.err conftest.$ac_objext \
12291 conftest$ac_exeext conftest.$ac_ext
12292 LIBS=$ac_check_soname_save_LIBS
12294 if ${ac_cv_lib_soname_freetype:+false} :; then :
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12296 $as_echo "not found" >&6; }
12297 FREETYPE_LIBS=""
12298 else
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12300 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12302 cat >>confdefs.h <<_ACEOF
12303 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12304 _ACEOF
12307 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12309 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12310 #include FT_MODULE_H
12312 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12314 cat >>confdefs.h <<_ACEOF
12315 #define HAVE_FT_TRUETYPEENGINETYPE 1
12316 _ACEOF
12322 else
12323 FREETYPE_CFLAGS=""
12324 FREETYPE_LIBS=""
12326 CPPFLAGS=$ac_save_CPPFLAGS
12327 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12328 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12331 if test "x$ac_cv_lib_soname_freetype" = x; then :
12332 case "x$with_freetype" in
12333 xno) ;;
12334 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12335 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12336 esac
12338 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12341 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12342 if ${ac_cv_c_ppdev+:} false; then :
12343 $as_echo_n "(cached) " >&6
12344 else
12345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12346 /* end confdefs.h. */
12347 #ifdef HAVE_SYS_IOCTL_H
12348 # include <sys/ioctl.h>
12349 #endif
12350 #include <linux/ppdev.h>
12352 main ()
12354 ioctl (1,PPCLAIM,0)
12356 return 0;
12358 _ACEOF
12359 if ac_fn_c_try_compile "$LINENO"; then :
12360 ac_cv_c_ppdev="yes"
12361 else
12362 ac_cv_c_ppdev="no"
12364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12367 $as_echo "$ac_cv_c_ppdev" >&6; }
12368 if test "$ac_cv_c_ppdev" = "yes"
12369 then
12371 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12375 ac_wine_check_funcs_save_LIBS="$LIBS"
12376 LIBS="$LIBS $PTHREAD_LIBS"
12377 for ac_func in \
12378 pthread_attr_get_np \
12379 pthread_getattr_np \
12380 pthread_getthreadid_np \
12381 pthread_get_stackaddr_np \
12382 pthread_get_stacksize_np
12383 do :
12384 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12385 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12386 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12387 cat >>confdefs.h <<_ACEOF
12388 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12389 _ACEOF
12392 done
12394 LIBS="$ac_wine_check_funcs_save_LIBS"
12396 if test "$ac_cv_header_zlib_h" = "yes"
12397 then
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12399 $as_echo_n "checking for inflate in -lz... " >&6; }
12400 if ${ac_cv_lib_z_inflate+:} false; then :
12401 $as_echo_n "(cached) " >&6
12402 else
12403 ac_check_lib_save_LIBS=$LIBS
12404 LIBS="-lz $LIBS"
12405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12406 /* end confdefs.h. */
12408 /* Override any GCC internal prototype to avoid an error.
12409 Use char because int might match the return type of a GCC
12410 builtin and then its argument prototype would still apply. */
12411 #ifdef __cplusplus
12412 extern "C"
12413 #endif
12414 char inflate ();
12416 main ()
12418 return inflate ();
12420 return 0;
12422 _ACEOF
12423 if ac_fn_c_try_link "$LINENO"; then :
12424 ac_cv_lib_z_inflate=yes
12425 else
12426 ac_cv_lib_z_inflate=no
12428 rm -f core conftest.err conftest.$ac_objext \
12429 conftest$ac_exeext conftest.$ac_ext
12430 LIBS=$ac_check_lib_save_LIBS
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12433 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12434 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12436 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12438 Z_LIBS="-lz"
12443 if test "x$Z_LIBS" = "x"; then :
12444 case "x$with_zlib" in
12445 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12446 xno) ;;
12447 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12448 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12449 esac
12452 if test "x$enable_tools" != xno
12453 then
12454 if test "$ac_cv_header_gettext_po_h" = "yes"
12455 then
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12457 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12458 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12459 $as_echo_n "(cached) " >&6
12460 else
12461 ac_check_lib_save_LIBS=$LIBS
12462 LIBS="-lgettextpo $LIBS"
12463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12464 /* end confdefs.h. */
12466 /* Override any GCC internal prototype to avoid an error.
12467 Use char because int might match the return type of a GCC
12468 builtin and then its argument prototype would still apply. */
12469 #ifdef __cplusplus
12470 extern "C"
12471 #endif
12472 char po_message_msgctxt ();
12474 main ()
12476 return po_message_msgctxt ();
12478 return 0;
12480 _ACEOF
12481 if ac_fn_c_try_link "$LINENO"; then :
12482 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12483 else
12484 ac_cv_lib_gettextpo_po_message_msgctxt=no
12486 rm -f core conftest.err conftest.$ac_objext \
12487 conftest$ac_exeext conftest.$ac_ext
12488 LIBS=$ac_check_lib_save_LIBS
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12491 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12492 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12494 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12496 GETTEXTPO_LIBS="-lgettextpo"
12501 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12502 case "x$with_gettextpo" in
12503 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12504 xno) ;;
12505 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12506 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12507 esac
12511 if test "x$with_pulse" != "xno";
12512 then
12513 if ${PULSE_CFLAGS:+false} :; then :
12514 if ${PKG_CONFIG+:} false; then :
12515 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12519 if ${PULSE_LIBS:+false} :; then :
12520 if ${PKG_CONFIG+:} false; then :
12521 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12526 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12527 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12528 ac_save_CPPFLAGS=$CPPFLAGS
12529 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12530 for ac_header in pulse/pulseaudio.h
12531 do :
12532 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12533 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12534 cat >>confdefs.h <<_ACEOF
12535 #define HAVE_PULSE_PULSEAUDIO_H 1
12536 _ACEOF
12537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12538 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12539 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12540 $as_echo_n "(cached) " >&6
12541 else
12542 ac_check_lib_save_LIBS=$LIBS
12543 LIBS="-lpulse $PULSE_LIBS $LIBS"
12544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12545 /* end confdefs.h. */
12547 /* Override any GCC internal prototype to avoid an error.
12548 Use char because int might match the return type of a GCC
12549 builtin and then its argument prototype would still apply. */
12550 #ifdef __cplusplus
12551 extern "C"
12552 #endif
12553 char pa_stream_is_corked ();
12555 main ()
12557 return pa_stream_is_corked ();
12559 return 0;
12561 _ACEOF
12562 if ac_fn_c_try_link "$LINENO"; then :
12563 ac_cv_lib_pulse_pa_stream_is_corked=yes
12564 else
12565 ac_cv_lib_pulse_pa_stream_is_corked=no
12567 rm -f core conftest.err conftest.$ac_objext \
12568 conftest$ac_exeext conftest.$ac_ext
12569 LIBS=$ac_check_lib_save_LIBS
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12572 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12573 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12575 else
12576 PULSE_LIBS=""
12579 else
12580 PULSE_LIBS=""
12583 done
12585 CPPFLAGS=$ac_save_CPPFLAGS
12586 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12587 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12590 if test -z "$PULSE_LIBS"; then :
12591 case "x$with_pulse" in
12592 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12593 xno) ;;
12594 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12595 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12596 esac
12598 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
12600 if test "x$with_gstreamer" != "xno"
12601 then
12602 if ${GSTREAMER_CFLAGS:+false} :; then :
12603 if ${PKG_CONFIG+:} false; then :
12604 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12608 if ${GSTREAMER_LIBS:+false} :; then :
12609 if ${PKG_CONFIG+:} false; then :
12610 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12615 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12616 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12617 ac_save_CPPFLAGS=$CPPFLAGS
12618 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12619 ac_gst_incl=""
12620 for i in $GSTREAMER_CFLAGS
12622 case "$i" in
12623 -I*) ac_gst_incl="$ac_gst_incl $i";;
12624 esac
12625 done
12626 GSTREAMER_CFLAGS=$ac_gst_incl
12627 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12628 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12629 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12630 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12631 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12633 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12635 /* end confdefs.h. */
12636 #include <gst/app/gstappsink.h>
12638 main ()
12640 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12642 return 0;
12644 _ACEOF
12645 if ac_fn_c_try_compile "$LINENO"; then :
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12647 $as_echo "yes" >&6; }
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12649 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12650 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12651 $as_echo_n "(cached) " >&6
12652 else
12653 ac_check_lib_save_LIBS=$LIBS
12654 LIBS="-lgstreamer-0.10 $LIBS"
12655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12656 /* end confdefs.h. */
12658 /* Override any GCC internal prototype to avoid an error.
12659 Use char because int might match the return type of a GCC
12660 builtin and then its argument prototype would still apply. */
12661 #ifdef __cplusplus
12662 extern "C"
12663 #endif
12664 char gst_pad_get_caps_reffed ();
12666 main ()
12668 return gst_pad_get_caps_reffed ();
12670 return 0;
12672 _ACEOF
12673 if ac_fn_c_try_link "$LINENO"; then :
12674 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12675 else
12676 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12678 rm -f core conftest.err conftest.$ac_objext \
12679 conftest$ac_exeext conftest.$ac_ext
12680 LIBS=$ac_check_lib_save_LIBS
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12683 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12684 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12686 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12687 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12688 $as_echo_n "(cached) " >&6
12689 else
12690 ac_check_lib_save_LIBS=$LIBS
12691 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12693 /* end confdefs.h. */
12695 /* Override any GCC internal prototype to avoid an error.
12696 Use char because int might match the return type of a GCC
12697 builtin and then its argument prototype would still apply. */
12698 #ifdef __cplusplus
12699 extern "C"
12700 #endif
12701 char gst_app_buffer_new ();
12703 main ()
12705 return gst_app_buffer_new ();
12707 return 0;
12709 _ACEOF
12710 if ac_fn_c_try_link "$LINENO"; then :
12711 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12712 else
12713 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12715 rm -f core conftest.err conftest.$ac_objext \
12716 conftest$ac_exeext conftest.$ac_ext
12717 LIBS=$ac_check_lib_save_LIBS
12719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12720 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12721 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12727 else
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12729 $as_echo "no" >&6; }
12731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12735 else
12736 GSTREAMER_CFLAGS=""
12740 CPPFLAGS=$ac_save_CPPFLAGS
12741 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12742 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12745 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12746 case "x$with_gstreamer" in
12747 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12748 xno) ;;
12749 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12750 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12751 esac
12753 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12755 ALSA_LIBS=""
12757 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12758 then
12759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12760 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12761 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12762 $as_echo_n "(cached) " >&6
12763 else
12764 ac_check_lib_save_LIBS=$LIBS
12765 LIBS="-lasound $LIBS"
12766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12767 /* end confdefs.h. */
12769 /* Override any GCC internal prototype to avoid an error.
12770 Use char because int might match the return type of a GCC
12771 builtin and then its argument prototype would still apply. */
12772 #ifdef __cplusplus
12773 extern "C"
12774 #endif
12775 char snd_pcm_hw_params_get_access_mask ();
12777 main ()
12779 return snd_pcm_hw_params_get_access_mask ();
12781 return 0;
12783 _ACEOF
12784 if ac_fn_c_try_link "$LINENO"; then :
12785 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12786 else
12787 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12789 rm -f core conftest.err conftest.$ac_objext \
12790 conftest$ac_exeext conftest.$ac_ext
12791 LIBS=$ac_check_lib_save_LIBS
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12794 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12795 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12797 /* end confdefs.h. */
12798 #ifdef HAVE_ALSA_ASOUNDLIB_H
12799 #include <alsa/asoundlib.h>
12800 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12801 #include <sys/asoundlib.h>
12802 #endif
12804 main ()
12806 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12808 return 0;
12810 _ACEOF
12811 if ac_fn_c_try_compile "$LINENO"; then :
12812 ALSA_LIBS="-lasound"
12814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12818 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12820 if test "x$with_oss" != xno
12821 then
12822 ac_save_CPPFLAGS="$CPPFLAGS"
12823 if test -f /etc/oss.conf
12824 then
12825 . /etc/oss.conf
12827 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12828 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12829 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12830 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12831 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12833 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12835 cat >>confdefs.h <<_ACEOF
12836 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12837 _ACEOF
12839 OSS4_CFLAGS="$ac_oss_incl"
12846 CPPFLAGS="$ac_save_CPPFLAGS"
12847 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12848 then
12849 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12852 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
12854 if test "x$with_capi" != "xno"
12855 then
12856 if ${CAPI20_CFLAGS:+false} :; then :
12857 if ${PKG_CONFIG+:} false; then :
12858 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12862 if ${CAPI20_LIBS:+false} :; then :
12863 if ${PKG_CONFIG+:} false; then :
12864 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12869 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12870 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12871 ac_save_CPPFLAGS=$CPPFLAGS
12872 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12873 for ac_header in capi20.h linux/capi.h
12874 do :
12875 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12876 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12878 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12879 cat >>confdefs.h <<_ACEOF
12880 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12881 _ACEOF
12885 done
12887 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12888 then
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12890 $as_echo_n "checking for -lcapi20... " >&6; }
12891 if ${ac_cv_lib_soname_capi20+:} false; then :
12892 $as_echo_n "(cached) " >&6
12893 else
12894 ac_check_soname_save_LIBS=$LIBS
12895 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12897 /* end confdefs.h. */
12899 /* Override any GCC internal prototype to avoid an error.
12900 Use char because int might match the return type of a GCC
12901 builtin and then its argument prototype would still apply. */
12902 #ifdef __cplusplus
12903 extern "C"
12904 #endif
12905 char capi20_register ();
12907 main ()
12909 return capi20_register ();
12911 return 0;
12913 _ACEOF
12914 if ac_fn_c_try_link "$LINENO"; then :
12915 case "$LIBEXT" in
12916 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12917 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'` ;;
12918 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12919 if ${ac_cv_lib_soname_capi20:+false} :; then :
12920 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12921 fi ;;
12922 esac
12924 rm -f core conftest.err conftest.$ac_objext \
12925 conftest$ac_exeext conftest.$ac_ext
12926 LIBS=$ac_check_soname_save_LIBS
12928 if ${ac_cv_lib_soname_capi20:+false} :; then :
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12930 $as_echo "not found" >&6; }
12932 else
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12934 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12936 cat >>confdefs.h <<_ACEOF
12937 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12938 _ACEOF
12943 CPPFLAGS=$ac_save_CPPFLAGS
12944 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12945 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12948 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12949 case "x$with_capi" in
12950 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12951 xno) ;;
12952 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12953 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12954 esac
12957 CUPS_CFLAGS=""
12959 if test "x$with_cups" != "xno"
12960 then
12961 ac_save_CPPFLAGS="$CPPFLAGS"
12962 ac_cups_cflags=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
12963 ac_cups_libs=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
12964 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12965 for ac_header in cups/cups.h
12966 do :
12967 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12968 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12969 cat >>confdefs.h <<_ACEOF
12970 #define HAVE_CUPS_CUPS_H 1
12971 _ACEOF
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12973 $as_echo_n "checking for -lcups... " >&6; }
12974 if ${ac_cv_lib_soname_cups+:} false; then :
12975 $as_echo_n "(cached) " >&6
12976 else
12977 ac_check_soname_save_LIBS=$LIBS
12978 LIBS="-lcups $ac_cups_libs $LIBS"
12979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12980 /* end confdefs.h. */
12982 /* Override any GCC internal prototype to avoid an error.
12983 Use char because int might match the return type of a GCC
12984 builtin and then its argument prototype would still apply. */
12985 #ifdef __cplusplus
12986 extern "C"
12987 #endif
12988 char cupsGetDefault ();
12990 main ()
12992 return cupsGetDefault ();
12994 return 0;
12996 _ACEOF
12997 if ac_fn_c_try_link "$LINENO"; then :
12998 case "$LIBEXT" in
12999 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13000 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'` ;;
13001 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13002 if ${ac_cv_lib_soname_cups:+false} :; then :
13003 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13004 fi ;;
13005 esac
13007 rm -f core conftest.err conftest.$ac_objext \
13008 conftest$ac_exeext conftest.$ac_ext
13009 LIBS=$ac_check_soname_save_LIBS
13011 if ${ac_cv_lib_soname_cups:+false} :; then :
13012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13013 $as_echo "not found" >&6; }
13015 else
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13017 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13019 cat >>confdefs.h <<_ACEOF
13020 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13021 _ACEOF
13023 CUPS_CFLAGS="$ac_cups_cflags"
13027 done
13029 CPPFLAGS="$ac_save_CPPFLAGS"
13031 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13032 case "x$with_cups" in
13033 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13034 xno) ;;
13035 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13036 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13037 esac
13040 if test "x$with_fontconfig" != "xno"
13041 then
13042 if ${FONTCONFIG_CFLAGS:+false} :; then :
13043 if ${PKG_CONFIG+:} false; then :
13044 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13047 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13048 if ${FONTCONFIG_LIBS:+false} :; then :
13049 if ${PKG_CONFIG+:} false; then :
13050 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13053 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13055 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13056 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13057 ac_save_CPPFLAGS=$CPPFLAGS
13058 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13059 for ac_header in fontconfig/fontconfig.h
13060 do :
13061 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13062 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13063 cat >>confdefs.h <<_ACEOF
13064 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13065 _ACEOF
13069 done
13071 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13072 then
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13074 $as_echo_n "checking for -lfontconfig... " >&6; }
13075 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13076 $as_echo_n "(cached) " >&6
13077 else
13078 ac_check_soname_save_LIBS=$LIBS
13079 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13081 /* end confdefs.h. */
13083 /* Override any GCC internal prototype to avoid an error.
13084 Use char because int might match the return type of a GCC
13085 builtin and then its argument prototype would still apply. */
13086 #ifdef __cplusplus
13087 extern "C"
13088 #endif
13089 char FcInit ();
13091 main ()
13093 return FcInit ();
13095 return 0;
13097 _ACEOF
13098 if ac_fn_c_try_link "$LINENO"; then :
13099 case "$LIBEXT" in
13100 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13101 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'` ;;
13102 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13103 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13104 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13105 fi ;;
13106 esac
13108 rm -f core conftest.err conftest.$ac_objext \
13109 conftest$ac_exeext conftest.$ac_ext
13110 LIBS=$ac_check_soname_save_LIBS
13112 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13114 $as_echo "not found" >&6; }
13115 FONTCONFIG_CFLAGS=""
13116 else
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13118 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13120 cat >>confdefs.h <<_ACEOF
13121 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13122 _ACEOF
13126 else
13127 FONTCONFIG_CFLAGS=""
13129 CPPFLAGS=$ac_save_CPPFLAGS
13130 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13131 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13134 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13135 case "x$with_fontconfig" in
13136 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13137 xno) ;;
13138 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13139 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13140 esac
13143 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13144 then
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13146 $as_echo_n "checking for -lgsm... " >&6; }
13147 if ${ac_cv_lib_soname_gsm+:} false; then :
13148 $as_echo_n "(cached) " >&6
13149 else
13150 ac_check_soname_save_LIBS=$LIBS
13151 LIBS="-lgsm $LIBS"
13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13153 /* end confdefs.h. */
13155 /* Override any GCC internal prototype to avoid an error.
13156 Use char because int might match the return type of a GCC
13157 builtin and then its argument prototype would still apply. */
13158 #ifdef __cplusplus
13159 extern "C"
13160 #endif
13161 char gsm_create ();
13163 main ()
13165 return gsm_create ();
13167 return 0;
13169 _ACEOF
13170 if ac_fn_c_try_link "$LINENO"; then :
13171 case "$LIBEXT" in
13172 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13173 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'` ;;
13174 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13175 if ${ac_cv_lib_soname_gsm:+false} :; then :
13176 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13177 fi ;;
13178 esac
13180 rm -f core conftest.err conftest.$ac_objext \
13181 conftest$ac_exeext conftest.$ac_ext
13182 LIBS=$ac_check_soname_save_LIBS
13184 if ${ac_cv_lib_soname_gsm:+false} :; then :
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13186 $as_echo "not found" >&6; }
13188 else
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13190 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13192 cat >>confdefs.h <<_ACEOF
13193 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13194 _ACEOF
13199 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13200 case "x$with_gsm" in
13201 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13202 xno) ;;
13203 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13204 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13205 esac
13208 if test "x$with_jpeg" != "xno"
13209 then
13210 if ${JPEG_CFLAGS:+false} :; then :
13211 if ${PKG_CONFIG+:} false; then :
13212 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13216 if ${JPEG_LIBS:+false} :; then :
13217 if ${PKG_CONFIG+:} false; then :
13218 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13223 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13224 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13225 ac_save_CPPFLAGS=$CPPFLAGS
13226 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13227 for ac_header in jpeglib.h
13228 do :
13229 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13230 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13231 cat >>confdefs.h <<_ACEOF
13232 #define HAVE_JPEGLIB_H 1
13233 _ACEOF
13237 done
13239 if test "$ac_cv_header_jpeglib_h" = "yes"
13240 then
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13242 $as_echo_n "checking for -ljpeg... " >&6; }
13243 if ${ac_cv_lib_soname_jpeg+:} false; then :
13244 $as_echo_n "(cached) " >&6
13245 else
13246 ac_check_soname_save_LIBS=$LIBS
13247 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13249 /* end confdefs.h. */
13251 /* Override any GCC internal prototype to avoid an error.
13252 Use char because int might match the return type of a GCC
13253 builtin and then its argument prototype would still apply. */
13254 #ifdef __cplusplus
13255 extern "C"
13256 #endif
13257 char jpeg_start_decompress ();
13259 main ()
13261 return jpeg_start_decompress ();
13263 return 0;
13265 _ACEOF
13266 if ac_fn_c_try_link "$LINENO"; then :
13267 case "$LIBEXT" in
13268 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13269 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'` ;;
13270 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13271 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13272 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13273 fi ;;
13274 esac
13276 rm -f core conftest.err conftest.$ac_objext \
13277 conftest$ac_exeext conftest.$ac_ext
13278 LIBS=$ac_check_soname_save_LIBS
13280 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13282 $as_echo "not found" >&6; }
13283 JPEG_CFLAGS=""
13284 else
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13286 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13288 cat >>confdefs.h <<_ACEOF
13289 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13290 _ACEOF
13294 else
13295 JPEG_CFLAGS=""
13297 CPPFLAGS=$ac_save_CPPFLAGS
13298 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13299 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13302 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13303 case "x$with_jpeg" in
13304 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13305 xno) ;;
13306 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13307 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13308 esac
13311 if test "x$with_png" != "xno"
13312 then
13313 if ${PNG_CFLAGS:+false} :; then :
13314 if ${PKG_CONFIG+:} false; then :
13315 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13318 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13319 if ${PNG_LIBS:+false} :; then :
13320 if ${PKG_CONFIG+:} false; then :
13321 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13324 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13326 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13327 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13328 ac_save_CPPFLAGS=$CPPFLAGS
13329 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13330 for ac_header in png.h
13331 do :
13332 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13333 if test "x$ac_cv_header_png_h" = xyes; then :
13334 cat >>confdefs.h <<_ACEOF
13335 #define HAVE_PNG_H 1
13336 _ACEOF
13340 done
13342 if test "$ac_cv_header_png_h" = "yes"
13343 then
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13345 $as_echo_n "checking for -lpng... " >&6; }
13346 if ${ac_cv_lib_soname_png+:} false; then :
13347 $as_echo_n "(cached) " >&6
13348 else
13349 ac_check_soname_save_LIBS=$LIBS
13350 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13352 /* end confdefs.h. */
13354 /* Override any GCC internal prototype to avoid an error.
13355 Use char because int might match the return type of a GCC
13356 builtin and then its argument prototype would still apply. */
13357 #ifdef __cplusplus
13358 extern "C"
13359 #endif
13360 char png_create_read_struct ();
13362 main ()
13364 return png_create_read_struct ();
13366 return 0;
13368 _ACEOF
13369 if ac_fn_c_try_link "$LINENO"; then :
13370 case "$LIBEXT" in
13371 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13372 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'` ;;
13373 *) 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'`
13374 if ${ac_cv_lib_soname_png:+false} :; then :
13375 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13376 fi ;;
13377 esac
13379 rm -f core conftest.err conftest.$ac_objext \
13380 conftest$ac_exeext conftest.$ac_ext
13381 LIBS=$ac_check_soname_save_LIBS
13383 if ${ac_cv_lib_soname_png:+false} :; then :
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13385 $as_echo "not found" >&6; }
13386 PNG_CFLAGS=""
13387 else
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13389 $as_echo "$ac_cv_lib_soname_png" >&6; }
13391 cat >>confdefs.h <<_ACEOF
13392 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13393 _ACEOF
13395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13396 /* end confdefs.h. */
13397 #include <png.h>
13399 main ()
13401 typeof(png_set_expand_gray_1_2_4_to_8) *p
13403 return 0;
13405 _ACEOF
13406 if ac_fn_c_try_compile "$LINENO"; then :
13408 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13413 else
13414 PNG_CFLAGS=""
13416 CPPFLAGS=$ac_save_CPPFLAGS
13417 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13418 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13421 if test "x$ac_cv_lib_soname_png" = "x"; then :
13422 case "x$with_png" in
13423 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13424 xno) ;;
13425 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13426 This is an error since --with-png was requested." "$LINENO" 5 ;;
13427 esac
13430 if test "x$with_tiff" != "xno"
13431 then
13432 if ${TIFF_CFLAGS:+false} :; then :
13433 if ${PKG_CONFIG+:} false; then :
13434 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13438 if ${TIFF_LIBS:+false} :; then :
13439 if ${PKG_CONFIG+:} false; then :
13440 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13445 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13446 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13447 ac_save_CPPFLAGS=$CPPFLAGS
13448 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13449 for ac_header in tiffio.h
13450 do :
13451 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13452 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13453 cat >>confdefs.h <<_ACEOF
13454 #define HAVE_TIFFIO_H 1
13455 _ACEOF
13459 done
13461 if test "$ac_cv_header_tiffio_h" = "yes"
13462 then
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13464 $as_echo_n "checking for -ltiff... " >&6; }
13465 if ${ac_cv_lib_soname_tiff+:} false; then :
13466 $as_echo_n "(cached) " >&6
13467 else
13468 ac_check_soname_save_LIBS=$LIBS
13469 LIBS="-ltiff $TIFF_LIBS $LIBS"
13470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13471 /* end confdefs.h. */
13473 /* Override any GCC internal prototype to avoid an error.
13474 Use char because int might match the return type of a GCC
13475 builtin and then its argument prototype would still apply. */
13476 #ifdef __cplusplus
13477 extern "C"
13478 #endif
13479 char TIFFClientOpen ();
13481 main ()
13483 return TIFFClientOpen ();
13485 return 0;
13487 _ACEOF
13488 if ac_fn_c_try_link "$LINENO"; then :
13489 case "$LIBEXT" in
13490 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13491 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'` ;;
13492 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13493 if ${ac_cv_lib_soname_tiff:+false} :; then :
13494 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13495 fi ;;
13496 esac
13498 rm -f core conftest.err conftest.$ac_objext \
13499 conftest$ac_exeext conftest.$ac_ext
13500 LIBS=$ac_check_soname_save_LIBS
13502 if ${ac_cv_lib_soname_tiff:+false} :; then :
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13504 $as_echo "not found" >&6; }
13506 else
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13508 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13510 cat >>confdefs.h <<_ACEOF
13511 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13512 _ACEOF
13517 CPPFLAGS=$ac_save_CPPFLAGS
13518 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13519 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13522 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13523 case "x$with_tiff" in
13524 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13525 xno) ;;
13526 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13527 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13528 esac
13531 if test "x$with_mpg123" != "xno"
13532 then
13533 if ${MPG123_CFLAGS:+false} :; then :
13534 if ${PKG_CONFIG+:} false; then :
13535 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13539 if ${MPG123_LIBS:+false} :; then :
13540 if ${PKG_CONFIG+:} false; then :
13541 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13545 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13546 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13547 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13548 ac_save_CPPFLAGS=$CPPFLAGS
13549 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13550 for ac_header in mpg123.h
13551 do :
13552 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13553 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13554 cat >>confdefs.h <<_ACEOF
13555 #define HAVE_MPG123_H 1
13556 _ACEOF
13560 done
13562 if test "$ac_cv_header_mpg123_h" = "yes"
13563 then
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13565 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13566 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13567 $as_echo_n "(cached) " >&6
13568 else
13569 ac_check_lib_save_LIBS=$LIBS
13570 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13572 /* end confdefs.h. */
13574 /* Override any GCC internal prototype to avoid an error.
13575 Use char because int might match the return type of a GCC
13576 builtin and then its argument prototype would still apply. */
13577 #ifdef __cplusplus
13578 extern "C"
13579 #endif
13580 char mpg123_feed ();
13582 main ()
13584 return mpg123_feed ();
13586 return 0;
13588 _ACEOF
13589 if ac_fn_c_try_link "$LINENO"; then :
13590 ac_cv_lib_mpg123_mpg123_feed=yes
13591 else
13592 ac_cv_lib_mpg123_mpg123_feed=no
13594 rm -f core conftest.err conftest.$ac_objext \
13595 conftest$ac_exeext conftest.$ac_ext
13596 LIBS=$ac_check_lib_save_LIBS
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13599 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13600 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13602 else
13603 MPG123_LIBS=""
13606 else
13607 MPG123_CFLAGS=""
13608 MPG123_LIBS=""
13610 CPPFLAGS=$ac_save_CPPFLAGS
13611 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13612 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13615 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13616 case "x$with_mpg123" in
13617 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13618 xno) ;;
13619 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13620 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13621 esac
13623 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}
13625 if test "$ac_cv_header_AL_al_h" = "yes"
13626 then
13627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13628 $as_echo_n "checking for -lopenal... " >&6; }
13629 if ${ac_cv_lib_soname_openal+:} false; then :
13630 $as_echo_n "(cached) " >&6
13631 else
13632 ac_check_soname_save_LIBS=$LIBS
13633 LIBS="-lopenal $LIBS"
13634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13635 /* end confdefs.h. */
13637 /* Override any GCC internal prototype to avoid an error.
13638 Use char because int might match the return type of a GCC
13639 builtin and then its argument prototype would still apply. */
13640 #ifdef __cplusplus
13641 extern "C"
13642 #endif
13643 char alGetSource3i ();
13645 main ()
13647 return alGetSource3i ();
13649 return 0;
13651 _ACEOF
13652 if ac_fn_c_try_link "$LINENO"; then :
13653 case "$LIBEXT" in
13654 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13655 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'` ;;
13656 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13657 if ${ac_cv_lib_soname_openal:+false} :; then :
13658 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13659 fi ;;
13660 esac
13662 rm -f core conftest.err conftest.$ac_objext \
13663 conftest$ac_exeext conftest.$ac_ext
13664 LIBS=$ac_check_soname_save_LIBS
13666 if ${ac_cv_lib_soname_openal:+false} :; then :
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13668 $as_echo "not found" >&6; }
13670 else
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13672 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13674 cat >>confdefs.h <<_ACEOF
13675 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13676 _ACEOF
13678 OPENAL_LIBS="-lopenal"
13680 ac_cv_lib_openal=yes
13682 cat >>confdefs.h <<_ACEOF
13683 #define HAVE_OPENAL 1
13684 _ACEOF
13688 if test "x$ac_cv_lib_openal" != xyes; then :
13689 case "x$with_openal" in
13690 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13691 xno) ;;
13692 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13693 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13694 esac
13696 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13698 if test "x$ac_cv_lib_openal" = xyes
13699 then
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13701 $as_echo_n "checking for openal-soft... " >&6; }
13702 if ${ac_cv_have_openalsoft+:} false; then :
13703 $as_echo_n "(cached) " >&6
13704 else
13705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13706 /* end confdefs.h. */
13707 #include <AL/al.h>
13708 #include <AL/alc.h>
13709 #include <AL/alext.h>
13710 LPALCRENDERSAMPLESSOFT x;
13712 main ()
13716 return 0;
13718 _ACEOF
13719 if ac_fn_c_try_compile "$LINENO"; then :
13720 ac_cv_have_openalsoft=yes
13721 else
13722 ac_cv_have_openalsoft=no
13724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13727 $as_echo "$ac_cv_have_openalsoft" >&6; }
13729 if test "x$ac_cv_have_openalsoft" != xyes
13730 then
13731 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13732 enable_xaudio2_7=${enable_xaudio2_7:-no}
13735 if test "$ac_cv_header_kstat_h" = "yes"
13736 then
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13738 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13739 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13740 $as_echo_n "(cached) " >&6
13741 else
13742 ac_check_lib_save_LIBS=$LIBS
13743 LIBS="-lkstat $LIBS"
13744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13745 /* end confdefs.h. */
13747 /* Override any GCC internal prototype to avoid an error.
13748 Use char because int might match the return type of a GCC
13749 builtin and then its argument prototype would still apply. */
13750 #ifdef __cplusplus
13751 extern "C"
13752 #endif
13753 char kstat_open ();
13755 main ()
13757 return kstat_open ();
13759 return 0;
13761 _ACEOF
13762 if ac_fn_c_try_link "$LINENO"; then :
13763 ac_cv_lib_kstat_kstat_open=yes
13764 else
13765 ac_cv_lib_kstat_kstat_open=no
13767 rm -f core conftest.err conftest.$ac_objext \
13768 conftest$ac_exeext conftest.$ac_ext
13769 LIBS=$ac_check_lib_save_LIBS
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13772 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13773 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13775 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13777 KSTAT_LIBS="-lkstat"
13783 if test "$ac_cv_header_libprocstat_h" = "yes"
13784 then
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13786 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13787 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13788 $as_echo_n "(cached) " >&6
13789 else
13790 ac_check_lib_save_LIBS=$LIBS
13791 LIBS="-lprocstat $LIBS"
13792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13793 /* end confdefs.h. */
13795 /* Override any GCC internal prototype to avoid an error.
13796 Use char because int might match the return type of a GCC
13797 builtin and then its argument prototype would still apply. */
13798 #ifdef __cplusplus
13799 extern "C"
13800 #endif
13801 char procstat_open_sysctl ();
13803 main ()
13805 return procstat_open_sysctl ();
13807 return 0;
13809 _ACEOF
13810 if ac_fn_c_try_link "$LINENO"; then :
13811 ac_cv_lib_procstat_procstat_open_sysctl=yes
13812 else
13813 ac_cv_lib_procstat_procstat_open_sysctl=no
13815 rm -f core conftest.err conftest.$ac_objext \
13816 conftest$ac_exeext conftest.$ac_ext
13817 LIBS=$ac_check_lib_save_LIBS
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13820 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13821 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13823 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13825 PROCSTAT_LIBS="-lprocstat"
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13832 $as_echo_n "checking for -lodbc... " >&6; }
13833 if ${ac_cv_lib_soname_odbc+:} false; then :
13834 $as_echo_n "(cached) " >&6
13835 else
13836 ac_check_soname_save_LIBS=$LIBS
13837 LIBS="-lodbc $LIBS"
13838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13839 /* end confdefs.h. */
13841 /* Override any GCC internal prototype to avoid an error.
13842 Use char because int might match the return type of a GCC
13843 builtin and then its argument prototype would still apply. */
13844 #ifdef __cplusplus
13845 extern "C"
13846 #endif
13847 char SQLConnect ();
13849 main ()
13851 return SQLConnect ();
13853 return 0;
13855 _ACEOF
13856 if ac_fn_c_try_link "$LINENO"; then :
13857 case "$LIBEXT" in
13858 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13859 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'` ;;
13860 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13861 if ${ac_cv_lib_soname_odbc:+false} :; then :
13862 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13863 fi ;;
13864 esac
13866 rm -f core conftest.err conftest.$ac_objext \
13867 conftest$ac_exeext conftest.$ac_ext
13868 LIBS=$ac_check_soname_save_LIBS
13870 if ${ac_cv_lib_soname_odbc:+false} :; then :
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13872 $as_echo "not found" >&6; }
13873 cat >>confdefs.h <<_ACEOF
13874 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13875 _ACEOF
13877 else
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13879 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13881 cat >>confdefs.h <<_ACEOF
13882 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13883 _ACEOF
13888 if test "x$with_netapi" != "xno"
13889 then
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13891 $as_echo_n "checking for -lnetapi... " >&6; }
13892 if ${ac_cv_lib_soname_netapi+:} false; then :
13893 $as_echo_n "(cached) " >&6
13894 else
13895 ac_check_soname_save_LIBS=$LIBS
13896 LIBS="-lnetapi $LIBS"
13897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13898 /* end confdefs.h. */
13900 /* Override any GCC internal prototype to avoid an error.
13901 Use char because int might match the return type of a GCC
13902 builtin and then its argument prototype would still apply. */
13903 #ifdef __cplusplus
13904 extern "C"
13905 #endif
13906 char libnetapi_init ();
13908 main ()
13910 return libnetapi_init ();
13912 return 0;
13914 _ACEOF
13915 if ac_fn_c_try_link "$LINENO"; then :
13916 case "$LIBEXT" in
13917 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13918 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'` ;;
13919 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13920 if ${ac_cv_lib_soname_netapi:+false} :; then :
13921 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13922 fi ;;
13923 esac
13925 rm -f core conftest.err conftest.$ac_objext \
13926 conftest$ac_exeext conftest.$ac_ext
13927 LIBS=$ac_check_soname_save_LIBS
13929 if ${ac_cv_lib_soname_netapi:+false} :; then :
13930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13931 $as_echo "not found" >&6; }
13932 cat >>confdefs.h <<_ACEOF
13933 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13934 _ACEOF
13936 else
13937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13938 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13940 cat >>confdefs.h <<_ACEOF
13941 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13942 _ACEOF
13948 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono -a \
13949 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
13950 then
13951 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13955 EXTRACFLAGS=""
13957 if test "x${GCC}" = "xyes"
13958 then
13959 EXTRACFLAGS="-Wall -pipe"
13961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13962 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13963 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13964 $as_echo_n "(cached) " >&6
13965 else
13966 if test "$cross_compiling" = yes; then :
13967 ac_cv_c_gcc_strength_bug="no"
13968 else
13969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13970 /* end confdefs.h. */
13971 int L[4] = {0,1,2,3};
13973 main ()
13975 static int Array[3];
13976 unsigned int B = 3;
13977 int i;
13978 for(i=0; i<B; i++) Array[i] = i - 3;
13979 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13980 L[i] = 4;
13981 return (Array[1] != -2 || L[2] != 3)
13983 return 0;
13985 _ACEOF
13986 if ac_fn_c_try_run "$LINENO"; then :
13987 ac_cv_c_gcc_strength_bug="no"
13988 else
13989 ac_cv_c_gcc_strength_bug="yes"
13991 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13992 conftest.$ac_objext conftest.beam conftest.$ac_ext
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13997 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13998 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13999 then
14000 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14004 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14005 if ${ac_cv_cflags__fno_builtin+:} false; then :
14006 $as_echo_n "(cached) " >&6
14007 else
14008 ac_wine_try_cflags_saved=$CFLAGS
14009 CFLAGS="$CFLAGS -fno-builtin"
14010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14011 /* end confdefs.h. */
14012 int main(int argc, char **argv) { return 0; }
14013 _ACEOF
14014 if ac_fn_c_try_link "$LINENO"; then :
14015 ac_cv_cflags__fno_builtin=yes
14016 else
14017 ac_cv_cflags__fno_builtin=no
14019 rm -f core conftest.err conftest.$ac_objext \
14020 conftest$ac_exeext conftest.$ac_ext
14021 CFLAGS=$ac_wine_try_cflags_saved
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14024 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14025 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14026 BUILTINFLAG="-fno-builtin"
14029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14030 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14031 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14032 $as_echo_n "(cached) " >&6
14033 else
14034 ac_wine_try_cflags_saved=$CFLAGS
14035 CFLAGS="$CFLAGS -fno-strict-aliasing"
14036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14037 /* end confdefs.h. */
14038 int main(int argc, char **argv) { return 0; }
14039 _ACEOF
14040 if ac_fn_c_try_link "$LINENO"; then :
14041 ac_cv_cflags__fno_strict_aliasing=yes
14042 else
14043 ac_cv_cflags__fno_strict_aliasing=no
14045 rm -f core conftest.err conftest.$ac_objext \
14046 conftest$ac_exeext conftest.$ac_ext
14047 CFLAGS=$ac_wine_try_cflags_saved
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14050 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14051 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14052 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14055 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14056 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14057 $as_echo_n "(cached) " >&6
14058 else
14059 ac_wine_try_cflags_saved=$CFLAGS
14060 CFLAGS="$CFLAGS -fexcess-precision=standard"
14061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14062 /* end confdefs.h. */
14063 int main(int argc, char **argv) { return 0; }
14064 _ACEOF
14065 if ac_fn_c_try_link "$LINENO"; then :
14066 ac_cv_cflags__fexcess_precision_standard=yes
14067 else
14068 ac_cv_cflags__fexcess_precision_standard=no
14070 rm -f core conftest.err conftest.$ac_objext \
14071 conftest$ac_exeext conftest.$ac_ext
14072 CFLAGS=$ac_wine_try_cflags_saved
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14075 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14076 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14077 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14080 saved_CFLAGS=$CFLAGS
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14082 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14083 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14084 $as_echo_n "(cached) " >&6
14085 else
14086 ac_wine_try_cflags_saved=$CFLAGS
14087 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14089 /* end confdefs.h. */
14090 int main(int argc, char **argv) { return 0; }
14091 _ACEOF
14092 if ac_fn_c_try_link "$LINENO"; then :
14093 ac_cv_cflags__Werror_unknown_warning_option=yes
14094 else
14095 ac_cv_cflags__Werror_unknown_warning_option=no
14097 rm -f core conftest.err conftest.$ac_objext \
14098 conftest$ac_exeext conftest.$ac_ext
14099 CFLAGS=$ac_wine_try_cflags_saved
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14102 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14103 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14104 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14107 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14108 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14109 $as_echo_n "(cached) " >&6
14110 else
14111 ac_wine_try_cflags_saved=$CFLAGS
14112 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14114 /* end confdefs.h. */
14115 int main(int argc, char **argv) { return 0; }
14116 _ACEOF
14117 if ac_fn_c_try_link "$LINENO"; then :
14118 ac_cv_cflags__Wdeclaration_after_statement=yes
14119 else
14120 ac_cv_cflags__Wdeclaration_after_statement=no
14122 rm -f core conftest.err conftest.$ac_objext \
14123 conftest$ac_exeext conftest.$ac_ext
14124 CFLAGS=$ac_wine_try_cflags_saved
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14127 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14128 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14129 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14132 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14133 if ${ac_cv_cflags__Wempty_body+:} false; then :
14134 $as_echo_n "(cached) " >&6
14135 else
14136 ac_wine_try_cflags_saved=$CFLAGS
14137 CFLAGS="$CFLAGS -Wempty-body"
14138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14139 /* end confdefs.h. */
14140 int main(int argc, char **argv) { return 0; }
14141 _ACEOF
14142 if ac_fn_c_try_link "$LINENO"; then :
14143 ac_cv_cflags__Wempty_body=yes
14144 else
14145 ac_cv_cflags__Wempty_body=no
14147 rm -f core conftest.err conftest.$ac_objext \
14148 conftest$ac_exeext conftest.$ac_ext
14149 CFLAGS=$ac_wine_try_cflags_saved
14151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14152 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14153 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14154 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14157 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14158 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14159 $as_echo_n "(cached) " >&6
14160 else
14161 ac_wine_try_cflags_saved=$CFLAGS
14162 CFLAGS="$CFLAGS -Wignored-qualifiers"
14163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14164 /* end confdefs.h. */
14165 int main(int argc, char **argv) { return 0; }
14166 _ACEOF
14167 if ac_fn_c_try_link "$LINENO"; then :
14168 ac_cv_cflags__Wignored_qualifiers=yes
14169 else
14170 ac_cv_cflags__Wignored_qualifiers=no
14172 rm -f core conftest.err conftest.$ac_objext \
14173 conftest$ac_exeext conftest.$ac_ext
14174 CFLAGS=$ac_wine_try_cflags_saved
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14177 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14178 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14179 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14182 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14183 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14184 $as_echo_n "(cached) " >&6
14185 else
14186 ac_wine_try_cflags_saved=$CFLAGS
14187 CFLAGS="$CFLAGS -Wshift-overflow=2"
14188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14189 /* end confdefs.h. */
14190 int main(int argc, char **argv) { return 0; }
14191 _ACEOF
14192 if ac_fn_c_try_link "$LINENO"; then :
14193 ac_cv_cflags__Wshift_overflow_2=yes
14194 else
14195 ac_cv_cflags__Wshift_overflow_2=no
14197 rm -f core conftest.err conftest.$ac_objext \
14198 conftest$ac_exeext conftest.$ac_ext
14199 CFLAGS=$ac_wine_try_cflags_saved
14201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14202 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14203 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14204 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14207 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14208 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14209 $as_echo_n "(cached) " >&6
14210 else
14211 ac_wine_try_cflags_saved=$CFLAGS
14212 CFLAGS="$CFLAGS -Wstrict-prototypes"
14213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14214 /* end confdefs.h. */
14215 int main(int argc, char **argv) { return 0; }
14216 _ACEOF
14217 if ac_fn_c_try_link "$LINENO"; then :
14218 ac_cv_cflags__Wstrict_prototypes=yes
14219 else
14220 ac_cv_cflags__Wstrict_prototypes=no
14222 rm -f core conftest.err conftest.$ac_objext \
14223 conftest$ac_exeext conftest.$ac_ext
14224 CFLAGS=$ac_wine_try_cflags_saved
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14227 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14228 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14229 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14232 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14233 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14234 $as_echo_n "(cached) " >&6
14235 else
14236 ac_wine_try_cflags_saved=$CFLAGS
14237 CFLAGS="$CFLAGS -Wtype-limits"
14238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14239 /* end confdefs.h. */
14240 int main(int argc, char **argv) { return 0; }
14241 _ACEOF
14242 if ac_fn_c_try_link "$LINENO"; then :
14243 ac_cv_cflags__Wtype_limits=yes
14244 else
14245 ac_cv_cflags__Wtype_limits=no
14247 rm -f core conftest.err conftest.$ac_objext \
14248 conftest$ac_exeext conftest.$ac_ext
14249 CFLAGS=$ac_wine_try_cflags_saved
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14252 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14253 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14254 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14257 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14258 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14259 $as_echo_n "(cached) " >&6
14260 else
14261 ac_wine_try_cflags_saved=$CFLAGS
14262 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14264 /* end confdefs.h. */
14265 int main(int argc, char **argv) { return 0; }
14266 _ACEOF
14267 if ac_fn_c_try_link "$LINENO"; then :
14268 ac_cv_cflags__Wunused_but_set_parameter=yes
14269 else
14270 ac_cv_cflags__Wunused_but_set_parameter=no
14272 rm -f core conftest.err conftest.$ac_objext \
14273 conftest$ac_exeext conftest.$ac_ext
14274 CFLAGS=$ac_wine_try_cflags_saved
14276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14277 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14278 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14279 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14282 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14283 if ${ac_cv_cflags__Wvla+:} false; then :
14284 $as_echo_n "(cached) " >&6
14285 else
14286 ac_wine_try_cflags_saved=$CFLAGS
14287 CFLAGS="$CFLAGS -Wvla"
14288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14289 /* end confdefs.h. */
14290 int main(int argc, char **argv) { return 0; }
14291 _ACEOF
14292 if ac_fn_c_try_link "$LINENO"; then :
14293 ac_cv_cflags__Wvla=yes
14294 else
14295 ac_cv_cflags__Wvla=no
14297 rm -f core conftest.err conftest.$ac_objext \
14298 conftest$ac_exeext conftest.$ac_ext
14299 CFLAGS=$ac_wine_try_cflags_saved
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14302 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14303 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14304 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14307 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14308 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14309 $as_echo_n "(cached) " >&6
14310 else
14311 ac_wine_try_cflags_saved=$CFLAGS
14312 CFLAGS="$CFLAGS -Wwrite-strings"
14313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14314 /* end confdefs.h. */
14315 int main(int argc, char **argv) { return 0; }
14316 _ACEOF
14317 if ac_fn_c_try_link "$LINENO"; then :
14318 ac_cv_cflags__Wwrite_strings=yes
14319 else
14320 ac_cv_cflags__Wwrite_strings=no
14322 rm -f core conftest.err conftest.$ac_objext \
14323 conftest$ac_exeext conftest.$ac_ext
14324 CFLAGS=$ac_wine_try_cflags_saved
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14327 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14328 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14329 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14333 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14334 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14335 $as_echo_n "(cached) " >&6
14336 else
14337 ac_wine_try_cflags_saved=$CFLAGS
14338 CFLAGS="$CFLAGS -Wpointer-arith"
14339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14340 /* end confdefs.h. */
14341 int main(int argc, char **argv) { return 0; }
14342 _ACEOF
14343 if ac_fn_c_try_link "$LINENO"; then :
14344 ac_cv_cflags__Wpointer_arith=yes
14345 else
14346 ac_cv_cflags__Wpointer_arith=no
14348 rm -f core conftest.err conftest.$ac_objext \
14349 conftest$ac_exeext conftest.$ac_ext
14350 CFLAGS=$ac_wine_try_cflags_saved
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14353 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14354 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14355 saved_string_h_CFLAGS=$CFLAGS
14356 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14358 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14359 if ${ac_cv_c_string_h_warnings+:} false; then :
14360 $as_echo_n "(cached) " >&6
14361 else
14362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14363 /* end confdefs.h. */
14364 #include <string.h>
14366 main ()
14370 return 0;
14372 _ACEOF
14373 if ac_fn_c_try_compile "$LINENO"; then :
14374 ac_cv_c_string_h_warnings=no
14375 else
14376 ac_cv_c_string_h_warnings=yes
14378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14381 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14382 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14383 CFLAGS=$saved_string_h_CFLAGS
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14387 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14388 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14389 $as_echo_n "(cached) " >&6
14390 else
14391 ac_wine_try_cflags_saved=$CFLAGS
14392 CFLAGS="$CFLAGS -Wlogical-op"
14393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14394 /* end confdefs.h. */
14395 int main(int argc, char **argv) { return 0; }
14396 _ACEOF
14397 if ac_fn_c_try_link "$LINENO"; then :
14398 ac_cv_cflags__Wlogical_op=yes
14399 else
14400 ac_cv_cflags__Wlogical_op=no
14402 rm -f core conftest.err conftest.$ac_objext \
14403 conftest$ac_exeext conftest.$ac_ext
14404 CFLAGS=$ac_wine_try_cflags_saved
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14407 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14408 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14409 saved_string_h_CFLAGS=$CFLAGS
14410 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14412 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14413 if ${ac_cv_c_logicalop_noisy+:} false; then :
14414 $as_echo_n "(cached) " >&6
14415 else
14416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14417 /* end confdefs.h. */
14418 #include <string.h>
14419 char*f(const char *h,char n) {return strchr(h,n);}
14421 main ()
14425 return 0;
14427 _ACEOF
14428 if ac_fn_c_try_compile "$LINENO"; then :
14429 ac_cv_c_logicalop_noisy=no
14430 else
14431 ac_cv_c_logicalop_noisy=yes
14433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14436 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14437 CFLAGS=$saved_string_h_CFLAGS
14438 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14441 CFLAGS=$saved_CFLAGS
14443 for ac_flag in $CFLAGS; do
14444 case $ac_flag in
14445 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14446 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14447 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14448 $as_echo_n "(cached) " >&6
14449 else
14450 ac_wine_try_cflags_saved=$CFLAGS
14451 CFLAGS="$CFLAGS -gdwarf-2"
14452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14453 /* end confdefs.h. */
14454 int main(int argc, char **argv) { return 0; }
14455 _ACEOF
14456 if ac_fn_c_try_link "$LINENO"; then :
14457 ac_cv_cflags__gdwarf_2=yes
14458 else
14459 ac_cv_cflags__gdwarf_2=no
14461 rm -f core conftest.err conftest.$ac_objext \
14462 conftest$ac_exeext conftest.$ac_ext
14463 CFLAGS=$ac_wine_try_cflags_saved
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14466 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14467 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14468 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14471 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14472 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14473 $as_echo_n "(cached) " >&6
14474 else
14475 ac_wine_try_cflags_saved=$CFLAGS
14476 CFLAGS="$CFLAGS -gstrict-dwarf"
14477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14478 /* end confdefs.h. */
14479 int main(int argc, char **argv) { return 0; }
14480 _ACEOF
14481 if ac_fn_c_try_link "$LINENO"; then :
14482 ac_cv_cflags__gstrict_dwarf=yes
14483 else
14484 ac_cv_cflags__gstrict_dwarf=no
14486 rm -f core conftest.err conftest.$ac_objext \
14487 conftest$ac_exeext conftest.$ac_ext
14488 CFLAGS=$ac_wine_try_cflags_saved
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14491 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14492 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14493 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14494 fi ;;
14495 esac
14496 done
14498 case $host_cpu in
14499 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14500 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14501 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14502 $as_echo_n "(cached) " >&6
14503 else
14504 ac_wine_try_cflags_saved=$CFLAGS
14505 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14507 /* end confdefs.h. */
14508 int main(int argc, char **argv) { return 0; }
14509 _ACEOF
14510 if ac_fn_c_try_link "$LINENO"; then :
14511 ac_cv_cflags__fno_omit_frame_pointer=yes
14512 else
14513 ac_cv_cflags__fno_omit_frame_pointer=no
14515 rm -f core conftest.err conftest.$ac_objext \
14516 conftest$ac_exeext conftest.$ac_ext
14517 CFLAGS=$ac_wine_try_cflags_saved
14519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14520 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14521 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14522 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14523 fi ;;
14524 esac
14526 case $host in
14527 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14528 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14529 if ${ac_cv_cflags__Wno_format+:} false; then :
14530 $as_echo_n "(cached) " >&6
14531 else
14532 ac_wine_try_cflags_saved=$CFLAGS
14533 CFLAGS="$CFLAGS -Wno-format"
14534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14535 /* end confdefs.h. */
14536 int main(int argc, char **argv) { return 0; }
14537 _ACEOF
14538 if ac_fn_c_try_link "$LINENO"; then :
14539 ac_cv_cflags__Wno_format=yes
14540 else
14541 ac_cv_cflags__Wno_format=no
14543 rm -f core conftest.err conftest.$ac_objext \
14544 conftest$ac_exeext conftest.$ac_ext
14545 CFLAGS=$ac_wine_try_cflags_saved
14547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14548 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14549 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14550 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14551 fi ;;
14552 esac
14554 if test "x$enable_maintainer_mode" = "xyes"
14555 then
14556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14557 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14558 if ${ac_cv_cflags__Werror+:} false; then :
14559 $as_echo_n "(cached) " >&6
14560 else
14561 ac_wine_try_cflags_saved=$CFLAGS
14562 CFLAGS="$CFLAGS -Werror"
14563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14564 /* end confdefs.h. */
14565 int main(int argc, char **argv) { return 0; }
14566 _ACEOF
14567 if ac_fn_c_try_link "$LINENO"; then :
14568 ac_cv_cflags__Werror=yes
14569 else
14570 ac_cv_cflags__Werror=no
14572 rm -f core conftest.err conftest.$ac_objext \
14573 conftest$ac_exeext conftest.$ac_ext
14574 CFLAGS=$ac_wine_try_cflags_saved
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14577 $as_echo "$ac_cv_cflags__Werror" >&6; }
14578 if test "x$ac_cv_cflags__Werror" = xyes; then :
14579 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14583 saved_CFLAGS="$CFLAGS"
14584 CFLAGS="$CFLAGS -Werror"
14585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14586 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14587 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14588 $as_echo_n "(cached) " >&6
14589 else
14590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14591 /* end confdefs.h. */
14592 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14594 main ()
14598 return 0;
14600 _ACEOF
14601 if ac_fn_c_try_compile "$LINENO"; then :
14602 ac_cv_have_ms_hook_prologue="yes"
14603 else
14604 ac_cv_have_ms_hook_prologue="no"
14606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14609 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14610 CFLAGS="$saved_CFLAGS"
14611 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14612 then
14614 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14616 else
14617 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14624 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14625 if ${ac_cv_c_fortify_enabled+:} false; then :
14626 $as_echo_n "(cached) " >&6
14627 else
14628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14629 /* end confdefs.h. */
14630 #include <string.h>
14632 main ()
14634 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14635 #error Fortify enabled
14636 #endif
14638 return 0;
14640 _ACEOF
14641 if ac_fn_c_try_compile "$LINENO"; then :
14642 ac_cv_c_fortify_enabled=no
14643 else
14644 ac_cv_c_fortify_enabled=yes
14646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14649 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14650 if test "$ac_cv_c_fortify_enabled" = yes
14651 then
14652 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14657 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14658 if ${ac_cv_c_extern_prefix+:} false; then :
14659 $as_echo_n "(cached) " >&6
14660 else
14661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14662 /* end confdefs.h. */
14663 extern int ac_test;
14665 main ()
14667 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14669 return 0;
14671 _ACEOF
14672 if ac_fn_c_try_link "$LINENO"; then :
14673 ac_cv_c_extern_prefix="yes"
14674 else
14675 ac_cv_c_extern_prefix="no"
14677 rm -f core conftest.err conftest.$ac_objext \
14678 conftest$ac_exeext conftest.$ac_ext
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14681 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14683 case $host_cpu in
14684 *i[3456789]86*)
14685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14686 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14687 if ${ac_cv_c_stdcall_suffix+:} false; then :
14688 $as_echo_n "(cached) " >&6
14689 else
14690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14691 /* end confdefs.h. */
14692 #ifndef _MSC_VER
14693 #define __stdcall __attribute__((__stdcall__))
14694 #endif
14695 int __stdcall ac_test(int i) { return i; }
14697 main ()
14699 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14701 return 0;
14703 _ACEOF
14704 if ac_fn_c_try_link "$LINENO"; then :
14705 ac_cv_c_stdcall_suffix="yes"
14706 else
14707 ac_cv_c_stdcall_suffix="no"
14709 rm -f core conftest.err conftest.$ac_objext \
14710 conftest$ac_exeext conftest.$ac_ext
14712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14713 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14714 *) ac_cv_c_stdcall_suffix="no" ;;
14715 esac
14718 if test "$ac_cv_c_extern_prefix" = "yes"
14719 then
14720 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14722 asm_name_prefix="_"
14723 else
14724 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14726 asm_name_prefix=""
14730 if test "$ac_cv_c_stdcall_suffix" = "yes"
14731 then
14732 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14734 else
14735 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14741 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14742 if ${ac_cv_asm_func_def+:} false; then :
14743 $as_echo_n "(cached) " >&6
14744 else
14745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14746 /* end confdefs.h. */
14749 main ()
14751 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14753 return 0;
14755 _ACEOF
14756 if ac_fn_c_try_link "$LINENO"; then :
14757 ac_cv_asm_func_def=".def"
14758 else
14759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14760 /* end confdefs.h. */
14763 main ()
14765 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14767 return 0;
14769 _ACEOF
14770 if ac_fn_c_try_link "$LINENO"; then :
14771 ac_cv_asm_func_def=".type @function"
14772 else
14773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14774 /* end confdefs.h. */
14777 main ()
14779 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14781 return 0;
14783 _ACEOF
14784 if ac_fn_c_try_link "$LINENO"; then :
14785 ac_cv_asm_func_def=".type 2"
14786 else
14787 ac_cv_asm_func_def="unknown"
14789 rm -f core conftest.err conftest.$ac_objext \
14790 conftest$ac_exeext conftest.$ac_ext
14792 rm -f core conftest.err conftest.$ac_objext \
14793 conftest$ac_exeext conftest.$ac_ext
14795 rm -f core conftest.err conftest.$ac_objext \
14796 conftest$ac_exeext conftest.$ac_ext
14798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14799 $as_echo "$ac_cv_asm_func_def" >&6; }
14802 case "$ac_cv_asm_func_def" in
14803 ".def")
14804 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14806 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14807 ".type @function")
14808 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14810 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14811 ".type 2")
14812 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14814 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14816 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14818 asm_func_header="" ;;
14819 esac
14821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14822 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14823 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14824 $as_echo_n "(cached) " >&6
14825 else
14826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14827 /* end confdefs.h. */
14828 asm(".text\n\t.long 0");
14830 main ()
14834 return 0;
14836 _ACEOF
14837 if ac_fn_c_try_compile "$LINENO"; then :
14838 ac_cv_c_asm_outside_funcs="yes"
14839 else
14840 ac_cv_c_asm_outside_funcs="no"
14842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14845 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14848 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14849 if ${ac_cv_c_dot_previous+:} false; then :
14850 $as_echo_n "(cached) " >&6
14851 else
14852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14853 /* end confdefs.h. */
14856 main ()
14858 asm(".text\nac_test:\t.long 0\n\t.previous");
14860 return 0;
14862 _ACEOF
14863 if ac_fn_c_try_link "$LINENO"; then :
14864 ac_cv_c_dot_previous="yes"
14865 else
14866 ac_cv_c_dot_previous="no"
14868 rm -f core conftest.err conftest.$ac_objext \
14869 conftest$ac_exeext conftest.$ac_ext
14871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14872 $as_echo "$ac_cv_c_dot_previous" >&6; }
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14875 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14876 if ${ac_cv_c_cfi_support+:} false; then :
14877 $as_echo_n "(cached) " >&6
14878 else
14879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14880 /* end confdefs.h. */
14881 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14883 main ()
14887 return 0;
14889 _ACEOF
14890 if ac_fn_c_try_compile "$LINENO"; then :
14891 ac_cv_c_cfi_support="yes"
14892 else
14893 ac_cv_c_cfi_support="no"
14895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14898 $as_echo "$ac_cv_c_cfi_support" >&6; }
14900 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14901 asm_func_trailer=""
14902 if test "$ac_cv_c_dot_previous" = "yes"
14903 then
14904 asm_func_trailer="\\n\\t.previous"
14906 if test "$ac_cv_c_cfi_support" = "yes"
14907 then
14908 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14909 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14911 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14913 UNWINDFLAGS=-fasynchronous-unwind-tables
14915 else
14916 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14918 if test "x$enable_win64" = "xyes"
14919 then
14920 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14924 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14927 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14928 then
14929 cat >>confdefs.h <<_ACEOF
14930 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14931 _ACEOF
14933 else
14934 cat >>confdefs.h <<_ACEOF
14935 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14936 _ACEOF
14940 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14943 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14947 case $build_os in
14948 cygwin*|mingw32*) TOOLSEXT=".exe"
14950 esac
14952 case $host_os in
14953 linux-android*) ;;
14954 linux*)
14955 case $host_cpu in
14956 *i[3456789]86*|x86_64*)
14957 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14958 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
14960 esac
14962 esac
14965 ac_save_CFLAGS="$CFLAGS"
14966 CFLAGS="$CFLAGS $BUILTINFLAG"
14967 for ac_func in \
14968 __res_get_state \
14969 __res_getservers \
14970 _finite \
14971 _isnan \
14972 _pclose \
14973 _popen \
14974 _snprintf \
14975 _spawnvp \
14976 _strdup \
14977 _stricmp \
14978 _strnicmp \
14979 _strtoi64 \
14980 _strtoui64 \
14981 _vsnprintf \
14982 asctime_r \
14983 chsize \
14984 dlopen \
14985 epoll_create \
14986 ffs \
14987 finitef \
14988 fnmatch \
14989 fork \
14990 fpclass \
14991 fstatfs \
14992 fstatvfs \
14993 ftruncate \
14994 futimens \
14995 futimes \
14996 futimesat \
14997 getattrlist \
14998 getdirentries \
14999 getopt_long_only \
15000 getpwuid \
15001 gettimeofday \
15002 getuid \
15003 if_nameindex \
15004 isnanf \
15005 kqueue \
15006 lstat \
15007 memmove \
15008 mmap \
15009 pclose \
15010 pipe2 \
15011 poll \
15012 popen \
15013 port_create \
15014 prctl \
15015 pread \
15016 proc_pidinfo \
15017 pwrite \
15018 readdir \
15019 readlink \
15020 sched_yield \
15021 select \
15022 setproctitle \
15023 setrlimit \
15024 settimeofday \
15025 sigaltstack \
15026 sigprocmask \
15027 snprintf \
15028 statfs \
15029 statvfs \
15030 strcasecmp \
15031 strdup \
15032 strerror \
15033 strncasecmp \
15034 strtold \
15035 strtoll \
15036 strtoull \
15037 symlink \
15038 tcdrain \
15039 thr_kill2 \
15040 timegm \
15041 usleep \
15042 vsnprintf
15044 do :
15045 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15046 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15047 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15048 cat >>confdefs.h <<_ACEOF
15049 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15050 _ACEOF
15053 done
15055 CFLAGS="$ac_save_CFLAGS"
15057 if test "$ac_cv_func_dlopen" = no
15058 then
15059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15060 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15061 if ${ac_cv_lib_dl_dlopen+:} false; then :
15062 $as_echo_n "(cached) " >&6
15063 else
15064 ac_check_lib_save_LIBS=$LIBS
15065 LIBS="-ldl $LIBS"
15066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15067 /* end confdefs.h. */
15069 /* Override any GCC internal prototype to avoid an error.
15070 Use char because int might match the return type of a GCC
15071 builtin and then its argument prototype would still apply. */
15072 #ifdef __cplusplus
15073 extern "C"
15074 #endif
15075 char dlopen ();
15077 main ()
15079 return dlopen ();
15081 return 0;
15083 _ACEOF
15084 if ac_fn_c_try_link "$LINENO"; then :
15085 ac_cv_lib_dl_dlopen=yes
15086 else
15087 ac_cv_lib_dl_dlopen=no
15089 rm -f core conftest.err conftest.$ac_objext \
15090 conftest$ac_exeext conftest.$ac_ext
15091 LIBS=$ac_check_lib_save_LIBS
15093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15094 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15095 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15096 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15097 DL_LIBS="-ldl"
15102 ac_wine_check_funcs_save_LIBS="$LIBS"
15103 LIBS="$LIBS $DL_LIBS"
15104 for ac_func in dladdr
15105 do :
15106 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15107 if test "x$ac_cv_func_dladdr" = xyes; then :
15108 cat >>confdefs.h <<_ACEOF
15109 #define HAVE_DLADDR 1
15110 _ACEOF
15113 done
15115 LIBS="$ac_wine_check_funcs_save_LIBS"
15117 if test "$ac_cv_func_poll" = no
15118 then
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15120 $as_echo_n "checking for poll in -lpoll... " >&6; }
15121 if ${ac_cv_lib_poll_poll+:} false; then :
15122 $as_echo_n "(cached) " >&6
15123 else
15124 ac_check_lib_save_LIBS=$LIBS
15125 LIBS="-lpoll $LIBS"
15126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15127 /* end confdefs.h. */
15129 /* Override any GCC internal prototype to avoid an error.
15130 Use char because int might match the return type of a GCC
15131 builtin and then its argument prototype would still apply. */
15132 #ifdef __cplusplus
15133 extern "C"
15134 #endif
15135 char poll ();
15137 main ()
15139 return poll ();
15141 return 0;
15143 _ACEOF
15144 if ac_fn_c_try_link "$LINENO"; then :
15145 ac_cv_lib_poll_poll=yes
15146 else
15147 ac_cv_lib_poll_poll=no
15149 rm -f core conftest.err conftest.$ac_objext \
15150 conftest$ac_exeext conftest.$ac_ext
15151 LIBS=$ac_check_lib_save_LIBS
15153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15154 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15155 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15156 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15157 POLL_LIBS="-lpoll"
15163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15164 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15165 if ${ac_cv_search_gethostbyname+:} false; then :
15166 $as_echo_n "(cached) " >&6
15167 else
15168 ac_func_search_save_LIBS=$LIBS
15169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15170 /* end confdefs.h. */
15172 /* Override any GCC internal prototype to avoid an error.
15173 Use char because int might match the return type of a GCC
15174 builtin and then its argument prototype would still apply. */
15175 #ifdef __cplusplus
15176 extern "C"
15177 #endif
15178 char gethostbyname ();
15180 main ()
15182 return gethostbyname ();
15184 return 0;
15186 _ACEOF
15187 for ac_lib in '' nsl; do
15188 if test -z "$ac_lib"; then
15189 ac_res="none required"
15190 else
15191 ac_res=-l$ac_lib
15192 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15194 if ac_fn_c_try_link "$LINENO"; then :
15195 ac_cv_search_gethostbyname=$ac_res
15197 rm -f core conftest.err conftest.$ac_objext \
15198 conftest$ac_exeext
15199 if ${ac_cv_search_gethostbyname+:} false; then :
15200 break
15202 done
15203 if ${ac_cv_search_gethostbyname+:} false; then :
15205 else
15206 ac_cv_search_gethostbyname=no
15208 rm conftest.$ac_ext
15209 LIBS=$ac_func_search_save_LIBS
15211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15212 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15213 ac_res=$ac_cv_search_gethostbyname
15214 if test "$ac_res" != no; then :
15215 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15221 $as_echo_n "checking for library containing connect... " >&6; }
15222 if ${ac_cv_search_connect+:} false; then :
15223 $as_echo_n "(cached) " >&6
15224 else
15225 ac_func_search_save_LIBS=$LIBS
15226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15227 /* end confdefs.h. */
15229 /* Override any GCC internal prototype to avoid an error.
15230 Use char because int might match the return type of a GCC
15231 builtin and then its argument prototype would still apply. */
15232 #ifdef __cplusplus
15233 extern "C"
15234 #endif
15235 char connect ();
15237 main ()
15239 return connect ();
15241 return 0;
15243 _ACEOF
15244 for ac_lib in '' socket; do
15245 if test -z "$ac_lib"; then
15246 ac_res="none required"
15247 else
15248 ac_res=-l$ac_lib
15249 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15251 if ac_fn_c_try_link "$LINENO"; then :
15252 ac_cv_search_connect=$ac_res
15254 rm -f core conftest.err conftest.$ac_objext \
15255 conftest$ac_exeext
15256 if ${ac_cv_search_connect+:} false; then :
15257 break
15259 done
15260 if ${ac_cv_search_connect+:} false; then :
15262 else
15263 ac_cv_search_connect=no
15265 rm conftest.$ac_ext
15266 LIBS=$ac_func_search_save_LIBS
15268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15269 $as_echo "$ac_cv_search_connect" >&6; }
15270 ac_res=$ac_cv_search_connect
15271 if test "$ac_res" != no; then :
15272 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15278 $as_echo_n "checking for library containing inet_aton... " >&6; }
15279 if ${ac_cv_search_inet_aton+:} false; then :
15280 $as_echo_n "(cached) " >&6
15281 else
15282 ac_func_search_save_LIBS=$LIBS
15283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15284 /* end confdefs.h. */
15286 /* Override any GCC internal prototype to avoid an error.
15287 Use char because int might match the return type of a GCC
15288 builtin and then its argument prototype would still apply. */
15289 #ifdef __cplusplus
15290 extern "C"
15291 #endif
15292 char inet_aton ();
15294 main ()
15296 return inet_aton ();
15298 return 0;
15300 _ACEOF
15301 for ac_lib in '' resolv; do
15302 if test -z "$ac_lib"; then
15303 ac_res="none required"
15304 else
15305 ac_res=-l$ac_lib
15306 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15308 if ac_fn_c_try_link "$LINENO"; then :
15309 ac_cv_search_inet_aton=$ac_res
15311 rm -f core conftest.err conftest.$ac_objext \
15312 conftest$ac_exeext
15313 if ${ac_cv_search_inet_aton+:} false; then :
15314 break
15316 done
15317 if ${ac_cv_search_inet_aton+:} false; then :
15319 else
15320 ac_cv_search_inet_aton=no
15322 rm conftest.$ac_ext
15323 LIBS=$ac_func_search_save_LIBS
15325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15326 $as_echo "$ac_cv_search_inet_aton" >&6; }
15327 ac_res=$ac_cv_search_inet_aton
15328 if test "$ac_res" != no; then :
15329 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15334 for ac_func in \
15335 getaddrinfo \
15336 getnameinfo \
15337 getnetbyname \
15338 getprotobyname \
15339 getprotobynumber \
15340 getservbyport \
15341 inet_addr \
15342 inet_network \
15343 inet_ntop \
15344 inet_pton \
15345 sendmsg \
15346 socketpair \
15348 do :
15349 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15350 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15351 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15352 cat >>confdefs.h <<_ACEOF
15353 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15354 _ACEOF
15357 done
15360 ac_save_LIBS=$LIBS
15361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15362 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15363 if ${ac_cv_search_clock_gettime+:} false; then :
15364 $as_echo_n "(cached) " >&6
15365 else
15366 ac_func_search_save_LIBS=$LIBS
15367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15368 /* end confdefs.h. */
15370 /* Override any GCC internal prototype to avoid an error.
15371 Use char because int might match the return type of a GCC
15372 builtin and then its argument prototype would still apply. */
15373 #ifdef __cplusplus
15374 extern "C"
15375 #endif
15376 char clock_gettime ();
15378 main ()
15380 return clock_gettime ();
15382 return 0;
15384 _ACEOF
15385 for ac_lib in '' rt; do
15386 if test -z "$ac_lib"; then
15387 ac_res="none required"
15388 else
15389 ac_res=-l$ac_lib
15390 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15392 if ac_fn_c_try_link "$LINENO"; then :
15393 ac_cv_search_clock_gettime=$ac_res
15395 rm -f core conftest.err conftest.$ac_objext \
15396 conftest$ac_exeext
15397 if ${ac_cv_search_clock_gettime+:} false; then :
15398 break
15400 done
15401 if ${ac_cv_search_clock_gettime+:} false; then :
15403 else
15404 ac_cv_search_clock_gettime=no
15406 rm conftest.$ac_ext
15407 LIBS=$ac_func_search_save_LIBS
15409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15410 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15411 ac_res=$ac_cv_search_clock_gettime
15412 if test "$ac_res" != no; then :
15413 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15415 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15417 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15421 LIBS=$ac_save_LIBS
15423 LDAP_LIBS=""
15425 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15426 then
15427 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15429 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15431 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15432 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15433 $as_echo_n "(cached) " >&6
15434 else
15435 ac_check_lib_save_LIBS=$LIBS
15436 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15438 /* end confdefs.h. */
15440 /* Override any GCC internal prototype to avoid an error.
15441 Use char because int might match the return type of a GCC
15442 builtin and then its argument prototype would still apply. */
15443 #ifdef __cplusplus
15444 extern "C"
15445 #endif
15446 char ldap_initialize ();
15448 main ()
15450 return ldap_initialize ();
15452 return 0;
15454 _ACEOF
15455 if ac_fn_c_try_link "$LINENO"; then :
15456 ac_cv_lib_ldap_r_ldap_initialize=yes
15457 else
15458 ac_cv_lib_ldap_r_ldap_initialize=no
15460 rm -f core conftest.err conftest.$ac_objext \
15461 conftest$ac_exeext conftest.$ac_ext
15462 LIBS=$ac_check_lib_save_LIBS
15464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15465 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15466 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15468 $as_echo_n "checking for ber_init in -llber... " >&6; }
15469 if ${ac_cv_lib_lber_ber_init+:} false; then :
15470 $as_echo_n "(cached) " >&6
15471 else
15472 ac_check_lib_save_LIBS=$LIBS
15473 LIBS="-llber $PTHREAD_LIBS $LIBS"
15474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15475 /* end confdefs.h. */
15477 /* Override any GCC internal prototype to avoid an error.
15478 Use char because int might match the return type of a GCC
15479 builtin and then its argument prototype would still apply. */
15480 #ifdef __cplusplus
15481 extern "C"
15482 #endif
15483 char ber_init ();
15485 main ()
15487 return ber_init ();
15489 return 0;
15491 _ACEOF
15492 if ac_fn_c_try_link "$LINENO"; then :
15493 ac_cv_lib_lber_ber_init=yes
15494 else
15495 ac_cv_lib_lber_ber_init=no
15497 rm -f core conftest.err conftest.$ac_objext \
15498 conftest$ac_exeext conftest.$ac_ext
15499 LIBS=$ac_check_lib_save_LIBS
15501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15502 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15503 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15505 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15507 LDAP_LIBS="-lldap_r -llber"
15514 ac_wine_check_funcs_save_LIBS="$LIBS"
15515 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15516 for ac_func in \
15517 ldap_count_references \
15518 ldap_first_reference \
15519 ldap_next_reference \
15520 ldap_parse_reference \
15521 ldap_parse_sort_control \
15522 ldap_parse_sortresponse_control \
15523 ldap_parse_vlv_control \
15524 ldap_parse_vlvresponse_control
15525 do :
15526 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15527 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15528 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15529 cat >>confdefs.h <<_ACEOF
15530 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15531 _ACEOF
15534 done
15536 LIBS="$ac_wine_check_funcs_save_LIBS"
15538 if test "x$LDAP_LIBS" = "x"; then :
15539 case "x$with_ldap" in
15540 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15541 xno) ;;
15542 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15543 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15544 esac
15547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15548 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15549 if ${wine_cv_one_arg_mkdir+:} false; then :
15550 $as_echo_n "(cached) " >&6
15551 else
15552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15553 /* end confdefs.h. */
15554 #include <sys/stat.h>
15556 main ()
15558 mkdir("foo");
15560 return 0;
15562 _ACEOF
15563 if ac_fn_c_try_compile "$LINENO"; then :
15564 wine_cv_one_arg_mkdir=yes
15565 else
15566 wine_cv_one_arg_mkdir=no
15568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15571 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15572 if test "$wine_cv_one_arg_mkdir" = "yes"
15573 then
15575 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15580 $as_echo_n "checking for sched_setaffinity... " >&6; }
15581 if ${wine_cv_have_sched_setaffinity+:} false; then :
15582 $as_echo_n "(cached) " >&6
15583 else
15584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15585 /* end confdefs.h. */
15586 #define _GNU_SOURCE
15587 #include <sched.h>
15589 main ()
15591 sched_setaffinity(0, 0, 0);
15593 return 0;
15595 _ACEOF
15596 if ac_fn_c_try_link "$LINENO"; then :
15597 wine_cv_have_sched_setaffinity=yes
15598 else
15599 wine_cv_have_sched_setaffinity=no
15601 rm -f core conftest.err conftest.$ac_objext \
15602 conftest$ac_exeext conftest.$ac_ext
15604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15605 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15606 if test "$wine_cv_have_sched_setaffinity" = "yes"
15607 then
15609 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15614 $as_echo_n "checking for fallocate... " >&6; }
15615 if ${wine_cv_have_fallocate+:} false; then :
15616 $as_echo_n "(cached) " >&6
15617 else
15618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15619 /* end confdefs.h. */
15620 #define _GNU_SOURCE
15621 #include <fcntl.h>
15623 main ()
15625 fallocate(-1, 0, 0, 0);
15627 return 0;
15629 _ACEOF
15630 if ac_fn_c_try_link "$LINENO"; then :
15631 wine_cv_have_fallocate=yes
15632 else
15633 wine_cv_have_fallocate=no
15635 rm -f core conftest.err conftest.$ac_objext \
15636 conftest$ac_exeext conftest.$ac_ext
15638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15639 $as_echo "$wine_cv_have_fallocate" >&6; }
15640 if test "$wine_cv_have_fallocate" = "yes"
15641 then
15643 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15649 $as_echo_n "checking for inline... " >&6; }
15650 if ${ac_cv_c_inline+:} false; then :
15651 $as_echo_n "(cached) " >&6
15652 else
15653 ac_cv_c_inline=no
15654 for ac_kw in inline __inline__ __inline; do
15655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15656 /* end confdefs.h. */
15657 #ifndef __cplusplus
15658 typedef int foo_t;
15659 static $ac_kw foo_t static_foo () {return 0; }
15660 $ac_kw foo_t foo () {return 0; }
15661 #endif
15663 _ACEOF
15664 if ac_fn_c_try_compile "$LINENO"; then :
15665 ac_cv_c_inline=$ac_kw
15667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15668 test "$ac_cv_c_inline" != no && break
15669 done
15672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15673 $as_echo "$ac_cv_c_inline" >&6; }
15675 case $ac_cv_c_inline in
15676 inline | yes) ;;
15678 case $ac_cv_c_inline in
15679 no) ac_val=;;
15680 *) ac_val=$ac_cv_c_inline;;
15681 esac
15682 cat >>confdefs.h <<_ACEOF
15683 #ifndef __cplusplus
15684 #define inline $ac_val
15685 #endif
15686 _ACEOF
15688 esac
15690 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15691 if test "x$ac_cv_type_mode_t" = xyes; then :
15693 cat >>confdefs.h <<_ACEOF
15694 #define HAVE_MODE_T 1
15695 _ACEOF
15699 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15700 if test "x$ac_cv_type_off_t" = xyes; then :
15702 cat >>confdefs.h <<_ACEOF
15703 #define HAVE_OFF_T 1
15704 _ACEOF
15708 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15709 if test "x$ac_cv_type_pid_t" = xyes; then :
15711 cat >>confdefs.h <<_ACEOF
15712 #define HAVE_PID_T 1
15713 _ACEOF
15717 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15718 if test "x$ac_cv_type_size_t" = xyes; then :
15720 cat >>confdefs.h <<_ACEOF
15721 #define HAVE_SIZE_T 1
15722 _ACEOF
15726 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15727 if test "x$ac_cv_type_ssize_t" = xyes; then :
15729 cat >>confdefs.h <<_ACEOF
15730 #define HAVE_SSIZE_T 1
15731 _ACEOF
15735 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15736 if test "x$ac_cv_type_long_long" = xyes; then :
15738 cat >>confdefs.h <<_ACEOF
15739 #define HAVE_LONG_LONG 1
15740 _ACEOF
15744 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15745 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15747 cat >>confdefs.h <<_ACEOF
15748 #define HAVE_FSBLKCNT_T 1
15749 _ACEOF
15753 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15754 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15756 cat >>confdefs.h <<_ACEOF
15757 #define HAVE_FSFILCNT_T 1
15758 _ACEOF
15763 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15764 #include <signal.h>
15766 if test "x$ac_cv_type_sigset_t" = xyes; then :
15768 cat >>confdefs.h <<_ACEOF
15769 #define HAVE_SIGSET_T 1
15770 _ACEOF
15775 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15777 if test "x$ac_cv_type_request_sense" = xyes; then :
15779 cat >>confdefs.h <<_ACEOF
15780 #define HAVE_REQUEST_SENSE 1
15781 _ACEOF
15787 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15788 #ifdef HAVE_SYS_SOCKET_H
15789 #include <sys/socket.h>
15790 #endif
15791 #ifdef HAVE_SYS_SOCKETVAR_H
15792 #include <sys/socketvar.h>
15793 #endif
15794 #ifdef HAVE_NET_ROUTE_H
15795 #include <net/route.h>
15796 #endif
15797 #ifdef HAVE_NETINET_IN_H
15798 #include <netinet/in.h>
15799 #endif
15800 #ifdef HAVE_NETINET_IN_SYSTM_H
15801 #include <netinet/in_systm.h>
15802 #endif
15803 #ifdef HAVE_NETINET_IP_H
15804 #include <netinet/ip.h>
15805 #endif
15806 #ifdef HAVE_NETINET_IN_PCB_H
15807 #include <netinet/in_pcb.h>
15808 #endif
15810 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15812 cat >>confdefs.h <<_ACEOF
15813 #define HAVE_STRUCT_XINPGEN 1
15814 _ACEOF
15820 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15821 #include <link.h>
15822 #endif
15823 #ifdef HAVE_SYS_LINK_H
15824 #include <sys/link.h>
15825 #endif
15827 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15829 cat >>confdefs.h <<_ACEOF
15830 #define HAVE_STRUCT_R_DEBUG 1
15831 _ACEOF
15835 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15836 #include <link.h>
15837 #endif
15838 #ifdef HAVE_SYS_LINK_H
15839 #include <sys/link.h>
15840 #endif
15842 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15844 cat >>confdefs.h <<_ACEOF
15845 #define HAVE_STRUCT_LINK_MAP 1
15846 _ACEOF
15852 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15853 #include <linux/input.h>
15854 #endif
15856 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15858 cat >>confdefs.h <<_ACEOF
15859 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15860 _ACEOF
15866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15867 $as_echo_n "checking for sigaddset... " >&6; }
15868 if ${wine_cv_have_sigaddset+:} false; then :
15869 $as_echo_n "(cached) " >&6
15870 else
15871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15872 /* end confdefs.h. */
15873 #include <signal.h>
15875 main ()
15877 sigset_t set; sigaddset(&set,SIGTERM);
15879 return 0;
15881 _ACEOF
15882 if ac_fn_c_try_link "$LINENO"; then :
15883 wine_cv_have_sigaddset=yes
15884 else
15885 wine_cv_have_sigaddset=no
15887 rm -f core conftest.err conftest.$ac_objext \
15888 conftest$ac_exeext conftest.$ac_ext
15890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15891 $as_echo "$wine_cv_have_sigaddset" >&6; }
15892 if test "$wine_cv_have_sigaddset" = "yes"
15893 then
15895 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15901 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15902 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15903 $as_echo_n "(cached) " >&6
15904 else
15905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15906 /* end confdefs.h. */
15907 #include <netdb.h>
15909 main ()
15912 char *name=0;
15913 struct hostent he;
15914 struct hostent *result;
15915 char *buf=0;
15916 int bufsize=0;
15917 int errnr;
15918 char *addr=0;
15919 int addrlen=0;
15920 int addrtype=0;
15921 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15922 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15925 return 0;
15927 _ACEOF
15928 if ac_fn_c_try_link "$LINENO"; then :
15929 wine_cv_linux_gethostbyname_r_6=yes
15930 else
15931 wine_cv_linux_gethostbyname_r_6=no
15934 rm -f core conftest.err conftest.$ac_objext \
15935 conftest$ac_exeext conftest.$ac_ext
15938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15939 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15940 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15941 then
15943 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15947 if test "$ac_cv_header_linux_joystick_h" = "yes"
15948 then
15949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15950 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15951 if ${wine_cv_linux_joystick_22_api+:} false; then :
15952 $as_echo_n "(cached) " >&6
15953 else
15954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15955 /* end confdefs.h. */
15957 #include <sys/ioctl.h>
15958 #include <sys/types.h>
15959 #include <linux/joystick.h>
15961 struct js_event blub;
15962 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15963 #error "no 2.2 header"
15964 #endif
15967 main ()
15969 /*empty*/
15971 return 0;
15973 _ACEOF
15974 if ac_fn_c_try_compile "$LINENO"; then :
15975 wine_cv_linux_joystick_22_api=yes
15976 else
15977 wine_cv_linux_joystick_22_api=no
15979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15983 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15984 if test "$wine_cv_linux_joystick_22_api" = "yes"
15985 then
15987 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15993 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15994 #ifdef HAVE_SYS_PARAM_H
15995 # include <sys/param.h>
15996 #endif
15997 #ifdef HAVE_SYS_MOUNT_H
15998 # include <sys/mount.h>
15999 #endif
16000 #ifdef HAVE_SYS_VFS_H
16001 # include <sys/vfs.h>
16002 #endif
16003 #ifdef HAVE_SYS_STATFS_H
16004 # include <sys/statfs.h>
16005 #endif
16007 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16009 cat >>confdefs.h <<_ACEOF
16010 #define HAVE_STRUCT_STATFS_F_BFREE 1
16011 _ACEOF
16015 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16016 #ifdef HAVE_SYS_PARAM_H
16017 # include <sys/param.h>
16018 #endif
16019 #ifdef HAVE_SYS_MOUNT_H
16020 # include <sys/mount.h>
16021 #endif
16022 #ifdef HAVE_SYS_VFS_H
16023 # include <sys/vfs.h>
16024 #endif
16025 #ifdef HAVE_SYS_STATFS_H
16026 # include <sys/statfs.h>
16027 #endif
16029 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16031 cat >>confdefs.h <<_ACEOF
16032 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16033 _ACEOF
16037 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16038 #ifdef HAVE_SYS_PARAM_H
16039 # include <sys/param.h>
16040 #endif
16041 #ifdef HAVE_SYS_MOUNT_H
16042 # include <sys/mount.h>
16043 #endif
16044 #ifdef HAVE_SYS_VFS_H
16045 # include <sys/vfs.h>
16046 #endif
16047 #ifdef HAVE_SYS_STATFS_H
16048 # include <sys/statfs.h>
16049 #endif
16051 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16053 cat >>confdefs.h <<_ACEOF
16054 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16055 _ACEOF
16059 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16060 #ifdef HAVE_SYS_PARAM_H
16061 # include <sys/param.h>
16062 #endif
16063 #ifdef HAVE_SYS_MOUNT_H
16064 # include <sys/mount.h>
16065 #endif
16066 #ifdef HAVE_SYS_VFS_H
16067 # include <sys/vfs.h>
16068 #endif
16069 #ifdef HAVE_SYS_STATFS_H
16070 # include <sys/statfs.h>
16071 #endif
16073 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16075 cat >>confdefs.h <<_ACEOF
16076 #define HAVE_STRUCT_STATFS_F_FFREE 1
16077 _ACEOF
16081 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16082 #ifdef HAVE_SYS_PARAM_H
16083 # include <sys/param.h>
16084 #endif
16085 #ifdef HAVE_SYS_MOUNT_H
16086 # include <sys/mount.h>
16087 #endif
16088 #ifdef HAVE_SYS_VFS_H
16089 # include <sys/vfs.h>
16090 #endif
16091 #ifdef HAVE_SYS_STATFS_H
16092 # include <sys/statfs.h>
16093 #endif
16095 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16097 cat >>confdefs.h <<_ACEOF
16098 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16099 _ACEOF
16103 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16104 #ifdef HAVE_SYS_PARAM_H
16105 # include <sys/param.h>
16106 #endif
16107 #ifdef HAVE_SYS_MOUNT_H
16108 # include <sys/mount.h>
16109 #endif
16110 #ifdef HAVE_SYS_VFS_H
16111 # include <sys/vfs.h>
16112 #endif
16113 #ifdef HAVE_SYS_STATFS_H
16114 # include <sys/statfs.h>
16115 #endif
16117 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16119 cat >>confdefs.h <<_ACEOF
16120 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16121 _ACEOF
16127 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16128 #include <sys/statvfs.h>
16129 #endif
16131 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16133 cat >>confdefs.h <<_ACEOF
16134 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16135 _ACEOF
16141 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16142 #include <dirent.h>
16143 #endif
16145 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16147 cat >>confdefs.h <<_ACEOF
16148 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16149 _ACEOF
16155 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16156 #ifdef HAVE_SYS_SOCKET_H
16157 # include <sys/socket.h>
16158 #endif
16159 #ifdef HAVE_SYS_UN_H
16160 # include <sys/un.h>
16161 #endif
16163 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16165 cat >>confdefs.h <<_ACEOF
16166 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16167 _ACEOF
16171 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16172 #ifdef HAVE_SYS_SOCKET_H
16173 # include <sys/socket.h>
16174 #endif
16175 #ifdef HAVE_SYS_UN_H
16176 # include <sys/un.h>
16177 #endif
16179 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16181 cat >>confdefs.h <<_ACEOF
16182 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16183 _ACEOF
16187 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16188 #ifdef HAVE_SYS_SOCKET_H
16189 # include <sys/socket.h>
16190 #endif
16191 #ifdef HAVE_SYS_UN_H
16192 # include <sys/un.h>
16193 #endif
16195 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16197 cat >>confdefs.h <<_ACEOF
16198 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16199 _ACEOF
16205 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16206 #ifdef HAVE_SCSI_SG_H
16207 #include <scsi/sg.h>
16208 #endif
16210 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16212 cat >>confdefs.h <<_ACEOF
16213 #define HAVE_SCSIREQ_T_CMD 1
16214 _ACEOF
16218 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>
16219 #ifdef HAVE_SCSI_SG_H
16220 #include <scsi/sg.h>
16221 #endif
16223 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16225 cat >>confdefs.h <<_ACEOF
16226 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16227 _ACEOF
16233 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16235 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16237 cat >>confdefs.h <<_ACEOF
16238 #define HAVE_SIGINFO_T_SI_FD 1
16239 _ACEOF
16245 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16246 #ifdef HAVE_SYS_MTIO_H
16247 #include <sys/mtio.h>
16248 #endif
16250 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16252 cat >>confdefs.h <<_ACEOF
16253 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16254 _ACEOF
16258 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16259 #ifdef HAVE_SYS_MTIO_H
16260 #include <sys/mtio.h>
16261 #endif
16263 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16265 cat >>confdefs.h <<_ACEOF
16266 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16267 _ACEOF
16271 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16272 #ifdef HAVE_SYS_MTIO_H
16273 #include <sys/mtio.h>
16274 #endif
16276 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16278 cat >>confdefs.h <<_ACEOF
16279 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16280 _ACEOF
16286 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16287 #include <getopt.h>
16288 #endif
16290 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16292 cat >>confdefs.h <<_ACEOF
16293 #define HAVE_STRUCT_OPTION_NAME 1
16294 _ACEOF
16300 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16301 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16303 cat >>confdefs.h <<_ACEOF
16304 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16305 _ACEOF
16309 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16310 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16312 cat >>confdefs.h <<_ACEOF
16313 #define HAVE_STRUCT_STAT_ST_MTIM 1
16314 _ACEOF
16318 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16319 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16321 cat >>confdefs.h <<_ACEOF
16322 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16323 _ACEOF
16327 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16328 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16330 cat >>confdefs.h <<_ACEOF
16331 #define HAVE_STRUCT_STAT_ST_CTIM 1
16332 _ACEOF
16336 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16337 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16339 cat >>confdefs.h <<_ACEOF
16340 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16341 _ACEOF
16345 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16346 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16348 cat >>confdefs.h <<_ACEOF
16349 #define HAVE_STRUCT_STAT_ST_ATIM 1
16350 _ACEOF
16354 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16355 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16357 cat >>confdefs.h <<_ACEOF
16358 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16359 _ACEOF
16363 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16364 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16366 cat >>confdefs.h <<_ACEOF
16367 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16368 _ACEOF
16372 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16373 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16375 cat >>confdefs.h <<_ACEOF
16376 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16377 _ACEOF
16381 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16382 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16384 cat >>confdefs.h <<_ACEOF
16385 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16386 _ACEOF
16390 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16391 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16393 cat >>confdefs.h <<_ACEOF
16394 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16395 _ACEOF
16399 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16400 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16402 cat >>confdefs.h <<_ACEOF
16403 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16404 _ACEOF
16410 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
16411 #include <sys/types.h>
16412 #endif
16413 #ifdef HAVE_NETINET_IN_H
16414 #include <netinet/in.h>
16415 #endif
16417 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16419 cat >>confdefs.h <<_ACEOF
16420 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16421 _ACEOF
16427 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16428 #include <resolv.h>
16429 #endif
16431 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16433 cat >>confdefs.h <<_ACEOF
16434 #define HAVE_STRUCT___RES_STATE 1
16435 _ACEOF
16441 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
16442 #include <resolv.h>
16443 #endif
16445 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16447 cat >>confdefs.h <<_ACEOF
16448 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16449 _ACEOF
16455 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16456 #include <sys/types.h>
16457 #endif
16458 #ifdef HAVE_NETINET_IN_H
16459 # include <netinet/in.h>
16460 #endif
16461 #ifdef HAVE_ARPA_NAMESER_H
16462 # include <arpa/nameser.h>
16463 #endif
16465 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16467 cat >>confdefs.h <<_ACEOF
16468 #define HAVE_NS_MSG__MSG_PTR 1
16469 _ACEOF
16475 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16476 #include <sys/types.h>
16477 #endif
16478 #ifdef HAVE_NETINET_IP_H
16479 #include <netinet/ip.h>
16480 #endif
16481 #ifdef HAVE_NETINET_IP_ICMP_H
16482 #include <netinet/ip_icmp.h>
16483 #endif
16484 #ifdef HAVE_NETINET_ICMP_VAR_H
16485 #include <netinet/icmp_var.h>
16486 #endif
16488 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16490 cat >>confdefs.h <<_ACEOF
16491 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16492 _ACEOF
16498 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16499 #include <sys/types.h>
16500 #endif
16501 #ifdef HAVE_ALIAS_H
16502 #include <alias.h>
16503 #endif
16504 #ifdef HAVE_SYS_SOCKET_H
16505 #include <sys/socket.h>
16506 #endif
16507 #ifdef HAVE_SYS_SOCKETVAR_H
16508 #include <sys/socketvar.h>
16509 #endif
16510 #ifdef HAVE_SYS_TIMEOUT_H
16511 #include <sys/timeout.h>
16512 #endif
16513 #ifdef HAVE_NETINET_IN_H
16514 #include <netinet/in.h>
16515 #endif
16516 #ifdef HAVE_NETINET_IN_SYSTM_H
16517 #include <netinet/in_systm.h>
16518 #endif
16519 #ifdef HAVE_NETINET_IP_H
16520 #include <netinet/ip.h>
16521 #endif
16522 #ifdef HAVE_NETINET_IP_VAR_H
16523 #include <netinet/ip_var.h>
16524 #endif
16525 #ifdef HAVE_NETINET_IP_ICMP_H
16526 #include <netinet/ip_icmp.h>
16527 #endif
16528 #ifdef HAVE_NETINET_ICMP_VAR_H
16529 #include <netinet/icmp_var.h>
16530 #endif
16532 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16534 cat >>confdefs.h <<_ACEOF
16535 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16536 _ACEOF
16542 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16543 #include <sys/types.h>
16544 #endif
16545 #ifdef HAVE_SYS_SOCKETVAR_H
16546 #include <sys/socketvar.h>
16547 #endif
16548 #ifdef HAVE_NETINET_IN_H
16549 #include <netinet/in.h>
16550 #endif
16551 #ifdef HAVE_NETINET_IP_VAR_H
16552 #include <netinet/ip_var.h>
16553 #endif
16555 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16557 cat >>confdefs.h <<_ACEOF
16558 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16559 _ACEOF
16565 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
16566 #include <netinet/ip_var.h>
16567 #endif
16569 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16571 cat >>confdefs.h <<_ACEOF
16572 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16573 _ACEOF
16579 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16580 #include <sys/types.h>
16581 #endif
16582 #ifdef HAVE_SYS_SOCKETVAR_H
16583 #include <sys/socketvar.h>
16584 #endif
16585 #ifdef HAVE_NETINET_IN_H
16586 #include <netinet/in.h>
16587 #endif
16588 #ifdef HAVE_NETINET_TCP_H
16589 #include <netinet/tcp.h>
16590 #endif
16591 #ifdef HAVE_NETINET_TCP_VAR_H
16592 #include <netinet/tcp_var.h>
16593 #endif
16595 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16597 cat >>confdefs.h <<_ACEOF
16598 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16599 _ACEOF
16605 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
16606 #include <netinet/tcp_var.h>
16607 #endif
16609 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16611 cat >>confdefs.h <<_ACEOF
16612 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16613 _ACEOF
16619 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16620 #include <sys/types.h>
16621 #endif
16622 #ifdef HAVE_NETINET_IN_H
16623 #include <netinet/in.h>
16624 #endif
16625 #ifdef HAVE_NETINET_IP_VAR_H
16626 #include <netinet/ip_var.h>
16627 #endif
16628 #ifdef HAVE_NETINET_UDP_H
16629 #include <netinet/udp.h>
16630 #endif
16631 #ifdef HAVE_NETINET_UDP_VAR_H
16632 #include <netinet/udp_var.h>
16633 #endif
16635 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16637 cat >>confdefs.h <<_ACEOF
16638 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16639 _ACEOF
16645 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16646 #include <sys/types.h>
16647 #endif
16648 #ifdef HAVE_NET_IF_H
16649 # include <net/if.h>
16650 #endif
16652 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16654 cat >>confdefs.h <<_ACEOF
16655 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16656 _ACEOF
16662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16663 $as_echo_n "checking for timezone variable... " >&6; }
16664 if ${ac_cv_have_timezone+:} false; then :
16665 $as_echo_n "(cached) " >&6
16666 else
16667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16668 /* end confdefs.h. */
16669 #include <time.h>
16671 main ()
16673 timezone = 1
16675 return 0;
16677 _ACEOF
16678 if ac_fn_c_try_link "$LINENO"; then :
16679 ac_cv_have_timezone="yes"
16680 else
16681 ac_cv_have_timezone="no"
16683 rm -f core conftest.err conftest.$ac_objext \
16684 conftest$ac_exeext conftest.$ac_ext
16686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16687 $as_echo "$ac_cv_have_timezone" >&6; }
16688 if test "$ac_cv_have_timezone" = "yes"
16689 then
16691 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16695 $as_echo_n "checking for daylight variable... " >&6; }
16696 if ${ac_cv_have_daylight+:} false; then :
16697 $as_echo_n "(cached) " >&6
16698 else
16699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16700 /* end confdefs.h. */
16701 #include <time.h>
16703 main ()
16705 daylight = 1
16707 return 0;
16709 _ACEOF
16710 if ac_fn_c_try_link "$LINENO"; then :
16711 ac_cv_have_daylight="yes"
16712 else
16713 ac_cv_have_daylight="no"
16715 rm -f core conftest.err conftest.$ac_objext \
16716 conftest$ac_exeext conftest.$ac_ext
16718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16719 $as_echo "$ac_cv_have_daylight" >&6; }
16720 if test "$ac_cv_have_daylight" = "yes"
16721 then
16723 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16727 ac_save_LIBS="$LIBS"
16728 LIBS="$LIBS -lm"
16729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16730 $as_echo_n "checking for isfinite... " >&6; }
16731 if ${ac_cv_have_isfinite+:} false; then :
16732 $as_echo_n "(cached) " >&6
16733 else
16734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16735 /* end confdefs.h. */
16736 #define _GNU_SOURCE
16737 #include <math.h>
16739 main ()
16741 float f = 0.0; return isfinite(f)
16743 return 0;
16745 _ACEOF
16746 if ac_fn_c_try_link "$LINENO"; then :
16747 ac_cv_have_isfinite="yes"
16748 else
16749 ac_cv_have_isfinite="no"
16751 rm -f core conftest.err conftest.$ac_objext \
16752 conftest$ac_exeext conftest.$ac_ext
16754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16755 $as_echo "$ac_cv_have_isfinite" >&6; }
16756 if test "$ac_cv_have_isfinite" = "yes"
16757 then
16759 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16764 $as_echo_n "checking for isinf... " >&6; }
16765 if ${ac_cv_have_isinf+:} false; then :
16766 $as_echo_n "(cached) " >&6
16767 else
16768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16769 /* end confdefs.h. */
16770 #include <math.h>
16772 main ()
16774 float f = 0.0; return isinf(f)
16776 return 0;
16778 _ACEOF
16779 if ac_fn_c_try_link "$LINENO"; then :
16780 ac_cv_have_isinf="yes"
16781 else
16782 ac_cv_have_isinf="no"
16784 rm -f core conftest.err conftest.$ac_objext \
16785 conftest$ac_exeext conftest.$ac_ext
16787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16788 $as_echo "$ac_cv_have_isinf" >&6; }
16789 if test "$ac_cv_have_isinf" = "yes"
16790 then
16792 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16797 $as_echo_n "checking for isnan... " >&6; }
16798 if ${ac_cv_have_isnan+:} false; then :
16799 $as_echo_n "(cached) " >&6
16800 else
16801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16802 /* end confdefs.h. */
16803 #include <math.h>
16805 main ()
16807 float f = 0.0; return isnan(f)
16809 return 0;
16811 _ACEOF
16812 if ac_fn_c_try_link "$LINENO"; then :
16813 ac_cv_have_isnan="yes"
16814 else
16815 ac_cv_have_isnan="no"
16817 rm -f core conftest.err conftest.$ac_objext \
16818 conftest$ac_exeext conftest.$ac_ext
16820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16821 $as_echo "$ac_cv_have_isnan" >&6; }
16822 if test "$ac_cv_have_isnan" = "yes"
16823 then
16825 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16829 for ac_func in \
16830 cbrt \
16831 cbrtf \
16832 erf \
16833 erff \
16834 exp2 \
16835 exp2f \
16836 llrint \
16837 llrintf \
16838 llround \
16839 llroundf \
16840 log2 \
16841 log2f \
16842 lrint \
16843 lrintf \
16844 lround \
16845 lroundf \
16846 rint \
16847 rintf \
16848 round \
16849 roundf \
16850 trunc \
16851 truncf
16853 do :
16854 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16855 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16856 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16857 cat >>confdefs.h <<_ACEOF
16858 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16859 _ACEOF
16862 done
16864 LIBS="$ac_save_LIBS"
16866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16867 $as_echo_n "checking for __builtin_clz... " >&6; }
16868 if ${ac_cv_have___builtin_clz+:} false; then :
16869 $as_echo_n "(cached) " >&6
16870 else
16871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16872 /* end confdefs.h. */
16875 main ()
16877 return __builtin_clz(1)
16879 return 0;
16881 _ACEOF
16882 if ac_fn_c_try_link "$LINENO"; then :
16883 ac_cv_have___builtin_clz="yes"
16884 else
16885 ac_cv_have___builtin_clz="no"
16887 rm -f core conftest.err conftest.$ac_objext \
16888 conftest$ac_exeext conftest.$ac_ext
16890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16891 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16892 if test "$ac_cv_have___builtin_clz" = "yes"
16893 then
16895 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16900 case $host_cpu in
16901 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16902 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16903 if ${ac_cv_cpp_def___i386__+:} false; then :
16904 $as_echo_n "(cached) " >&6
16905 else
16906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16907 /* end confdefs.h. */
16908 #ifndef __i386__
16910 #endif
16911 _ACEOF
16912 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16913 $EGREP "yes" >/dev/null 2>&1; then :
16914 ac_cv_cpp_def___i386__=yes
16915 else
16916 ac_cv_cpp_def___i386__=no
16918 rm -f conftest*
16921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16922 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16923 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16924 CFLAGS="$CFLAGS -D__i386__"
16925 LINTFLAGS="$LINTFLAGS -D__i386__"
16926 fi ;;
16927 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16928 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16929 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16930 $as_echo_n "(cached) " >&6
16931 else
16932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16933 /* end confdefs.h. */
16934 #ifndef __x86_64__
16936 #endif
16937 _ACEOF
16938 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16939 $EGREP "yes" >/dev/null 2>&1; then :
16940 ac_cv_cpp_def___x86_64__=yes
16941 else
16942 ac_cv_cpp_def___x86_64__=no
16944 rm -f conftest*
16947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16948 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16949 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16950 CFLAGS="$CFLAGS -D__x86_64__"
16951 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16952 fi ;;
16953 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16954 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16955 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16956 $as_echo_n "(cached) " >&6
16957 else
16958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16959 /* end confdefs.h. */
16960 #ifndef __sparc64__
16962 #endif
16963 _ACEOF
16964 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16965 $EGREP "yes" >/dev/null 2>&1; then :
16966 ac_cv_cpp_def___sparc64__=yes
16967 else
16968 ac_cv_cpp_def___sparc64__=no
16970 rm -f conftest*
16973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16974 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16975 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16976 CFLAGS="$CFLAGS -D__sparc64__"
16977 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16978 fi ;;
16979 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16980 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16981 if ${ac_cv_cpp_def___sparc__+:} false; then :
16982 $as_echo_n "(cached) " >&6
16983 else
16984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16985 /* end confdefs.h. */
16986 #ifndef __sparc__
16988 #endif
16989 _ACEOF
16990 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16991 $EGREP "yes" >/dev/null 2>&1; then :
16992 ac_cv_cpp_def___sparc__=yes
16993 else
16994 ac_cv_cpp_def___sparc__=no
16996 rm -f conftest*
16999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17000 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17001 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17002 CFLAGS="$CFLAGS -D__sparc__"
17003 LINTFLAGS="$LINTFLAGS -D__sparc__"
17004 fi ;;
17005 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17006 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17007 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17008 $as_echo_n "(cached) " >&6
17009 else
17010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17011 /* end confdefs.h. */
17012 #ifndef __powerpc64__
17014 #endif
17015 _ACEOF
17016 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17017 $EGREP "yes" >/dev/null 2>&1; then :
17018 ac_cv_cpp_def___powerpc64__=yes
17019 else
17020 ac_cv_cpp_def___powerpc64__=no
17022 rm -f conftest*
17025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17026 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17027 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17028 CFLAGS="$CFLAGS -D__powerpc64__"
17029 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17030 fi ;;
17031 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17032 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17033 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17034 $as_echo_n "(cached) " >&6
17035 else
17036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17037 /* end confdefs.h. */
17038 #ifndef __powerpc__
17040 #endif
17041 _ACEOF
17042 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17043 $EGREP "yes" >/dev/null 2>&1; then :
17044 ac_cv_cpp_def___powerpc__=yes
17045 else
17046 ac_cv_cpp_def___powerpc__=no
17048 rm -f conftest*
17051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17052 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17053 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17054 CFLAGS="$CFLAGS -D__powerpc__"
17055 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17056 fi ;;
17057 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17058 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17059 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17060 $as_echo_n "(cached) " >&6
17061 else
17062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17063 /* end confdefs.h. */
17064 #ifndef __aarch64__
17066 #endif
17067 _ACEOF
17068 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17069 $EGREP "yes" >/dev/null 2>&1; then :
17070 ac_cv_cpp_def___aarch64__=yes
17071 else
17072 ac_cv_cpp_def___aarch64__=no
17074 rm -f conftest*
17077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17078 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17079 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17080 CFLAGS="$CFLAGS -D__aarch64__"
17081 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17082 fi ;;
17083 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17084 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17085 if ${ac_cv_cpp_def___arm__+:} false; then :
17086 $as_echo_n "(cached) " >&6
17087 else
17088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17089 /* end confdefs.h. */
17090 #ifndef __arm__
17092 #endif
17093 _ACEOF
17094 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17095 $EGREP "yes" >/dev/null 2>&1; then :
17096 ac_cv_cpp_def___arm__=yes
17097 else
17098 ac_cv_cpp_def___arm__=no
17100 rm -f conftest*
17103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17104 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17105 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17106 CFLAGS="$CFLAGS -D__arm__"
17107 LINTFLAGS="$LINTFLAGS -D__arm__"
17108 fi ;;
17109 esac
17111 case $host_vendor in
17112 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17113 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17114 if ${ac_cv_cpp_def___sun__+:} false; then :
17115 $as_echo_n "(cached) " >&6
17116 else
17117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17118 /* end confdefs.h. */
17119 #ifndef __sun__
17121 #endif
17122 _ACEOF
17123 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17124 $EGREP "yes" >/dev/null 2>&1; then :
17125 ac_cv_cpp_def___sun__=yes
17126 else
17127 ac_cv_cpp_def___sun__=no
17129 rm -f conftest*
17132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17133 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17134 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17135 CFLAGS="$CFLAGS -D__sun__"
17136 LINTFLAGS="$LINTFLAGS -D__sun__"
17137 fi ;;
17138 esac
17144 ac_config_commands="$ac_config_commands include/stamp-h"
17146 $as_echo_n "creating Makefile rules..." >&6
17148 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17149 SOCKET_LIBS = $SOCKET_LIBS
17150 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17151 IOKIT_LIBS = $IOKIT_LIBS
17152 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17153 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17154 CORESERVICES_LIBS = $CORESERVICES_LIBS
17155 APPKIT_LIBS = $APPKIT_LIBS
17156 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17157 SECURITY_LIBS = $SECURITY_LIBS
17158 COREAUDIO_LIBS = $COREAUDIO_LIBS
17159 OPENAL_LIBS = $OPENAL_LIBS
17160 OPENCL_LIBS = $OPENCL_LIBS
17161 QUICKTIME_LIBS = $QUICKTIME_LIBS
17162 CARBON_LIBS = $CARBON_LIBS
17163 PTHREAD_LIBS = $PTHREAD_LIBS
17164 X_CFLAGS = $X_CFLAGS
17165 X_PRE_LIBS = $X_PRE_LIBS
17166 X_LIBS = $X_LIBS
17167 X_EXTRA_LIBS = $X_EXTRA_LIBS
17168 PCAP_LIBS = $PCAP_LIBS
17169 XML2_CFLAGS = $XML2_CFLAGS
17170 XML2_LIBS = $XML2_LIBS
17171 XSLT_CFLAGS = $XSLT_CFLAGS
17172 XSLT_LIBS = $XSLT_LIBS
17173 DBUS_CFLAGS = $DBUS_CFLAGS
17174 DBUS_LIBS = $DBUS_LIBS
17175 HAL_CFLAGS = $HAL_CFLAGS
17176 HAL_LIBS = $HAL_LIBS
17177 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17178 GNUTLS_LIBS = $GNUTLS_LIBS
17179 SANE_CFLAGS = $SANE_CFLAGS
17180 SANE_LIBS = $SANE_LIBS
17181 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17182 GPHOTO2_LIBS = $GPHOTO2_LIBS
17183 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17184 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17185 RESOLV_LIBS = $RESOLV_LIBS
17186 LCMS2_CFLAGS = $LCMS2_CFLAGS
17187 LCMS2_LIBS = $LCMS2_LIBS
17188 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17189 FREETYPE_LIBS = $FREETYPE_LIBS
17190 Z_LIBS = $Z_LIBS
17191 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17192 PULSE_CFLAGS = $PULSE_CFLAGS
17193 PULSE_LIBS = $PULSE_LIBS
17194 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17195 GSTREAMER_LIBS = $GSTREAMER_LIBS
17196 ALSA_LIBS = $ALSA_LIBS
17197 OSS4_CFLAGS = $OSS4_CFLAGS
17198 CAPI20_CFLAGS = $CAPI20_CFLAGS
17199 CAPI20_LIBS = $CAPI20_LIBS
17200 CUPS_CFLAGS = $CUPS_CFLAGS
17201 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17202 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17203 JPEG_CFLAGS = $JPEG_CFLAGS
17204 JPEG_LIBS = $JPEG_LIBS
17205 PNG_CFLAGS = $PNG_CFLAGS
17206 PNG_LIBS = $PNG_LIBS
17207 TIFF_CFLAGS = $TIFF_CFLAGS
17208 TIFF_LIBS = $TIFF_LIBS
17209 MPG123_CFLAGS = $MPG123_CFLAGS
17210 MPG123_LIBS = $MPG123_LIBS
17211 KSTAT_LIBS = $KSTAT_LIBS
17212 PROCSTAT_LIBS = $PROCSTAT_LIBS
17213 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17214 DL_LIBS = $DL_LIBS
17215 POLL_LIBS = $POLL_LIBS
17216 RT_LIBS = $RT_LIBS
17217 LDAP_LIBS = $LDAP_LIBS
17222 wine_fn_append_rule "
17223 # Rules automatically generated by configure
17225 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17227 .INIT: Makefile
17228 .MAKEFILEDEPS:
17229 all: Makefile
17230 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17231 @./config.status Make.tmp Makefile"
17233 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17234 .gitignore: config.status
17235 @./config.status .gitignore"
17237 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17238 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17240 if test "x$enable_fonts" != xno; then
17241 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17242 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17243 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17244 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17245 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17246 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17248 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17249 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17250 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17251 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17252 ac_config_links="$ac_config_links wine:tools/winewrapper"
17253 wine_fn_config_symlink wine
17254 if test "x$enable_win64" != xno; then
17255 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17256 wine_fn_config_symlink wine64
17259 wine_fn_config_dll acledit enable_acledit
17260 wine_fn_config_dll aclui enable_aclui implib
17261 wine_fn_config_dll activeds enable_activeds implib
17262 wine_fn_config_dll actxprxy enable_actxprxy clean
17263 wine_fn_config_lib adsiid
17264 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17265 wine_fn_config_test dlls/advapi32/tests advapi32_test
17266 wine_fn_config_dll advpack enable_advpack implib
17267 wine_fn_config_test dlls/advpack/tests advpack_test
17268 wine_fn_config_dll amstream enable_amstream clean
17269 wine_fn_config_test dlls/amstream/tests amstream_test
17270 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17271 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17272 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17273 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17274 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17275 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17276 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17277 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17278 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17279 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17280 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17281 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17282 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17283 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17284 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17285 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17286 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17287 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17288 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17289 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17290 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17291 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17292 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17293 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17294 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17295 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17296 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17297 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17298 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17299 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17300 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17301 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17302 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17303 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17304 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17305 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17306 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17307 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17308 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17309 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17310 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17311 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17312 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17313 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17314 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17315 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17316 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17317 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17318 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17319 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17320 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17321 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17322 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17323 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17324 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17325 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17326 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17327 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17328 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17329 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17330 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17331 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17332 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17333 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17334 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17335 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17336 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17337 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17338 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17339 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17340 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17341 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17342 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17343 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17344 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17345 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17346 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17347 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17348 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17349 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17350 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17351 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17352 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17353 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17354 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17355 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17356 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17357 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17358 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17359 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17360 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17361 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17362 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17363 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17364 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17365 wine_fn_config_dll apphelp enable_apphelp
17366 wine_fn_config_test dlls/apphelp/tests apphelp_test
17367 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17368 wine_fn_config_dll atl enable_atl clean,implib
17369 wine_fn_config_test dlls/atl/tests atl_test
17370 wine_fn_config_dll atl100 enable_atl100 clean,implib
17371 wine_fn_config_test dlls/atl100/tests atl100_test
17372 wine_fn_config_dll atl110 enable_atl110 clean
17373 wine_fn_config_dll atl80 enable_atl80 clean,implib
17374 wine_fn_config_test dlls/atl80/tests atl80_test
17375 wine_fn_config_dll atl90 enable_atl90 clean
17376 wine_fn_config_dll authz enable_authz
17377 wine_fn_config_dll avicap32 enable_avicap32 implib
17378 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17379 wine_fn_config_test dlls/avifil32/tests avifil32_test
17380 wine_fn_config_dll avifile.dll16 enable_win16
17381 wine_fn_config_dll avrt enable_avrt implib
17382 wine_fn_config_dll bcrypt enable_bcrypt
17383 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17384 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17385 wine_fn_config_dll browseui enable_browseui clean,po
17386 wine_fn_config_test dlls/browseui/tests browseui_test
17387 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17388 wine_fn_config_dll cabinet enable_cabinet implib
17389 wine_fn_config_test dlls/cabinet/tests cabinet_test
17390 wine_fn_config_dll capi2032 enable_capi2032 implib
17391 wine_fn_config_dll cards enable_cards implib
17392 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17393 wine_fn_config_dll clusapi enable_clusapi implib
17394 wine_fn_config_dll combase enable_combase
17395 wine_fn_config_test dlls/combase/tests combase_test
17396 wine_fn_config_dll comcat enable_comcat
17397 wine_fn_config_test dlls/comcat/tests comcat_test
17398 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17399 wine_fn_config_test dlls/comctl32/tests comctl32_test
17400 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17401 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17402 wine_fn_config_dll comm.drv16 enable_win16
17403 wine_fn_config_dll commdlg.dll16 enable_win16
17404 wine_fn_config_dll compobj.dll16 enable_win16
17405 wine_fn_config_dll compstui enable_compstui implib
17406 wine_fn_config_dll comsvcs enable_comsvcs implib
17407 wine_fn_config_dll connect enable_connect
17408 wine_fn_config_dll credui enable_credui implib,po
17409 wine_fn_config_test dlls/credui/tests credui_test
17410 wine_fn_config_dll crtdll enable_crtdll implib
17411 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17412 wine_fn_config_test dlls/crypt32/tests crypt32_test
17413 wine_fn_config_dll cryptdlg enable_cryptdlg po
17414 wine_fn_config_dll cryptdll enable_cryptdll implib
17415 wine_fn_config_dll cryptext enable_cryptext
17416 wine_fn_config_dll cryptnet enable_cryptnet implib
17417 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17418 wine_fn_config_dll cryptui enable_cryptui implib,po
17419 wine_fn_config_test dlls/cryptui/tests cryptui_test
17420 wine_fn_config_dll ctapi32 enable_ctapi32
17421 wine_fn_config_dll ctl3d.dll16 enable_win16
17422 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17423 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17424 wine_fn_config_dll d2d1 enable_d2d1 implib
17425 wine_fn_config_test dlls/d2d1/tests d2d1_test
17426 wine_fn_config_dll d3d10 enable_d3d10 implib
17427 wine_fn_config_test dlls/d3d10/tests d3d10_test
17428 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17429 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17430 wine_fn_config_dll d3d10core enable_d3d10core implib
17431 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17432 wine_fn_config_dll d3d11 enable_d3d11 implib
17433 wine_fn_config_test dlls/d3d11/tests d3d11_test
17434 wine_fn_config_dll d3d8 enable_d3d8 implib
17435 wine_fn_config_test dlls/d3d8/tests d3d8_test
17436 wine_fn_config_dll d3d9 enable_d3d9 implib
17437 wine_fn_config_test dlls/d3d9/tests d3d9_test
17438 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17439 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17440 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17441 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17442 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17443 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17444 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17445 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17446 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17447 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17448 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17449 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17450 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17451 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17452 wine_fn_config_dll d3dim enable_d3dim implib
17453 wine_fn_config_dll d3drm enable_d3drm implib
17454 wine_fn_config_test dlls/d3drm/tests d3drm_test
17455 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17456 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17457 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17458 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17459 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17460 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17461 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17462 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17463 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17464 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17465 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17466 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17467 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17468 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17469 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17470 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17471 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17472 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17473 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17474 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17475 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17476 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17477 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17478 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17479 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17480 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17481 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17482 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17483 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17484 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17485 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17486 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17487 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17488 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17489 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17490 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17491 wine_fn_config_dll davclnt enable_davclnt
17492 wine_fn_config_dll dbgeng enable_dbgeng implib
17493 wine_fn_config_dll dbghelp enable_dbghelp implib
17494 wine_fn_config_dll dciman32 enable_dciman32 implib
17495 wine_fn_config_dll ddeml.dll16 enable_win16
17496 wine_fn_config_dll ddraw enable_ddraw clean,implib
17497 wine_fn_config_test dlls/ddraw/tests ddraw_test
17498 wine_fn_config_dll ddrawex enable_ddrawex clean
17499 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17500 wine_fn_config_dll devenum enable_devenum clean,po
17501 wine_fn_config_test dlls/devenum/tests devenum_test
17502 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17503 wine_fn_config_dll difxapi enable_difxapi
17504 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17505 wine_fn_config_test dlls/dinput/tests dinput_test
17506 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17507 wine_fn_config_test dlls/dinput8/tests dinput8_test
17508 wine_fn_config_dll dispdib.dll16 enable_win16
17509 wine_fn_config_dll dispex enable_dispex clean
17510 wine_fn_config_test dlls/dispex/tests dispex_test
17511 wine_fn_config_dll display.drv16 enable_win16
17512 wine_fn_config_dll dmband enable_dmband clean
17513 wine_fn_config_test dlls/dmband/tests dmband_test
17514 wine_fn_config_dll dmcompos enable_dmcompos clean
17515 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17516 wine_fn_config_dll dmime enable_dmime clean
17517 wine_fn_config_test dlls/dmime/tests dmime_test
17518 wine_fn_config_dll dmloader enable_dmloader clean
17519 wine_fn_config_test dlls/dmloader/tests dmloader_test
17520 wine_fn_config_dll dmscript enable_dmscript clean
17521 wine_fn_config_test dlls/dmscript/tests dmscript_test
17522 wine_fn_config_dll dmstyle enable_dmstyle clean
17523 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17524 wine_fn_config_dll dmsynth enable_dmsynth clean
17525 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17526 wine_fn_config_dll dmusic enable_dmusic clean
17527 wine_fn_config_test dlls/dmusic/tests dmusic_test
17528 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17529 wine_fn_config_dll dnsapi enable_dnsapi implib
17530 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17531 wine_fn_config_dll dplay enable_dplay implib
17532 wine_fn_config_dll dplayx enable_dplayx clean,implib
17533 wine_fn_config_test dlls/dplayx/tests dplayx_test
17534 wine_fn_config_dll dpnaddr enable_dpnaddr
17535 wine_fn_config_dll dpnet enable_dpnet clean,implib
17536 wine_fn_config_test dlls/dpnet/tests dpnet_test
17537 wine_fn_config_dll dpnhpast enable_dpnhpast
17538 wine_fn_config_dll dpnlobby enable_dpnlobby
17539 wine_fn_config_dll dpvoice enable_dpvoice clean
17540 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17541 wine_fn_config_dll dpwsockx enable_dpwsockx
17542 wine_fn_config_dll drmclien enable_drmclien
17543 wine_fn_config_dll dsound enable_dsound clean,implib
17544 wine_fn_config_test dlls/dsound/tests dsound_test
17545 wine_fn_config_dll dssenh enable_dssenh
17546 wine_fn_config_test dlls/dssenh/tests dssenh_test
17547 wine_fn_config_dll dswave enable_dswave clean
17548 wine_fn_config_test dlls/dswave/tests dswave_test
17549 wine_fn_config_dll dwmapi enable_dwmapi implib
17550 wine_fn_config_dll dwrite enable_dwrite implib
17551 wine_fn_config_test dlls/dwrite/tests dwrite_test
17552 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17553 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17554 wine_fn_config_lib dxerr8
17555 wine_fn_config_lib dxerr9
17556 wine_fn_config_dll dxgi enable_dxgi implib
17557 wine_fn_config_test dlls/dxgi/tests dxgi_test
17558 wine_fn_config_lib dxguid
17559 wine_fn_config_dll dxva2 enable_dxva2
17560 wine_fn_config_dll esent enable_esent
17561 wine_fn_config_dll evr enable_evr
17562 wine_fn_config_dll explorerframe enable_explorerframe clean
17563 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17564 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17565 wine_fn_config_dll faultrep enable_faultrep implib
17566 wine_fn_config_test dlls/faultrep/tests faultrep_test
17567 wine_fn_config_dll fltlib enable_fltlib
17568 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17569 wine_fn_config_dll fntcache enable_fntcache
17570 wine_fn_config_dll fontsub enable_fontsub
17571 wine_fn_config_dll fusion enable_fusion
17572 wine_fn_config_test dlls/fusion/tests fusion_test
17573 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17574 wine_fn_config_dll gameux enable_gameux clean
17575 wine_fn_config_test dlls/gameux/tests gameux_test
17576 wine_fn_config_dll gdi.exe16 enable_win16
17577 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17578 wine_fn_config_test dlls/gdi32/tests gdi32_test
17579 wine_fn_config_dll gdiplus enable_gdiplus implib
17580 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17581 wine_fn_config_dll glu32 enable_glu32 implib
17582 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17583 wine_fn_config_dll gpkcsp enable_gpkcsp
17584 wine_fn_config_dll hal enable_hal
17585 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17586 wine_fn_config_dll hid enable_hid implib
17587 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17588 wine_fn_config_dll hlink enable_hlink clean,implib
17589 wine_fn_config_test dlls/hlink/tests hlink_test
17590 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17591 wine_fn_config_dll httpapi enable_httpapi
17592 wine_fn_config_dll iccvid enable_iccvid po
17593 wine_fn_config_dll icmp enable_icmp
17594 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17595 wine_fn_config_test dlls/ieframe/tests ieframe_test
17596 wine_fn_config_dll ifsmgr.vxd enable_win16
17597 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17598 wine_fn_config_dll imagehlp enable_imagehlp implib
17599 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17600 wine_fn_config_dll imm.dll16 enable_win16
17601 wine_fn_config_dll imm32 enable_imm32 implib
17602 wine_fn_config_test dlls/imm32/tests imm32_test
17603 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17604 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17605 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17606 wine_fn_config_dll inetmib1 enable_inetmib1
17607 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17608 wine_fn_config_dll infosoft enable_infosoft clean
17609 wine_fn_config_test dlls/infosoft/tests infosoft_test
17610 wine_fn_config_dll initpki enable_initpki
17611 wine_fn_config_dll inkobj enable_inkobj
17612 wine_fn_config_dll inseng enable_inseng clean
17613 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17614 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17615 wine_fn_config_dll itircl enable_itircl
17616 wine_fn_config_dll itss enable_itss clean
17617 wine_fn_config_test dlls/itss/tests itss_test
17618 wine_fn_config_dll joy.cpl enable_joy_cpl po
17619 wine_fn_config_dll jscript enable_jscript clean,po
17620 wine_fn_config_test dlls/jscript/tests jscript_test
17621 wine_fn_config_dll jsproxy enable_jsproxy implib
17622 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17623 wine_fn_config_test dlls/kernel32/tests kernel32_test
17624 wine_fn_config_dll keyboard.drv16 enable_win16
17625 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17626 wine_fn_config_dll ksuser enable_ksuser
17627 wine_fn_config_dll ktmw32 enable_ktmw32
17628 wine_fn_config_dll loadperf enable_loadperf implib
17629 wine_fn_config_dll localspl enable_localspl po
17630 wine_fn_config_test dlls/localspl/tests localspl_test
17631 wine_fn_config_dll localui enable_localui po
17632 wine_fn_config_test dlls/localui/tests localui_test
17633 wine_fn_config_dll lz32 enable_lz32 implib
17634 wine_fn_config_test dlls/lz32/tests lz32_test
17635 wine_fn_config_dll lzexpand.dll16 enable_win16
17636 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17637 wine_fn_config_test dlls/mapi32/tests mapi32_test
17638 wine_fn_config_dll mapistub enable_mapistub
17639 wine_fn_config_dll mciavi32 enable_mciavi32
17640 wine_fn_config_dll mcicda enable_mcicda
17641 wine_fn_config_dll mciqtz32 enable_mciqtz32
17642 wine_fn_config_dll mciseq enable_mciseq
17643 wine_fn_config_dll mciwave enable_mciwave
17644 wine_fn_config_dll mf enable_mf
17645 wine_fn_config_dll mfplat enable_mfplat
17646 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17647 wine_fn_config_dll mgmtapi enable_mgmtapi
17648 wine_fn_config_dll midimap enable_midimap
17649 wine_fn_config_dll mlang enable_mlang clean,implib
17650 wine_fn_config_test dlls/mlang/tests mlang_test
17651 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17652 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17653 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17654 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17655 wine_fn_config_dll mmdevldr.vxd enable_win16
17656 wine_fn_config_dll mmsystem.dll16 enable_win16
17657 wine_fn_config_dll monodebg.vxd enable_win16
17658 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17659 wine_fn_config_dll mouse.drv16 enable_win16
17660 wine_fn_config_dll mpr enable_mpr implib,po
17661 wine_fn_config_test dlls/mpr/tests mpr_test
17662 wine_fn_config_dll mprapi enable_mprapi implib
17663 wine_fn_config_dll msacm.dll16 enable_win16
17664 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17665 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17666 wine_fn_config_test dlls/msacm32/tests msacm32_test
17667 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17668 wine_fn_config_dll msasn1 enable_msasn1 implib
17669 wine_fn_config_dll mscat32 enable_mscat32
17670 wine_fn_config_dll mscms enable_mscms implib
17671 wine_fn_config_test dlls/mscms/tests mscms_test
17672 wine_fn_config_dll mscoree enable_mscoree clean
17673 wine_fn_config_test dlls/mscoree/tests mscoree_test
17674 wine_fn_config_dll msctf enable_msctf clean
17675 wine_fn_config_test dlls/msctf/tests msctf_test
17676 wine_fn_config_dll msctfp enable_msctfp clean
17677 wine_fn_config_dll msdaps enable_msdaps clean
17678 wine_fn_config_dll msdelta enable_msdelta
17679 wine_fn_config_dll msdmo enable_msdmo implib
17680 wine_fn_config_test dlls/msdmo/tests msdmo_test
17681 wine_fn_config_dll msftedit enable_msftedit
17682 wine_fn_config_dll msg711.acm enable_msg711_acm
17683 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17684 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17685 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17686 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17687 wine_fn_config_dll msi enable_msi clean,implib,po
17688 wine_fn_config_test dlls/msi/tests msi_test
17689 wine_fn_config_dll msident enable_msident clean
17690 wine_fn_config_dll msimg32 enable_msimg32 implib
17691 wine_fn_config_dll msimsg enable_msimsg
17692 wine_fn_config_dll msimtf enable_msimtf clean
17693 wine_fn_config_dll msisip enable_msisip
17694 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17695 wine_fn_config_dll msls31 enable_msls31
17696 wine_fn_config_dll msnet32 enable_msnet32
17697 wine_fn_config_dll mspatcha enable_mspatcha implib
17698 wine_fn_config_dll msrle32 enable_msrle32 po
17699 wine_fn_config_test dlls/msrle32/tests msrle32_test
17700 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17701 wine_fn_config_dll mssign32 enable_mssign32
17702 wine_fn_config_dll mssip32 enable_mssip32
17703 wine_fn_config_dll mstask enable_mstask clean
17704 wine_fn_config_test dlls/mstask/tests mstask_test
17705 wine_fn_config_dll msvcirt enable_msvcirt
17706 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17707 wine_fn_config_dll msvcm80 enable_msvcm80
17708 wine_fn_config_dll msvcm90 enable_msvcm90
17709 wine_fn_config_dll msvcp100 enable_msvcp100
17710 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17711 wine_fn_config_dll msvcp110 enable_msvcp110
17712 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17713 wine_fn_config_dll msvcp120 enable_msvcp120
17714 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17715 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17716 wine_fn_config_dll msvcp60 enable_msvcp60
17717 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17718 wine_fn_config_dll msvcp70 enable_msvcp70
17719 wine_fn_config_dll msvcp71 enable_msvcp71
17720 wine_fn_config_dll msvcp80 enable_msvcp80
17721 wine_fn_config_dll msvcp90 enable_msvcp90
17722 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17723 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17724 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17725 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17726 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17727 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17728 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17729 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17730 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17731 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17732 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17733 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17734 wine_fn_config_dll msvcrt enable_msvcrt implib
17735 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17736 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17737 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17738 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17739 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17740 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17741 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17742 wine_fn_config_dll msvidc32 enable_msvidc32 po
17743 wine_fn_config_dll msvideo.dll16 enable_win16
17744 wine_fn_config_dll mswsock enable_mswsock implib
17745 wine_fn_config_dll msxml enable_msxml clean
17746 wine_fn_config_dll msxml2 enable_msxml2 clean
17747 wine_fn_config_dll msxml3 enable_msxml3 clean
17748 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17749 wine_fn_config_dll msxml4 enable_msxml4 clean
17750 wine_fn_config_dll msxml6 enable_msxml6 clean
17751 wine_fn_config_dll nddeapi enable_nddeapi implib
17752 wine_fn_config_dll ndis.sys enable_ndis_sys
17753 wine_fn_config_dll netapi32 enable_netapi32 implib
17754 wine_fn_config_test dlls/netapi32/tests netapi32_test
17755 wine_fn_config_dll netcfgx enable_netcfgx clean
17756 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17757 wine_fn_config_dll netprofm enable_netprofm clean
17758 wine_fn_config_test dlls/netprofm/tests netprofm_test
17759 wine_fn_config_dll newdev enable_newdev implib
17760 wine_fn_config_dll normaliz enable_normaliz implib
17761 wine_fn_config_dll npmshtml enable_npmshtml
17762 wine_fn_config_dll npptools enable_npptools
17763 wine_fn_config_dll ntdll enable_ntdll implib
17764 wine_fn_config_test dlls/ntdll/tests ntdll_test
17765 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17766 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17767 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17768 wine_fn_config_dll ntprint enable_ntprint
17769 wine_fn_config_test dlls/ntprint/tests ntprint_test
17770 wine_fn_config_dll objsel enable_objsel clean
17771 wine_fn_config_dll odbc32 enable_odbc32 implib
17772 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17773 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17774 wine_fn_config_dll odbccu32 enable_odbccu32
17775 wine_fn_config_dll ole2.dll16 enable_win16
17776 wine_fn_config_dll ole2conv.dll16 enable_win16
17777 wine_fn_config_dll ole2disp.dll16 enable_win16
17778 wine_fn_config_dll ole2nls.dll16 enable_win16
17779 wine_fn_config_dll ole2prox.dll16 enable_win16
17780 wine_fn_config_dll ole2thk.dll16 enable_win16
17781 wine_fn_config_dll ole32 enable_ole32 clean,implib
17782 wine_fn_config_test dlls/ole32/tests ole32_test
17783 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17784 wine_fn_config_test dlls/oleacc/tests oleacc_test
17785 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17786 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17787 wine_fn_config_dll olecli.dll16 enable_win16
17788 wine_fn_config_dll olecli32 enable_olecli32 implib
17789 wine_fn_config_dll oledb32 enable_oledb32 clean
17790 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17791 wine_fn_config_dll oledlg enable_oledlg implib,po
17792 wine_fn_config_test dlls/oledlg/tests oledlg_test
17793 wine_fn_config_dll olepro32 enable_olepro32 implib
17794 wine_fn_config_dll olesvr.dll16 enable_win16
17795 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17796 wine_fn_config_dll olethk32 enable_olethk32
17797 wine_fn_config_dll openal32 enable_openal32
17798 wine_fn_config_dll opencl enable_opencl
17799 wine_fn_config_dll opengl32 enable_opengl32 implib
17800 wine_fn_config_test dlls/opengl32/tests opengl32_test
17801 wine_fn_config_dll packager enable_packager clean
17802 wine_fn_config_test dlls/packager/tests packager_test
17803 wine_fn_config_dll pdh enable_pdh implib
17804 wine_fn_config_test dlls/pdh/tests pdh_test
17805 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17806 wine_fn_config_dll pidgen enable_pidgen
17807 wine_fn_config_dll powrprof enable_powrprof implib
17808 wine_fn_config_dll printui enable_printui
17809 wine_fn_config_dll prntvpt enable_prntvpt
17810 wine_fn_config_dll propsys enable_propsys clean,implib
17811 wine_fn_config_test dlls/propsys/tests propsys_test
17812 wine_fn_config_dll psapi enable_psapi implib
17813 wine_fn_config_test dlls/psapi/tests psapi_test
17814 wine_fn_config_dll pstorec enable_pstorec clean
17815 wine_fn_config_dll qcap enable_qcap
17816 wine_fn_config_test dlls/qcap/tests qcap_test
17817 wine_fn_config_dll qedit enable_qedit clean
17818 wine_fn_config_test dlls/qedit/tests qedit_test
17819 wine_fn_config_dll qmgr enable_qmgr clean
17820 wine_fn_config_test dlls/qmgr/tests qmgr_test
17821 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17822 wine_fn_config_dll quartz enable_quartz clean,implib
17823 wine_fn_config_test dlls/quartz/tests quartz_test clean
17824 wine_fn_config_dll query enable_query
17825 wine_fn_config_dll rasapi16.dll16 enable_win16
17826 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17827 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17828 wine_fn_config_dll rasdlg enable_rasdlg implib
17829 wine_fn_config_dll regapi enable_regapi
17830 wine_fn_config_dll resutils enable_resutils implib
17831 wine_fn_config_dll riched20 enable_riched20 clean,implib
17832 wine_fn_config_test dlls/riched20/tests riched20_test
17833 wine_fn_config_dll riched32 enable_riched32
17834 wine_fn_config_test dlls/riched32/tests riched32_test
17835 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17836 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17837 wine_fn_config_dll rsabase enable_rsabase
17838 wine_fn_config_dll rsaenh enable_rsaenh implib
17839 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17840 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17841 wine_fn_config_dll rtutils enable_rtutils implib
17842 wine_fn_config_dll samlib enable_samlib
17843 wine_fn_config_dll sane.ds enable_sane_ds po
17844 wine_fn_config_dll scarddlg enable_scarddlg
17845 wine_fn_config_dll sccbase enable_sccbase
17846 wine_fn_config_dll schannel enable_schannel
17847 wine_fn_config_test dlls/schannel/tests schannel_test
17848 wine_fn_config_dll schedsvc enable_schedsvc clean
17849 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17850 wine_fn_config_dll scrrun enable_scrrun clean
17851 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17852 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17853 wine_fn_config_dll secur32 enable_secur32 implib
17854 wine_fn_config_test dlls/secur32/tests secur32_test
17855 wine_fn_config_dll security enable_security
17856 wine_fn_config_dll sensapi enable_sensapi implib
17857 wine_fn_config_dll serialui enable_serialui implib,po
17858 wine_fn_config_test dlls/serialui/tests serialui_test
17859 wine_fn_config_dll setupapi enable_setupapi implib,po
17860 wine_fn_config_test dlls/setupapi/tests setupapi_test
17861 wine_fn_config_dll setupx.dll16 enable_win16
17862 wine_fn_config_dll sfc enable_sfc implib
17863 wine_fn_config_dll sfc_os enable_sfc_os implib
17864 wine_fn_config_dll shdoclc enable_shdoclc po
17865 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17866 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17867 wine_fn_config_dll shell.dll16 enable_win16
17868 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17869 wine_fn_config_test dlls/shell32/tests shell32_test
17870 wine_fn_config_dll shfolder enable_shfolder implib
17871 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17872 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17873 wine_fn_config_dll slbcsp enable_slbcsp
17874 wine_fn_config_dll slc enable_slc implib
17875 wine_fn_config_test dlls/slc/tests slc_test
17876 wine_fn_config_dll snmpapi enable_snmpapi implib
17877 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17878 wine_fn_config_dll softpub enable_softpub
17879 wine_fn_config_dll sound.drv16 enable_win16
17880 wine_fn_config_dll spoolss enable_spoolss implib
17881 wine_fn_config_test dlls/spoolss/tests spoolss_test
17882 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17883 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17884 wine_fn_config_dll sti enable_sti clean,implib
17885 wine_fn_config_test dlls/sti/tests sti_test
17886 wine_fn_config_dll storage.dll16 enable_win16
17887 wine_fn_config_dll stress.dll16 enable_win16
17888 wine_fn_config_lib strmbase
17889 wine_fn_config_lib strmiids
17890 wine_fn_config_dll svrapi enable_svrapi
17891 wine_fn_config_dll sxs enable_sxs implib
17892 wine_fn_config_test dlls/sxs/tests sxs_test
17893 wine_fn_config_dll system.drv16 enable_win16
17894 wine_fn_config_dll t2embed enable_t2embed
17895 wine_fn_config_dll tapi32 enable_tapi32 implib
17896 wine_fn_config_dll taskschd enable_taskschd clean
17897 wine_fn_config_test dlls/taskschd/tests taskschd_test
17898 wine_fn_config_dll tdi.sys enable_tdi_sys
17899 wine_fn_config_dll toolhelp.dll16 enable_win16
17900 wine_fn_config_dll traffic enable_traffic
17901 wine_fn_config_dll twain.dll16 enable_win16
17902 wine_fn_config_dll twain_32 enable_twain_32
17903 wine_fn_config_test dlls/twain_32/tests twain_32_test
17904 wine_fn_config_dll typelib.dll16 enable_win16
17905 wine_fn_config_dll ucrtbase enable_ucrtbase
17906 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17907 wine_fn_config_dll unicows enable_unicows implib
17908 wine_fn_config_dll updspapi enable_updspapi
17909 wine_fn_config_dll url enable_url implib
17910 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17911 wine_fn_config_test dlls/urlmon/tests urlmon_test
17912 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17913 wine_fn_config_dll user.exe16 enable_win16
17914 wine_fn_config_dll user32 enable_user32 clean,implib,po
17915 wine_fn_config_test dlls/user32/tests user32_test
17916 wine_fn_config_dll userenv enable_userenv implib
17917 wine_fn_config_test dlls/userenv/tests userenv_test
17918 wine_fn_config_dll usp10 enable_usp10 implib
17919 wine_fn_config_test dlls/usp10/tests usp10_test
17920 wine_fn_config_lib uuid
17921 wine_fn_config_dll uxtheme enable_uxtheme implib
17922 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17923 wine_fn_config_dll vbscript enable_vbscript clean
17924 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17925 wine_fn_config_dll vcomp enable_vcomp
17926 wine_fn_config_test dlls/vcomp/tests vcomp_test
17927 wine_fn_config_dll vcomp100 enable_vcomp100
17928 wine_fn_config_dll vcomp110 enable_vcomp110
17929 wine_fn_config_dll vcomp120 enable_vcomp120
17930 wine_fn_config_dll vcomp90 enable_vcomp90
17931 wine_fn_config_dll vcruntime140 enable_vcruntime140
17932 wine_fn_config_dll vdhcp.vxd enable_win16
17933 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17934 wine_fn_config_dll ver.dll16 enable_win16
17935 wine_fn_config_dll version enable_version implib
17936 wine_fn_config_test dlls/version/tests version_test
17937 wine_fn_config_dll vmm.vxd enable_win16
17938 wine_fn_config_dll vnbt.vxd enable_win16
17939 wine_fn_config_dll vnetbios.vxd enable_win16
17940 wine_fn_config_dll vssapi enable_vssapi
17941 wine_fn_config_dll vtdapi.vxd enable_win16
17942 wine_fn_config_dll vwin32.vxd enable_win16
17943 wine_fn_config_dll w32skrnl enable_win16
17944 wine_fn_config_dll w32sys.dll16 enable_win16
17945 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17946 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17947 wine_fn_config_dll wbemprox enable_wbemprox clean
17948 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17949 wine_fn_config_dll webservices enable_webservices implib
17950 wine_fn_config_test dlls/webservices/tests webservices_test
17951 wine_fn_config_dll wer enable_wer implib
17952 wine_fn_config_test dlls/wer/tests wer_test
17953 wine_fn_config_dll wevtapi enable_wevtapi
17954 wine_fn_config_dll wiaservc enable_wiaservc clean
17955 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
17956 wine_fn_config_dll wimgapi enable_wimgapi
17957 wine_fn_config_dll win32s16.dll16 enable_win16
17958 wine_fn_config_dll win87em.dll16 enable_win16
17959 wine_fn_config_dll winaspi.dll16 enable_win16
17960 wine_fn_config_dll windebug.dll16 enable_win16
17961 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17962 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17963 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17964 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17965 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17966 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17967 wine_fn_config_lib winecrt0
17968 wine_fn_config_dll wined3d enable_wined3d implib
17969 wine_fn_config_dll winegstreamer enable_winegstreamer
17970 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17971 wine_fn_config_dll winemac.drv enable_winemac_drv po
17972 wine_fn_config_dll winemapi enable_winemapi
17973 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17974 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17975 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17976 wine_fn_config_dll wineps16.drv16 enable_win16
17977 wine_fn_config_dll winepulse.drv enable_winepulse_drv
17978 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17979 wine_fn_config_dll winex11.drv enable_winex11_drv
17980 wine_fn_config_dll wing.dll16 enable_win16
17981 wine_fn_config_dll wing32 enable_wing32
17982 wine_fn_config_dll winhttp enable_winhttp clean,implib
17983 wine_fn_config_test dlls/winhttp/tests winhttp_test
17984 wine_fn_config_dll wininet enable_wininet implib,po
17985 wine_fn_config_test dlls/wininet/tests wininet_test
17986 wine_fn_config_dll winmm enable_winmm implib,po
17987 wine_fn_config_test dlls/winmm/tests winmm_test
17988 wine_fn_config_dll winnls.dll16 enable_win16
17989 wine_fn_config_dll winnls32 enable_winnls32 implib
17990 wine_fn_config_dll winscard enable_winscard implib
17991 wine_fn_config_dll winsock.dll16 enable_win16
17992 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17993 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17994 wine_fn_config_dll winsta enable_winsta
17995 wine_fn_config_dll wintab.dll16 enable_win16
17996 wine_fn_config_dll wintab32 enable_wintab32 implib
17997 wine_fn_config_test dlls/wintab32/tests wintab32_test
17998 wine_fn_config_dll wintrust enable_wintrust implib
17999 wine_fn_config_test dlls/wintrust/tests wintrust_test
18000 wine_fn_config_dll wlanapi enable_wlanapi
18001 wine_fn_config_dll wldap32 enable_wldap32 implib,po
18002 wine_fn_config_test dlls/wldap32/tests wldap32_test
18003 wine_fn_config_dll wmi enable_wmi
18004 wine_fn_config_dll wmiutils enable_wmiutils clean
18005 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18006 wine_fn_config_dll wmp enable_wmp clean
18007 wine_fn_config_test dlls/wmp/tests wmp_test
18008 wine_fn_config_dll wmvcore enable_wmvcore
18009 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18010 wine_fn_config_dll wow32 enable_win16 implib
18011 wine_fn_config_dll wpcap enable_wpcap
18012 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18013 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18014 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18015 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18016 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18017 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18018 wine_fn_config_dll wsock32 enable_wsock32 implib
18019 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18020 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18021 wine_fn_config_dll wuapi enable_wuapi clean
18022 wine_fn_config_dll wuaueng enable_wuaueng
18023 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18024 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18025 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18026 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18027 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18028 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18029 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18030 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18031 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18032 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18033 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18034 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18035 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18036 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18037 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18038 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18039 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18040 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18041 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18042 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18043 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18044 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18045 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18046 wine_fn_config_dll xinput1_1 enable_xinput1_1
18047 wine_fn_config_dll xinput1_2 enable_xinput1_2
18048 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18049 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18050 wine_fn_config_dll xinput1_4 enable_xinput1_4
18051 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18052 wine_fn_config_dll xmllite enable_xmllite implib
18053 wine_fn_config_test dlls/xmllite/tests xmllite_test
18054 wine_fn_config_dll xolehlp enable_xolehlp
18055 wine_fn_config_dll xpsprint enable_xpsprint
18056 wine_fn_config_dll xpssvcs enable_xpssvcs
18057 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18058 wine_fn_config_makefile include enable_include clean,install-dev
18059 wine_fn_config_makefile libs/port enable_libs_port
18060 wine_fn_config_makefile libs/wine enable_libs_wine clean,implib,install-dev,install-lib
18061 wine_fn_config_makefile libs/wpp enable_libs_wpp
18062 wine_fn_config_makefile loader enable_loader clean,install-lib
18063 wine_fn_config_program arp enable_arp install
18064 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18065 wine_fn_config_program attrib enable_attrib install,po
18066 wine_fn_config_program cabarc enable_cabarc install
18067 wine_fn_config_program cacls enable_cacls install
18068 wine_fn_config_program clock enable_clock install,po
18069 wine_fn_config_program cmd enable_cmd install,po
18070 wine_fn_config_test programs/cmd/tests cmd.exe_test
18071 wine_fn_config_program conhost enable_conhost install
18072 wine_fn_config_program control enable_control install
18073 wine_fn_config_program cscript enable_cscript clean,install
18074 wine_fn_config_program dpnsvr enable_dpnsvr install
18075 wine_fn_config_program dxdiag enable_dxdiag install,po
18076 wine_fn_config_program eject enable_eject install
18077 wine_fn_config_program expand enable_expand install
18078 wine_fn_config_program explorer enable_explorer install,po
18079 wine_fn_config_program extrac32 enable_extrac32 install
18080 wine_fn_config_program findstr enable_findstr install
18081 wine_fn_config_program hh enable_hh install
18082 wine_fn_config_program hostname enable_hostname install,po
18083 wine_fn_config_program icinfo enable_icinfo install
18084 wine_fn_config_program iexplore enable_iexplore install
18085 wine_fn_config_program ipconfig enable_ipconfig install,po
18086 wine_fn_config_program lodctr enable_lodctr install
18087 wine_fn_config_program mofcomp enable_mofcomp install
18088 wine_fn_config_program mshta enable_mshta install
18089 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18090 wine_fn_config_program net enable_net install,po
18091 wine_fn_config_program netsh enable_netsh install
18092 wine_fn_config_program netstat enable_netstat install,po
18093 wine_fn_config_program ngen enable_ngen install
18094 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18095 wine_fn_config_program oleview enable_oleview install,po
18096 wine_fn_config_program ping enable_ping install
18097 wine_fn_config_program plugplay enable_plugplay install
18098 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18099 wine_fn_config_program progman enable_progman install,po
18100 wine_fn_config_program reg enable_reg install,po
18101 wine_fn_config_test programs/reg/tests reg.exe_test
18102 wine_fn_config_program regasm enable_regasm install
18103 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18104 wine_fn_config_test programs/regedit/tests regedit.exe_test
18105 wine_fn_config_program regsvcs enable_regsvcs install
18106 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18107 wine_fn_config_program rpcss enable_rpcss clean,install
18108 wine_fn_config_program rundll.exe16 enable_win16 install
18109 wine_fn_config_program rundll32 enable_rundll32 install
18110 wine_fn_config_program sc enable_sc install
18111 wine_fn_config_program schtasks enable_schtasks install
18112 wine_fn_config_program sdbinst enable_sdbinst install
18113 wine_fn_config_program secedit enable_secedit install
18114 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18115 wine_fn_config_program services enable_services clean,install
18116 wine_fn_config_test programs/services/tests services.exe_test
18117 wine_fn_config_program spoolsv enable_spoolsv install
18118 wine_fn_config_program start enable_start install,po
18119 wine_fn_config_program svchost enable_svchost install
18120 wine_fn_config_program systeminfo enable_systeminfo install
18121 wine_fn_config_program taskkill enable_taskkill install,po
18122 wine_fn_config_program tasklist enable_tasklist install
18123 wine_fn_config_program taskmgr enable_taskmgr install,po
18124 wine_fn_config_program termsv enable_termsv install
18125 wine_fn_config_program uninstaller enable_uninstaller install,po
18126 wine_fn_config_program unlodctr enable_unlodctr install
18127 wine_fn_config_program view enable_view install,po
18128 wine_fn_config_program wevtutil enable_wevtutil install
18129 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18130 wine_fn_config_program winebrowser enable_winebrowser install
18131 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18132 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18133 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18134 wine_fn_config_program winedevice enable_winedevice install
18135 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18136 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18137 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18138 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18139 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18140 wine_fn_config_program winetest enable_winetest clean
18141 wine_fn_config_program winevdm enable_win16 install
18142 wine_fn_config_program winhelp.exe16 enable_win16 install
18143 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18144 wine_fn_config_program winoldap.mod16 enable_win16 install
18145 wine_fn_config_program winver enable_winver install
18146 wine_fn_config_program wmic enable_wmic install,po
18147 wine_fn_config_program wmplayer enable_wmplayer install
18148 wine_fn_config_program wordpad enable_wordpad install,po
18149 wine_fn_config_program write enable_write install,po
18150 wine_fn_config_program wscript enable_wscript clean,install
18151 wine_fn_config_test programs/wscript/tests wscript.exe_test
18152 wine_fn_config_program wusa enable_wusa install
18153 wine_fn_config_program xcopy enable_xcopy install,po
18154 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18155 wine_fn_config_makefile server enable_server clean,install-lib
18156 wine_fn_config_tool tools clean
18157 wine_fn_config_tool tools/sfnt2fon clean
18158 wine_fn_config_tool tools/widl clean,install-dev
18159 wine_fn_config_tool tools/winebuild clean,install-dev
18160 wine_fn_config_tool tools/winedump clean,install-dev
18161 wine_fn_config_tool tools/winegcc clean,install-dev
18162 wine_fn_config_tool tools/winemaker clean,install-dev
18163 wine_fn_config_tool tools/wmc clean,install-dev
18164 wine_fn_config_tool tools/wrc clean,install-dev
18166 LINGUAS="\
18167 ar \
18168 bg \
18169 ca \
18170 cs \
18171 da \
18172 de \
18173 el \
18174 en \
18175 en_US \
18176 eo \
18177 es \
18178 fa \
18179 fi \
18180 fr \
18181 he \
18182 hi \
18183 hr \
18184 hu \
18185 it \
18186 ja \
18187 ko \
18188 lt \
18189 ml \
18190 nb_NO \
18191 nl \
18192 or \
18193 pa \
18194 pl \
18195 pt_BR \
18196 pt_PT \
18197 rm \
18198 ro \
18199 ru \
18200 sk \
18201 sl \
18202 sr_RS@cyrillic \
18203 sr_RS@latin \
18204 sv \
18205 te \
18206 th \
18207 tr \
18208 uk \
18209 wa \
18210 zh_CN \
18211 zh_TW"
18216 wine_fn_ignore_file ".gitignore"
18217 wine_fn_ignore_file "Makefile"
18218 wine_fn_ignore_file "TAGS"
18219 wine_fn_ignore_file "tags"
18220 wine_fn_ignore_file "autom4te.cache"
18221 wine_fn_ignore_file "config.cache"
18222 wine_fn_ignore_file "config.log"
18223 wine_fn_ignore_file "config.status"
18224 wine_fn_ignore_file "configure.lineno"
18225 wine_fn_ignore_file "include/config.h"
18226 wine_fn_ignore_file "include/stamp-h"
18227 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18229 if test "x$enable_tools" != xno
18230 then
18231 wine_fn_ignore_file "tools/makedep$ac_exeext"
18232 ac_config_commands="$ac_config_commands tools/makedep"
18236 ac_config_commands="$ac_config_commands Makefile"
18239 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18243 if test "x$enable_maintainer_mode" = xyes
18244 then
18245 wine_fn_append_rule "configure: configure.ac aclocal.m4
18246 autoconf --warnings=all
18247 include/config.h.in: include/stamp-h.in
18248 include/stamp-h.in: configure.ac aclocal.m4
18249 autoheader --warnings=all
18250 @echo timestamp > \$@"
18253 if test "x$with_gettextpo" = xyes
18254 then
18255 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18256 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18257 \$(LINGUAS:%=po/%.po): po/wine.pot
18258 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18259 po/wine.pot: \$(ALL_POT_FILES)
18260 msgcat -o \$@ \$(ALL_POT_FILES)"
18263 if test "$MSGFMT" != false
18264 then
18265 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18266 clean::
18267 \$(RM) \$(LINGUAS:%=po/%.mo)"
18269 posrc="po"
18270 test "$srcdir" = . || posrc="$srcdir/po"
18271 for i in $LINGUAS
18273 wine_fn_ignore_file "po/$i.mo"
18274 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18275 \$(MSGFMT) -o \$@ $posrc/$i.po"
18276 done
18277 else
18278 LINGUAS=
18281 if test "x$enable_tools" != xno
18282 then
18283 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18284 @./config.status tools/makedep
18285 Makefile: tools/makedep$ac_exeext
18286 distclean:: clean
18287 \$(RM) tools/makedep$ac_exeext"
18288 else
18289 wine_fn_append_rule "\$(MAKEDEP):
18290 @echo \"You need to run make in $TOOLSDIR first\" && false"
18293 if test -n "$with_wine64"
18294 then
18295 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18296 fonts server tools:
18297 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18298 $with_wine64/loader/wine:
18299 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18300 $with_wine64/loader/wine-preloader:
18301 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18302 clean::
18303 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18304 else
18305 WINELOADER_INSTALL="wine.inf"
18307 wine_fn_append_rule "install install-lib::
18308 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18309 uninstall::
18310 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18311 case $host_os in
18312 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
18313 *) wine_fn_append_rule "install install-lib::
18314 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18315 uninstall::
18316 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18317 esac
18320 if test "$srcdir" = .
18321 then
18322 ac_config_commands="$ac_config_commands .gitignore"
18326 $as_echo " done" >&6
18327 cat >confcache <<\_ACEOF
18328 # This file is a shell script that caches the results of configure
18329 # tests run on this system so they can be shared between configure
18330 # scripts and configure runs, see configure's option --config-cache.
18331 # It is not useful on other systems. If it contains results you don't
18332 # want to keep, you may remove or edit it.
18334 # config.status only pays attention to the cache file if you give it
18335 # the --recheck option to rerun configure.
18337 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18338 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18339 # following values.
18341 _ACEOF
18343 # The following way of writing the cache mishandles newlines in values,
18344 # but we know of no workaround that is simple, portable, and efficient.
18345 # So, we kill variables containing newlines.
18346 # Ultrix sh set writes to stderr and can't be redirected directly,
18347 # and sets the high bit in the cache file unless we assign to the vars.
18349 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18350 eval ac_val=\$$ac_var
18351 case $ac_val in #(
18352 *${as_nl}*)
18353 case $ac_var in #(
18354 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18355 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18356 esac
18357 case $ac_var in #(
18358 _ | IFS | as_nl) ;; #(
18359 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18360 *) { eval $ac_var=; unset $ac_var;} ;;
18361 esac ;;
18362 esac
18363 done
18365 (set) 2>&1 |
18366 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18367 *${as_nl}ac_space=\ *)
18368 # `set' does not quote correctly, so add quotes: double-quote
18369 # substitution turns \\\\ into \\, and sed turns \\ into \.
18370 sed -n \
18371 "s/'/'\\\\''/g;
18372 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18373 ;; #(
18375 # `set' quotes correctly as required by POSIX, so do not add quotes.
18376 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18378 esac |
18379 sort
18381 sed '
18382 /^ac_cv_env_/b end
18383 t clear
18384 :clear
18385 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18386 t end
18387 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18388 :end' >>confcache
18389 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18390 if test -w "$cache_file"; then
18391 if test "x$cache_file" != "x/dev/null"; then
18392 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18393 $as_echo "$as_me: updating cache $cache_file" >&6;}
18394 if test ! -f "$cache_file" || test -h "$cache_file"; then
18395 cat confcache >"$cache_file"
18396 else
18397 case $cache_file in #(
18398 */* | ?:*)
18399 mv -f confcache "$cache_file"$$ &&
18400 mv -f "$cache_file"$$ "$cache_file" ;; #(
18402 mv -f confcache "$cache_file" ;;
18403 esac
18406 else
18407 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18408 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18411 rm -f confcache
18413 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18414 # Let make expand exec_prefix.
18415 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18417 DEFS=-DHAVE_CONFIG_H
18419 ac_libobjs=
18420 ac_ltlibobjs=
18422 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18423 # 1. Remove the extension, and $U if already installed.
18424 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18425 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18426 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18427 # will be set to the directory where LIBOBJS objects are built.
18428 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18429 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18430 done
18431 LIBOBJS=$ac_libobjs
18433 LTLIBOBJS=$ac_ltlibobjs
18437 : "${CONFIG_STATUS=./config.status}"
18438 ac_write_fail=0
18439 ac_clean_files_save=$ac_clean_files
18440 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18441 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18442 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18443 as_write_fail=0
18444 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18445 #! $SHELL
18446 # Generated by $as_me.
18447 # Run this file to recreate the current configuration.
18448 # Compiler output produced by configure, useful for debugging
18449 # configure, is in config.log if it exists.
18451 debug=false
18452 ac_cs_recheck=false
18453 ac_cs_silent=false
18455 SHELL=\${CONFIG_SHELL-$SHELL}
18456 export SHELL
18457 _ASEOF
18458 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18459 ## -------------------- ##
18460 ## M4sh Initialization. ##
18461 ## -------------------- ##
18463 # Be more Bourne compatible
18464 DUALCASE=1; export DUALCASE # for MKS sh
18465 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18466 emulate sh
18467 NULLCMD=:
18468 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18469 # is contrary to our usage. Disable this feature.
18470 alias -g '${1+"$@"}'='"$@"'
18471 setopt NO_GLOB_SUBST
18472 else
18473 case `(set -o) 2>/dev/null` in #(
18474 *posix*) :
18475 set -o posix ;; #(
18476 *) :
18478 esac
18482 as_nl='
18484 export as_nl
18485 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18486 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18487 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18488 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18489 # Prefer a ksh shell builtin over an external printf program on Solaris,
18490 # but without wasting forks for bash or zsh.
18491 if test -z "$BASH_VERSION$ZSH_VERSION" \
18492 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18493 as_echo='print -r --'
18494 as_echo_n='print -rn --'
18495 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18496 as_echo='printf %s\n'
18497 as_echo_n='printf %s'
18498 else
18499 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18500 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18501 as_echo_n='/usr/ucb/echo -n'
18502 else
18503 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18504 as_echo_n_body='eval
18505 arg=$1;
18506 case $arg in #(
18507 *"$as_nl"*)
18508 expr "X$arg" : "X\\(.*\\)$as_nl";
18509 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18510 esac;
18511 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18513 export as_echo_n_body
18514 as_echo_n='sh -c $as_echo_n_body as_echo'
18516 export as_echo_body
18517 as_echo='sh -c $as_echo_body as_echo'
18520 # The user is always right.
18521 if test "${PATH_SEPARATOR+set}" != set; then
18522 PATH_SEPARATOR=:
18523 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18524 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18525 PATH_SEPARATOR=';'
18530 # IFS
18531 # We need space, tab and new line, in precisely that order. Quoting is
18532 # there to prevent editors from complaining about space-tab.
18533 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18534 # splitting by setting IFS to empty value.)
18535 IFS=" "" $as_nl"
18537 # Find who we are. Look in the path if we contain no directory separator.
18538 as_myself=
18539 case $0 in #((
18540 *[\\/]* ) as_myself=$0 ;;
18541 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18542 for as_dir in $PATH
18544 IFS=$as_save_IFS
18545 test -z "$as_dir" && as_dir=.
18546 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18547 done
18548 IFS=$as_save_IFS
18551 esac
18552 # We did not find ourselves, most probably we were run as `sh COMMAND'
18553 # in which case we are not to be found in the path.
18554 if test "x$as_myself" = x; then
18555 as_myself=$0
18557 if test ! -f "$as_myself"; then
18558 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18559 exit 1
18562 # Unset variables that we do not need and which cause bugs (e.g. in
18563 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18564 # suppresses any "Segmentation fault" message there. '((' could
18565 # trigger a bug in pdksh 5.2.14.
18566 for as_var in BASH_ENV ENV MAIL MAILPATH
18567 do eval test x\${$as_var+set} = xset \
18568 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18569 done
18570 PS1='$ '
18571 PS2='> '
18572 PS4='+ '
18574 # NLS nuisances.
18575 LC_ALL=C
18576 export LC_ALL
18577 LANGUAGE=C
18578 export LANGUAGE
18580 # CDPATH.
18581 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18584 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18585 # ----------------------------------------
18586 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18587 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18588 # script with STATUS, using 1 if that was 0.
18589 as_fn_error ()
18591 as_status=$1; test $as_status -eq 0 && as_status=1
18592 if test "$4"; then
18593 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18594 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18596 $as_echo "$as_me: error: $2" >&2
18597 as_fn_exit $as_status
18598 } # as_fn_error
18601 # as_fn_set_status STATUS
18602 # -----------------------
18603 # Set $? to STATUS, without forking.
18604 as_fn_set_status ()
18606 return $1
18607 } # as_fn_set_status
18609 # as_fn_exit STATUS
18610 # -----------------
18611 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18612 as_fn_exit ()
18614 set +e
18615 as_fn_set_status $1
18616 exit $1
18617 } # as_fn_exit
18619 # as_fn_unset VAR
18620 # ---------------
18621 # Portably unset VAR.
18622 as_fn_unset ()
18624 { eval $1=; unset $1;}
18626 as_unset=as_fn_unset
18627 # as_fn_append VAR VALUE
18628 # ----------------------
18629 # Append the text in VALUE to the end of the definition contained in VAR. Take
18630 # advantage of any shell optimizations that allow amortized linear growth over
18631 # repeated appends, instead of the typical quadratic growth present in naive
18632 # implementations.
18633 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18634 eval 'as_fn_append ()
18636 eval $1+=\$2
18638 else
18639 as_fn_append ()
18641 eval $1=\$$1\$2
18643 fi # as_fn_append
18645 # as_fn_arith ARG...
18646 # ------------------
18647 # Perform arithmetic evaluation on the ARGs, and store the result in the
18648 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18649 # must be portable across $(()) and expr.
18650 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18651 eval 'as_fn_arith ()
18653 as_val=$(( $* ))
18655 else
18656 as_fn_arith ()
18658 as_val=`expr "$@" || test $? -eq 1`
18660 fi # as_fn_arith
18663 if expr a : '\(a\)' >/dev/null 2>&1 &&
18664 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18665 as_expr=expr
18666 else
18667 as_expr=false
18670 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18671 as_basename=basename
18672 else
18673 as_basename=false
18676 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18677 as_dirname=dirname
18678 else
18679 as_dirname=false
18682 as_me=`$as_basename -- "$0" ||
18683 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18684 X"$0" : 'X\(//\)$' \| \
18685 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18686 $as_echo X/"$0" |
18687 sed '/^.*\/\([^/][^/]*\)\/*$/{
18688 s//\1/
18691 /^X\/\(\/\/\)$/{
18692 s//\1/
18695 /^X\/\(\/\).*/{
18696 s//\1/
18699 s/.*/./; q'`
18701 # Avoid depending upon Character Ranges.
18702 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18703 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18704 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18705 as_cr_digits='0123456789'
18706 as_cr_alnum=$as_cr_Letters$as_cr_digits
18708 ECHO_C= ECHO_N= ECHO_T=
18709 case `echo -n x` in #(((((
18710 -n*)
18711 case `echo 'xy\c'` in
18712 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18713 xy) ECHO_C='\c';;
18714 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18715 ECHO_T=' ';;
18716 esac;;
18718 ECHO_N='-n';;
18719 esac
18721 rm -f conf$$ conf$$.exe conf$$.file
18722 if test -d conf$$.dir; then
18723 rm -f conf$$.dir/conf$$.file
18724 else
18725 rm -f conf$$.dir
18726 mkdir conf$$.dir 2>/dev/null
18728 if (echo >conf$$.file) 2>/dev/null; then
18729 if ln -s conf$$.file conf$$ 2>/dev/null; then
18730 as_ln_s='ln -s'
18731 # ... but there are two gotchas:
18732 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18733 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18734 # In both cases, we have to default to `cp -pR'.
18735 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18736 as_ln_s='cp -pR'
18737 elif ln conf$$.file conf$$ 2>/dev/null; then
18738 as_ln_s=ln
18739 else
18740 as_ln_s='cp -pR'
18742 else
18743 as_ln_s='cp -pR'
18745 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18746 rmdir conf$$.dir 2>/dev/null
18749 # as_fn_mkdir_p
18750 # -------------
18751 # Create "$as_dir" as a directory, including parents if necessary.
18752 as_fn_mkdir_p ()
18755 case $as_dir in #(
18756 -*) as_dir=./$as_dir;;
18757 esac
18758 test -d "$as_dir" || eval $as_mkdir_p || {
18759 as_dirs=
18760 while :; do
18761 case $as_dir in #(
18762 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18763 *) as_qdir=$as_dir;;
18764 esac
18765 as_dirs="'$as_qdir' $as_dirs"
18766 as_dir=`$as_dirname -- "$as_dir" ||
18767 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18768 X"$as_dir" : 'X\(//\)[^/]' \| \
18769 X"$as_dir" : 'X\(//\)$' \| \
18770 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18771 $as_echo X"$as_dir" |
18772 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18773 s//\1/
18776 /^X\(\/\/\)[^/].*/{
18777 s//\1/
18780 /^X\(\/\/\)$/{
18781 s//\1/
18784 /^X\(\/\).*/{
18785 s//\1/
18788 s/.*/./; q'`
18789 test -d "$as_dir" && break
18790 done
18791 test -z "$as_dirs" || eval "mkdir $as_dirs"
18792 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18795 } # as_fn_mkdir_p
18796 if mkdir -p . 2>/dev/null; then
18797 as_mkdir_p='mkdir -p "$as_dir"'
18798 else
18799 test -d ./-p && rmdir ./-p
18800 as_mkdir_p=false
18804 # as_fn_executable_p FILE
18805 # -----------------------
18806 # Test if FILE is an executable regular file.
18807 as_fn_executable_p ()
18809 test -f "$1" && test -x "$1"
18810 } # as_fn_executable_p
18811 as_test_x='test -x'
18812 as_executable_p=as_fn_executable_p
18814 # Sed expression to map a string onto a valid CPP name.
18815 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18817 # Sed expression to map a string onto a valid variable name.
18818 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18821 exec 6>&1
18822 ## ----------------------------------- ##
18823 ## Main body of $CONFIG_STATUS script. ##
18824 ## ----------------------------------- ##
18825 _ASEOF
18826 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18828 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18829 # Save the log message, to keep $0 and so on meaningful, and to
18830 # report actual input values of CONFIG_FILES etc. instead of their
18831 # values after options handling.
18832 ac_log="
18833 This file was extended by Wine $as_me 1.9.1, which was
18834 generated by GNU Autoconf 2.69. Invocation command line was
18836 CONFIG_FILES = $CONFIG_FILES
18837 CONFIG_HEADERS = $CONFIG_HEADERS
18838 CONFIG_LINKS = $CONFIG_LINKS
18839 CONFIG_COMMANDS = $CONFIG_COMMANDS
18840 $ $0 $@
18842 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18845 _ACEOF
18847 case $ac_config_files in *"
18848 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18849 esac
18851 case $ac_config_headers in *"
18852 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18853 esac
18856 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18857 # Files that config.status was made for.
18858 config_files="$ac_config_files"
18859 config_headers="$ac_config_headers"
18860 config_links="$ac_config_links"
18861 config_commands="$ac_config_commands"
18863 _ACEOF
18865 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18866 ac_cs_usage="\
18867 \`$as_me' instantiates files and other configuration actions
18868 from templates according to the current configuration. Unless the files
18869 and actions are specified as TAGs, all are instantiated by default.
18871 Usage: $0 [OPTION]... [TAG]...
18873 -h, --help print this help, then exit
18874 -V, --version print version number and configuration settings, then exit
18875 --config print configuration, then exit
18876 -q, --quiet, --silent
18877 do not print progress messages
18878 -d, --debug don't remove temporary files
18879 --recheck update $as_me by reconfiguring in the same conditions
18880 --file=FILE[:TEMPLATE]
18881 instantiate the configuration file FILE
18882 --header=FILE[:TEMPLATE]
18883 instantiate the configuration header FILE
18885 Configuration files:
18886 $config_files
18888 Configuration headers:
18889 $config_headers
18891 Configuration links:
18892 $config_links
18894 Configuration commands:
18895 $config_commands
18897 Report bugs to <wine-devel@winehq.org>.
18898 Wine home page: <http://www.winehq.org>."
18900 _ACEOF
18901 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18902 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18903 ac_cs_version="\\
18904 Wine config.status 1.9.1
18905 configured by $0, generated by GNU Autoconf 2.69,
18906 with options \\"\$ac_cs_config\\"
18908 Copyright (C) 2012 Free Software Foundation, Inc.
18909 This config.status script is free software; the Free Software Foundation
18910 gives unlimited permission to copy, distribute and modify it."
18912 ac_pwd='$ac_pwd'
18913 srcdir='$srcdir'
18914 test -n "\$AWK" || AWK=awk
18915 _ACEOF
18917 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18918 # The default lists apply if the user does not specify any file.
18919 ac_need_defaults=:
18920 while test $# != 0
18922 case $1 in
18923 --*=?*)
18924 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18925 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18926 ac_shift=:
18928 --*=)
18929 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18930 ac_optarg=
18931 ac_shift=:
18934 ac_option=$1
18935 ac_optarg=$2
18936 ac_shift=shift
18938 esac
18940 case $ac_option in
18941 # Handling of the options.
18942 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18943 ac_cs_recheck=: ;;
18944 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18945 $as_echo "$ac_cs_version"; exit ;;
18946 --config | --confi | --conf | --con | --co | --c )
18947 $as_echo "$ac_cs_config"; exit ;;
18948 --debug | --debu | --deb | --de | --d | -d )
18949 debug=: ;;
18950 --file | --fil | --fi | --f )
18951 $ac_shift
18952 case $ac_optarg in
18953 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18954 '') as_fn_error $? "missing file argument" ;;
18955 esac
18956 as_fn_append CONFIG_FILES " '$ac_optarg'"
18957 ac_need_defaults=false;;
18958 --header | --heade | --head | --hea )
18959 $ac_shift
18960 case $ac_optarg in
18961 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18962 esac
18963 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18964 ac_need_defaults=false;;
18965 --he | --h)
18966 # Conflict between --help and --header
18967 as_fn_error $? "ambiguous option: \`$1'
18968 Try \`$0 --help' for more information.";;
18969 --help | --hel | -h )
18970 $as_echo "$ac_cs_usage"; exit ;;
18971 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18972 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18973 ac_cs_silent=: ;;
18975 # This is an error.
18976 -*) as_fn_error $? "unrecognized option: \`$1'
18977 Try \`$0 --help' for more information." ;;
18979 *) as_fn_append ac_config_targets " $1"
18980 ac_need_defaults=false ;;
18982 esac
18983 shift
18984 done
18986 ac_configure_extra_args=
18988 if $ac_cs_silent; then
18989 exec 6>/dev/null
18990 ac_configure_extra_args="$ac_configure_extra_args --silent"
18993 _ACEOF
18994 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18995 if \$ac_cs_recheck; then
18996 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18997 shift
18998 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18999 CONFIG_SHELL='$SHELL'
19000 export CONFIG_SHELL
19001 exec "\$@"
19004 _ACEOF
19005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19006 exec 5>>config.log
19008 echo
19009 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19010 ## Running $as_me. ##
19011 _ASBOX
19012 $as_echo "$ac_log"
19013 } >&5
19015 _ACEOF
19016 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19018 # INIT-COMMANDS
19020 wine_fn_output_makedep ()
19022 as_dir=tools; as_fn_mkdir_p
19023 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19025 wine_fn_output_makefile ()
19027 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19028 `cat $wine_rules_file`
19029 _WINE_EOF
19030 as_fn_error $? "could not create Makefile" "$LINENO" 5
19032 wine_fn_output_gitignore ()
19034 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19035 $GITIGNORE
19036 _WINE_EOF
19037 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19040 _ACEOF
19042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19044 # Handling of arguments.
19045 for ac_config_target in $ac_config_targets
19047 case $ac_config_target in
19048 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19049 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19050 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19051 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19052 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19053 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19054 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19055 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19056 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19057 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19058 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19059 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19060 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19061 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19062 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19064 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19065 esac
19066 done
19069 # If the user did not use the arguments to specify the items to instantiate,
19070 # then the envvar interface is used. Set only those that are not.
19071 # We use the long form for the default assignment because of an extremely
19072 # bizarre bug on SunOS 4.1.3.
19073 if $ac_need_defaults; then
19074 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19075 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19076 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19077 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19080 # Have a temporary directory for convenience. Make it in the build tree
19081 # simply because there is no reason against having it here, and in addition,
19082 # creating and moving files from /tmp can sometimes cause problems.
19083 # Hook for its removal unless debugging.
19084 # Note that there is a small window in which the directory will not be cleaned:
19085 # after its creation but before its name has been assigned to `$tmp'.
19086 $debug ||
19088 tmp= ac_tmp=
19089 trap 'exit_status=$?
19090 : "${ac_tmp:=$tmp}"
19091 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19093 trap 'as_fn_exit 1' 1 2 13 15
19095 # Create a (secure) tmp directory for tmp files.
19098 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19099 test -d "$tmp"
19100 } ||
19102 tmp=./conf$$-$RANDOM
19103 (umask 077 && mkdir "$tmp")
19104 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19105 ac_tmp=$tmp
19107 # Set up the scripts for CONFIG_FILES section.
19108 # No need to generate them if there are no CONFIG_FILES.
19109 # This happens for instance with `./config.status config.h'.
19110 if test -n "$CONFIG_FILES"; then
19113 ac_cr=`echo X | tr X '\015'`
19114 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19115 # But we know of no other shell where ac_cr would be empty at this
19116 # point, so we can use a bashism as a fallback.
19117 if test "x$ac_cr" = x; then
19118 eval ac_cr=\$\'\\r\'
19120 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19121 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19122 ac_cs_awk_cr='\\r'
19123 else
19124 ac_cs_awk_cr=$ac_cr
19127 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19128 _ACEOF
19132 echo "cat >conf$$subs.awk <<_ACEOF" &&
19133 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19134 echo "_ACEOF"
19135 } >conf$$subs.sh ||
19136 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19137 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19138 ac_delim='%!_!# '
19139 for ac_last_try in false false false false false :; do
19140 . ./conf$$subs.sh ||
19141 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19143 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19144 if test $ac_delim_n = $ac_delim_num; then
19145 break
19146 elif $ac_last_try; then
19147 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19148 else
19149 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19151 done
19152 rm -f conf$$subs.sh
19154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19155 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19156 _ACEOF
19157 sed -n '
19159 s/^/S["/; s/!.*/"]=/
19162 s/^[^!]*!//
19163 :repl
19164 t repl
19165 s/'"$ac_delim"'$//
19166 t delim
19169 s/\(.\{148\}\)..*/\1/
19170 t more1
19171 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19174 b repl
19175 :more1
19176 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19179 s/.\{148\}//
19180 t nl
19181 :delim
19183 s/\(.\{148\}\)..*/\1/
19184 t more2
19185 s/["\\]/\\&/g; s/^/"/; s/$/"/
19188 :more2
19189 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19192 s/.\{148\}//
19193 t delim
19194 ' <conf$$subs.awk | sed '
19195 /^[^""]/{
19197 s/\n//
19199 ' >>$CONFIG_STATUS || ac_write_fail=1
19200 rm -f conf$$subs.awk
19201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19202 _ACAWK
19203 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19204 for (key in S) S_is_set[key] = 1
19205 FS = "\a"
19209 line = $ 0
19210 nfields = split(line, field, "@")
19211 substed = 0
19212 len = length(field[1])
19213 for (i = 2; i < nfields; i++) {
19214 key = field[i]
19215 keylen = length(key)
19216 if (S_is_set[key]) {
19217 value = S[key]
19218 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19219 len += length(value) + length(field[++i])
19220 substed = 1
19221 } else
19222 len += 1 + keylen
19225 print line
19228 _ACAWK
19229 _ACEOF
19230 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19231 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19232 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19233 else
19235 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19236 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19237 _ACEOF
19239 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19240 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19241 # trailing colons and then remove the whole line if VPATH becomes empty
19242 # (actually we leave an empty line to preserve line numbers).
19243 if test "x$srcdir" = x.; then
19244 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19246 s///
19247 s/^/:/
19248 s/[ ]*$/:/
19249 s/:\$(srcdir):/:/g
19250 s/:\${srcdir}:/:/g
19251 s/:@srcdir@:/:/g
19252 s/^:*//
19253 s/:*$//
19255 s/\(=[ ]*\).*/\1/
19257 s/\n//
19258 s/^[^=]*=[ ]*$//
19262 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19263 fi # test -n "$CONFIG_FILES"
19265 # Set up the scripts for CONFIG_HEADERS section.
19266 # No need to generate them if there are no CONFIG_HEADERS.
19267 # This happens for instance with `./config.status Makefile'.
19268 if test -n "$CONFIG_HEADERS"; then
19269 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19270 BEGIN {
19271 _ACEOF
19273 # Transform confdefs.h into an awk script `defines.awk', embedded as
19274 # here-document in config.status, that substitutes the proper values into
19275 # config.h.in to produce config.h.
19277 # Create a delimiter string that does not exist in confdefs.h, to ease
19278 # handling of long lines.
19279 ac_delim='%!_!# '
19280 for ac_last_try in false false :; do
19281 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19282 if test -z "$ac_tt"; then
19283 break
19284 elif $ac_last_try; then
19285 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19286 else
19287 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19289 done
19291 # For the awk script, D is an array of macro values keyed by name,
19292 # likewise P contains macro parameters if any. Preserve backslash
19293 # newline sequences.
19295 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19296 sed -n '
19297 s/.\{148\}/&'"$ac_delim"'/g
19298 t rset
19299 :rset
19300 s/^[ ]*#[ ]*define[ ][ ]*/ /
19301 t def
19303 :def
19304 s/\\$//
19305 t bsnl
19306 s/["\\]/\\&/g
19307 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19308 D["\1"]=" \3"/p
19309 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19311 :bsnl
19312 s/["\\]/\\&/g
19313 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19314 D["\1"]=" \3\\\\\\n"\\/p
19315 t cont
19316 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19317 t cont
19319 :cont
19321 s/.\{148\}/&'"$ac_delim"'/g
19322 t clear
19323 :clear
19324 s/\\$//
19325 t bsnlc
19326 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19328 :bsnlc
19329 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19330 b cont
19331 ' <confdefs.h | sed '
19332 s/'"$ac_delim"'/"\\\
19333 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19335 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19336 for (key in D) D_is_set[key] = 1
19337 FS = "\a"
19339 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19340 line = \$ 0
19341 split(line, arg, " ")
19342 if (arg[1] == "#") {
19343 defundef = arg[2]
19344 mac1 = arg[3]
19345 } else {
19346 defundef = substr(arg[1], 2)
19347 mac1 = arg[2]
19349 split(mac1, mac2, "(") #)
19350 macro = mac2[1]
19351 prefix = substr(line, 1, index(line, defundef) - 1)
19352 if (D_is_set[macro]) {
19353 # Preserve the white space surrounding the "#".
19354 print prefix "define", macro P[macro] D[macro]
19355 next
19356 } else {
19357 # Replace #undef with comments. This is necessary, for example,
19358 # in the case of _POSIX_SOURCE, which is predefined and required
19359 # on some systems where configure will not decide to define it.
19360 if (defundef == "undef") {
19361 print "/*", prefix defundef, macro, "*/"
19362 next
19366 { print }
19367 _ACAWK
19368 _ACEOF
19369 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19370 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19371 fi # test -n "$CONFIG_HEADERS"
19374 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19375 shift
19376 for ac_tag
19378 case $ac_tag in
19379 :[FHLC]) ac_mode=$ac_tag; continue;;
19380 esac
19381 case $ac_mode$ac_tag in
19382 :[FHL]*:*);;
19383 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19384 :[FH]-) ac_tag=-:-;;
19385 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19386 esac
19387 ac_save_IFS=$IFS
19388 IFS=:
19389 set x $ac_tag
19390 IFS=$ac_save_IFS
19391 shift
19392 ac_file=$1
19393 shift
19395 case $ac_mode in
19396 :L) ac_source=$1;;
19397 :[FH])
19398 ac_file_inputs=
19399 for ac_f
19401 case $ac_f in
19402 -) ac_f="$ac_tmp/stdin";;
19403 *) # Look for the file first in the build tree, then in the source tree
19404 # (if the path is not absolute). The absolute path cannot be DOS-style,
19405 # because $ac_f cannot contain `:'.
19406 test -f "$ac_f" ||
19407 case $ac_f in
19408 [\\/$]*) false;;
19409 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19410 esac ||
19411 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19412 esac
19413 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19414 as_fn_append ac_file_inputs " '$ac_f'"
19415 done
19417 # Let's still pretend it is `configure' which instantiates (i.e., don't
19418 # use $as_me), people would be surprised to read:
19419 # /* config.h. Generated by config.status. */
19420 configure_input='Generated from '`
19421 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19422 `' by configure.'
19423 if test x"$ac_file" != x-; then
19424 configure_input="$ac_file. $configure_input"
19425 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19426 $as_echo "$as_me: creating $ac_file" >&6;}
19428 # Neutralize special characters interpreted by sed in replacement strings.
19429 case $configure_input in #(
19430 *\&* | *\|* | *\\* )
19431 ac_sed_conf_input=`$as_echo "$configure_input" |
19432 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19433 *) ac_sed_conf_input=$configure_input;;
19434 esac
19436 case $ac_tag in
19437 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19438 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19439 esac
19441 esac
19443 ac_dir=`$as_dirname -- "$ac_file" ||
19444 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19445 X"$ac_file" : 'X\(//\)[^/]' \| \
19446 X"$ac_file" : 'X\(//\)$' \| \
19447 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19448 $as_echo X"$ac_file" |
19449 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19450 s//\1/
19453 /^X\(\/\/\)[^/].*/{
19454 s//\1/
19457 /^X\(\/\/\)$/{
19458 s//\1/
19461 /^X\(\/\).*/{
19462 s//\1/
19465 s/.*/./; q'`
19466 as_dir="$ac_dir"; as_fn_mkdir_p
19467 ac_builddir=.
19469 case "$ac_dir" in
19470 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19472 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19473 # A ".." for each directory in $ac_dir_suffix.
19474 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19475 case $ac_top_builddir_sub in
19476 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19477 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19478 esac ;;
19479 esac
19480 ac_abs_top_builddir=$ac_pwd
19481 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19482 # for backward compatibility:
19483 ac_top_builddir=$ac_top_build_prefix
19485 case $srcdir in
19486 .) # We are building in place.
19487 ac_srcdir=.
19488 ac_top_srcdir=$ac_top_builddir_sub
19489 ac_abs_top_srcdir=$ac_pwd ;;
19490 [\\/]* | ?:[\\/]* ) # Absolute name.
19491 ac_srcdir=$srcdir$ac_dir_suffix;
19492 ac_top_srcdir=$srcdir
19493 ac_abs_top_srcdir=$srcdir ;;
19494 *) # Relative name.
19495 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19496 ac_top_srcdir=$ac_top_build_prefix$srcdir
19497 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19498 esac
19499 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19502 case $ac_mode in
19505 # CONFIG_FILE
19508 _ACEOF
19510 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19511 # If the template does not know about datarootdir, expand it.
19512 # FIXME: This hack should be removed a few years after 2.60.
19513 ac_datarootdir_hack=; ac_datarootdir_seen=
19514 ac_sed_dataroot='
19515 /datarootdir/ {
19519 /@datadir@/p
19520 /@docdir@/p
19521 /@infodir@/p
19522 /@localedir@/p
19523 /@mandir@/p'
19524 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19525 *datarootdir*) ac_datarootdir_seen=yes;;
19526 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19528 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19529 _ACEOF
19530 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19531 ac_datarootdir_hack='
19532 s&@datadir@&$datadir&g
19533 s&@docdir@&$docdir&g
19534 s&@infodir@&$infodir&g
19535 s&@localedir@&$localedir&g
19536 s&@mandir@&$mandir&g
19537 s&\\\${datarootdir}&$datarootdir&g' ;;
19538 esac
19539 _ACEOF
19541 # Neutralize VPATH when `$srcdir' = `.'.
19542 # Shell code in configure.ac might set extrasub.
19543 # FIXME: do we really want to maintain this feature?
19544 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19545 ac_sed_extra="$ac_vpsub
19546 $extrasub
19547 _ACEOF
19548 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19550 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19551 s|@configure_input@|$ac_sed_conf_input|;t t
19552 s&@top_builddir@&$ac_top_builddir_sub&;t t
19553 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19554 s&@srcdir@&$ac_srcdir&;t t
19555 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19556 s&@top_srcdir@&$ac_top_srcdir&;t t
19557 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19558 s&@builddir@&$ac_builddir&;t t
19559 s&@abs_builddir@&$ac_abs_builddir&;t t
19560 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19561 $ac_datarootdir_hack
19563 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19564 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19566 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19567 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19568 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19569 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19571 which seems to be undefined. Please make sure it is defined" >&5
19572 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19573 which seems to be undefined. Please make sure it is defined" >&2;}
19575 rm -f "$ac_tmp/stdin"
19576 case $ac_file in
19577 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19578 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19579 esac \
19580 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19584 # CONFIG_HEADER
19586 if test x"$ac_file" != x-; then
19588 $as_echo "/* $configure_input */" \
19589 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19590 } >"$ac_tmp/config.h" \
19591 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19592 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19593 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19594 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19595 else
19596 rm -f "$ac_file"
19597 mv "$ac_tmp/config.h" "$ac_file" \
19598 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19600 else
19601 $as_echo "/* $configure_input */" \
19602 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19603 || as_fn_error $? "could not create -" "$LINENO" 5
19608 # CONFIG_LINK
19611 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19613 else
19614 # Prefer the file from the source tree if names are identical.
19615 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19616 ac_source=$srcdir/$ac_source
19619 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19620 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19622 if test ! -r "$ac_source"; then
19623 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19625 rm -f "$ac_file"
19627 # Try a relative symlink, then a hard link, then a copy.
19628 case $ac_source in
19629 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19630 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19631 esac
19632 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19633 ln "$ac_source" "$ac_file" 2>/dev/null ||
19634 cp -p "$ac_source" "$ac_file" ||
19635 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19638 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19639 $as_echo "$as_me: executing $ac_file commands" >&6;}
19641 esac
19644 case $ac_file$ac_mode in
19645 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19646 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19647 "Makefile":C) wine_fn_output_makefile Makefile ;;
19648 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19650 esac
19651 done # for ac_tag
19654 as_fn_exit 0
19655 _ACEOF
19656 ac_clean_files=$ac_clean_files_save
19658 test $ac_write_fail = 0 ||
19659 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19662 # configure is writing to config.log, and then calls config.status.
19663 # config.status does its own redirection, appending to config.log.
19664 # Unfortunately, on DOS this fails, as config.log is still kept open
19665 # by configure, so config.status won't be able to write to it; its
19666 # output is simply discarded. So we exec the FD to /dev/null,
19667 # effectively closing config.log, so it can be properly (re)opened and
19668 # appended to by config.status. When coming back to configure, we
19669 # need to make the FD available again.
19670 if test "$no_create" != yes; then
19671 ac_cs_success=:
19672 ac_config_status_args=
19673 test "$silent" = yes &&
19674 ac_config_status_args="$ac_config_status_args --quiet"
19675 exec 5>/dev/null
19676 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19677 exec 5>>config.log
19678 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19679 # would make configure fail if this is the last instruction.
19680 $ac_cs_success || as_fn_exit 1
19682 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19684 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19688 if test "$no_create" = "yes"
19689 then
19690 exit 0
19693 ac_save_IFS="$IFS"
19694 if test "x$wine_notices" != x; then
19695 echo >&6
19696 IFS="|"
19697 for msg in $wine_notices; do
19698 IFS="$ac_save_IFS"
19699 if ${msg:+false} :; then :
19701 else
19702 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19703 $as_echo "$as_me: $msg" >&6;}
19705 done
19707 IFS="|"
19708 for msg in $wine_warnings; do
19709 IFS="$ac_save_IFS"
19710 if ${msg:+false} :; then :
19712 else
19713 echo >&2
19714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19715 $as_echo "$as_me: WARNING: $msg" >&2;}
19717 done
19718 IFS="$ac_save_IFS"
19720 $as_echo "
19721 $as_me: Finished. Do '${ac_make}' to compile Wine.
19722 " >&6