ext-ms-win-gdi-dc-l1-2-0: Add dll.
[wine.git] / configure
blob6685ea812b185609e6cce8a282894e65ba3af015
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.22.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev/null; then :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
219 for as_base in sh bash ksh sh5; do
220 # Try only shells that exist, to save several forks.
221 as_shell=$as_dir/$as_base
222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 CONFIG_SHELL=$as_shell as_have_required=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235 CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
262 if test x$as_have_required = xno; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x${ZSH_VERSION+set} = xset ; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268 else
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
331 as_dirs="'$as_qdir' $as_dirs"
332 as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
415 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit $as_status
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
468 as_lineno_1=$LINENO as_lineno_1a=$LINENO
469 as_lineno_2=$LINENO as_lineno_2a=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
488 chmod +x "$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s='ln -s'
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
543 if mkdir -p . 2>/dev/null; then
544 as_mkdir_p='mkdir -p "$as_dir"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.9.22'
584 PACKAGE_STRING='Wine 1.9.22'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 WINELOADER_INSTALL
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 EXCESS_PRECISION_CFLAGS
636 BUILTINFLAG
637 EXTRACFLAGS
638 NETAPI_LIBS
639 NETAPI_CFLAGS
640 PROCSTAT_LIBS
641 KSTAT_LIBS
642 MPG123_LIBS
643 MPG123_CFLAGS
644 TIFF_LIBS
645 TIFF_CFLAGS
646 PNG_LIBS
647 PNG_CFLAGS
648 JPEG_LIBS
649 JPEG_CFLAGS
650 FONTCONFIG_LIBS
651 FONTCONFIG_CFLAGS
652 CUPS_CFLAGS
653 CAPI20_LIBS
654 CAPI20_CFLAGS
655 UDEV_LIBS
656 UDEV_CFLAGS
657 OSS4_CFLAGS
658 ALSA_LIBS
659 GSTREAMER_LIBS
660 GSTREAMER_CFLAGS
661 PULSE_LIBS
662 PULSE_CFLAGS
663 GETTEXTPO_LIBS
664 Z_LIBS
665 FREETYPE_LIBS
666 FREETYPE_CFLAGS
667 LCMS2_LIBS
668 LCMS2_CFLAGS
669 RESOLV_LIBS
670 GPHOTO2_PORT_LIBS
671 GPHOTO2_PORT_CFLAGS
672 GPHOTO2_LIBS
673 GPHOTO2_CFLAGS
674 SANE_LIBS
675 SANE_CFLAGS
676 GNUTLS_LIBS
677 GNUTLS_CFLAGS
678 HAL_LIBS
679 HAL_CFLAGS
680 DBUS_LIBS
681 DBUS_CFLAGS
682 XSLT_LIBS
683 XSLT_CFLAGS
684 XML2_LIBS
685 XML2_CFLAGS
686 PCAP_LIBS
687 X_EXTRA_LIBS
688 X_LIBS
689 X_PRE_LIBS
690 X_CFLAGS
691 XMKMF
692 PTHREAD_LIBS
693 CROSSCC
694 CROSSTARGET
695 PRELINK
696 WINELOADER_DEPENDS
697 CARBON_LIBS
698 QUICKTIME_LIBS
699 OPENCL_LIBS
700 OPENAL_LIBS
701 COREAUDIO_LIBS
702 SECURITY_LIBS
703 DISKARBITRATION_LIBS
704 APPKIT_LIBS
705 CORESERVICES_LIBS
706 APPLICATIONSERVICES_LIBS
707 FORCEFEEDBACK_LIBS
708 IOKIT_LIBS
709 COREFOUNDATION_LIBS
710 LIBWINE_DEPENDS
711 LIBWINE_LDFLAGS
712 LIBWINE_INSTALL_DEV
713 LIBWINE_INSTALL_LIB
714 LIBWINE_IMPORTLIB
715 LIBWINE_SHAREDLIB
716 SOCKET_LIBS
717 DLLTOOL
718 WINELOADER_PROGRAMS
719 ALL_TEST_RESOURCES
720 CONFIGURE_TARGETS
721 DISABLED_SUBDIRS
722 SUBDIRS
723 READELF
724 OTOOL
726 LDEXECFLAGS
727 LDRPATH_LOCAL
728 LDRPATH_INSTALL
729 DLLFLAGS
730 dlldir
732 OPENGL_LIBS
733 ICOTOOL
734 CONVERT
735 RSVG
736 FONTFORGE
737 PKG_CONFIG
738 MSGFMT
739 LDCONFIG
740 EGREP
741 GREP
742 LN_S
743 RANLIB
744 ARFLAGS
745 STRIP
746 ac_ct_AR
748 BISON
749 FLEX
750 TOOLSDIR
751 TARGETFLAGS
753 CPPBIN
754 ac_ct_CXX
755 CXXFLAGS
757 OBJEXT
758 EXEEXT
759 ac_ct_CC
760 CPPFLAGS
761 LDFLAGS
762 CFLAGS
764 SET_MAKE
765 host_os
766 host_vendor
767 host_cpu
768 host
769 build_os
770 build_vendor
771 build_cpu
772 build
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 runstatedir
793 localstatedir
794 sharedstatedir
795 sysconfdir
796 datadir
797 datarootdir
798 libexecdir
799 sbindir
800 bindir
801 program_transform_name
802 prefix
803 exec_prefix
804 PACKAGE_URL
805 PACKAGE_BUGREPORT
806 PACKAGE_STRING
807 PACKAGE_VERSION
808 PACKAGE_TARNAME
809 PACKAGE_NAME
810 PATH_SEPARATOR
811 SHELL'
812 ac_subst_files=''
813 ac_user_opts='
814 enable_option_checking
815 enable_win16
816 enable_win64
817 enable_tests
818 enable_maintainer_mode
819 with_alsa
820 with_capi
821 with_cms
822 with_coreaudio
823 with_cups
824 with_curses
825 with_dbus
826 with_fontconfig
827 with_freetype
828 with_gettext
829 with_gettextpo
830 with_gphoto
831 with_glu
832 with_gnutls
833 with_gsm
834 with_gstreamer
835 with_hal
836 with_jpeg
837 with_ldap
838 with_mpg123
839 with_netapi
840 with_openal
841 with_opencl
842 with_opengl
843 with_osmesa
844 with_oss
845 with_pcap
846 with_png
847 with_pthread
848 with_pulse
849 with_sane
850 with_tiff
851 with_udev
852 with_v4l
853 with_xcomposite
854 with_xcursor
855 with_xinerama
856 with_xinput
857 with_xinput2
858 with_xml
859 with_xrandr
860 with_xrender
861 with_xshape
862 with_xshm
863 with_xslt
864 with_xxf86vm
865 with_zlib
866 with_wine_tools
867 with_wine64
868 enable_largefile
869 with_x
870 enable_acledit
871 enable_aclui
872 enable_activeds
873 enable_actxprxy
874 enable_advapi32
875 enable_advpack
876 enable_amstream
877 enable_api_ms_win_appmodel_runtime_l1_1_1
878 enable_api_ms_win_core_apiquery_l1_1_0
879 enable_api_ms_win_core_appcompat_l1_1_1
880 enable_api_ms_win_core_appinit_l1_1_0
881 enable_api_ms_win_core_atoms_l1_1_0
882 enable_api_ms_win_core_bem_l1_1_0
883 enable_api_ms_win_core_com_l1_1_0
884 enable_api_ms_win_core_com_l1_1_1
885 enable_api_ms_win_core_console_l1_1_0
886 enable_api_ms_win_core_console_l2_1_0
887 enable_api_ms_win_core_datetime_l1_1_0
888 enable_api_ms_win_core_datetime_l1_1_1
889 enable_api_ms_win_core_debug_l1_1_0
890 enable_api_ms_win_core_debug_l1_1_1
891 enable_api_ms_win_core_delayload_l1_1_0
892 enable_api_ms_win_core_delayload_l1_1_1
893 enable_api_ms_win_core_errorhandling_l1_1_0
894 enable_api_ms_win_core_errorhandling_l1_1_1
895 enable_api_ms_win_core_errorhandling_l1_1_2
896 enable_api_ms_win_core_fibers_l1_1_0
897 enable_api_ms_win_core_fibers_l1_1_1
898 enable_api_ms_win_core_file_l1_1_0
899 enable_api_ms_win_core_file_l1_2_0
900 enable_api_ms_win_core_file_l1_2_1
901 enable_api_ms_win_core_file_l2_1_0
902 enable_api_ms_win_core_file_l2_1_1
903 enable_api_ms_win_core_handle_l1_1_0
904 enable_api_ms_win_core_heap_l1_1_0
905 enable_api_ms_win_core_heap_l1_2_0
906 enable_api_ms_win_core_heap_obsolete_l1_1_0
907 enable_api_ms_win_core_interlocked_l1_1_0
908 enable_api_ms_win_core_interlocked_l1_2_0
909 enable_api_ms_win_core_io_l1_1_0
910 enable_api_ms_win_core_io_l1_1_1
911 enable_api_ms_win_core_job_l1_1_0
912 enable_api_ms_win_core_job_l2_1_0
913 enable_api_ms_win_core_kernel32_legacy_l1_1_0
914 enable_api_ms_win_core_kernel32_legacy_l1_1_1
915 enable_api_ms_win_core_kernel32_private_l1_1_1
916 enable_api_ms_win_core_libraryloader_l1_1_0
917 enable_api_ms_win_core_libraryloader_l1_1_1
918 enable_api_ms_win_core_libraryloader_l1_2_0
919 enable_api_ms_win_core_libraryloader_l1_2_2
920 enable_api_ms_win_core_localization_l1_1_0
921 enable_api_ms_win_core_localization_l1_2_0
922 enable_api_ms_win_core_localization_l1_2_1
923 enable_api_ms_win_core_localization_l2_1_0
924 enable_api_ms_win_core_localization_obsolete_l1_1_0
925 enable_api_ms_win_core_localization_obsolete_l1_2_0
926 enable_api_ms_win_core_localization_private_l1_1_0
927 enable_api_ms_win_core_localregistry_l1_1_0
928 enable_api_ms_win_core_memory_l1_1_0
929 enable_api_ms_win_core_memory_l1_1_1
930 enable_api_ms_win_core_memory_l1_1_2
931 enable_api_ms_win_core_misc_l1_1_0
932 enable_api_ms_win_core_namedpipe_l1_1_0
933 enable_api_ms_win_core_namedpipe_l1_2_0
934 enable_api_ms_win_core_namespace_l1_1_0
935 enable_api_ms_win_core_normalization_l1_1_0
936 enable_api_ms_win_core_path_l1_1_0
937 enable_api_ms_win_core_privateprofile_l1_1_1
938 enable_api_ms_win_core_processenvironment_l1_1_0
939 enable_api_ms_win_core_processenvironment_l1_2_0
940 enable_api_ms_win_core_processthreads_l1_1_0
941 enable_api_ms_win_core_processthreads_l1_1_1
942 enable_api_ms_win_core_processthreads_l1_1_2
943 enable_api_ms_win_core_profile_l1_1_0
944 enable_api_ms_win_core_psapi_l1_1_0
945 enable_api_ms_win_core_psapi_obsolete_l1_1_0
946 enable_api_ms_win_core_realtime_l1_1_0
947 enable_api_ms_win_core_registry_l1_1_0
948 enable_api_ms_win_core_registryuserspecific_l1_1_0
949 enable_api_ms_win_core_rtlsupport_l1_1_0
950 enable_api_ms_win_core_rtlsupport_l1_2_0
951 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
952 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
953 enable_api_ms_win_core_sidebyside_l1_1_0
954 enable_api_ms_win_core_string_l1_1_0
955 enable_api_ms_win_core_string_l2_1_0
956 enable_api_ms_win_core_string_obsolete_l1_1_0
957 enable_api_ms_win_core_stringansi_l1_1_0
958 enable_api_ms_win_core_synch_l1_1_0
959 enable_api_ms_win_core_synch_l1_2_0
960 enable_api_ms_win_core_sysinfo_l1_1_0
961 enable_api_ms_win_core_sysinfo_l1_2_0
962 enable_api_ms_win_core_sysinfo_l1_2_1
963 enable_api_ms_win_core_threadpool_l1_1_0
964 enable_api_ms_win_core_threadpool_l1_2_0
965 enable_api_ms_win_core_threadpool_legacy_l1_1_0
966 enable_api_ms_win_core_timezone_l1_1_0
967 enable_api_ms_win_core_toolhelp_l1_1_0
968 enable_api_ms_win_core_url_l1_1_0
969 enable_api_ms_win_core_util_l1_1_0
970 enable_api_ms_win_core_version_l1_1_0
971 enable_api_ms_win_core_version_private_l1_1_0
972 enable_api_ms_win_core_versionansi_l1_1_0
973 enable_api_ms_win_core_windowserrorreporting_l1_1_0
974 enable_api_ms_win_core_winrt_error_l1_1_0
975 enable_api_ms_win_core_winrt_error_l1_1_1
976 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
977 enable_api_ms_win_core_winrt_l1_1_0
978 enable_api_ms_win_core_winrt_registration_l1_1_0
979 enable_api_ms_win_core_winrt_string_l1_1_0
980 enable_api_ms_win_core_wow64_l1_1_0
981 enable_api_ms_win_core_xstate_l1_1_0
982 enable_api_ms_win_core_xstate_l2_1_0
983 enable_api_ms_win_crt_conio_l1_1_0
984 enable_api_ms_win_crt_convert_l1_1_0
985 enable_api_ms_win_crt_environment_l1_1_0
986 enable_api_ms_win_crt_filesystem_l1_1_0
987 enable_api_ms_win_crt_heap_l1_1_0
988 enable_api_ms_win_crt_locale_l1_1_0
989 enable_api_ms_win_crt_math_l1_1_0
990 enable_api_ms_win_crt_multibyte_l1_1_0
991 enable_api_ms_win_crt_private_l1_1_0
992 enable_api_ms_win_crt_process_l1_1_0
993 enable_api_ms_win_crt_runtime_l1_1_0
994 enable_api_ms_win_crt_stdio_l1_1_0
995 enable_api_ms_win_crt_string_l1_1_0
996 enable_api_ms_win_crt_time_l1_1_0
997 enable_api_ms_win_crt_utility_l1_1_0
998 enable_api_ms_win_downlevel_advapi32_l1_1_0
999 enable_api_ms_win_downlevel_advapi32_l2_1_0
1000 enable_api_ms_win_downlevel_normaliz_l1_1_0
1001 enable_api_ms_win_downlevel_ole32_l1_1_0
1002 enable_api_ms_win_downlevel_shell32_l1_1_0
1003 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1004 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1005 enable_api_ms_win_downlevel_user32_l1_1_0
1006 enable_api_ms_win_downlevel_version_l1_1_0
1007 enable_api_ms_win_eventing_classicprovider_l1_1_0
1008 enable_api_ms_win_eventing_consumer_l1_1_0
1009 enable_api_ms_win_eventing_controller_l1_1_0
1010 enable_api_ms_win_eventing_provider_l1_1_0
1011 enable_api_ms_win_eventlog_legacy_l1_1_0
1012 enable_api_ms_win_ntuser_dc_access_l1_1_0
1013 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1014 enable_api_ms_win_security_audit_l1_1_1
1015 enable_api_ms_win_security_base_l1_1_0
1016 enable_api_ms_win_security_base_l1_2_0
1017 enable_api_ms_win_security_base_private_l1_1_1
1018 enable_api_ms_win_security_lsalookup_l1_1_0
1019 enable_api_ms_win_security_lsalookup_l1_1_1
1020 enable_api_ms_win_security_sddl_l1_1_0
1021 enable_api_ms_win_service_core_l1_1_0
1022 enable_api_ms_win_service_core_l1_1_1
1023 enable_api_ms_win_service_management_l1_1_0
1024 enable_api_ms_win_service_management_l2_1_0
1025 enable_api_ms_win_service_private_l1_1_1
1026 enable_api_ms_win_service_winsvc_l1_1_0
1027 enable_api_ms_win_service_winsvc_l1_2_0
1028 enable_api_ms_win_shell_shellcom_l1_1_0
1029 enable_api_ms_win_shell_shellfolders_l1_1_0
1030 enable_apphelp
1031 enable_appwiz_cpl
1032 enable_atl
1033 enable_atl100
1034 enable_atl110
1035 enable_atl80
1036 enable_atl90
1037 enable_authz
1038 enable_avicap32
1039 enable_avifil32
1040 enable_avrt
1041 enable_bcrypt
1042 enable_bluetoothapis
1043 enable_browseui
1044 enable_bthprops_cpl
1045 enable_cabinet
1046 enable_capi2032
1047 enable_cards
1048 enable_cfgmgr32
1049 enable_clusapi
1050 enable_combase
1051 enable_comcat
1052 enable_comctl32
1053 enable_comdlg32
1054 enable_compstui
1055 enable_comsvcs
1056 enable_concrt140
1057 enable_connect
1058 enable_credui
1059 enable_crtdll
1060 enable_crypt32
1061 enable_cryptdlg
1062 enable_cryptdll
1063 enable_cryptext
1064 enable_cryptnet
1065 enable_cryptui
1066 enable_ctapi32
1067 enable_ctl3d32
1068 enable_d2d1
1069 enable_d3d10
1070 enable_d3d10_1
1071 enable_d3d10core
1072 enable_d3d11
1073 enable_d3d8
1074 enable_d3d9
1075 enable_d3dcompiler_33
1076 enable_d3dcompiler_34
1077 enable_d3dcompiler_35
1078 enable_d3dcompiler_36
1079 enable_d3dcompiler_37
1080 enable_d3dcompiler_38
1081 enable_d3dcompiler_39
1082 enable_d3dcompiler_40
1083 enable_d3dcompiler_41
1084 enable_d3dcompiler_42
1085 enable_d3dcompiler_43
1086 enable_d3dcompiler_46
1087 enable_d3dcompiler_47
1088 enable_d3dim
1089 enable_d3drm
1090 enable_d3dx10_33
1091 enable_d3dx10_34
1092 enable_d3dx10_35
1093 enable_d3dx10_36
1094 enable_d3dx10_37
1095 enable_d3dx10_38
1096 enable_d3dx10_39
1097 enable_d3dx10_40
1098 enable_d3dx10_41
1099 enable_d3dx10_42
1100 enable_d3dx10_43
1101 enable_d3dx11_42
1102 enable_d3dx11_43
1103 enable_d3dx9_24
1104 enable_d3dx9_25
1105 enable_d3dx9_26
1106 enable_d3dx9_27
1107 enable_d3dx9_28
1108 enable_d3dx9_29
1109 enable_d3dx9_30
1110 enable_d3dx9_31
1111 enable_d3dx9_32
1112 enable_d3dx9_33
1113 enable_d3dx9_34
1114 enable_d3dx9_35
1115 enable_d3dx9_36
1116 enable_d3dx9_37
1117 enable_d3dx9_38
1118 enable_d3dx9_39
1119 enable_d3dx9_40
1120 enable_d3dx9_41
1121 enable_d3dx9_42
1122 enable_d3dx9_43
1123 enable_d3dxof
1124 enable_davclnt
1125 enable_dbgeng
1126 enable_dbghelp
1127 enable_dciman32
1128 enable_ddraw
1129 enable_ddrawex
1130 enable_devenum
1131 enable_dhcpcsvc
1132 enable_difxapi
1133 enable_dinput
1134 enable_dinput8
1135 enable_dispex
1136 enable_dmband
1137 enable_dmcompos
1138 enable_dmime
1139 enable_dmloader
1140 enable_dmscript
1141 enable_dmstyle
1142 enable_dmsynth
1143 enable_dmusic
1144 enable_dmusic32
1145 enable_dnsapi
1146 enable_dplay
1147 enable_dplayx
1148 enable_dpnaddr
1149 enable_dpnet
1150 enable_dpnhpast
1151 enable_dpnlobby
1152 enable_dpvoice
1153 enable_dpwsockx
1154 enable_drmclien
1155 enable_dsound
1156 enable_dssenh
1157 enable_dswave
1158 enable_dwmapi
1159 enable_dwrite
1160 enable_dxdiagn
1161 enable_dxgi
1162 enable_dxva2
1163 enable_esent
1164 enable_evr
1165 enable_explorerframe
1166 enable_ext_ms_win_gdi_dc_create_l1_1_1
1167 enable_ext_ms_win_gdi_dc_l1_2_0
1168 enable_ext_ms_win_gdi_devcaps_l1_1_0
1169 enable_ext_ms_win_kernel32_package_current_l1_1_0
1170 enable_ext_ms_win_ntuser_message_l1_1_1
1171 enable_ext_ms_win_ntuser_private_l1_1_1
1172 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1173 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1174 enable_ext_ms_win_ntuser_window_l1_1_1
1175 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1176 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1177 enable_faultrep
1178 enable_fltlib
1179 enable_fltmgr_sys
1180 enable_fntcache
1181 enable_fontsub
1182 enable_fusion
1183 enable_fwpuclnt
1184 enable_gameux
1185 enable_gdi32
1186 enable_gdiplus
1187 enable_glu32
1188 enable_gphoto2_ds
1189 enable_gpkcsp
1190 enable_hal
1191 enable_hhctrl_ocx
1192 enable_hid
1193 enable_hidclass_sys
1194 enable_hlink
1195 enable_hnetcfg
1196 enable_httpapi
1197 enable_iccvid
1198 enable_icmp
1199 enable_ieframe
1200 enable_imaadp32_acm
1201 enable_imagehlp
1202 enable_imm32
1203 enable_inetcomm
1204 enable_inetcpl_cpl
1205 enable_inetmib1
1206 enable_infosoft
1207 enable_initpki
1208 enable_inkobj
1209 enable_inseng
1210 enable_iphlpapi
1211 enable_iprop
1212 enable_irprops_cpl
1213 enable_itircl
1214 enable_itss
1215 enable_joy_cpl
1216 enable_jscript
1217 enable_jsproxy
1218 enable_kernel32
1219 enable_kernelbase
1220 enable_ksuser
1221 enable_ktmw32
1222 enable_loadperf
1223 enable_localspl
1224 enable_localui
1225 enable_lz32
1226 enable_mapi32
1227 enable_mapistub
1228 enable_mciavi32
1229 enable_mcicda
1230 enable_mciqtz32
1231 enable_mciseq
1232 enable_mciwave
1233 enable_mf
1234 enable_mfplat
1235 enable_mfreadwrite
1236 enable_mgmtapi
1237 enable_midimap
1238 enable_mlang
1239 enable_mmcndmgr
1240 enable_mmdevapi
1241 enable_mountmgr_sys
1242 enable_mpr
1243 enable_mprapi
1244 enable_msacm32_drv
1245 enable_msacm32
1246 enable_msadp32_acm
1247 enable_msasn1
1248 enable_mscat32
1249 enable_mscms
1250 enable_mscoree
1251 enable_msctf
1252 enable_msctfp
1253 enable_msdaps
1254 enable_msdelta
1255 enable_msdmo
1256 enable_msdrm
1257 enable_msftedit
1258 enable_msg711_acm
1259 enable_msgsm32_acm
1260 enable_mshtml_tlb
1261 enable_mshtml
1262 enable_msi
1263 enable_msident
1264 enable_msimg32
1265 enable_msimsg
1266 enable_msimtf
1267 enable_msisip
1268 enable_msisys_ocx
1269 enable_msls31
1270 enable_msnet32
1271 enable_mspatcha
1272 enable_msports
1273 enable_msrle32
1274 enable_msscript_ocx
1275 enable_mssign32
1276 enable_mssip32
1277 enable_mstask
1278 enable_msvcirt
1279 enable_msvcm80
1280 enable_msvcm90
1281 enable_msvcp100
1282 enable_msvcp110
1283 enable_msvcp120
1284 enable_msvcp120_app
1285 enable_msvcp140
1286 enable_msvcp60
1287 enable_msvcp70
1288 enable_msvcp71
1289 enable_msvcp80
1290 enable_msvcp90
1291 enable_msvcr100
1292 enable_msvcr110
1293 enable_msvcr120
1294 enable_msvcr120_app
1295 enable_msvcr70
1296 enable_msvcr71
1297 enable_msvcr80
1298 enable_msvcr90
1299 enable_msvcrt
1300 enable_msvcrt20
1301 enable_msvcrt40
1302 enable_msvcrtd
1303 enable_msvfw32
1304 enable_msvidc32
1305 enable_mswsock
1306 enable_msxml
1307 enable_msxml2
1308 enable_msxml3
1309 enable_msxml4
1310 enable_msxml6
1311 enable_ncrypt
1312 enable_nddeapi
1313 enable_ndis_sys
1314 enable_netapi32
1315 enable_netcfgx
1316 enable_netprofm
1317 enable_newdev
1318 enable_normaliz
1319 enable_npmshtml
1320 enable_npptools
1321 enable_ntdll
1322 enable_ntdsapi
1323 enable_ntoskrnl_exe
1324 enable_ntprint
1325 enable_objsel
1326 enable_odbc32
1327 enable_odbccp32
1328 enable_odbccu32
1329 enable_ole32
1330 enable_oleacc
1331 enable_oleaut32
1332 enable_olecli32
1333 enable_oledb32
1334 enable_oledlg
1335 enable_olepro32
1336 enable_olesvr32
1337 enable_olethk32
1338 enable_openal32
1339 enable_opencl
1340 enable_opengl32
1341 enable_packager
1342 enable_pdh
1343 enable_photometadatahandler
1344 enable_pidgen
1345 enable_powrprof
1346 enable_printui
1347 enable_prntvpt
1348 enable_propsys
1349 enable_psapi
1350 enable_pstorec
1351 enable_qcap
1352 enable_qedit
1353 enable_qmgr
1354 enable_qmgrprxy
1355 enable_quartz
1356 enable_query
1357 enable_rasapi32
1358 enable_rasdlg
1359 enable_regapi
1360 enable_resutils
1361 enable_riched20
1362 enable_riched32
1363 enable_rpcrt4
1364 enable_rsabase
1365 enable_rsaenh
1366 enable_rstrtmgr
1367 enable_rtutils
1368 enable_samlib
1369 enable_sane_ds
1370 enable_scarddlg
1371 enable_sccbase
1372 enable_schannel
1373 enable_schedsvc
1374 enable_scrrun
1375 enable_scsiport_sys
1376 enable_secur32
1377 enable_security
1378 enable_sensapi
1379 enable_serialui
1380 enable_setupapi
1381 enable_sfc
1382 enable_sfc_os
1383 enable_shdoclc
1384 enable_shdocvw
1385 enable_shell32
1386 enable_shfolder
1387 enable_shlwapi
1388 enable_slbcsp
1389 enable_slc
1390 enable_snmpapi
1391 enable_softpub
1392 enable_spoolss
1393 enable_sspicli
1394 enable_stdole2_tlb
1395 enable_stdole32_tlb
1396 enable_sti
1397 enable_svrapi
1398 enable_sxs
1399 enable_t2embed
1400 enable_tapi32
1401 enable_taskschd
1402 enable_tdi_sys
1403 enable_traffic
1404 enable_twain_32
1405 enable_ucrtbase
1406 enable_unicows
1407 enable_updspapi
1408 enable_url
1409 enable_urlmon
1410 enable_usbd_sys
1411 enable_user32
1412 enable_userenv
1413 enable_usp10
1414 enable_uxtheme
1415 enable_vbscript
1416 enable_vcomp
1417 enable_vcomp100
1418 enable_vcomp110
1419 enable_vcomp120
1420 enable_vcomp140
1421 enable_vcomp90
1422 enable_vcruntime140
1423 enable_vdmdbg
1424 enable_version
1425 enable_vssapi
1426 enable_wbemdisp
1427 enable_wbemprox
1428 enable_webservices
1429 enable_wer
1430 enable_wevtapi
1431 enable_wiaservc
1432 enable_wimgapi
1433 enable_windowscodecs
1434 enable_windowscodecsext
1435 enable_winealsa_drv
1436 enable_winebus_sys
1437 enable_winecoreaudio_drv
1438 enable_wined3d
1439 enable_winegstreamer
1440 enable_winehid_sys
1441 enable_winejoystick_drv
1442 enable_winemac_drv
1443 enable_winemapi
1444 enable_winemp3_acm
1445 enable_wineoss_drv
1446 enable_wineps_drv
1447 enable_winepulse_drv
1448 enable_wineqtdecoder
1449 enable_winex11_drv
1450 enable_wing32
1451 enable_winhttp
1452 enable_wininet
1453 enable_winmm
1454 enable_winnls32
1455 enable_winscard
1456 enable_winspool_drv
1457 enable_winsta
1458 enable_wintab32
1459 enable_wintrust
1460 enable_wlanapi
1461 enable_wldap32
1462 enable_wmasf
1463 enable_wmi
1464 enable_wmiutils
1465 enable_wmp
1466 enable_wmvcore
1467 enable_wnaspi32
1468 enable_wpc
1469 enable_wpcap
1470 enable_ws2_32
1471 enable_wshom_ocx
1472 enable_wsnmp32
1473 enable_wsock32
1474 enable_wtsapi32
1475 enable_wuapi
1476 enable_wuaueng
1477 enable_x3daudio1_0
1478 enable_x3daudio1_1
1479 enable_x3daudio1_2
1480 enable_x3daudio1_3
1481 enable_x3daudio1_4
1482 enable_x3daudio1_5
1483 enable_x3daudio1_6
1484 enable_x3daudio1_7
1485 enable_xapofx1_1
1486 enable_xapofx1_2
1487 enable_xapofx1_3
1488 enable_xapofx1_4
1489 enable_xapofx1_5
1490 enable_xaudio2_0
1491 enable_xaudio2_1
1492 enable_xaudio2_2
1493 enable_xaudio2_3
1494 enable_xaudio2_4
1495 enable_xaudio2_5
1496 enable_xaudio2_6
1497 enable_xaudio2_7
1498 enable_xaudio2_8
1499 enable_xaudio2_9
1500 enable_xinput1_1
1501 enable_xinput1_2
1502 enable_xinput1_3
1503 enable_xinput1_4
1504 enable_xinput9_1_0
1505 enable_xmllite
1506 enable_xolehlp
1507 enable_xpsprint
1508 enable_xpssvcs
1509 enable_fonts
1510 enable_include
1511 enable_libs_port
1512 enable_libs_wine
1513 enable_libs_wpp
1514 enable_loader
1515 enable_po
1516 enable_arp
1517 enable_aspnet_regiis
1518 enable_attrib
1519 enable_cabarc
1520 enable_cacls
1521 enable_clock
1522 enable_cmd
1523 enable_conhost
1524 enable_control
1525 enable_cscript
1526 enable_dpnsvr
1527 enable_dxdiag
1528 enable_eject
1529 enable_expand
1530 enable_explorer
1531 enable_extrac32
1532 enable_findstr
1533 enable_fsutil
1534 enable_hh
1535 enable_hostname
1536 enable_icacls
1537 enable_icinfo
1538 enable_iexplore
1539 enable_ipconfig
1540 enable_lodctr
1541 enable_mofcomp
1542 enable_mshta
1543 enable_msiexec
1544 enable_msinfo32
1545 enable_net
1546 enable_netsh
1547 enable_netstat
1548 enable_ngen
1549 enable_notepad
1550 enable_oleview
1551 enable_ping
1552 enable_plugplay
1553 enable_presentationfontcache
1554 enable_progman
1555 enable_reg
1556 enable_regasm
1557 enable_regedit
1558 enable_regsvcs
1559 enable_regsvr32
1560 enable_rpcss
1561 enable_rundll32
1562 enable_sc
1563 enable_schtasks
1564 enable_sdbinst
1565 enable_secedit
1566 enable_servicemodelreg
1567 enable_services
1568 enable_shutdown
1569 enable_spoolsv
1570 enable_start
1571 enable_subst
1572 enable_svchost
1573 enable_systeminfo
1574 enable_taskkill
1575 enable_tasklist
1576 enable_taskmgr
1577 enable_termsv
1578 enable_uninstaller
1579 enable_unlodctr
1580 enable_view
1581 enable_wevtutil
1582 enable_wineboot
1583 enable_winebrowser
1584 enable_winecfg
1585 enable_wineconsole
1586 enable_winedbg
1587 enable_winedevice
1588 enable_winefile
1589 enable_winemenubuilder
1590 enable_winemine
1591 enable_winemsibuilder
1592 enable_winepath
1593 enable_winetest
1594 enable_winhlp32
1595 enable_winver
1596 enable_wmic
1597 enable_wmplayer
1598 enable_wordpad
1599 enable_write
1600 enable_wscript
1601 enable_wusa
1602 enable_xcopy
1603 enable_server
1604 enable_tools
1606 ac_precious_vars='build_alias
1607 host_alias
1608 target_alias
1610 CFLAGS
1611 LDFLAGS
1612 LIBS
1613 CPPFLAGS
1615 CXXFLAGS
1618 XMKMF
1619 XML2_CFLAGS
1620 XML2_LIBS
1621 XSLT_CFLAGS
1622 XSLT_LIBS
1623 DBUS_CFLAGS
1624 DBUS_LIBS
1625 HAL_CFLAGS
1626 HAL_LIBS
1627 GNUTLS_CFLAGS
1628 GNUTLS_LIBS
1629 SANE_CFLAGS
1630 SANE_LIBS
1631 GPHOTO2_CFLAGS
1632 GPHOTO2_LIBS
1633 GPHOTO2_PORT_CFLAGS
1634 GPHOTO2_PORT_LIBS
1635 LCMS2_CFLAGS
1636 LCMS2_LIBS
1637 FREETYPE_CFLAGS
1638 FREETYPE_LIBS
1639 PULSE_CFLAGS
1640 PULSE_LIBS
1641 GSTREAMER_CFLAGS
1642 GSTREAMER_LIBS
1643 UDEV_CFLAGS
1644 UDEV_LIBS
1645 CAPI20_CFLAGS
1646 CAPI20_LIBS
1647 FONTCONFIG_CFLAGS
1648 FONTCONFIG_LIBS
1649 JPEG_CFLAGS
1650 JPEG_LIBS
1651 PNG_CFLAGS
1652 PNG_LIBS
1653 TIFF_CFLAGS
1654 TIFF_LIBS
1655 MPG123_CFLAGS
1656 MPG123_LIBS
1657 NETAPI_CFLAGS
1658 NETAPI_LIBS'
1661 # Initialize some variables set by options.
1662 ac_init_help=
1663 ac_init_version=false
1664 ac_unrecognized_opts=
1665 ac_unrecognized_sep=
1666 # The variables have the same names as the options, with
1667 # dashes changed to underlines.
1668 cache_file=/dev/null
1669 exec_prefix=NONE
1670 no_create=
1671 no_recursion=
1672 prefix=NONE
1673 program_prefix=NONE
1674 program_suffix=NONE
1675 program_transform_name=s,x,x,
1676 silent=
1677 site=
1678 srcdir=
1679 verbose=
1680 x_includes=NONE
1681 x_libraries=NONE
1683 # Installation directory options.
1684 # These are left unexpanded so users can "make install exec_prefix=/foo"
1685 # and all the variables that are supposed to be based on exec_prefix
1686 # by default will actually change.
1687 # Use braces instead of parens because sh, perl, etc. also accept them.
1688 # (The list follows the same order as the GNU Coding Standards.)
1689 bindir='${exec_prefix}/bin'
1690 sbindir='${exec_prefix}/sbin'
1691 libexecdir='${exec_prefix}/libexec'
1692 datarootdir='${prefix}/share'
1693 datadir='${datarootdir}'
1694 sysconfdir='${prefix}/etc'
1695 sharedstatedir='${prefix}/com'
1696 localstatedir='${prefix}/var'
1697 runstatedir='${localstatedir}/run'
1698 includedir='${prefix}/include'
1699 oldincludedir='/usr/include'
1700 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1701 infodir='${datarootdir}/info'
1702 htmldir='${docdir}'
1703 dvidir='${docdir}'
1704 pdfdir='${docdir}'
1705 psdir='${docdir}'
1706 libdir='${exec_prefix}/lib'
1707 localedir='${datarootdir}/locale'
1708 mandir='${datarootdir}/man'
1710 ac_prev=
1711 ac_dashdash=
1712 for ac_option
1714 # If the previous option needs an argument, assign it.
1715 if test -n "$ac_prev"; then
1716 eval $ac_prev=\$ac_option
1717 ac_prev=
1718 continue
1721 case $ac_option in
1722 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1723 *=) ac_optarg= ;;
1724 *) ac_optarg=yes ;;
1725 esac
1727 # Accept the important Cygnus configure options, so we can diagnose typos.
1729 case $ac_dashdash$ac_option in
1731 ac_dashdash=yes ;;
1733 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1734 ac_prev=bindir ;;
1735 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1736 bindir=$ac_optarg ;;
1738 -build | --build | --buil | --bui | --bu)
1739 ac_prev=build_alias ;;
1740 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1741 build_alias=$ac_optarg ;;
1743 -cache-file | --cache-file | --cache-fil | --cache-fi \
1744 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1745 ac_prev=cache_file ;;
1746 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1747 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1748 cache_file=$ac_optarg ;;
1750 --config-cache | -C)
1751 cache_file=config.cache ;;
1753 -datadir | --datadir | --datadi | --datad)
1754 ac_prev=datadir ;;
1755 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1756 datadir=$ac_optarg ;;
1758 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1759 | --dataroo | --dataro | --datar)
1760 ac_prev=datarootdir ;;
1761 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1762 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1763 datarootdir=$ac_optarg ;;
1765 -disable-* | --disable-*)
1766 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1767 # Reject names that are not valid shell variable names.
1768 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1769 as_fn_error $? "invalid feature name: $ac_useropt"
1770 ac_useropt_orig=$ac_useropt
1771 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1772 case $ac_user_opts in
1774 "enable_$ac_useropt"
1775 "*) ;;
1776 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1777 ac_unrecognized_sep=', ';;
1778 esac
1779 eval enable_$ac_useropt=no ;;
1781 -docdir | --docdir | --docdi | --doc | --do)
1782 ac_prev=docdir ;;
1783 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1784 docdir=$ac_optarg ;;
1786 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1787 ac_prev=dvidir ;;
1788 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1789 dvidir=$ac_optarg ;;
1791 -enable-* | --enable-*)
1792 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1793 # Reject names that are not valid shell variable names.
1794 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1795 as_fn_error $? "invalid feature name: $ac_useropt"
1796 ac_useropt_orig=$ac_useropt
1797 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1798 case $ac_user_opts in
1800 "enable_$ac_useropt"
1801 "*) ;;
1802 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1803 ac_unrecognized_sep=', ';;
1804 esac
1805 eval enable_$ac_useropt=\$ac_optarg ;;
1807 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1808 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1809 | --exec | --exe | --ex)
1810 ac_prev=exec_prefix ;;
1811 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1812 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1813 | --exec=* | --exe=* | --ex=*)
1814 exec_prefix=$ac_optarg ;;
1816 -gas | --gas | --ga | --g)
1817 # Obsolete; use --with-gas.
1818 with_gas=yes ;;
1820 -help | --help | --hel | --he | -h)
1821 ac_init_help=long ;;
1822 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1823 ac_init_help=recursive ;;
1824 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1825 ac_init_help=short ;;
1827 -host | --host | --hos | --ho)
1828 ac_prev=host_alias ;;
1829 -host=* | --host=* | --hos=* | --ho=*)
1830 host_alias=$ac_optarg ;;
1832 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1833 ac_prev=htmldir ;;
1834 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1835 | --ht=*)
1836 htmldir=$ac_optarg ;;
1838 -includedir | --includedir | --includedi | --included | --include \
1839 | --includ | --inclu | --incl | --inc)
1840 ac_prev=includedir ;;
1841 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1842 | --includ=* | --inclu=* | --incl=* | --inc=*)
1843 includedir=$ac_optarg ;;
1845 -infodir | --infodir | --infodi | --infod | --info | --inf)
1846 ac_prev=infodir ;;
1847 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1848 infodir=$ac_optarg ;;
1850 -libdir | --libdir | --libdi | --libd)
1851 ac_prev=libdir ;;
1852 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1853 libdir=$ac_optarg ;;
1855 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1856 | --libexe | --libex | --libe)
1857 ac_prev=libexecdir ;;
1858 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1859 | --libexe=* | --libex=* | --libe=*)
1860 libexecdir=$ac_optarg ;;
1862 -localedir | --localedir | --localedi | --localed | --locale)
1863 ac_prev=localedir ;;
1864 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1865 localedir=$ac_optarg ;;
1867 -localstatedir | --localstatedir | --localstatedi | --localstated \
1868 | --localstate | --localstat | --localsta | --localst | --locals)
1869 ac_prev=localstatedir ;;
1870 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1871 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1872 localstatedir=$ac_optarg ;;
1874 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1875 ac_prev=mandir ;;
1876 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1877 mandir=$ac_optarg ;;
1879 -nfp | --nfp | --nf)
1880 # Obsolete; use --without-fp.
1881 with_fp=no ;;
1883 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1884 | --no-cr | --no-c | -n)
1885 no_create=yes ;;
1887 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1888 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1889 no_recursion=yes ;;
1891 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1892 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1893 | --oldin | --oldi | --old | --ol | --o)
1894 ac_prev=oldincludedir ;;
1895 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1896 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1897 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1898 oldincludedir=$ac_optarg ;;
1900 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1901 ac_prev=prefix ;;
1902 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1903 prefix=$ac_optarg ;;
1905 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1906 | --program-pre | --program-pr | --program-p)
1907 ac_prev=program_prefix ;;
1908 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1909 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1910 program_prefix=$ac_optarg ;;
1912 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1913 | --program-suf | --program-su | --program-s)
1914 ac_prev=program_suffix ;;
1915 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1916 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1917 program_suffix=$ac_optarg ;;
1919 -program-transform-name | --program-transform-name \
1920 | --program-transform-nam | --program-transform-na \
1921 | --program-transform-n | --program-transform- \
1922 | --program-transform | --program-transfor \
1923 | --program-transfo | --program-transf \
1924 | --program-trans | --program-tran \
1925 | --progr-tra | --program-tr | --program-t)
1926 ac_prev=program_transform_name ;;
1927 -program-transform-name=* | --program-transform-name=* \
1928 | --program-transform-nam=* | --program-transform-na=* \
1929 | --program-transform-n=* | --program-transform-=* \
1930 | --program-transform=* | --program-transfor=* \
1931 | --program-transfo=* | --program-transf=* \
1932 | --program-trans=* | --program-tran=* \
1933 | --progr-tra=* | --program-tr=* | --program-t=*)
1934 program_transform_name=$ac_optarg ;;
1936 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1937 ac_prev=pdfdir ;;
1938 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1939 pdfdir=$ac_optarg ;;
1941 -psdir | --psdir | --psdi | --psd | --ps)
1942 ac_prev=psdir ;;
1943 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1944 psdir=$ac_optarg ;;
1946 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1947 | -silent | --silent | --silen | --sile | --sil)
1948 silent=yes ;;
1950 -runstatedir | --runstatedir | --runstatedi | --runstated \
1951 | --runstate | --runstat | --runsta | --runst | --runs \
1952 | --run | --ru | --r)
1953 ac_prev=runstatedir ;;
1954 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1955 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1956 | --run=* | --ru=* | --r=*)
1957 runstatedir=$ac_optarg ;;
1959 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1960 ac_prev=sbindir ;;
1961 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1962 | --sbi=* | --sb=*)
1963 sbindir=$ac_optarg ;;
1965 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1966 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1967 | --sharedst | --shareds | --shared | --share | --shar \
1968 | --sha | --sh)
1969 ac_prev=sharedstatedir ;;
1970 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1971 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1972 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1973 | --sha=* | --sh=*)
1974 sharedstatedir=$ac_optarg ;;
1976 -site | --site | --sit)
1977 ac_prev=site ;;
1978 -site=* | --site=* | --sit=*)
1979 site=$ac_optarg ;;
1981 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1982 ac_prev=srcdir ;;
1983 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1984 srcdir=$ac_optarg ;;
1986 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1987 | --syscon | --sysco | --sysc | --sys | --sy)
1988 ac_prev=sysconfdir ;;
1989 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1990 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1991 sysconfdir=$ac_optarg ;;
1993 -target | --target | --targe | --targ | --tar | --ta | --t)
1994 ac_prev=target_alias ;;
1995 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1996 target_alias=$ac_optarg ;;
1998 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1999 verbose=yes ;;
2001 -version | --version | --versio | --versi | --vers | -V)
2002 ac_init_version=: ;;
2004 -with-* | --with-*)
2005 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2006 # Reject names that are not valid shell variable names.
2007 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2008 as_fn_error $? "invalid package name: $ac_useropt"
2009 ac_useropt_orig=$ac_useropt
2010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2011 case $ac_user_opts in
2013 "with_$ac_useropt"
2014 "*) ;;
2015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2016 ac_unrecognized_sep=', ';;
2017 esac
2018 eval with_$ac_useropt=\$ac_optarg ;;
2020 -without-* | --without-*)
2021 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2022 # Reject names that are not valid shell variable names.
2023 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2024 as_fn_error $? "invalid package name: $ac_useropt"
2025 ac_useropt_orig=$ac_useropt
2026 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2027 case $ac_user_opts in
2029 "with_$ac_useropt"
2030 "*) ;;
2031 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2032 ac_unrecognized_sep=', ';;
2033 esac
2034 eval with_$ac_useropt=no ;;
2036 --x)
2037 # Obsolete; use --with-x.
2038 with_x=yes ;;
2040 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2041 | --x-incl | --x-inc | --x-in | --x-i)
2042 ac_prev=x_includes ;;
2043 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2044 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2045 x_includes=$ac_optarg ;;
2047 -x-libraries | --x-libraries | --x-librarie | --x-librari \
2048 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2049 ac_prev=x_libraries ;;
2050 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2051 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2052 x_libraries=$ac_optarg ;;
2054 -*) as_fn_error $? "unrecognized option: \`$ac_option'
2055 Try \`$0 --help' for more information"
2058 *=*)
2059 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2060 # Reject names that are not valid shell variable names.
2061 case $ac_envvar in #(
2062 '' | [0-9]* | *[!_$as_cr_alnum]* )
2063 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2064 esac
2065 eval $ac_envvar=\$ac_optarg
2066 export $ac_envvar ;;
2069 # FIXME: should be removed in autoconf 3.0.
2070 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2071 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2072 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2073 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2076 esac
2077 done
2079 if test -n "$ac_prev"; then
2080 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2081 as_fn_error $? "missing argument to $ac_option"
2084 if test -n "$ac_unrecognized_opts"; then
2085 case $enable_option_checking in
2086 no) ;;
2087 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2088 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2089 esac
2092 # Check all directory arguments for consistency.
2093 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2094 datadir sysconfdir sharedstatedir localstatedir includedir \
2095 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2096 libdir localedir mandir runstatedir
2098 eval ac_val=\$$ac_var
2099 # Remove trailing slashes.
2100 case $ac_val in
2101 */ )
2102 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2103 eval $ac_var=\$ac_val;;
2104 esac
2105 # Be sure to have absolute directory names.
2106 case $ac_val in
2107 [\\/$]* | ?:[\\/]* ) continue;;
2108 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2109 esac
2110 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2111 done
2113 # There might be people who depend on the old broken behavior: `$host'
2114 # used to hold the argument of --host etc.
2115 # FIXME: To remove some day.
2116 build=$build_alias
2117 host=$host_alias
2118 target=$target_alias
2120 # FIXME: To remove some day.
2121 if test "x$host_alias" != x; then
2122 if test "x$build_alias" = x; then
2123 cross_compiling=maybe
2124 elif test "x$build_alias" != "x$host_alias"; then
2125 cross_compiling=yes
2129 ac_tool_prefix=
2130 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2132 test "$silent" = yes && exec 6>/dev/null
2135 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2136 ac_ls_di=`ls -di .` &&
2137 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2138 as_fn_error $? "working directory cannot be determined"
2139 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2140 as_fn_error $? "pwd does not report name of working directory"
2143 # Find the source files, if location was not specified.
2144 if test -z "$srcdir"; then
2145 ac_srcdir_defaulted=yes
2146 # Try the directory containing this script, then the parent directory.
2147 ac_confdir=`$as_dirname -- "$as_myself" ||
2148 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2149 X"$as_myself" : 'X\(//\)[^/]' \| \
2150 X"$as_myself" : 'X\(//\)$' \| \
2151 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2152 $as_echo X"$as_myself" |
2153 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2154 s//\1/
2157 /^X\(\/\/\)[^/].*/{
2158 s//\1/
2161 /^X\(\/\/\)$/{
2162 s//\1/
2165 /^X\(\/\).*/{
2166 s//\1/
2169 s/.*/./; q'`
2170 srcdir=$ac_confdir
2171 if test ! -r "$srcdir/$ac_unique_file"; then
2172 srcdir=..
2174 else
2175 ac_srcdir_defaulted=no
2177 if test ! -r "$srcdir/$ac_unique_file"; then
2178 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2179 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2181 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2182 ac_abs_confdir=`(
2183 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2184 pwd)`
2185 # When building in place, set srcdir=.
2186 if test "$ac_abs_confdir" = "$ac_pwd"; then
2187 srcdir=.
2189 # Remove unnecessary trailing slashes from srcdir.
2190 # Double slashes in file names in object file debugging info
2191 # mess up M-x gdb in Emacs.
2192 case $srcdir in
2193 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2194 esac
2195 for ac_var in $ac_precious_vars; do
2196 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2197 eval ac_env_${ac_var}_value=\$${ac_var}
2198 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2199 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2200 done
2203 # Report the --help message.
2205 if test "$ac_init_help" = "long"; then
2206 # Omit some internal or obsolete options to make the list less imposing.
2207 # This message is too long to be a string in the A/UX 3.1 sh.
2208 cat <<_ACEOF
2209 \`configure' configures Wine 1.9.22 to adapt to many kinds of systems.
2211 Usage: $0 [OPTION]... [VAR=VALUE]...
2213 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2214 VAR=VALUE. See below for descriptions of some of the useful variables.
2216 Defaults for the options are specified in brackets.
2218 Configuration:
2219 -h, --help display this help and exit
2220 --help=short display options specific to this package
2221 --help=recursive display the short help of all the included packages
2222 -V, --version display version information and exit
2223 -q, --quiet, --silent do not print \`checking ...' messages
2224 --cache-file=FILE cache test results in FILE [disabled]
2225 -C, --config-cache alias for \`--cache-file=config.cache'
2226 -n, --no-create do not create output files
2227 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2229 Installation directories:
2230 --prefix=PREFIX install architecture-independent files in PREFIX
2231 [$ac_default_prefix]
2232 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2233 [PREFIX]
2235 By default, \`make install' will install all the files in
2236 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2237 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2238 for instance \`--prefix=\$HOME'.
2240 For better control, use the options below.
2242 Fine tuning of the installation directories:
2243 --bindir=DIR user executables [EPREFIX/bin]
2244 --sbindir=DIR system admin executables [EPREFIX/sbin]
2245 --libexecdir=DIR program executables [EPREFIX/libexec]
2246 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2247 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2248 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2249 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2250 --libdir=DIR object code libraries [EPREFIX/lib]
2251 --includedir=DIR C header files [PREFIX/include]
2252 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2253 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2254 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2255 --infodir=DIR info documentation [DATAROOTDIR/info]
2256 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2257 --mandir=DIR man documentation [DATAROOTDIR/man]
2258 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2259 --htmldir=DIR html documentation [DOCDIR]
2260 --dvidir=DIR dvi documentation [DOCDIR]
2261 --pdfdir=DIR pdf documentation [DOCDIR]
2262 --psdir=DIR ps documentation [DOCDIR]
2263 _ACEOF
2265 cat <<\_ACEOF
2267 X features:
2268 --x-includes=DIR X include files are in DIR
2269 --x-libraries=DIR X library files are in DIR
2271 System types:
2272 --build=BUILD configure for building on BUILD [guessed]
2273 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2274 _ACEOF
2277 if test -n "$ac_init_help"; then
2278 case $ac_init_help in
2279 short | recursive ) echo "Configuration of Wine 1.9.22:";;
2280 esac
2281 cat <<\_ACEOF
2283 Optional Features:
2284 --disable-option-checking ignore unrecognized --enable/--with options
2285 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2286 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2287 --disable-win16 do not include Win16 support
2288 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2289 binaries)
2290 --disable-tests do not build the regression tests
2291 --enable-maintainer-mode
2292 enable maintainer-specific build rules
2293 --disable-largefile omit support for large files
2295 Optional Packages:
2296 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2297 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2298 --without-alsa do not use the Alsa sound support
2299 --without-capi do not use CAPI (ISDN support)
2300 --without-cms do not use CMS (color management support)
2301 --without-coreaudio do not use the CoreAudio sound support
2302 --without-cups do not use CUPS
2303 --without-curses do not use (n)curses
2304 --without-dbus do not use DBus (dynamic device support)
2305 --without-fontconfig do not use fontconfig
2306 --without-freetype do not use the FreeType library
2307 --without-gettext do not use gettext
2308 --with-gettextpo use the GetTextPO library to rebuild po files
2309 --without-gphoto do not use gphoto (Digital Camera support)
2310 --without-glu do not use the GLU library
2311 --without-gnutls do not use GnuTLS (schannel support)
2312 --without-gsm do not use libgsm (GSM 06.10 codec support)
2313 --without-gstreamer do not use GStreamer (codecs support)
2314 --without-hal do not use HAL (dynamic device support)
2315 --without-jpeg do not use JPEG
2316 --without-ldap do not use LDAP
2317 --without-mpg123 do not use the mpg123 library
2318 --without-netapi do not use the Samba NetAPI library
2319 --without-openal do not use OpenAL
2320 --without-opencl do not use OpenCL
2321 --without-opengl do not use OpenGL
2322 --without-osmesa do not use the OSMesa library
2323 --without-oss do not use the OSS sound support
2324 --without-pcap do not use the Packet Capture library
2325 --without-png do not use PNG
2326 --without-pthread do not use the pthread library
2327 --without-pulse do not use PulseAudio sound support
2328 --without-sane do not use SANE (scanner support)
2329 --without-tiff do not use TIFF
2330 --without-udev do not use udev (plug and play support)
2331 --without-v4l do not use v4l1 (v4l support)
2332 --without-xcomposite do not use the Xcomposite extension
2333 --without-xcursor do not use the Xcursor extension
2334 --without-xinerama do not use Xinerama (multi-monitor support)
2335 --without-xinput do not use the Xinput extension
2336 --without-xinput2 do not use the Xinput 2 extension
2337 --without-xml do not use XML
2338 --without-xrandr do not use Xrandr (resolution changes)
2339 --without-xrender do not use the Xrender extension
2340 --without-xshape do not use the Xshape extension
2341 --without-xshm do not use XShm (shared memory extension)
2342 --without-xslt do not use XSLT
2343 --without-xxf86vm do not use XFree video mode extension
2344 --without-zlib do not use Zlib (data compression)
2345 --with-wine-tools=DIR use Wine tools from directory DIR
2346 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2347 --with-x use the X Window System
2349 Some influential environment variables:
2350 CC C compiler command
2351 CFLAGS C compiler flags
2352 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2353 nonstandard directory <lib dir>
2354 LIBS libraries to pass to the linker, e.g. -l<library>
2355 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2356 you have headers in a nonstandard directory <include dir>
2357 CXX C++ compiler command
2358 CXXFLAGS C++ compiler flags
2359 CPP C preprocessor
2360 XMKMF Path to xmkmf, Makefile generator for X Window System
2361 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2362 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2363 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2364 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2365 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2366 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2367 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2368 HAL_LIBS Linker flags for hal, overriding pkg-config
2369 GNUTLS_CFLAGS
2370 C compiler flags for gnutls, overriding pkg-config
2371 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2372 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2373 SANE_LIBS Linker flags for libsane, overriding pkg-config
2374 GPHOTO2_CFLAGS
2375 C compiler flags for libgphoto2, overriding pkg-config
2376 GPHOTO2_LIBS
2377 Linker flags for libgphoto2, overriding pkg-config
2378 GPHOTO2_PORT_CFLAGS
2379 C compiler flags for libgphoto2_port, overriding pkg-config
2380 GPHOTO2_PORT_LIBS
2381 Linker flags for libgphoto2_port, overriding pkg-config
2382 LCMS2_CFLAGS
2383 C compiler flags for lcms2, overriding pkg-config
2384 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2385 FREETYPE_CFLAGS
2386 C compiler flags for freetype2, overriding pkg-config
2387 FREETYPE_LIBS
2388 Linker flags for freetype2, overriding pkg-config
2389 PULSE_CFLAGS
2390 C compiler flags for libpulse, overriding pkg-config
2391 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2392 GSTREAMER_CFLAGS
2393 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2394 gstreamer-audio-1.0, overriding pkg-config
2395 GSTREAMER_LIBS
2396 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2397 gstreamer-audio-1.0, overriding pkg-config
2398 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2399 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2400 CAPI20_CFLAGS
2401 C compiler flags for capi20, overriding pkg-config
2402 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2403 FONTCONFIG_CFLAGS
2404 C compiler flags for fontconfig, overriding pkg-config
2405 FONTCONFIG_LIBS
2406 Linker flags for fontconfig, overriding pkg-config
2407 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2408 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2409 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2410 PNG_LIBS Linker flags for libpng, overriding pkg-config
2411 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2412 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2413 MPG123_CFLAGS
2414 C compiler flags for libmpg123, overriding pkg-config
2415 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2416 NETAPI_CFLAGS
2417 C compiler flags for netapi, overriding pkg-config
2418 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2420 Use these variables to override the choices made by `configure' or to help
2421 it to find libraries and programs with nonstandard names/locations.
2423 Report bugs to <wine-devel@winehq.org>.
2424 Wine home page: <http://www.winehq.org>.
2425 _ACEOF
2426 ac_status=$?
2429 if test "$ac_init_help" = "recursive"; then
2430 # If there are subdirs, report their specific --help.
2431 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2432 test -d "$ac_dir" ||
2433 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2434 continue
2435 ac_builddir=.
2437 case "$ac_dir" in
2438 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2440 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2441 # A ".." for each directory in $ac_dir_suffix.
2442 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2443 case $ac_top_builddir_sub in
2444 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2445 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2446 esac ;;
2447 esac
2448 ac_abs_top_builddir=$ac_pwd
2449 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2450 # for backward compatibility:
2451 ac_top_builddir=$ac_top_build_prefix
2453 case $srcdir in
2454 .) # We are building in place.
2455 ac_srcdir=.
2456 ac_top_srcdir=$ac_top_builddir_sub
2457 ac_abs_top_srcdir=$ac_pwd ;;
2458 [\\/]* | ?:[\\/]* ) # Absolute name.
2459 ac_srcdir=$srcdir$ac_dir_suffix;
2460 ac_top_srcdir=$srcdir
2461 ac_abs_top_srcdir=$srcdir ;;
2462 *) # Relative name.
2463 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2464 ac_top_srcdir=$ac_top_build_prefix$srcdir
2465 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2466 esac
2467 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2469 cd "$ac_dir" || { ac_status=$?; continue; }
2470 # Check for guested configure.
2471 if test -f "$ac_srcdir/configure.gnu"; then
2472 echo &&
2473 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2474 elif test -f "$ac_srcdir/configure"; then
2475 echo &&
2476 $SHELL "$ac_srcdir/configure" --help=recursive
2477 else
2478 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2479 fi || ac_status=$?
2480 cd "$ac_pwd" || { ac_status=$?; break; }
2481 done
2484 test -n "$ac_init_help" && exit $ac_status
2485 if $ac_init_version; then
2486 cat <<\_ACEOF
2487 Wine configure 1.9.22
2488 generated by GNU Autoconf 2.69
2490 Copyright (C) 2012 Free Software Foundation, Inc.
2491 This configure script is free software; the Free Software Foundation
2492 gives unlimited permission to copy, distribute and modify it.
2493 _ACEOF
2494 exit
2497 ## ------------------------ ##
2498 ## Autoconf initialization. ##
2499 ## ------------------------ ##
2501 # ac_fn_c_try_compile LINENO
2502 # --------------------------
2503 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2504 ac_fn_c_try_compile ()
2506 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2507 rm -f conftest.$ac_objext
2508 if { { ac_try="$ac_compile"
2509 case "(($ac_try" in
2510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2511 *) ac_try_echo=$ac_try;;
2512 esac
2513 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2514 $as_echo "$ac_try_echo"; } >&5
2515 (eval "$ac_compile") 2>conftest.err
2516 ac_status=$?
2517 if test -s conftest.err; then
2518 grep -v '^ *+' conftest.err >conftest.er1
2519 cat conftest.er1 >&5
2520 mv -f conftest.er1 conftest.err
2522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2523 test $ac_status = 0; } && {
2524 test -z "$ac_c_werror_flag" ||
2525 test ! -s conftest.err
2526 } && test -s conftest.$ac_objext; then :
2527 ac_retval=0
2528 else
2529 $as_echo "$as_me: failed program was:" >&5
2530 sed 's/^/| /' conftest.$ac_ext >&5
2532 ac_retval=1
2534 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2535 as_fn_set_status $ac_retval
2537 } # ac_fn_c_try_compile
2539 # ac_fn_cxx_try_compile LINENO
2540 # ----------------------------
2541 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2542 ac_fn_cxx_try_compile ()
2544 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2545 rm -f conftest.$ac_objext
2546 if { { ac_try="$ac_compile"
2547 case "(($ac_try" in
2548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2549 *) ac_try_echo=$ac_try;;
2550 esac
2551 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2552 $as_echo "$ac_try_echo"; } >&5
2553 (eval "$ac_compile") 2>conftest.err
2554 ac_status=$?
2555 if test -s conftest.err; then
2556 grep -v '^ *+' conftest.err >conftest.er1
2557 cat conftest.er1 >&5
2558 mv -f conftest.er1 conftest.err
2560 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2561 test $ac_status = 0; } && {
2562 test -z "$ac_cxx_werror_flag" ||
2563 test ! -s conftest.err
2564 } && test -s conftest.$ac_objext; then :
2565 ac_retval=0
2566 else
2567 $as_echo "$as_me: failed program was:" >&5
2568 sed 's/^/| /' conftest.$ac_ext >&5
2570 ac_retval=1
2572 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2573 as_fn_set_status $ac_retval
2575 } # ac_fn_cxx_try_compile
2577 # ac_fn_c_try_link LINENO
2578 # -----------------------
2579 # Try to link conftest.$ac_ext, and return whether this succeeded.
2580 ac_fn_c_try_link ()
2582 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2583 rm -f conftest.$ac_objext conftest$ac_exeext
2584 if { { ac_try="$ac_link"
2585 case "(($ac_try" in
2586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2587 *) ac_try_echo=$ac_try;;
2588 esac
2589 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2590 $as_echo "$ac_try_echo"; } >&5
2591 (eval "$ac_link") 2>conftest.err
2592 ac_status=$?
2593 if test -s conftest.err; then
2594 grep -v '^ *+' conftest.err >conftest.er1
2595 cat conftest.er1 >&5
2596 mv -f conftest.er1 conftest.err
2598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2599 test $ac_status = 0; } && {
2600 test -z "$ac_c_werror_flag" ||
2601 test ! -s conftest.err
2602 } && test -s conftest$ac_exeext && {
2603 test "$cross_compiling" = yes ||
2604 test -x conftest$ac_exeext
2605 }; then :
2606 ac_retval=0
2607 else
2608 $as_echo "$as_me: failed program was:" >&5
2609 sed 's/^/| /' conftest.$ac_ext >&5
2611 ac_retval=1
2613 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2614 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2615 # interfere with the next link command; also delete a directory that is
2616 # left behind by Apple's compiler. We do this before executing the actions.
2617 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2618 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2619 as_fn_set_status $ac_retval
2621 } # ac_fn_c_try_link
2623 # ac_fn_c_try_cpp LINENO
2624 # ----------------------
2625 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2626 ac_fn_c_try_cpp ()
2628 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2629 if { { ac_try="$ac_cpp conftest.$ac_ext"
2630 case "(($ac_try" in
2631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2632 *) ac_try_echo=$ac_try;;
2633 esac
2634 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2635 $as_echo "$ac_try_echo"; } >&5
2636 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2637 ac_status=$?
2638 if test -s conftest.err; then
2639 grep -v '^ *+' conftest.err >conftest.er1
2640 cat conftest.er1 >&5
2641 mv -f conftest.er1 conftest.err
2643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2644 test $ac_status = 0; } > conftest.i && {
2645 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2646 test ! -s conftest.err
2647 }; then :
2648 ac_retval=0
2649 else
2650 $as_echo "$as_me: failed program was:" >&5
2651 sed 's/^/| /' conftest.$ac_ext >&5
2653 ac_retval=1
2655 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2656 as_fn_set_status $ac_retval
2658 } # ac_fn_c_try_cpp
2660 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2661 # -------------------------------------------------------
2662 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2663 # the include files in INCLUDES and setting the cache variable VAR
2664 # accordingly.
2665 ac_fn_c_check_header_mongrel ()
2667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2668 if eval \${$3+:} false; then :
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2670 $as_echo_n "checking for $2... " >&6; }
2671 if eval \${$3+:} false; then :
2672 $as_echo_n "(cached) " >&6
2674 eval ac_res=\$$3
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2676 $as_echo "$ac_res" >&6; }
2677 else
2678 # Is the header compilable?
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2680 $as_echo_n "checking $2 usability... " >&6; }
2681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2682 /* end confdefs.h. */
2684 #include <$2>
2685 _ACEOF
2686 if ac_fn_c_try_compile "$LINENO"; then :
2687 ac_header_compiler=yes
2688 else
2689 ac_header_compiler=no
2691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2693 $as_echo "$ac_header_compiler" >&6; }
2695 # Is the header present?
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2697 $as_echo_n "checking $2 presence... " >&6; }
2698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2699 /* end confdefs.h. */
2700 #include <$2>
2701 _ACEOF
2702 if ac_fn_c_try_cpp "$LINENO"; then :
2703 ac_header_preproc=yes
2704 else
2705 ac_header_preproc=no
2707 rm -f conftest.err conftest.i conftest.$ac_ext
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2709 $as_echo "$ac_header_preproc" >&6; }
2711 # So? What about this header?
2712 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2713 yes:no: )
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2715 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2717 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2719 no:yes:* )
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2721 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2723 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2725 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2727 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2729 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2730 ( $as_echo "## ------------------------------------ ##
2731 ## Report this to wine-devel@winehq.org ##
2732 ## ------------------------------------ ##"
2733 ) | sed "s/^/$as_me: WARNING: /" >&2
2735 esac
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2737 $as_echo_n "checking for $2... " >&6; }
2738 if eval \${$3+:} false; then :
2739 $as_echo_n "(cached) " >&6
2740 else
2741 eval "$3=\$ac_header_compiler"
2743 eval ac_res=\$$3
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2745 $as_echo "$ac_res" >&6; }
2747 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2749 } # ac_fn_c_check_header_mongrel
2751 # ac_fn_c_try_run LINENO
2752 # ----------------------
2753 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2754 # that executables *can* be run.
2755 ac_fn_c_try_run ()
2757 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2758 if { { ac_try="$ac_link"
2759 case "(($ac_try" in
2760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2761 *) ac_try_echo=$ac_try;;
2762 esac
2763 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2764 $as_echo "$ac_try_echo"; } >&5
2765 (eval "$ac_link") 2>&5
2766 ac_status=$?
2767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2768 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2769 { { case "(($ac_try" in
2770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2771 *) ac_try_echo=$ac_try;;
2772 esac
2773 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2774 $as_echo "$ac_try_echo"; } >&5
2775 (eval "$ac_try") 2>&5
2776 ac_status=$?
2777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2778 test $ac_status = 0; }; }; then :
2779 ac_retval=0
2780 else
2781 $as_echo "$as_me: program exited with status $ac_status" >&5
2782 $as_echo "$as_me: failed program was:" >&5
2783 sed 's/^/| /' conftest.$ac_ext >&5
2785 ac_retval=$ac_status
2787 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2788 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2789 as_fn_set_status $ac_retval
2791 } # ac_fn_c_try_run
2793 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2794 # -------------------------------------------------------
2795 # Tests whether HEADER exists and can be compiled using the include files in
2796 # INCLUDES, setting the cache variable VAR accordingly.
2797 ac_fn_c_check_header_compile ()
2799 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2801 $as_echo_n "checking for $2... " >&6; }
2802 if eval \${$3+:} false; then :
2803 $as_echo_n "(cached) " >&6
2804 else
2805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2806 /* end confdefs.h. */
2808 #include <$2>
2809 _ACEOF
2810 if ac_fn_c_try_compile "$LINENO"; then :
2811 eval "$3=yes"
2812 else
2813 eval "$3=no"
2815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2817 eval ac_res=\$$3
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2819 $as_echo "$ac_res" >&6; }
2820 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2822 } # ac_fn_c_check_header_compile
2824 # ac_fn_c_check_func LINENO FUNC VAR
2825 # ----------------------------------
2826 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2827 ac_fn_c_check_func ()
2829 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2831 $as_echo_n "checking for $2... " >&6; }
2832 if eval \${$3+:} false; then :
2833 $as_echo_n "(cached) " >&6
2834 else
2835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2836 /* end confdefs.h. */
2837 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2839 #define $2 innocuous_$2
2841 /* System header to define __stub macros and hopefully few prototypes,
2842 which can conflict with char $2 (); below.
2843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2844 <limits.h> exists even on freestanding compilers. */
2846 #ifdef __STDC__
2847 # include <limits.h>
2848 #else
2849 # include <assert.h>
2850 #endif
2852 #undef $2
2854 /* Override any GCC internal prototype to avoid an error.
2855 Use char because int might match the return type of a GCC
2856 builtin and then its argument prototype would still apply. */
2857 #ifdef __cplusplus
2858 extern "C"
2859 #endif
2860 char $2 ();
2861 /* The GNU C library defines this for functions which it implements
2862 to always fail with ENOSYS. Some functions are actually named
2863 something starting with __ and the normal name is an alias. */
2864 #if defined __stub_$2 || defined __stub___$2
2865 choke me
2866 #endif
2869 main ()
2871 return $2 ();
2873 return 0;
2875 _ACEOF
2876 if ac_fn_c_try_link "$LINENO"; then :
2877 eval "$3=yes"
2878 else
2879 eval "$3=no"
2881 rm -f core conftest.err conftest.$ac_objext \
2882 conftest$ac_exeext conftest.$ac_ext
2884 eval ac_res=\$$3
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2886 $as_echo "$ac_res" >&6; }
2887 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2889 } # ac_fn_c_check_func
2891 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2892 # ----------------------------------------------------
2893 # Tries to find if the field MEMBER exists in type AGGR, after including
2894 # INCLUDES, setting cache variable VAR accordingly.
2895 ac_fn_c_check_member ()
2897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2899 $as_echo_n "checking for $2.$3... " >&6; }
2900 if eval \${$4+:} false; then :
2901 $as_echo_n "(cached) " >&6
2902 else
2903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2904 /* end confdefs.h. */
2907 main ()
2909 static $2 ac_aggr;
2910 if (ac_aggr.$3)
2911 return 0;
2913 return 0;
2915 _ACEOF
2916 if ac_fn_c_try_compile "$LINENO"; then :
2917 eval "$4=yes"
2918 else
2919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2920 /* end confdefs.h. */
2923 main ()
2925 static $2 ac_aggr;
2926 if (sizeof ac_aggr.$3)
2927 return 0;
2929 return 0;
2931 _ACEOF
2932 if ac_fn_c_try_compile "$LINENO"; then :
2933 eval "$4=yes"
2934 else
2935 eval "$4=no"
2937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2941 eval ac_res=\$$4
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2943 $as_echo "$ac_res" >&6; }
2944 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2946 } # ac_fn_c_check_member
2948 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2949 # -------------------------------------------
2950 # Tests whether TYPE exists after having included INCLUDES, setting cache
2951 # variable VAR accordingly.
2952 ac_fn_c_check_type ()
2954 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2956 $as_echo_n "checking for $2... " >&6; }
2957 if eval \${$3+:} false; then :
2958 $as_echo_n "(cached) " >&6
2959 else
2960 eval "$3=no"
2961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2962 /* end confdefs.h. */
2965 main ()
2967 if (sizeof ($2))
2968 return 0;
2970 return 0;
2972 _ACEOF
2973 if ac_fn_c_try_compile "$LINENO"; then :
2974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2975 /* end confdefs.h. */
2978 main ()
2980 if (sizeof (($2)))
2981 return 0;
2983 return 0;
2985 _ACEOF
2986 if ac_fn_c_try_compile "$LINENO"; then :
2988 else
2989 eval "$3=yes"
2991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2995 eval ac_res=\$$3
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2997 $as_echo "$ac_res" >&6; }
2998 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3000 } # ac_fn_c_check_type
3001 cat >config.log <<_ACEOF
3002 This file contains any messages produced by compilers while
3003 running configure, to aid debugging if configure makes a mistake.
3005 It was created by Wine $as_me 1.9.22, which was
3006 generated by GNU Autoconf 2.69. Invocation command line was
3008 $ $0 $@
3010 _ACEOF
3011 exec 5>>config.log
3013 cat <<_ASUNAME
3014 ## --------- ##
3015 ## Platform. ##
3016 ## --------- ##
3018 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3019 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3020 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3021 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3022 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3024 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3025 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3027 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3028 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3029 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3030 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3031 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3032 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3033 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3035 _ASUNAME
3037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3038 for as_dir in $PATH
3040 IFS=$as_save_IFS
3041 test -z "$as_dir" && as_dir=.
3042 $as_echo "PATH: $as_dir"
3043 done
3044 IFS=$as_save_IFS
3046 } >&5
3048 cat >&5 <<_ACEOF
3051 ## ----------- ##
3052 ## Core tests. ##
3053 ## ----------- ##
3055 _ACEOF
3058 # Keep a trace of the command line.
3059 # Strip out --no-create and --no-recursion so they do not pile up.
3060 # Strip out --silent because we don't want to record it for future runs.
3061 # Also quote any args containing shell meta-characters.
3062 # Make two passes to allow for proper duplicate-argument suppression.
3063 ac_configure_args=
3064 ac_configure_args0=
3065 ac_configure_args1=
3066 ac_must_keep_next=false
3067 for ac_pass in 1 2
3069 for ac_arg
3071 case $ac_arg in
3072 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3074 | -silent | --silent | --silen | --sile | --sil)
3075 continue ;;
3076 *\'*)
3077 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3078 esac
3079 case $ac_pass in
3080 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3082 as_fn_append ac_configure_args1 " '$ac_arg'"
3083 if test $ac_must_keep_next = true; then
3084 ac_must_keep_next=false # Got value, back to normal.
3085 else
3086 case $ac_arg in
3087 *=* | --config-cache | -C | -disable-* | --disable-* \
3088 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3089 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3090 | -with-* | --with-* | -without-* | --without-* | --x)
3091 case "$ac_configure_args0 " in
3092 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3093 esac
3095 -* ) ac_must_keep_next=true ;;
3096 esac
3098 as_fn_append ac_configure_args " '$ac_arg'"
3100 esac
3101 done
3102 done
3103 { ac_configure_args0=; unset ac_configure_args0;}
3104 { ac_configure_args1=; unset ac_configure_args1;}
3106 # When interrupted or exit'd, cleanup temporary files, and complete
3107 # config.log. We remove comments because anyway the quotes in there
3108 # would cause problems or look ugly.
3109 # WARNING: Use '\'' to represent an apostrophe within the trap.
3110 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3111 trap 'exit_status=$?
3112 # Save into config.log some information that might help in debugging.
3114 echo
3116 $as_echo "## ---------------- ##
3117 ## Cache variables. ##
3118 ## ---------------- ##"
3119 echo
3120 # The following way of writing the cache mishandles newlines in values,
3122 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3123 eval ac_val=\$$ac_var
3124 case $ac_val in #(
3125 *${as_nl}*)
3126 case $ac_var in #(
3127 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3128 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3129 esac
3130 case $ac_var in #(
3131 _ | IFS | as_nl) ;; #(
3132 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3133 *) { eval $ac_var=; unset $ac_var;} ;;
3134 esac ;;
3135 esac
3136 done
3137 (set) 2>&1 |
3138 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3139 *${as_nl}ac_space=\ *)
3140 sed -n \
3141 "s/'\''/'\''\\\\'\'''\''/g;
3142 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3143 ;; #(
3145 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3147 esac |
3148 sort
3150 echo
3152 $as_echo "## ----------------- ##
3153 ## Output variables. ##
3154 ## ----------------- ##"
3155 echo
3156 for ac_var in $ac_subst_vars
3158 eval ac_val=\$$ac_var
3159 case $ac_val in
3160 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3161 esac
3162 $as_echo "$ac_var='\''$ac_val'\''"
3163 done | sort
3164 echo
3166 if test -n "$ac_subst_files"; then
3167 $as_echo "## ------------------- ##
3168 ## File substitutions. ##
3169 ## ------------------- ##"
3170 echo
3171 for ac_var in $ac_subst_files
3173 eval ac_val=\$$ac_var
3174 case $ac_val in
3175 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3176 esac
3177 $as_echo "$ac_var='\''$ac_val'\''"
3178 done | sort
3179 echo
3182 if test -s confdefs.h; then
3183 $as_echo "## ----------- ##
3184 ## confdefs.h. ##
3185 ## ----------- ##"
3186 echo
3187 cat confdefs.h
3188 echo
3190 test "$ac_signal" != 0 &&
3191 $as_echo "$as_me: caught signal $ac_signal"
3192 $as_echo "$as_me: exit $exit_status"
3193 } >&5
3194 rm -f core *.core core.conftest.* &&
3195 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3196 exit $exit_status
3198 for ac_signal in 1 2 13 15; do
3199 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3200 done
3201 ac_signal=0
3203 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3204 rm -f -r conftest* confdefs.h
3206 $as_echo "/* confdefs.h */" > confdefs.h
3208 # Predefined preprocessor variables.
3210 cat >>confdefs.h <<_ACEOF
3211 #define PACKAGE_NAME "$PACKAGE_NAME"
3212 _ACEOF
3214 cat >>confdefs.h <<_ACEOF
3215 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3216 _ACEOF
3218 cat >>confdefs.h <<_ACEOF
3219 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3220 _ACEOF
3222 cat >>confdefs.h <<_ACEOF
3223 #define PACKAGE_STRING "$PACKAGE_STRING"
3224 _ACEOF
3226 cat >>confdefs.h <<_ACEOF
3227 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3228 _ACEOF
3230 cat >>confdefs.h <<_ACEOF
3231 #define PACKAGE_URL "$PACKAGE_URL"
3232 _ACEOF
3235 # Let the site file select an alternate cache file if it wants to.
3236 # Prefer an explicitly selected file to automatically selected ones.
3237 ac_site_file1=NONE
3238 ac_site_file2=NONE
3239 if test -n "$CONFIG_SITE"; then
3240 # We do not want a PATH search for config.site.
3241 case $CONFIG_SITE in #((
3242 -*) ac_site_file1=./$CONFIG_SITE;;
3243 */*) ac_site_file1=$CONFIG_SITE;;
3244 *) ac_site_file1=./$CONFIG_SITE;;
3245 esac
3246 elif test "x$prefix" != xNONE; then
3247 ac_site_file1=$prefix/share/config.site
3248 ac_site_file2=$prefix/etc/config.site
3249 else
3250 ac_site_file1=$ac_default_prefix/share/config.site
3251 ac_site_file2=$ac_default_prefix/etc/config.site
3253 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3255 test "x$ac_site_file" = xNONE && continue
3256 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3258 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3259 sed 's/^/| /' "$ac_site_file" >&5
3260 . "$ac_site_file" \
3261 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3262 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3263 as_fn_error $? "failed to load site script $ac_site_file
3264 See \`config.log' for more details" "$LINENO" 5; }
3266 done
3268 if test -r "$cache_file"; then
3269 # Some versions of bash will fail to source /dev/null (special files
3270 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3271 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3273 $as_echo "$as_me: loading cache $cache_file" >&6;}
3274 case $cache_file in
3275 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3276 *) . "./$cache_file";;
3277 esac
3279 else
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3281 $as_echo "$as_me: creating cache $cache_file" >&6;}
3282 >$cache_file
3285 # Check that the precious variables saved in the cache have kept the same
3286 # value.
3287 ac_cache_corrupted=false
3288 for ac_var in $ac_precious_vars; do
3289 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3290 eval ac_new_set=\$ac_env_${ac_var}_set
3291 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3292 eval ac_new_val=\$ac_env_${ac_var}_value
3293 case $ac_old_set,$ac_new_set in
3294 set,)
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3296 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3297 ac_cache_corrupted=: ;;
3298 ,set)
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3300 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3301 ac_cache_corrupted=: ;;
3302 ,);;
3304 if test "x$ac_old_val" != "x$ac_new_val"; then
3305 # differences in whitespace do not lead to failure.
3306 ac_old_val_w=`echo x $ac_old_val`
3307 ac_new_val_w=`echo x $ac_new_val`
3308 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3310 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3311 ac_cache_corrupted=:
3312 else
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3314 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3315 eval $ac_var=\$ac_old_val
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3318 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3320 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3321 fi;;
3322 esac
3323 # Pass precious variables to config.status.
3324 if test "$ac_new_set" = set; then
3325 case $ac_new_val in
3326 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3327 *) ac_arg=$ac_var=$ac_new_val ;;
3328 esac
3329 case " $ac_configure_args " in
3330 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3331 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3332 esac
3334 done
3335 if $ac_cache_corrupted; then
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3337 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3339 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3340 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3342 ## -------------------- ##
3343 ## Main body of script. ##
3344 ## -------------------- ##
3346 ac_ext=c
3347 ac_cpp='$CPP $CPPFLAGS'
3348 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3349 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3350 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3354 ac_config_headers="$ac_config_headers include/config.h"
3356 ac_aux_dir=
3357 for ac_dir in tools "$srcdir"/tools; do
3358 if test -f "$ac_dir/install-sh"; then
3359 ac_aux_dir=$ac_dir
3360 ac_install_sh="$ac_aux_dir/install-sh -c"
3361 break
3362 elif test -f "$ac_dir/install.sh"; then
3363 ac_aux_dir=$ac_dir
3364 ac_install_sh="$ac_aux_dir/install.sh -c"
3365 break
3366 elif test -f "$ac_dir/shtool"; then
3367 ac_aux_dir=$ac_dir
3368 ac_install_sh="$ac_aux_dir/shtool install -c"
3369 break
3371 done
3372 if test -z "$ac_aux_dir"; then
3373 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3376 # These three variables are undocumented and unsupported,
3377 # and are intended to be withdrawn in a future Autoconf release.
3378 # They can cause serious problems if a builder's source tree is in a directory
3379 # whose full name contains unusual characters.
3380 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3381 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3382 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3386 libwine_version="1.0"
3390 # Check whether --enable-win16 was given.
3391 if test "${enable_win16+set}" = set; then :
3392 enableval=$enable_win16;
3395 # Check whether --enable-win64 was given.
3396 if test "${enable_win64+set}" = set; then :
3397 enableval=$enable_win64;
3400 # Check whether --enable-tests was given.
3401 if test "${enable_tests+set}" = set; then :
3402 enableval=$enable_tests;
3405 # Check whether --enable-maintainer-mode was given.
3406 if test "${enable_maintainer_mode+set}" = set; then :
3407 enableval=$enable_maintainer_mode;
3412 # Check whether --with-alsa was given.
3413 if test "${with_alsa+set}" = set; then :
3414 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3418 # Check whether --with-capi was given.
3419 if test "${with_capi+set}" = set; then :
3420 withval=$with_capi;
3424 # Check whether --with-cms was given.
3425 if test "${with_cms+set}" = set; then :
3426 withval=$with_cms;
3430 # Check whether --with-coreaudio was given.
3431 if test "${with_coreaudio+set}" = set; then :
3432 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3436 # Check whether --with-cups was given.
3437 if test "${with_cups+set}" = set; then :
3438 withval=$with_cups;
3442 # Check whether --with-curses was given.
3443 if test "${with_curses+set}" = set; then :
3444 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3448 # Check whether --with-dbus was given.
3449 if test "${with_dbus+set}" = set; then :
3450 withval=$with_dbus;
3454 # Check whether --with-fontconfig was given.
3455 if test "${with_fontconfig+set}" = set; then :
3456 withval=$with_fontconfig;
3460 # Check whether --with-freetype was given.
3461 if test "${with_freetype+set}" = set; then :
3462 withval=$with_freetype;
3466 # Check whether --with-gettext was given.
3467 if test "${with_gettext+set}" = set; then :
3468 withval=$with_gettext;
3472 # Check whether --with-gettextpo was given.
3473 if test "${with_gettextpo+set}" = set; then :
3474 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3478 # Check whether --with-gphoto was given.
3479 if test "${with_gphoto+set}" = set; then :
3480 withval=$with_gphoto;
3484 # Check whether --with-glu was given.
3485 if test "${with_glu+set}" = set; then :
3486 withval=$with_glu;
3490 # Check whether --with-gnutls was given.
3491 if test "${with_gnutls+set}" = set; then :
3492 withval=$with_gnutls;
3496 # Check whether --with-gsm was given.
3497 if test "${with_gsm+set}" = set; then :
3498 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3502 # Check whether --with-gstreamer was given.
3503 if test "${with_gstreamer+set}" = set; then :
3504 withval=$with_gstreamer;
3508 # Check whether --with-hal was given.
3509 if test "${with_hal+set}" = set; then :
3510 withval=$with_hal;
3514 # Check whether --with-jpeg was given.
3515 if test "${with_jpeg+set}" = set; then :
3516 withval=$with_jpeg;
3520 # Check whether --with-ldap was given.
3521 if test "${with_ldap+set}" = set; then :
3522 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3526 # Check whether --with-mpg123 was given.
3527 if test "${with_mpg123+set}" = set; then :
3528 withval=$with_mpg123;
3532 # Check whether --with-netapi was given.
3533 if test "${with_netapi+set}" = set; then :
3534 withval=$with_netapi;
3538 # Check whether --with-openal was given.
3539 if test "${with_openal+set}" = set; then :
3540 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3544 # Check whether --with-opencl was given.
3545 if test "${with_opencl+set}" = set; then :
3546 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3550 # Check whether --with-opengl was given.
3551 if test "${with_opengl+set}" = set; then :
3552 withval=$with_opengl;
3556 # Check whether --with-osmesa was given.
3557 if test "${with_osmesa+set}" = set; then :
3558 withval=$with_osmesa;
3562 # Check whether --with-oss was given.
3563 if test "${with_oss+set}" = set; then :
3564 withval=$with_oss;
3568 # Check whether --with-pcap was given.
3569 if test "${with_pcap+set}" = set; then :
3570 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3574 # Check whether --with-png was given.
3575 if test "${with_png+set}" = set; then :
3576 withval=$with_png;
3580 # Check whether --with-pthread was given.
3581 if test "${with_pthread+set}" = set; then :
3582 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3586 # Check whether --with-pulse was given.
3587 if test "${with_pulse+set}" = set; then :
3588 withval=$with_pulse;
3592 # Check whether --with-sane was given.
3593 if test "${with_sane+set}" = set; then :
3594 withval=$with_sane;
3598 # Check whether --with-tiff was given.
3599 if test "${with_tiff+set}" = set; then :
3600 withval=$with_tiff;
3604 # Check whether --with-udev was given.
3605 if test "${with_udev+set}" = set; then :
3606 withval=$with_udev;
3610 # Check whether --with-v4l was given.
3611 if test "${with_v4l+set}" = set; then :
3612 withval=$with_v4l;
3616 # Check whether --with-xcomposite was given.
3617 if test "${with_xcomposite+set}" = set; then :
3618 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3622 # Check whether --with-xcursor was given.
3623 if test "${with_xcursor+set}" = set; then :
3624 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3628 # Check whether --with-xinerama was given.
3629 if test "${with_xinerama+set}" = set; then :
3630 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3634 # Check whether --with-xinput was given.
3635 if test "${with_xinput+set}" = set; then :
3636 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3640 # Check whether --with-xinput2 was given.
3641 if test "${with_xinput2+set}" = set; then :
3642 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3646 # Check whether --with-xml was given.
3647 if test "${with_xml+set}" = set; then :
3648 withval=$with_xml;
3652 # Check whether --with-xrandr was given.
3653 if test "${with_xrandr+set}" = set; then :
3654 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3658 # Check whether --with-xrender was given.
3659 if test "${with_xrender+set}" = set; then :
3660 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3664 # Check whether --with-xshape was given.
3665 if test "${with_xshape+set}" = set; then :
3666 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3670 # Check whether --with-xshm was given.
3671 if test "${with_xshm+set}" = set; then :
3672 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3676 # Check whether --with-xslt was given.
3677 if test "${with_xslt+set}" = set; then :
3678 withval=$with_xslt;
3682 # Check whether --with-xxf86vm was given.
3683 if test "${with_xxf86vm+set}" = set; then :
3684 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
3688 # Check whether --with-zlib was given.
3689 if test "${with_zlib+set}" = set; then :
3690 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3695 # Check whether --with-wine-tools was given.
3696 if test "${with_wine_tools+set}" = set; then :
3697 withval=$with_wine_tools;
3701 # Check whether --with-wine64 was given.
3702 if test "${with_wine64+set}" = set; then :
3703 withval=$with_wine64;
3707 # Make sure we can run config.sub.
3708 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3709 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3712 $as_echo_n "checking build system type... " >&6; }
3713 if ${ac_cv_build+:} false; then :
3714 $as_echo_n "(cached) " >&6
3715 else
3716 ac_build_alias=$build_alias
3717 test "x$ac_build_alias" = x &&
3718 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3719 test "x$ac_build_alias" = x &&
3720 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3721 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3722 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3726 $as_echo "$ac_cv_build" >&6; }
3727 case $ac_cv_build in
3728 *-*-*) ;;
3729 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3730 esac
3731 build=$ac_cv_build
3732 ac_save_IFS=$IFS; IFS='-'
3733 set x $ac_cv_build
3734 shift
3735 build_cpu=$1
3736 build_vendor=$2
3737 shift; shift
3738 # Remember, the first character of IFS is used to create $*,
3739 # except with old shells:
3740 build_os=$*
3741 IFS=$ac_save_IFS
3742 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3746 $as_echo_n "checking host system type... " >&6; }
3747 if ${ac_cv_host+:} false; then :
3748 $as_echo_n "(cached) " >&6
3749 else
3750 if test "x$host_alias" = x; then
3751 ac_cv_host=$ac_cv_build
3752 else
3753 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3754 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3759 $as_echo "$ac_cv_host" >&6; }
3760 case $ac_cv_host in
3761 *-*-*) ;;
3762 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3763 esac
3764 host=$ac_cv_host
3765 ac_save_IFS=$IFS; IFS='-'
3766 set x $ac_cv_host
3767 shift
3768 host_cpu=$1
3769 host_vendor=$2
3770 shift; shift
3771 # Remember, the first character of IFS is used to create $*,
3772 # except with old shells:
3773 host_os=$*
3774 IFS=$ac_save_IFS
3775 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3779 case "$srcdir" in
3780 .) ;;
3781 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3782 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3783 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3784 fi ;;
3785 esac
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3789 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3790 set x ${MAKE-make}
3791 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3792 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3793 $as_echo_n "(cached) " >&6
3794 else
3795 cat >conftest.make <<\_ACEOF
3796 SHELL = /bin/sh
3797 all:
3798 @echo '@@@%%%=$(MAKE)=@@@%%%'
3799 _ACEOF
3800 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3801 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3802 *@@@%%%=?*=@@@%%%*)
3803 eval ac_cv_prog_make_${ac_make}_set=yes;;
3805 eval ac_cv_prog_make_${ac_make}_set=no;;
3806 esac
3807 rm -f conftest.make
3809 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3811 $as_echo "yes" >&6; }
3812 SET_MAKE=
3813 else
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3815 $as_echo "no" >&6; }
3816 SET_MAKE="MAKE=${MAKE-make}"
3819 ac_ext=c
3820 ac_cpp='$CPP $CPPFLAGS'
3821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3824 if test -n "$ac_tool_prefix"; then
3825 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3826 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3828 $as_echo_n "checking for $ac_word... " >&6; }
3829 if ${ac_cv_prog_CC+:} false; then :
3830 $as_echo_n "(cached) " >&6
3831 else
3832 if test -n "$CC"; then
3833 ac_cv_prog_CC="$CC" # Let the user override the test.
3834 else
3835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3836 for as_dir in $PATH
3838 IFS=$as_save_IFS
3839 test -z "$as_dir" && as_dir=.
3840 for ac_exec_ext in '' $ac_executable_extensions; do
3841 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3842 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3844 break 2
3846 done
3847 done
3848 IFS=$as_save_IFS
3852 CC=$ac_cv_prog_CC
3853 if test -n "$CC"; then
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3855 $as_echo "$CC" >&6; }
3856 else
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3858 $as_echo "no" >&6; }
3863 if test -z "$ac_cv_prog_CC"; then
3864 ac_ct_CC=$CC
3865 # Extract the first word of "gcc", so it can be a program name with args.
3866 set dummy gcc; ac_word=$2
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3868 $as_echo_n "checking for $ac_word... " >&6; }
3869 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3870 $as_echo_n "(cached) " >&6
3871 else
3872 if test -n "$ac_ct_CC"; then
3873 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3874 else
3875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3876 for as_dir in $PATH
3878 IFS=$as_save_IFS
3879 test -z "$as_dir" && as_dir=.
3880 for ac_exec_ext in '' $ac_executable_extensions; do
3881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3882 ac_cv_prog_ac_ct_CC="gcc"
3883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3884 break 2
3886 done
3887 done
3888 IFS=$as_save_IFS
3892 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3893 if test -n "$ac_ct_CC"; then
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3895 $as_echo "$ac_ct_CC" >&6; }
3896 else
3897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3898 $as_echo "no" >&6; }
3901 if test "x$ac_ct_CC" = x; then
3902 CC=""
3903 else
3904 case $cross_compiling:$ac_tool_warned in
3905 yes:)
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3907 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3908 ac_tool_warned=yes ;;
3909 esac
3910 CC=$ac_ct_CC
3912 else
3913 CC="$ac_cv_prog_CC"
3916 if test -z "$CC"; then
3917 if test -n "$ac_tool_prefix"; then
3918 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3919 set dummy ${ac_tool_prefix}cc; ac_word=$2
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3921 $as_echo_n "checking for $ac_word... " >&6; }
3922 if ${ac_cv_prog_CC+:} false; then :
3923 $as_echo_n "(cached) " >&6
3924 else
3925 if test -n "$CC"; then
3926 ac_cv_prog_CC="$CC" # Let the user override the test.
3927 else
3928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3929 for as_dir in $PATH
3931 IFS=$as_save_IFS
3932 test -z "$as_dir" && as_dir=.
3933 for ac_exec_ext in '' $ac_executable_extensions; do
3934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3935 ac_cv_prog_CC="${ac_tool_prefix}cc"
3936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3937 break 2
3939 done
3940 done
3941 IFS=$as_save_IFS
3945 CC=$ac_cv_prog_CC
3946 if test -n "$CC"; then
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3948 $as_echo "$CC" >&6; }
3949 else
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3951 $as_echo "no" >&6; }
3957 if test -z "$CC"; then
3958 # Extract the first word of "cc", so it can be a program name with args.
3959 set dummy cc; ac_word=$2
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3961 $as_echo_n "checking for $ac_word... " >&6; }
3962 if ${ac_cv_prog_CC+:} false; then :
3963 $as_echo_n "(cached) " >&6
3964 else
3965 if test -n "$CC"; then
3966 ac_cv_prog_CC="$CC" # Let the user override the test.
3967 else
3968 ac_prog_rejected=no
3969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970 for as_dir in $PATH
3972 IFS=$as_save_IFS
3973 test -z "$as_dir" && as_dir=.
3974 for ac_exec_ext in '' $ac_executable_extensions; do
3975 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3976 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3977 ac_prog_rejected=yes
3978 continue
3980 ac_cv_prog_CC="cc"
3981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3982 break 2
3984 done
3985 done
3986 IFS=$as_save_IFS
3988 if test $ac_prog_rejected = yes; then
3989 # We found a bogon in the path, so make sure we never use it.
3990 set dummy $ac_cv_prog_CC
3991 shift
3992 if test $# != 0; then
3993 # We chose a different compiler from the bogus one.
3994 # However, it has the same basename, so the bogon will be chosen
3995 # first if we set CC to just the basename; use the full file name.
3996 shift
3997 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4002 CC=$ac_cv_prog_CC
4003 if test -n "$CC"; then
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4005 $as_echo "$CC" >&6; }
4006 else
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4008 $as_echo "no" >&6; }
4013 if test -z "$CC"; then
4014 if test -n "$ac_tool_prefix"; then
4015 for ac_prog in cl.exe
4017 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4018 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4020 $as_echo_n "checking for $ac_word... " >&6; }
4021 if ${ac_cv_prog_CC+:} false; then :
4022 $as_echo_n "(cached) " >&6
4023 else
4024 if test -n "$CC"; then
4025 ac_cv_prog_CC="$CC" # Let the user override the test.
4026 else
4027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4028 for as_dir in $PATH
4030 IFS=$as_save_IFS
4031 test -z "$as_dir" && as_dir=.
4032 for ac_exec_ext in '' $ac_executable_extensions; do
4033 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4034 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4036 break 2
4038 done
4039 done
4040 IFS=$as_save_IFS
4044 CC=$ac_cv_prog_CC
4045 if test -n "$CC"; then
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4047 $as_echo "$CC" >&6; }
4048 else
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4050 $as_echo "no" >&6; }
4054 test -n "$CC" && break
4055 done
4057 if test -z "$CC"; then
4058 ac_ct_CC=$CC
4059 for ac_prog in cl.exe
4061 # Extract the first word of "$ac_prog", so it can be a program name with args.
4062 set dummy $ac_prog; ac_word=$2
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4064 $as_echo_n "checking for $ac_word... " >&6; }
4065 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4066 $as_echo_n "(cached) " >&6
4067 else
4068 if test -n "$ac_ct_CC"; then
4069 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4070 else
4071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4072 for as_dir in $PATH
4074 IFS=$as_save_IFS
4075 test -z "$as_dir" && as_dir=.
4076 for ac_exec_ext in '' $ac_executable_extensions; do
4077 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4078 ac_cv_prog_ac_ct_CC="$ac_prog"
4079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4080 break 2
4082 done
4083 done
4084 IFS=$as_save_IFS
4088 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4089 if test -n "$ac_ct_CC"; then
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4091 $as_echo "$ac_ct_CC" >&6; }
4092 else
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094 $as_echo "no" >&6; }
4098 test -n "$ac_ct_CC" && break
4099 done
4101 if test "x$ac_ct_CC" = x; then
4102 CC=""
4103 else
4104 case $cross_compiling:$ac_tool_warned in
4105 yes:)
4106 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4107 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4108 ac_tool_warned=yes ;;
4109 esac
4110 CC=$ac_ct_CC
4117 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4118 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4119 as_fn_error $? "no acceptable C compiler found in \$PATH
4120 See \`config.log' for more details" "$LINENO" 5; }
4122 # Provide some information about the compiler.
4123 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4124 set X $ac_compile
4125 ac_compiler=$2
4126 for ac_option in --version -v -V -qversion; do
4127 { { ac_try="$ac_compiler $ac_option >&5"
4128 case "(($ac_try" in
4129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4130 *) ac_try_echo=$ac_try;;
4131 esac
4132 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4133 $as_echo "$ac_try_echo"; } >&5
4134 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4135 ac_status=$?
4136 if test -s conftest.err; then
4137 sed '10a\
4138 ... rest of stderr output deleted ...
4139 10q' conftest.err >conftest.er1
4140 cat conftest.er1 >&5
4142 rm -f conftest.er1 conftest.err
4143 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4144 test $ac_status = 0; }
4145 done
4147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4148 /* end confdefs.h. */
4151 main ()
4155 return 0;
4157 _ACEOF
4158 ac_clean_files_save=$ac_clean_files
4159 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4160 # Try to create an executable without -o first, disregard a.out.
4161 # It will help us diagnose broken compilers, and finding out an intuition
4162 # of exeext.
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4164 $as_echo_n "checking whether the C compiler works... " >&6; }
4165 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4167 # The possible output files:
4168 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4170 ac_rmfiles=
4171 for ac_file in $ac_files
4173 case $ac_file in
4174 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4175 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4176 esac
4177 done
4178 rm -f $ac_rmfiles
4180 if { { ac_try="$ac_link_default"
4181 case "(($ac_try" in
4182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4183 *) ac_try_echo=$ac_try;;
4184 esac
4185 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4186 $as_echo "$ac_try_echo"; } >&5
4187 (eval "$ac_link_default") 2>&5
4188 ac_status=$?
4189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4190 test $ac_status = 0; }; then :
4191 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4192 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4193 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4194 # so that the user can short-circuit this test for compilers unknown to
4195 # Autoconf.
4196 for ac_file in $ac_files ''
4198 test -f "$ac_file" || continue
4199 case $ac_file in
4200 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4202 [ab].out )
4203 # We found the default executable, but exeext='' is most
4204 # certainly right.
4205 break;;
4206 *.* )
4207 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4208 then :; else
4209 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4211 # We set ac_cv_exeext here because the later test for it is not
4212 # safe: cross compilers may not add the suffix if given an `-o'
4213 # argument, so we may need to know it at that point already.
4214 # Even if this section looks crufty: it has the advantage of
4215 # actually working.
4216 break;;
4218 break;;
4219 esac
4220 done
4221 test "$ac_cv_exeext" = no && ac_cv_exeext=
4223 else
4224 ac_file=''
4226 if test -z "$ac_file"; then :
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4228 $as_echo "no" >&6; }
4229 $as_echo "$as_me: failed program was:" >&5
4230 sed 's/^/| /' conftest.$ac_ext >&5
4232 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4233 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4234 as_fn_error 77 "C compiler cannot create executables
4235 See \`config.log' for more details" "$LINENO" 5; }
4236 else
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4238 $as_echo "yes" >&6; }
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4241 $as_echo_n "checking for C compiler default output file name... " >&6; }
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4243 $as_echo "$ac_file" >&6; }
4244 ac_exeext=$ac_cv_exeext
4246 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4247 ac_clean_files=$ac_clean_files_save
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4249 $as_echo_n "checking for suffix of executables... " >&6; }
4250 if { { ac_try="$ac_link"
4251 case "(($ac_try" in
4252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4253 *) ac_try_echo=$ac_try;;
4254 esac
4255 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4256 $as_echo "$ac_try_echo"; } >&5
4257 (eval "$ac_link") 2>&5
4258 ac_status=$?
4259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4260 test $ac_status = 0; }; then :
4261 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4262 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4263 # work properly (i.e., refer to `conftest.exe'), while it won't with
4264 # `rm'.
4265 for ac_file in conftest.exe conftest conftest.*; do
4266 test -f "$ac_file" || continue
4267 case $ac_file in
4268 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4269 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4270 break;;
4271 * ) break;;
4272 esac
4273 done
4274 else
4275 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4276 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4277 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4278 See \`config.log' for more details" "$LINENO" 5; }
4280 rm -f conftest conftest$ac_cv_exeext
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4282 $as_echo "$ac_cv_exeext" >&6; }
4284 rm -f conftest.$ac_ext
4285 EXEEXT=$ac_cv_exeext
4286 ac_exeext=$EXEEXT
4287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4288 /* end confdefs.h. */
4289 #include <stdio.h>
4291 main ()
4293 FILE *f = fopen ("conftest.out", "w");
4294 return ferror (f) || fclose (f) != 0;
4297 return 0;
4299 _ACEOF
4300 ac_clean_files="$ac_clean_files conftest.out"
4301 # Check that the compiler produces executables we can run. If not, either
4302 # the compiler is broken, or we cross compile.
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4304 $as_echo_n "checking whether we are cross compiling... " >&6; }
4305 if test "$cross_compiling" != yes; then
4306 { { ac_try="$ac_link"
4307 case "(($ac_try" in
4308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4309 *) ac_try_echo=$ac_try;;
4310 esac
4311 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4312 $as_echo "$ac_try_echo"; } >&5
4313 (eval "$ac_link") 2>&5
4314 ac_status=$?
4315 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4316 test $ac_status = 0; }
4317 if { ac_try='./conftest$ac_cv_exeext'
4318 { { case "(($ac_try" in
4319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4320 *) ac_try_echo=$ac_try;;
4321 esac
4322 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4323 $as_echo "$ac_try_echo"; } >&5
4324 (eval "$ac_try") 2>&5
4325 ac_status=$?
4326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4327 test $ac_status = 0; }; }; then
4328 cross_compiling=no
4329 else
4330 if test "$cross_compiling" = maybe; then
4331 cross_compiling=yes
4332 else
4333 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4334 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4335 as_fn_error $? "cannot run C compiled programs.
4336 If you meant to cross compile, use \`--host'.
4337 See \`config.log' for more details" "$LINENO" 5; }
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4342 $as_echo "$cross_compiling" >&6; }
4344 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4345 ac_clean_files=$ac_clean_files_save
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4347 $as_echo_n "checking for suffix of object files... " >&6; }
4348 if ${ac_cv_objext+:} false; then :
4349 $as_echo_n "(cached) " >&6
4350 else
4351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4352 /* end confdefs.h. */
4355 main ()
4359 return 0;
4361 _ACEOF
4362 rm -f conftest.o conftest.obj
4363 if { { ac_try="$ac_compile"
4364 case "(($ac_try" in
4365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4366 *) ac_try_echo=$ac_try;;
4367 esac
4368 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4369 $as_echo "$ac_try_echo"; } >&5
4370 (eval "$ac_compile") 2>&5
4371 ac_status=$?
4372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4373 test $ac_status = 0; }; then :
4374 for ac_file in conftest.o conftest.obj conftest.*; do
4375 test -f "$ac_file" || continue;
4376 case $ac_file in
4377 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4378 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4379 break;;
4380 esac
4381 done
4382 else
4383 $as_echo "$as_me: failed program was:" >&5
4384 sed 's/^/| /' conftest.$ac_ext >&5
4386 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4387 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4388 as_fn_error $? "cannot compute suffix of object files: cannot compile
4389 See \`config.log' for more details" "$LINENO" 5; }
4391 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4394 $as_echo "$ac_cv_objext" >&6; }
4395 OBJEXT=$ac_cv_objext
4396 ac_objext=$OBJEXT
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4398 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4399 if ${ac_cv_c_compiler_gnu+:} false; then :
4400 $as_echo_n "(cached) " >&6
4401 else
4402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4403 /* end confdefs.h. */
4406 main ()
4408 #ifndef __GNUC__
4409 choke me
4410 #endif
4413 return 0;
4415 _ACEOF
4416 if ac_fn_c_try_compile "$LINENO"; then :
4417 ac_compiler_gnu=yes
4418 else
4419 ac_compiler_gnu=no
4421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4422 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4426 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4427 if test $ac_compiler_gnu = yes; then
4428 GCC=yes
4429 else
4430 GCC=
4432 ac_test_CFLAGS=${CFLAGS+set}
4433 ac_save_CFLAGS=$CFLAGS
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4435 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4436 if ${ac_cv_prog_cc_g+:} false; then :
4437 $as_echo_n "(cached) " >&6
4438 else
4439 ac_save_c_werror_flag=$ac_c_werror_flag
4440 ac_c_werror_flag=yes
4441 ac_cv_prog_cc_g=no
4442 CFLAGS="-g"
4443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4444 /* end confdefs.h. */
4447 main ()
4451 return 0;
4453 _ACEOF
4454 if ac_fn_c_try_compile "$LINENO"; then :
4455 ac_cv_prog_cc_g=yes
4456 else
4457 CFLAGS=""
4458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4459 /* end confdefs.h. */
4462 main ()
4466 return 0;
4468 _ACEOF
4469 if ac_fn_c_try_compile "$LINENO"; then :
4471 else
4472 ac_c_werror_flag=$ac_save_c_werror_flag
4473 CFLAGS="-g"
4474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4475 /* end confdefs.h. */
4478 main ()
4482 return 0;
4484 _ACEOF
4485 if ac_fn_c_try_compile "$LINENO"; then :
4486 ac_cv_prog_cc_g=yes
4488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4493 ac_c_werror_flag=$ac_save_c_werror_flag
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4496 $as_echo "$ac_cv_prog_cc_g" >&6; }
4497 if test "$ac_test_CFLAGS" = set; then
4498 CFLAGS=$ac_save_CFLAGS
4499 elif test $ac_cv_prog_cc_g = yes; then
4500 if test "$GCC" = yes; then
4501 CFLAGS="-g -O2"
4502 else
4503 CFLAGS="-g"
4505 else
4506 if test "$GCC" = yes; then
4507 CFLAGS="-O2"
4508 else
4509 CFLAGS=
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4513 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4514 if ${ac_cv_prog_cc_c89+:} false; then :
4515 $as_echo_n "(cached) " >&6
4516 else
4517 ac_cv_prog_cc_c89=no
4518 ac_save_CC=$CC
4519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4520 /* end confdefs.h. */
4521 #include <stdarg.h>
4522 #include <stdio.h>
4523 struct stat;
4524 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4525 struct buf { int x; };
4526 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4527 static char *e (p, i)
4528 char **p;
4529 int i;
4531 return p[i];
4533 static char *f (char * (*g) (char **, int), char **p, ...)
4535 char *s;
4536 va_list v;
4537 va_start (v,p);
4538 s = g (p, va_arg (v,int));
4539 va_end (v);
4540 return s;
4543 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4544 function prototypes and stuff, but not '\xHH' hex character constants.
4545 These don't provoke an error unfortunately, instead are silently treated
4546 as 'x'. The following induces an error, until -std is added to get
4547 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4548 array size at least. It's necessary to write '\x00'==0 to get something
4549 that's true only with -std. */
4550 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4552 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4553 inside strings and character constants. */
4554 #define FOO(x) 'x'
4555 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4557 int test (int i, double x);
4558 struct s1 {int (*f) (int a);};
4559 struct s2 {int (*f) (double a);};
4560 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4561 int argc;
4562 char **argv;
4564 main ()
4566 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4568 return 0;
4570 _ACEOF
4571 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4572 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4574 CC="$ac_save_CC $ac_arg"
4575 if ac_fn_c_try_compile "$LINENO"; then :
4576 ac_cv_prog_cc_c89=$ac_arg
4578 rm -f core conftest.err conftest.$ac_objext
4579 test "x$ac_cv_prog_cc_c89" != "xno" && break
4580 done
4581 rm -f conftest.$ac_ext
4582 CC=$ac_save_CC
4585 # AC_CACHE_VAL
4586 case "x$ac_cv_prog_cc_c89" in
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4589 $as_echo "none needed" >&6; } ;;
4590 xno)
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4592 $as_echo "unsupported" >&6; } ;;
4594 CC="$CC $ac_cv_prog_cc_c89"
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4596 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4597 esac
4598 if test "x$ac_cv_prog_cc_c89" != xno; then :
4602 ac_ext=c
4603 ac_cpp='$CPP $CPPFLAGS'
4604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4608 ac_ext=cpp
4609 ac_cpp='$CXXCPP $CPPFLAGS'
4610 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4611 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4612 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4613 if test -z "$CXX"; then
4614 if test -n "$CCC"; then
4615 CXX=$CCC
4616 else
4617 if test -n "$ac_tool_prefix"; then
4618 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4620 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4621 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4623 $as_echo_n "checking for $ac_word... " >&6; }
4624 if ${ac_cv_prog_CXX+:} false; then :
4625 $as_echo_n "(cached) " >&6
4626 else
4627 if test -n "$CXX"; then
4628 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4629 else
4630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4631 for as_dir in $PATH
4633 IFS=$as_save_IFS
4634 test -z "$as_dir" && as_dir=.
4635 for ac_exec_ext in '' $ac_executable_extensions; do
4636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4637 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4639 break 2
4641 done
4642 done
4643 IFS=$as_save_IFS
4647 CXX=$ac_cv_prog_CXX
4648 if test -n "$CXX"; then
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4650 $as_echo "$CXX" >&6; }
4651 else
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4653 $as_echo "no" >&6; }
4657 test -n "$CXX" && break
4658 done
4660 if test -z "$CXX"; then
4661 ac_ct_CXX=$CXX
4662 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4664 # Extract the first word of "$ac_prog", so it can be a program name with args.
4665 set dummy $ac_prog; ac_word=$2
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4667 $as_echo_n "checking for $ac_word... " >&6; }
4668 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4669 $as_echo_n "(cached) " >&6
4670 else
4671 if test -n "$ac_ct_CXX"; then
4672 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4673 else
4674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4675 for as_dir in $PATH
4677 IFS=$as_save_IFS
4678 test -z "$as_dir" && as_dir=.
4679 for ac_exec_ext in '' $ac_executable_extensions; do
4680 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4681 ac_cv_prog_ac_ct_CXX="$ac_prog"
4682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4683 break 2
4685 done
4686 done
4687 IFS=$as_save_IFS
4691 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4692 if test -n "$ac_ct_CXX"; then
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4694 $as_echo "$ac_ct_CXX" >&6; }
4695 else
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4697 $as_echo "no" >&6; }
4701 test -n "$ac_ct_CXX" && break
4702 done
4704 if test "x$ac_ct_CXX" = x; then
4705 CXX="g++"
4706 else
4707 case $cross_compiling:$ac_tool_warned in
4708 yes:)
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4710 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4711 ac_tool_warned=yes ;;
4712 esac
4713 CXX=$ac_ct_CXX
4719 # Provide some information about the compiler.
4720 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4721 set X $ac_compile
4722 ac_compiler=$2
4723 for ac_option in --version -v -V -qversion; do
4724 { { ac_try="$ac_compiler $ac_option >&5"
4725 case "(($ac_try" in
4726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4727 *) ac_try_echo=$ac_try;;
4728 esac
4729 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4730 $as_echo "$ac_try_echo"; } >&5
4731 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4732 ac_status=$?
4733 if test -s conftest.err; then
4734 sed '10a\
4735 ... rest of stderr output deleted ...
4736 10q' conftest.err >conftest.er1
4737 cat conftest.er1 >&5
4739 rm -f conftest.er1 conftest.err
4740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4741 test $ac_status = 0; }
4742 done
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4745 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4746 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4747 $as_echo_n "(cached) " >&6
4748 else
4749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4750 /* end confdefs.h. */
4753 main ()
4755 #ifndef __GNUC__
4756 choke me
4757 #endif
4760 return 0;
4762 _ACEOF
4763 if ac_fn_cxx_try_compile "$LINENO"; then :
4764 ac_compiler_gnu=yes
4765 else
4766 ac_compiler_gnu=no
4768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4769 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4773 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4774 if test $ac_compiler_gnu = yes; then
4775 GXX=yes
4776 else
4777 GXX=
4779 ac_test_CXXFLAGS=${CXXFLAGS+set}
4780 ac_save_CXXFLAGS=$CXXFLAGS
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4782 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4783 if ${ac_cv_prog_cxx_g+:} false; then :
4784 $as_echo_n "(cached) " >&6
4785 else
4786 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4787 ac_cxx_werror_flag=yes
4788 ac_cv_prog_cxx_g=no
4789 CXXFLAGS="-g"
4790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4791 /* end confdefs.h. */
4794 main ()
4798 return 0;
4800 _ACEOF
4801 if ac_fn_cxx_try_compile "$LINENO"; then :
4802 ac_cv_prog_cxx_g=yes
4803 else
4804 CXXFLAGS=""
4805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4806 /* end confdefs.h. */
4809 main ()
4813 return 0;
4815 _ACEOF
4816 if ac_fn_cxx_try_compile "$LINENO"; then :
4818 else
4819 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4820 CXXFLAGS="-g"
4821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4822 /* end confdefs.h. */
4825 main ()
4829 return 0;
4831 _ACEOF
4832 if ac_fn_cxx_try_compile "$LINENO"; then :
4833 ac_cv_prog_cxx_g=yes
4835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4840 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4843 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4844 if test "$ac_test_CXXFLAGS" = set; then
4845 CXXFLAGS=$ac_save_CXXFLAGS
4846 elif test $ac_cv_prog_cxx_g = yes; then
4847 if test "$GXX" = yes; then
4848 CXXFLAGS="-g -O2"
4849 else
4850 CXXFLAGS="-g"
4852 else
4853 if test "$GXX" = yes; then
4854 CXXFLAGS="-O2"
4855 else
4856 CXXFLAGS=
4859 ac_ext=c
4860 ac_cpp='$CPP $CPPFLAGS'
4861 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4862 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4863 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4865 if test -n "$ac_tool_prefix"; then
4866 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4867 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4869 $as_echo_n "checking for $ac_word... " >&6; }
4870 if ${ac_cv_prog_CPPBIN+:} false; then :
4871 $as_echo_n "(cached) " >&6
4872 else
4873 if test -n "$CPPBIN"; then
4874 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4875 else
4876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4877 for as_dir in $PATH
4879 IFS=$as_save_IFS
4880 test -z "$as_dir" && as_dir=.
4881 for ac_exec_ext in '' $ac_executable_extensions; do
4882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4883 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4885 break 2
4887 done
4888 done
4889 IFS=$as_save_IFS
4893 CPPBIN=$ac_cv_prog_CPPBIN
4894 if test -n "$CPPBIN"; then
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4896 $as_echo "$CPPBIN" >&6; }
4897 else
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4899 $as_echo "no" >&6; }
4904 if test -z "$ac_cv_prog_CPPBIN"; then
4905 ac_ct_CPPBIN=$CPPBIN
4906 # Extract the first word of "cpp", so it can be a program name with args.
4907 set dummy cpp; ac_word=$2
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4909 $as_echo_n "checking for $ac_word... " >&6; }
4910 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4911 $as_echo_n "(cached) " >&6
4912 else
4913 if test -n "$ac_ct_CPPBIN"; then
4914 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4915 else
4916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4917 for as_dir in $PATH
4919 IFS=$as_save_IFS
4920 test -z "$as_dir" && as_dir=.
4921 for ac_exec_ext in '' $ac_executable_extensions; do
4922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4923 ac_cv_prog_ac_ct_CPPBIN="cpp"
4924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4925 break 2
4927 done
4928 done
4929 IFS=$as_save_IFS
4933 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4934 if test -n "$ac_ct_CPPBIN"; then
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4936 $as_echo "$ac_ct_CPPBIN" >&6; }
4937 else
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4939 $as_echo "no" >&6; }
4942 if test "x$ac_ct_CPPBIN" = x; then
4943 CPPBIN="cpp"
4944 else
4945 case $cross_compiling:$ac_tool_warned in
4946 yes:)
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4948 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4949 ac_tool_warned=yes ;;
4950 esac
4951 CPPBIN=$ac_ct_CPPBIN
4953 else
4954 CPPBIN="$ac_cv_prog_CPPBIN"
4958 cat >>confdefs.h <<_ACEOF
4959 #define EXEEXT "$ac_exeext"
4960 _ACEOF
4962 if test -n "$ac_tool_prefix"; then
4963 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4964 set dummy ${ac_tool_prefix}ld; ac_word=$2
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4966 $as_echo_n "checking for $ac_word... " >&6; }
4967 if ${ac_cv_prog_LD+:} false; then :
4968 $as_echo_n "(cached) " >&6
4969 else
4970 if test -n "$LD"; then
4971 ac_cv_prog_LD="$LD" # Let the user override the test.
4972 else
4973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4974 for as_dir in $PATH
4976 IFS=$as_save_IFS
4977 test -z "$as_dir" && as_dir=.
4978 for ac_exec_ext in '' $ac_executable_extensions; do
4979 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4980 ac_cv_prog_LD="${ac_tool_prefix}ld"
4981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4982 break 2
4984 done
4985 done
4986 IFS=$as_save_IFS
4990 LD=$ac_cv_prog_LD
4991 if test -n "$LD"; then
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4993 $as_echo "$LD" >&6; }
4994 else
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4996 $as_echo "no" >&6; }
5001 if test -z "$ac_cv_prog_LD"; then
5002 ac_ct_LD=$LD
5003 # Extract the first word of "ld", so it can be a program name with args.
5004 set dummy ld; ac_word=$2
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5006 $as_echo_n "checking for $ac_word... " >&6; }
5007 if ${ac_cv_prog_ac_ct_LD+:} false; then :
5008 $as_echo_n "(cached) " >&6
5009 else
5010 if test -n "$ac_ct_LD"; then
5011 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5012 else
5013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5014 for as_dir in $PATH
5016 IFS=$as_save_IFS
5017 test -z "$as_dir" && as_dir=.
5018 for ac_exec_ext in '' $ac_executable_extensions; do
5019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5020 ac_cv_prog_ac_ct_LD="ld"
5021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5022 break 2
5024 done
5025 done
5026 IFS=$as_save_IFS
5030 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5031 if test -n "$ac_ct_LD"; then
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5033 $as_echo "$ac_ct_LD" >&6; }
5034 else
5035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5036 $as_echo "no" >&6; }
5039 if test "x$ac_ct_LD" = x; then
5040 LD=""
5041 else
5042 case $cross_compiling:$ac_tool_warned in
5043 yes:)
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5045 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5046 ac_tool_warned=yes ;;
5047 esac
5048 LD=$ac_ct_LD
5050 else
5051 LD="$ac_cv_prog_LD"
5055 case $host in
5056 *-darwin*)
5057 with_fontconfig=${with_fontconfig:-no}
5059 *-mingw32*|*-cygwin*)
5060 enable_win16=${enable_win16:-no}
5061 CFLAGS="$CFLAGS -D_WIN32"
5063 esac
5065 case $host in
5066 x86_64*|amd64*)
5067 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5068 then
5069 CC="$CC -m32"
5070 CXX="$CXX -m32"
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5072 $as_echo_n "checking whether $CC works... " >&6; }
5074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5075 /* end confdefs.h. */
5078 main ()
5082 return 0;
5084 _ACEOF
5085 if ac_fn_c_try_link "$LINENO"; then :
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5087 $as_echo "yes" >&6; }
5088 else
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090 $as_echo "no" >&6; }
5091 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5093 rm -f core conftest.err conftest.$ac_objext \
5094 conftest$ac_exeext conftest.$ac_ext
5095 host_cpu="i386"
5096 notice_platform="32-bit "
5097 TARGETFLAGS="-m32"
5099 enable_win16=${enable_win16:-yes}
5100 else
5101 if test "x${GCC}" = "xyes"
5102 then
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5104 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5106 /* end confdefs.h. */
5107 #include <stdarg.h>
5109 main ()
5111 void func(__builtin_ms_va_list *args);
5113 return 0;
5115 _ACEOF
5116 if ac_fn_c_try_compile "$LINENO"; then :
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5118 $as_echo "yes" >&6; }
5119 else
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5121 $as_echo "no" >&6; }
5122 as_fn_error $? "You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5126 CC="$CC -m64"
5127 CXX="$CXX -m64"
5128 host_cpu="x86_64"
5129 notice_platform="64-bit "
5130 TARGETFLAGS="-m64"
5134 arm*)
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5136 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5138 /* end confdefs.h. */
5139 int ac_test(int i) { return i; }
5141 main ()
5143 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5145 return 0;
5147 _ACEOF
5148 if ac_fn_c_try_link "$LINENO"; then :
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5150 $as_echo "yes" >&6; }
5151 else
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5153 $as_echo "no" >&6; }
5154 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5156 rm -f core conftest.err conftest.$ac_objext \
5157 conftest$ac_exeext conftest.$ac_ext
5158 CFLAGS="$CFLAGS -marm"
5159 TARGETFLAGS="-marm"
5162 i[3456789]86*)
5163 enable_win16=${enable_win16:-yes}
5165 esac
5167 enable_win16=${enable_win16:-no}
5168 enable_win64=${enable_win64:-no}
5170 enable_winetest=${enable_winetest:-$enable_tests}
5172 if test -n "$with_wine64"
5173 then
5174 if test "x$enable_win64" = "xyes"
5175 then
5176 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5177 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5179 test "$srcdir" != . || as_fn_error $? "--with-wine64 cannot be used when building inside the source tree.
5180 You should create a separate build directory and run configure from there." "$LINENO" 5
5181 enable_fonts=${enable_fonts:-no}
5182 enable_server=${enable_server:-no}
5183 elif test "x$enable_win64" = "xyes"
5184 then
5185 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5189 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5190 if ${wine_cv_toolsdir+:} false; then :
5191 $as_echo_n "(cached) " >&6
5192 else
5193 wine_cv_toolsdir="$with_wine_tools"
5194 if test -z "$with_wine_tools"; then
5195 if test "$cross_compiling" = "yes"; then
5196 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5197 elif test -n "$with_wine64"; then
5198 wine_cv_toolsdir="$with_wine64"
5201 if test -z "$wine_cv_toolsdir"; then
5202 wine_makedep=tools/makedep
5203 wine_cv_toolsdir="\$(top_builddir)"
5204 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5205 wine_makedep=$wine_cv_toolsdir/tools/makedep
5206 case "$wine_cv_toolsdir" in
5207 /*) ;;
5208 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5209 esac
5210 enable_tools=${enable_tools:-no}
5211 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5212 else
5213 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5217 $as_echo "$wine_cv_toolsdir" >&6; }
5218 TOOLSDIR=$wine_cv_toolsdir
5220 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5221 then
5222 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5226 for ac_prog in flex
5228 # Extract the first word of "$ac_prog", so it can be a program name with args.
5229 set dummy $ac_prog; ac_word=$2
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5231 $as_echo_n "checking for $ac_word... " >&6; }
5232 if ${ac_cv_prog_FLEX+:} false; then :
5233 $as_echo_n "(cached) " >&6
5234 else
5235 if test -n "$FLEX"; then
5236 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5237 else
5238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5239 for as_dir in $PATH
5241 IFS=$as_save_IFS
5242 test -z "$as_dir" && as_dir=.
5243 for ac_exec_ext in '' $ac_executable_extensions; do
5244 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5245 ac_cv_prog_FLEX="$ac_prog"
5246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5247 break 2
5249 done
5250 done
5251 IFS=$as_save_IFS
5255 FLEX=$ac_cv_prog_FLEX
5256 if test -n "$FLEX"; then
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5258 $as_echo "$FLEX" >&6; }
5259 else
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5261 $as_echo "no" >&6; }
5265 test -n "$FLEX" && break
5266 done
5267 test -n "$FLEX" || FLEX="none"
5269 if test "$FLEX" = "none"
5270 then
5271 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5274 $as_echo_n "checking whether flex is recent enough... " >&6; }
5275 cat >conftest.l <<EOF
5276 %top{
5277 #include "prediluvian.h"
5281 if $FLEX -t conftest.l >/dev/null 2>&5
5282 then
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5284 $as_echo "yes" >&6; }
5285 else
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5287 $as_echo "no" >&6; }
5288 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5291 for ac_prog in bison
5293 # Extract the first word of "$ac_prog", so it can be a program name with args.
5294 set dummy $ac_prog; ac_word=$2
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5296 $as_echo_n "checking for $ac_word... " >&6; }
5297 if ${ac_cv_prog_BISON+:} false; then :
5298 $as_echo_n "(cached) " >&6
5299 else
5300 if test -n "$BISON"; then
5301 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5302 else
5303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5304 for as_dir in $PATH
5306 IFS=$as_save_IFS
5307 test -z "$as_dir" && as_dir=.
5308 for ac_exec_ext in '' $ac_executable_extensions; do
5309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5310 ac_cv_prog_BISON="$ac_prog"
5311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5312 break 2
5314 done
5315 done
5316 IFS=$as_save_IFS
5320 BISON=$ac_cv_prog_BISON
5321 if test -n "$BISON"; then
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5323 $as_echo "$BISON" >&6; }
5324 else
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5326 $as_echo "no" >&6; }
5330 test -n "$BISON" && break
5331 done
5332 test -n "$BISON" || BISON="none"
5334 if test "$BISON" = "none"
5335 then
5336 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5339 if test -n "$ac_tool_prefix"; then
5340 for ac_prog in ar gar
5342 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5343 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5345 $as_echo_n "checking for $ac_word... " >&6; }
5346 if ${ac_cv_prog_AR+:} false; then :
5347 $as_echo_n "(cached) " >&6
5348 else
5349 if test -n "$AR"; then
5350 ac_cv_prog_AR="$AR" # Let the user override the test.
5351 else
5352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5353 for as_dir in $PATH
5355 IFS=$as_save_IFS
5356 test -z "$as_dir" && as_dir=.
5357 for ac_exec_ext in '' $ac_executable_extensions; do
5358 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5359 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5361 break 2
5363 done
5364 done
5365 IFS=$as_save_IFS
5369 AR=$ac_cv_prog_AR
5370 if test -n "$AR"; then
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5372 $as_echo "$AR" >&6; }
5373 else
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5375 $as_echo "no" >&6; }
5379 test -n "$AR" && break
5380 done
5382 if test -z "$AR"; then
5383 ac_ct_AR=$AR
5384 for ac_prog in ar gar
5386 # Extract the first word of "$ac_prog", so it can be a program name with args.
5387 set dummy $ac_prog; ac_word=$2
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5389 $as_echo_n "checking for $ac_word... " >&6; }
5390 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5391 $as_echo_n "(cached) " >&6
5392 else
5393 if test -n "$ac_ct_AR"; then
5394 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5395 else
5396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5397 for as_dir in $PATH
5399 IFS=$as_save_IFS
5400 test -z "$as_dir" && as_dir=.
5401 for ac_exec_ext in '' $ac_executable_extensions; do
5402 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5403 ac_cv_prog_ac_ct_AR="$ac_prog"
5404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5405 break 2
5407 done
5408 done
5409 IFS=$as_save_IFS
5413 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5414 if test -n "$ac_ct_AR"; then
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5416 $as_echo "$ac_ct_AR" >&6; }
5417 else
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5419 $as_echo "no" >&6; }
5423 test -n "$ac_ct_AR" && break
5424 done
5426 if test "x$ac_ct_AR" = x; then
5427 AR="ar"
5428 else
5429 case $cross_compiling:$ac_tool_warned in
5430 yes:)
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5432 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5433 ac_tool_warned=yes ;;
5434 esac
5435 AR=$ac_ct_AR
5439 if test -n "$ac_tool_prefix"; then
5440 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5441 set dummy ${ac_tool_prefix}strip; ac_word=$2
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5443 $as_echo_n "checking for $ac_word... " >&6; }
5444 if ${ac_cv_prog_STRIP+:} false; then :
5445 $as_echo_n "(cached) " >&6
5446 else
5447 if test -n "$STRIP"; then
5448 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5449 else
5450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5451 for as_dir in $PATH
5453 IFS=$as_save_IFS
5454 test -z "$as_dir" && as_dir=.
5455 for ac_exec_ext in '' $ac_executable_extensions; do
5456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5457 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5459 break 2
5461 done
5462 done
5463 IFS=$as_save_IFS
5467 STRIP=$ac_cv_prog_STRIP
5468 if test -n "$STRIP"; then
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5470 $as_echo "$STRIP" >&6; }
5471 else
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5473 $as_echo "no" >&6; }
5478 if test -z "$ac_cv_prog_STRIP"; then
5479 ac_ct_STRIP=$STRIP
5480 # Extract the first word of "strip", so it can be a program name with args.
5481 set dummy strip; ac_word=$2
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5483 $as_echo_n "checking for $ac_word... " >&6; }
5484 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5485 $as_echo_n "(cached) " >&6
5486 else
5487 if test -n "$ac_ct_STRIP"; then
5488 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5489 else
5490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5491 for as_dir in $PATH
5493 IFS=$as_save_IFS
5494 test -z "$as_dir" && as_dir=.
5495 for ac_exec_ext in '' $ac_executable_extensions; do
5496 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5497 ac_cv_prog_ac_ct_STRIP="strip"
5498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5499 break 2
5501 done
5502 done
5503 IFS=$as_save_IFS
5507 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5508 if test -n "$ac_ct_STRIP"; then
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5510 $as_echo "$ac_ct_STRIP" >&6; }
5511 else
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5513 $as_echo "no" >&6; }
5516 if test "x$ac_ct_STRIP" = x; then
5517 STRIP="strip"
5518 else
5519 case $cross_compiling:$ac_tool_warned in
5520 yes:)
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5522 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5523 ac_tool_warned=yes ;;
5524 esac
5525 STRIP=$ac_ct_STRIP
5527 else
5528 STRIP="$ac_cv_prog_STRIP"
5531 ARFLAGS=rc
5533 if test -n "$ac_tool_prefix"; then
5534 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5535 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5537 $as_echo_n "checking for $ac_word... " >&6; }
5538 if ${ac_cv_prog_RANLIB+:} false; then :
5539 $as_echo_n "(cached) " >&6
5540 else
5541 if test -n "$RANLIB"; then
5542 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5543 else
5544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5545 for as_dir in $PATH
5547 IFS=$as_save_IFS
5548 test -z "$as_dir" && as_dir=.
5549 for ac_exec_ext in '' $ac_executable_extensions; do
5550 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5551 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5553 break 2
5555 done
5556 done
5557 IFS=$as_save_IFS
5561 RANLIB=$ac_cv_prog_RANLIB
5562 if test -n "$RANLIB"; then
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5564 $as_echo "$RANLIB" >&6; }
5565 else
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5567 $as_echo "no" >&6; }
5572 if test -z "$ac_cv_prog_RANLIB"; then
5573 ac_ct_RANLIB=$RANLIB
5574 # Extract the first word of "ranlib", so it can be a program name with args.
5575 set dummy ranlib; ac_word=$2
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5577 $as_echo_n "checking for $ac_word... " >&6; }
5578 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5579 $as_echo_n "(cached) " >&6
5580 else
5581 if test -n "$ac_ct_RANLIB"; then
5582 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5583 else
5584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5585 for as_dir in $PATH
5587 IFS=$as_save_IFS
5588 test -z "$as_dir" && as_dir=.
5589 for ac_exec_ext in '' $ac_executable_extensions; do
5590 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5591 ac_cv_prog_ac_ct_RANLIB="ranlib"
5592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5593 break 2
5595 done
5596 done
5597 IFS=$as_save_IFS
5601 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5602 if test -n "$ac_ct_RANLIB"; then
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5604 $as_echo "$ac_ct_RANLIB" >&6; }
5605 else
5606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5607 $as_echo "no" >&6; }
5610 if test "x$ac_ct_RANLIB" = x; then
5611 RANLIB=":"
5612 else
5613 case $cross_compiling:$ac_tool_warned in
5614 yes:)
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5616 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5617 ac_tool_warned=yes ;;
5618 esac
5619 RANLIB=$ac_ct_RANLIB
5621 else
5622 RANLIB="$ac_cv_prog_RANLIB"
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5626 $as_echo_n "checking whether ln -s works... " >&6; }
5627 LN_S=$as_ln_s
5628 if test "$LN_S" = "ln -s"; then
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5630 $as_echo "yes" >&6; }
5631 else
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5633 $as_echo "no, using $LN_S" >&6; }
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5637 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5638 if ${ac_cv_path_GREP+:} false; then :
5639 $as_echo_n "(cached) " >&6
5640 else
5641 if test -z "$GREP"; then
5642 ac_path_GREP_found=false
5643 # Loop through the user's path and test for each of PROGNAME-LIST
5644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5645 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5647 IFS=$as_save_IFS
5648 test -z "$as_dir" && as_dir=.
5649 for ac_prog in grep ggrep; do
5650 for ac_exec_ext in '' $ac_executable_extensions; do
5651 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5652 as_fn_executable_p "$ac_path_GREP" || continue
5653 # Check for GNU ac_path_GREP and select it if it is found.
5654 # Check for GNU $ac_path_GREP
5655 case `"$ac_path_GREP" --version 2>&1` in
5656 *GNU*)
5657 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5659 ac_count=0
5660 $as_echo_n 0123456789 >"conftest.in"
5661 while :
5663 cat "conftest.in" "conftest.in" >"conftest.tmp"
5664 mv "conftest.tmp" "conftest.in"
5665 cp "conftest.in" "conftest.nl"
5666 $as_echo 'GREP' >> "conftest.nl"
5667 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5668 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5669 as_fn_arith $ac_count + 1 && ac_count=$as_val
5670 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5671 # Best one so far, save it but keep looking for a better one
5672 ac_cv_path_GREP="$ac_path_GREP"
5673 ac_path_GREP_max=$ac_count
5675 # 10*(2^10) chars as input seems more than enough
5676 test $ac_count -gt 10 && break
5677 done
5678 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5679 esac
5681 $ac_path_GREP_found && break 3
5682 done
5683 done
5684 done
5685 IFS=$as_save_IFS
5686 if test -z "$ac_cv_path_GREP"; then
5687 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5689 else
5690 ac_cv_path_GREP=$GREP
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5695 $as_echo "$ac_cv_path_GREP" >&6; }
5696 GREP="$ac_cv_path_GREP"
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5700 $as_echo_n "checking for egrep... " >&6; }
5701 if ${ac_cv_path_EGREP+:} false; then :
5702 $as_echo_n "(cached) " >&6
5703 else
5704 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5705 then ac_cv_path_EGREP="$GREP -E"
5706 else
5707 if test -z "$EGREP"; then
5708 ac_path_EGREP_found=false
5709 # Loop through the user's path and test for each of PROGNAME-LIST
5710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5711 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5713 IFS=$as_save_IFS
5714 test -z "$as_dir" && as_dir=.
5715 for ac_prog in egrep; do
5716 for ac_exec_ext in '' $ac_executable_extensions; do
5717 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5718 as_fn_executable_p "$ac_path_EGREP" || continue
5719 # Check for GNU ac_path_EGREP and select it if it is found.
5720 # Check for GNU $ac_path_EGREP
5721 case `"$ac_path_EGREP" --version 2>&1` in
5722 *GNU*)
5723 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5725 ac_count=0
5726 $as_echo_n 0123456789 >"conftest.in"
5727 while :
5729 cat "conftest.in" "conftest.in" >"conftest.tmp"
5730 mv "conftest.tmp" "conftest.in"
5731 cp "conftest.in" "conftest.nl"
5732 $as_echo 'EGREP' >> "conftest.nl"
5733 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5734 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5735 as_fn_arith $ac_count + 1 && ac_count=$as_val
5736 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5737 # Best one so far, save it but keep looking for a better one
5738 ac_cv_path_EGREP="$ac_path_EGREP"
5739 ac_path_EGREP_max=$ac_count
5741 # 10*(2^10) chars as input seems more than enough
5742 test $ac_count -gt 10 && break
5743 done
5744 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5745 esac
5747 $ac_path_EGREP_found && break 3
5748 done
5749 done
5750 done
5751 IFS=$as_save_IFS
5752 if test -z "$ac_cv_path_EGREP"; then
5753 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5755 else
5756 ac_cv_path_EGREP=$EGREP
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5762 $as_echo "$ac_cv_path_EGREP" >&6; }
5763 EGREP="$ac_cv_path_EGREP"
5766 # Extract the first word of "ldconfig", so it can be a program name with args.
5767 set dummy ldconfig; ac_word=$2
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5769 $as_echo_n "checking for $ac_word... " >&6; }
5770 if ${ac_cv_path_LDCONFIG+:} false; then :
5771 $as_echo_n "(cached) " >&6
5772 else
5773 case $LDCONFIG in
5774 [\\/]* | ?:[\\/]*)
5775 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5779 for as_dir in /sbin /usr/sbin $PATH
5781 IFS=$as_save_IFS
5782 test -z "$as_dir" && as_dir=.
5783 for ac_exec_ext in '' $ac_executable_extensions; do
5784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5785 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5787 break 2
5789 done
5790 done
5791 IFS=$as_save_IFS
5793 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5795 esac
5797 LDCONFIG=$ac_cv_path_LDCONFIG
5798 if test -n "$LDCONFIG"; then
5799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5800 $as_echo "$LDCONFIG" >&6; }
5801 else
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5803 $as_echo "no" >&6; }
5807 for ac_prog in msgfmt
5809 # Extract the first word of "$ac_prog", so it can be a program name with args.
5810 set dummy $ac_prog; ac_word=$2
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5812 $as_echo_n "checking for $ac_word... " >&6; }
5813 if ${ac_cv_prog_MSGFMT+:} false; then :
5814 $as_echo_n "(cached) " >&6
5815 else
5816 if test -n "$MSGFMT"; then
5817 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5818 else
5819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5820 for as_dir in $PATH
5822 IFS=$as_save_IFS
5823 test -z "$as_dir" && as_dir=.
5824 for ac_exec_ext in '' $ac_executable_extensions; do
5825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5826 ac_cv_prog_MSGFMT="$ac_prog"
5827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5828 break 2
5830 done
5831 done
5832 IFS=$as_save_IFS
5836 MSGFMT=$ac_cv_prog_MSGFMT
5837 if test -n "$MSGFMT"; then
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5839 $as_echo "$MSGFMT" >&6; }
5840 else
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842 $as_echo "no" >&6; }
5846 test -n "$MSGFMT" && break
5847 done
5848 test -n "$MSGFMT" || MSGFMT="false"
5850 if ${ac_tool_prefix+:} false; then :
5851 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5852 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5854 $as_echo_n "checking for $ac_word... " >&6; }
5855 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5856 $as_echo_n "(cached) " >&6
5857 else
5858 if test -n "$PKG_CONFIG"; then
5859 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5860 else
5861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5862 for as_dir in $PATH
5864 IFS=$as_save_IFS
5865 test -z "$as_dir" && as_dir=.
5866 for ac_exec_ext in '' $ac_executable_extensions; do
5867 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5868 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5870 break 2
5872 done
5873 done
5874 IFS=$as_save_IFS
5878 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5879 if test -n "$PKG_CONFIG"; then
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5881 $as_echo "$PKG_CONFIG" >&6; }
5882 else
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5884 $as_echo "no" >&6; }
5889 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5890 if test "x$cross_compiling" = xyes; then :
5892 else
5893 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5894 # Extract the first word of "pkg-config", so it can be a program name with args.
5895 set dummy pkg-config; ac_word=$2
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5897 $as_echo_n "checking for $ac_word... " >&6; }
5898 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5899 $as_echo_n "(cached) " >&6
5900 else
5901 if test -n "$PKG_CONFIG"; then
5902 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5903 else
5904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5905 for as_dir in $PATH
5907 IFS=$as_save_IFS
5908 test -z "$as_dir" && as_dir=.
5909 for ac_exec_ext in '' $ac_executable_extensions; do
5910 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5911 ac_cv_prog_PKG_CONFIG="pkg-config"
5912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5913 break 2
5915 done
5916 done
5917 IFS=$as_save_IFS
5921 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5922 if test -n "$PKG_CONFIG"; then
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5924 $as_echo "$PKG_CONFIG" >&6; }
5925 else
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5927 $as_echo "no" >&6; }
5932 else
5933 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5936 if test "x$enable_maintainer_mode" != "xyes"
5937 then
5938 FONTFORGE=""
5939 RSVG=""
5940 CONVERT=""
5941 ICOTOOL=""
5942 else
5943 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5944 for ac_prog in fontforge
5946 # Extract the first word of "$ac_prog", so it can be a program name with args.
5947 set dummy $ac_prog; ac_word=$2
5948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5949 $as_echo_n "checking for $ac_word... " >&6; }
5950 if ${ac_cv_prog_FONTFORGE+:} false; then :
5951 $as_echo_n "(cached) " >&6
5952 else
5953 if test -n "$FONTFORGE"; then
5954 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5955 else
5956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5957 for as_dir in $PATH
5959 IFS=$as_save_IFS
5960 test -z "$as_dir" && as_dir=.
5961 for ac_exec_ext in '' $ac_executable_extensions; do
5962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5963 ac_cv_prog_FONTFORGE="$ac_prog"
5964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5965 break 2
5967 done
5968 done
5969 IFS=$as_save_IFS
5973 FONTFORGE=$ac_cv_prog_FONTFORGE
5974 if test -n "$FONTFORGE"; then
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5976 $as_echo "$FONTFORGE" >&6; }
5977 else
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5979 $as_echo "no" >&6; }
5983 test -n "$FONTFORGE" && break
5984 done
5985 test -n "$FONTFORGE" || FONTFORGE="false"
5987 for ac_prog in rsvg-convert rsvg
5989 # Extract the first word of "$ac_prog", so it can be a program name with args.
5990 set dummy $ac_prog; ac_word=$2
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5992 $as_echo_n "checking for $ac_word... " >&6; }
5993 if ${ac_cv_prog_RSVG+:} false; then :
5994 $as_echo_n "(cached) " >&6
5995 else
5996 if test -n "$RSVG"; then
5997 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5998 else
5999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6000 for as_dir in $PATH
6002 IFS=$as_save_IFS
6003 test -z "$as_dir" && as_dir=.
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6006 ac_cv_prog_RSVG="$ac_prog"
6007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6008 break 2
6010 done
6011 done
6012 IFS=$as_save_IFS
6016 RSVG=$ac_cv_prog_RSVG
6017 if test -n "$RSVG"; then
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6019 $as_echo "$RSVG" >&6; }
6020 else
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6022 $as_echo "no" >&6; }
6026 test -n "$RSVG" && break
6027 done
6028 test -n "$RSVG" || RSVG="false"
6030 for ac_prog in convert
6032 # Extract the first word of "$ac_prog", so it can be a program name with args.
6033 set dummy $ac_prog; ac_word=$2
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6035 $as_echo_n "checking for $ac_word... " >&6; }
6036 if ${ac_cv_prog_CONVERT+:} false; then :
6037 $as_echo_n "(cached) " >&6
6038 else
6039 if test -n "$CONVERT"; then
6040 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
6041 else
6042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6043 for as_dir in $PATH
6045 IFS=$as_save_IFS
6046 test -z "$as_dir" && as_dir=.
6047 for ac_exec_ext in '' $ac_executable_extensions; do
6048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6049 ac_cv_prog_CONVERT="$ac_prog"
6050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6051 break 2
6053 done
6054 done
6055 IFS=$as_save_IFS
6059 CONVERT=$ac_cv_prog_CONVERT
6060 if test -n "$CONVERT"; then
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6062 $as_echo "$CONVERT" >&6; }
6063 else
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6065 $as_echo "no" >&6; }
6069 test -n "$CONVERT" && break
6070 done
6071 test -n "$CONVERT" || CONVERT="false"
6073 for ac_prog in icotool
6075 # Extract the first word of "$ac_prog", so it can be a program name with args.
6076 set dummy $ac_prog; ac_word=$2
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6078 $as_echo_n "checking for $ac_word... " >&6; }
6079 if ${ac_cv_prog_ICOTOOL+:} false; then :
6080 $as_echo_n "(cached) " >&6
6081 else
6082 if test -n "$ICOTOOL"; then
6083 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6084 else
6085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6086 for as_dir in $PATH
6088 IFS=$as_save_IFS
6089 test -z "$as_dir" && as_dir=.
6090 for ac_exec_ext in '' $ac_executable_extensions; do
6091 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6092 ac_cv_prog_ICOTOOL="$ac_prog"
6093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6094 break 2
6096 done
6097 done
6098 IFS=$as_save_IFS
6102 ICOTOOL=$ac_cv_prog_ICOTOOL
6103 if test -n "$ICOTOOL"; then
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6105 $as_echo "$ICOTOOL" >&6; }
6106 else
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6108 $as_echo "no" >&6; }
6112 test -n "$ICOTOOL" && break
6113 done
6114 test -n "$ICOTOOL" || ICOTOOL="false"
6116 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6117 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6119 if test "$CONVERT" = false
6120 then
6121 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6122 else
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6124 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6125 convert_version=`convert --version | head -n1`
6126 if test "x$convert_version" != "x"
6127 then
6128 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6129 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6130 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6131 then
6132 CONVERT=false
6135 if test "$CONVERT" = false
6136 then
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6138 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6139 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6140 else
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6142 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6146 if test "$ICOTOOL" = false
6147 then
6148 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6149 else
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6151 $as_echo_n "checking for recent enough icotool... " >&6; }
6152 icotool_version=`icotool --version | head -n1`
6153 if test "x$icotool_version" != "x"
6154 then
6155 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6156 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6157 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6158 then
6159 ICOTOOL=false
6160 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6163 if test "$ICOTOOL" = false
6164 then
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6166 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6167 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6168 else
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6170 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6174 with_gettext=yes
6175 with_gettextpo=yes
6176 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6179 test "x$with_gettext" != xno || MSGFMT=false
6180 if test "$MSGFMT" != "false"
6181 then
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6183 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6184 cat >conftest.po <<EOF
6185 # comment
6186 msgctxt "ctxt"
6187 msgid "id"
6188 msgstr "str"
6190 if $MSGFMT -o /dev/null conftest.po 2>&5
6191 then
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6193 $as_echo "yes" >&6; }
6194 else
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6196 $as_echo "no" >&6; }
6197 MSGFMT=false
6200 if test "$MSGFMT" = false; then :
6201 case "x$with_gettext" in
6202 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6203 xno) ;;
6204 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6205 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6206 esac
6207 enable_po=${enable_po:-no}
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6212 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6213 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6214 $as_echo_n "(cached) " >&6
6215 else
6216 ac_check_lib_save_LIBS=$LIBS
6217 LIBS="-li386 $LIBS"
6218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6219 /* end confdefs.h. */
6221 /* Override any GCC internal prototype to avoid an error.
6222 Use char because int might match the return type of a GCC
6223 builtin and then its argument prototype would still apply. */
6224 #ifdef __cplusplus
6225 extern "C"
6226 #endif
6227 char i386_set_ldt ();
6229 main ()
6231 return i386_set_ldt ();
6233 return 0;
6235 _ACEOF
6236 if ac_fn_c_try_link "$LINENO"; then :
6237 ac_cv_lib_i386_i386_set_ldt=yes
6238 else
6239 ac_cv_lib_i386_i386_set_ldt=no
6241 rm -f core conftest.err conftest.$ac_objext \
6242 conftest$ac_exeext conftest.$ac_ext
6243 LIBS=$ac_check_lib_save_LIBS
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6246 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6247 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6248 cat >>confdefs.h <<_ACEOF
6249 #define HAVE_LIBI386 1
6250 _ACEOF
6252 LIBS="-li386 $LIBS"
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6257 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6258 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6259 $as_echo_n "(cached) " >&6
6260 else
6261 ac_check_lib_save_LIBS=$LIBS
6262 LIBS="-lossaudio $LIBS"
6263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6264 /* end confdefs.h. */
6266 /* Override any GCC internal prototype to avoid an error.
6267 Use char because int might match the return type of a GCC
6268 builtin and then its argument prototype would still apply. */
6269 #ifdef __cplusplus
6270 extern "C"
6271 #endif
6272 char _oss_ioctl ();
6274 main ()
6276 return _oss_ioctl ();
6278 return 0;
6280 _ACEOF
6281 if ac_fn_c_try_link "$LINENO"; then :
6282 ac_cv_lib_ossaudio__oss_ioctl=yes
6283 else
6284 ac_cv_lib_ossaudio__oss_ioctl=no
6286 rm -f core conftest.err conftest.$ac_objext \
6287 conftest$ac_exeext conftest.$ac_ext
6288 LIBS=$ac_check_lib_save_LIBS
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6291 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6292 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6293 cat >>confdefs.h <<_ACEOF
6294 #define HAVE_LIBOSSAUDIO 1
6295 _ACEOF
6297 LIBS="-lossaudio $LIBS"
6302 OPENGL_LIBS=""
6306 # Check whether --enable-largefile was given.
6307 if test "${enable_largefile+set}" = set; then :
6308 enableval=$enable_largefile;
6311 if test "$enable_largefile" != no; then
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6314 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6315 if ${ac_cv_sys_largefile_CC+:} false; then :
6316 $as_echo_n "(cached) " >&6
6317 else
6318 ac_cv_sys_largefile_CC=no
6319 if test "$GCC" != yes; then
6320 ac_save_CC=$CC
6321 while :; do
6322 # IRIX 6.2 and later do not support large files by default,
6323 # so use the C compiler's -n32 option if that helps.
6324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6325 /* end confdefs.h. */
6326 #include <sys/types.h>
6327 /* Check that off_t can represent 2**63 - 1 correctly.
6328 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6329 since some C++ compilers masquerading as C compilers
6330 incorrectly reject 9223372036854775807. */
6331 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6332 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6333 && LARGE_OFF_T % 2147483647 == 1)
6334 ? 1 : -1];
6336 main ()
6340 return 0;
6342 _ACEOF
6343 if ac_fn_c_try_compile "$LINENO"; then :
6344 break
6346 rm -f core conftest.err conftest.$ac_objext
6347 CC="$CC -n32"
6348 if ac_fn_c_try_compile "$LINENO"; then :
6349 ac_cv_sys_largefile_CC=' -n32'; break
6351 rm -f core conftest.err conftest.$ac_objext
6352 break
6353 done
6354 CC=$ac_save_CC
6355 rm -f conftest.$ac_ext
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6359 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6360 if test "$ac_cv_sys_largefile_CC" != no; then
6361 CC=$CC$ac_cv_sys_largefile_CC
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6365 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6366 if ${ac_cv_sys_file_offset_bits+:} false; then :
6367 $as_echo_n "(cached) " >&6
6368 else
6369 while :; do
6370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6371 /* end confdefs.h. */
6372 #include <sys/types.h>
6373 /* Check that off_t can represent 2**63 - 1 correctly.
6374 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6375 since some C++ compilers masquerading as C compilers
6376 incorrectly reject 9223372036854775807. */
6377 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6378 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6379 && LARGE_OFF_T % 2147483647 == 1)
6380 ? 1 : -1];
6382 main ()
6386 return 0;
6388 _ACEOF
6389 if ac_fn_c_try_compile "$LINENO"; then :
6390 ac_cv_sys_file_offset_bits=no; break
6392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6394 /* end confdefs.h. */
6395 #define _FILE_OFFSET_BITS 64
6396 #include <sys/types.h>
6397 /* Check that off_t can represent 2**63 - 1 correctly.
6398 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6399 since some C++ compilers masquerading as C compilers
6400 incorrectly reject 9223372036854775807. */
6401 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6402 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6403 && LARGE_OFF_T % 2147483647 == 1)
6404 ? 1 : -1];
6406 main ()
6410 return 0;
6412 _ACEOF
6413 if ac_fn_c_try_compile "$LINENO"; then :
6414 ac_cv_sys_file_offset_bits=64; break
6416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6417 ac_cv_sys_file_offset_bits=unknown
6418 break
6419 done
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6422 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6423 case $ac_cv_sys_file_offset_bits in #(
6424 no | unknown) ;;
6426 cat >>confdefs.h <<_ACEOF
6427 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6428 _ACEOF
6430 esac
6431 rm -rf conftest*
6432 if test $ac_cv_sys_file_offset_bits = unknown; then
6433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6434 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6435 if ${ac_cv_sys_large_files+:} false; then :
6436 $as_echo_n "(cached) " >&6
6437 else
6438 while :; do
6439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6440 /* end confdefs.h. */
6441 #include <sys/types.h>
6442 /* Check that off_t can represent 2**63 - 1 correctly.
6443 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6444 since some C++ compilers masquerading as C compilers
6445 incorrectly reject 9223372036854775807. */
6446 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6447 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6448 && LARGE_OFF_T % 2147483647 == 1)
6449 ? 1 : -1];
6451 main ()
6455 return 0;
6457 _ACEOF
6458 if ac_fn_c_try_compile "$LINENO"; then :
6459 ac_cv_sys_large_files=no; break
6461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6463 /* end confdefs.h. */
6464 #define _LARGE_FILES 1
6465 #include <sys/types.h>
6466 /* Check that off_t can represent 2**63 - 1 correctly.
6467 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6468 since some C++ compilers masquerading as C compilers
6469 incorrectly reject 9223372036854775807. */
6470 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6471 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6472 && LARGE_OFF_T % 2147483647 == 1)
6473 ? 1 : -1];
6475 main ()
6479 return 0;
6481 _ACEOF
6482 if ac_fn_c_try_compile "$LINENO"; then :
6483 ac_cv_sys_large_files=1; break
6485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6486 ac_cv_sys_large_files=unknown
6487 break
6488 done
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6491 $as_echo "$ac_cv_sys_large_files" >&6; }
6492 case $ac_cv_sys_large_files in #(
6493 no | unknown) ;;
6495 cat >>confdefs.h <<_ACEOF
6496 #define _LARGE_FILES $ac_cv_sys_large_files
6497 _ACEOF
6499 esac
6500 rm -rf conftest*
6507 ac_ext=c
6508 ac_cpp='$CPP $CPPFLAGS'
6509 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6510 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6511 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6513 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6514 # On Suns, sometimes $CPP names a directory.
6515 if test -n "$CPP" && test -d "$CPP"; then
6516 CPP=
6518 if test -z "$CPP"; then
6519 if ${ac_cv_prog_CPP+:} false; then :
6520 $as_echo_n "(cached) " >&6
6521 else
6522 # Double quotes because CPP needs to be expanded
6523 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6525 ac_preproc_ok=false
6526 for ac_c_preproc_warn_flag in '' yes
6528 # Use a header file that comes with gcc, so configuring glibc
6529 # with a fresh cross-compiler works.
6530 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6531 # <limits.h> exists even on freestanding compilers.
6532 # On the NeXT, cc -E runs the code through the compiler's parser,
6533 # not just through cpp. "Syntax error" is here to catch this case.
6534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6535 /* end confdefs.h. */
6536 #ifdef __STDC__
6537 # include <limits.h>
6538 #else
6539 # include <assert.h>
6540 #endif
6541 Syntax error
6542 _ACEOF
6543 if ac_fn_c_try_cpp "$LINENO"; then :
6545 else
6546 # Broken: fails on valid input.
6547 continue
6549 rm -f conftest.err conftest.i conftest.$ac_ext
6551 # OK, works on sane cases. Now check whether nonexistent headers
6552 # can be detected and how.
6553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6554 /* end confdefs.h. */
6555 #include <ac_nonexistent.h>
6556 _ACEOF
6557 if ac_fn_c_try_cpp "$LINENO"; then :
6558 # Broken: success on invalid input.
6559 continue
6560 else
6561 # Passes both tests.
6562 ac_preproc_ok=:
6563 break
6565 rm -f conftest.err conftest.i conftest.$ac_ext
6567 done
6568 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6569 rm -f conftest.i conftest.err conftest.$ac_ext
6570 if $ac_preproc_ok; then :
6571 break
6574 done
6575 ac_cv_prog_CPP=$CPP
6578 CPP=$ac_cv_prog_CPP
6579 else
6580 ac_cv_prog_CPP=$CPP
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6583 $as_echo "$CPP" >&6; }
6584 ac_preproc_ok=false
6585 for ac_c_preproc_warn_flag in '' yes
6587 # Use a header file that comes with gcc, so configuring glibc
6588 # with a fresh cross-compiler works.
6589 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6590 # <limits.h> exists even on freestanding compilers.
6591 # On the NeXT, cc -E runs the code through the compiler's parser,
6592 # not just through cpp. "Syntax error" is here to catch this case.
6593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6594 /* end confdefs.h. */
6595 #ifdef __STDC__
6596 # include <limits.h>
6597 #else
6598 # include <assert.h>
6599 #endif
6600 Syntax error
6601 _ACEOF
6602 if ac_fn_c_try_cpp "$LINENO"; then :
6604 else
6605 # Broken: fails on valid input.
6606 continue
6608 rm -f conftest.err conftest.i conftest.$ac_ext
6610 # OK, works on sane cases. Now check whether nonexistent headers
6611 # can be detected and how.
6612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6613 /* end confdefs.h. */
6614 #include <ac_nonexistent.h>
6615 _ACEOF
6616 if ac_fn_c_try_cpp "$LINENO"; then :
6617 # Broken: success on invalid input.
6618 continue
6619 else
6620 # Passes both tests.
6621 ac_preproc_ok=:
6622 break
6624 rm -f conftest.err conftest.i conftest.$ac_ext
6626 done
6627 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6628 rm -f conftest.i conftest.err conftest.$ac_ext
6629 if $ac_preproc_ok; then :
6631 else
6632 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6633 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6634 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6635 See \`config.log' for more details" "$LINENO" 5; }
6638 ac_ext=c
6639 ac_cpp='$CPP $CPPFLAGS'
6640 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6641 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6642 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6646 $as_echo_n "checking for ANSI C header files... " >&6; }
6647 if ${ac_cv_header_stdc+:} false; then :
6648 $as_echo_n "(cached) " >&6
6649 else
6650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6651 /* end confdefs.h. */
6652 #include <stdlib.h>
6653 #include <stdarg.h>
6654 #include <string.h>
6655 #include <float.h>
6658 main ()
6662 return 0;
6664 _ACEOF
6665 if ac_fn_c_try_compile "$LINENO"; then :
6666 ac_cv_header_stdc=yes
6667 else
6668 ac_cv_header_stdc=no
6670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6672 if test $ac_cv_header_stdc = yes; then
6673 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6675 /* end confdefs.h. */
6676 #include <string.h>
6678 _ACEOF
6679 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6680 $EGREP "memchr" >/dev/null 2>&1; then :
6682 else
6683 ac_cv_header_stdc=no
6685 rm -f conftest*
6689 if test $ac_cv_header_stdc = yes; then
6690 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6692 /* end confdefs.h. */
6693 #include <stdlib.h>
6695 _ACEOF
6696 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6697 $EGREP "free" >/dev/null 2>&1; then :
6699 else
6700 ac_cv_header_stdc=no
6702 rm -f conftest*
6706 if test $ac_cv_header_stdc = yes; then
6707 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6708 if test "$cross_compiling" = yes; then :
6710 else
6711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6712 /* end confdefs.h. */
6713 #include <ctype.h>
6714 #include <stdlib.h>
6715 #if ((' ' & 0x0FF) == 0x020)
6716 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6717 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6718 #else
6719 # define ISLOWER(c) \
6720 (('a' <= (c) && (c) <= 'i') \
6721 || ('j' <= (c) && (c) <= 'r') \
6722 || ('s' <= (c) && (c) <= 'z'))
6723 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6724 #endif
6726 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6728 main ()
6730 int i;
6731 for (i = 0; i < 256; i++)
6732 if (XOR (islower (i), ISLOWER (i))
6733 || toupper (i) != TOUPPER (i))
6734 return 2;
6735 return 0;
6737 _ACEOF
6738 if ac_fn_c_try_run "$LINENO"; then :
6740 else
6741 ac_cv_header_stdc=no
6743 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6744 conftest.$ac_objext conftest.beam conftest.$ac_ext
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6750 $as_echo "$ac_cv_header_stdc" >&6; }
6751 if test $ac_cv_header_stdc = yes; then
6753 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6757 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6758 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6759 inttypes.h stdint.h unistd.h
6760 do :
6761 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6762 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6764 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6765 cat >>confdefs.h <<_ACEOF
6766 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6767 _ACEOF
6771 done
6774 for ac_header in \
6775 AL/al.h \
6776 ApplicationServices/ApplicationServices.h \
6777 AudioToolbox/AudioConverter.h \
6778 AudioUnit/AudioUnit.h \
6779 AudioUnit/AudioComponent.h \
6780 CL/cl.h \
6781 Carbon/Carbon.h \
6782 CommonCrypto/CommonDigest.h \
6783 CoreAudio/CoreAudio.h \
6784 CoreServices/CoreServices.h \
6785 DiskArbitration/DiskArbitration.h \
6786 IOKit/IOKitLib.h \
6787 IOKit/hid/IOHIDLib.h \
6788 OpenAL/al.h \
6789 OpenCL/opencl.h \
6790 QuickTime/ImageCompression.h \
6791 Security/Security.h \
6792 alias.h \
6793 alsa/asoundlib.h \
6794 arpa/inet.h \
6795 arpa/nameser.h \
6796 asm/types.h \
6797 asm/user.h \
6798 curses.h \
6799 direct.h \
6800 dirent.h \
6801 dlfcn.h \
6802 elf.h \
6803 float.h \
6804 fnmatch.h \
6805 getopt.h \
6806 gettext-po.h \
6807 grp.h \
6808 gsm.h \
6809 gsm/gsm.h \
6810 ieeefp.h \
6811 inet/mib2.h \
6812 io.h \
6813 kstat.h \
6814 lber.h \
6815 ldap.h \
6816 libproc.h \
6817 link.h \
6818 linux/cdrom.h \
6819 linux/compiler.h \
6820 linux/filter.h \
6821 linux/hdreg.h \
6822 linux/hidraw.h \
6823 linux/input.h \
6824 linux/ioctl.h \
6825 linux/joystick.h \
6826 linux/major.h \
6827 linux/param.h \
6828 linux/serial.h \
6829 linux/types.h \
6830 linux/ucdrom.h \
6831 lwp.h \
6832 mach-o/nlist.h \
6833 mach-o/loader.h \
6834 mach/mach.h \
6835 mach/machine.h \
6836 machine/cpu.h \
6837 machine/limits.h \
6838 machine/sysarch.h \
6839 mntent.h \
6840 ncurses.h \
6841 netdb.h \
6842 netinet/in.h \
6843 netinet/in_systm.h \
6844 netinet/tcp.h \
6845 netinet/tcp_fsm.h \
6846 pcap/pcap.h \
6847 poll.h \
6848 port.h \
6849 process.h \
6850 pthread.h \
6851 pwd.h \
6852 sched.h \
6853 scsi/scsi.h \
6854 scsi/scsi_ioctl.h \
6855 scsi/sg.h \
6856 stdbool.h \
6857 stdint.h \
6858 stropts.h \
6859 sys/asoundlib.h \
6860 sys/attr.h \
6861 sys/cdio.h \
6862 sys/elf32.h \
6863 sys/epoll.h \
6864 sys/event.h \
6865 sys/exec_elf.h \
6866 sys/filio.h \
6867 sys/inotify.h \
6868 sys/ioctl.h \
6869 sys/ipc.h \
6870 sys/limits.h \
6871 sys/link.h \
6872 sys/mman.h \
6873 sys/modem.h \
6874 sys/msg.h \
6875 sys/mtio.h \
6876 sys/param.h \
6877 sys/poll.h \
6878 sys/prctl.h \
6879 sys/protosw.h \
6880 sys/ptrace.h \
6881 sys/queue.h \
6882 sys/resource.h \
6883 sys/scsiio.h \
6884 sys/shm.h \
6885 sys/signal.h \
6886 sys/socket.h \
6887 sys/socketvar.h \
6888 sys/sockio.h \
6889 sys/statvfs.h \
6890 sys/strtio.h \
6891 sys/syscall.h \
6892 sys/sysinfo.h \
6893 sys/tihdr.h \
6894 sys/time.h \
6895 sys/timeout.h \
6896 sys/times.h \
6897 sys/uio.h \
6898 sys/user.h \
6899 sys/utsname.h \
6900 sys/vm86.h \
6901 sys/vnode.h \
6902 sys/wait.h \
6903 syscall.h \
6904 termios.h \
6905 unistd.h \
6906 utime.h \
6907 valgrind/memcheck.h \
6908 valgrind/valgrind.h \
6909 zlib.h
6911 do :
6912 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6913 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6914 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6915 cat >>confdefs.h <<_ACEOF
6916 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6917 _ACEOF
6921 done
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6924 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6925 if ${ac_cv_header_sys_types_h_makedev+:} false; then :
6926 $as_echo_n "(cached) " >&6
6927 else
6928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6929 /* end confdefs.h. */
6930 #include <sys/types.h>
6932 main ()
6934 return makedev(0, 0);
6936 return 0;
6938 _ACEOF
6939 if ac_fn_c_try_link "$LINENO"; then :
6940 ac_cv_header_sys_types_h_makedev=yes
6941 else
6942 ac_cv_header_sys_types_h_makedev=no
6944 rm -f core conftest.err conftest.$ac_objext \
6945 conftest$ac_exeext conftest.$ac_ext
6948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
6949 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
6951 if test $ac_cv_header_sys_types_h_makedev = no; then
6952 ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
6953 if test "x$ac_cv_header_sys_mkdev_h" = xyes; then :
6955 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
6961 if test $ac_cv_header_sys_mkdev_h = no; then
6962 ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
6963 if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then :
6965 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6974 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6975 if ${ac_cv_header_stat_broken+:} false; then :
6976 $as_echo_n "(cached) " >&6
6977 else
6978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6979 /* end confdefs.h. */
6980 #include <sys/types.h>
6981 #include <sys/stat.h>
6983 #if defined S_ISBLK && defined S_IFDIR
6984 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6985 #endif
6987 #if defined S_ISBLK && defined S_IFCHR
6988 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6989 #endif
6991 #if defined S_ISLNK && defined S_IFREG
6992 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6993 #endif
6995 #if defined S_ISSOCK && defined S_IFREG
6996 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6997 #endif
6999 _ACEOF
7000 if ac_fn_c_try_compile "$LINENO"; then :
7001 ac_cv_header_stat_broken=no
7002 else
7003 ac_cv_header_stat_broken=yes
7005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7008 $as_echo "$ac_cv_header_stat_broken" >&6; }
7009 if test $ac_cv_header_stat_broken = yes; then
7011 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7017 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7018 do :
7019 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7020 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7021 #ifdef HAVE_SYS_PARAM_H
7022 # include <sys/param.h>
7023 #endif
7025 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7026 cat >>confdefs.h <<_ACEOF
7027 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7028 _ACEOF
7032 done
7035 for ac_header in \
7036 netinet/ip.h \
7037 net/if.h \
7038 net/if_arp.h \
7039 net/if_dl.h \
7040 net/if_types.h \
7041 net/route.h \
7042 netinet/if_ether.h \
7043 netinet/if_inarp.h \
7044 netinet/in_pcb.h \
7045 netinet/ip_icmp.h \
7046 netinet/ip_var.h \
7047 netinet/udp.h \
7048 netipx/ipx.h \
7049 sys/un.h \
7051 do :
7052 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7053 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7054 #ifdef HAVE_SYS_SOCKET_H
7055 # include <sys/socket.h>
7056 #endif
7057 #ifdef HAVE_SYS_SOCKETVAR_H
7058 # include <sys/socketvar.h>
7059 #endif
7060 #ifdef HAVE_NET_ROUTE_H
7061 # include <net/route.h>
7062 #endif
7063 #ifdef HAVE_NETINET_IN_H
7064 # include <netinet/in.h>
7065 #endif
7066 #ifdef HAVE_NETINET_IN_SYSTM_H
7067 # include <netinet/in_systm.h>
7068 #endif
7069 #ifdef HAVE_NET_IF_H
7070 # include <net/if.h>
7071 #endif
7072 #ifdef HAVE_NETINET_IP_H
7073 # include <netinet/ip.h>
7074 #endif
7076 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7077 cat >>confdefs.h <<_ACEOF
7078 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7079 _ACEOF
7083 done
7086 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
7087 do :
7088 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7089 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7090 #ifdef HAVE_ALIAS_H
7091 # include <alias.h>
7092 #endif
7093 #ifdef HAVE_SYS_SOCKET_H
7094 # include <sys/socket.h>
7095 #endif
7096 #ifdef HAVE_SYS_SOCKETVAR_H
7097 # include <sys/socketvar.h>
7098 #endif
7099 #ifdef HAVE_SYS_TIMEOUT_H
7100 # include <sys/timeout.h>
7101 #endif
7102 #ifdef HAVE_NETINET_IN_H
7103 # include <netinet/in.h>
7104 #endif
7105 #ifdef HAVE_NETINET_IN_SYSTM_H
7106 # include <netinet/in_systm.h>
7107 #endif
7108 #ifdef HAVE_NETINET_IP_H
7109 # include <netinet/ip.h>
7110 #endif
7111 #ifdef HAVE_NETINET_IP_VAR_H
7112 # include <netinet/ip_var.h>
7113 #endif
7114 #ifdef HAVE_NETINET_IP_ICMP_H
7115 # include <netinet/ip_icmp.h>
7116 #endif
7117 #ifdef HAVE_NETINET_UDP_H
7118 # include <netinet/udp.h>
7119 #endif
7120 #ifdef HAVE_NETINET_TCP_H
7121 # include <netinet/tcp.h>
7122 #endif
7123 #ifdef HAVE_NETINET_TCP_TIMER_H
7124 #include <netinet/tcp_timer.h>
7125 #endif
7127 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7128 cat >>confdefs.h <<_ACEOF
7129 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7130 _ACEOF
7134 done
7137 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
7138 do :
7139 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7140 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7141 #ifdef HAVE_ASM_TYPES_H
7142 # include <asm/types.h>
7143 #endif
7144 #ifdef HAVE_SYS_SOCKET_H
7145 # include <sys/socket.h>
7146 #endif
7147 #ifdef HAVE_LINUX_TYPES_H
7148 # include <linux/types.h>
7149 #endif
7151 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7152 cat >>confdefs.h <<_ACEOF
7153 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7154 _ACEOF
7158 done
7161 for ac_header in mach-o/dyld_images.h
7162 do :
7163 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7164 # include <stdbool.h>
7165 #endif
7166 #ifdef HAVE_STDINT_H
7167 # include <stdint.h>
7168 #endif
7170 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7171 cat >>confdefs.h <<_ACEOF
7172 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7173 _ACEOF
7177 done
7180 for ac_header in resolv.h
7181 do :
7182 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7183 #ifdef HAVE_SYS_SOCKET_H
7184 # include <sys/socket.h>
7185 #endif
7186 #ifdef HAVE_NETINET_IN_H
7187 # include <netinet/in.h>
7188 #endif
7189 #ifdef HAVE_ARPA_NAMESER_H
7190 # include <arpa/nameser.h>
7191 #endif
7193 if test "x$ac_cv_header_resolv_h" = xyes; then :
7194 cat >>confdefs.h <<_ACEOF
7195 #define HAVE_RESOLV_H 1
7196 _ACEOF
7200 done
7203 for ac_header in ifaddrs.h
7204 do :
7205 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7207 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7208 cat >>confdefs.h <<_ACEOF
7209 #define HAVE_IFADDRS_H 1
7210 _ACEOF
7214 done
7217 for ac_header in sys/ucontext.h
7218 do :
7219 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7221 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7222 cat >>confdefs.h <<_ACEOF
7223 #define HAVE_SYS_UCONTEXT_H 1
7224 _ACEOF
7228 done
7231 for ac_header in sys/thr.h
7232 do :
7233 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7234 #ifdef HAVE_SYS_UCONTEXT_H
7235 #include <sys/ucontext.h>
7236 #endif
7238 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7239 cat >>confdefs.h <<_ACEOF
7240 #define HAVE_SYS_THR_H 1
7241 _ACEOF
7245 done
7248 for ac_header in pthread_np.h
7249 do :
7250 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7251 #include <pthread.h>
7252 #endif
7254 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7255 cat >>confdefs.h <<_ACEOF
7256 #define HAVE_PTHREAD_NP_H 1
7257 _ACEOF
7261 done
7264 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7265 do :
7266 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7267 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7268 #include <sys/time.h>
7269 #endif
7270 #include <sys/types.h>
7271 #ifdef HAVE_ASM_TYPES_H
7272 #include <asm/types.h>
7273 #endif
7275 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7276 cat >>confdefs.h <<_ACEOF
7277 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7278 _ACEOF
7282 done
7285 for ac_header in libprocstat.h
7286 do :
7287 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7288 #include <sys/param.h>
7289 #endif
7290 #ifdef HAVE_SYS_QUEUE_H
7291 #include <sys/queue.h>
7292 #endif
7293 #ifdef HAVE_SYS_SOCKET_H
7294 #include <sys/socket.h>
7295 #endif
7297 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7298 cat >>confdefs.h <<_ACEOF
7299 #define HAVE_LIBPROCSTAT_H 1
7300 _ACEOF
7304 done
7308 dlldir="\${libdir}/wine"
7310 DLLFLAGS="-D_REENTRANT"
7312 LDRPATH_INSTALL=""
7314 LDRPATH_LOCAL=""
7316 LDEXECFLAGS=""
7318 LIBEXT="so"
7319 DLLEXT=".so"
7320 IMPLIBEXT="def"
7321 # Extract the first word of "ldd", so it can be a program name with args.
7322 set dummy ldd; ac_word=$2
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7324 $as_echo_n "checking for $ac_word... " >&6; }
7325 if ${ac_cv_path_LDD+:} false; then :
7326 $as_echo_n "(cached) " >&6
7327 else
7328 case $LDD in
7329 [\\/]* | ?:[\\/]*)
7330 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7334 as_dummy="/sbin:/usr/sbin:$PATH"
7335 for as_dir in $as_dummy
7337 IFS=$as_save_IFS
7338 test -z "$as_dir" && as_dir=.
7339 for ac_exec_ext in '' $ac_executable_extensions; do
7340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7341 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7343 break 2
7345 done
7346 done
7347 IFS=$as_save_IFS
7349 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7351 esac
7353 LDD=$ac_cv_path_LDD
7354 if test -n "$LDD"; then
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7356 $as_echo "$LDD" >&6; }
7357 else
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7359 $as_echo "no" >&6; }
7363 if test -n "$ac_tool_prefix"; then
7364 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7365 set dummy ${ac_tool_prefix}otool; ac_word=$2
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7367 $as_echo_n "checking for $ac_word... " >&6; }
7368 if ${ac_cv_prog_OTOOL+:} false; then :
7369 $as_echo_n "(cached) " >&6
7370 else
7371 if test -n "$OTOOL"; then
7372 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7373 else
7374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7375 for as_dir in $PATH
7377 IFS=$as_save_IFS
7378 test -z "$as_dir" && as_dir=.
7379 for ac_exec_ext in '' $ac_executable_extensions; do
7380 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7381 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7383 break 2
7385 done
7386 done
7387 IFS=$as_save_IFS
7391 OTOOL=$ac_cv_prog_OTOOL
7392 if test -n "$OTOOL"; then
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7394 $as_echo "$OTOOL" >&6; }
7395 else
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7397 $as_echo "no" >&6; }
7402 if test -z "$ac_cv_prog_OTOOL"; then
7403 ac_ct_OTOOL=$OTOOL
7404 # Extract the first word of "otool", so it can be a program name with args.
7405 set dummy otool; ac_word=$2
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7407 $as_echo_n "checking for $ac_word... " >&6; }
7408 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7409 $as_echo_n "(cached) " >&6
7410 else
7411 if test -n "$ac_ct_OTOOL"; then
7412 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7413 else
7414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7415 for as_dir in $PATH
7417 IFS=$as_save_IFS
7418 test -z "$as_dir" && as_dir=.
7419 for ac_exec_ext in '' $ac_executable_extensions; do
7420 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7421 ac_cv_prog_ac_ct_OTOOL="otool"
7422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7423 break 2
7425 done
7426 done
7427 IFS=$as_save_IFS
7431 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7432 if test -n "$ac_ct_OTOOL"; then
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7434 $as_echo "$ac_ct_OTOOL" >&6; }
7435 else
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7437 $as_echo "no" >&6; }
7440 if test "x$ac_ct_OTOOL" = x; then
7441 OTOOL="otool"
7442 else
7443 case $cross_compiling:$ac_tool_warned in
7444 yes:)
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7446 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7447 ac_tool_warned=yes ;;
7448 esac
7449 OTOOL=$ac_ct_OTOOL
7451 else
7452 OTOOL="$ac_cv_prog_OTOOL"
7455 if test -n "$ac_tool_prefix"; then
7456 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7457 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7459 $as_echo_n "checking for $ac_word... " >&6; }
7460 if ${ac_cv_prog_READELF+:} false; then :
7461 $as_echo_n "(cached) " >&6
7462 else
7463 if test -n "$READELF"; then
7464 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7465 else
7466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7467 for as_dir in $PATH
7469 IFS=$as_save_IFS
7470 test -z "$as_dir" && as_dir=.
7471 for ac_exec_ext in '' $ac_executable_extensions; do
7472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7473 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7475 break 2
7477 done
7478 done
7479 IFS=$as_save_IFS
7483 READELF=$ac_cv_prog_READELF
7484 if test -n "$READELF"; then
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7486 $as_echo "$READELF" >&6; }
7487 else
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7489 $as_echo "no" >&6; }
7494 if test -z "$ac_cv_prog_READELF"; then
7495 ac_ct_READELF=$READELF
7496 # Extract the first word of "readelf", so it can be a program name with args.
7497 set dummy readelf; ac_word=$2
7498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7499 $as_echo_n "checking for $ac_word... " >&6; }
7500 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7501 $as_echo_n "(cached) " >&6
7502 else
7503 if test -n "$ac_ct_READELF"; then
7504 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7505 else
7506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7507 for as_dir in $PATH
7509 IFS=$as_save_IFS
7510 test -z "$as_dir" && as_dir=.
7511 for ac_exec_ext in '' $ac_executable_extensions; do
7512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7513 ac_cv_prog_ac_ct_READELF="readelf"
7514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7515 break 2
7517 done
7518 done
7519 IFS=$as_save_IFS
7523 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7524 if test -n "$ac_ct_READELF"; then
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7526 $as_echo "$ac_ct_READELF" >&6; }
7527 else
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7529 $as_echo "no" >&6; }
7532 if test "x$ac_ct_READELF" = x; then
7533 READELF="true"
7534 else
7535 case $cross_compiling:$ac_tool_warned in
7536 yes:)
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7538 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7539 ac_tool_warned=yes ;;
7540 esac
7541 READELF=$ac_ct_READELF
7543 else
7544 READELF="$ac_cv_prog_READELF"
7547 wine_rules_file=conf$$rules.make
7548 rm -f $wine_rules_file
7549 SUBDIRS=""
7551 DISABLED_SUBDIRS=""
7553 CONFIGURE_TARGETS=""
7555 ALL_TEST_RESOURCES=""
7558 wine_fn_append_file ()
7560 as_fn_append $1 " \\$as_nl $2"
7563 wine_fn_append_rule ()
7565 $as_echo "$1" >>$wine_rules_file
7568 wine_fn_has_flag ()
7570 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7573 wine_fn_all_rules ()
7575 wine_fn_append_file SUBDIRS $ac_dir
7576 wine_fn_append_rule \
7577 "all: $ac_dir
7578 .PHONY: $ac_dir
7579 $ac_dir: dummy
7580 @cd $ac_dir && \$(MAKE)"
7583 wine_fn_install_rules ()
7585 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7587 wine_fn_append_rule \
7588 ".PHONY: $ac_dir/install $ac_dir/uninstall
7589 $ac_dir/install:: $ac_dir
7590 @cd $ac_dir && \$(MAKE) install
7591 $ac_dir/uninstall::
7592 @cd $ac_dir && \$(MAKE) uninstall
7593 install:: $ac_dir/install
7594 __uninstall__: $ac_dir/uninstall"
7596 if wine_fn_has_flag install-lib
7597 then
7598 wine_fn_append_rule \
7599 ".PHONY: $ac_dir/install-lib
7600 $ac_dir/install-lib:: $ac_dir
7601 @cd $ac_dir && \$(MAKE) install-lib
7602 install-lib:: $ac_dir/install-lib"
7605 if wine_fn_has_flag install-dev
7606 then
7607 wine_fn_append_rule \
7608 ".PHONY: $ac_dir/install-dev
7609 $ac_dir/install-dev:: $ac_dir
7610 @cd $ac_dir && \$(MAKE) install-dev
7611 install-dev:: $ac_dir/install-dev"
7615 wine_fn_clean_rules ()
7617 ac_clean=$@
7619 if wine_fn_has_flag clean
7620 then
7621 wine_fn_append_rule \
7622 "$ac_dir/clean: dummy
7623 @cd $ac_dir && \$(MAKE) clean"
7624 else
7625 wine_fn_append_rule \
7626 "$ac_dir/clean: dummy
7627 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7629 wine_fn_append_rule \
7630 "__clean__: $ac_dir/clean
7631 .PHONY: $ac_dir/clean"
7634 wine_fn_disabled_rules ()
7636 ac_clean=$@
7638 wine_fn_append_file SUBDIRS $ac_dir
7639 wine_fn_append_file DISABLED_SUBDIRS $ac_dir
7640 wine_fn_append_rule \
7641 "__clean__: $ac_dir/clean
7642 .PHONY: $ac_dir/clean
7643 $ac_dir/clean: dummy
7644 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7647 wine_fn_config_makefile ()
7649 ac_dir=$1
7650 ac_enable=$2
7651 ac_flags=$3
7653 case $ac_dir in
7654 fonts|server) test -z "$with_wine64" || return ;;
7655 esac
7656 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7657 wine_fn_disabled_rules; return
7659 wine_fn_all_rules
7660 wine_fn_install_rules
7661 wine_fn_clean_rules
7664 wine_fn_config_lib ()
7666 ac_name=$1
7667 ac_flags=$2
7668 ac_dir=dlls/$ac_name
7669 ac_deps="include"
7671 if test "x$enable_tools" = xno; then :
7673 else
7674 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7676 wine_fn_all_rules
7677 wine_fn_clean_rules
7679 wine_fn_append_rule \
7680 ".PHONY: $ac_dir/install $ac_dir/uninstall
7681 $ac_dir/install:: $ac_dir
7682 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7683 $ac_dir/uninstall::
7684 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7685 install install-dev:: $ac_dir/install
7686 __uninstall__: $ac_dir/uninstall
7687 __builddeps__: $ac_dir
7688 $ac_dir: $ac_deps"
7691 wine_fn_config_dll ()
7693 ac_name=$1
7694 ac_dir=dlls/$ac_name
7695 ac_enable=$2
7696 ac_flags=$3
7697 ac_implib=${4:-$ac_name}
7698 ac_file=$ac_dir/lib$ac_implib
7699 ac_dll=$ac_name
7700 ac_deps="include"
7701 ac_implibflags=""
7703 if test "x$enable_tools" = xno; then :
7705 else
7706 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7708 case $ac_name in
7709 *16) ac_implibflags=" -m16" ;;
7710 *.*) ;;
7711 *) ac_dll=$ac_dll.dll ;;
7712 esac
7714 ac_clean=
7715 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7716 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7718 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7719 if test "$ac_enable" != enable_win16
7720 then
7721 wine_fn_clean_rules $ac_clean
7722 wine_fn_append_file SUBDIRS $ac_dir
7723 wine_fn_append_file DISABLED_SUBDIRS $ac_dir
7724 else
7725 wine_fn_disabled_rules $ac_clean
7726 return
7728 else
7729 wine_fn_all_rules
7730 wine_fn_clean_rules $ac_clean
7731 wine_fn_append_rule \
7732 "$ac_dir: __builddeps__
7733 manpages htmlpages sgmlpages xmlpages::
7734 @cd $ac_dir && \$(MAKE) \$@
7735 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7736 install install-lib:: $ac_dir/install-lib
7737 __uninstall__: $ac_dir/uninstall"
7738 if test -n "$DLLEXT"
7739 then
7740 wine_fn_append_rule \
7741 "$ac_dir/install-lib:: $ac_dir
7742 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7743 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7744 $ac_dir/uninstall::
7745 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7746 else
7747 wine_fn_append_rule \
7748 "$ac_dir/install-lib:: $ac_dir
7749 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7750 $ac_dir/uninstall::
7751 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7755 if wine_fn_has_flag staticimplib
7756 then
7757 wine_fn_append_rule \
7758 "__builddeps__: $ac_file.a
7759 $ac_file.a $ac_file.cross.a: $ac_deps
7760 $ac_file.a: dummy
7761 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7762 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7763 $ac_dir/install-dev:: $ac_file.a
7764 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7765 $ac_dir/uninstall::
7766 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7767 install install-dev:: $ac_dir/install-dev
7768 __uninstall__: $ac_dir/uninstall"
7770 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7771 then
7772 wine_fn_append_rule \
7773 "__builddeps__: $ac_file.cross.a
7774 $ac_file.cross.a: dummy
7775 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7778 elif wine_fn_has_flag implib
7779 then
7780 wine_fn_append_rule \
7781 "__builddeps__: $ac_file.$IMPLIBEXT
7782 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7783 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7784 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7785 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7786 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7787 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7788 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7789 $ac_dir/uninstall::
7790 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7791 install install-dev:: $ac_dir/install-dev
7792 __uninstall__: $ac_dir/uninstall"
7793 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7794 then
7795 wine_fn_append_rule \
7796 "__builddeps__: $ac_file.cross.a
7797 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7798 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7803 wine_fn_config_program ()
7805 ac_name=$1
7806 ac_dir=programs/$ac_name
7807 ac_enable=$2
7808 ac_flags=$3
7809 ac_program=$ac_name
7811 case $ac_name in
7812 *.*) ;;
7813 *) ac_program=$ac_program.exe ;;
7814 esac
7816 ac_clean=
7817 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7818 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7820 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7821 wine_fn_disabled_rules $ac_clean; return
7824 wine_fn_all_rules
7825 wine_fn_clean_rules $ac_clean
7826 wine_fn_append_rule "$ac_dir: __builddeps__"
7828 wine_fn_has_flag install || return
7829 wine_fn_append_rule \
7830 ".PHONY: $ac_dir/install $ac_dir/uninstall
7831 install install-lib:: $ac_dir/install
7832 __uninstall__: $ac_dir/uninstall"
7834 if test -n "$DLLEXT"
7835 then
7836 wine_fn_append_rule \
7837 "$ac_dir/install:: $ac_dir
7838 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7839 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7840 $ac_dir/uninstall::
7841 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7843 if test -z "$with_wine64" && wine_fn_has_flag installbin
7844 then
7845 wine_fn_append_rule \
7846 "$ac_dir/install:: __tooldeps__
7847 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7848 $ac_dir/uninstall::
7849 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7851 else
7852 wine_fn_append_rule \
7853 "$ac_dir/install:: $ac_dir
7854 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7855 $ac_dir/uninstall::
7856 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7859 if test -z "$with_wine64" && wine_fn_has_flag manpage
7860 then
7861 wine_fn_append_rule \
7862 "$ac_dir/install:: $ac_dir
7863 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7864 $ac_dir/uninstall::
7865 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7869 wine_fn_config_test ()
7871 ac_dir=$1
7872 ac_name=$2
7873 ac_flags=$3
7875 ac_clean=
7876 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7877 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7879 if test "x$enable_tests" = xno; then :
7880 wine_fn_disabled_rules $ac_clean; return
7883 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7884 wine_fn_all_rules
7885 wine_fn_clean_rules $ac_clean
7887 wine_fn_append_rule \
7888 "$ac_dir: __builddeps__
7889 programs/winetest: $ac_dir
7890 check test: $ac_dir/test
7891 .PHONY: $ac_dir/test
7892 $ac_dir/test: dummy
7893 @cd $ac_dir && \$(MAKE) test
7894 testclean::
7895 \$(RM) $ac_dir/*.ok"
7897 if test -n "$CROSSTARGET"
7898 then
7899 wine_fn_append_rule \
7900 "crosstest: $ac_dir/crosstest
7901 .PHONY: $ac_dir/crosstest
7902 $ac_dir/crosstest: __builddeps__ dummy
7903 @cd $ac_dir && \$(MAKE) crosstest"
7907 wine_fn_config_tool ()
7909 ac_dir=$1
7910 ac_flags=$2
7911 if test "x$enable_tools" = xno; then :
7912 wine_fn_append_file DISABLED_SUBDIRS $ac_dir; return
7915 wine_fn_all_rules
7916 wine_fn_install_rules
7917 wine_fn_clean_rules
7919 wine_fn_append_rule "__tooldeps__: $ac_dir"
7920 wine_fn_append_rule "$ac_dir: libs/port"
7921 case $ac_dir in
7922 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7923 esac
7926 wine_fn_config_symlink ()
7928 ac_linkdir=
7929 if test "x$1" = "x-d"
7930 then
7931 ac_linkdir=$2
7932 shift; shift
7934 ac_links=$@
7935 wine_fn_append_rule \
7936 "$ac_links:
7937 @./config.status \$@"
7938 for f in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS $f; done
7939 test -n "$ac_linkdir" || return
7940 wine_fn_append_rule "$ac_linkdir/depend: $ac_links"
7943 wine_binary="wine"
7944 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7945 WINELOADER_PROGRAMS="$wine_binary"
7947 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7949 case $host_os in
7950 cygwin*|mingw32*)
7951 if test -n "$ac_tool_prefix"; then
7952 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7953 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7955 $as_echo_n "checking for $ac_word... " >&6; }
7956 if ${ac_cv_prog_DLLTOOL+:} false; then :
7957 $as_echo_n "(cached) " >&6
7958 else
7959 if test -n "$DLLTOOL"; then
7960 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7961 else
7962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7963 for as_dir in $PATH
7965 IFS=$as_save_IFS
7966 test -z "$as_dir" && as_dir=.
7967 for ac_exec_ext in '' $ac_executable_extensions; do
7968 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7969 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7971 break 2
7973 done
7974 done
7975 IFS=$as_save_IFS
7979 DLLTOOL=$ac_cv_prog_DLLTOOL
7980 if test -n "$DLLTOOL"; then
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7982 $as_echo "$DLLTOOL" >&6; }
7983 else
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7985 $as_echo "no" >&6; }
7990 if test -z "$ac_cv_prog_DLLTOOL"; then
7991 ac_ct_DLLTOOL=$DLLTOOL
7992 # Extract the first word of "dlltool", so it can be a program name with args.
7993 set dummy dlltool; ac_word=$2
7994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7995 $as_echo_n "checking for $ac_word... " >&6; }
7996 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7997 $as_echo_n "(cached) " >&6
7998 else
7999 if test -n "$ac_ct_DLLTOOL"; then
8000 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8001 else
8002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8003 for as_dir in $PATH
8005 IFS=$as_save_IFS
8006 test -z "$as_dir" && as_dir=.
8007 for ac_exec_ext in '' $ac_executable_extensions; do
8008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8009 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8011 break 2
8013 done
8014 done
8015 IFS=$as_save_IFS
8019 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8020 if test -n "$ac_ct_DLLTOOL"; then
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8022 $as_echo "$ac_ct_DLLTOOL" >&6; }
8023 else
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8025 $as_echo "no" >&6; }
8028 if test "x$ac_ct_DLLTOOL" = x; then
8029 DLLTOOL="false"
8030 else
8031 case $cross_compiling:$ac_tool_warned in
8032 yes:)
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8034 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8035 ac_tool_warned=yes ;;
8036 esac
8037 DLLTOOL=$ac_ct_DLLTOOL
8039 else
8040 DLLTOOL="$ac_cv_prog_DLLTOOL"
8043 LIBEXT="dll"
8044 DLLEXT=""
8045 IMPLIBEXT="a"
8046 enable_iphlpapi=${enable_iphlpapi:-no}
8047 enable_kernel32=${enable_kernel32:-no}
8048 enable_msvcrt=${enable_msvcrt:-no}
8049 enable_ntdll=${enable_ntdll:-no}
8050 enable_ws2_32=${enable_ws2_32:-no}
8051 enable_loader=${enable_loader:-no}
8052 enable_server=${enable_server:-no}
8053 with_x=${with_x:-no}
8054 with_pthread=${with_pthread:-no}
8056 crtlibs=""
8057 case $host_os in
8058 mingw32*)
8059 crtlibs="-lmsvcrt"
8060 SOCKET_LIBS="-lws2_32"
8062 esac
8064 LIBWINE_SHAREDLIB="libwine.dll"
8066 LIBWINE_IMPORTLIB="libwine.a"
8068 LIBWINE_INSTALL_LIB="libwine.dll"
8070 LIBWINE_INSTALL_DEV="libwine.a"
8072 LIBWINE_LDFLAGS="-shared \$(srcdir)/wine.def"
8074 LIBWINE_DEPENDS="wine.def"
8078 darwin*|macosx*)
8079 for ac_header in libunwind.h
8080 do :
8081 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8082 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8083 cat >>confdefs.h <<_ACEOF
8084 #define HAVE_LIBUNWIND_H 1
8085 _ACEOF
8089 done
8091 LIBEXT="dylib"
8092 DLLFLAGS="$DLLFLAGS -fPIC"
8093 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8094 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8095 COREFOUNDATION_LIBS="-framework CoreFoundation"
8097 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8099 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8101 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8103 CORESERVICES_LIBS="-framework CoreServices"
8105 APPKIT_LIBS="-framework AppKit"
8107 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8109 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8110 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8111 $as_echo_n "(cached) " >&6
8112 else
8113 ac_wine_try_cflags_saved=$CFLAGS
8114 CFLAGS="$CFLAGS -Wl,-no_pie"
8115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8116 /* end confdefs.h. */
8117 int main(int argc, char **argv) { return 0; }
8118 _ACEOF
8119 if ac_fn_c_try_link "$LINENO"; then :
8120 ac_cv_cflags__Wl__no_pie=yes
8121 else
8122 ac_cv_cflags__Wl__no_pie=no
8124 rm -f core conftest.err conftest.$ac_objext \
8125 conftest$ac_exeext conftest.$ac_ext
8126 CFLAGS=$ac_wine_try_cflags_saved
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8129 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8130 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8131 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8133 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8134 then
8135 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8138 if test "$ac_cv_header_Security_Security_h" = "yes"
8139 then
8140 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8142 ac_save_LIBS="$LIBS"
8143 LIBS="$LIBS $SECURITY_LIBS"
8144 for ac_func in SSLCopyPeerCertificates
8145 do :
8146 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8147 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8148 cat >>confdefs.h <<_ACEOF
8149 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8150 _ACEOF
8153 done
8155 LIBS="$ac_save_LIBS"
8156 with_gnutls=${with_gnutls:-no}
8158 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8159 then
8160 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8161 then
8162 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8164 else
8165 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8168 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8169 ac_save_LIBS="$LIBS"
8170 LIBS="$LIBS $COREAUDIO_LIBS"
8171 for ac_func in AUGraphAddNode
8172 do :
8173 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8174 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8175 cat >>confdefs.h <<_ACEOF
8176 #define HAVE_AUGRAPHADDNODE 1
8177 _ACEOF
8180 done
8182 LIBS="$ac_save_LIBS"
8184 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8185 then
8186 OPENAL_LIBS="-framework OpenAL"
8189 cat >>confdefs.h <<_ACEOF
8190 #define HAVE_OPENAL 1
8191 _ACEOF
8193 ac_cv_lib_openal=yes
8195 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8196 then
8197 OPENCL_LIBS="-framework OpenCL"
8199 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8201 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8202 then
8203 ac_save_LIBS="$LIBS"
8204 LIBS="$LIBS $IOKIT_LIBS"
8205 for ac_func in IOHIDManagerCreate
8206 do :
8207 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8208 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8209 cat >>confdefs.h <<_ACEOF
8210 #define HAVE_IOHIDMANAGERCREATE 1
8211 _ACEOF
8214 done
8216 LIBS="$ac_save_LIBS"
8218 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8219 then
8220 ac_save_LIBS="$LIBS"
8221 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8223 $as_echo_n "checking for the QuickTime framework... " >&6; }
8224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8225 /* end confdefs.h. */
8226 #include <QuickTime/ImageCompression.h>
8228 main ()
8230 CodecManagerVersion(NULL);
8232 return 0;
8234 _ACEOF
8235 if ac_fn_c_try_link "$LINENO"; then :
8236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8237 $as_echo "yes" >&6; }
8238 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8240 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8241 else
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8243 $as_echo "no" >&6; }
8244 ac_cv_header_QuickTime_ImageCompression_h=no
8246 rm -f core conftest.err conftest.$ac_objext \
8247 conftest$ac_exeext conftest.$ac_ext
8248 LIBS="$ac_save_LIBS"
8250 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8251 then
8252 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8254 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8255 then
8256 CARBON_LIBS="-framework Carbon"
8260 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8261 then
8262 ac_save_LIBS="$LIBS"
8263 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8264 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8265 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8266 enable_winemac_drv=${enable_winemac_drv:-yes}
8269 LIBS="$ac_save_LIBS"
8272 if test "x$enable_win16" = "xyes"
8273 then
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8275 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8276 if test "$cross_compiling" = yes; then :
8277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8278 $as_echo "cross-compiling, assuming yes" >&6; }
8279 else
8280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8281 /* end confdefs.h. */
8282 asm(".text\n"
8283 "bad:\tnop;nop\n"
8284 "good:\tnop;nop\n\t"
8285 ".globl _testfunc\n"
8286 "_testfunc:\tcallw good");
8287 extern void testfunc();
8289 main ()
8291 unsigned short *p = (unsigned short *)testfunc;
8292 return p[0] != 0xe866 || p[1] != 0xfffa
8294 return 0;
8296 _ACEOF
8297 if ac_fn_c_try_run "$LINENO"; then :
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8299 $as_echo "yes" >&6; }
8300 else
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8302 $as_echo "no" >&6; }
8303 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
8305 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8306 conftest.$ac_objext conftest.beam conftest.$ac_ext
8311 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
8313 LIBWINE_INSTALL_LIB="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8315 LIBWINE_INSTALL_DEV="libwine.dylib"
8317 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8319 WINELOADER_DEPENDS="wine_info.plist"
8323 linux-android*)
8324 DLLFLAGS="$DLLFLAGS -fPIC"
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8326 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8327 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8328 $as_echo_n "(cached) " >&6
8329 else
8330 ac_wine_try_cflags_saved=$CFLAGS
8331 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8333 /* end confdefs.h. */
8334 int main(int argc, char **argv) { return 0; }
8335 _ACEOF
8336 if ac_fn_c_try_link "$LINENO"; then :
8337 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8338 else
8339 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8341 rm -f core conftest.err conftest.$ac_objext \
8342 conftest$ac_exeext conftest.$ac_ext
8343 CFLAGS=$ac_wine_try_cflags_saved
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8346 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8347 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8348 LDEXECFLAGS="-Wl,--export-dynamic"
8350 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8352 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8353 if eval \${$as_ac_var+:} false; then :
8354 $as_echo_n "(cached) " >&6
8355 else
8356 ac_wine_try_cflags_saved=$CFLAGS
8357 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8359 /* end confdefs.h. */
8360 int main(int argc, char **argv) { return 0; }
8361 _ACEOF
8362 if ac_fn_c_try_link "$LINENO"; then :
8363 eval "$as_ac_var=yes"
8364 else
8365 eval "$as_ac_var=no"
8367 rm -f core conftest.err conftest.$ac_objext \
8368 conftest$ac_exeext conftest.$ac_ext
8369 CFLAGS=$ac_wine_try_cflags_saved
8371 eval ac_res=\$$as_ac_var
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8373 $as_echo "$ac_res" >&6; }
8374 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8375 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8376 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8377 else
8378 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8380 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8381 if eval \${$as_ac_var+:} false; then :
8382 $as_echo_n "(cached) " >&6
8383 else
8384 ac_wine_try_cflags_saved=$CFLAGS
8385 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8387 /* end confdefs.h. */
8388 int main(int argc, char **argv) { return 0; }
8389 _ACEOF
8390 if ac_fn_c_try_link "$LINENO"; then :
8391 eval "$as_ac_var=yes"
8392 else
8393 eval "$as_ac_var=no"
8395 rm -f core conftest.err conftest.$ac_objext \
8396 conftest$ac_exeext conftest.$ac_ext
8397 CFLAGS=$ac_wine_try_cflags_saved
8399 eval ac_res=\$$as_ac_var
8400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8401 $as_echo "$ac_res" >&6; }
8402 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8403 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8404 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8409 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8410 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8411 $as_echo_n "(cached) " >&6
8412 else
8413 ac_wine_try_cflags_saved=$CFLAGS
8414 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8416 /* end confdefs.h. */
8417 int main(int argc, char **argv) { return 0; }
8418 _ACEOF
8419 if ac_fn_c_try_link "$LINENO"; then :
8420 ac_cv_cflags__Wl___enable_new_dtags=yes
8421 else
8422 ac_cv_cflags__Wl___enable_new_dtags=no
8424 rm -f core conftest.err conftest.$ac_objext \
8425 conftest$ac_exeext conftest.$ac_ext
8426 CFLAGS=$ac_wine_try_cflags_saved
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8429 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8430 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8431 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8434 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8435 if ${ac_cv_cflags__Wl__pie+:} false; then :
8436 $as_echo_n "(cached) " >&6
8437 else
8438 ac_wine_try_cflags_saved=$CFLAGS
8439 CFLAGS="$CFLAGS -Wl,-pie"
8440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8441 /* end confdefs.h. */
8442 int main(int argc, char **argv) { return 0; }
8443 _ACEOF
8444 if ac_fn_c_try_link "$LINENO"; then :
8445 ac_cv_cflags__Wl__pie=yes
8446 else
8447 ac_cv_cflags__Wl__pie=no
8449 rm -f core conftest.err conftest.$ac_objext \
8450 conftest$ac_exeext conftest.$ac_ext
8451 CFLAGS=$ac_wine_try_cflags_saved
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8454 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8455 if test "x$ac_cv_cflags__Wl__pie" = xyes; then :
8456 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,-pie"
8459 LIBWINE_SHAREDLIB="libwine.so"
8461 LIBWINE_INSTALL_LIB="libwine.so"
8463 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so"
8468 DLLFLAGS="$DLLFLAGS -fPIC"
8469 LDEXECFLAGS=""
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8471 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8472 if ${ac_cv_c_dll_gnuelf+:} false; then :
8473 $as_echo_n "(cached) " >&6
8474 else
8475 ac_wine_try_cflags_saved=$CFLAGS
8476 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8478 /* end confdefs.h. */
8479 void myfunc() {}
8480 _ACEOF
8481 if ac_fn_c_try_link "$LINENO"; then :
8482 ac_cv_c_dll_gnuelf="yes"
8483 else
8484 ac_cv_c_dll_gnuelf="no"
8486 rm -f core conftest.err conftest.$ac_objext \
8487 conftest$ac_exeext conftest.$ac_ext
8488 CFLAGS=$ac_wine_try_cflags_saved
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8491 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8492 if test "$ac_cv_c_dll_gnuelf" = "yes"
8493 then
8494 LIBWINE_LDFLAGS="-shared"
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8496 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8497 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8498 $as_echo_n "(cached) " >&6
8499 else
8500 ac_wine_try_cflags_saved=$CFLAGS
8501 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8503 /* end confdefs.h. */
8504 int main(int argc, char **argv) { return 0; }
8505 _ACEOF
8506 if ac_fn_c_try_link "$LINENO"; then :
8507 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8508 else
8509 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8511 rm -f core conftest.err conftest.$ac_objext \
8512 conftest$ac_exeext conftest.$ac_ext
8513 CFLAGS=$ac_wine_try_cflags_saved
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8516 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8517 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8518 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8519 else
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8521 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8522 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8523 $as_echo_n "(cached) " >&6
8524 else
8525 ac_wine_try_cflags_saved=$CFLAGS
8526 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8528 /* end confdefs.h. */
8529 int main(int argc, char **argv) { return 0; }
8530 _ACEOF
8531 if ac_fn_c_try_link "$LINENO"; then :
8532 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8533 else
8534 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8536 rm -f core conftest.err conftest.$ac_objext \
8537 conftest$ac_exeext conftest.$ac_ext
8538 CFLAGS=$ac_wine_try_cflags_saved
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8541 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8542 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8543 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
8547 echo '{ global: *; };' >conftest.map
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8549 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8550 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8551 $as_echo_n "(cached) " >&6
8552 else
8553 ac_wine_try_cflags_saved=$CFLAGS
8554 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8556 /* end confdefs.h. */
8557 int main(int argc, char **argv) { return 0; }
8558 _ACEOF
8559 if ac_fn_c_try_link "$LINENO"; then :
8560 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8561 else
8562 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8564 rm -f core conftest.err conftest.$ac_objext \
8565 conftest$ac_exeext conftest.$ac_ext
8566 CFLAGS=$ac_wine_try_cflags_saved
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8569 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8570 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8571 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8573 rm -f conftest.map
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8576 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8577 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8578 $as_echo_n "(cached) " >&6
8579 else
8580 ac_wine_try_cflags_saved=$CFLAGS
8581 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8583 /* end confdefs.h. */
8584 int main(int argc, char **argv) { return 0; }
8585 _ACEOF
8586 if ac_fn_c_try_link "$LINENO"; then :
8587 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8588 else
8589 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8591 rm -f core conftest.err conftest.$ac_objext \
8592 conftest$ac_exeext conftest.$ac_ext
8593 CFLAGS=$ac_wine_try_cflags_saved
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8596 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8597 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8598 LDEXECFLAGS="-Wl,--export-dynamic"
8601 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8603 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8604 if eval \${$as_ac_var+:} false; then :
8605 $as_echo_n "(cached) " >&6
8606 else
8607 ac_wine_try_cflags_saved=$CFLAGS
8608 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8610 /* end confdefs.h. */
8611 int main(int argc, char **argv) { return 0; }
8612 _ACEOF
8613 if ac_fn_c_try_link "$LINENO"; then :
8614 eval "$as_ac_var=yes"
8615 else
8616 eval "$as_ac_var=no"
8618 rm -f core conftest.err conftest.$ac_objext \
8619 conftest$ac_exeext conftest.$ac_ext
8620 CFLAGS=$ac_wine_try_cflags_saved
8622 eval ac_res=\$$as_ac_var
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8624 $as_echo "$ac_res" >&6; }
8625 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8626 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8627 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8628 else
8629 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8631 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8632 if eval \${$as_ac_var+:} false; then :
8633 $as_echo_n "(cached) " >&6
8634 else
8635 ac_wine_try_cflags_saved=$CFLAGS
8636 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8638 /* end confdefs.h. */
8639 int main(int argc, char **argv) { return 0; }
8640 _ACEOF
8641 if ac_fn_c_try_link "$LINENO"; then :
8642 eval "$as_ac_var=yes"
8643 else
8644 eval "$as_ac_var=no"
8646 rm -f core conftest.err conftest.$ac_objext \
8647 conftest$ac_exeext conftest.$ac_ext
8648 CFLAGS=$ac_wine_try_cflags_saved
8650 eval ac_res=\$$as_ac_var
8651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8652 $as_echo "$ac_res" >&6; }
8653 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8654 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8655 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8660 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8661 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8662 $as_echo_n "(cached) " >&6
8663 else
8664 ac_wine_try_cflags_saved=$CFLAGS
8665 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8667 /* end confdefs.h. */
8668 int main(int argc, char **argv) { return 0; }
8669 _ACEOF
8670 if ac_fn_c_try_link "$LINENO"; then :
8671 ac_cv_cflags__Wl___enable_new_dtags=yes
8672 else
8673 ac_cv_cflags__Wl___enable_new_dtags=no
8675 rm -f core conftest.err conftest.$ac_objext \
8676 conftest$ac_exeext conftest.$ac_ext
8677 CFLAGS=$ac_wine_try_cflags_saved
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8680 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8681 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8682 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8685 case $host_cpu in
8686 *i[3456789]86* | x86_64)
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8688 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8689 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8690 $as_echo_n "(cached) " >&6
8691 else
8692 ac_wine_try_cflags_saved=$CFLAGS
8693 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8695 /* end confdefs.h. */
8696 int main(int argc, char **argv) { return 0; }
8697 _ACEOF
8698 if ac_fn_c_try_link "$LINENO"; then :
8699 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8700 else
8701 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8703 rm -f core conftest.err conftest.$ac_objext \
8704 conftest$ac_exeext conftest.$ac_ext
8705 CFLAGS=$ac_wine_try_cflags_saved
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8708 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8709 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8710 case $host_os in
8711 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8712 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8713 esac
8714 else
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8716 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8717 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false; then :
8718 $as_echo_n "(cached) " >&6
8719 else
8720 ac_wine_try_cflags_saved=$CFLAGS
8721 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8723 /* end confdefs.h. */
8724 int main(int argc, char **argv) { return 0; }
8725 _ACEOF
8726 if ac_fn_c_try_link "$LINENO"; then :
8727 ac_cv_cflags__Wl___section_start__interp_0x7c000400=yes
8728 else
8729 ac_cv_cflags__Wl___section_start__interp_0x7c000400=no
8731 rm -f core conftest.err conftest.$ac_objext \
8732 conftest$ac_exeext conftest.$ac_ext
8733 CFLAGS=$ac_wine_try_cflags_saved
8735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8736 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8737 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes; then :
8738 case $host_os in
8739 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8740 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8741 esac
8743 # Extract the first word of "prelink", so it can be a program name with args.
8744 set dummy prelink; ac_word=$2
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8746 $as_echo_n "checking for $ac_word... " >&6; }
8747 if ${ac_cv_path_PRELINK+:} false; then :
8748 $as_echo_n "(cached) " >&6
8749 else
8750 case $PRELINK in
8751 [\\/]* | ?:[\\/]*)
8752 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8756 for as_dir in /sbin /usr/sbin $PATH
8758 IFS=$as_save_IFS
8759 test -z "$as_dir" && as_dir=.
8760 for ac_exec_ext in '' $ac_executable_extensions; do
8761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8762 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8764 break 2
8766 done
8767 done
8768 IFS=$as_save_IFS
8770 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8772 esac
8774 PRELINK=$ac_cv_path_PRELINK
8775 if test -n "$PRELINK"; then
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8777 $as_echo "$PRELINK" >&6; }
8778 else
8779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8780 $as_echo "no" >&6; }
8784 if test "x$PRELINK" = xfalse
8785 then
8786 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8790 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8791 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false; then :
8792 $as_echo_n "(cached) " >&6
8793 else
8794 ac_wine_try_cflags_saved=$CFLAGS
8795 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
8796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8797 /* end confdefs.h. */
8798 int main(int argc, char **argv) { return 0; }
8799 _ACEOF
8800 if ac_fn_c_try_link "$LINENO"; then :
8801 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
8802 else
8803 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
8805 rm -f core conftest.err conftest.$ac_objext \
8806 conftest$ac_exeext conftest.$ac_ext
8807 CFLAGS=$ac_wine_try_cflags_saved
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8810 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8811 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes; then :
8812 LDEXECFLAGS="$LDEXECFLAGS -Wl,-z,max-page-size=0x1000"
8815 esac
8817 else
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8819 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8820 if ${ac_cv_c_dll_unixware+:} false; then :
8821 $as_echo_n "(cached) " >&6
8822 else
8823 ac_wine_try_cflags_saved=$CFLAGS
8824 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8826 /* end confdefs.h. */
8827 void myfunc() {}
8828 _ACEOF
8829 if ac_fn_c_try_link "$LINENO"; then :
8830 ac_cv_c_dll_unixware="yes"
8831 else
8832 ac_cv_c_dll_unixware="no"
8834 rm -f core conftest.err conftest.$ac_objext \
8835 conftest$ac_exeext conftest.$ac_ext
8836 CFLAGS=$ac_wine_try_cflags_saved
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8839 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8840 if test "$ac_cv_c_dll_unixware" = "yes"
8841 then
8842 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
8845 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
8847 LIBWINE_INSTALL_LIB="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8849 LIBWINE_INSTALL_DEV="libwine.so"
8851 LIBWINE_DEPENDS="wine.map"
8854 esac
8856 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
8857 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8858 enable_winemac_drv=${enable_winemac_drv:-no}
8859 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
8861 CROSSTARGET=""
8863 if test "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8864 then
8865 case "$host_cpu" in
8866 arm*)
8867 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8868 i[3456789]86*)
8869 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
8870 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8871 mingw32-gcc" ;;
8872 x86_64)
8873 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
8874 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8876 ac_prefix_list="" ;;
8877 esac
8878 for ac_prog in $ac_prefix_list
8880 # Extract the first word of "$ac_prog", so it can be a program name with args.
8881 set dummy $ac_prog; ac_word=$2
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8883 $as_echo_n "checking for $ac_word... " >&6; }
8884 if ${ac_cv_prog_CROSSCC+:} false; then :
8885 $as_echo_n "(cached) " >&6
8886 else
8887 if test -n "$CROSSCC"; then
8888 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8889 else
8890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8891 for as_dir in $PATH
8893 IFS=$as_save_IFS
8894 test -z "$as_dir" && as_dir=.
8895 for ac_exec_ext in '' $ac_executable_extensions; do
8896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8897 ac_cv_prog_CROSSCC="$ac_prog"
8898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8899 break 2
8901 done
8902 done
8903 IFS=$as_save_IFS
8907 CROSSCC=$ac_cv_prog_CROSSCC
8908 if test -n "$CROSSCC"; then
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8910 $as_echo "$CROSSCC" >&6; }
8911 else
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8913 $as_echo "no" >&6; }
8917 test -n "$CROSSCC" && break
8918 done
8919 test -n "$CROSSCC" || CROSSCC="false"
8921 if test "$CROSSCC" != "false"
8922 then
8923 ac_save_CC="$CC"
8924 CC="$CROSSCC"
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8926 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8928 /* end confdefs.h. */
8931 main ()
8935 return 0;
8937 _ACEOF
8938 if ac_fn_c_try_compile "$LINENO"; then :
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8940 $as_echo "yes" >&6; }
8941 set x $CROSSCC
8942 shift
8943 while test $# -ge 1
8945 case "$1" in
8946 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8947 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
8948 esac
8949 shift
8950 done
8951 else
8952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8953 $as_echo "no" >&6; }
8955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8956 CC="$ac_save_CC"
8961 if test "$ac_cv_header_pthread_h" = "yes"
8962 then
8963 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8964 if test "x$ac_cv_func_pthread_create" = xyes; then :
8966 else
8967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8968 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8969 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8970 $as_echo_n "(cached) " >&6
8971 else
8972 ac_check_lib_save_LIBS=$LIBS
8973 LIBS="-lpthread $LIBS"
8974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8975 /* end confdefs.h. */
8977 /* Override any GCC internal prototype to avoid an error.
8978 Use char because int might match the return type of a GCC
8979 builtin and then its argument prototype would still apply. */
8980 #ifdef __cplusplus
8981 extern "C"
8982 #endif
8983 char pthread_create ();
8985 main ()
8987 return pthread_create ();
8989 return 0;
8991 _ACEOF
8992 if ac_fn_c_try_link "$LINENO"; then :
8993 ac_cv_lib_pthread_pthread_create=yes
8994 else
8995 ac_cv_lib_pthread_pthread_create=no
8997 rm -f core conftest.err conftest.$ac_objext \
8998 conftest$ac_exeext conftest.$ac_ext
8999 LIBS=$ac_check_lib_save_LIBS
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9002 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9003 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
9004 PTHREAD_LIBS="-lpthread"
9011 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
9012 case "x$with_pthread" in
9013 xno) ;;
9014 *) as_fn_error $? "pthread ${notice_platform}development files not found.
9015 Wine cannot support threads without libpthread.
9016 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9017 esac
9022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9023 $as_echo_n "checking for X... " >&6; }
9026 # Check whether --with-x was given.
9027 if test "${with_x+set}" = set; then :
9028 withval=$with_x;
9031 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9032 if test "x$with_x" = xno; then
9033 # The user explicitly disabled X.
9034 have_x=disabled
9035 else
9036 case $x_includes,$x_libraries in #(
9037 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9038 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9039 $as_echo_n "(cached) " >&6
9040 else
9041 # One or both of the vars are not set, and there is no cached value.
9042 ac_x_includes=no ac_x_libraries=no
9043 rm -f -r conftest.dir
9044 if mkdir conftest.dir; then
9045 cd conftest.dir
9046 cat >Imakefile <<'_ACEOF'
9047 incroot:
9048 @echo incroot='${INCROOT}'
9049 usrlibdir:
9050 @echo usrlibdir='${USRLIBDIR}'
9051 libdir:
9052 @echo libdir='${LIBDIR}'
9053 _ACEOF
9054 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9055 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9056 for ac_var in incroot usrlibdir libdir; do
9057 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9058 done
9059 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9060 for ac_extension in a so sl dylib la dll; do
9061 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9062 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9063 ac_im_usrlibdir=$ac_im_libdir; break
9065 done
9066 # Screen out bogus values from the imake configuration. They are
9067 # bogus both because they are the default anyway, and because
9068 # using them would break gcc on systems where it needs fixed includes.
9069 case $ac_im_incroot in
9070 /usr/include) ac_x_includes= ;;
9071 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9072 esac
9073 case $ac_im_usrlibdir in
9074 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9075 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9076 esac
9078 cd ..
9079 rm -f -r conftest.dir
9082 # Standard set of common directories for X headers.
9083 # Check X11 before X11Rn because it is often a symlink to the current release.
9084 ac_x_header_dirs='
9085 /usr/X11/include
9086 /usr/X11R7/include
9087 /usr/X11R6/include
9088 /usr/X11R5/include
9089 /usr/X11R4/include
9091 /usr/include/X11
9092 /usr/include/X11R7
9093 /usr/include/X11R6
9094 /usr/include/X11R5
9095 /usr/include/X11R4
9097 /usr/local/X11/include
9098 /usr/local/X11R7/include
9099 /usr/local/X11R6/include
9100 /usr/local/X11R5/include
9101 /usr/local/X11R4/include
9103 /usr/local/include/X11
9104 /usr/local/include/X11R7
9105 /usr/local/include/X11R6
9106 /usr/local/include/X11R5
9107 /usr/local/include/X11R4
9109 /usr/X386/include
9110 /usr/x386/include
9111 /usr/XFree86/include/X11
9113 /usr/include
9114 /usr/local/include
9115 /usr/unsupported/include
9116 /usr/athena/include
9117 /usr/local/x11r5/include
9118 /usr/lpp/Xamples/include
9120 /usr/openwin/include
9121 /usr/openwin/share/include'
9123 if test "$ac_x_includes" = no; then
9124 # Guess where to find include files, by looking for Xlib.h.
9125 # First, try using that file with no special directory specified.
9126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9127 /* end confdefs.h. */
9128 #include <X11/Xlib.h>
9129 _ACEOF
9130 if ac_fn_c_try_cpp "$LINENO"; then :
9131 # We can compile using X headers with no special include directory.
9132 ac_x_includes=
9133 else
9134 for ac_dir in $ac_x_header_dirs; do
9135 if test -r "$ac_dir/X11/Xlib.h"; then
9136 ac_x_includes=$ac_dir
9137 break
9139 done
9141 rm -f conftest.err conftest.i conftest.$ac_ext
9142 fi # $ac_x_includes = no
9144 if test "$ac_x_libraries" = no; then
9145 # Check for the libraries.
9146 # See if we find them without any special options.
9147 # Don't add to $LIBS permanently.
9148 ac_save_LIBS=$LIBS
9149 LIBS="-lX11 $LIBS"
9150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9151 /* end confdefs.h. */
9152 #include <X11/Xlib.h>
9154 main ()
9156 XrmInitialize ()
9158 return 0;
9160 _ACEOF
9161 if ac_fn_c_try_link "$LINENO"; then :
9162 LIBS=$ac_save_LIBS
9163 # We can link X programs with no special library path.
9164 ac_x_libraries=
9165 else
9166 LIBS=$ac_save_LIBS
9167 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9169 # Don't even attempt the hair of trying to link an X program!
9170 for ac_extension in a so sl dylib la dll; do
9171 if test -r "$ac_dir/libX11.$ac_extension"; then
9172 ac_x_libraries=$ac_dir
9173 break 2
9175 done
9176 done
9178 rm -f core conftest.err conftest.$ac_objext \
9179 conftest$ac_exeext conftest.$ac_ext
9180 fi # $ac_x_libraries = no
9182 case $ac_x_includes,$ac_x_libraries in #(
9183 no,* | *,no | *\'*)
9184 # Didn't find X, or a directory has "'" in its name.
9185 ac_cv_have_x="have_x=no";; #(
9187 # Record where we found X for the cache.
9188 ac_cv_have_x="have_x=yes\
9189 ac_x_includes='$ac_x_includes'\
9190 ac_x_libraries='$ac_x_libraries'"
9191 esac
9193 ;; #(
9194 *) have_x=yes;;
9195 esac
9196 eval "$ac_cv_have_x"
9197 fi # $with_x != no
9199 if test "$have_x" != yes; then
9200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9201 $as_echo "$have_x" >&6; }
9202 no_x=yes
9203 else
9204 # If each of the values was on the command line, it overrides each guess.
9205 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9206 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9207 # Update the cache value to reflect the command line values.
9208 ac_cv_have_x="have_x=yes\
9209 ac_x_includes='$x_includes'\
9210 ac_x_libraries='$x_libraries'"
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9212 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9215 if test "$no_x" = yes; then
9216 # Not all programs may use this symbol, but it does not hurt to define it.
9218 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9220 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9221 else
9222 if test -n "$x_includes"; then
9223 X_CFLAGS="$X_CFLAGS -I$x_includes"
9226 # It would also be nice to do this for all -L options, not just this one.
9227 if test -n "$x_libraries"; then
9228 X_LIBS="$X_LIBS -L$x_libraries"
9229 # For Solaris; some versions of Sun CC require a space after -R and
9230 # others require no space. Words are not sufficient . . . .
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9232 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9233 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9234 ac_xsave_c_werror_flag=$ac_c_werror_flag
9235 ac_c_werror_flag=yes
9236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9237 /* end confdefs.h. */
9240 main ()
9244 return 0;
9246 _ACEOF
9247 if ac_fn_c_try_link "$LINENO"; then :
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9249 $as_echo "no" >&6; }
9250 X_LIBS="$X_LIBS -R$x_libraries"
9251 else
9252 LIBS="$ac_xsave_LIBS -R $x_libraries"
9253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9254 /* end confdefs.h. */
9257 main ()
9261 return 0;
9263 _ACEOF
9264 if ac_fn_c_try_link "$LINENO"; then :
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9266 $as_echo "yes" >&6; }
9267 X_LIBS="$X_LIBS -R $x_libraries"
9268 else
9269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9270 $as_echo "neither works" >&6; }
9272 rm -f core conftest.err conftest.$ac_objext \
9273 conftest$ac_exeext conftest.$ac_ext
9275 rm -f core conftest.err conftest.$ac_objext \
9276 conftest$ac_exeext conftest.$ac_ext
9277 ac_c_werror_flag=$ac_xsave_c_werror_flag
9278 LIBS=$ac_xsave_LIBS
9281 # Check for system-dependent libraries X programs must link with.
9282 # Do this before checking for the system-independent R6 libraries
9283 # (-lICE), since we may need -lsocket or whatever for X linking.
9285 if test "$ISC" = yes; then
9286 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9287 else
9288 # Martyn Johnson says this is needed for Ultrix, if the X
9289 # libraries were built with DECnet support. And Karl Berry says
9290 # the Alpha needs dnet_stub (dnet does not exist).
9291 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9293 /* end confdefs.h. */
9295 /* Override any GCC internal prototype to avoid an error.
9296 Use char because int might match the return type of a GCC
9297 builtin and then its argument prototype would still apply. */
9298 #ifdef __cplusplus
9299 extern "C"
9300 #endif
9301 char XOpenDisplay ();
9303 main ()
9305 return XOpenDisplay ();
9307 return 0;
9309 _ACEOF
9310 if ac_fn_c_try_link "$LINENO"; then :
9312 else
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9314 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9315 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9316 $as_echo_n "(cached) " >&6
9317 else
9318 ac_check_lib_save_LIBS=$LIBS
9319 LIBS="-ldnet $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 dnet_ntoa ();
9331 main ()
9333 return dnet_ntoa ();
9335 return 0;
9337 _ACEOF
9338 if ac_fn_c_try_link "$LINENO"; then :
9339 ac_cv_lib_dnet_dnet_ntoa=yes
9340 else
9341 ac_cv_lib_dnet_dnet_ntoa=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_dnet_dnet_ntoa" >&5
9348 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9349 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9350 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9353 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9355 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9356 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9357 $as_echo_n "(cached) " >&6
9358 else
9359 ac_check_lib_save_LIBS=$LIBS
9360 LIBS="-ldnet_stub $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 dnet_ntoa ();
9372 main ()
9374 return dnet_ntoa ();
9376 return 0;
9378 _ACEOF
9379 if ac_fn_c_try_link "$LINENO"; then :
9380 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9381 else
9382 ac_cv_lib_dnet_stub_dnet_ntoa=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_dnet_stub_dnet_ntoa" >&5
9389 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9390 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9391 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9396 rm -f core conftest.err conftest.$ac_objext \
9397 conftest$ac_exeext conftest.$ac_ext
9398 LIBS="$ac_xsave_LIBS"
9400 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9401 # to get the SysV transport functions.
9402 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9403 # needs -lnsl.
9404 # The nsl library prevents programs from opening the X display
9405 # on Irix 5.2, according to T.E. Dickey.
9406 # The functions gethostbyname, getservbyname, and inet_addr are
9407 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9408 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9409 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9413 if test $ac_cv_func_gethostbyname = no; then
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9415 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9416 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9417 $as_echo_n "(cached) " >&6
9418 else
9419 ac_check_lib_save_LIBS=$LIBS
9420 LIBS="-lnsl $LIBS"
9421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9422 /* end confdefs.h. */
9424 /* Override any GCC internal prototype to avoid an error.
9425 Use char because int might match the return type of a GCC
9426 builtin and then its argument prototype would still apply. */
9427 #ifdef __cplusplus
9428 extern "C"
9429 #endif
9430 char gethostbyname ();
9432 main ()
9434 return gethostbyname ();
9436 return 0;
9438 _ACEOF
9439 if ac_fn_c_try_link "$LINENO"; then :
9440 ac_cv_lib_nsl_gethostbyname=yes
9441 else
9442 ac_cv_lib_nsl_gethostbyname=no
9444 rm -f core conftest.err conftest.$ac_objext \
9445 conftest$ac_exeext conftest.$ac_ext
9446 LIBS=$ac_check_lib_save_LIBS
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9449 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9450 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9451 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9454 if test $ac_cv_lib_nsl_gethostbyname = no; then
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9456 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9457 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9458 $as_echo_n "(cached) " >&6
9459 else
9460 ac_check_lib_save_LIBS=$LIBS
9461 LIBS="-lbsd $LIBS"
9462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9463 /* end confdefs.h. */
9465 /* Override any GCC internal prototype to avoid an error.
9466 Use char because int might match the return type of a GCC
9467 builtin and then its argument prototype would still apply. */
9468 #ifdef __cplusplus
9469 extern "C"
9470 #endif
9471 char gethostbyname ();
9473 main ()
9475 return gethostbyname ();
9477 return 0;
9479 _ACEOF
9480 if ac_fn_c_try_link "$LINENO"; then :
9481 ac_cv_lib_bsd_gethostbyname=yes
9482 else
9483 ac_cv_lib_bsd_gethostbyname=no
9485 rm -f core conftest.err conftest.$ac_objext \
9486 conftest$ac_exeext conftest.$ac_ext
9487 LIBS=$ac_check_lib_save_LIBS
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9490 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9491 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9492 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9498 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9499 # socket/setsockopt and other routines are undefined under SCO ODT
9500 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9501 # on later versions), says Simon Leinen: it contains gethostby*
9502 # variants that don't use the name server (or something). -lsocket
9503 # must be given before -lnsl if both are needed. We assume that
9504 # if connect needs -lnsl, so does gethostbyname.
9505 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9506 if test "x$ac_cv_func_connect" = xyes; then :
9510 if test $ac_cv_func_connect = no; then
9511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9512 $as_echo_n "checking for connect in -lsocket... " >&6; }
9513 if ${ac_cv_lib_socket_connect+:} false; then :
9514 $as_echo_n "(cached) " >&6
9515 else
9516 ac_check_lib_save_LIBS=$LIBS
9517 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9519 /* end confdefs.h. */
9521 /* Override any GCC internal prototype to avoid an error.
9522 Use char because int might match the return type of a GCC
9523 builtin and then its argument prototype would still apply. */
9524 #ifdef __cplusplus
9525 extern "C"
9526 #endif
9527 char connect ();
9529 main ()
9531 return connect ();
9533 return 0;
9535 _ACEOF
9536 if ac_fn_c_try_link "$LINENO"; then :
9537 ac_cv_lib_socket_connect=yes
9538 else
9539 ac_cv_lib_socket_connect=no
9541 rm -f core conftest.err conftest.$ac_objext \
9542 conftest$ac_exeext conftest.$ac_ext
9543 LIBS=$ac_check_lib_save_LIBS
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9546 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9547 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9548 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9553 # Guillermo Gomez says -lposix is necessary on A/UX.
9554 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9555 if test "x$ac_cv_func_remove" = xyes; then :
9559 if test $ac_cv_func_remove = no; then
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9561 $as_echo_n "checking for remove in -lposix... " >&6; }
9562 if ${ac_cv_lib_posix_remove+:} false; then :
9563 $as_echo_n "(cached) " >&6
9564 else
9565 ac_check_lib_save_LIBS=$LIBS
9566 LIBS="-lposix $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 remove ();
9578 main ()
9580 return remove ();
9582 return 0;
9584 _ACEOF
9585 if ac_fn_c_try_link "$LINENO"; then :
9586 ac_cv_lib_posix_remove=yes
9587 else
9588 ac_cv_lib_posix_remove=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_posix_remove" >&5
9595 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9596 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9597 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9602 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9603 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9604 if test "x$ac_cv_func_shmat" = xyes; then :
9608 if test $ac_cv_func_shmat = no; then
9609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9610 $as_echo_n "checking for shmat in -lipc... " >&6; }
9611 if ${ac_cv_lib_ipc_shmat+:} false; then :
9612 $as_echo_n "(cached) " >&6
9613 else
9614 ac_check_lib_save_LIBS=$LIBS
9615 LIBS="-lipc $LIBS"
9616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9617 /* end confdefs.h. */
9619 /* Override any GCC internal prototype to avoid an error.
9620 Use char because int might match the return type of a GCC
9621 builtin and then its argument prototype would still apply. */
9622 #ifdef __cplusplus
9623 extern "C"
9624 #endif
9625 char shmat ();
9627 main ()
9629 return shmat ();
9631 return 0;
9633 _ACEOF
9634 if ac_fn_c_try_link "$LINENO"; then :
9635 ac_cv_lib_ipc_shmat=yes
9636 else
9637 ac_cv_lib_ipc_shmat=no
9639 rm -f core conftest.err conftest.$ac_objext \
9640 conftest$ac_exeext conftest.$ac_ext
9641 LIBS=$ac_check_lib_save_LIBS
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9644 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9645 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9646 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9652 # Check for libraries that X11R6 Xt/Xaw programs need.
9653 ac_save_LDFLAGS=$LDFLAGS
9654 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9655 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9656 # check for ICE first), but we must link in the order -lSM -lICE or
9657 # we get undefined symbols. So assume we have SM if we have ICE.
9658 # These have to be linked with before -lX11, unlike the other
9659 # libraries we check for below, so use a different variable.
9660 # John Interrante, Karl Berry
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9662 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9663 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9664 $as_echo_n "(cached) " >&6
9665 else
9666 ac_check_lib_save_LIBS=$LIBS
9667 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9669 /* end confdefs.h. */
9671 /* Override any GCC internal prototype to avoid an error.
9672 Use char because int might match the return type of a GCC
9673 builtin and then its argument prototype would still apply. */
9674 #ifdef __cplusplus
9675 extern "C"
9676 #endif
9677 char IceConnectionNumber ();
9679 main ()
9681 return IceConnectionNumber ();
9683 return 0;
9685 _ACEOF
9686 if ac_fn_c_try_link "$LINENO"; then :
9687 ac_cv_lib_ICE_IceConnectionNumber=yes
9688 else
9689 ac_cv_lib_ICE_IceConnectionNumber=no
9691 rm -f core conftest.err conftest.$ac_objext \
9692 conftest$ac_exeext conftest.$ac_ext
9693 LIBS=$ac_check_lib_save_LIBS
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9696 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9697 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9698 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9701 LDFLAGS=$ac_save_LDFLAGS
9706 if test "$have_x" = "yes"
9707 then
9708 ac_save_CPPFLAGS="$CPPFLAGS"
9709 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9712 $as_echo_n "checking for -lX11... " >&6; }
9713 if ${ac_cv_lib_soname_X11+:} false; then :
9714 $as_echo_n "(cached) " >&6
9715 else
9716 ac_check_soname_save_LIBS=$LIBS
9717 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9719 /* end confdefs.h. */
9721 /* Override any GCC internal prototype to avoid an error.
9722 Use char because int might match the return type of a GCC
9723 builtin and then its argument prototype would still apply. */
9724 #ifdef __cplusplus
9725 extern "C"
9726 #endif
9727 char XCreateWindow ();
9729 main ()
9731 return XCreateWindow ();
9733 return 0;
9735 _ACEOF
9736 if ac_fn_c_try_link "$LINENO"; then :
9737 case "$LIBEXT" in
9738 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9739 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'` ;;
9740 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9741 if ${ac_cv_lib_soname_X11:+false} :; then :
9742 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9743 fi ;;
9744 esac
9746 rm -f core conftest.err conftest.$ac_objext \
9747 conftest$ac_exeext conftest.$ac_ext
9748 LIBS=$ac_check_soname_save_LIBS
9750 if ${ac_cv_lib_soname_X11:+false} :; then :
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9752 $as_echo "not found" >&6; }
9754 else
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9756 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9758 cat >>confdefs.h <<_ACEOF
9759 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9760 _ACEOF
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9765 $as_echo_n "checking for -lXext... " >&6; }
9766 if ${ac_cv_lib_soname_Xext+:} false; then :
9767 $as_echo_n "(cached) " >&6
9768 else
9769 ac_check_soname_save_LIBS=$LIBS
9770 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9772 /* end confdefs.h. */
9774 /* Override any GCC internal prototype to avoid an error.
9775 Use char because int might match the return type of a GCC
9776 builtin and then its argument prototype would still apply. */
9777 #ifdef __cplusplus
9778 extern "C"
9779 #endif
9780 char XextCreateExtension ();
9782 main ()
9784 return XextCreateExtension ();
9786 return 0;
9788 _ACEOF
9789 if ac_fn_c_try_link "$LINENO"; then :
9790 case "$LIBEXT" in
9791 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9792 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'` ;;
9793 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9794 if ${ac_cv_lib_soname_Xext:+false} :; then :
9795 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9796 fi ;;
9797 esac
9799 rm -f core conftest.err conftest.$ac_objext \
9800 conftest$ac_exeext conftest.$ac_ext
9801 LIBS=$ac_check_soname_save_LIBS
9803 if ${ac_cv_lib_soname_Xext:+false} :; then :
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9805 $as_echo "not found" >&6; }
9807 else
9808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9809 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9811 cat >>confdefs.h <<_ACEOF
9812 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9813 _ACEOF
9815 X_LIBS="$X_LIBS -lXext"
9817 X_LIBS="$X_LIBS -lX11"
9819 for ac_header in X11/Xlib.h \
9820 X11/XKBlib.h \
9821 X11/Xutil.h \
9822 X11/Xcursor/Xcursor.h \
9823 X11/extensions/shape.h \
9824 X11/extensions/XInput.h \
9825 X11/extensions/XInput2.h \
9826 X11/extensions/XShm.h \
9827 X11/extensions/Xcomposite.h \
9828 X11/extensions/Xinerama.h \
9829 X11/extensions/Xrandr.h \
9830 X11/extensions/Xrender.h \
9831 X11/extensions/xf86vmode.h \
9832 X11/extensions/xf86vmproto.h
9833 do :
9834 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9835 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9836 # include <X11/Xlib.h>
9837 #endif
9838 #ifdef HAVE_X11_XUTIL_H
9839 # include <X11/Xutil.h>
9840 #endif
9842 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9843 cat >>confdefs.h <<_ACEOF
9844 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9845 _ACEOF
9849 done
9852 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9853 then
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9855 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9856 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9857 $as_echo_n "(cached) " >&6
9858 else
9859 ac_check_lib_save_LIBS=$LIBS
9860 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9862 /* end confdefs.h. */
9864 /* Override any GCC internal prototype to avoid an error.
9865 Use char because int might match the return type of a GCC
9866 builtin and then its argument prototype would still apply. */
9867 #ifdef __cplusplus
9868 extern "C"
9869 #endif
9870 char XkbQueryExtension ();
9872 main ()
9874 return XkbQueryExtension ();
9876 return 0;
9878 _ACEOF
9879 if ac_fn_c_try_link "$LINENO"; then :
9880 ac_cv_lib_X11_XkbQueryExtension=yes
9881 else
9882 ac_cv_lib_X11_XkbQueryExtension=no
9884 rm -f core conftest.err conftest.$ac_objext \
9885 conftest$ac_exeext conftest.$ac_ext
9886 LIBS=$ac_check_lib_save_LIBS
9888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9889 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9890 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9892 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9898 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9899 then
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9901 $as_echo_n "checking for -lXcursor... " >&6; }
9902 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9903 $as_echo_n "(cached) " >&6
9904 else
9905 ac_check_soname_save_LIBS=$LIBS
9906 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9908 /* end confdefs.h. */
9910 /* Override any GCC internal prototype to avoid an error.
9911 Use char because int might match the return type of a GCC
9912 builtin and then its argument prototype would still apply. */
9913 #ifdef __cplusplus
9914 extern "C"
9915 #endif
9916 char XcursorImageLoadCursor ();
9918 main ()
9920 return XcursorImageLoadCursor ();
9922 return 0;
9924 _ACEOF
9925 if ac_fn_c_try_link "$LINENO"; then :
9926 case "$LIBEXT" in
9927 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9928 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'` ;;
9929 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9930 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9931 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9932 fi ;;
9933 esac
9935 rm -f core conftest.err conftest.$ac_objext \
9936 conftest$ac_exeext conftest.$ac_ext
9937 LIBS=$ac_check_soname_save_LIBS
9939 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9941 $as_echo "not found" >&6; }
9943 else
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9945 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9947 cat >>confdefs.h <<_ACEOF
9948 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9949 _ACEOF
9954 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9955 case "x$with_xcursor" in
9956 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9957 xno) ;;
9958 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9959 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9960 esac
9964 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9965 then
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9967 $as_echo_n "checking for -lXi... " >&6; }
9968 if ${ac_cv_lib_soname_Xi+:} false; then :
9969 $as_echo_n "(cached) " >&6
9970 else
9971 ac_check_soname_save_LIBS=$LIBS
9972 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9974 /* end confdefs.h. */
9976 /* Override any GCC internal prototype to avoid an error.
9977 Use char because int might match the return type of a GCC
9978 builtin and then its argument prototype would still apply. */
9979 #ifdef __cplusplus
9980 extern "C"
9981 #endif
9982 char XOpenDevice ();
9984 main ()
9986 return XOpenDevice ();
9988 return 0;
9990 _ACEOF
9991 if ac_fn_c_try_link "$LINENO"; then :
9992 case "$LIBEXT" in
9993 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9994 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'` ;;
9995 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9996 if ${ac_cv_lib_soname_Xi:+false} :; then :
9997 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9998 fi ;;
9999 esac
10001 rm -f core conftest.err conftest.$ac_objext \
10002 conftest$ac_exeext conftest.$ac_ext
10003 LIBS=$ac_check_soname_save_LIBS
10005 if ${ac_cv_lib_soname_Xi:+false} :; then :
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10007 $as_echo "not found" >&6; }
10009 else
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10011 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10013 cat >>confdefs.h <<_ACEOF
10014 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10015 _ACEOF
10020 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10021 case "x$with_xinput" in
10022 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10023 xno) ;;
10024 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10025 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10026 esac
10030 if test "x$ac_cv_lib_soname_Xi" != x
10031 then
10032 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10033 case "x$with_xinput2" in
10034 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10035 xno) ;;
10036 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10037 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10038 esac
10043 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10044 then
10045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10046 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10047 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10048 $as_echo_n "(cached) " >&6
10049 else
10050 ac_check_lib_save_LIBS=$LIBS
10051 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10053 /* end confdefs.h. */
10055 /* Override any GCC internal prototype to avoid an error.
10056 Use char because int might match the return type of a GCC
10057 builtin and then its argument prototype would still apply. */
10058 #ifdef __cplusplus
10059 extern "C"
10060 #endif
10061 char XShmQueryExtension ();
10063 main ()
10065 return XShmQueryExtension ();
10067 return 0;
10069 _ACEOF
10070 if ac_fn_c_try_link "$LINENO"; then :
10071 ac_cv_lib_Xext_XShmQueryExtension=yes
10072 else
10073 ac_cv_lib_Xext_XShmQueryExtension=no
10075 rm -f core conftest.err conftest.$ac_objext \
10076 conftest$ac_exeext conftest.$ac_ext
10077 LIBS=$ac_check_lib_save_LIBS
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10080 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10081 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10083 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10088 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10089 case "x$with_xshm" in
10090 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10091 xno) ;;
10092 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10093 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10094 esac
10098 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10099 then
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10101 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10102 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10103 $as_echo_n "(cached) " >&6
10104 else
10105 ac_check_lib_save_LIBS=$LIBS
10106 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10108 /* end confdefs.h. */
10110 /* Override any GCC internal prototype to avoid an error.
10111 Use char because int might match the return type of a GCC
10112 builtin and then its argument prototype would still apply. */
10113 #ifdef __cplusplus
10114 extern "C"
10115 #endif
10116 char XShapeQueryExtension ();
10118 main ()
10120 return XShapeQueryExtension ();
10122 return 0;
10124 _ACEOF
10125 if ac_fn_c_try_link "$LINENO"; then :
10126 ac_cv_lib_Xext_XShapeQueryExtension=yes
10127 else
10128 ac_cv_lib_Xext_XShapeQueryExtension=no
10130 rm -f core conftest.err conftest.$ac_objext \
10131 conftest$ac_exeext conftest.$ac_ext
10132 LIBS=$ac_check_lib_save_LIBS
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10135 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10136 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10138 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10143 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10144 case "x$with_xshape" in
10145 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10146 xno) ;;
10147 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10148 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10149 esac
10153 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10154 then
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10156 $as_echo_n "checking for -lXxf86vm... " >&6; }
10157 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10158 $as_echo_n "(cached) " >&6
10159 else
10160 ac_check_soname_save_LIBS=$LIBS
10161 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10163 /* end confdefs.h. */
10165 /* Override any GCC internal prototype to avoid an error.
10166 Use char because int might match the return type of a GCC
10167 builtin and then its argument prototype would still apply. */
10168 #ifdef __cplusplus
10169 extern "C"
10170 #endif
10171 char XF86VidModeQueryExtension ();
10173 main ()
10175 return XF86VidModeQueryExtension ();
10177 return 0;
10179 _ACEOF
10180 if ac_fn_c_try_link "$LINENO"; then :
10181 case "$LIBEXT" in
10182 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10183 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'` ;;
10184 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10185 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10186 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10187 fi ;;
10188 esac
10190 rm -f core conftest.err conftest.$ac_objext \
10191 conftest$ac_exeext conftest.$ac_ext
10192 LIBS=$ac_check_soname_save_LIBS
10194 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10196 $as_echo "not found" >&6; }
10198 else
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10200 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10202 cat >>confdefs.h <<_ACEOF
10203 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10204 _ACEOF
10209 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10210 case "x$with_xxf86vm" in
10211 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10212 xno) ;;
10213 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10214 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10215 esac
10219 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10220 then
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10222 $as_echo_n "checking for -lXrender... " >&6; }
10223 if ${ac_cv_lib_soname_Xrender+:} false; then :
10224 $as_echo_n "(cached) " >&6
10225 else
10226 ac_check_soname_save_LIBS=$LIBS
10227 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10229 /* end confdefs.h. */
10231 /* Override any GCC internal prototype to avoid an error.
10232 Use char because int might match the return type of a GCC
10233 builtin and then its argument prototype would still apply. */
10234 #ifdef __cplusplus
10235 extern "C"
10236 #endif
10237 char XRenderQueryExtension ();
10239 main ()
10241 return XRenderQueryExtension ();
10243 return 0;
10245 _ACEOF
10246 if ac_fn_c_try_link "$LINENO"; then :
10247 case "$LIBEXT" in
10248 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10249 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'` ;;
10250 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10251 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10252 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10253 fi ;;
10254 esac
10256 rm -f core conftest.err conftest.$ac_objext \
10257 conftest$ac_exeext conftest.$ac_ext
10258 LIBS=$ac_check_soname_save_LIBS
10260 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10262 $as_echo "not found" >&6; }
10264 else
10265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10266 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10268 cat >>confdefs.h <<_ACEOF
10269 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10270 _ACEOF
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10273 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10274 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10275 $as_echo_n "(cached) " >&6
10276 else
10277 ac_check_lib_save_LIBS=$LIBS
10278 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10280 /* end confdefs.h. */
10282 /* Override any GCC internal prototype to avoid an error.
10283 Use char because int might match the return type of a GCC
10284 builtin and then its argument prototype would still apply. */
10285 #ifdef __cplusplus
10286 extern "C"
10287 #endif
10288 char XRenderSetPictureTransform ();
10290 main ()
10292 return XRenderSetPictureTransform ();
10294 return 0;
10296 _ACEOF
10297 if ac_fn_c_try_link "$LINENO"; then :
10298 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10299 else
10300 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10302 rm -f core conftest.err conftest.$ac_objext \
10303 conftest$ac_exeext conftest.$ac_ext
10304 LIBS=$ac_check_lib_save_LIBS
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10307 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10308 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10310 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10315 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10316 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10317 $as_echo_n "(cached) " >&6
10318 else
10319 ac_check_lib_save_LIBS=$LIBS
10320 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10322 /* end confdefs.h. */
10324 /* Override any GCC internal prototype to avoid an error.
10325 Use char because int might match the return type of a GCC
10326 builtin and then its argument prototype would still apply. */
10327 #ifdef __cplusplus
10328 extern "C"
10329 #endif
10330 char XRenderCreateLinearGradient ();
10332 main ()
10334 return XRenderCreateLinearGradient ();
10336 return 0;
10338 _ACEOF
10339 if ac_fn_c_try_link "$LINENO"; then :
10340 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10341 else
10342 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10344 rm -f core conftest.err conftest.$ac_objext \
10345 conftest$ac_exeext conftest.$ac_ext
10346 LIBS=$ac_check_lib_save_LIBS
10348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10349 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10350 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10352 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10359 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10360 case "x$with_xrender" in
10361 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10362 xno) ;;
10363 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10364 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10365 esac
10369 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10370 then
10371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10372 /* end confdefs.h. */
10373 #include <X11/Xlib.h>
10374 #include <X11/extensions/Xrandr.h>
10376 main ()
10378 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10380 return 0;
10382 _ACEOF
10383 if ac_fn_c_try_compile "$LINENO"; then :
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10385 $as_echo_n "checking for -lXrandr... " >&6; }
10386 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10387 $as_echo_n "(cached) " >&6
10388 else
10389 ac_check_soname_save_LIBS=$LIBS
10390 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10392 /* end confdefs.h. */
10394 /* Override any GCC internal prototype to avoid an error.
10395 Use char because int might match the return type of a GCC
10396 builtin and then its argument prototype would still apply. */
10397 #ifdef __cplusplus
10398 extern "C"
10399 #endif
10400 char XRRQueryExtension ();
10402 main ()
10404 return XRRQueryExtension ();
10406 return 0;
10408 _ACEOF
10409 if ac_fn_c_try_link "$LINENO"; then :
10410 case "$LIBEXT" in
10411 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10412 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'` ;;
10413 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10414 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10415 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10416 fi ;;
10417 esac
10419 rm -f core conftest.err conftest.$ac_objext \
10420 conftest$ac_exeext conftest.$ac_ext
10421 LIBS=$ac_check_soname_save_LIBS
10423 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10425 $as_echo "not found" >&6; }
10427 else
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10429 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10431 cat >>confdefs.h <<_ACEOF
10432 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10433 _ACEOF
10435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10436 /* end confdefs.h. */
10437 #include <X11/Xlib.h>
10438 #include <X11/extensions/Xrandr.h>
10440 main ()
10442 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10444 return 0;
10446 _ACEOF
10447 if ac_fn_c_try_compile "$LINENO"; then :
10449 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10457 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10458 case "x$with_xrandr" in
10459 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10460 xno) ;;
10461 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10462 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10463 esac
10467 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10468 then
10469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10470 /* end confdefs.h. */
10471 #include <X11/Xlib.h>
10472 #include <X11/extensions/Xinerama.h>
10474 main ()
10476 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10478 return 0;
10480 _ACEOF
10481 if ac_fn_c_try_compile "$LINENO"; then :
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10483 $as_echo_n "checking for -lXinerama... " >&6; }
10484 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10485 $as_echo_n "(cached) " >&6
10486 else
10487 ac_check_soname_save_LIBS=$LIBS
10488 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10490 /* end confdefs.h. */
10492 /* Override any GCC internal prototype to avoid an error.
10493 Use char because int might match the return type of a GCC
10494 builtin and then its argument prototype would still apply. */
10495 #ifdef __cplusplus
10496 extern "C"
10497 #endif
10498 char XineramaQueryScreens ();
10500 main ()
10502 return XineramaQueryScreens ();
10504 return 0;
10506 _ACEOF
10507 if ac_fn_c_try_link "$LINENO"; then :
10508 case "$LIBEXT" in
10509 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10510 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'` ;;
10511 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10512 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10513 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10514 fi ;;
10515 esac
10517 rm -f core conftest.err conftest.$ac_objext \
10518 conftest$ac_exeext conftest.$ac_ext
10519 LIBS=$ac_check_soname_save_LIBS
10521 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10523 $as_echo "not found" >&6; }
10525 else
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10527 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10529 cat >>confdefs.h <<_ACEOF
10530 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10531 _ACEOF
10536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10538 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10539 case "x$with_xinerama" in
10540 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10541 xno) ;;
10542 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10543 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10544 esac
10548 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10549 then
10550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10551 $as_echo_n "checking for -lXcomposite... " >&6; }
10552 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10553 $as_echo_n "(cached) " >&6
10554 else
10555 ac_check_soname_save_LIBS=$LIBS
10556 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10558 /* end confdefs.h. */
10560 /* Override any GCC internal prototype to avoid an error.
10561 Use char because int might match the return type of a GCC
10562 builtin and then its argument prototype would still apply. */
10563 #ifdef __cplusplus
10564 extern "C"
10565 #endif
10566 char XCompositeRedirectWindow ();
10568 main ()
10570 return XCompositeRedirectWindow ();
10572 return 0;
10574 _ACEOF
10575 if ac_fn_c_try_link "$LINENO"; then :
10576 case "$LIBEXT" in
10577 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10578 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'` ;;
10579 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10580 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10581 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10582 fi ;;
10583 esac
10585 rm -f core conftest.err conftest.$ac_objext \
10586 conftest$ac_exeext conftest.$ac_ext
10587 LIBS=$ac_check_soname_save_LIBS
10589 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10591 $as_echo "not found" >&6; }
10593 else
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10595 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10597 cat >>confdefs.h <<_ACEOF
10598 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10599 _ACEOF
10604 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10605 case "x$with_xcomposite" in
10606 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10607 xno) ;;
10608 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10609 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10610 esac
10614 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10615 #include <X11/Xlib.h>
10616 #endif
10618 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10620 cat >>confdefs.h <<_ACEOF
10621 #define HAVE_XICCALLBACK_CALLBACK 1
10622 _ACEOF
10626 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10627 #include <X11/Xlib.h>
10628 #endif
10630 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10632 cat >>confdefs.h <<_ACEOF
10633 #define HAVE_XEVENT_XCOOKIE 1
10634 _ACEOF
10641 opengl_msg=""
10642 if test "x$with_opengl" != "xno"
10643 then
10644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10645 $as_echo_n "checking for -lGL... " >&6; }
10646 if ${ac_cv_lib_soname_GL+:} false; then :
10647 $as_echo_n "(cached) " >&6
10648 else
10649 ac_check_soname_save_LIBS=$LIBS
10650 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10652 /* end confdefs.h. */
10654 /* Override any GCC internal prototype to avoid an error.
10655 Use char because int might match the return type of a GCC
10656 builtin and then its argument prototype would still apply. */
10657 #ifdef __cplusplus
10658 extern "C"
10659 #endif
10660 char glXCreateContext ();
10662 main ()
10664 return glXCreateContext ();
10666 return 0;
10668 _ACEOF
10669 if ac_fn_c_try_link "$LINENO"; then :
10670 case "$LIBEXT" in
10671 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10672 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'` ;;
10673 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10674 if ${ac_cv_lib_soname_GL:+false} :; then :
10675 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10676 fi ;;
10677 esac
10679 rm -f core conftest.err conftest.$ac_objext \
10680 conftest$ac_exeext conftest.$ac_ext
10681 LIBS=$ac_check_soname_save_LIBS
10683 if ${ac_cv_lib_soname_GL:+false} :; then :
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10685 $as_echo "not found" >&6; }
10686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10687 $as_echo_n "checking for -lGL... " >&6; }
10688 if ${ac_cv_lib_soname_GL+:} false; then :
10689 $as_echo_n "(cached) " >&6
10690 else
10691 ac_check_soname_save_LIBS=$LIBS
10692 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"
10693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10694 /* end confdefs.h. */
10696 /* Override any GCC internal prototype to avoid an error.
10697 Use char because int might match the return type of a GCC
10698 builtin and then its argument prototype would still apply. */
10699 #ifdef __cplusplus
10700 extern "C"
10701 #endif
10702 char glXCreateContext ();
10704 main ()
10706 return glXCreateContext ();
10708 return 0;
10710 _ACEOF
10711 if ac_fn_c_try_link "$LINENO"; then :
10712 case "$LIBEXT" in
10713 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10714 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'` ;;
10715 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10716 if ${ac_cv_lib_soname_GL:+false} :; then :
10717 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10718 fi ;;
10719 esac
10721 rm -f core conftest.err conftest.$ac_objext \
10722 conftest$ac_exeext conftest.$ac_ext
10723 LIBS=$ac_check_soname_save_LIBS
10725 if ${ac_cv_lib_soname_GL:+false} :; then :
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10727 $as_echo "not found" >&6; }
10728 if test -f /usr/X11R6/lib/libGL.a
10729 then
10730 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10731 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10732 else
10733 opengl_msg="No OpenGL library found on this system."
10735 else
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10737 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10739 cat >>confdefs.h <<_ACEOF
10740 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10741 _ACEOF
10743 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"
10745 else
10746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10747 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10749 cat >>confdefs.h <<_ACEOF
10750 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10751 _ACEOF
10753 OPENGL_LIBS="-lGL"
10755 if test "x$with_glu" != "xno"
10756 then
10757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10758 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10759 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10760 $as_echo_n "(cached) " >&6
10761 else
10762 ac_check_lib_save_LIBS=$LIBS
10763 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10765 /* end confdefs.h. */
10767 /* Override any GCC internal prototype to avoid an error.
10768 Use char because int might match the return type of a GCC
10769 builtin and then its argument prototype would still apply. */
10770 #ifdef __cplusplus
10771 extern "C"
10772 #endif
10773 char gluLookAt ();
10775 main ()
10777 return gluLookAt ();
10779 return 0;
10781 _ACEOF
10782 if ac_fn_c_try_link "$LINENO"; then :
10783 ac_cv_lib_GLU_gluLookAt=yes
10784 else
10785 ac_cv_lib_GLU_gluLookAt=no
10787 rm -f core conftest.err conftest.$ac_objext \
10788 conftest$ac_exeext conftest.$ac_ext
10789 LIBS=$ac_check_lib_save_LIBS
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10792 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10793 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10797 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10798 case "x$with_glu" in
10799 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10800 xno) ;;
10801 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10802 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10803 esac
10808 if test "x$with_osmesa" != "xno"
10809 then
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10811 $as_echo_n "checking for -lOSMesa... " >&6; }
10812 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10813 $as_echo_n "(cached) " >&6
10814 else
10815 ac_check_soname_save_LIBS=$LIBS
10816 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10818 /* end confdefs.h. */
10820 /* Override any GCC internal prototype to avoid an error.
10821 Use char because int might match the return type of a GCC
10822 builtin and then its argument prototype would still apply. */
10823 #ifdef __cplusplus
10824 extern "C"
10825 #endif
10826 char glAccum ();
10828 main ()
10830 return glAccum ();
10832 return 0;
10834 _ACEOF
10835 if ac_fn_c_try_link "$LINENO"; then :
10836 case "$LIBEXT" in
10837 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10838 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'` ;;
10839 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10840 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10841 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10842 fi ;;
10843 esac
10845 rm -f core conftest.err conftest.$ac_objext \
10846 conftest$ac_exeext conftest.$ac_ext
10847 LIBS=$ac_check_soname_save_LIBS
10849 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10851 $as_echo "not found" >&6; }
10853 else
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10855 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10857 cat >>confdefs.h <<_ACEOF
10858 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10859 _ACEOF
10863 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10864 case "x$with_osmesa" in
10865 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10866 xno) ;;
10867 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10868 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10869 esac
10874 if test -n "$opengl_msg"; then :
10875 case "x$with_opengl" in
10876 x) as_fn_append wine_warnings "|$opengl_msg
10877 OpenGL and Direct3D won't be supported." ;;
10878 xno) ;;
10879 *) as_fn_error $? "$opengl_msg
10880 OpenGL and Direct3D won't be supported.
10881 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10882 esac
10886 CPPFLAGS="$ac_save_CPPFLAGS"
10887 else
10888 X_CFLAGS=""
10889 X_LIBS=""
10891 if test "x$X_LIBS" = "x"; then :
10892 case "x$with_x" in
10893 xno) ;;
10894 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10895 without X support, which probably isn't what you want. You will need
10896 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10897 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10898 esac
10899 enable_winex11_drv=${enable_winex11_drv:-no}
10902 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10904 if test "$ac_cv_header_CL_cl_h" = "yes"
10905 then
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10907 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10908 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10909 $as_echo_n "(cached) " >&6
10910 else
10911 ac_check_lib_save_LIBS=$LIBS
10912 LIBS="-lOpenCL $LIBS"
10913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10914 /* end confdefs.h. */
10916 /* Override any GCC internal prototype to avoid an error.
10917 Use char because int might match the return type of a GCC
10918 builtin and then its argument prototype would still apply. */
10919 #ifdef __cplusplus
10920 extern "C"
10921 #endif
10922 char clGetPlatformInfo ();
10924 main ()
10926 return clGetPlatformInfo ();
10928 return 0;
10930 _ACEOF
10931 if ac_fn_c_try_link "$LINENO"; then :
10932 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10933 else
10934 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10936 rm -f core conftest.err conftest.$ac_objext \
10937 conftest$ac_exeext conftest.$ac_ext
10938 LIBS=$ac_check_lib_save_LIBS
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10941 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10942 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10943 OPENCL_LIBS="-lOpenCL"
10948 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10949 case "x$with_opencl" in
10950 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10951 xno) ;;
10952 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10953 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10954 esac
10955 enable_opencl=${enable_opencl:-no}
10958 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10959 then
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10961 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10962 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10963 $as_echo_n "(cached) " >&6
10964 else
10965 ac_check_lib_save_LIBS=$LIBS
10966 LIBS="-lpcap $LIBS"
10967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10968 /* end confdefs.h. */
10970 /* Override any GCC internal prototype to avoid an error.
10971 Use char because int might match the return type of a GCC
10972 builtin and then its argument prototype would still apply. */
10973 #ifdef __cplusplus
10974 extern "C"
10975 #endif
10976 char pcap_create ();
10978 main ()
10980 return pcap_create ();
10982 return 0;
10984 _ACEOF
10985 if ac_fn_c_try_link "$LINENO"; then :
10986 ac_cv_lib_pcap_pcap_create=yes
10987 else
10988 ac_cv_lib_pcap_pcap_create=no
10990 rm -f core conftest.err conftest.$ac_objext \
10991 conftest$ac_exeext conftest.$ac_ext
10992 LIBS=$ac_check_lib_save_LIBS
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10995 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10996 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10997 PCAP_LIBS="-lpcap"
11002 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
11003 case "x$with_pcap" in
11004 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11005 xno) ;;
11006 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
11007 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11008 esac
11009 enable_wpcap=${enable_wpcap:-no}
11013 if test "x$with_xml" != "xno"
11014 then
11015 if ${XML2_CFLAGS:+false} :; then :
11016 if ${PKG_CONFIG+:} false; then :
11017 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11020 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11021 if ${XML2_LIBS:+false} :; then :
11022 if ${PKG_CONFIG+:} false; then :
11023 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11026 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11027 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
11028 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11029 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11030 ac_save_CPPFLAGS=$CPPFLAGS
11031 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
11032 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
11033 do :
11034 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11035 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11036 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11037 cat >>confdefs.h <<_ACEOF
11038 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11039 _ACEOF
11043 done
11045 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"
11046 then
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11048 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11049 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11050 $as_echo_n "(cached) " >&6
11051 else
11052 ac_check_lib_save_LIBS=$LIBS
11053 LIBS="-lxml2 $XML2_LIBS $LIBS"
11054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11055 /* end confdefs.h. */
11057 /* Override any GCC internal prototype to avoid an error.
11058 Use char because int might match the return type of a GCC
11059 builtin and then its argument prototype would still apply. */
11060 #ifdef __cplusplus
11061 extern "C"
11062 #endif
11063 char xmlParseMemory ();
11065 main ()
11067 return xmlParseMemory ();
11069 return 0;
11071 _ACEOF
11072 if ac_fn_c_try_link "$LINENO"; then :
11073 ac_cv_lib_xml2_xmlParseMemory=yes
11074 else
11075 ac_cv_lib_xml2_xmlParseMemory=no
11077 rm -f core conftest.err conftest.$ac_objext \
11078 conftest$ac_exeext conftest.$ac_ext
11079 LIBS=$ac_check_lib_save_LIBS
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11082 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11083 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11085 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11087 else
11088 XML2_LIBS=""
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11092 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11093 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11094 $as_echo_n "(cached) " >&6
11095 else
11096 ac_check_lib_save_LIBS=$LIBS
11097 LIBS="-lxml2 $XML2_LIBS $LIBS"
11098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11099 /* end confdefs.h. */
11101 /* Override any GCC internal prototype to avoid an error.
11102 Use char because int might match the return type of a GCC
11103 builtin and then its argument prototype would still apply. */
11104 #ifdef __cplusplus
11105 extern "C"
11106 #endif
11107 char xmlReadMemory ();
11109 main ()
11111 return xmlReadMemory ();
11113 return 0;
11115 _ACEOF
11116 if ac_fn_c_try_link "$LINENO"; then :
11117 ac_cv_lib_xml2_xmlReadMemory=yes
11118 else
11119 ac_cv_lib_xml2_xmlReadMemory=no
11121 rm -f core conftest.err conftest.$ac_objext \
11122 conftest$ac_exeext conftest.$ac_ext
11123 LIBS=$ac_check_lib_save_LIBS
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11126 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11127 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11129 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11134 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11135 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11136 $as_echo_n "(cached) " >&6
11137 else
11138 ac_check_lib_save_LIBS=$LIBS
11139 LIBS="-lxml2 $XML2_LIBS $LIBS"
11140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11141 /* end confdefs.h. */
11143 /* Override any GCC internal prototype to avoid an error.
11144 Use char because int might match the return type of a GCC
11145 builtin and then its argument prototype would still apply. */
11146 #ifdef __cplusplus
11147 extern "C"
11148 #endif
11149 char xmlNewDocPI ();
11151 main ()
11153 return xmlNewDocPI ();
11155 return 0;
11157 _ACEOF
11158 if ac_fn_c_try_link "$LINENO"; then :
11159 ac_cv_lib_xml2_xmlNewDocPI=yes
11160 else
11161 ac_cv_lib_xml2_xmlNewDocPI=no
11163 rm -f core conftest.err conftest.$ac_objext \
11164 conftest$ac_exeext conftest.$ac_ext
11165 LIBS=$ac_check_lib_save_LIBS
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11168 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11169 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11171 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11176 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11177 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11178 $as_echo_n "(cached) " >&6
11179 else
11180 ac_check_lib_save_LIBS=$LIBS
11181 LIBS="-lxml2 $XML2_LIBS $LIBS"
11182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11183 /* end confdefs.h. */
11185 /* Override any GCC internal prototype to avoid an error.
11186 Use char because int might match the return type of a GCC
11187 builtin and then its argument prototype would still apply. */
11188 #ifdef __cplusplus
11189 extern "C"
11190 #endif
11191 char xmlSchemaSetParserStructuredErrors ();
11193 main ()
11195 return xmlSchemaSetParserStructuredErrors ();
11197 return 0;
11199 _ACEOF
11200 if ac_fn_c_try_link "$LINENO"; then :
11201 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11202 else
11203 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11205 rm -f core conftest.err conftest.$ac_objext \
11206 conftest$ac_exeext conftest.$ac_ext
11207 LIBS=$ac_check_lib_save_LIBS
11209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11210 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11211 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11213 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11218 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11219 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11220 $as_echo_n "(cached) " >&6
11221 else
11222 ac_check_lib_save_LIBS=$LIBS
11223 LIBS="-lxml2 $XML2_LIBS $LIBS"
11224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11225 /* end confdefs.h. */
11227 /* Override any GCC internal prototype to avoid an error.
11228 Use char because int might match the return type of a GCC
11229 builtin and then its argument prototype would still apply. */
11230 #ifdef __cplusplus
11231 extern "C"
11232 #endif
11233 char xmlSchemaSetValidStructuredErrors ();
11235 main ()
11237 return xmlSchemaSetValidStructuredErrors ();
11239 return 0;
11241 _ACEOF
11242 if ac_fn_c_try_link "$LINENO"; then :
11243 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11244 else
11245 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11247 rm -f core conftest.err conftest.$ac_objext \
11248 conftest$ac_exeext conftest.$ac_ext
11249 LIBS=$ac_check_lib_save_LIBS
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11252 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11253 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11255 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11260 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11261 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11262 $as_echo_n "(cached) " >&6
11263 else
11264 ac_check_lib_save_LIBS=$LIBS
11265 LIBS="-lxml2 $XML2_LIBS $LIBS"
11266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11267 /* end confdefs.h. */
11269 /* Override any GCC internal prototype to avoid an error.
11270 Use char because int might match the return type of a GCC
11271 builtin and then its argument prototype would still apply. */
11272 #ifdef __cplusplus
11273 extern "C"
11274 #endif
11275 char xmlFirstElementChild ();
11277 main ()
11279 return xmlFirstElementChild ();
11281 return 0;
11283 _ACEOF
11284 if ac_fn_c_try_link "$LINENO"; then :
11285 ac_cv_lib_xml2_xmlFirstElementChild=yes
11286 else
11287 ac_cv_lib_xml2_xmlFirstElementChild=no
11289 rm -f core conftest.err conftest.$ac_objext \
11290 conftest$ac_exeext conftest.$ac_ext
11291 LIBS=$ac_check_lib_save_LIBS
11293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11294 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11295 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11297 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11301 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11303 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11305 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11309 else
11310 XML2_CFLAGS=""
11311 XML2_LIBS=""
11313 CPPFLAGS=$ac_save_CPPFLAGS
11314 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11315 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11318 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11319 case "x$with_xml" in
11320 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11321 xno) ;;
11322 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11323 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11324 esac
11328 if test "x$with_xslt" != "xno"
11329 then
11330 if ${XSLT_CFLAGS:+false} :; then :
11331 if ${PKG_CONFIG+:} false; then :
11332 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11335 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11336 if ${XSLT_LIBS:+false} :; then :
11337 if ${PKG_CONFIG+:} false; then :
11338 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11341 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11342 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11343 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11344 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11345 ac_save_CPPFLAGS=$CPPFLAGS
11346 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11347 for ac_header in libxslt/pattern.h libxslt/transform.h
11348 do :
11349 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11350 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11351 # include <libxslt/pattern.h>
11352 #endif
11354 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11355 cat >>confdefs.h <<_ACEOF
11356 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11357 _ACEOF
11361 done
11363 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11364 then
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11366 $as_echo_n "checking for -lxslt... " >&6; }
11367 if ${ac_cv_lib_soname_xslt+:} false; then :
11368 $as_echo_n "(cached) " >&6
11369 else
11370 ac_check_soname_save_LIBS=$LIBS
11371 LIBS="-lxslt $XSLT_LIBS $LIBS"
11372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11373 /* end confdefs.h. */
11375 /* Override any GCC internal prototype to avoid an error.
11376 Use char because int might match the return type of a GCC
11377 builtin and then its argument prototype would still apply. */
11378 #ifdef __cplusplus
11379 extern "C"
11380 #endif
11381 char xsltCompilePattern ();
11383 main ()
11385 return xsltCompilePattern ();
11387 return 0;
11389 _ACEOF
11390 if ac_fn_c_try_link "$LINENO"; then :
11391 case "$LIBEXT" in
11392 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11393 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'` ;;
11394 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11395 if ${ac_cv_lib_soname_xslt:+false} :; then :
11396 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11397 fi ;;
11398 esac
11400 rm -f core conftest.err conftest.$ac_objext \
11401 conftest$ac_exeext conftest.$ac_ext
11402 LIBS=$ac_check_soname_save_LIBS
11404 if ${ac_cv_lib_soname_xslt:+false} :; then :
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11406 $as_echo "not found" >&6; }
11408 else
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11410 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11412 cat >>confdefs.h <<_ACEOF
11413 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11414 _ACEOF
11418 else
11419 XSLT_CFLAGS=""
11421 CPPFLAGS=$ac_save_CPPFLAGS
11422 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11423 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11426 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11427 case "x$with_xslt" in
11428 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11429 xno) ;;
11430 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11431 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11432 esac
11436 if test "x$with_dbus" != "xno"
11437 then
11438 if ${DBUS_CFLAGS:+false} :; then :
11439 if ${PKG_CONFIG+:} false; then :
11440 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11444 if ${DBUS_LIBS:+false} :; then :
11445 if ${PKG_CONFIG+:} false; then :
11446 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11451 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11452 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11453 ac_save_CPPFLAGS=$CPPFLAGS
11454 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11455 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11456 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11458 $as_echo_n "checking for -ldbus-1... " >&6; }
11459 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11460 $as_echo_n "(cached) " >&6
11461 else
11462 ac_check_soname_save_LIBS=$LIBS
11463 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11465 /* end confdefs.h. */
11467 /* Override any GCC internal prototype to avoid an error.
11468 Use char because int might match the return type of a GCC
11469 builtin and then its argument prototype would still apply. */
11470 #ifdef __cplusplus
11471 extern "C"
11472 #endif
11473 char dbus_connection_close ();
11475 main ()
11477 return dbus_connection_close ();
11479 return 0;
11481 _ACEOF
11482 if ac_fn_c_try_link "$LINENO"; then :
11483 case "$LIBEXT" in
11484 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11485 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'` ;;
11486 *) 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'`
11487 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11488 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11489 fi ;;
11490 esac
11492 rm -f core conftest.err conftest.$ac_objext \
11493 conftest$ac_exeext conftest.$ac_ext
11494 LIBS=$ac_check_soname_save_LIBS
11496 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11498 $as_echo "not found" >&6; }
11499 DBUS_CFLAGS=""
11500 else
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11502 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11504 cat >>confdefs.h <<_ACEOF
11505 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11506 _ACEOF
11510 else
11511 DBUS_CFLAGS=""
11515 CPPFLAGS=$ac_save_CPPFLAGS
11516 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11517 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11520 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11521 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11522 case "x$with_dbus" in
11523 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11524 xno) ;;
11525 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11526 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11527 esac
11531 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11532 then
11533 if ${HAL_CFLAGS:+false} :; then :
11534 if ${PKG_CONFIG+:} false; then :
11535 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11539 if ${HAL_LIBS:+false} :; then :
11540 if ${PKG_CONFIG+:} false; then :
11541 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11545 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11546 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11547 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11548 ac_save_CPPFLAGS=$CPPFLAGS
11549 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11550 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11551 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11553 $as_echo_n "checking for -lhal... " >&6; }
11554 if ${ac_cv_lib_soname_hal+:} false; then :
11555 $as_echo_n "(cached) " >&6
11556 else
11557 ac_check_soname_save_LIBS=$LIBS
11558 LIBS="-lhal $HAL_LIBS $LIBS"
11559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11560 /* end confdefs.h. */
11562 /* Override any GCC internal prototype to avoid an error.
11563 Use char because int might match the return type of a GCC
11564 builtin and then its argument prototype would still apply. */
11565 #ifdef __cplusplus
11566 extern "C"
11567 #endif
11568 char libhal_ctx_new ();
11570 main ()
11572 return libhal_ctx_new ();
11574 return 0;
11576 _ACEOF
11577 if ac_fn_c_try_link "$LINENO"; then :
11578 case "$LIBEXT" in
11579 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11580 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'` ;;
11581 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11582 if ${ac_cv_lib_soname_hal:+false} :; then :
11583 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11584 fi ;;
11585 esac
11587 rm -f core conftest.err conftest.$ac_objext \
11588 conftest$ac_exeext conftest.$ac_ext
11589 LIBS=$ac_check_soname_save_LIBS
11591 if ${ac_cv_lib_soname_hal:+false} :; then :
11592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11593 $as_echo "not found" >&6; }
11594 HAL_CFLAGS=""
11595 else
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11597 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11599 cat >>confdefs.h <<_ACEOF
11600 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11601 _ACEOF
11605 else
11606 HAL_CFLAGS=""
11610 CPPFLAGS=$ac_save_CPPFLAGS
11611 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11612 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11614 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11615 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11616 case "x$with_hal" in
11617 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11618 xno) ;;
11619 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11620 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11621 esac
11626 if test "x$with_gnutls" != "xno"
11627 then
11628 if ${GNUTLS_CFLAGS:+false} :; then :
11629 if ${PKG_CONFIG+:} false; then :
11630 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11634 if ${GNUTLS_LIBS:+false} :; then :
11635 if ${PKG_CONFIG+:} false; then :
11636 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11641 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11642 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11643 ac_save_CPPFLAGS=$CPPFLAGS
11644 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11645 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11646 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11648 /* end confdefs.h. */
11649 #include <gnutls/gnutls.h>
11650 #include <gnutls/crypto.h>
11652 main ()
11654 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11656 return 0;
11658 _ACEOF
11659 if ac_fn_c_try_compile "$LINENO"; then :
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11661 $as_echo_n "checking for -lgnutls... " >&6; }
11662 if ${ac_cv_lib_soname_gnutls+:} false; then :
11663 $as_echo_n "(cached) " >&6
11664 else
11665 ac_check_soname_save_LIBS=$LIBS
11666 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11668 /* end confdefs.h. */
11670 /* Override any GCC internal prototype to avoid an error.
11671 Use char because int might match the return type of a GCC
11672 builtin and then its argument prototype would still apply. */
11673 #ifdef __cplusplus
11674 extern "C"
11675 #endif
11676 char gnutls_global_init ();
11678 main ()
11680 return gnutls_global_init ();
11682 return 0;
11684 _ACEOF
11685 if ac_fn_c_try_link "$LINENO"; then :
11686 case "$LIBEXT" in
11687 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11688 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'` ;;
11689 *) 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'`
11690 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11691 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'`
11692 fi ;;
11693 esac
11695 rm -f core conftest.err conftest.$ac_objext \
11696 conftest$ac_exeext conftest.$ac_ext
11697 LIBS=$ac_check_soname_save_LIBS
11699 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11701 $as_echo "not found" >&6; }
11702 GNUTLS_CFLAGS=""
11703 else
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11705 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11707 cat >>confdefs.h <<_ACEOF
11708 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11709 _ACEOF
11713 ac_wine_check_funcs_save_LIBS="$LIBS"
11714 LIBS="$LIBS $GNUTLS_LIBS"
11715 for ac_func in gnutls_hash
11716 do :
11717 ac_fn_c_check_func "$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11718 if test "x$ac_cv_func_gnutls_hash" = xyes; then :
11719 cat >>confdefs.h <<_ACEOF
11720 #define HAVE_GNUTLS_HASH 1
11721 _ACEOF
11723 else
11724 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11726 done
11728 LIBS="$ac_wine_check_funcs_save_LIBS"
11730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11731 else
11732 GNUTLS_CFLAGS=""
11736 CPPFLAGS=$ac_save_CPPFLAGS
11737 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11738 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11741 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11742 case "x$with_gnutls" in
11743 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11744 xno) ;;
11745 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11746 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11747 esac
11751 CURSES_LIBS=""
11752 if test "$ac_cv_header_ncurses_h" = "yes"
11753 then
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11755 $as_echo_n "checking for -lncurses... " >&6; }
11756 if ${ac_cv_lib_soname_ncurses+:} false; then :
11757 $as_echo_n "(cached) " >&6
11758 else
11759 ac_check_soname_save_LIBS=$LIBS
11760 LIBS="-lncurses $LIBS"
11761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11762 /* end confdefs.h. */
11764 /* Override any GCC internal prototype to avoid an error.
11765 Use char because int might match the return type of a GCC
11766 builtin and then its argument prototype would still apply. */
11767 #ifdef __cplusplus
11768 extern "C"
11769 #endif
11770 char waddch ();
11772 main ()
11774 return waddch ();
11776 return 0;
11778 _ACEOF
11779 if ac_fn_c_try_link "$LINENO"; then :
11780 case "$LIBEXT" in
11781 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11782 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'` ;;
11783 *) 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'`
11784 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11785 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11786 fi ;;
11787 esac
11789 rm -f core conftest.err conftest.$ac_objext \
11790 conftest$ac_exeext conftest.$ac_ext
11791 LIBS=$ac_check_soname_save_LIBS
11793 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11795 $as_echo "not found" >&6; }
11797 else
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11799 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11801 cat >>confdefs.h <<_ACEOF
11802 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11803 _ACEOF
11805 CURSES_LIBS="-lncurses"
11807 elif test "$ac_cv_header_curses_h" = "yes"
11808 then
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11810 $as_echo_n "checking for -lcurses... " >&6; }
11811 if ${ac_cv_lib_soname_curses+:} false; then :
11812 $as_echo_n "(cached) " >&6
11813 else
11814 ac_check_soname_save_LIBS=$LIBS
11815 LIBS="-lcurses $LIBS"
11816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11817 /* end confdefs.h. */
11819 /* Override any GCC internal prototype to avoid an error.
11820 Use char because int might match the return type of a GCC
11821 builtin and then its argument prototype would still apply. */
11822 #ifdef __cplusplus
11823 extern "C"
11824 #endif
11825 char waddch ();
11827 main ()
11829 return waddch ();
11831 return 0;
11833 _ACEOF
11834 if ac_fn_c_try_link "$LINENO"; then :
11835 case "$LIBEXT" in
11836 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11837 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'` ;;
11838 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11839 if ${ac_cv_lib_soname_curses:+false} :; then :
11840 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11841 fi ;;
11842 esac
11844 rm -f core conftest.err conftest.$ac_objext \
11845 conftest$ac_exeext conftest.$ac_ext
11846 LIBS=$ac_check_soname_save_LIBS
11848 if ${ac_cv_lib_soname_curses:+false} :; then :
11849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11850 $as_echo "not found" >&6; }
11852 else
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11854 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11856 cat >>confdefs.h <<_ACEOF
11857 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11858 _ACEOF
11860 CURSES_LIBS="-lcurses"
11863 ac_save_LIBS="$LIBS"
11864 LIBS="$LIBS $CURSES_LIBS"
11865 for ac_func in mousemask
11866 do :
11867 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11868 if test "x$ac_cv_func_mousemask" = xyes; then :
11869 cat >>confdefs.h <<_ACEOF
11870 #define HAVE_MOUSEMASK 1
11871 _ACEOF
11874 done
11876 LIBS="$ac_save_LIBS"
11877 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11878 case "x$with_curses" in
11879 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11880 xno) ;;
11881 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11882 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11883 esac
11887 if test "x$with_sane" != "xno"
11888 then
11889 if ${SANE_CFLAGS:+false} :; then :
11890 if ${PKG_CONFIG+:} false; then :
11891 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11894 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11895 if ${SANE_LIBS:+false} :; then :
11896 if ${PKG_CONFIG+:} false; then :
11897 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11900 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11902 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11903 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11904 ac_save_CPPFLAGS=$CPPFLAGS
11905 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11906 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11907 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11909 $as_echo_n "checking for -lsane... " >&6; }
11910 if ${ac_cv_lib_soname_sane+:} false; then :
11911 $as_echo_n "(cached) " >&6
11912 else
11913 ac_check_soname_save_LIBS=$LIBS
11914 LIBS="-lsane $SANE_LIBS $LIBS"
11915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11916 /* end confdefs.h. */
11918 /* Override any GCC internal prototype to avoid an error.
11919 Use char because int might match the return type of a GCC
11920 builtin and then its argument prototype would still apply. */
11921 #ifdef __cplusplus
11922 extern "C"
11923 #endif
11924 char sane_init ();
11926 main ()
11928 return sane_init ();
11930 return 0;
11932 _ACEOF
11933 if ac_fn_c_try_link "$LINENO"; then :
11934 case "$LIBEXT" in
11935 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11936 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'` ;;
11937 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11938 if ${ac_cv_lib_soname_sane:+false} :; then :
11939 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11940 fi ;;
11941 esac
11943 rm -f core conftest.err conftest.$ac_objext \
11944 conftest$ac_exeext conftest.$ac_ext
11945 LIBS=$ac_check_soname_save_LIBS
11947 if ${ac_cv_lib_soname_sane:+false} :; then :
11948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11949 $as_echo "not found" >&6; }
11950 SANE_CFLAGS=""
11951 else
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11953 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11955 cat >>confdefs.h <<_ACEOF
11956 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11957 _ACEOF
11961 else
11962 SANE_CFLAGS=""
11966 CPPFLAGS=$ac_save_CPPFLAGS
11967 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11968 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11971 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11972 case "x$with_sane" in
11973 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11974 xno) ;;
11975 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11976 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11977 esac
11981 if test "x$with_v4l" != "xno"
11982 then
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11984 $as_echo_n "checking for -lv4l1... " >&6; }
11985 if ${ac_cv_lib_soname_v4l1+:} false; then :
11986 $as_echo_n "(cached) " >&6
11987 else
11988 ac_check_soname_save_LIBS=$LIBS
11989 LIBS="-lv4l1 $LIBS"
11990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11991 /* end confdefs.h. */
11993 /* Override any GCC internal prototype to avoid an error.
11994 Use char because int might match the return type of a GCC
11995 builtin and then its argument prototype would still apply. */
11996 #ifdef __cplusplus
11997 extern "C"
11998 #endif
11999 char v4l1_open ();
12001 main ()
12003 return v4l1_open ();
12005 return 0;
12007 _ACEOF
12008 if ac_fn_c_try_link "$LINENO"; then :
12009 case "$LIBEXT" in
12010 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12011 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'` ;;
12012 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12013 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12014 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12015 fi ;;
12016 esac
12018 rm -f core conftest.err conftest.$ac_objext \
12019 conftest$ac_exeext conftest.$ac_ext
12020 LIBS=$ac_check_soname_save_LIBS
12022 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12024 $as_echo "not found" >&6; }
12026 else
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12028 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12030 cat >>confdefs.h <<_ACEOF
12031 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12032 _ACEOF
12037 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12038 case "x$with_v4l" in
12039 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
12040 xno) ;;
12041 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
12042 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12043 esac
12047 if test "x$with_gphoto" != "xno"
12048 then
12049 if ${GPHOTO2_CFLAGS:+false} :; then :
12050 if ${PKG_CONFIG+:} false; then :
12051 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12054 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12055 if ${GPHOTO2_LIBS:+false} :; then :
12056 if ${PKG_CONFIG+:} false; then :
12057 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12060 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12061 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
12062 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12063 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12064 ac_save_CPPFLAGS=$CPPFLAGS
12065 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12066 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12067 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12069 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12070 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12071 $as_echo_n "(cached) " >&6
12072 else
12073 ac_check_lib_save_LIBS=$LIBS
12074 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12078 /* Override any GCC internal prototype to avoid an error.
12079 Use char because int might match the return type of a GCC
12080 builtin and then its argument prototype would still apply. */
12081 #ifdef __cplusplus
12082 extern "C"
12083 #endif
12084 char gp_camera_new ();
12086 main ()
12088 return gp_camera_new ();
12090 return 0;
12092 _ACEOF
12093 if ac_fn_c_try_link "$LINENO"; then :
12094 ac_cv_lib_gphoto2_gp_camera_new=yes
12095 else
12096 ac_cv_lib_gphoto2_gp_camera_new=no
12098 rm -f core conftest.err conftest.$ac_objext \
12099 conftest$ac_exeext conftest.$ac_ext
12100 LIBS=$ac_check_lib_save_LIBS
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12103 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12104 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12106 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12108 else
12109 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12112 else
12113 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12117 CPPFLAGS=$ac_save_CPPFLAGS
12118 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12119 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12121 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12122 if ${PKG_CONFIG+:} false; then :
12123 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12126 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12127 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12128 if ${PKG_CONFIG+:} false; then :
12129 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12132 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12133 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12134 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12135 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12136 ac_save_CPPFLAGS=$CPPFLAGS
12137 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12138 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12139 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12141 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12142 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12143 $as_echo_n "(cached) " >&6
12144 else
12145 ac_check_lib_save_LIBS=$LIBS
12146 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148 /* end confdefs.h. */
12150 /* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12153 #ifdef __cplusplus
12154 extern "C"
12155 #endif
12156 char gp_port_info_list_new ();
12158 main ()
12160 return gp_port_info_list_new ();
12162 return 0;
12164 _ACEOF
12165 if ac_fn_c_try_link "$LINENO"; then :
12166 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12167 else
12168 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12170 rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
12172 LIBS=$ac_check_lib_save_LIBS
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12175 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12176 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12178 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12180 else
12181 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12184 else
12185 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12189 CPPFLAGS=$ac_save_CPPFLAGS
12190 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12191 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12194 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12195 case "x$with_gphoto" in
12196 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12197 xno) ;;
12198 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12199 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12200 esac
12203 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12204 case "x$with_gphoto" in
12205 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12206 xno) ;;
12207 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12208 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12209 esac
12214 if test "$ac_cv_header_resolv_h" = "yes"
12215 then
12216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12217 $as_echo_n "checking for resolver library... " >&6; }
12218 if ${ac_cv_have_resolv+:} false; then :
12219 $as_echo_n "(cached) " >&6
12220 else
12221 ac_save_LIBS="$LIBS"
12222 for lib in '' -lresolv
12224 LIBS="$lib $ac_save_LIBS"
12225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12226 /* end confdefs.h. */
12227 #ifdef HAVE_NETINET_IN_H
12228 #include <netinet/in.h>
12229 #endif
12230 #include <resolv.h>
12232 main ()
12234 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12236 return 0;
12238 _ACEOF
12239 if ac_fn_c_try_link "$LINENO"; then :
12240 ac_cv_have_resolv=${lib:-"none required"}
12241 else
12242 ac_cv_have_resolv="not found"
12244 rm -f core conftest.err conftest.$ac_objext \
12245 conftest$ac_exeext conftest.$ac_ext
12246 test "x$ac_cv_have_resolv" = "xnot found" || break
12247 done
12248 LIBS="$ac_save_LIBS"
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12251 $as_echo "$ac_cv_have_resolv" >&6; }
12253 case "$ac_cv_have_resolv" in
12254 "not found") ;;
12255 "none required")
12257 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12260 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12262 RESOLV_LIBS=$ac_cv_have_resolv
12264 esac
12267 if test "x$with_cms" != "xno"
12268 then
12269 if ${LCMS2_CFLAGS:+false} :; then :
12270 if ${PKG_CONFIG+:} false; then :
12271 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12275 if ${LCMS2_LIBS:+false} :; then :
12276 if ${PKG_CONFIG+:} false; then :
12277 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12281 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12282 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12283 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12284 ac_save_CPPFLAGS=$CPPFLAGS
12285 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12286 for ac_header in lcms2.h
12287 do :
12288 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12289 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12290 cat >>confdefs.h <<_ACEOF
12291 #define HAVE_LCMS2_H 1
12292 _ACEOF
12296 done
12298 if test "$ac_cv_header_lcms2_h" = "yes"
12299 then
12300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12301 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12302 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12303 $as_echo_n "(cached) " >&6
12304 else
12305 ac_check_lib_save_LIBS=$LIBS
12306 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12308 /* end confdefs.h. */
12310 /* Override any GCC internal prototype to avoid an error.
12311 Use char because int might match the return type of a GCC
12312 builtin and then its argument prototype would still apply. */
12313 #ifdef __cplusplus
12314 extern "C"
12315 #endif
12316 char cmsOpenProfileFromFile ();
12318 main ()
12320 return cmsOpenProfileFromFile ();
12322 return 0;
12324 _ACEOF
12325 if ac_fn_c_try_link "$LINENO"; then :
12326 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12327 else
12328 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12330 rm -f core conftest.err conftest.$ac_objext \
12331 conftest$ac_exeext conftest.$ac_ext
12332 LIBS=$ac_check_lib_save_LIBS
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12335 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12336 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12338 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12340 else
12341 LCMS2_LIBS=""
12344 else
12345 LCMS2_CFLAGS=""
12346 LCMS2_LIBS=""
12348 CPPFLAGS=$ac_save_CPPFLAGS
12349 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12350 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12353 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12354 case "x$with_cms" in
12355 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12356 xno) ;;
12357 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12358 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12359 esac
12363 if test "x$with_freetype" != "xno"
12364 then
12365 if ${FREETYPE_CFLAGS:+false} :; then :
12366 if ${PKG_CONFIG+:} false; then :
12367 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12370 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12371 if ${FREETYPE_LIBS:+false} :; then :
12372 if ${PKG_CONFIG+:} false; then :
12373 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12376 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12377 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12378 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12379 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12380 ac_save_CPPFLAGS=$CPPFLAGS
12381 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12382 for ac_header in ft2build.h
12383 do :
12384 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12385 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12386 cat >>confdefs.h <<_ACEOF
12387 #define HAVE_FT2BUILD_H 1
12388 _ACEOF
12392 done
12394 if test "$ac_cv_header_ft2build_h" = "yes"
12395 then
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12397 $as_echo_n "checking for -lfreetype... " >&6; }
12398 if ${ac_cv_lib_soname_freetype+:} false; then :
12399 $as_echo_n "(cached) " >&6
12400 else
12401 ac_check_soname_save_LIBS=$LIBS
12402 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12404 /* end confdefs.h. */
12406 /* Override any GCC internal prototype to avoid an error.
12407 Use char because int might match the return type of a GCC
12408 builtin and then its argument prototype would still apply. */
12409 #ifdef __cplusplus
12410 extern "C"
12411 #endif
12412 char FT_Init_FreeType ();
12414 main ()
12416 return FT_Init_FreeType ();
12418 return 0;
12420 _ACEOF
12421 if ac_fn_c_try_link "$LINENO"; then :
12422 case "$LIBEXT" in
12423 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12424 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'` ;;
12425 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12426 if ${ac_cv_lib_soname_freetype:+false} :; then :
12427 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12428 fi ;;
12429 esac
12431 rm -f core conftest.err conftest.$ac_objext \
12432 conftest$ac_exeext conftest.$ac_ext
12433 LIBS=$ac_check_soname_save_LIBS
12435 if ${ac_cv_lib_soname_freetype:+false} :; then :
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12437 $as_echo "not found" >&6; }
12438 FREETYPE_LIBS=""
12439 else
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12441 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12443 cat >>confdefs.h <<_ACEOF
12444 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12445 _ACEOF
12448 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12450 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12451 #include FT_MODULE_H
12453 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12455 cat >>confdefs.h <<_ACEOF
12456 #define HAVE_FT_TRUETYPEENGINETYPE 1
12457 _ACEOF
12463 else
12464 FREETYPE_CFLAGS=""
12465 FREETYPE_LIBS=""
12467 CPPFLAGS=$ac_save_CPPFLAGS
12468 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12469 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12472 if test "x$ac_cv_lib_soname_freetype" = x; then :
12473 case "x$with_freetype" in
12474 xno) ;;
12475 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12476 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12477 esac
12478 enable_fonts=${enable_fonts:-no}
12481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12482 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12483 if ${ac_cv_c_ppdev+:} false; then :
12484 $as_echo_n "(cached) " >&6
12485 else
12486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12487 /* end confdefs.h. */
12488 #ifdef HAVE_SYS_IOCTL_H
12489 # include <sys/ioctl.h>
12490 #endif
12491 #include <linux/ppdev.h>
12493 main ()
12495 ioctl (1,PPCLAIM,0)
12497 return 0;
12499 _ACEOF
12500 if ac_fn_c_try_compile "$LINENO"; then :
12501 ac_cv_c_ppdev="yes"
12502 else
12503 ac_cv_c_ppdev="no"
12505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12508 $as_echo "$ac_cv_c_ppdev" >&6; }
12509 if test "$ac_cv_c_ppdev" = "yes"
12510 then
12512 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12516 ac_wine_check_funcs_save_LIBS="$LIBS"
12517 LIBS="$LIBS $PTHREAD_LIBS"
12518 for ac_func in \
12519 pthread_attr_get_np \
12520 pthread_getattr_np \
12521 pthread_getthreadid_np \
12522 pthread_get_stackaddr_np \
12523 pthread_get_stacksize_np
12524 do :
12525 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12526 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12527 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12528 cat >>confdefs.h <<_ACEOF
12529 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12530 _ACEOF
12533 done
12535 LIBS="$ac_wine_check_funcs_save_LIBS"
12537 if test "$ac_cv_header_zlib_h" = "yes"
12538 then
12539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12540 $as_echo_n "checking for inflate in -lz... " >&6; }
12541 if ${ac_cv_lib_z_inflate+:} false; then :
12542 $as_echo_n "(cached) " >&6
12543 else
12544 ac_check_lib_save_LIBS=$LIBS
12545 LIBS="-lz $LIBS"
12546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12547 /* end confdefs.h. */
12549 /* Override any GCC internal prototype to avoid an error.
12550 Use char because int might match the return type of a GCC
12551 builtin and then its argument prototype would still apply. */
12552 #ifdef __cplusplus
12553 extern "C"
12554 #endif
12555 char inflate ();
12557 main ()
12559 return inflate ();
12561 return 0;
12563 _ACEOF
12564 if ac_fn_c_try_link "$LINENO"; then :
12565 ac_cv_lib_z_inflate=yes
12566 else
12567 ac_cv_lib_z_inflate=no
12569 rm -f core conftest.err conftest.$ac_objext \
12570 conftest$ac_exeext conftest.$ac_ext
12571 LIBS=$ac_check_lib_save_LIBS
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12574 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12575 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12577 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12579 Z_LIBS="-lz"
12584 if test "x$Z_LIBS" = "x"; then :
12585 case "x$with_zlib" in
12586 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12587 xno) ;;
12588 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12589 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12590 esac
12594 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
12595 then
12596 if test "$ac_cv_header_gettext_po_h" = "yes"
12597 then
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12599 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12600 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12601 $as_echo_n "(cached) " >&6
12602 else
12603 ac_check_lib_save_LIBS=$LIBS
12604 LIBS="-lgettextpo $LIBS"
12605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12606 /* end confdefs.h. */
12608 /* Override any GCC internal prototype to avoid an error.
12609 Use char because int might match the return type of a GCC
12610 builtin and then its argument prototype would still apply. */
12611 #ifdef __cplusplus
12612 extern "C"
12613 #endif
12614 char po_message_msgctxt ();
12616 main ()
12618 return po_message_msgctxt ();
12620 return 0;
12622 _ACEOF
12623 if ac_fn_c_try_link "$LINENO"; then :
12624 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12625 else
12626 ac_cv_lib_gettextpo_po_message_msgctxt=no
12628 rm -f core conftest.err conftest.$ac_objext \
12629 conftest$ac_exeext conftest.$ac_ext
12630 LIBS=$ac_check_lib_save_LIBS
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12633 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12634 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12636 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12638 GETTEXTPO_LIBS="-lgettextpo"
12643 if test "x$GETTEXTPO_LIBS" = "x"; then :
12644 case "x$with_gettextpo" in
12645 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12646 xno) ;;
12647 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12648 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12649 esac
12652 if test "$srcdir" != .; then :
12653 case "x$with_gettextpo" in
12654 x) as_fn_append wine_notices "|Rebuilding po files is not supported for out of tree builds." ;;
12655 xno) ;;
12656 *) as_fn_error $? "Rebuilding po files is not supported for out of tree builds.
12657 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12658 esac
12663 if test "x$with_pulse" != "xno";
12664 then
12665 if ${PULSE_CFLAGS:+false} :; then :
12666 if ${PKG_CONFIG+:} false; then :
12667 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12671 if ${PULSE_LIBS:+false} :; then :
12672 if ${PKG_CONFIG+:} false; then :
12673 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12678 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12679 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12680 ac_save_CPPFLAGS=$CPPFLAGS
12681 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12682 for ac_header in pulse/pulseaudio.h
12683 do :
12684 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12685 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12686 cat >>confdefs.h <<_ACEOF
12687 #define HAVE_PULSE_PULSEAUDIO_H 1
12688 _ACEOF
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12690 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12691 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12692 $as_echo_n "(cached) " >&6
12693 else
12694 ac_check_lib_save_LIBS=$LIBS
12695 LIBS="-lpulse $PULSE_LIBS $LIBS"
12696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12697 /* end confdefs.h. */
12699 /* Override any GCC internal prototype to avoid an error.
12700 Use char because int might match the return type of a GCC
12701 builtin and then its argument prototype would still apply. */
12702 #ifdef __cplusplus
12703 extern "C"
12704 #endif
12705 char pa_stream_is_corked ();
12707 main ()
12709 return pa_stream_is_corked ();
12711 return 0;
12713 _ACEOF
12714 if ac_fn_c_try_link "$LINENO"; then :
12715 ac_cv_lib_pulse_pa_stream_is_corked=yes
12716 else
12717 ac_cv_lib_pulse_pa_stream_is_corked=no
12719 rm -f core conftest.err conftest.$ac_objext \
12720 conftest$ac_exeext conftest.$ac_ext
12721 LIBS=$ac_check_lib_save_LIBS
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12724 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12725 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12727 else
12728 PULSE_LIBS=""
12731 else
12732 PULSE_LIBS=""
12735 done
12737 CPPFLAGS=$ac_save_CPPFLAGS
12738 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12739 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12742 if test -z "$PULSE_LIBS"; then :
12743 case "x$with_pulse" in
12744 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12745 xno) ;;
12746 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12747 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12748 esac
12749 enable_winepulse_drv=${enable_winepulse_drv:-no}
12752 if test "x$with_gstreamer" != "xno"
12753 then
12754 if ${GSTREAMER_CFLAGS:+false} :; then :
12755 if ${PKG_CONFIG+:} false; then :
12756 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12760 if ${GSTREAMER_LIBS:+false} :; then :
12761 if ${PKG_CONFIG+:} false; then :
12762 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12767 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12768 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12769 ac_save_CPPFLAGS=$CPPFLAGS
12770 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12771 ac_gst_incl=""
12772 for i in $GSTREAMER_CFLAGS
12774 case "$i" in
12775 -I*) ac_gst_incl="$ac_gst_incl $i";;
12776 esac
12777 done
12778 GSTREAMER_CFLAGS=$ac_gst_incl
12779 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12780 ac_fn_c_check_header_mongrel "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12781 if test "x$ac_cv_header_gst_gst_h" = xyes; then :
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12783 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12785 /* end confdefs.h. */
12786 #include <gst/gst.h>
12788 main ()
12790 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12792 return 0;
12794 _ACEOF
12795 if ac_fn_c_try_compile "$LINENO"; then :
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12797 $as_echo "yes" >&6; }
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12799 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12800 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false; then :
12801 $as_echo_n "(cached) " >&6
12802 else
12803 ac_check_lib_save_LIBS=$LIBS
12804 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12806 /* end confdefs.h. */
12808 /* Override any GCC internal prototype to avoid an error.
12809 Use char because int might match the return type of a GCC
12810 builtin and then its argument prototype would still apply. */
12811 #ifdef __cplusplus
12812 extern "C"
12813 #endif
12814 char gst_pad_new ();
12816 main ()
12818 return gst_pad_new ();
12820 return 0;
12822 _ACEOF
12823 if ac_fn_c_try_link "$LINENO"; then :
12824 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
12825 else
12826 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
12828 rm -f core conftest.err conftest.$ac_objext \
12829 conftest$ac_exeext conftest.$ac_ext
12830 LIBS=$ac_check_lib_save_LIBS
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12833 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12834 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes; then :
12838 else
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12840 $as_echo "no" >&6; }
12841 ac_glib2_broken=yes
12842 as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12848 CPPFLAGS=$ac_save_CPPFLAGS
12849 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12850 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12853 if test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes ; then :
12854 case "x$with_gstreamer" in
12855 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12856 xno) ;;
12857 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12858 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12859 esac
12862 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12864 ALSA_LIBS=""
12866 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12867 then
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12869 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12870 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12871 $as_echo_n "(cached) " >&6
12872 else
12873 ac_check_lib_save_LIBS=$LIBS
12874 LIBS="-lasound $LIBS"
12875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12876 /* end confdefs.h. */
12878 /* Override any GCC internal prototype to avoid an error.
12879 Use char because int might match the return type of a GCC
12880 builtin and then its argument prototype would still apply. */
12881 #ifdef __cplusplus
12882 extern "C"
12883 #endif
12884 char snd_pcm_hw_params_get_access_mask ();
12886 main ()
12888 return snd_pcm_hw_params_get_access_mask ();
12890 return 0;
12892 _ACEOF
12893 if ac_fn_c_try_link "$LINENO"; then :
12894 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12895 else
12896 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12898 rm -f core conftest.err conftest.$ac_objext \
12899 conftest$ac_exeext conftest.$ac_ext
12900 LIBS=$ac_check_lib_save_LIBS
12902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12903 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12904 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12906 /* end confdefs.h. */
12907 #ifdef HAVE_ALSA_ASOUNDLIB_H
12908 #include <alsa/asoundlib.h>
12909 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12910 #include <sys/asoundlib.h>
12911 #endif
12913 main ()
12915 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12917 return 0;
12919 _ACEOF
12920 if ac_fn_c_try_compile "$LINENO"; then :
12921 ALSA_LIBS="-lasound"
12923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12927 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12929 if test "x$with_oss" != xno
12930 then
12931 ac_save_CPPFLAGS="$CPPFLAGS"
12932 if test -f /etc/oss.conf
12933 then
12934 . /etc/oss.conf
12936 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12937 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12938 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12939 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12940 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12942 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12944 cat >>confdefs.h <<_ACEOF
12945 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12946 _ACEOF
12948 OSS4_CFLAGS="$ac_oss_incl"
12955 CPPFLAGS="$ac_save_CPPFLAGS"
12957 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes; then :
12958 case "x$with_oss" in
12959 x) as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12960 xno) ;;
12961 *) as_fn_error $? "OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
12962 This is an error since --with-oss was requested." "$LINENO" 5 ;;
12963 esac
12964 enable_wineoss_drv=${enable_wineoss_drv:-no}
12967 if test "x$with_udev" != "xno"
12968 then
12969 if ${UDEV_CFLAGS:+false} :; then :
12970 if ${PKG_CONFIG+:} false; then :
12971 UDEV_CFLAGS=`$PKG_CONFIG --cflags libudev 2>/dev/null`
12975 if ${UDEV_LIBS:+false} :; then :
12976 if ${PKG_CONFIG+:} false; then :
12977 UDEV_LIBS=`$PKG_CONFIG --libs libudev 2>/dev/null`
12982 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
12983 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
12984 ac_save_CPPFLAGS=$CPPFLAGS
12985 CPPFLAGS="$CPPFLAGS $UDEV_CFLAGS"
12986 for ac_header in libudev.h
12987 do :
12988 ac_fn_c_check_header_mongrel "$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
12989 if test "x$ac_cv_header_libudev_h" = xyes; then :
12990 cat >>confdefs.h <<_ACEOF
12991 #define HAVE_LIBUDEV_H 1
12992 _ACEOF
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
12994 $as_echo_n "checking for udev_new in -ludev... " >&6; }
12995 if ${ac_cv_lib_udev_udev_new+:} false; then :
12996 $as_echo_n "(cached) " >&6
12997 else
12998 ac_check_lib_save_LIBS=$LIBS
12999 LIBS="-ludev $UDEV_LIBS $LIBS"
13000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13001 /* end confdefs.h. */
13003 /* Override any GCC internal prototype to avoid an error.
13004 Use char because int might match the return type of a GCC
13005 builtin and then its argument prototype would still apply. */
13006 #ifdef __cplusplus
13007 extern "C"
13008 #endif
13009 char udev_new ();
13011 main ()
13013 return udev_new ();
13015 return 0;
13017 _ACEOF
13018 if ac_fn_c_try_link "$LINENO"; then :
13019 ac_cv_lib_udev_udev_new=yes
13020 else
13021 ac_cv_lib_udev_udev_new=no
13023 rm -f core conftest.err conftest.$ac_objext \
13024 conftest$ac_exeext conftest.$ac_ext
13025 LIBS=$ac_check_lib_save_LIBS
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13028 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13029 if test "x$ac_cv_lib_udev_udev_new" = xyes; then :
13031 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13033 else
13034 UDEV_LIBS=""
13037 else
13038 UDEV_LIBS=""
13041 done
13043 CPPFLAGS=$ac_save_CPPFLAGS
13044 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13045 test -z "$UDEV_LIBS" || UDEV_LIBS=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13048 if test "x$UDEV_LIBS" = "x"; then :
13049 case "x$with_udev" in
13050 x) as_fn_append wine_notices "|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13051 xno) ;;
13052 *) as_fn_error $? "libudev ${notice_platform}development files not found, plug and play won't be supported.
13053 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13054 esac
13058 if test "x$with_capi" != "xno"
13059 then
13060 if ${CAPI20_CFLAGS:+false} :; then :
13061 if ${PKG_CONFIG+:} false; then :
13062 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13066 if ${CAPI20_LIBS:+false} :; then :
13067 if ${PKG_CONFIG+:} false; then :
13068 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
13073 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13074 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13075 ac_save_CPPFLAGS=$CPPFLAGS
13076 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
13077 for ac_header in capi20.h linux/capi.h
13078 do :
13079 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13080 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13082 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13083 cat >>confdefs.h <<_ACEOF
13084 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13085 _ACEOF
13089 done
13091 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13092 then
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13094 $as_echo_n "checking for -lcapi20... " >&6; }
13095 if ${ac_cv_lib_soname_capi20+:} false; then :
13096 $as_echo_n "(cached) " >&6
13097 else
13098 ac_check_soname_save_LIBS=$LIBS
13099 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
13100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13101 /* end confdefs.h. */
13103 /* Override any GCC internal prototype to avoid an error.
13104 Use char because int might match the return type of a GCC
13105 builtin and then its argument prototype would still apply. */
13106 #ifdef __cplusplus
13107 extern "C"
13108 #endif
13109 char capi20_register ();
13111 main ()
13113 return capi20_register ();
13115 return 0;
13117 _ACEOF
13118 if ac_fn_c_try_link "$LINENO"; then :
13119 case "$LIBEXT" in
13120 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13121 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'` ;;
13122 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13123 if ${ac_cv_lib_soname_capi20:+false} :; then :
13124 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13125 fi ;;
13126 esac
13128 rm -f core conftest.err conftest.$ac_objext \
13129 conftest$ac_exeext conftest.$ac_ext
13130 LIBS=$ac_check_soname_save_LIBS
13132 if ${ac_cv_lib_soname_capi20:+false} :; then :
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13134 $as_echo "not found" >&6; }
13136 else
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13138 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13140 cat >>confdefs.h <<_ACEOF
13141 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13142 _ACEOF
13147 CPPFLAGS=$ac_save_CPPFLAGS
13148 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13149 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13152 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13153 case "x$with_capi" in
13154 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13155 xno) ;;
13156 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13157 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13158 esac
13162 CUPS_CFLAGS=""
13164 if test "x$with_cups" != "xno"
13165 then
13166 ac_save_CPPFLAGS="$CPPFLAGS"
13167 ac_cups_cflags=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
13168 ac_cups_libs=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
13169 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
13170 for ac_header in cups/cups.h
13171 do :
13172 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13173 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
13174 cat >>confdefs.h <<_ACEOF
13175 #define HAVE_CUPS_CUPS_H 1
13176 _ACEOF
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13178 $as_echo_n "checking for -lcups... " >&6; }
13179 if ${ac_cv_lib_soname_cups+:} false; then :
13180 $as_echo_n "(cached) " >&6
13181 else
13182 ac_check_soname_save_LIBS=$LIBS
13183 LIBS="-lcups $ac_cups_libs $LIBS"
13184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13185 /* end confdefs.h. */
13187 /* Override any GCC internal prototype to avoid an error.
13188 Use char because int might match the return type of a GCC
13189 builtin and then its argument prototype would still apply. */
13190 #ifdef __cplusplus
13191 extern "C"
13192 #endif
13193 char cupsGetDefault ();
13195 main ()
13197 return cupsGetDefault ();
13199 return 0;
13201 _ACEOF
13202 if ac_fn_c_try_link "$LINENO"; then :
13203 case "$LIBEXT" in
13204 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13205 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'` ;;
13206 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13207 if ${ac_cv_lib_soname_cups:+false} :; then :
13208 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13209 fi ;;
13210 esac
13212 rm -f core conftest.err conftest.$ac_objext \
13213 conftest$ac_exeext conftest.$ac_ext
13214 LIBS=$ac_check_soname_save_LIBS
13216 if ${ac_cv_lib_soname_cups:+false} :; then :
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13218 $as_echo "not found" >&6; }
13220 else
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13222 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13224 cat >>confdefs.h <<_ACEOF
13225 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13226 _ACEOF
13228 CUPS_CFLAGS="$ac_cups_cflags"
13230 for ac_header in cups/ppd.h
13231 do :
13232 ac_fn_c_check_header_mongrel "$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13233 if test "x$ac_cv_header_cups_ppd_h" = xyes; then :
13234 cat >>confdefs.h <<_ACEOF
13235 #define HAVE_CUPS_PPD_H 1
13236 _ACEOF
13240 done
13244 done
13246 CPPFLAGS="$ac_save_CPPFLAGS"
13248 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13249 case "x$with_cups" in
13250 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13251 xno) ;;
13252 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13253 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13254 esac
13258 if test "x$with_fontconfig" != "xno"
13259 then
13260 if ${FONTCONFIG_CFLAGS:+false} :; then :
13261 if ${PKG_CONFIG+:} false; then :
13262 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13265 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13266 if ${FONTCONFIG_LIBS:+false} :; then :
13267 if ${PKG_CONFIG+:} false; then :
13268 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13271 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13273 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13274 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13275 ac_save_CPPFLAGS=$CPPFLAGS
13276 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13277 for ac_header in fontconfig/fontconfig.h
13278 do :
13279 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13280 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13281 cat >>confdefs.h <<_ACEOF
13282 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13283 _ACEOF
13287 done
13289 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13290 then
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13292 $as_echo_n "checking for -lfontconfig... " >&6; }
13293 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13294 $as_echo_n "(cached) " >&6
13295 else
13296 ac_check_soname_save_LIBS=$LIBS
13297 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13299 /* end confdefs.h. */
13301 /* Override any GCC internal prototype to avoid an error.
13302 Use char because int might match the return type of a GCC
13303 builtin and then its argument prototype would still apply. */
13304 #ifdef __cplusplus
13305 extern "C"
13306 #endif
13307 char FcInit ();
13309 main ()
13311 return FcInit ();
13313 return 0;
13315 _ACEOF
13316 if ac_fn_c_try_link "$LINENO"; then :
13317 case "$LIBEXT" in
13318 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13319 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'` ;;
13320 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13321 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13322 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13323 fi ;;
13324 esac
13326 rm -f core conftest.err conftest.$ac_objext \
13327 conftest$ac_exeext conftest.$ac_ext
13328 LIBS=$ac_check_soname_save_LIBS
13330 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13332 $as_echo "not found" >&6; }
13333 FONTCONFIG_CFLAGS=""
13334 else
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13336 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13338 cat >>confdefs.h <<_ACEOF
13339 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13340 _ACEOF
13344 else
13345 FONTCONFIG_CFLAGS=""
13347 CPPFLAGS=$ac_save_CPPFLAGS
13348 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13349 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13352 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13353 case "x$with_fontconfig" in
13354 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13355 xno) ;;
13356 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13357 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13358 esac
13362 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13363 then
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13365 $as_echo_n "checking for -lgsm... " >&6; }
13366 if ${ac_cv_lib_soname_gsm+:} false; then :
13367 $as_echo_n "(cached) " >&6
13368 else
13369 ac_check_soname_save_LIBS=$LIBS
13370 LIBS="-lgsm $LIBS"
13371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13372 /* end confdefs.h. */
13374 /* Override any GCC internal prototype to avoid an error.
13375 Use char because int might match the return type of a GCC
13376 builtin and then its argument prototype would still apply. */
13377 #ifdef __cplusplus
13378 extern "C"
13379 #endif
13380 char gsm_create ();
13382 main ()
13384 return gsm_create ();
13386 return 0;
13388 _ACEOF
13389 if ac_fn_c_try_link "$LINENO"; then :
13390 case "$LIBEXT" in
13391 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13392 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'` ;;
13393 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13394 if ${ac_cv_lib_soname_gsm:+false} :; then :
13395 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13396 fi ;;
13397 esac
13399 rm -f core conftest.err conftest.$ac_objext \
13400 conftest$ac_exeext conftest.$ac_ext
13401 LIBS=$ac_check_soname_save_LIBS
13403 if ${ac_cv_lib_soname_gsm:+false} :; then :
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13405 $as_echo "not found" >&6; }
13407 else
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13409 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13411 cat >>confdefs.h <<_ACEOF
13412 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13413 _ACEOF
13418 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13419 case "x$with_gsm" in
13420 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13421 xno) ;;
13422 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13423 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13424 esac
13428 if test "x$with_jpeg" != "xno"
13429 then
13430 if ${JPEG_CFLAGS:+false} :; then :
13431 if ${PKG_CONFIG+:} false; then :
13432 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13436 if ${JPEG_LIBS:+false} :; then :
13437 if ${PKG_CONFIG+:} false; then :
13438 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13443 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13444 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13445 ac_save_CPPFLAGS=$CPPFLAGS
13446 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13447 for ac_header in jpeglib.h
13448 do :
13449 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13450 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13451 cat >>confdefs.h <<_ACEOF
13452 #define HAVE_JPEGLIB_H 1
13453 _ACEOF
13457 done
13459 if test "$ac_cv_header_jpeglib_h" = "yes"
13460 then
13461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13462 $as_echo_n "checking for -ljpeg... " >&6; }
13463 if ${ac_cv_lib_soname_jpeg+:} false; then :
13464 $as_echo_n "(cached) " >&6
13465 else
13466 ac_check_soname_save_LIBS=$LIBS
13467 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13469 /* end confdefs.h. */
13471 /* Override any GCC internal prototype to avoid an error.
13472 Use char because int might match the return type of a GCC
13473 builtin and then its argument prototype would still apply. */
13474 #ifdef __cplusplus
13475 extern "C"
13476 #endif
13477 char jpeg_start_decompress ();
13479 main ()
13481 return jpeg_start_decompress ();
13483 return 0;
13485 _ACEOF
13486 if ac_fn_c_try_link "$LINENO"; then :
13487 case "$LIBEXT" in
13488 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13489 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'` ;;
13490 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13491 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13492 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13493 fi ;;
13494 esac
13496 rm -f core conftest.err conftest.$ac_objext \
13497 conftest$ac_exeext conftest.$ac_ext
13498 LIBS=$ac_check_soname_save_LIBS
13500 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13502 $as_echo "not found" >&6; }
13503 JPEG_CFLAGS=""
13504 else
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13506 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13508 cat >>confdefs.h <<_ACEOF
13509 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13510 _ACEOF
13514 else
13515 JPEG_CFLAGS=""
13517 CPPFLAGS=$ac_save_CPPFLAGS
13518 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13519 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13522 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13523 case "x$with_jpeg" in
13524 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13525 xno) ;;
13526 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13527 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13528 esac
13532 if test "x$with_png" != "xno"
13533 then
13534 if ${PNG_CFLAGS:+false} :; then :
13535 if ${PKG_CONFIG+:} false; then :
13536 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13539 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13540 if ${PNG_LIBS:+false} :; then :
13541 if ${PKG_CONFIG+:} false; then :
13542 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13545 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13547 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13548 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13549 ac_save_CPPFLAGS=$CPPFLAGS
13550 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13551 for ac_header in png.h
13552 do :
13553 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13554 if test "x$ac_cv_header_png_h" = xyes; then :
13555 cat >>confdefs.h <<_ACEOF
13556 #define HAVE_PNG_H 1
13557 _ACEOF
13561 done
13563 if test "$ac_cv_header_png_h" = "yes"
13564 then
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13566 $as_echo_n "checking for -lpng... " >&6; }
13567 if ${ac_cv_lib_soname_png+:} false; then :
13568 $as_echo_n "(cached) " >&6
13569 else
13570 ac_check_soname_save_LIBS=$LIBS
13571 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13573 /* end confdefs.h. */
13575 /* Override any GCC internal prototype to avoid an error.
13576 Use char because int might match the return type of a GCC
13577 builtin and then its argument prototype would still apply. */
13578 #ifdef __cplusplus
13579 extern "C"
13580 #endif
13581 char png_create_read_struct ();
13583 main ()
13585 return png_create_read_struct ();
13587 return 0;
13589 _ACEOF
13590 if ac_fn_c_try_link "$LINENO"; then :
13591 case "$LIBEXT" in
13592 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13593 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'` ;;
13594 *) 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'`
13595 if ${ac_cv_lib_soname_png:+false} :; then :
13596 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13597 fi ;;
13598 esac
13600 rm -f core conftest.err conftest.$ac_objext \
13601 conftest$ac_exeext conftest.$ac_ext
13602 LIBS=$ac_check_soname_save_LIBS
13604 if ${ac_cv_lib_soname_png:+false} :; then :
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13606 $as_echo "not found" >&6; }
13607 PNG_CFLAGS=""
13608 else
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13610 $as_echo "$ac_cv_lib_soname_png" >&6; }
13612 cat >>confdefs.h <<_ACEOF
13613 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13614 _ACEOF
13616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13617 /* end confdefs.h. */
13618 #include <png.h>
13620 main ()
13622 typeof(png_set_expand_gray_1_2_4_to_8) *p
13624 return 0;
13626 _ACEOF
13627 if ac_fn_c_try_compile "$LINENO"; then :
13629 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13634 else
13635 PNG_CFLAGS=""
13637 CPPFLAGS=$ac_save_CPPFLAGS
13638 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13639 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13642 if test "x$ac_cv_lib_soname_png" = "x"; then :
13643 case "x$with_png" in
13644 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13645 xno) ;;
13646 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13647 This is an error since --with-png was requested." "$LINENO" 5 ;;
13648 esac
13652 if test "x$with_tiff" != "xno"
13653 then
13654 if ${TIFF_CFLAGS:+false} :; then :
13655 if ${PKG_CONFIG+:} false; then :
13656 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13660 if ${TIFF_LIBS:+false} :; then :
13661 if ${PKG_CONFIG+:} false; then :
13662 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13667 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13668 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13669 ac_save_CPPFLAGS=$CPPFLAGS
13670 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13671 for ac_header in tiffio.h
13672 do :
13673 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13674 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13675 cat >>confdefs.h <<_ACEOF
13676 #define HAVE_TIFFIO_H 1
13677 _ACEOF
13681 done
13683 if test "$ac_cv_header_tiffio_h" = "yes"
13684 then
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13686 $as_echo_n "checking for -ltiff... " >&6; }
13687 if ${ac_cv_lib_soname_tiff+:} false; then :
13688 $as_echo_n "(cached) " >&6
13689 else
13690 ac_check_soname_save_LIBS=$LIBS
13691 LIBS="-ltiff $TIFF_LIBS $LIBS"
13692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13693 /* end confdefs.h. */
13695 /* Override any GCC internal prototype to avoid an error.
13696 Use char because int might match the return type of a GCC
13697 builtin and then its argument prototype would still apply. */
13698 #ifdef __cplusplus
13699 extern "C"
13700 #endif
13701 char TIFFClientOpen ();
13703 main ()
13705 return TIFFClientOpen ();
13707 return 0;
13709 _ACEOF
13710 if ac_fn_c_try_link "$LINENO"; then :
13711 case "$LIBEXT" in
13712 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13713 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'` ;;
13714 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13715 if ${ac_cv_lib_soname_tiff:+false} :; then :
13716 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13717 fi ;;
13718 esac
13720 rm -f core conftest.err conftest.$ac_objext \
13721 conftest$ac_exeext conftest.$ac_ext
13722 LIBS=$ac_check_soname_save_LIBS
13724 if ${ac_cv_lib_soname_tiff:+false} :; then :
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13726 $as_echo "not found" >&6; }
13728 else
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13730 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13732 cat >>confdefs.h <<_ACEOF
13733 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13734 _ACEOF
13739 CPPFLAGS=$ac_save_CPPFLAGS
13740 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13741 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13744 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13745 case "x$with_tiff" in
13746 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13747 xno) ;;
13748 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13749 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13750 esac
13754 if test "x$with_mpg123" != "xno"
13755 then
13756 if ${MPG123_CFLAGS:+false} :; then :
13757 if ${PKG_CONFIG+:} false; then :
13758 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13762 if ${MPG123_LIBS:+false} :; then :
13763 if ${PKG_CONFIG+:} false; then :
13764 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13768 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13769 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13770 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13771 ac_save_CPPFLAGS=$CPPFLAGS
13772 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13773 for ac_header in mpg123.h
13774 do :
13775 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13776 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13777 cat >>confdefs.h <<_ACEOF
13778 #define HAVE_MPG123_H 1
13779 _ACEOF
13783 done
13785 if test "$ac_cv_header_mpg123_h" = "yes"
13786 then
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13788 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13789 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13790 $as_echo_n "(cached) " >&6
13791 else
13792 ac_check_lib_save_LIBS=$LIBS
13793 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13795 /* end confdefs.h. */
13797 /* Override any GCC internal prototype to avoid an error.
13798 Use char because int might match the return type of a GCC
13799 builtin and then its argument prototype would still apply. */
13800 #ifdef __cplusplus
13801 extern "C"
13802 #endif
13803 char mpg123_feed ();
13805 main ()
13807 return mpg123_feed ();
13809 return 0;
13811 _ACEOF
13812 if ac_fn_c_try_link "$LINENO"; then :
13813 ac_cv_lib_mpg123_mpg123_feed=yes
13814 else
13815 ac_cv_lib_mpg123_mpg123_feed=no
13817 rm -f core conftest.err conftest.$ac_objext \
13818 conftest$ac_exeext conftest.$ac_ext
13819 LIBS=$ac_check_lib_save_LIBS
13821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13822 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13823 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13825 else
13826 MPG123_LIBS=""
13829 else
13830 MPG123_CFLAGS=""
13831 MPG123_LIBS=""
13833 CPPFLAGS=$ac_save_CPPFLAGS
13834 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13835 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13838 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13839 case "x$with_mpg123" in
13840 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13841 xno) ;;
13842 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13843 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13844 esac
13845 enable_winemp3_acm=${enable_winemp3_acm:-no}
13848 if test "$ac_cv_header_AL_al_h" = "yes"
13849 then
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13851 $as_echo_n "checking for -lopenal... " >&6; }
13852 if ${ac_cv_lib_soname_openal+:} false; then :
13853 $as_echo_n "(cached) " >&6
13854 else
13855 ac_check_soname_save_LIBS=$LIBS
13856 LIBS="-lopenal $LIBS"
13857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13858 /* end confdefs.h. */
13860 /* Override any GCC internal prototype to avoid an error.
13861 Use char because int might match the return type of a GCC
13862 builtin and then its argument prototype would still apply. */
13863 #ifdef __cplusplus
13864 extern "C"
13865 #endif
13866 char alGetSource3i ();
13868 main ()
13870 return alGetSource3i ();
13872 return 0;
13874 _ACEOF
13875 if ac_fn_c_try_link "$LINENO"; then :
13876 case "$LIBEXT" in
13877 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13878 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'` ;;
13879 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13880 if ${ac_cv_lib_soname_openal:+false} :; then :
13881 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13882 fi ;;
13883 esac
13885 rm -f core conftest.err conftest.$ac_objext \
13886 conftest$ac_exeext conftest.$ac_ext
13887 LIBS=$ac_check_soname_save_LIBS
13889 if ${ac_cv_lib_soname_openal:+false} :; then :
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13891 $as_echo "not found" >&6; }
13893 else
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13895 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13897 cat >>confdefs.h <<_ACEOF
13898 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13899 _ACEOF
13901 OPENAL_LIBS="-lopenal"
13903 ac_cv_lib_openal=yes
13905 cat >>confdefs.h <<_ACEOF
13906 #define HAVE_OPENAL 1
13907 _ACEOF
13911 if test "x$ac_cv_lib_openal" != xyes; then :
13912 case "x$with_openal" in
13913 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13914 xno) ;;
13915 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13916 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13917 esac
13918 enable_openal32=${enable_openal32:-no}
13921 if test "x$ac_cv_lib_openal" = xyes
13922 then
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13924 $as_echo_n "checking for openal-soft... " >&6; }
13925 if ${ac_cv_have_openalsoft+:} false; then :
13926 $as_echo_n "(cached) " >&6
13927 else
13928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13929 /* end confdefs.h. */
13930 #include <AL/al.h>
13931 #include <AL/alc.h>
13932 #include <AL/alext.h>
13933 LPALCRENDERSAMPLESSOFT x;
13935 main ()
13939 return 0;
13941 _ACEOF
13942 if ac_fn_c_try_compile "$LINENO"; then :
13943 ac_cv_have_openalsoft=yes
13944 else
13945 ac_cv_have_openalsoft=no
13947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13950 $as_echo "$ac_cv_have_openalsoft" >&6; }
13952 if test "x$ac_cv_have_openalsoft" != xyes
13953 then
13954 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13955 enable_x3daudio1_0=${enable_x3daudio1_0:-no}
13956 enable_x3daudio1_1=${enable_x3daudio1_1:-no}
13957 enable_x3daudio1_2=${enable_x3daudio1_2:-no}
13958 enable_x3daudio1_3=${enable_x3daudio1_3:-no}
13959 enable_x3daudio1_4=${enable_x3daudio1_4:-no}
13960 enable_x3daudio1_5=${enable_x3daudio1_5:-no}
13961 enable_x3daudio1_6=${enable_x3daudio1_6:-no}
13962 enable_x3daudio1_7=${enable_x3daudio1_7:-no}
13963 enable_xapofx1_1=${enable_xapofx1_1:-no}
13964 enable_xapofx1_2=${enable_xapofx1_2:-no}
13965 enable_xapofx1_3=${enable_xapofx1_3:-no}
13966 enable_xapofx1_4=${enable_xapofx1_4:-no}
13967 enable_xapofx1_5=${enable_xapofx1_5:-no}
13968 enable_xaudio2_0=${enable_xaudio2_0:-no}
13969 enable_xaudio2_1=${enable_xaudio2_1:-no}
13970 enable_xaudio2_2=${enable_xaudio2_2:-no}
13971 enable_xaudio2_3=${enable_xaudio2_3:-no}
13972 enable_xaudio2_4=${enable_xaudio2_4:-no}
13973 enable_xaudio2_5=${enable_xaudio2_5:-no}
13974 enable_xaudio2_6=${enable_xaudio2_6:-no}
13975 enable_xaudio2_7=${enable_xaudio2_7:-no}
13976 enable_xaudio2_8=${enable_xaudio2_8:-no}
13977 enable_xaudio2_9=${enable_xaudio2_9:-no}
13980 if test "$ac_cv_header_kstat_h" = "yes"
13981 then
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13983 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13984 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13985 $as_echo_n "(cached) " >&6
13986 else
13987 ac_check_lib_save_LIBS=$LIBS
13988 LIBS="-lkstat $LIBS"
13989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13990 /* end confdefs.h. */
13992 /* Override any GCC internal prototype to avoid an error.
13993 Use char because int might match the return type of a GCC
13994 builtin and then its argument prototype would still apply. */
13995 #ifdef __cplusplus
13996 extern "C"
13997 #endif
13998 char kstat_open ();
14000 main ()
14002 return kstat_open ();
14004 return 0;
14006 _ACEOF
14007 if ac_fn_c_try_link "$LINENO"; then :
14008 ac_cv_lib_kstat_kstat_open=yes
14009 else
14010 ac_cv_lib_kstat_kstat_open=no
14012 rm -f core conftest.err conftest.$ac_objext \
14013 conftest$ac_exeext conftest.$ac_ext
14014 LIBS=$ac_check_lib_save_LIBS
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14017 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14018 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
14020 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14022 KSTAT_LIBS="-lkstat"
14028 if test "$ac_cv_header_libprocstat_h" = "yes"
14029 then
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14031 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14032 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
14033 $as_echo_n "(cached) " >&6
14034 else
14035 ac_check_lib_save_LIBS=$LIBS
14036 LIBS="-lprocstat $LIBS"
14037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14038 /* end confdefs.h. */
14040 /* Override any GCC internal prototype to avoid an error.
14041 Use char because int might match the return type of a GCC
14042 builtin and then its argument prototype would still apply. */
14043 #ifdef __cplusplus
14044 extern "C"
14045 #endif
14046 char procstat_open_sysctl ();
14048 main ()
14050 return procstat_open_sysctl ();
14052 return 0;
14054 _ACEOF
14055 if ac_fn_c_try_link "$LINENO"; then :
14056 ac_cv_lib_procstat_procstat_open_sysctl=yes
14057 else
14058 ac_cv_lib_procstat_procstat_open_sysctl=no
14060 rm -f core conftest.err conftest.$ac_objext \
14061 conftest$ac_exeext conftest.$ac_ext
14062 LIBS=$ac_check_lib_save_LIBS
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14065 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14066 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
14068 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14070 PROCSTAT_LIBS="-lprocstat"
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14077 $as_echo_n "checking for -lodbc... " >&6; }
14078 if ${ac_cv_lib_soname_odbc+:} false; then :
14079 $as_echo_n "(cached) " >&6
14080 else
14081 ac_check_soname_save_LIBS=$LIBS
14082 LIBS="-lodbc $LIBS"
14083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14084 /* end confdefs.h. */
14086 /* Override any GCC internal prototype to avoid an error.
14087 Use char because int might match the return type of a GCC
14088 builtin and then its argument prototype would still apply. */
14089 #ifdef __cplusplus
14090 extern "C"
14091 #endif
14092 char SQLConnect ();
14094 main ()
14096 return SQLConnect ();
14098 return 0;
14100 _ACEOF
14101 if ac_fn_c_try_link "$LINENO"; then :
14102 case "$LIBEXT" in
14103 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14104 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'` ;;
14105 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14106 if ${ac_cv_lib_soname_odbc:+false} :; then :
14107 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14108 fi ;;
14109 esac
14111 rm -f core conftest.err conftest.$ac_objext \
14112 conftest$ac_exeext conftest.$ac_ext
14113 LIBS=$ac_check_soname_save_LIBS
14115 if ${ac_cv_lib_soname_odbc:+false} :; then :
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14117 $as_echo "not found" >&6; }
14118 cat >>confdefs.h <<_ACEOF
14119 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14120 _ACEOF
14122 else
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14124 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14126 cat >>confdefs.h <<_ACEOF
14127 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14128 _ACEOF
14133 if test "x$with_netapi" != "xno"
14134 then
14135 if ${NETAPI_CFLAGS:+false} :; then :
14136 if ${PKG_CONFIG+:} false; then :
14137 NETAPI_CFLAGS=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14141 if ${NETAPI_LIBS:+false} :; then :
14142 if ${PKG_CONFIG+:} false; then :
14143 NETAPI_LIBS=`$PKG_CONFIG --libs netapi 2>/dev/null`
14148 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14149 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14150 ac_save_CPPFLAGS=$CPPFLAGS
14151 CPPFLAGS="$CPPFLAGS $NETAPI_CFLAGS"
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14153 $as_echo_n "checking for -lnetapi... " >&6; }
14154 if ${ac_cv_lib_soname_netapi+:} false; then :
14155 $as_echo_n "(cached) " >&6
14156 else
14157 ac_check_soname_save_LIBS=$LIBS
14158 LIBS="-lnetapi $NETAPI_LIBS $LIBS"
14159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14160 /* end confdefs.h. */
14162 /* Override any GCC internal prototype to avoid an error.
14163 Use char because int might match the return type of a GCC
14164 builtin and then its argument prototype would still apply. */
14165 #ifdef __cplusplus
14166 extern "C"
14167 #endif
14168 char libnetapi_init ();
14170 main ()
14172 return libnetapi_init ();
14174 return 0;
14176 _ACEOF
14177 if ac_fn_c_try_link "$LINENO"; then :
14178 case "$LIBEXT" in
14179 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14180 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'` ;;
14181 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14182 if ${ac_cv_lib_soname_netapi:+false} :; then :
14183 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14184 fi ;;
14185 esac
14187 rm -f core conftest.err conftest.$ac_objext \
14188 conftest$ac_exeext conftest.$ac_ext
14189 LIBS=$ac_check_soname_save_LIBS
14191 if ${ac_cv_lib_soname_netapi:+false} :; then :
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14193 $as_echo "not found" >&6; }
14194 cat >>confdefs.h <<_ACEOF
14195 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14196 _ACEOF
14198 else
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14200 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14202 cat >>confdefs.h <<_ACEOF
14203 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14204 _ACEOF
14208 CPPFLAGS=$ac_save_CPPFLAGS
14209 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14210 test -z "$NETAPI_LIBS" || NETAPI_LIBS=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14214 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono -a \
14215 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14216 then
14217 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
14221 EXTRACFLAGS=""
14223 if test "x${GCC}" = "xyes"
14224 then
14225 EXTRACFLAGS="-Wall -pipe"
14227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14228 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14229 if ${ac_cv_c_gcc_strength_bug+:} false; then :
14230 $as_echo_n "(cached) " >&6
14231 else
14232 if test "$cross_compiling" = yes; then :
14233 ac_cv_c_gcc_strength_bug="no"
14234 else
14235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14236 /* end confdefs.h. */
14237 int L[4] = {0,1,2,3};
14239 main ()
14241 static int Array[3];
14242 unsigned int B = 3;
14243 int i;
14244 for(i=0; i<B; i++) Array[i] = i - 3;
14245 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14246 L[i] = 4;
14247 return (Array[1] != -2 || L[2] != 3)
14249 return 0;
14251 _ACEOF
14252 if ac_fn_c_try_run "$LINENO"; then :
14253 ac_cv_c_gcc_strength_bug="no"
14254 else
14255 ac_cv_c_gcc_strength_bug="yes"
14257 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14258 conftest.$ac_objext conftest.beam conftest.$ac_ext
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14263 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14264 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14265 then
14266 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14270 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14271 if ${ac_cv_cflags__fno_builtin+:} false; then :
14272 $as_echo_n "(cached) " >&6
14273 else
14274 ac_wine_try_cflags_saved=$CFLAGS
14275 CFLAGS="$CFLAGS -fno-builtin"
14276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14277 /* end confdefs.h. */
14278 int main(int argc, char **argv) { return 0; }
14279 _ACEOF
14280 if ac_fn_c_try_link "$LINENO"; then :
14281 ac_cv_cflags__fno_builtin=yes
14282 else
14283 ac_cv_cflags__fno_builtin=no
14285 rm -f core conftest.err conftest.$ac_objext \
14286 conftest$ac_exeext conftest.$ac_ext
14287 CFLAGS=$ac_wine_try_cflags_saved
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14290 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14291 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14292 BUILTINFLAG="-fno-builtin"
14295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14296 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14297 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14298 $as_echo_n "(cached) " >&6
14299 else
14300 ac_wine_try_cflags_saved=$CFLAGS
14301 CFLAGS="$CFLAGS -fno-strict-aliasing"
14302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14303 /* end confdefs.h. */
14304 int main(int argc, char **argv) { return 0; }
14305 _ACEOF
14306 if ac_fn_c_try_link "$LINENO"; then :
14307 ac_cv_cflags__fno_strict_aliasing=yes
14308 else
14309 ac_cv_cflags__fno_strict_aliasing=no
14311 rm -f core conftest.err conftest.$ac_objext \
14312 conftest$ac_exeext conftest.$ac_ext
14313 CFLAGS=$ac_wine_try_cflags_saved
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14316 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14317 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14318 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14321 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14322 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14323 $as_echo_n "(cached) " >&6
14324 else
14325 ac_wine_try_cflags_saved=$CFLAGS
14326 CFLAGS="$CFLAGS -fexcess-precision=standard"
14327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14328 /* end confdefs.h. */
14329 int main(int argc, char **argv) { return 0; }
14330 _ACEOF
14331 if ac_fn_c_try_link "$LINENO"; then :
14332 ac_cv_cflags__fexcess_precision_standard=yes
14333 else
14334 ac_cv_cflags__fexcess_precision_standard=no
14336 rm -f core conftest.err conftest.$ac_objext \
14337 conftest$ac_exeext conftest.$ac_ext
14338 CFLAGS=$ac_wine_try_cflags_saved
14340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14341 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14342 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14343 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14346 saved_CFLAGS=$CFLAGS
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14348 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14349 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14350 $as_echo_n "(cached) " >&6
14351 else
14352 ac_wine_try_cflags_saved=$CFLAGS
14353 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14355 /* end confdefs.h. */
14356 int main(int argc, char **argv) { return 0; }
14357 _ACEOF
14358 if ac_fn_c_try_link "$LINENO"; then :
14359 ac_cv_cflags__Werror_unknown_warning_option=yes
14360 else
14361 ac_cv_cflags__Werror_unknown_warning_option=no
14363 rm -f core conftest.err conftest.$ac_objext \
14364 conftest$ac_exeext conftest.$ac_ext
14365 CFLAGS=$ac_wine_try_cflags_saved
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14368 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14369 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14370 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14373 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14374 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14375 $as_echo_n "(cached) " >&6
14376 else
14377 ac_wine_try_cflags_saved=$CFLAGS
14378 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14380 /* end confdefs.h. */
14381 int main(int argc, char **argv) { return 0; }
14382 _ACEOF
14383 if ac_fn_c_try_link "$LINENO"; then :
14384 ac_cv_cflags__Wdeclaration_after_statement=yes
14385 else
14386 ac_cv_cflags__Wdeclaration_after_statement=no
14388 rm -f core conftest.err conftest.$ac_objext \
14389 conftest$ac_exeext conftest.$ac_ext
14390 CFLAGS=$ac_wine_try_cflags_saved
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14393 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14394 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14395 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14398 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14399 if ${ac_cv_cflags__Wempty_body+:} false; then :
14400 $as_echo_n "(cached) " >&6
14401 else
14402 ac_wine_try_cflags_saved=$CFLAGS
14403 CFLAGS="$CFLAGS -Wempty-body"
14404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14405 /* end confdefs.h. */
14406 int main(int argc, char **argv) { return 0; }
14407 _ACEOF
14408 if ac_fn_c_try_link "$LINENO"; then :
14409 ac_cv_cflags__Wempty_body=yes
14410 else
14411 ac_cv_cflags__Wempty_body=no
14413 rm -f core conftest.err conftest.$ac_objext \
14414 conftest$ac_exeext conftest.$ac_ext
14415 CFLAGS=$ac_wine_try_cflags_saved
14417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14418 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14419 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14420 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14423 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14424 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14425 $as_echo_n "(cached) " >&6
14426 else
14427 ac_wine_try_cflags_saved=$CFLAGS
14428 CFLAGS="$CFLAGS -Wignored-qualifiers"
14429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14430 /* end confdefs.h. */
14431 int main(int argc, char **argv) { return 0; }
14432 _ACEOF
14433 if ac_fn_c_try_link "$LINENO"; then :
14434 ac_cv_cflags__Wignored_qualifiers=yes
14435 else
14436 ac_cv_cflags__Wignored_qualifiers=no
14438 rm -f core conftest.err conftest.$ac_objext \
14439 conftest$ac_exeext conftest.$ac_ext
14440 CFLAGS=$ac_wine_try_cflags_saved
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14443 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14444 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14445 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14448 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14449 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14450 $as_echo_n "(cached) " >&6
14451 else
14452 ac_wine_try_cflags_saved=$CFLAGS
14453 CFLAGS="$CFLAGS -Wshift-overflow=2"
14454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14455 /* end confdefs.h. */
14456 int main(int argc, char **argv) { return 0; }
14457 _ACEOF
14458 if ac_fn_c_try_link "$LINENO"; then :
14459 ac_cv_cflags__Wshift_overflow_2=yes
14460 else
14461 ac_cv_cflags__Wshift_overflow_2=no
14463 rm -f core conftest.err conftest.$ac_objext \
14464 conftest$ac_exeext conftest.$ac_ext
14465 CFLAGS=$ac_wine_try_cflags_saved
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14468 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14469 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14470 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14473 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14474 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14475 $as_echo_n "(cached) " >&6
14476 else
14477 ac_wine_try_cflags_saved=$CFLAGS
14478 CFLAGS="$CFLAGS -Wstrict-prototypes"
14479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14480 /* end confdefs.h. */
14481 int main(int argc, char **argv) { return 0; }
14482 _ACEOF
14483 if ac_fn_c_try_link "$LINENO"; then :
14484 ac_cv_cflags__Wstrict_prototypes=yes
14485 else
14486 ac_cv_cflags__Wstrict_prototypes=no
14488 rm -f core conftest.err conftest.$ac_objext \
14489 conftest$ac_exeext conftest.$ac_ext
14490 CFLAGS=$ac_wine_try_cflags_saved
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14493 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14494 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14495 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14498 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14499 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14500 $as_echo_n "(cached) " >&6
14501 else
14502 ac_wine_try_cflags_saved=$CFLAGS
14503 CFLAGS="$CFLAGS -Wtype-limits"
14504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14505 /* end confdefs.h. */
14506 int main(int argc, char **argv) { return 0; }
14507 _ACEOF
14508 if ac_fn_c_try_link "$LINENO"; then :
14509 ac_cv_cflags__Wtype_limits=yes
14510 else
14511 ac_cv_cflags__Wtype_limits=no
14513 rm -f core conftest.err conftest.$ac_objext \
14514 conftest$ac_exeext conftest.$ac_ext
14515 CFLAGS=$ac_wine_try_cflags_saved
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14518 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14519 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14520 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14523 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14524 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14525 $as_echo_n "(cached) " >&6
14526 else
14527 ac_wine_try_cflags_saved=$CFLAGS
14528 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14530 /* end confdefs.h. */
14531 int main(int argc, char **argv) { return 0; }
14532 _ACEOF
14533 if ac_fn_c_try_link "$LINENO"; then :
14534 ac_cv_cflags__Wunused_but_set_parameter=yes
14535 else
14536 ac_cv_cflags__Wunused_but_set_parameter=no
14538 rm -f core conftest.err conftest.$ac_objext \
14539 conftest$ac_exeext conftest.$ac_ext
14540 CFLAGS=$ac_wine_try_cflags_saved
14542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14543 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14544 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14545 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14548 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14549 if ${ac_cv_cflags__Wvla+:} false; then :
14550 $as_echo_n "(cached) " >&6
14551 else
14552 ac_wine_try_cflags_saved=$CFLAGS
14553 CFLAGS="$CFLAGS -Wvla"
14554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14555 /* end confdefs.h. */
14556 int main(int argc, char **argv) { return 0; }
14557 _ACEOF
14558 if ac_fn_c_try_link "$LINENO"; then :
14559 ac_cv_cflags__Wvla=yes
14560 else
14561 ac_cv_cflags__Wvla=no
14563 rm -f core conftest.err conftest.$ac_objext \
14564 conftest$ac_exeext conftest.$ac_ext
14565 CFLAGS=$ac_wine_try_cflags_saved
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14568 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14569 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14570 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14573 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14574 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14575 $as_echo_n "(cached) " >&6
14576 else
14577 ac_wine_try_cflags_saved=$CFLAGS
14578 CFLAGS="$CFLAGS -Wwrite-strings"
14579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14580 /* end confdefs.h. */
14581 int main(int argc, char **argv) { return 0; }
14582 _ACEOF
14583 if ac_fn_c_try_link "$LINENO"; then :
14584 ac_cv_cflags__Wwrite_strings=yes
14585 else
14586 ac_cv_cflags__Wwrite_strings=no
14588 rm -f core conftest.err conftest.$ac_objext \
14589 conftest$ac_exeext conftest.$ac_ext
14590 CFLAGS=$ac_wine_try_cflags_saved
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14593 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14594 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14595 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14599 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14600 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14601 $as_echo_n "(cached) " >&6
14602 else
14603 ac_wine_try_cflags_saved=$CFLAGS
14604 CFLAGS="$CFLAGS -Wpointer-arith"
14605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14606 /* end confdefs.h. */
14607 int main(int argc, char **argv) { return 0; }
14608 _ACEOF
14609 if ac_fn_c_try_link "$LINENO"; then :
14610 ac_cv_cflags__Wpointer_arith=yes
14611 else
14612 ac_cv_cflags__Wpointer_arith=no
14614 rm -f core conftest.err conftest.$ac_objext \
14615 conftest$ac_exeext conftest.$ac_ext
14616 CFLAGS=$ac_wine_try_cflags_saved
14618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14619 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14620 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14621 saved_string_h_CFLAGS=$CFLAGS
14622 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14624 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14625 if ${ac_cv_c_string_h_warnings+:} 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 ()
14636 return 0;
14638 _ACEOF
14639 if ac_fn_c_try_compile "$LINENO"; then :
14640 ac_cv_c_string_h_warnings=no
14641 else
14642 ac_cv_c_string_h_warnings=yes
14644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14647 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14648 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14649 CFLAGS=$saved_string_h_CFLAGS
14652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14653 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14654 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14655 $as_echo_n "(cached) " >&6
14656 else
14657 ac_wine_try_cflags_saved=$CFLAGS
14658 CFLAGS="$CFLAGS -Wlogical-op"
14659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14660 /* end confdefs.h. */
14661 int main(int argc, char **argv) { return 0; }
14662 _ACEOF
14663 if ac_fn_c_try_link "$LINENO"; then :
14664 ac_cv_cflags__Wlogical_op=yes
14665 else
14666 ac_cv_cflags__Wlogical_op=no
14668 rm -f core conftest.err conftest.$ac_objext \
14669 conftest$ac_exeext conftest.$ac_ext
14670 CFLAGS=$ac_wine_try_cflags_saved
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14673 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14674 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14675 saved_string_h_CFLAGS=$CFLAGS
14676 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14678 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14679 if ${ac_cv_c_logicalop_noisy+:} false; then :
14680 $as_echo_n "(cached) " >&6
14681 else
14682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14683 /* end confdefs.h. */
14684 #include <string.h>
14685 char*f(const char *h,char n) {return strchr(h,n);}
14687 main ()
14691 return 0;
14693 _ACEOF
14694 if ac_fn_c_try_compile "$LINENO"; then :
14695 ac_cv_c_logicalop_noisy=no
14696 else
14697 ac_cv_c_logicalop_noisy=yes
14699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14702 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14703 CFLAGS=$saved_string_h_CFLAGS
14704 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14707 CFLAGS=$saved_CFLAGS
14709 for ac_flag in $CFLAGS; do
14710 case $ac_flag in
14711 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14712 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14713 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14714 $as_echo_n "(cached) " >&6
14715 else
14716 ac_wine_try_cflags_saved=$CFLAGS
14717 CFLAGS="$CFLAGS -gdwarf-2"
14718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14719 /* end confdefs.h. */
14720 int main(int argc, char **argv) { return 0; }
14721 _ACEOF
14722 if ac_fn_c_try_link "$LINENO"; then :
14723 ac_cv_cflags__gdwarf_2=yes
14724 else
14725 ac_cv_cflags__gdwarf_2=no
14727 rm -f core conftest.err conftest.$ac_objext \
14728 conftest$ac_exeext conftest.$ac_ext
14729 CFLAGS=$ac_wine_try_cflags_saved
14731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14732 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14733 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14734 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14737 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14738 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14739 $as_echo_n "(cached) " >&6
14740 else
14741 ac_wine_try_cflags_saved=$CFLAGS
14742 CFLAGS="$CFLAGS -gstrict-dwarf"
14743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14744 /* end confdefs.h. */
14745 int main(int argc, char **argv) { return 0; }
14746 _ACEOF
14747 if ac_fn_c_try_link "$LINENO"; then :
14748 ac_cv_cflags__gstrict_dwarf=yes
14749 else
14750 ac_cv_cflags__gstrict_dwarf=no
14752 rm -f core conftest.err conftest.$ac_objext \
14753 conftest$ac_exeext conftest.$ac_ext
14754 CFLAGS=$ac_wine_try_cflags_saved
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14757 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14758 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14759 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14760 fi ;;
14761 esac
14762 done
14764 case $host_cpu in
14765 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14766 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14767 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14768 $as_echo_n "(cached) " >&6
14769 else
14770 ac_wine_try_cflags_saved=$CFLAGS
14771 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14773 /* end confdefs.h. */
14774 int main(int argc, char **argv) { return 0; }
14775 _ACEOF
14776 if ac_fn_c_try_link "$LINENO"; then :
14777 ac_cv_cflags__fno_omit_frame_pointer=yes
14778 else
14779 ac_cv_cflags__fno_omit_frame_pointer=no
14781 rm -f core conftest.err conftest.$ac_objext \
14782 conftest$ac_exeext conftest.$ac_ext
14783 CFLAGS=$ac_wine_try_cflags_saved
14785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14786 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14787 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14788 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14789 fi ;;
14790 esac
14792 case $host in
14793 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14794 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14795 if ${ac_cv_cflags__Wno_format+:} false; then :
14796 $as_echo_n "(cached) " >&6
14797 else
14798 ac_wine_try_cflags_saved=$CFLAGS
14799 CFLAGS="$CFLAGS -Wno-format"
14800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14801 /* end confdefs.h. */
14802 int main(int argc, char **argv) { return 0; }
14803 _ACEOF
14804 if ac_fn_c_try_link "$LINENO"; then :
14805 ac_cv_cflags__Wno_format=yes
14806 else
14807 ac_cv_cflags__Wno_format=no
14809 rm -f core conftest.err conftest.$ac_objext \
14810 conftest$ac_exeext conftest.$ac_ext
14811 CFLAGS=$ac_wine_try_cflags_saved
14813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14814 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14815 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14816 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14817 fi ;;
14818 esac
14820 if test "x$enable_maintainer_mode" = "xyes"
14821 then
14822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14823 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14824 if ${ac_cv_cflags__Werror+:} false; then :
14825 $as_echo_n "(cached) " >&6
14826 else
14827 ac_wine_try_cflags_saved=$CFLAGS
14828 CFLAGS="$CFLAGS -Werror"
14829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14830 /* end confdefs.h. */
14831 int main(int argc, char **argv) { return 0; }
14832 _ACEOF
14833 if ac_fn_c_try_link "$LINENO"; then :
14834 ac_cv_cflags__Werror=yes
14835 else
14836 ac_cv_cflags__Werror=no
14838 rm -f core conftest.err conftest.$ac_objext \
14839 conftest$ac_exeext conftest.$ac_ext
14840 CFLAGS=$ac_wine_try_cflags_saved
14842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14843 $as_echo "$ac_cv_cflags__Werror" >&6; }
14844 if test "x$ac_cv_cflags__Werror" = xyes; then :
14845 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14849 saved_CFLAGS="$CFLAGS"
14850 CFLAGS="$CFLAGS -Werror"
14851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14852 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14853 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14854 $as_echo_n "(cached) " >&6
14855 else
14856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14857 /* end confdefs.h. */
14858 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14860 main ()
14864 return 0;
14866 _ACEOF
14867 if ac_fn_c_try_compile "$LINENO"; then :
14868 ac_cv_have_ms_hook_prologue="yes"
14869 else
14870 ac_cv_have_ms_hook_prologue="no"
14872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14875 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14876 CFLAGS="$saved_CFLAGS"
14877 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14878 then
14880 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14882 else
14883 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14890 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14891 if ${ac_cv_c_fortify_enabled+:} false; then :
14892 $as_echo_n "(cached) " >&6
14893 else
14894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14895 /* end confdefs.h. */
14896 #include <string.h>
14898 main ()
14900 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14901 #error Fortify enabled
14902 #endif
14904 return 0;
14906 _ACEOF
14907 if ac_fn_c_try_compile "$LINENO"; then :
14908 ac_cv_c_fortify_enabled=no
14909 else
14910 ac_cv_c_fortify_enabled=yes
14912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14915 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14916 if test "$ac_cv_c_fortify_enabled" = yes
14917 then
14918 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14923 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14924 if ${ac_cv_c_extern_prefix+:} false; then :
14925 $as_echo_n "(cached) " >&6
14926 else
14927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14928 /* end confdefs.h. */
14929 extern int ac_test;
14931 main ()
14933 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14935 return 0;
14937 _ACEOF
14938 if ac_fn_c_try_link "$LINENO"; then :
14939 ac_cv_c_extern_prefix="yes"
14940 else
14941 ac_cv_c_extern_prefix="no"
14943 rm -f core conftest.err conftest.$ac_objext \
14944 conftest$ac_exeext conftest.$ac_ext
14946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14947 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14949 case $host_cpu in
14950 *i[3456789]86*)
14951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14952 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14953 if ${ac_cv_c_stdcall_suffix+:} false; then :
14954 $as_echo_n "(cached) " >&6
14955 else
14956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14957 /* end confdefs.h. */
14958 #ifndef _MSC_VER
14959 #define __stdcall __attribute__((__stdcall__))
14960 #endif
14961 int __stdcall ac_test(int i) { return i; }
14963 main ()
14965 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14967 return 0;
14969 _ACEOF
14970 if ac_fn_c_try_link "$LINENO"; then :
14971 ac_cv_c_stdcall_suffix="yes"
14972 else
14973 ac_cv_c_stdcall_suffix="no"
14975 rm -f core conftest.err conftest.$ac_objext \
14976 conftest$ac_exeext conftest.$ac_ext
14978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14979 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14980 *) ac_cv_c_stdcall_suffix="no" ;;
14981 esac
14984 if test "$ac_cv_c_extern_prefix" = "yes"
14985 then
14986 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14988 asm_name_prefix="_"
14989 else
14990 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14992 asm_name_prefix=""
14996 if test "$ac_cv_c_stdcall_suffix" = "yes"
14997 then
14998 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15000 else
15001 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15007 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15008 if ${ac_cv_asm_func_def+:} false; then :
15009 $as_echo_n "(cached) " >&6
15010 else
15011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15012 /* end confdefs.h. */
15015 main ()
15017 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15019 return 0;
15021 _ACEOF
15022 if ac_fn_c_try_link "$LINENO"; then :
15023 ac_cv_asm_func_def=".def"
15024 else
15025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15026 /* end confdefs.h. */
15029 main ()
15031 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15033 return 0;
15035 _ACEOF
15036 if ac_fn_c_try_link "$LINENO"; then :
15037 ac_cv_asm_func_def=".type @function"
15038 else
15039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15040 /* end confdefs.h. */
15043 main ()
15045 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15047 return 0;
15049 _ACEOF
15050 if ac_fn_c_try_link "$LINENO"; then :
15051 ac_cv_asm_func_def=".type 2"
15052 else
15053 ac_cv_asm_func_def="unknown"
15055 rm -f core conftest.err conftest.$ac_objext \
15056 conftest$ac_exeext conftest.$ac_ext
15058 rm -f core conftest.err conftest.$ac_objext \
15059 conftest$ac_exeext conftest.$ac_ext
15061 rm -f core conftest.err conftest.$ac_objext \
15062 conftest$ac_exeext conftest.$ac_ext
15064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15065 $as_echo "$ac_cv_asm_func_def" >&6; }
15068 case "$ac_cv_asm_func_def" in
15069 ".def")
15070 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15072 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15073 ".type @function")
15074 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15076 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
15077 ".type 2")
15078 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15080 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
15082 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15084 asm_func_header="" ;;
15085 esac
15087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15088 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15089 if ${ac_cv_c_asm_outside_funcs+:} false; then :
15090 $as_echo_n "(cached) " >&6
15091 else
15092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15093 /* end confdefs.h. */
15094 asm(".text\n\t.long 0");
15096 main ()
15100 return 0;
15102 _ACEOF
15103 if ac_fn_c_try_compile "$LINENO"; then :
15104 ac_cv_c_asm_outside_funcs="yes"
15105 else
15106 ac_cv_c_asm_outside_funcs="no"
15108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15111 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15114 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15115 if ${ac_cv_c_dot_previous+:} false; then :
15116 $as_echo_n "(cached) " >&6
15117 else
15118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15119 /* end confdefs.h. */
15122 main ()
15124 asm(".text\nac_test:\t.long 0\n\t.previous");
15126 return 0;
15128 _ACEOF
15129 if ac_fn_c_try_link "$LINENO"; then :
15130 ac_cv_c_dot_previous="yes"
15131 else
15132 ac_cv_c_dot_previous="no"
15134 rm -f core conftest.err conftest.$ac_objext \
15135 conftest$ac_exeext conftest.$ac_ext
15137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15138 $as_echo "$ac_cv_c_dot_previous" >&6; }
15140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15141 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15142 if ${ac_cv_c_cfi_support+:} false; then :
15143 $as_echo_n "(cached) " >&6
15144 else
15145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15146 /* end confdefs.h. */
15147 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15149 main ()
15153 return 0;
15155 _ACEOF
15156 if ac_fn_c_try_compile "$LINENO"; then :
15157 ac_cv_c_cfi_support="yes"
15158 else
15159 ac_cv_c_cfi_support="no"
15161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15164 $as_echo "$ac_cv_c_cfi_support" >&6; }
15166 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15167 asm_func_trailer=""
15168 if test "$ac_cv_c_dot_previous" = "yes"
15169 then
15170 asm_func_trailer="\\n\\t.previous"
15172 if test "$ac_cv_c_cfi_support" = "yes"
15173 then
15174 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
15175 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
15177 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15179 UNWINDFLAGS=-fasynchronous-unwind-tables
15181 else
15182 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15184 if test "x$enable_win64" = "xyes"
15185 then
15186 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15190 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
15193 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15194 then
15195 cat >>confdefs.h <<_ACEOF
15196 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15197 _ACEOF
15199 else
15200 cat >>confdefs.h <<_ACEOF
15201 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15202 _ACEOF
15206 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15209 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15213 case $build_os in
15214 cygwin*|mingw32*) TOOLSEXT=".exe"
15216 esac
15218 case $host_os in
15219 linux-android*) ;;
15220 linux*)
15221 case $host_cpu in
15222 *i[3456789]86*|x86_64*)
15223 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
15224 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
15226 esac
15228 esac
15231 ac_save_CFLAGS="$CFLAGS"
15232 CFLAGS="$CFLAGS $BUILTINFLAG"
15233 for ac_func in \
15234 __res_get_state \
15235 __res_getservers \
15236 _finite \
15237 _isnan \
15238 _pclose \
15239 _popen \
15240 _snprintf \
15241 _spawnvp \
15242 _strdup \
15243 _stricmp \
15244 _strnicmp \
15245 _strtoi64 \
15246 _strtoui64 \
15247 _vsnprintf \
15248 asctime_r \
15249 chsize \
15250 dlopen \
15251 epoll_create \
15252 ffs \
15253 finitef \
15254 fnmatch \
15255 fork \
15256 fpclass \
15257 fstatfs \
15258 fstatvfs \
15259 ftruncate \
15260 futimens \
15261 futimes \
15262 futimesat \
15263 getattrlist \
15264 getopt_long_only \
15265 getpwuid \
15266 gettimeofday \
15267 getuid \
15268 if_nameindex \
15269 isnanf \
15270 kqueue \
15271 lstat \
15272 memmove \
15273 mmap \
15274 pclose \
15275 pipe2 \
15276 poll \
15277 popen \
15278 port_create \
15279 prctl \
15280 pread \
15281 proc_pidinfo \
15282 pwrite \
15283 readdir \
15284 readlink \
15285 sched_yield \
15286 select \
15287 setproctitle \
15288 setprogname \
15289 setrlimit \
15290 settimeofday \
15291 sigaltstack \
15292 sigprocmask \
15293 snprintf \
15294 statfs \
15295 statvfs \
15296 strcasecmp \
15297 strdup \
15298 strerror \
15299 strncasecmp \
15300 strtold \
15301 strtoll \
15302 strtoull \
15303 symlink \
15304 sysinfo \
15305 tcdrain \
15306 thr_kill2 \
15307 timegm \
15308 usleep \
15309 vsnprintf
15311 do :
15312 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15313 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15314 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15315 cat >>confdefs.h <<_ACEOF
15316 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15317 _ACEOF
15320 done
15322 CFLAGS="$ac_save_CFLAGS"
15324 if test "$ac_cv_func_dlopen" = no
15325 then
15326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15327 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15328 if ${ac_cv_lib_dl_dlopen+:} false; then :
15329 $as_echo_n "(cached) " >&6
15330 else
15331 ac_check_lib_save_LIBS=$LIBS
15332 LIBS="-ldl $LIBS"
15333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15334 /* end confdefs.h. */
15336 /* Override any GCC internal prototype to avoid an error.
15337 Use char because int might match the return type of a GCC
15338 builtin and then its argument prototype would still apply. */
15339 #ifdef __cplusplus
15340 extern "C"
15341 #endif
15342 char dlopen ();
15344 main ()
15346 return dlopen ();
15348 return 0;
15350 _ACEOF
15351 if ac_fn_c_try_link "$LINENO"; then :
15352 ac_cv_lib_dl_dlopen=yes
15353 else
15354 ac_cv_lib_dl_dlopen=no
15356 rm -f core conftest.err conftest.$ac_objext \
15357 conftest$ac_exeext conftest.$ac_ext
15358 LIBS=$ac_check_lib_save_LIBS
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15361 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15362 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15363 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15364 DL_LIBS="-ldl"
15369 ac_wine_check_funcs_save_LIBS="$LIBS"
15370 LIBS="$LIBS $DL_LIBS"
15371 for ac_func in dladdr
15372 do :
15373 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15374 if test "x$ac_cv_func_dladdr" = xyes; then :
15375 cat >>confdefs.h <<_ACEOF
15376 #define HAVE_DLADDR 1
15377 _ACEOF
15380 done
15382 LIBS="$ac_wine_check_funcs_save_LIBS"
15384 if test "$ac_cv_func_poll" = no
15385 then
15386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15387 $as_echo_n "checking for poll in -lpoll... " >&6; }
15388 if ${ac_cv_lib_poll_poll+:} false; then :
15389 $as_echo_n "(cached) " >&6
15390 else
15391 ac_check_lib_save_LIBS=$LIBS
15392 LIBS="-lpoll $LIBS"
15393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15394 /* end confdefs.h. */
15396 /* Override any GCC internal prototype to avoid an error.
15397 Use char because int might match the return type of a GCC
15398 builtin and then its argument prototype would still apply. */
15399 #ifdef __cplusplus
15400 extern "C"
15401 #endif
15402 char poll ();
15404 main ()
15406 return poll ();
15408 return 0;
15410 _ACEOF
15411 if ac_fn_c_try_link "$LINENO"; then :
15412 ac_cv_lib_poll_poll=yes
15413 else
15414 ac_cv_lib_poll_poll=no
15416 rm -f core conftest.err conftest.$ac_objext \
15417 conftest$ac_exeext conftest.$ac_ext
15418 LIBS=$ac_check_lib_save_LIBS
15420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15421 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15422 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15423 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15424 POLL_LIBS="-lpoll"
15430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15431 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15432 if ${ac_cv_search_gethostbyname+:} false; then :
15433 $as_echo_n "(cached) " >&6
15434 else
15435 ac_func_search_save_LIBS=$LIBS
15436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15437 /* end confdefs.h. */
15439 /* Override any GCC internal prototype to avoid an error.
15440 Use char because int might match the return type of a GCC
15441 builtin and then its argument prototype would still apply. */
15442 #ifdef __cplusplus
15443 extern "C"
15444 #endif
15445 char gethostbyname ();
15447 main ()
15449 return gethostbyname ();
15451 return 0;
15453 _ACEOF
15454 for ac_lib in '' nsl; do
15455 if test -z "$ac_lib"; then
15456 ac_res="none required"
15457 else
15458 ac_res=-l$ac_lib
15459 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15461 if ac_fn_c_try_link "$LINENO"; then :
15462 ac_cv_search_gethostbyname=$ac_res
15464 rm -f core conftest.err conftest.$ac_objext \
15465 conftest$ac_exeext
15466 if ${ac_cv_search_gethostbyname+:} false; then :
15467 break
15469 done
15470 if ${ac_cv_search_gethostbyname+:} false; then :
15472 else
15473 ac_cv_search_gethostbyname=no
15475 rm conftest.$ac_ext
15476 LIBS=$ac_func_search_save_LIBS
15478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15479 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15480 ac_res=$ac_cv_search_gethostbyname
15481 if test "$ac_res" != no; then :
15482 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15488 $as_echo_n "checking for library containing connect... " >&6; }
15489 if ${ac_cv_search_connect+:} false; then :
15490 $as_echo_n "(cached) " >&6
15491 else
15492 ac_func_search_save_LIBS=$LIBS
15493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15494 /* end confdefs.h. */
15496 /* Override any GCC internal prototype to avoid an error.
15497 Use char because int might match the return type of a GCC
15498 builtin and then its argument prototype would still apply. */
15499 #ifdef __cplusplus
15500 extern "C"
15501 #endif
15502 char connect ();
15504 main ()
15506 return connect ();
15508 return 0;
15510 _ACEOF
15511 for ac_lib in '' socket; do
15512 if test -z "$ac_lib"; then
15513 ac_res="none required"
15514 else
15515 ac_res=-l$ac_lib
15516 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15518 if ac_fn_c_try_link "$LINENO"; then :
15519 ac_cv_search_connect=$ac_res
15521 rm -f core conftest.err conftest.$ac_objext \
15522 conftest$ac_exeext
15523 if ${ac_cv_search_connect+:} false; then :
15524 break
15526 done
15527 if ${ac_cv_search_connect+:} false; then :
15529 else
15530 ac_cv_search_connect=no
15532 rm conftest.$ac_ext
15533 LIBS=$ac_func_search_save_LIBS
15535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15536 $as_echo "$ac_cv_search_connect" >&6; }
15537 ac_res=$ac_cv_search_connect
15538 if test "$ac_res" != no; then :
15539 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15545 $as_echo_n "checking for library containing inet_aton... " >&6; }
15546 if ${ac_cv_search_inet_aton+:} false; then :
15547 $as_echo_n "(cached) " >&6
15548 else
15549 ac_func_search_save_LIBS=$LIBS
15550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15551 /* end confdefs.h. */
15553 /* Override any GCC internal prototype to avoid an error.
15554 Use char because int might match the return type of a GCC
15555 builtin and then its argument prototype would still apply. */
15556 #ifdef __cplusplus
15557 extern "C"
15558 #endif
15559 char inet_aton ();
15561 main ()
15563 return inet_aton ();
15565 return 0;
15567 _ACEOF
15568 for ac_lib in '' resolv; do
15569 if test -z "$ac_lib"; then
15570 ac_res="none required"
15571 else
15572 ac_res=-l$ac_lib
15573 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15575 if ac_fn_c_try_link "$LINENO"; then :
15576 ac_cv_search_inet_aton=$ac_res
15578 rm -f core conftest.err conftest.$ac_objext \
15579 conftest$ac_exeext
15580 if ${ac_cv_search_inet_aton+:} false; then :
15581 break
15583 done
15584 if ${ac_cv_search_inet_aton+:} false; then :
15586 else
15587 ac_cv_search_inet_aton=no
15589 rm conftest.$ac_ext
15590 LIBS=$ac_func_search_save_LIBS
15592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15593 $as_echo "$ac_cv_search_inet_aton" >&6; }
15594 ac_res=$ac_cv_search_inet_aton
15595 if test "$ac_res" != no; then :
15596 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15601 for ac_func in \
15602 getaddrinfo \
15603 getnameinfo \
15604 getnetbyname \
15605 getprotobyname \
15606 getprotobynumber \
15607 getservbyport \
15608 inet_addr \
15609 inet_network \
15610 inet_ntop \
15611 inet_pton \
15612 sendmsg \
15613 socketpair \
15615 do :
15616 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15617 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15618 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15619 cat >>confdefs.h <<_ACEOF
15620 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15621 _ACEOF
15624 done
15627 ac_save_LIBS=$LIBS
15628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15629 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15630 if ${ac_cv_search_clock_gettime+:} false; then :
15631 $as_echo_n "(cached) " >&6
15632 else
15633 ac_func_search_save_LIBS=$LIBS
15634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15635 /* end confdefs.h. */
15637 /* Override any GCC internal prototype to avoid an error.
15638 Use char because int might match the return type of a GCC
15639 builtin and then its argument prototype would still apply. */
15640 #ifdef __cplusplus
15641 extern "C"
15642 #endif
15643 char clock_gettime ();
15645 main ()
15647 return clock_gettime ();
15649 return 0;
15651 _ACEOF
15652 for ac_lib in '' rt; do
15653 if test -z "$ac_lib"; then
15654 ac_res="none required"
15655 else
15656 ac_res=-l$ac_lib
15657 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15659 if ac_fn_c_try_link "$LINENO"; then :
15660 ac_cv_search_clock_gettime=$ac_res
15662 rm -f core conftest.err conftest.$ac_objext \
15663 conftest$ac_exeext
15664 if ${ac_cv_search_clock_gettime+:} false; then :
15665 break
15667 done
15668 if ${ac_cv_search_clock_gettime+:} false; then :
15670 else
15671 ac_cv_search_clock_gettime=no
15673 rm conftest.$ac_ext
15674 LIBS=$ac_func_search_save_LIBS
15676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15677 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15678 ac_res=$ac_cv_search_clock_gettime
15679 if test "$ac_res" != no; then :
15680 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15682 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15684 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15688 LIBS=$ac_save_LIBS
15690 LDAP_LIBS=""
15692 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15693 then
15694 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15696 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15698 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15699 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15700 $as_echo_n "(cached) " >&6
15701 else
15702 ac_check_lib_save_LIBS=$LIBS
15703 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15705 /* end confdefs.h. */
15707 /* Override any GCC internal prototype to avoid an error.
15708 Use char because int might match the return type of a GCC
15709 builtin and then its argument prototype would still apply. */
15710 #ifdef __cplusplus
15711 extern "C"
15712 #endif
15713 char ldap_initialize ();
15715 main ()
15717 return ldap_initialize ();
15719 return 0;
15721 _ACEOF
15722 if ac_fn_c_try_link "$LINENO"; then :
15723 ac_cv_lib_ldap_r_ldap_initialize=yes
15724 else
15725 ac_cv_lib_ldap_r_ldap_initialize=no
15727 rm -f core conftest.err conftest.$ac_objext \
15728 conftest$ac_exeext conftest.$ac_ext
15729 LIBS=$ac_check_lib_save_LIBS
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15732 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15733 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15735 $as_echo_n "checking for ber_init in -llber... " >&6; }
15736 if ${ac_cv_lib_lber_ber_init+:} false; then :
15737 $as_echo_n "(cached) " >&6
15738 else
15739 ac_check_lib_save_LIBS=$LIBS
15740 LIBS="-llber $PTHREAD_LIBS $LIBS"
15741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15742 /* end confdefs.h. */
15744 /* Override any GCC internal prototype to avoid an error.
15745 Use char because int might match the return type of a GCC
15746 builtin and then its argument prototype would still apply. */
15747 #ifdef __cplusplus
15748 extern "C"
15749 #endif
15750 char ber_init ();
15752 main ()
15754 return ber_init ();
15756 return 0;
15758 _ACEOF
15759 if ac_fn_c_try_link "$LINENO"; then :
15760 ac_cv_lib_lber_ber_init=yes
15761 else
15762 ac_cv_lib_lber_ber_init=no
15764 rm -f core conftest.err conftest.$ac_objext \
15765 conftest$ac_exeext conftest.$ac_ext
15766 LIBS=$ac_check_lib_save_LIBS
15768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15769 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15770 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15772 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15774 LDAP_LIBS="-lldap_r -llber"
15781 ac_wine_check_funcs_save_LIBS="$LIBS"
15782 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15783 for ac_func in \
15784 ldap_count_references \
15785 ldap_first_reference \
15786 ldap_next_reference \
15787 ldap_parse_reference \
15788 ldap_parse_sort_control \
15789 ldap_parse_sortresponse_control \
15790 ldap_parse_vlv_control \
15791 ldap_parse_vlvresponse_control
15792 do :
15793 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15794 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15795 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15796 cat >>confdefs.h <<_ACEOF
15797 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15798 _ACEOF
15801 done
15803 LIBS="$ac_wine_check_funcs_save_LIBS"
15805 if test "x$LDAP_LIBS" = "x"; then :
15806 case "x$with_ldap" in
15807 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15808 xno) ;;
15809 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15810 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15811 esac
15815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15816 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15817 if ${wine_cv_one_arg_mkdir+:} false; then :
15818 $as_echo_n "(cached) " >&6
15819 else
15820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15821 /* end confdefs.h. */
15822 #include <sys/stat.h>
15824 main ()
15826 mkdir("foo");
15828 return 0;
15830 _ACEOF
15831 if ac_fn_c_try_compile "$LINENO"; then :
15832 wine_cv_one_arg_mkdir=yes
15833 else
15834 wine_cv_one_arg_mkdir=no
15836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15839 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15840 if test "$wine_cv_one_arg_mkdir" = "yes"
15841 then
15843 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15848 $as_echo_n "checking for sched_setaffinity... " >&6; }
15849 if ${wine_cv_have_sched_setaffinity+:} false; then :
15850 $as_echo_n "(cached) " >&6
15851 else
15852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15853 /* end confdefs.h. */
15854 #define _GNU_SOURCE
15855 #include <sched.h>
15857 main ()
15859 sched_setaffinity(0, 0, 0);
15861 return 0;
15863 _ACEOF
15864 if ac_fn_c_try_link "$LINENO"; then :
15865 wine_cv_have_sched_setaffinity=yes
15866 else
15867 wine_cv_have_sched_setaffinity=no
15869 rm -f core conftest.err conftest.$ac_objext \
15870 conftest$ac_exeext conftest.$ac_ext
15872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15873 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15874 if test "$wine_cv_have_sched_setaffinity" = "yes"
15875 then
15877 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15882 $as_echo_n "checking for fallocate... " >&6; }
15883 if ${wine_cv_have_fallocate+:} false; then :
15884 $as_echo_n "(cached) " >&6
15885 else
15886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15887 /* end confdefs.h. */
15888 #define _GNU_SOURCE
15889 #include <fcntl.h>
15891 main ()
15893 fallocate(-1, 0, 0, 0);
15895 return 0;
15897 _ACEOF
15898 if ac_fn_c_try_link "$LINENO"; then :
15899 wine_cv_have_fallocate=yes
15900 else
15901 wine_cv_have_fallocate=no
15903 rm -f core conftest.err conftest.$ac_objext \
15904 conftest$ac_exeext conftest.$ac_ext
15906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15907 $as_echo "$wine_cv_have_fallocate" >&6; }
15908 if test "$wine_cv_have_fallocate" = "yes"
15909 then
15911 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15917 $as_echo_n "checking for inline... " >&6; }
15918 if ${ac_cv_c_inline+:} false; then :
15919 $as_echo_n "(cached) " >&6
15920 else
15921 ac_cv_c_inline=no
15922 for ac_kw in inline __inline__ __inline; do
15923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15924 /* end confdefs.h. */
15925 #ifndef __cplusplus
15926 typedef int foo_t;
15927 static $ac_kw foo_t static_foo () {return 0; }
15928 $ac_kw foo_t foo () {return 0; }
15929 #endif
15931 _ACEOF
15932 if ac_fn_c_try_compile "$LINENO"; then :
15933 ac_cv_c_inline=$ac_kw
15935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15936 test "$ac_cv_c_inline" != no && break
15937 done
15940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15941 $as_echo "$ac_cv_c_inline" >&6; }
15943 case $ac_cv_c_inline in
15944 inline | yes) ;;
15946 case $ac_cv_c_inline in
15947 no) ac_val=;;
15948 *) ac_val=$ac_cv_c_inline;;
15949 esac
15950 cat >>confdefs.h <<_ACEOF
15951 #ifndef __cplusplus
15952 #define inline $ac_val
15953 #endif
15954 _ACEOF
15956 esac
15958 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15959 if test "x$ac_cv_type_mode_t" = xyes; then :
15961 cat >>confdefs.h <<_ACEOF
15962 #define HAVE_MODE_T 1
15963 _ACEOF
15967 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15968 if test "x$ac_cv_type_off_t" = xyes; then :
15970 cat >>confdefs.h <<_ACEOF
15971 #define HAVE_OFF_T 1
15972 _ACEOF
15976 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15977 if test "x$ac_cv_type_pid_t" = xyes; then :
15979 cat >>confdefs.h <<_ACEOF
15980 #define HAVE_PID_T 1
15981 _ACEOF
15985 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15986 if test "x$ac_cv_type_size_t" = xyes; then :
15988 cat >>confdefs.h <<_ACEOF
15989 #define HAVE_SIZE_T 1
15990 _ACEOF
15994 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15995 if test "x$ac_cv_type_ssize_t" = xyes; then :
15997 cat >>confdefs.h <<_ACEOF
15998 #define HAVE_SSIZE_T 1
15999 _ACEOF
16003 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16004 if test "x$ac_cv_type_long_long" = xyes; then :
16006 cat >>confdefs.h <<_ACEOF
16007 #define HAVE_LONG_LONG 1
16008 _ACEOF
16012 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16013 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
16015 cat >>confdefs.h <<_ACEOF
16016 #define HAVE_FSBLKCNT_T 1
16017 _ACEOF
16021 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16022 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
16024 cat >>confdefs.h <<_ACEOF
16025 #define HAVE_FSFILCNT_T 1
16026 _ACEOF
16031 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16032 #include <signal.h>
16034 if test "x$ac_cv_type_sigset_t" = xyes; then :
16036 cat >>confdefs.h <<_ACEOF
16037 #define HAVE_SIGSET_T 1
16038 _ACEOF
16043 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16045 if test "x$ac_cv_type_request_sense" = xyes; then :
16047 cat >>confdefs.h <<_ACEOF
16048 #define HAVE_REQUEST_SENSE 1
16049 _ACEOF
16055 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16056 #ifdef HAVE_SYS_SOCKET_H
16057 #include <sys/socket.h>
16058 #endif
16059 #ifdef HAVE_SYS_SOCKETVAR_H
16060 #include <sys/socketvar.h>
16061 #endif
16062 #ifdef HAVE_NET_ROUTE_H
16063 #include <net/route.h>
16064 #endif
16065 #ifdef HAVE_NETINET_IN_H
16066 #include <netinet/in.h>
16067 #endif
16068 #ifdef HAVE_NETINET_IN_SYSTM_H
16069 #include <netinet/in_systm.h>
16070 #endif
16071 #ifdef HAVE_NETINET_IP_H
16072 #include <netinet/ip.h>
16073 #endif
16074 #ifdef HAVE_NETINET_IN_PCB_H
16075 #include <netinet/in_pcb.h>
16076 #endif
16078 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
16080 cat >>confdefs.h <<_ACEOF
16081 #define HAVE_STRUCT_XINPGEN 1
16082 _ACEOF
16088 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16089 #include <link.h>
16090 #endif
16091 #ifdef HAVE_SYS_LINK_H
16092 #include <sys/link.h>
16093 #endif
16095 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
16097 cat >>confdefs.h <<_ACEOF
16098 #define HAVE_STRUCT_R_DEBUG 1
16099 _ACEOF
16103 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16104 #include <link.h>
16105 #endif
16106 #ifdef HAVE_SYS_LINK_H
16107 #include <sys/link.h>
16108 #endif
16110 if test "x$ac_cv_type_struct_link_map" = xyes; then :
16112 cat >>confdefs.h <<_ACEOF
16113 #define HAVE_STRUCT_LINK_MAP 1
16114 _ACEOF
16120 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16121 #include <linux/input.h>
16122 #endif
16124 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
16126 cat >>confdefs.h <<_ACEOF
16127 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16128 _ACEOF
16134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16135 $as_echo_n "checking for sigaddset... " >&6; }
16136 if ${wine_cv_have_sigaddset+:} false; then :
16137 $as_echo_n "(cached) " >&6
16138 else
16139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16140 /* end confdefs.h. */
16141 #include <signal.h>
16143 main ()
16145 sigset_t set; sigaddset(&set,SIGTERM);
16147 return 0;
16149 _ACEOF
16150 if ac_fn_c_try_link "$LINENO"; then :
16151 wine_cv_have_sigaddset=yes
16152 else
16153 wine_cv_have_sigaddset=no
16155 rm -f core conftest.err conftest.$ac_objext \
16156 conftest$ac_exeext conftest.$ac_ext
16158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16159 $as_echo "$wine_cv_have_sigaddset" >&6; }
16160 if test "$wine_cv_have_sigaddset" = "yes"
16161 then
16163 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16169 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16170 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
16171 $as_echo_n "(cached) " >&6
16172 else
16173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16174 /* end confdefs.h. */
16175 #include <netdb.h>
16177 main ()
16180 char *name=0;
16181 struct hostent he;
16182 struct hostent *result;
16183 char *buf=0;
16184 int bufsize=0;
16185 int errnr;
16186 char *addr=0;
16187 int addrlen=0;
16188 int addrtype=0;
16189 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16190 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16193 return 0;
16195 _ACEOF
16196 if ac_fn_c_try_link "$LINENO"; then :
16197 wine_cv_linux_gethostbyname_r_6=yes
16198 else
16199 wine_cv_linux_gethostbyname_r_6=no
16202 rm -f core conftest.err conftest.$ac_objext \
16203 conftest$ac_exeext conftest.$ac_ext
16206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16207 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16208 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16209 then
16211 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16215 if test "$ac_cv_header_linux_joystick_h" = "yes"
16216 then
16217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16218 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16219 if ${wine_cv_linux_joystick_22_api+:} false; then :
16220 $as_echo_n "(cached) " >&6
16221 else
16222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16223 /* end confdefs.h. */
16225 #include <sys/ioctl.h>
16226 #include <sys/types.h>
16227 #include <linux/joystick.h>
16229 struct js_event blub;
16230 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16231 #error "no 2.2 header"
16232 #endif
16235 main ()
16237 /*empty*/
16239 return 0;
16241 _ACEOF
16242 if ac_fn_c_try_compile "$LINENO"; then :
16243 wine_cv_linux_joystick_22_api=yes
16244 else
16245 wine_cv_linux_joystick_22_api=no
16247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16251 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16252 if test "$wine_cv_linux_joystick_22_api" = "yes"
16253 then
16255 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16261 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16262 #ifdef HAVE_SYS_PARAM_H
16263 # include <sys/param.h>
16264 #endif
16265 #ifdef HAVE_SYS_MOUNT_H
16266 # include <sys/mount.h>
16267 #endif
16268 #ifdef HAVE_SYS_VFS_H
16269 # include <sys/vfs.h>
16270 #endif
16271 #ifdef HAVE_SYS_STATFS_H
16272 # include <sys/statfs.h>
16273 #endif
16275 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16277 cat >>confdefs.h <<_ACEOF
16278 #define HAVE_STRUCT_STATFS_F_BFREE 1
16279 _ACEOF
16283 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16284 #ifdef HAVE_SYS_PARAM_H
16285 # include <sys/param.h>
16286 #endif
16287 #ifdef HAVE_SYS_MOUNT_H
16288 # include <sys/mount.h>
16289 #endif
16290 #ifdef HAVE_SYS_VFS_H
16291 # include <sys/vfs.h>
16292 #endif
16293 #ifdef HAVE_SYS_STATFS_H
16294 # include <sys/statfs.h>
16295 #endif
16297 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16299 cat >>confdefs.h <<_ACEOF
16300 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16301 _ACEOF
16305 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16306 #ifdef HAVE_SYS_PARAM_H
16307 # include <sys/param.h>
16308 #endif
16309 #ifdef HAVE_SYS_MOUNT_H
16310 # include <sys/mount.h>
16311 #endif
16312 #ifdef HAVE_SYS_VFS_H
16313 # include <sys/vfs.h>
16314 #endif
16315 #ifdef HAVE_SYS_STATFS_H
16316 # include <sys/statfs.h>
16317 #endif
16319 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16321 cat >>confdefs.h <<_ACEOF
16322 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16323 _ACEOF
16327 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16328 #ifdef HAVE_SYS_PARAM_H
16329 # include <sys/param.h>
16330 #endif
16331 #ifdef HAVE_SYS_MOUNT_H
16332 # include <sys/mount.h>
16333 #endif
16334 #ifdef HAVE_SYS_VFS_H
16335 # include <sys/vfs.h>
16336 #endif
16337 #ifdef HAVE_SYS_STATFS_H
16338 # include <sys/statfs.h>
16339 #endif
16341 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16343 cat >>confdefs.h <<_ACEOF
16344 #define HAVE_STRUCT_STATFS_F_FFREE 1
16345 _ACEOF
16349 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16350 #ifdef HAVE_SYS_PARAM_H
16351 # include <sys/param.h>
16352 #endif
16353 #ifdef HAVE_SYS_MOUNT_H
16354 # include <sys/mount.h>
16355 #endif
16356 #ifdef HAVE_SYS_VFS_H
16357 # include <sys/vfs.h>
16358 #endif
16359 #ifdef HAVE_SYS_STATFS_H
16360 # include <sys/statfs.h>
16361 #endif
16363 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16365 cat >>confdefs.h <<_ACEOF
16366 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16367 _ACEOF
16371 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16372 #ifdef HAVE_SYS_PARAM_H
16373 # include <sys/param.h>
16374 #endif
16375 #ifdef HAVE_SYS_MOUNT_H
16376 # include <sys/mount.h>
16377 #endif
16378 #ifdef HAVE_SYS_VFS_H
16379 # include <sys/vfs.h>
16380 #endif
16381 #ifdef HAVE_SYS_STATFS_H
16382 # include <sys/statfs.h>
16383 #endif
16385 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16387 cat >>confdefs.h <<_ACEOF
16388 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16389 _ACEOF
16395 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16396 #include <sys/statvfs.h>
16397 #endif
16399 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16401 cat >>confdefs.h <<_ACEOF
16402 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16403 _ACEOF
16409 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16410 #include <dirent.h>
16411 #endif
16413 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16415 cat >>confdefs.h <<_ACEOF
16416 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16417 _ACEOF
16423 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16424 #ifdef HAVE_SYS_SOCKET_H
16425 # include <sys/socket.h>
16426 #endif
16427 #ifdef HAVE_SYS_UN_H
16428 # include <sys/un.h>
16429 #endif
16431 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16433 cat >>confdefs.h <<_ACEOF
16434 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16435 _ACEOF
16439 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16440 #ifdef HAVE_SYS_SOCKET_H
16441 # include <sys/socket.h>
16442 #endif
16443 #ifdef HAVE_SYS_UN_H
16444 # include <sys/un.h>
16445 #endif
16447 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16449 cat >>confdefs.h <<_ACEOF
16450 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16451 _ACEOF
16455 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16456 #ifdef HAVE_SYS_SOCKET_H
16457 # include <sys/socket.h>
16458 #endif
16459 #ifdef HAVE_SYS_UN_H
16460 # include <sys/un.h>
16461 #endif
16463 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16465 cat >>confdefs.h <<_ACEOF
16466 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16467 _ACEOF
16473 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16474 #ifdef HAVE_SCSI_SG_H
16475 #include <scsi/sg.h>
16476 #endif
16478 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16480 cat >>confdefs.h <<_ACEOF
16481 #define HAVE_SCSIREQ_T_CMD 1
16482 _ACEOF
16486 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>
16487 #ifdef HAVE_SCSI_SG_H
16488 #include <scsi/sg.h>
16489 #endif
16491 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16493 cat >>confdefs.h <<_ACEOF
16494 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16495 _ACEOF
16501 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16503 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16505 cat >>confdefs.h <<_ACEOF
16506 #define HAVE_SIGINFO_T_SI_FD 1
16507 _ACEOF
16513 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16514 #ifdef HAVE_SYS_MTIO_H
16515 #include <sys/mtio.h>
16516 #endif
16518 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16520 cat >>confdefs.h <<_ACEOF
16521 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16522 _ACEOF
16526 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16527 #ifdef HAVE_SYS_MTIO_H
16528 #include <sys/mtio.h>
16529 #endif
16531 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16533 cat >>confdefs.h <<_ACEOF
16534 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16535 _ACEOF
16539 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16540 #ifdef HAVE_SYS_MTIO_H
16541 #include <sys/mtio.h>
16542 #endif
16544 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16546 cat >>confdefs.h <<_ACEOF
16547 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16548 _ACEOF
16554 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16555 #include <getopt.h>
16556 #endif
16558 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16560 cat >>confdefs.h <<_ACEOF
16561 #define HAVE_STRUCT_OPTION_NAME 1
16562 _ACEOF
16568 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16569 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16571 cat >>confdefs.h <<_ACEOF
16572 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16573 _ACEOF
16577 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16578 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16580 cat >>confdefs.h <<_ACEOF
16581 #define HAVE_STRUCT_STAT_ST_MTIM 1
16582 _ACEOF
16586 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16587 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16589 cat >>confdefs.h <<_ACEOF
16590 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16591 _ACEOF
16595 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16596 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16598 cat >>confdefs.h <<_ACEOF
16599 #define HAVE_STRUCT_STAT_ST_CTIM 1
16600 _ACEOF
16604 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16605 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16607 cat >>confdefs.h <<_ACEOF
16608 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16609 _ACEOF
16613 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16614 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16616 cat >>confdefs.h <<_ACEOF
16617 #define HAVE_STRUCT_STAT_ST_ATIM 1
16618 _ACEOF
16622 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16623 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16625 cat >>confdefs.h <<_ACEOF
16626 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16627 _ACEOF
16631 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16632 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16634 cat >>confdefs.h <<_ACEOF
16635 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16636 _ACEOF
16640 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16641 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16643 cat >>confdefs.h <<_ACEOF
16644 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16645 _ACEOF
16649 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16650 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16652 cat >>confdefs.h <<_ACEOF
16653 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16654 _ACEOF
16658 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16659 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16661 cat >>confdefs.h <<_ACEOF
16662 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16663 _ACEOF
16667 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16668 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16670 cat >>confdefs.h <<_ACEOF
16671 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16672 _ACEOF
16678 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
16679 #include <sys/types.h>
16680 #endif
16681 #ifdef HAVE_NETINET_IN_H
16682 #include <netinet/in.h>
16683 #endif
16685 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16687 cat >>confdefs.h <<_ACEOF
16688 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16689 _ACEOF
16695 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16696 #include <resolv.h>
16697 #endif
16699 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16701 cat >>confdefs.h <<_ACEOF
16702 #define HAVE_STRUCT___RES_STATE 1
16703 _ACEOF
16709 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
16710 #include <resolv.h>
16711 #endif
16713 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16715 cat >>confdefs.h <<_ACEOF
16716 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16717 _ACEOF
16723 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16724 #include <sys/types.h>
16725 #endif
16726 #ifdef HAVE_NETINET_IN_H
16727 # include <netinet/in.h>
16728 #endif
16729 #ifdef HAVE_ARPA_NAMESER_H
16730 # include <arpa/nameser.h>
16731 #endif
16733 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16735 cat >>confdefs.h <<_ACEOF
16736 #define HAVE_NS_MSG__MSG_PTR 1
16737 _ACEOF
16743 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16744 #include <sys/types.h>
16745 #endif
16746 #ifdef HAVE_NETINET_IP_H
16747 #include <netinet/ip.h>
16748 #endif
16749 #ifdef HAVE_NETINET_IP_ICMP_H
16750 #include <netinet/ip_icmp.h>
16751 #endif
16752 #ifdef HAVE_NETINET_ICMP_VAR_H
16753 #include <netinet/icmp_var.h>
16754 #endif
16756 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16758 cat >>confdefs.h <<_ACEOF
16759 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16760 _ACEOF
16766 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16767 #include <sys/types.h>
16768 #endif
16769 #ifdef HAVE_ALIAS_H
16770 #include <alias.h>
16771 #endif
16772 #ifdef HAVE_SYS_SOCKET_H
16773 #include <sys/socket.h>
16774 #endif
16775 #ifdef HAVE_SYS_SOCKETVAR_H
16776 #include <sys/socketvar.h>
16777 #endif
16778 #ifdef HAVE_SYS_TIMEOUT_H
16779 #include <sys/timeout.h>
16780 #endif
16781 #ifdef HAVE_NETINET_IN_H
16782 #include <netinet/in.h>
16783 #endif
16784 #ifdef HAVE_NETINET_IN_SYSTM_H
16785 #include <netinet/in_systm.h>
16786 #endif
16787 #ifdef HAVE_NETINET_IP_H
16788 #include <netinet/ip.h>
16789 #endif
16790 #ifdef HAVE_NETINET_IP_VAR_H
16791 #include <netinet/ip_var.h>
16792 #endif
16793 #ifdef HAVE_NETINET_IP_ICMP_H
16794 #include <netinet/ip_icmp.h>
16795 #endif
16796 #ifdef HAVE_NETINET_ICMP_VAR_H
16797 #include <netinet/icmp_var.h>
16798 #endif
16800 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16802 cat >>confdefs.h <<_ACEOF
16803 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16804 _ACEOF
16810 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16811 #include <sys/types.h>
16812 #endif
16813 #ifdef HAVE_SYS_SOCKETVAR_H
16814 #include <sys/socketvar.h>
16815 #endif
16816 #ifdef HAVE_NETINET_IN_H
16817 #include <netinet/in.h>
16818 #endif
16819 #ifdef HAVE_NETINET_IP_VAR_H
16820 #include <netinet/ip_var.h>
16821 #endif
16823 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16825 cat >>confdefs.h <<_ACEOF
16826 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16827 _ACEOF
16833 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
16834 #include <netinet/ip_var.h>
16835 #endif
16837 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16839 cat >>confdefs.h <<_ACEOF
16840 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16841 _ACEOF
16847 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16848 #include <sys/types.h>
16849 #endif
16850 #ifdef HAVE_SYS_SOCKETVAR_H
16851 #include <sys/socketvar.h>
16852 #endif
16853 #ifdef HAVE_NETINET_IN_H
16854 #include <netinet/in.h>
16855 #endif
16856 #ifdef HAVE_NETINET_TCP_H
16857 #include <netinet/tcp.h>
16858 #endif
16859 #ifdef HAVE_NETINET_TCP_VAR_H
16860 #include <netinet/tcp_var.h>
16861 #endif
16863 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16865 cat >>confdefs.h <<_ACEOF
16866 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16867 _ACEOF
16873 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
16874 #include <netinet/tcp_var.h>
16875 #endif
16877 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16879 cat >>confdefs.h <<_ACEOF
16880 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16881 _ACEOF
16887 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16888 #include <sys/types.h>
16889 #endif
16890 #ifdef HAVE_NETINET_IN_H
16891 #include <netinet/in.h>
16892 #endif
16893 #ifdef HAVE_NETINET_IP_VAR_H
16894 #include <netinet/ip_var.h>
16895 #endif
16896 #ifdef HAVE_NETINET_UDP_H
16897 #include <netinet/udp.h>
16898 #endif
16899 #ifdef HAVE_NETINET_UDP_VAR_H
16900 #include <netinet/udp_var.h>
16901 #endif
16903 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16905 cat >>confdefs.h <<_ACEOF
16906 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16907 _ACEOF
16913 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16914 #include <sys/types.h>
16915 #endif
16916 #ifdef HAVE_NET_IF_H
16917 # include <net/if.h>
16918 #endif
16920 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16922 cat >>confdefs.h <<_ACEOF
16923 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16924 _ACEOF
16930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16931 $as_echo_n "checking for timezone variable... " >&6; }
16932 if ${ac_cv_have_timezone+:} false; then :
16933 $as_echo_n "(cached) " >&6
16934 else
16935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16936 /* end confdefs.h. */
16937 #include <time.h>
16939 main ()
16941 timezone = 1
16943 return 0;
16945 _ACEOF
16946 if ac_fn_c_try_link "$LINENO"; then :
16947 ac_cv_have_timezone="yes"
16948 else
16949 ac_cv_have_timezone="no"
16951 rm -f core conftest.err conftest.$ac_objext \
16952 conftest$ac_exeext conftest.$ac_ext
16954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16955 $as_echo "$ac_cv_have_timezone" >&6; }
16956 if test "$ac_cv_have_timezone" = "yes"
16957 then
16959 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16963 $as_echo_n "checking for daylight variable... " >&6; }
16964 if ${ac_cv_have_daylight+:} false; then :
16965 $as_echo_n "(cached) " >&6
16966 else
16967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16968 /* end confdefs.h. */
16969 #include <time.h>
16971 main ()
16973 daylight = 1
16975 return 0;
16977 _ACEOF
16978 if ac_fn_c_try_link "$LINENO"; then :
16979 ac_cv_have_daylight="yes"
16980 else
16981 ac_cv_have_daylight="no"
16983 rm -f core conftest.err conftest.$ac_objext \
16984 conftest$ac_exeext conftest.$ac_ext
16986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16987 $as_echo "$ac_cv_have_daylight" >&6; }
16988 if test "$ac_cv_have_daylight" = "yes"
16989 then
16991 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16995 ac_save_LIBS="$LIBS"
16996 LIBS="$LIBS -lm"
16997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16998 $as_echo_n "checking for isfinite... " >&6; }
16999 if ${ac_cv_have_isfinite+:} false; then :
17000 $as_echo_n "(cached) " >&6
17001 else
17002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17003 /* end confdefs.h. */
17004 #define _GNU_SOURCE
17005 #include <math.h>
17007 main ()
17009 float f = 0.0; return isfinite(f)
17011 return 0;
17013 _ACEOF
17014 if ac_fn_c_try_link "$LINENO"; then :
17015 ac_cv_have_isfinite="yes"
17016 else
17017 ac_cv_have_isfinite="no"
17019 rm -f core conftest.err conftest.$ac_objext \
17020 conftest$ac_exeext conftest.$ac_ext
17022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17023 $as_echo "$ac_cv_have_isfinite" >&6; }
17024 if test "$ac_cv_have_isfinite" = "yes"
17025 then
17027 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17032 $as_echo_n "checking for isinf... " >&6; }
17033 if ${ac_cv_have_isinf+:} false; then :
17034 $as_echo_n "(cached) " >&6
17035 else
17036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17037 /* end confdefs.h. */
17038 #include <math.h>
17040 main ()
17042 float f = 0.0; return isinf(f)
17044 return 0;
17046 _ACEOF
17047 if ac_fn_c_try_link "$LINENO"; then :
17048 ac_cv_have_isinf="yes"
17049 else
17050 ac_cv_have_isinf="no"
17052 rm -f core conftest.err conftest.$ac_objext \
17053 conftest$ac_exeext conftest.$ac_ext
17055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17056 $as_echo "$ac_cv_have_isinf" >&6; }
17057 if test "$ac_cv_have_isinf" = "yes"
17058 then
17060 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17065 $as_echo_n "checking for isnan... " >&6; }
17066 if ${ac_cv_have_isnan+:} false; then :
17067 $as_echo_n "(cached) " >&6
17068 else
17069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17070 /* end confdefs.h. */
17071 #include <math.h>
17073 main ()
17075 float f = 0.0; return isnan(f)
17077 return 0;
17079 _ACEOF
17080 if ac_fn_c_try_link "$LINENO"; then :
17081 ac_cv_have_isnan="yes"
17082 else
17083 ac_cv_have_isnan="no"
17085 rm -f core conftest.err conftest.$ac_objext \
17086 conftest$ac_exeext conftest.$ac_ext
17088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17089 $as_echo "$ac_cv_have_isnan" >&6; }
17090 if test "$ac_cv_have_isnan" = "yes"
17091 then
17093 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17097 for ac_func in \
17098 asinh \
17099 asinhf \
17100 cbrt \
17101 cbrtf \
17102 erf \
17103 erff \
17104 exp2 \
17105 exp2f \
17106 lgamma \
17107 lgammaf \
17108 llrint \
17109 llrintf \
17110 llround \
17111 llroundf \
17112 log2 \
17113 log2f \
17114 lrint \
17115 lrintf \
17116 lround \
17117 lroundf \
17118 powl \
17119 remainder \
17120 remainderf \
17121 rint \
17122 rintf \
17123 round \
17124 roundf \
17125 trunc \
17126 truncf
17128 do :
17129 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17130 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17131 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
17132 cat >>confdefs.h <<_ACEOF
17133 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17134 _ACEOF
17137 done
17139 LIBS="$ac_save_LIBS"
17141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17142 $as_echo_n "checking for __builtin_clz... " >&6; }
17143 if ${ac_cv_have___builtin_clz+:} false; then :
17144 $as_echo_n "(cached) " >&6
17145 else
17146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17147 /* end confdefs.h. */
17150 main ()
17152 return __builtin_clz(1)
17154 return 0;
17156 _ACEOF
17157 if ac_fn_c_try_link "$LINENO"; then :
17158 ac_cv_have___builtin_clz="yes"
17159 else
17160 ac_cv_have___builtin_clz="no"
17162 rm -f core conftest.err conftest.$ac_objext \
17163 conftest$ac_exeext conftest.$ac_ext
17165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17166 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17167 if test "$ac_cv_have___builtin_clz" = "yes"
17168 then
17170 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17175 $as_echo_n "checking for __builtin_popcount... " >&6; }
17176 if ${ac_cv_have___builtin_popcount+:} false; then :
17177 $as_echo_n "(cached) " >&6
17178 else
17179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17180 /* end confdefs.h. */
17183 main ()
17185 return __builtin_popcount(1)
17187 return 0;
17189 _ACEOF
17190 if ac_fn_c_try_link "$LINENO"; then :
17191 ac_cv_have___builtin_popcount="yes"
17192 else
17193 ac_cv_have___builtin_popcount="no"
17195 rm -f core conftest.err conftest.$ac_objext \
17196 conftest$ac_exeext conftest.$ac_ext
17198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17199 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17200 if test "$ac_cv_have___builtin_popcount" = "yes"
17201 then
17203 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17208 case $host_cpu in
17209 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17210 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17211 if ${ac_cv_cpp_def___i386__+:} false; then :
17212 $as_echo_n "(cached) " >&6
17213 else
17214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17215 /* end confdefs.h. */
17216 #ifndef __i386__
17218 #endif
17219 _ACEOF
17220 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17221 $EGREP "yes" >/dev/null 2>&1; then :
17222 ac_cv_cpp_def___i386__=yes
17223 else
17224 ac_cv_cpp_def___i386__=no
17226 rm -f conftest*
17229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17230 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17231 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
17232 CFLAGS="$CFLAGS -D__i386__"
17233 LINTFLAGS="$LINTFLAGS -D__i386__"
17234 fi ;;
17235 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17236 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17237 if ${ac_cv_cpp_def___x86_64__+:} false; then :
17238 $as_echo_n "(cached) " >&6
17239 else
17240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17241 /* end confdefs.h. */
17242 #ifndef __x86_64__
17244 #endif
17245 _ACEOF
17246 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17247 $EGREP "yes" >/dev/null 2>&1; then :
17248 ac_cv_cpp_def___x86_64__=yes
17249 else
17250 ac_cv_cpp_def___x86_64__=no
17252 rm -f conftest*
17255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17256 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17257 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
17258 CFLAGS="$CFLAGS -D__x86_64__"
17259 LINTFLAGS="$LINTFLAGS -D__x86_64__"
17260 fi ;;
17261 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17262 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17263 if ${ac_cv_cpp_def___sparc64__+:} false; then :
17264 $as_echo_n "(cached) " >&6
17265 else
17266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17267 /* end confdefs.h. */
17268 #ifndef __sparc64__
17270 #endif
17271 _ACEOF
17272 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17273 $EGREP "yes" >/dev/null 2>&1; then :
17274 ac_cv_cpp_def___sparc64__=yes
17275 else
17276 ac_cv_cpp_def___sparc64__=no
17278 rm -f conftest*
17281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17282 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17283 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17284 CFLAGS="$CFLAGS -D__sparc64__"
17285 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17286 fi ;;
17287 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17288 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17289 if ${ac_cv_cpp_def___sparc__+:} false; then :
17290 $as_echo_n "(cached) " >&6
17291 else
17292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17293 /* end confdefs.h. */
17294 #ifndef __sparc__
17296 #endif
17297 _ACEOF
17298 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17299 $EGREP "yes" >/dev/null 2>&1; then :
17300 ac_cv_cpp_def___sparc__=yes
17301 else
17302 ac_cv_cpp_def___sparc__=no
17304 rm -f conftest*
17307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17308 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17309 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17310 CFLAGS="$CFLAGS -D__sparc__"
17311 LINTFLAGS="$LINTFLAGS -D__sparc__"
17312 fi ;;
17313 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17314 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17315 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17316 $as_echo_n "(cached) " >&6
17317 else
17318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17319 /* end confdefs.h. */
17320 #ifndef __powerpc64__
17322 #endif
17323 _ACEOF
17324 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17325 $EGREP "yes" >/dev/null 2>&1; then :
17326 ac_cv_cpp_def___powerpc64__=yes
17327 else
17328 ac_cv_cpp_def___powerpc64__=no
17330 rm -f conftest*
17333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17334 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17335 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17336 CFLAGS="$CFLAGS -D__powerpc64__"
17337 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17338 fi ;;
17339 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17340 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17341 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17342 $as_echo_n "(cached) " >&6
17343 else
17344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17345 /* end confdefs.h. */
17346 #ifndef __powerpc__
17348 #endif
17349 _ACEOF
17350 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17351 $EGREP "yes" >/dev/null 2>&1; then :
17352 ac_cv_cpp_def___powerpc__=yes
17353 else
17354 ac_cv_cpp_def___powerpc__=no
17356 rm -f conftest*
17359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17360 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17361 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17362 CFLAGS="$CFLAGS -D__powerpc__"
17363 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17364 fi ;;
17365 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17366 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17367 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17368 $as_echo_n "(cached) " >&6
17369 else
17370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17371 /* end confdefs.h. */
17372 #ifndef __aarch64__
17374 #endif
17375 _ACEOF
17376 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17377 $EGREP "yes" >/dev/null 2>&1; then :
17378 ac_cv_cpp_def___aarch64__=yes
17379 else
17380 ac_cv_cpp_def___aarch64__=no
17382 rm -f conftest*
17385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17386 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17387 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17388 CFLAGS="$CFLAGS -D__aarch64__"
17389 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17390 fi ;;
17391 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17392 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17393 if ${ac_cv_cpp_def___arm__+:} false; then :
17394 $as_echo_n "(cached) " >&6
17395 else
17396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17397 /* end confdefs.h. */
17398 #ifndef __arm__
17400 #endif
17401 _ACEOF
17402 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17403 $EGREP "yes" >/dev/null 2>&1; then :
17404 ac_cv_cpp_def___arm__=yes
17405 else
17406 ac_cv_cpp_def___arm__=no
17408 rm -f conftest*
17411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17412 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17413 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17414 CFLAGS="$CFLAGS -D__arm__"
17415 LINTFLAGS="$LINTFLAGS -D__arm__"
17416 fi ;;
17417 esac
17419 case $host_vendor in
17420 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17421 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17422 if ${ac_cv_cpp_def___sun__+:} false; then :
17423 $as_echo_n "(cached) " >&6
17424 else
17425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17426 /* end confdefs.h. */
17427 #ifndef __sun__
17429 #endif
17430 _ACEOF
17431 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17432 $EGREP "yes" >/dev/null 2>&1; then :
17433 ac_cv_cpp_def___sun__=yes
17434 else
17435 ac_cv_cpp_def___sun__=no
17437 rm -f conftest*
17440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17441 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17442 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17443 CFLAGS="$CFLAGS -D__sun__"
17444 LINTFLAGS="$LINTFLAGS -D__sun__"
17445 fi ;;
17446 esac
17452 ac_config_commands="$ac_config_commands include/stamp-h"
17454 $as_echo_n "creating Makefile rules..." >&6
17456 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17457 SOCKET_LIBS = $SOCKET_LIBS
17458 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17459 IOKIT_LIBS = $IOKIT_LIBS
17460 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17461 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17462 CORESERVICES_LIBS = $CORESERVICES_LIBS
17463 APPKIT_LIBS = $APPKIT_LIBS
17464 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17465 SECURITY_LIBS = $SECURITY_LIBS
17466 COREAUDIO_LIBS = $COREAUDIO_LIBS
17467 OPENAL_LIBS = $OPENAL_LIBS
17468 OPENCL_LIBS = $OPENCL_LIBS
17469 QUICKTIME_LIBS = $QUICKTIME_LIBS
17470 CARBON_LIBS = $CARBON_LIBS
17471 PTHREAD_LIBS = $PTHREAD_LIBS
17472 X_CFLAGS = $X_CFLAGS
17473 X_PRE_LIBS = $X_PRE_LIBS
17474 X_LIBS = $X_LIBS
17475 X_EXTRA_LIBS = $X_EXTRA_LIBS
17476 PCAP_LIBS = $PCAP_LIBS
17477 XML2_CFLAGS = $XML2_CFLAGS
17478 XML2_LIBS = $XML2_LIBS
17479 XSLT_CFLAGS = $XSLT_CFLAGS
17480 XSLT_LIBS = $XSLT_LIBS
17481 DBUS_CFLAGS = $DBUS_CFLAGS
17482 DBUS_LIBS = $DBUS_LIBS
17483 HAL_CFLAGS = $HAL_CFLAGS
17484 HAL_LIBS = $HAL_LIBS
17485 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17486 GNUTLS_LIBS = $GNUTLS_LIBS
17487 SANE_CFLAGS = $SANE_CFLAGS
17488 SANE_LIBS = $SANE_LIBS
17489 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17490 GPHOTO2_LIBS = $GPHOTO2_LIBS
17491 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17492 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17493 RESOLV_LIBS = $RESOLV_LIBS
17494 LCMS2_CFLAGS = $LCMS2_CFLAGS
17495 LCMS2_LIBS = $LCMS2_LIBS
17496 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17497 FREETYPE_LIBS = $FREETYPE_LIBS
17498 Z_LIBS = $Z_LIBS
17499 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17500 PULSE_CFLAGS = $PULSE_CFLAGS
17501 PULSE_LIBS = $PULSE_LIBS
17502 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17503 GSTREAMER_LIBS = $GSTREAMER_LIBS
17504 ALSA_LIBS = $ALSA_LIBS
17505 OSS4_CFLAGS = $OSS4_CFLAGS
17506 UDEV_CFLAGS = $UDEV_CFLAGS
17507 UDEV_LIBS = $UDEV_LIBS
17508 CAPI20_CFLAGS = $CAPI20_CFLAGS
17509 CAPI20_LIBS = $CAPI20_LIBS
17510 CUPS_CFLAGS = $CUPS_CFLAGS
17511 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17512 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17513 JPEG_CFLAGS = $JPEG_CFLAGS
17514 JPEG_LIBS = $JPEG_LIBS
17515 PNG_CFLAGS = $PNG_CFLAGS
17516 PNG_LIBS = $PNG_LIBS
17517 TIFF_CFLAGS = $TIFF_CFLAGS
17518 TIFF_LIBS = $TIFF_LIBS
17519 MPG123_CFLAGS = $MPG123_CFLAGS
17520 MPG123_LIBS = $MPG123_LIBS
17521 KSTAT_LIBS = $KSTAT_LIBS
17522 PROCSTAT_LIBS = $PROCSTAT_LIBS
17523 NETAPI_CFLAGS = $NETAPI_CFLAGS
17524 NETAPI_LIBS = $NETAPI_LIBS
17525 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17526 DL_LIBS = $DL_LIBS
17527 POLL_LIBS = $POLL_LIBS
17528 RT_LIBS = $RT_LIBS
17529 LDAP_LIBS = $LDAP_LIBS
17534 wine_fn_append_rule "
17535 # Rules automatically generated by configure
17537 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17539 .INIT: Makefile
17540 .MAKEFILEDEPS:
17541 all: Makefile
17542 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17543 @./config.status Make.tmp Makefile
17544 depend: \$(MAKEDEP) dummy
17545 \$(MAKEDEP)"
17547 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17548 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17550 if test "x$enable_fonts" != xno; then
17551 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17552 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17553 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17554 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17555 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17556 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17558 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17559 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17560 ac_config_links="$ac_config_links wine:tools/winewrapper"
17561 wine_fn_config_symlink wine
17562 if test "x$enable_win64" != xno; then
17563 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17564 wine_fn_config_symlink wine64
17567 wine_fn_config_dll acledit enable_acledit
17568 wine_fn_config_dll aclui enable_aclui implib
17569 wine_fn_config_dll activeds enable_activeds implib
17570 wine_fn_config_dll actxprxy enable_actxprxy clean
17571 wine_fn_config_lib adsiid
17572 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17573 wine_fn_config_test dlls/advapi32/tests advapi32_test
17574 wine_fn_config_dll advpack enable_advpack implib
17575 wine_fn_config_test dlls/advpack/tests advpack_test
17576 wine_fn_config_dll amstream enable_amstream clean
17577 wine_fn_config_test dlls/amstream/tests amstream_test
17578 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
17579 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
17580 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
17581 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
17582 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
17583 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
17584 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17585 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17586 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17587 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17588 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17589 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17590 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17591 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17592 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
17593 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17594 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17595 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17596 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17597 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17598 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17599 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17600 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17601 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17602 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17603 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17604 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17605 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17606 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17607 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17608 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17609 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17610 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
17611 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17612 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
17613 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
17614 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17615 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17616 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
17617 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17618 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17619 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17620 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
17621 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17622 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17623 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17624 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
17625 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17626 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
17627 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
17628 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17629 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17630 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17631 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
17632 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17633 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17634 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17635 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
17636 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
17637 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17638 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
17639 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17640 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17641 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17642 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17643 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17644 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17645 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17646 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
17647 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
17648 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17649 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
17650 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17651 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17652 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17653 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
17654 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
17655 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17656 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
17657 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
17658 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
17659 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17660 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17661 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17662 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17663 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17664 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
17665 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
17666 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17667 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17668 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
17669 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17670 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17671 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
17672 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
17673 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
17674 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
17675 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17676 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17677 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
17678 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17679 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17680 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17681 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
17682 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
17683 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17684 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17685 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17686 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17687 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17688 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17689 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17690 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17691 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17692 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17693 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17694 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17695 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17696 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17697 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17698 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17699 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17700 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17701 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17702 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17703 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17704 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17705 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17706 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17707 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17708 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17709 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
17710 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
17711 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17712 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
17713 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17714 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
17715 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
17716 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17717 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17718 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
17719 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17720 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17721 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17722 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
17723 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17724 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17725 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
17726 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
17727 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
17728 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17729 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
17730 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
17731 wine_fn_config_dll apphelp enable_apphelp
17732 wine_fn_config_test dlls/apphelp/tests apphelp_test
17733 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
17734 wine_fn_config_dll atl enable_atl clean,implib
17735 wine_fn_config_test dlls/atl/tests atl_test
17736 wine_fn_config_dll atl100 enable_atl100 clean,implib
17737 wine_fn_config_test dlls/atl100/tests atl100_test
17738 wine_fn_config_dll atl110 enable_atl110 clean
17739 wine_fn_config_dll atl80 enable_atl80 clean,implib
17740 wine_fn_config_test dlls/atl80/tests atl80_test
17741 wine_fn_config_dll atl90 enable_atl90 clean
17742 wine_fn_config_dll authz enable_authz
17743 wine_fn_config_dll avicap32 enable_avicap32 implib
17744 wine_fn_config_dll avifil32 enable_avifil32 clean,implib
17745 wine_fn_config_test dlls/avifil32/tests avifil32_test
17746 wine_fn_config_dll avifile.dll16 enable_win16
17747 wine_fn_config_dll avrt enable_avrt implib
17748 wine_fn_config_dll bcrypt enable_bcrypt implib
17749 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17750 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17751 wine_fn_config_dll browseui enable_browseui clean
17752 wine_fn_config_test dlls/browseui/tests browseui_test
17753 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17754 wine_fn_config_dll cabinet enable_cabinet implib
17755 wine_fn_config_test dlls/cabinet/tests cabinet_test
17756 wine_fn_config_dll capi2032 enable_capi2032 implib
17757 wine_fn_config_dll cards enable_cards implib
17758 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17759 wine_fn_config_dll clusapi enable_clusapi implib
17760 wine_fn_config_dll combase enable_combase
17761 wine_fn_config_test dlls/combase/tests combase_test
17762 wine_fn_config_dll comcat enable_comcat
17763 wine_fn_config_test dlls/comcat/tests comcat_test
17764 wine_fn_config_dll comctl32 enable_comctl32 clean,implib
17765 wine_fn_config_test dlls/comctl32/tests comctl32_test
17766 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib
17767 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17768 wine_fn_config_dll comm.drv16 enable_win16
17769 wine_fn_config_dll commdlg.dll16 enable_win16
17770 wine_fn_config_dll compobj.dll16 enable_win16
17771 wine_fn_config_dll compstui enable_compstui implib
17772 wine_fn_config_dll comsvcs enable_comsvcs implib
17773 wine_fn_config_dll concrt140 enable_concrt140
17774 wine_fn_config_dll connect enable_connect
17775 wine_fn_config_dll credui enable_credui clean,implib
17776 wine_fn_config_test dlls/credui/tests credui_test
17777 wine_fn_config_dll crtdll enable_crtdll
17778 wine_fn_config_dll crypt32 enable_crypt32 clean,implib
17779 wine_fn_config_test dlls/crypt32/tests crypt32_test
17780 wine_fn_config_dll cryptdlg enable_cryptdlg clean
17781 wine_fn_config_dll cryptdll enable_cryptdll implib
17782 wine_fn_config_dll cryptext enable_cryptext
17783 wine_fn_config_dll cryptnet enable_cryptnet implib
17784 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17785 wine_fn_config_dll cryptui enable_cryptui clean,implib
17786 wine_fn_config_test dlls/cryptui/tests cryptui_test
17787 wine_fn_config_dll ctapi32 enable_ctapi32
17788 wine_fn_config_dll ctl3d.dll16 enable_win16
17789 wine_fn_config_dll ctl3d32 enable_ctl3d32
17790 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17791 wine_fn_config_dll d2d1 enable_d2d1 implib
17792 wine_fn_config_test dlls/d2d1/tests d2d1_test
17793 wine_fn_config_dll d3d10 enable_d3d10 implib
17794 wine_fn_config_test dlls/d3d10/tests d3d10_test
17795 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17796 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17797 wine_fn_config_dll d3d10core enable_d3d10core implib
17798 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17799 wine_fn_config_dll d3d11 enable_d3d11 implib
17800 wine_fn_config_test dlls/d3d11/tests d3d11_test
17801 wine_fn_config_dll d3d8 enable_d3d8 implib
17802 wine_fn_config_test dlls/d3d8/tests d3d8_test
17803 wine_fn_config_dll d3d9 enable_d3d9 implib
17804 wine_fn_config_test dlls/d3d9/tests d3d9_test
17805 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17806 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17807 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17808 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17809 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17810 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17811 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17812 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17813 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17814 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17815 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17816 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17817 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17818 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17819 wine_fn_config_dll d3dim enable_d3dim
17820 wine_fn_config_dll d3drm enable_d3drm implib
17821 wine_fn_config_test dlls/d3drm/tests d3drm_test
17822 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17823 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17824 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17825 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17826 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17827 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17828 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17829 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17830 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17831 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17832 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17833 wine_fn_config_test dlls/d3dx10_43/tests d3dx10_43_test
17834 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17835 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
17836 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17837 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17838 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17839 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17840 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17841 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17842 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17843 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17844 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17845 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17846 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17847 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17848 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17849 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17850 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17851 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17852 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17853 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17854 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17855 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17856 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17857 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17858 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17859 wine_fn_config_dll davclnt enable_davclnt
17860 wine_fn_config_dll dbgeng enable_dbgeng implib
17861 wine_fn_config_dll dbghelp enable_dbghelp implib
17862 wine_fn_config_dll dciman32 enable_dciman32 implib
17863 wine_fn_config_dll ddeml.dll16 enable_win16
17864 wine_fn_config_dll ddraw enable_ddraw clean,implib
17865 wine_fn_config_test dlls/ddraw/tests ddraw_test
17866 wine_fn_config_dll ddrawex enable_ddrawex clean
17867 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17868 wine_fn_config_dll devenum enable_devenum clean
17869 wine_fn_config_test dlls/devenum/tests devenum_test
17870 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17871 wine_fn_config_dll difxapi enable_difxapi
17872 wine_fn_config_dll dinput enable_dinput clean,implib,staticimplib
17873 wine_fn_config_test dlls/dinput/tests dinput_test
17874 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17875 wine_fn_config_test dlls/dinput8/tests dinput8_test
17876 wine_fn_config_dll dispdib.dll16 enable_win16
17877 wine_fn_config_dll dispex enable_dispex clean
17878 wine_fn_config_test dlls/dispex/tests dispex_test
17879 wine_fn_config_dll display.drv16 enable_win16
17880 wine_fn_config_dll dmband enable_dmband clean
17881 wine_fn_config_test dlls/dmband/tests dmband_test
17882 wine_fn_config_dll dmcompos enable_dmcompos clean
17883 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17884 wine_fn_config_dll dmime enable_dmime clean
17885 wine_fn_config_test dlls/dmime/tests dmime_test
17886 wine_fn_config_dll dmloader enable_dmloader clean
17887 wine_fn_config_test dlls/dmloader/tests dmloader_test
17888 wine_fn_config_dll dmscript enable_dmscript clean
17889 wine_fn_config_test dlls/dmscript/tests dmscript_test
17890 wine_fn_config_dll dmstyle enable_dmstyle clean
17891 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17892 wine_fn_config_dll dmsynth enable_dmsynth clean
17893 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17894 wine_fn_config_dll dmusic enable_dmusic clean
17895 wine_fn_config_test dlls/dmusic/tests dmusic_test
17896 wine_fn_config_dll dmusic32 enable_dmusic32
17897 wine_fn_config_dll dnsapi enable_dnsapi implib
17898 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17899 wine_fn_config_dll dplay enable_dplay
17900 wine_fn_config_dll dplayx enable_dplayx clean,implib
17901 wine_fn_config_test dlls/dplayx/tests dplayx_test
17902 wine_fn_config_dll dpnaddr enable_dpnaddr
17903 wine_fn_config_dll dpnet enable_dpnet clean,implib
17904 wine_fn_config_test dlls/dpnet/tests dpnet_test
17905 wine_fn_config_dll dpnhpast enable_dpnhpast
17906 wine_fn_config_dll dpnlobby enable_dpnlobby
17907 wine_fn_config_dll dpvoice enable_dpvoice clean
17908 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17909 wine_fn_config_dll dpwsockx enable_dpwsockx
17910 wine_fn_config_dll drmclien enable_drmclien
17911 wine_fn_config_dll dsound enable_dsound clean,implib
17912 wine_fn_config_test dlls/dsound/tests dsound_test
17913 wine_fn_config_dll dssenh enable_dssenh
17914 wine_fn_config_test dlls/dssenh/tests dssenh_test
17915 wine_fn_config_dll dswave enable_dswave clean
17916 wine_fn_config_test dlls/dswave/tests dswave_test
17917 wine_fn_config_dll dwmapi enable_dwmapi implib
17918 wine_fn_config_dll dwrite enable_dwrite implib
17919 wine_fn_config_test dlls/dwrite/tests dwrite_test
17920 wine_fn_config_dll dxdiagn enable_dxdiagn clean
17921 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17922 wine_fn_config_lib dxerr8
17923 wine_fn_config_lib dxerr9
17924 wine_fn_config_dll dxgi enable_dxgi implib
17925 wine_fn_config_test dlls/dxgi/tests dxgi_test
17926 wine_fn_config_lib dxguid
17927 wine_fn_config_dll dxva2 enable_dxva2
17928 wine_fn_config_dll esent enable_esent
17929 wine_fn_config_dll evr enable_evr
17930 wine_fn_config_dll explorerframe enable_explorerframe clean
17931 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17932 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
17933 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
17934 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17935 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
17936 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
17937 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
17938 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
17939 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
17940 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
17941 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
17942 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
17943 wine_fn_config_dll faultrep enable_faultrep implib
17944 wine_fn_config_test dlls/faultrep/tests faultrep_test
17945 wine_fn_config_dll fltlib enable_fltlib
17946 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17947 wine_fn_config_dll fntcache enable_fntcache
17948 wine_fn_config_dll fontsub enable_fontsub
17949 wine_fn_config_dll fusion enable_fusion
17950 wine_fn_config_test dlls/fusion/tests fusion_test
17951 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17952 wine_fn_config_dll gameux enable_gameux clean
17953 wine_fn_config_test dlls/gameux/tests gameux_test
17954 wine_fn_config_dll gdi.exe16 enable_win16
17955 wine_fn_config_dll gdi32 enable_gdi32 clean,implib
17956 wine_fn_config_test dlls/gdi32/tests gdi32_test
17957 wine_fn_config_dll gdiplus enable_gdiplus implib
17958 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17959 wine_fn_config_dll glu32 enable_glu32 implib
17960 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
17961 wine_fn_config_dll gpkcsp enable_gpkcsp
17962 wine_fn_config_dll hal enable_hal
17963 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib htmlhelp
17964 wine_fn_config_dll hid enable_hid implib
17965 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17966 wine_fn_config_dll hlink enable_hlink clean,implib
17967 wine_fn_config_test dlls/hlink/tests hlink_test
17968 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17969 wine_fn_config_test dlls/hnetcfg/tests hnetcfg_test
17970 wine_fn_config_dll httpapi enable_httpapi
17971 wine_fn_config_dll iccvid enable_iccvid clean
17972 wine_fn_config_dll icmp enable_icmp
17973 wine_fn_config_dll ieframe enable_ieframe clean,implib
17974 wine_fn_config_test dlls/ieframe/tests ieframe_test
17975 wine_fn_config_dll ifsmgr.vxd enable_win16
17976 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17977 wine_fn_config_dll imagehlp enable_imagehlp implib
17978 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17979 wine_fn_config_dll imm.dll16 enable_win16
17980 wine_fn_config_dll imm32 enable_imm32 implib
17981 wine_fn_config_test dlls/imm32/tests imm32_test
17982 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17983 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17984 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
17985 wine_fn_config_dll inetmib1 enable_inetmib1
17986 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17987 wine_fn_config_dll infosoft enable_infosoft clean
17988 wine_fn_config_test dlls/infosoft/tests infosoft_test
17989 wine_fn_config_dll initpki enable_initpki
17990 wine_fn_config_dll inkobj enable_inkobj
17991 wine_fn_config_dll inseng enable_inseng clean
17992 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17993 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17994 wine_fn_config_dll iprop enable_iprop
17995 wine_fn_config_dll irprops.cpl enable_irprops_cpl
17996 wine_fn_config_dll itircl enable_itircl
17997 wine_fn_config_dll itss enable_itss clean
17998 wine_fn_config_test dlls/itss/tests itss_test
17999 wine_fn_config_dll joy.cpl enable_joy_cpl clean
18000 wine_fn_config_dll jscript enable_jscript clean
18001 wine_fn_config_test dlls/jscript/tests jscript_test
18002 wine_fn_config_dll jsproxy enable_jsproxy implib
18003 wine_fn_config_test dlls/jsproxy/tests jsproxy_test
18004 wine_fn_config_dll kernel32 enable_kernel32 clean,implib
18005 wine_fn_config_test dlls/kernel32/tests kernel32_test
18006 wine_fn_config_dll kernelbase enable_kernelbase
18007 wine_fn_config_dll keyboard.drv16 enable_win16
18008 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
18009 wine_fn_config_dll ksuser enable_ksuser
18010 wine_fn_config_dll ktmw32 enable_ktmw32
18011 wine_fn_config_dll loadperf enable_loadperf implib
18012 wine_fn_config_dll localspl enable_localspl clean
18013 wine_fn_config_test dlls/localspl/tests localspl_test
18014 wine_fn_config_dll localui enable_localui clean
18015 wine_fn_config_test dlls/localui/tests localui_test
18016 wine_fn_config_dll lz32 enable_lz32 implib
18017 wine_fn_config_test dlls/lz32/tests lz32_test
18018 wine_fn_config_dll lzexpand.dll16 enable_win16
18019 wine_fn_config_dll mapi32 enable_mapi32 clean,implib
18020 wine_fn_config_test dlls/mapi32/tests mapi32_test
18021 wine_fn_config_dll mapistub enable_mapistub
18022 wine_fn_config_dll mciavi32 enable_mciavi32
18023 wine_fn_config_dll mcicda enable_mcicda
18024 wine_fn_config_dll mciqtz32 enable_mciqtz32
18025 wine_fn_config_dll mciseq enable_mciseq
18026 wine_fn_config_dll mciwave enable_mciwave
18027 wine_fn_config_dll mf enable_mf
18028 wine_fn_config_dll mfplat enable_mfplat
18029 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18030 wine_fn_config_dll mgmtapi enable_mgmtapi
18031 wine_fn_config_dll midimap enable_midimap
18032 wine_fn_config_dll mlang enable_mlang clean,implib
18033 wine_fn_config_test dlls/mlang/tests mlang_test
18034 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
18035 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
18036 wine_fn_config_dll mmdevapi enable_mmdevapi clean
18037 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
18038 wine_fn_config_dll mmdevldr.vxd enable_win16
18039 wine_fn_config_dll mmsystem.dll16 enable_win16
18040 wine_fn_config_dll monodebg.vxd enable_win16
18041 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18042 wine_fn_config_dll mouse.drv16 enable_win16
18043 wine_fn_config_dll mpr enable_mpr clean,implib
18044 wine_fn_config_test dlls/mpr/tests mpr_test
18045 wine_fn_config_dll mprapi enable_mprapi implib
18046 wine_fn_config_dll msacm.dll16 enable_win16
18047 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18048 wine_fn_config_dll msacm32 enable_msacm32 clean,implib
18049 wine_fn_config_test dlls/msacm32/tests msacm32_test
18050 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18051 wine_fn_config_dll msasn1 enable_msasn1 implib
18052 wine_fn_config_dll mscat32 enable_mscat32
18053 wine_fn_config_dll mscms enable_mscms implib
18054 wine_fn_config_test dlls/mscms/tests mscms_test
18055 wine_fn_config_dll mscoree enable_mscoree clean
18056 wine_fn_config_test dlls/mscoree/tests mscoree_test
18057 wine_fn_config_dll msctf enable_msctf clean
18058 wine_fn_config_test dlls/msctf/tests msctf_test
18059 wine_fn_config_dll msctfp enable_msctfp clean
18060 wine_fn_config_dll msdaps enable_msdaps clean
18061 wine_fn_config_dll msdelta enable_msdelta
18062 wine_fn_config_dll msdmo enable_msdmo implib
18063 wine_fn_config_test dlls/msdmo/tests msdmo_test
18064 wine_fn_config_dll msdrm enable_msdrm
18065 wine_fn_config_dll msftedit enable_msftedit
18066 wine_fn_config_dll msg711.acm enable_msg711_acm
18067 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18068 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18069 wine_fn_config_dll mshtml enable_mshtml clean,implib
18070 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
18071 wine_fn_config_dll msi enable_msi clean,implib
18072 wine_fn_config_test dlls/msi/tests msi_test
18073 wine_fn_config_dll msident enable_msident clean
18074 wine_fn_config_dll msimg32 enable_msimg32 implib
18075 wine_fn_config_dll msimsg enable_msimsg
18076 wine_fn_config_dll msimtf enable_msimtf clean
18077 wine_fn_config_dll msisip enable_msisip
18078 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18079 wine_fn_config_dll msls31 enable_msls31
18080 wine_fn_config_dll msnet32 enable_msnet32
18081 wine_fn_config_dll mspatcha enable_mspatcha implib
18082 wine_fn_config_dll msports enable_msports
18083 wine_fn_config_dll msrle32 enable_msrle32 clean
18084 wine_fn_config_test dlls/msrle32/tests msrle32_test
18085 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18086 wine_fn_config_test dlls/msscript.ocx/tests msscript.ocx_test clean
18087 wine_fn_config_dll mssign32 enable_mssign32
18088 wine_fn_config_dll mssip32 enable_mssip32
18089 wine_fn_config_dll mstask enable_mstask clean
18090 wine_fn_config_test dlls/mstask/tests mstask_test
18091 wine_fn_config_dll msvcirt enable_msvcirt
18092 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
18093 wine_fn_config_dll msvcm80 enable_msvcm80
18094 wine_fn_config_dll msvcm90 enable_msvcm90
18095 wine_fn_config_dll msvcp100 enable_msvcp100
18096 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
18097 wine_fn_config_dll msvcp110 enable_msvcp110
18098 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
18099 wine_fn_config_dll msvcp120 enable_msvcp120
18100 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
18101 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18102 wine_fn_config_dll msvcp140 enable_msvcp140
18103 wine_fn_config_test dlls/msvcp140/tests msvcp140_test
18104 wine_fn_config_dll msvcp60 enable_msvcp60
18105 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
18106 wine_fn_config_dll msvcp70 enable_msvcp70
18107 wine_fn_config_dll msvcp71 enable_msvcp71
18108 wine_fn_config_dll msvcp80 enable_msvcp80
18109 wine_fn_config_dll msvcp90 enable_msvcp90
18110 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
18111 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18112 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
18113 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18114 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18115 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
18116 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18117 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18118 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18119 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18120 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18121 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
18122 wine_fn_config_dll msvcrt enable_msvcrt implib
18123 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
18124 wine_fn_config_dll msvcrt20 enable_msvcrt20
18125 wine_fn_config_dll msvcrt40 enable_msvcrt40
18126 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18127 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
18128 wine_fn_config_dll msvfw32 enable_msvfw32 clean,implib
18129 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
18130 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18131 wine_fn_config_dll msvideo.dll16 enable_win16
18132 wine_fn_config_dll mswsock enable_mswsock implib
18133 wine_fn_config_dll msxml enable_msxml clean
18134 wine_fn_config_dll msxml2 enable_msxml2 clean
18135 wine_fn_config_dll msxml3 enable_msxml3 clean
18136 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
18137 wine_fn_config_dll msxml4 enable_msxml4 clean
18138 wine_fn_config_dll msxml6 enable_msxml6 clean
18139 wine_fn_config_dll ncrypt enable_ncrypt
18140 wine_fn_config_dll nddeapi enable_nddeapi implib
18141 wine_fn_config_dll ndis.sys enable_ndis_sys
18142 wine_fn_config_dll netapi32 enable_netapi32 implib
18143 wine_fn_config_test dlls/netapi32/tests netapi32_test
18144 wine_fn_config_dll netcfgx enable_netcfgx clean
18145 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
18146 wine_fn_config_dll netprofm enable_netprofm clean
18147 wine_fn_config_test dlls/netprofm/tests netprofm_test
18148 wine_fn_config_dll newdev enable_newdev implib
18149 wine_fn_config_dll normaliz enable_normaliz implib
18150 wine_fn_config_dll npmshtml enable_npmshtml
18151 wine_fn_config_dll npptools enable_npptools
18152 wine_fn_config_dll ntdll enable_ntdll implib
18153 wine_fn_config_test dlls/ntdll/tests ntdll_test
18154 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18155 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
18156 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18157 wine_fn_config_dll ntprint enable_ntprint
18158 wine_fn_config_test dlls/ntprint/tests ntprint_test
18159 wine_fn_config_dll objsel enable_objsel clean
18160 wine_fn_config_dll odbc32 enable_odbc32 implib
18161 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18162 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
18163 wine_fn_config_dll odbccu32 enable_odbccu32
18164 wine_fn_config_dll ole2.dll16 enable_win16
18165 wine_fn_config_dll ole2conv.dll16 enable_win16
18166 wine_fn_config_dll ole2disp.dll16 enable_win16
18167 wine_fn_config_dll ole2nls.dll16 enable_win16
18168 wine_fn_config_dll ole2prox.dll16 enable_win16
18169 wine_fn_config_dll ole2thk.dll16 enable_win16
18170 wine_fn_config_dll ole32 enable_ole32 clean,implib
18171 wine_fn_config_test dlls/ole32/tests ole32_test
18172 wine_fn_config_dll oleacc enable_oleacc clean,implib
18173 wine_fn_config_test dlls/oleacc/tests oleacc_test
18174 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib
18175 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
18176 wine_fn_config_dll olecli.dll16 enable_win16
18177 wine_fn_config_dll olecli32 enable_olecli32 implib
18178 wine_fn_config_dll oledb32 enable_oledb32 clean
18179 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
18180 wine_fn_config_dll oledlg enable_oledlg clean,implib
18181 wine_fn_config_test dlls/oledlg/tests oledlg_test
18182 wine_fn_config_dll olepro32 enable_olepro32 clean,implib
18183 wine_fn_config_dll olesvr.dll16 enable_win16
18184 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18185 wine_fn_config_dll olethk32 enable_olethk32
18186 wine_fn_config_dll openal32 enable_openal32
18187 wine_fn_config_dll opencl enable_opencl
18188 wine_fn_config_dll opengl32 enable_opengl32 implib
18189 wine_fn_config_test dlls/opengl32/tests opengl32_test
18190 wine_fn_config_dll packager enable_packager clean
18191 wine_fn_config_test dlls/packager/tests packager_test
18192 wine_fn_config_dll pdh enable_pdh implib
18193 wine_fn_config_test dlls/pdh/tests pdh_test
18194 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18195 wine_fn_config_dll pidgen enable_pidgen
18196 wine_fn_config_dll powrprof enable_powrprof implib
18197 wine_fn_config_dll printui enable_printui
18198 wine_fn_config_dll prntvpt enable_prntvpt
18199 wine_fn_config_dll propsys enable_propsys clean,implib
18200 wine_fn_config_test dlls/propsys/tests propsys_test
18201 wine_fn_config_dll psapi enable_psapi implib
18202 wine_fn_config_test dlls/psapi/tests psapi_test
18203 wine_fn_config_dll pstorec enable_pstorec clean
18204 wine_fn_config_dll qcap enable_qcap
18205 wine_fn_config_test dlls/qcap/tests qcap_test
18206 wine_fn_config_dll qedit enable_qedit clean
18207 wine_fn_config_test dlls/qedit/tests qedit_test
18208 wine_fn_config_dll qmgr enable_qmgr clean
18209 wine_fn_config_test dlls/qmgr/tests qmgr_test
18210 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18211 wine_fn_config_dll quartz enable_quartz clean,implib
18212 wine_fn_config_test dlls/quartz/tests quartz_test clean
18213 wine_fn_config_dll query enable_query
18214 wine_fn_config_dll rasapi16.dll16 enable_win16
18215 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18216 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
18217 wine_fn_config_dll rasdlg enable_rasdlg implib
18218 wine_fn_config_dll regapi enable_regapi
18219 wine_fn_config_dll resutils enable_resutils implib
18220 wine_fn_config_dll riched20 enable_riched20 clean,implib
18221 wine_fn_config_test dlls/riched20/tests riched20_test
18222 wine_fn_config_dll riched32 enable_riched32
18223 wine_fn_config_test dlls/riched32/tests riched32_test
18224 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
18225 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
18226 wine_fn_config_dll rsabase enable_rsabase
18227 wine_fn_config_dll rsaenh enable_rsaenh implib
18228 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
18229 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18230 wine_fn_config_dll rtutils enable_rtutils implib
18231 wine_fn_config_dll samlib enable_samlib
18232 wine_fn_config_dll sane.ds enable_sane_ds clean
18233 wine_fn_config_dll scarddlg enable_scarddlg
18234 wine_fn_config_dll sccbase enable_sccbase
18235 wine_fn_config_dll schannel enable_schannel
18236 wine_fn_config_test dlls/schannel/tests schannel_test
18237 wine_fn_config_dll schedsvc enable_schedsvc clean
18238 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
18239 wine_fn_config_dll scrrun enable_scrrun clean
18240 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
18241 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18242 wine_fn_config_dll secur32 enable_secur32 implib
18243 wine_fn_config_test dlls/secur32/tests secur32_test
18244 wine_fn_config_dll security enable_security
18245 wine_fn_config_dll sensapi enable_sensapi implib
18246 wine_fn_config_dll serialui enable_serialui clean
18247 wine_fn_config_test dlls/serialui/tests serialui_test
18248 wine_fn_config_dll setupapi enable_setupapi clean,implib
18249 wine_fn_config_test dlls/setupapi/tests setupapi_test
18250 wine_fn_config_dll setupx.dll16 enable_win16
18251 wine_fn_config_dll sfc enable_sfc implib
18252 wine_fn_config_dll sfc_os enable_sfc_os implib
18253 wine_fn_config_dll shdoclc enable_shdoclc clean
18254 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
18255 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
18256 wine_fn_config_dll shell.dll16 enable_win16
18257 wine_fn_config_dll shell32 enable_shell32 clean,implib
18258 wine_fn_config_test dlls/shell32/tests shell32_test
18259 wine_fn_config_dll shfolder enable_shfolder implib
18260 wine_fn_config_dll shlwapi enable_shlwapi clean,implib
18261 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
18262 wine_fn_config_dll slbcsp enable_slbcsp
18263 wine_fn_config_dll slc enable_slc implib
18264 wine_fn_config_test dlls/slc/tests slc_test
18265 wine_fn_config_dll snmpapi enable_snmpapi implib
18266 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
18267 wine_fn_config_dll softpub enable_softpub
18268 wine_fn_config_dll sound.drv16 enable_win16
18269 wine_fn_config_dll spoolss enable_spoolss implib
18270 wine_fn_config_test dlls/spoolss/tests spoolss_test
18271 wine_fn_config_dll sspicli enable_sspicli
18272 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18273 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18274 wine_fn_config_dll sti enable_sti clean,implib
18275 wine_fn_config_test dlls/sti/tests sti_test
18276 wine_fn_config_dll storage.dll16 enable_win16
18277 wine_fn_config_dll stress.dll16 enable_win16
18278 wine_fn_config_lib strmbase
18279 wine_fn_config_lib strmiids
18280 wine_fn_config_dll svrapi enable_svrapi
18281 wine_fn_config_dll sxs enable_sxs implib
18282 wine_fn_config_test dlls/sxs/tests sxs_test
18283 wine_fn_config_dll system.drv16 enable_win16
18284 wine_fn_config_dll t2embed enable_t2embed implib
18285 wine_fn_config_test dlls/t2embed/tests t2embed_test
18286 wine_fn_config_dll tapi32 enable_tapi32 implib
18287 wine_fn_config_dll taskschd enable_taskschd clean
18288 wine_fn_config_test dlls/taskschd/tests taskschd_test
18289 wine_fn_config_dll tdi.sys enable_tdi_sys
18290 wine_fn_config_dll toolhelp.dll16 enable_win16
18291 wine_fn_config_dll traffic enable_traffic
18292 wine_fn_config_dll twain.dll16 enable_win16
18293 wine_fn_config_dll twain_32 enable_twain_32
18294 wine_fn_config_test dlls/twain_32/tests twain_32_test
18295 wine_fn_config_dll typelib.dll16 enable_win16
18296 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18297 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
18298 wine_fn_config_dll unicows enable_unicows implib
18299 wine_fn_config_dll updspapi enable_updspapi
18300 wine_fn_config_dll url enable_url implib
18301 wine_fn_config_dll urlmon enable_urlmon clean,implib
18302 wine_fn_config_test dlls/urlmon/tests urlmon_test
18303 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18304 wine_fn_config_dll user.exe16 enable_win16
18305 wine_fn_config_dll user32 enable_user32 clean,implib
18306 wine_fn_config_test dlls/user32/tests user32_test
18307 wine_fn_config_dll userenv enable_userenv implib
18308 wine_fn_config_test dlls/userenv/tests userenv_test
18309 wine_fn_config_dll usp10 enable_usp10 implib
18310 wine_fn_config_test dlls/usp10/tests usp10_test
18311 wine_fn_config_lib uuid
18312 wine_fn_config_dll uxtheme enable_uxtheme implib
18313 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
18314 wine_fn_config_dll vbscript enable_vbscript clean
18315 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
18316 wine_fn_config_dll vcomp enable_vcomp
18317 wine_fn_config_test dlls/vcomp/tests vcomp_test
18318 wine_fn_config_dll vcomp100 enable_vcomp100
18319 wine_fn_config_dll vcomp110 enable_vcomp110
18320 wine_fn_config_dll vcomp120 enable_vcomp120
18321 wine_fn_config_dll vcomp140 enable_vcomp140
18322 wine_fn_config_dll vcomp90 enable_vcomp90
18323 wine_fn_config_dll vcruntime140 enable_vcruntime140
18324 wine_fn_config_dll vdhcp.vxd enable_win16
18325 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18326 wine_fn_config_dll ver.dll16 enable_win16
18327 wine_fn_config_dll version enable_version implib
18328 wine_fn_config_test dlls/version/tests version_test
18329 wine_fn_config_dll vmm.vxd enable_win16
18330 wine_fn_config_dll vnbt.vxd enable_win16
18331 wine_fn_config_dll vnetbios.vxd enable_win16
18332 wine_fn_config_dll vssapi enable_vssapi
18333 wine_fn_config_dll vtdapi.vxd enable_win16
18334 wine_fn_config_dll vwin32.vxd enable_win16
18335 wine_fn_config_dll w32skrnl enable_win16
18336 wine_fn_config_dll w32sys.dll16 enable_win16
18337 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18338 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
18339 wine_fn_config_dll wbemprox enable_wbemprox clean
18340 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
18341 wine_fn_config_dll webservices enable_webservices implib
18342 wine_fn_config_test dlls/webservices/tests webservices_test
18343 wine_fn_config_dll wer enable_wer implib
18344 wine_fn_config_test dlls/wer/tests wer_test
18345 wine_fn_config_dll wevtapi enable_wevtapi
18346 wine_fn_config_dll wiaservc enable_wiaservc clean
18347 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
18348 wine_fn_config_dll wimgapi enable_wimgapi
18349 wine_fn_config_dll win32s16.dll16 enable_win16
18350 wine_fn_config_dll win87em.dll16 enable_win16
18351 wine_fn_config_dll winaspi.dll16 enable_win16
18352 wine_fn_config_dll windebug.dll16 enable_win16
18353 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
18354 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
18355 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18356 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
18357 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18358 wine_fn_config_dll winebus.sys enable_winebus_sys
18359 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18360 wine_fn_config_lib winecrt0
18361 wine_fn_config_dll wined3d enable_wined3d implib
18362 wine_fn_config_dll winegstreamer enable_winegstreamer
18363 wine_fn_config_dll winehid.sys enable_winehid_sys
18364 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18365 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18366 wine_fn_config_dll winemapi enable_winemapi
18367 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18368 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18369 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18370 wine_fn_config_dll wineps16.drv16 enable_win16
18371 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18372 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18373 wine_fn_config_dll winex11.drv enable_winex11_drv
18374 wine_fn_config_dll wing.dll16 enable_win16
18375 wine_fn_config_dll wing32 enable_wing32
18376 wine_fn_config_dll winhttp enable_winhttp clean,implib
18377 wine_fn_config_test dlls/winhttp/tests winhttp_test
18378 wine_fn_config_dll wininet enable_wininet clean,implib
18379 wine_fn_config_test dlls/wininet/tests wininet_test
18380 wine_fn_config_dll winmm enable_winmm clean,implib
18381 wine_fn_config_test dlls/winmm/tests winmm_test
18382 wine_fn_config_dll winnls.dll16 enable_win16
18383 wine_fn_config_dll winnls32 enable_winnls32 implib
18384 wine_fn_config_dll winscard enable_winscard implib
18385 wine_fn_config_dll winsock.dll16 enable_win16
18386 wine_fn_config_dll winspool.drv enable_winspool_drv clean,implib winspool
18387 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
18388 wine_fn_config_dll winsta enable_winsta
18389 wine_fn_config_dll wintab.dll16 enable_win16
18390 wine_fn_config_dll wintab32 enable_wintab32 implib
18391 wine_fn_config_test dlls/wintab32/tests wintab32_test
18392 wine_fn_config_dll wintrust enable_wintrust implib
18393 wine_fn_config_test dlls/wintrust/tests wintrust_test
18394 wine_fn_config_dll wlanapi enable_wlanapi
18395 wine_fn_config_dll wldap32 enable_wldap32 clean,implib
18396 wine_fn_config_test dlls/wldap32/tests wldap32_test
18397 wine_fn_config_dll wmasf enable_wmasf
18398 wine_fn_config_dll wmi enable_wmi
18399 wine_fn_config_dll wmiutils enable_wmiutils clean
18400 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18401 wine_fn_config_dll wmp enable_wmp clean
18402 wine_fn_config_test dlls/wmp/tests wmp_test
18403 wine_fn_config_dll wmvcore enable_wmvcore
18404 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18405 wine_fn_config_dll wow32 enable_win16 implib
18406 wine_fn_config_dll wpc enable_wpc clean
18407 wine_fn_config_test dlls/wpc/tests wpc_test
18408 wine_fn_config_dll wpcap enable_wpcap
18409 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18410 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18411 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18412 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18413 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18414 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18415 wine_fn_config_dll wsock32 enable_wsock32 implib
18416 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18417 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18418 wine_fn_config_dll wuapi enable_wuapi clean
18419 wine_fn_config_dll wuaueng enable_wuaueng
18420 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18421 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18422 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18423 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18424 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18425 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18426 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18427 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18428 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18429 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18430 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18431 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18432 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18433 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18434 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18435 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18436 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18437 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18438 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18439 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18440 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18441 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18442 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18443 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18444 wine_fn_config_dll xinput1_1 enable_xinput1_1
18445 wine_fn_config_dll xinput1_2 enable_xinput1_2
18446 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18447 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18448 wine_fn_config_dll xinput1_4 enable_xinput1_4
18449 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18450 wine_fn_config_dll xmllite enable_xmllite implib
18451 wine_fn_config_test dlls/xmllite/tests xmllite_test
18452 wine_fn_config_dll xolehlp enable_xolehlp
18453 wine_fn_config_dll xpsprint enable_xpsprint
18454 wine_fn_config_dll xpssvcs enable_xpssvcs
18455 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18456 wine_fn_config_makefile include enable_include clean,install-dev
18457 wine_fn_config_makefile libs/port enable_libs_port
18458 wine_fn_config_makefile libs/wine enable_libs_wine clean,implib,install-dev,install-lib
18459 wine_fn_config_makefile libs/wpp enable_libs_wpp
18460 wine_fn_config_makefile loader enable_loader clean,install-lib
18461 wine_fn_config_makefile po enable_po clean
18462 wine_fn_config_program arp enable_arp install
18463 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18464 wine_fn_config_program attrib enable_attrib clean,install
18465 wine_fn_config_program cabarc enable_cabarc install
18466 wine_fn_config_program cacls enable_cacls install
18467 wine_fn_config_program clock enable_clock clean,install
18468 wine_fn_config_program cmd enable_cmd clean,install
18469 wine_fn_config_test programs/cmd/tests cmd.exe_test
18470 wine_fn_config_program conhost enable_conhost install
18471 wine_fn_config_program control enable_control install
18472 wine_fn_config_program cscript enable_cscript clean,install
18473 wine_fn_config_program dpnsvr enable_dpnsvr install
18474 wine_fn_config_program dxdiag enable_dxdiag clean,install
18475 wine_fn_config_program eject enable_eject install
18476 wine_fn_config_program expand enable_expand install
18477 wine_fn_config_program explorer enable_explorer clean,install
18478 wine_fn_config_program extrac32 enable_extrac32 install
18479 wine_fn_config_program findstr enable_findstr install
18480 wine_fn_config_program fsutil enable_fsutil install
18481 wine_fn_config_program hh enable_hh install
18482 wine_fn_config_program hostname enable_hostname clean,install
18483 wine_fn_config_program icacls enable_icacls install
18484 wine_fn_config_program icinfo enable_icinfo install
18485 wine_fn_config_program iexplore enable_iexplore install
18486 wine_fn_config_program ipconfig enable_ipconfig clean,install
18487 wine_fn_config_program lodctr enable_lodctr install
18488 wine_fn_config_program mofcomp enable_mofcomp install
18489 wine_fn_config_program mshta enable_mshta install
18490 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18491 wine_fn_config_program msinfo32 enable_msinfo32 clean,install
18492 wine_fn_config_program net enable_net clean,install
18493 wine_fn_config_program netsh enable_netsh install
18494 wine_fn_config_program netstat enable_netstat clean,install
18495 wine_fn_config_program ngen enable_ngen install
18496 wine_fn_config_program notepad enable_notepad clean,install,installbin,manpage
18497 wine_fn_config_program oleview enable_oleview clean,install
18498 wine_fn_config_program ping enable_ping install
18499 wine_fn_config_program plugplay enable_plugplay install
18500 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18501 wine_fn_config_program progman enable_progman clean,install
18502 wine_fn_config_program reg enable_reg clean,install
18503 wine_fn_config_test programs/reg/tests reg.exe_test
18504 wine_fn_config_program regasm enable_regasm install
18505 wine_fn_config_program regedit enable_regedit clean,install,installbin,manpage
18506 wine_fn_config_test programs/regedit/tests regedit.exe_test
18507 wine_fn_config_program regsvcs enable_regsvcs install
18508 wine_fn_config_program regsvr32 enable_regsvr32 clean,install,installbin,manpage
18509 wine_fn_config_program rpcss enable_rpcss clean,install
18510 wine_fn_config_program rundll.exe16 enable_win16 install
18511 wine_fn_config_program rundll32 enable_rundll32 install
18512 wine_fn_config_program sc enable_sc install
18513 wine_fn_config_program schtasks enable_schtasks install
18514 wine_fn_config_program sdbinst enable_sdbinst install
18515 wine_fn_config_program secedit enable_secedit install
18516 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18517 wine_fn_config_program services enable_services clean,install
18518 wine_fn_config_test programs/services/tests services.exe_test
18519 wine_fn_config_program shutdown enable_shutdown install
18520 wine_fn_config_program spoolsv enable_spoolsv install
18521 wine_fn_config_program start enable_start clean,install
18522 wine_fn_config_program subst enable_subst install
18523 wine_fn_config_program svchost enable_svchost install
18524 wine_fn_config_program systeminfo enable_systeminfo install
18525 wine_fn_config_program taskkill enable_taskkill clean,install
18526 wine_fn_config_program tasklist enable_tasklist install
18527 wine_fn_config_program taskmgr enable_taskmgr clean,install
18528 wine_fn_config_program termsv enable_termsv install
18529 wine_fn_config_program uninstaller enable_uninstaller clean,install
18530 wine_fn_config_program unlodctr enable_unlodctr install
18531 wine_fn_config_program view enable_view clean,install
18532 wine_fn_config_program wevtutil enable_wevtutil install
18533 wine_fn_config_program wineboot enable_wineboot clean,install,installbin,manpage
18534 wine_fn_config_program winebrowser enable_winebrowser install
18535 wine_fn_config_program winecfg enable_winecfg clean,install,installbin,manpage
18536 wine_fn_config_program wineconsole enable_wineconsole clean,install,installbin,manpage
18537 wine_fn_config_program winedbg enable_winedbg clean,install,installbin,manpage
18538 wine_fn_config_program winedevice enable_winedevice install
18539 wine_fn_config_program winefile enable_winefile clean,install,installbin,manpage
18540 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18541 wine_fn_config_program winemine enable_winemine clean,install,installbin,manpage
18542 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18543 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18544 wine_fn_config_program winetest enable_winetest clean
18545 wine_fn_config_program winevdm enable_win16 install
18546 wine_fn_config_program winhelp.exe16 enable_win16 install
18547 wine_fn_config_program winhlp32 enable_winhlp32 clean,install
18548 wine_fn_config_program winoldap.mod16 enable_win16 install
18549 wine_fn_config_program winver enable_winver install
18550 wine_fn_config_program wmic enable_wmic clean,install
18551 wine_fn_config_program wmplayer enable_wmplayer install
18552 wine_fn_config_program wordpad enable_wordpad clean,install
18553 wine_fn_config_program write enable_write clean,install
18554 wine_fn_config_program wscript enable_wscript clean,install
18555 wine_fn_config_test programs/wscript/tests wscript.exe_test
18556 wine_fn_config_program wusa enable_wusa install
18557 wine_fn_config_program xcopy enable_xcopy clean,install
18558 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18559 wine_fn_config_makefile server enable_server clean,install-lib
18560 wine_fn_config_tool tools clean
18561 wine_fn_config_tool tools/sfnt2fon clean
18562 wine_fn_config_tool tools/widl clean,install-dev
18563 wine_fn_config_tool tools/winebuild clean,install-dev
18564 wine_fn_config_tool tools/winedump clean,install-dev
18565 wine_fn_config_tool tools/winegcc clean,install-dev
18566 wine_fn_config_tool tools/winemaker clean,install-dev
18567 wine_fn_config_tool tools/wmc clean,install-dev
18568 wine_fn_config_tool tools/wrc clean,install-dev
18571 wine_fn_append_file CONFIGURE_TARGETS "TAGS"
18572 wine_fn_append_file CONFIGURE_TARGETS "tags"
18573 wine_fn_append_file CONFIGURE_TARGETS "autom4te.cache"
18574 wine_fn_append_file CONFIGURE_TARGETS "config.log"
18575 wine_fn_append_file CONFIGURE_TARGETS "config.status"
18576 wine_fn_append_file CONFIGURE_TARGETS "include/config.h"
18577 wine_fn_append_file CONFIGURE_TARGETS "include/stamp-h"
18578 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine"
18580 if test "x$enable_tools" != xno
18581 then
18582 wine_fn_append_file CONFIGURE_TARGETS "tools/makedep$ac_exeext"
18583 ac_config_commands="$ac_config_commands tools/makedep"
18587 ac_config_commands="$ac_config_commands Makefile"
18590 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18594 if test "x$enable_maintainer_mode" = xyes
18595 then
18596 wine_fn_append_rule "configure: configure.ac aclocal.m4
18597 autoconf --warnings=all
18598 include/config.h.in: include/stamp-h.in
18599 include/stamp-h.in: configure.ac aclocal.m4
18600 autoheader --warnings=all
18601 @echo timestamp > \$@"
18604 if test "x$enable_tools" != xno
18605 then
18606 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18607 @./config.status tools/makedep
18608 Makefile: tools/makedep$ac_exeext"
18609 else
18610 wine_fn_append_rule "\$(MAKEDEP):
18611 @echo \"You need to run make in $TOOLSDIR first\" && false"
18614 if test -n "$with_wine64"
18615 then
18616 wine_fn_append_rule "all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18617 fonts server:
18618 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18619 $with_wine64/loader/wine:
18620 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18621 $with_wine64/loader/wine-preloader:
18622 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18623 clean::
18624 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18625 else
18626 WINELOADER_INSTALL="wine.inf"
18628 wine_fn_append_rule "install install-lib::
18629 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18630 uninstall::
18631 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18632 case $host_os in
18633 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
18634 *) wine_fn_append_rule "install install-lib::
18635 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18636 uninstall::
18637 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18638 esac
18641 $as_echo " done" >&6
18642 cat >confcache <<\_ACEOF
18643 # This file is a shell script that caches the results of configure
18644 # tests run on this system so they can be shared between configure
18645 # scripts and configure runs, see configure's option --config-cache.
18646 # It is not useful on other systems. If it contains results you don't
18647 # want to keep, you may remove or edit it.
18649 # config.status only pays attention to the cache file if you give it
18650 # the --recheck option to rerun configure.
18652 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18653 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18654 # following values.
18656 _ACEOF
18658 # The following way of writing the cache mishandles newlines in values,
18659 # but we know of no workaround that is simple, portable, and efficient.
18660 # So, we kill variables containing newlines.
18661 # Ultrix sh set writes to stderr and can't be redirected directly,
18662 # and sets the high bit in the cache file unless we assign to the vars.
18664 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18665 eval ac_val=\$$ac_var
18666 case $ac_val in #(
18667 *${as_nl}*)
18668 case $ac_var in #(
18669 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18670 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18671 esac
18672 case $ac_var in #(
18673 _ | IFS | as_nl) ;; #(
18674 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18675 *) { eval $ac_var=; unset $ac_var;} ;;
18676 esac ;;
18677 esac
18678 done
18680 (set) 2>&1 |
18681 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18682 *${as_nl}ac_space=\ *)
18683 # `set' does not quote correctly, so add quotes: double-quote
18684 # substitution turns \\\\ into \\, and sed turns \\ into \.
18685 sed -n \
18686 "s/'/'\\\\''/g;
18687 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18688 ;; #(
18690 # `set' quotes correctly as required by POSIX, so do not add quotes.
18691 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18693 esac |
18694 sort
18696 sed '
18697 /^ac_cv_env_/b end
18698 t clear
18699 :clear
18700 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18701 t end
18702 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18703 :end' >>confcache
18704 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18705 if test -w "$cache_file"; then
18706 if test "x$cache_file" != "x/dev/null"; then
18707 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18708 $as_echo "$as_me: updating cache $cache_file" >&6;}
18709 if test ! -f "$cache_file" || test -h "$cache_file"; then
18710 cat confcache >"$cache_file"
18711 else
18712 case $cache_file in #(
18713 */* | ?:*)
18714 mv -f confcache "$cache_file"$$ &&
18715 mv -f "$cache_file"$$ "$cache_file" ;; #(
18717 mv -f confcache "$cache_file" ;;
18718 esac
18721 else
18722 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18723 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18726 rm -f confcache
18728 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18729 # Let make expand exec_prefix.
18730 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18732 DEFS=-DHAVE_CONFIG_H
18734 ac_libobjs=
18735 ac_ltlibobjs=
18737 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18738 # 1. Remove the extension, and $U if already installed.
18739 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18740 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18741 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18742 # will be set to the directory where LIBOBJS objects are built.
18743 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18744 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18745 done
18746 LIBOBJS=$ac_libobjs
18748 LTLIBOBJS=$ac_ltlibobjs
18752 : "${CONFIG_STATUS=./config.status}"
18753 ac_write_fail=0
18754 ac_clean_files_save=$ac_clean_files
18755 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18756 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18757 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18758 as_write_fail=0
18759 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18760 #! $SHELL
18761 # Generated by $as_me.
18762 # Run this file to recreate the current configuration.
18763 # Compiler output produced by configure, useful for debugging
18764 # configure, is in config.log if it exists.
18766 debug=false
18767 ac_cs_recheck=false
18768 ac_cs_silent=false
18770 SHELL=\${CONFIG_SHELL-$SHELL}
18771 export SHELL
18772 _ASEOF
18773 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18774 ## -------------------- ##
18775 ## M4sh Initialization. ##
18776 ## -------------------- ##
18778 # Be more Bourne compatible
18779 DUALCASE=1; export DUALCASE # for MKS sh
18780 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18781 emulate sh
18782 NULLCMD=:
18783 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18784 # is contrary to our usage. Disable this feature.
18785 alias -g '${1+"$@"}'='"$@"'
18786 setopt NO_GLOB_SUBST
18787 else
18788 case `(set -o) 2>/dev/null` in #(
18789 *posix*) :
18790 set -o posix ;; #(
18791 *) :
18793 esac
18797 as_nl='
18799 export as_nl
18800 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18801 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18802 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18803 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18804 # Prefer a ksh shell builtin over an external printf program on Solaris,
18805 # but without wasting forks for bash or zsh.
18806 if test -z "$BASH_VERSION$ZSH_VERSION" \
18807 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18808 as_echo='print -r --'
18809 as_echo_n='print -rn --'
18810 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18811 as_echo='printf %s\n'
18812 as_echo_n='printf %s'
18813 else
18814 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18815 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18816 as_echo_n='/usr/ucb/echo -n'
18817 else
18818 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18819 as_echo_n_body='eval
18820 arg=$1;
18821 case $arg in #(
18822 *"$as_nl"*)
18823 expr "X$arg" : "X\\(.*\\)$as_nl";
18824 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18825 esac;
18826 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18828 export as_echo_n_body
18829 as_echo_n='sh -c $as_echo_n_body as_echo'
18831 export as_echo_body
18832 as_echo='sh -c $as_echo_body as_echo'
18835 # The user is always right.
18836 if test "${PATH_SEPARATOR+set}" != set; then
18837 PATH_SEPARATOR=:
18838 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18839 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18840 PATH_SEPARATOR=';'
18845 # IFS
18846 # We need space, tab and new line, in precisely that order. Quoting is
18847 # there to prevent editors from complaining about space-tab.
18848 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18849 # splitting by setting IFS to empty value.)
18850 IFS=" "" $as_nl"
18852 # Find who we are. Look in the path if we contain no directory separator.
18853 as_myself=
18854 case $0 in #((
18855 *[\\/]* ) as_myself=$0 ;;
18856 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18857 for as_dir in $PATH
18859 IFS=$as_save_IFS
18860 test -z "$as_dir" && as_dir=.
18861 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18862 done
18863 IFS=$as_save_IFS
18866 esac
18867 # We did not find ourselves, most probably we were run as `sh COMMAND'
18868 # in which case we are not to be found in the path.
18869 if test "x$as_myself" = x; then
18870 as_myself=$0
18872 if test ! -f "$as_myself"; then
18873 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18874 exit 1
18877 # Unset variables that we do not need and which cause bugs (e.g. in
18878 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18879 # suppresses any "Segmentation fault" message there. '((' could
18880 # trigger a bug in pdksh 5.2.14.
18881 for as_var in BASH_ENV ENV MAIL MAILPATH
18882 do eval test x\${$as_var+set} = xset \
18883 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18884 done
18885 PS1='$ '
18886 PS2='> '
18887 PS4='+ '
18889 # NLS nuisances.
18890 LC_ALL=C
18891 export LC_ALL
18892 LANGUAGE=C
18893 export LANGUAGE
18895 # CDPATH.
18896 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18899 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18900 # ----------------------------------------
18901 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18902 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18903 # script with STATUS, using 1 if that was 0.
18904 as_fn_error ()
18906 as_status=$1; test $as_status -eq 0 && as_status=1
18907 if test "$4"; then
18908 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18909 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18911 $as_echo "$as_me: error: $2" >&2
18912 as_fn_exit $as_status
18913 } # as_fn_error
18916 # as_fn_set_status STATUS
18917 # -----------------------
18918 # Set $? to STATUS, without forking.
18919 as_fn_set_status ()
18921 return $1
18922 } # as_fn_set_status
18924 # as_fn_exit STATUS
18925 # -----------------
18926 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18927 as_fn_exit ()
18929 set +e
18930 as_fn_set_status $1
18931 exit $1
18932 } # as_fn_exit
18934 # as_fn_unset VAR
18935 # ---------------
18936 # Portably unset VAR.
18937 as_fn_unset ()
18939 { eval $1=; unset $1;}
18941 as_unset=as_fn_unset
18942 # as_fn_append VAR VALUE
18943 # ----------------------
18944 # Append the text in VALUE to the end of the definition contained in VAR. Take
18945 # advantage of any shell optimizations that allow amortized linear growth over
18946 # repeated appends, instead of the typical quadratic growth present in naive
18947 # implementations.
18948 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18949 eval 'as_fn_append ()
18951 eval $1+=\$2
18953 else
18954 as_fn_append ()
18956 eval $1=\$$1\$2
18958 fi # as_fn_append
18960 # as_fn_arith ARG...
18961 # ------------------
18962 # Perform arithmetic evaluation on the ARGs, and store the result in the
18963 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18964 # must be portable across $(()) and expr.
18965 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18966 eval 'as_fn_arith ()
18968 as_val=$(( $* ))
18970 else
18971 as_fn_arith ()
18973 as_val=`expr "$@" || test $? -eq 1`
18975 fi # as_fn_arith
18978 if expr a : '\(a\)' >/dev/null 2>&1 &&
18979 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18980 as_expr=expr
18981 else
18982 as_expr=false
18985 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18986 as_basename=basename
18987 else
18988 as_basename=false
18991 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18992 as_dirname=dirname
18993 else
18994 as_dirname=false
18997 as_me=`$as_basename -- "$0" ||
18998 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18999 X"$0" : 'X\(//\)$' \| \
19000 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19001 $as_echo X/"$0" |
19002 sed '/^.*\/\([^/][^/]*\)\/*$/{
19003 s//\1/
19006 /^X\/\(\/\/\)$/{
19007 s//\1/
19010 /^X\/\(\/\).*/{
19011 s//\1/
19014 s/.*/./; q'`
19016 # Avoid depending upon Character Ranges.
19017 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19018 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19019 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19020 as_cr_digits='0123456789'
19021 as_cr_alnum=$as_cr_Letters$as_cr_digits
19023 ECHO_C= ECHO_N= ECHO_T=
19024 case `echo -n x` in #(((((
19025 -n*)
19026 case `echo 'xy\c'` in
19027 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19028 xy) ECHO_C='\c';;
19029 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19030 ECHO_T=' ';;
19031 esac;;
19033 ECHO_N='-n';;
19034 esac
19036 rm -f conf$$ conf$$.exe conf$$.file
19037 if test -d conf$$.dir; then
19038 rm -f conf$$.dir/conf$$.file
19039 else
19040 rm -f conf$$.dir
19041 mkdir conf$$.dir 2>/dev/null
19043 if (echo >conf$$.file) 2>/dev/null; then
19044 if ln -s conf$$.file conf$$ 2>/dev/null; then
19045 as_ln_s='ln -s'
19046 # ... but there are two gotchas:
19047 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19048 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19049 # In both cases, we have to default to `cp -pR'.
19050 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19051 as_ln_s='cp -pR'
19052 elif ln conf$$.file conf$$ 2>/dev/null; then
19053 as_ln_s=ln
19054 else
19055 as_ln_s='cp -pR'
19057 else
19058 as_ln_s='cp -pR'
19060 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19061 rmdir conf$$.dir 2>/dev/null
19064 # as_fn_mkdir_p
19065 # -------------
19066 # Create "$as_dir" as a directory, including parents if necessary.
19067 as_fn_mkdir_p ()
19070 case $as_dir in #(
19071 -*) as_dir=./$as_dir;;
19072 esac
19073 test -d "$as_dir" || eval $as_mkdir_p || {
19074 as_dirs=
19075 while :; do
19076 case $as_dir in #(
19077 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19078 *) as_qdir=$as_dir;;
19079 esac
19080 as_dirs="'$as_qdir' $as_dirs"
19081 as_dir=`$as_dirname -- "$as_dir" ||
19082 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19083 X"$as_dir" : 'X\(//\)[^/]' \| \
19084 X"$as_dir" : 'X\(//\)$' \| \
19085 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19086 $as_echo X"$as_dir" |
19087 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19088 s//\1/
19091 /^X\(\/\/\)[^/].*/{
19092 s//\1/
19095 /^X\(\/\/\)$/{
19096 s//\1/
19099 /^X\(\/\).*/{
19100 s//\1/
19103 s/.*/./; q'`
19104 test -d "$as_dir" && break
19105 done
19106 test -z "$as_dirs" || eval "mkdir $as_dirs"
19107 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
19110 } # as_fn_mkdir_p
19111 if mkdir -p . 2>/dev/null; then
19112 as_mkdir_p='mkdir -p "$as_dir"'
19113 else
19114 test -d ./-p && rmdir ./-p
19115 as_mkdir_p=false
19119 # as_fn_executable_p FILE
19120 # -----------------------
19121 # Test if FILE is an executable regular file.
19122 as_fn_executable_p ()
19124 test -f "$1" && test -x "$1"
19125 } # as_fn_executable_p
19126 as_test_x='test -x'
19127 as_executable_p=as_fn_executable_p
19129 # Sed expression to map a string onto a valid CPP name.
19130 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19132 # Sed expression to map a string onto a valid variable name.
19133 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19136 exec 6>&1
19137 ## ----------------------------------- ##
19138 ## Main body of $CONFIG_STATUS script. ##
19139 ## ----------------------------------- ##
19140 _ASEOF
19141 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19143 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19144 # Save the log message, to keep $0 and so on meaningful, and to
19145 # report actual input values of CONFIG_FILES etc. instead of their
19146 # values after options handling.
19147 ac_log="
19148 This file was extended by Wine $as_me 1.9.22, which was
19149 generated by GNU Autoconf 2.69. Invocation command line was
19151 CONFIG_FILES = $CONFIG_FILES
19152 CONFIG_HEADERS = $CONFIG_HEADERS
19153 CONFIG_LINKS = $CONFIG_LINKS
19154 CONFIG_COMMANDS = $CONFIG_COMMANDS
19155 $ $0 $@
19157 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19160 _ACEOF
19162 case $ac_config_files in *"
19163 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19164 esac
19166 case $ac_config_headers in *"
19167 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19168 esac
19171 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19172 # Files that config.status was made for.
19173 config_files="$ac_config_files"
19174 config_headers="$ac_config_headers"
19175 config_links="$ac_config_links"
19176 config_commands="$ac_config_commands"
19178 _ACEOF
19180 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19181 ac_cs_usage="\
19182 \`$as_me' instantiates files and other configuration actions
19183 from templates according to the current configuration. Unless the files
19184 and actions are specified as TAGs, all are instantiated by default.
19186 Usage: $0 [OPTION]... [TAG]...
19188 -h, --help print this help, then exit
19189 -V, --version print version number and configuration settings, then exit
19190 --config print configuration, then exit
19191 -q, --quiet, --silent
19192 do not print progress messages
19193 -d, --debug don't remove temporary files
19194 --recheck update $as_me by reconfiguring in the same conditions
19195 --file=FILE[:TEMPLATE]
19196 instantiate the configuration file FILE
19197 --header=FILE[:TEMPLATE]
19198 instantiate the configuration header FILE
19200 Configuration files:
19201 $config_files
19203 Configuration headers:
19204 $config_headers
19206 Configuration links:
19207 $config_links
19209 Configuration commands:
19210 $config_commands
19212 Report bugs to <wine-devel@winehq.org>.
19213 Wine home page: <http://www.winehq.org>."
19215 _ACEOF
19216 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19217 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19218 ac_cs_version="\\
19219 Wine config.status 1.9.22
19220 configured by $0, generated by GNU Autoconf 2.69,
19221 with options \\"\$ac_cs_config\\"
19223 Copyright (C) 2012 Free Software Foundation, Inc.
19224 This config.status script is free software; the Free Software Foundation
19225 gives unlimited permission to copy, distribute and modify it."
19227 ac_pwd='$ac_pwd'
19228 srcdir='$srcdir'
19229 test -n "\$AWK" || AWK=awk
19230 _ACEOF
19232 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19233 # The default lists apply if the user does not specify any file.
19234 ac_need_defaults=:
19235 while test $# != 0
19237 case $1 in
19238 --*=?*)
19239 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19240 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19241 ac_shift=:
19243 --*=)
19244 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19245 ac_optarg=
19246 ac_shift=:
19249 ac_option=$1
19250 ac_optarg=$2
19251 ac_shift=shift
19253 esac
19255 case $ac_option in
19256 # Handling of the options.
19257 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19258 ac_cs_recheck=: ;;
19259 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19260 $as_echo "$ac_cs_version"; exit ;;
19261 --config | --confi | --conf | --con | --co | --c )
19262 $as_echo "$ac_cs_config"; exit ;;
19263 --debug | --debu | --deb | --de | --d | -d )
19264 debug=: ;;
19265 --file | --fil | --fi | --f )
19266 $ac_shift
19267 case $ac_optarg in
19268 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19269 '') as_fn_error $? "missing file argument" ;;
19270 esac
19271 as_fn_append CONFIG_FILES " '$ac_optarg'"
19272 ac_need_defaults=false;;
19273 --header | --heade | --head | --hea )
19274 $ac_shift
19275 case $ac_optarg in
19276 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19277 esac
19278 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19279 ac_need_defaults=false;;
19280 --he | --h)
19281 # Conflict between --help and --header
19282 as_fn_error $? "ambiguous option: \`$1'
19283 Try \`$0 --help' for more information.";;
19284 --help | --hel | -h )
19285 $as_echo "$ac_cs_usage"; exit ;;
19286 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19287 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19288 ac_cs_silent=: ;;
19290 # This is an error.
19291 -*) as_fn_error $? "unrecognized option: \`$1'
19292 Try \`$0 --help' for more information." ;;
19294 *) as_fn_append ac_config_targets " $1"
19295 ac_need_defaults=false ;;
19297 esac
19298 shift
19299 done
19301 ac_configure_extra_args=
19303 if $ac_cs_silent; then
19304 exec 6>/dev/null
19305 ac_configure_extra_args="$ac_configure_extra_args --silent"
19308 _ACEOF
19309 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19310 if \$ac_cs_recheck; then
19311 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19312 shift
19313 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19314 CONFIG_SHELL='$SHELL'
19315 export CONFIG_SHELL
19316 exec "\$@"
19319 _ACEOF
19320 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19321 exec 5>>config.log
19323 echo
19324 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19325 ## Running $as_me. ##
19326 _ASBOX
19327 $as_echo "$ac_log"
19328 } >&5
19330 _ACEOF
19331 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19333 # INIT-COMMANDS
19335 wine_fn_output_makedep ()
19337 as_dir=tools; as_fn_mkdir_p
19338 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19340 wine_fn_output_makefile ()
19342 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19343 `cat $wine_rules_file`
19344 _WINE_EOF
19345 as_fn_error $? "could not create Makefile" "$LINENO" 5
19348 _ACEOF
19350 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19352 # Handling of arguments.
19353 for ac_config_target in $ac_config_targets
19355 case $ac_config_target in
19356 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19357 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19358 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19359 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19360 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19361 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19362 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19363 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19364 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19365 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19366 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19367 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19368 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19370 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19371 esac
19372 done
19375 # If the user did not use the arguments to specify the items to instantiate,
19376 # then the envvar interface is used. Set only those that are not.
19377 # We use the long form for the default assignment because of an extremely
19378 # bizarre bug on SunOS 4.1.3.
19379 if $ac_need_defaults; then
19380 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19381 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19382 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19383 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19386 # Have a temporary directory for convenience. Make it in the build tree
19387 # simply because there is no reason against having it here, and in addition,
19388 # creating and moving files from /tmp can sometimes cause problems.
19389 # Hook for its removal unless debugging.
19390 # Note that there is a small window in which the directory will not be cleaned:
19391 # after its creation but before its name has been assigned to `$tmp'.
19392 $debug ||
19394 tmp= ac_tmp=
19395 trap 'exit_status=$?
19396 : "${ac_tmp:=$tmp}"
19397 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19399 trap 'as_fn_exit 1' 1 2 13 15
19401 # Create a (secure) tmp directory for tmp files.
19404 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19405 test -d "$tmp"
19406 } ||
19408 tmp=./conf$$-$RANDOM
19409 (umask 077 && mkdir "$tmp")
19410 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19411 ac_tmp=$tmp
19413 # Set up the scripts for CONFIG_FILES section.
19414 # No need to generate them if there are no CONFIG_FILES.
19415 # This happens for instance with `./config.status config.h'.
19416 if test -n "$CONFIG_FILES"; then
19419 ac_cr=`echo X | tr X '\015'`
19420 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19421 # But we know of no other shell where ac_cr would be empty at this
19422 # point, so we can use a bashism as a fallback.
19423 if test "x$ac_cr" = x; then
19424 eval ac_cr=\$\'\\r\'
19426 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19427 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19428 ac_cs_awk_cr='\\r'
19429 else
19430 ac_cs_awk_cr=$ac_cr
19433 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19434 _ACEOF
19438 echo "cat >conf$$subs.awk <<_ACEOF" &&
19439 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19440 echo "_ACEOF"
19441 } >conf$$subs.sh ||
19442 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19443 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19444 ac_delim='%!_!# '
19445 for ac_last_try in false false false false false :; do
19446 . ./conf$$subs.sh ||
19447 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19449 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19450 if test $ac_delim_n = $ac_delim_num; then
19451 break
19452 elif $ac_last_try; then
19453 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19454 else
19455 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19457 done
19458 rm -f conf$$subs.sh
19460 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19461 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19462 _ACEOF
19463 sed -n '
19465 s/^/S["/; s/!.*/"]=/
19468 s/^[^!]*!//
19469 :repl
19470 t repl
19471 s/'"$ac_delim"'$//
19472 t delim
19475 s/\(.\{148\}\)..*/\1/
19476 t more1
19477 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19480 b repl
19481 :more1
19482 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19485 s/.\{148\}//
19486 t nl
19487 :delim
19489 s/\(.\{148\}\)..*/\1/
19490 t more2
19491 s/["\\]/\\&/g; s/^/"/; s/$/"/
19494 :more2
19495 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19498 s/.\{148\}//
19499 t delim
19500 ' <conf$$subs.awk | sed '
19501 /^[^""]/{
19503 s/\n//
19505 ' >>$CONFIG_STATUS || ac_write_fail=1
19506 rm -f conf$$subs.awk
19507 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19508 _ACAWK
19509 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19510 for (key in S) S_is_set[key] = 1
19511 FS = "\a"
19515 line = $ 0
19516 nfields = split(line, field, "@")
19517 substed = 0
19518 len = length(field[1])
19519 for (i = 2; i < nfields; i++) {
19520 key = field[i]
19521 keylen = length(key)
19522 if (S_is_set[key]) {
19523 value = S[key]
19524 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19525 len += length(value) + length(field[++i])
19526 substed = 1
19527 } else
19528 len += 1 + keylen
19531 print line
19534 _ACAWK
19535 _ACEOF
19536 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19537 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19538 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19539 else
19541 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19542 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19543 _ACEOF
19545 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19546 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19547 # trailing colons and then remove the whole line if VPATH becomes empty
19548 # (actually we leave an empty line to preserve line numbers).
19549 if test "x$srcdir" = x.; then
19550 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19552 s///
19553 s/^/:/
19554 s/[ ]*$/:/
19555 s/:\$(srcdir):/:/g
19556 s/:\${srcdir}:/:/g
19557 s/:@srcdir@:/:/g
19558 s/^:*//
19559 s/:*$//
19561 s/\(=[ ]*\).*/\1/
19563 s/\n//
19564 s/^[^=]*=[ ]*$//
19568 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19569 fi # test -n "$CONFIG_FILES"
19571 # Set up the scripts for CONFIG_HEADERS section.
19572 # No need to generate them if there are no CONFIG_HEADERS.
19573 # This happens for instance with `./config.status Makefile'.
19574 if test -n "$CONFIG_HEADERS"; then
19575 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19576 BEGIN {
19577 _ACEOF
19579 # Transform confdefs.h into an awk script `defines.awk', embedded as
19580 # here-document in config.status, that substitutes the proper values into
19581 # config.h.in to produce config.h.
19583 # Create a delimiter string that does not exist in confdefs.h, to ease
19584 # handling of long lines.
19585 ac_delim='%!_!# '
19586 for ac_last_try in false false :; do
19587 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19588 if test -z "$ac_tt"; then
19589 break
19590 elif $ac_last_try; then
19591 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19592 else
19593 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19595 done
19597 # For the awk script, D is an array of macro values keyed by name,
19598 # likewise P contains macro parameters if any. Preserve backslash
19599 # newline sequences.
19601 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19602 sed -n '
19603 s/.\{148\}/&'"$ac_delim"'/g
19604 t rset
19605 :rset
19606 s/^[ ]*#[ ]*define[ ][ ]*/ /
19607 t def
19609 :def
19610 s/\\$//
19611 t bsnl
19612 s/["\\]/\\&/g
19613 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19614 D["\1"]=" \3"/p
19615 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19617 :bsnl
19618 s/["\\]/\\&/g
19619 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19620 D["\1"]=" \3\\\\\\n"\\/p
19621 t cont
19622 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19623 t cont
19625 :cont
19627 s/.\{148\}/&'"$ac_delim"'/g
19628 t clear
19629 :clear
19630 s/\\$//
19631 t bsnlc
19632 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19634 :bsnlc
19635 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19636 b cont
19637 ' <confdefs.h | sed '
19638 s/'"$ac_delim"'/"\\\
19639 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19641 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19642 for (key in D) D_is_set[key] = 1
19643 FS = "\a"
19645 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19646 line = \$ 0
19647 split(line, arg, " ")
19648 if (arg[1] == "#") {
19649 defundef = arg[2]
19650 mac1 = arg[3]
19651 } else {
19652 defundef = substr(arg[1], 2)
19653 mac1 = arg[2]
19655 split(mac1, mac2, "(") #)
19656 macro = mac2[1]
19657 prefix = substr(line, 1, index(line, defundef) - 1)
19658 if (D_is_set[macro]) {
19659 # Preserve the white space surrounding the "#".
19660 print prefix "define", macro P[macro] D[macro]
19661 next
19662 } else {
19663 # Replace #undef with comments. This is necessary, for example,
19664 # in the case of _POSIX_SOURCE, which is predefined and required
19665 # on some systems where configure will not decide to define it.
19666 if (defundef == "undef") {
19667 print "/*", prefix defundef, macro, "*/"
19668 next
19672 { print }
19673 _ACAWK
19674 _ACEOF
19675 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19676 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19677 fi # test -n "$CONFIG_HEADERS"
19680 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19681 shift
19682 for ac_tag
19684 case $ac_tag in
19685 :[FHLC]) ac_mode=$ac_tag; continue;;
19686 esac
19687 case $ac_mode$ac_tag in
19688 :[FHL]*:*);;
19689 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19690 :[FH]-) ac_tag=-:-;;
19691 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19692 esac
19693 ac_save_IFS=$IFS
19694 IFS=:
19695 set x $ac_tag
19696 IFS=$ac_save_IFS
19697 shift
19698 ac_file=$1
19699 shift
19701 case $ac_mode in
19702 :L) ac_source=$1;;
19703 :[FH])
19704 ac_file_inputs=
19705 for ac_f
19707 case $ac_f in
19708 -) ac_f="$ac_tmp/stdin";;
19709 *) # Look for the file first in the build tree, then in the source tree
19710 # (if the path is not absolute). The absolute path cannot be DOS-style,
19711 # because $ac_f cannot contain `:'.
19712 test -f "$ac_f" ||
19713 case $ac_f in
19714 [\\/$]*) false;;
19715 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19716 esac ||
19717 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19718 esac
19719 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19720 as_fn_append ac_file_inputs " '$ac_f'"
19721 done
19723 # Let's still pretend it is `configure' which instantiates (i.e., don't
19724 # use $as_me), people would be surprised to read:
19725 # /* config.h. Generated by config.status. */
19726 configure_input='Generated from '`
19727 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19728 `' by configure.'
19729 if test x"$ac_file" != x-; then
19730 configure_input="$ac_file. $configure_input"
19731 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19732 $as_echo "$as_me: creating $ac_file" >&6;}
19734 # Neutralize special characters interpreted by sed in replacement strings.
19735 case $configure_input in #(
19736 *\&* | *\|* | *\\* )
19737 ac_sed_conf_input=`$as_echo "$configure_input" |
19738 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19739 *) ac_sed_conf_input=$configure_input;;
19740 esac
19742 case $ac_tag in
19743 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19744 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19745 esac
19747 esac
19749 ac_dir=`$as_dirname -- "$ac_file" ||
19750 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19751 X"$ac_file" : 'X\(//\)[^/]' \| \
19752 X"$ac_file" : 'X\(//\)$' \| \
19753 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19754 $as_echo X"$ac_file" |
19755 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19756 s//\1/
19759 /^X\(\/\/\)[^/].*/{
19760 s//\1/
19763 /^X\(\/\/\)$/{
19764 s//\1/
19767 /^X\(\/\).*/{
19768 s//\1/
19771 s/.*/./; q'`
19772 as_dir="$ac_dir"; as_fn_mkdir_p
19773 ac_builddir=.
19775 case "$ac_dir" in
19776 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19778 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19779 # A ".." for each directory in $ac_dir_suffix.
19780 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19781 case $ac_top_builddir_sub in
19782 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19783 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19784 esac ;;
19785 esac
19786 ac_abs_top_builddir=$ac_pwd
19787 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19788 # for backward compatibility:
19789 ac_top_builddir=$ac_top_build_prefix
19791 case $srcdir in
19792 .) # We are building in place.
19793 ac_srcdir=.
19794 ac_top_srcdir=$ac_top_builddir_sub
19795 ac_abs_top_srcdir=$ac_pwd ;;
19796 [\\/]* | ?:[\\/]* ) # Absolute name.
19797 ac_srcdir=$srcdir$ac_dir_suffix;
19798 ac_top_srcdir=$srcdir
19799 ac_abs_top_srcdir=$srcdir ;;
19800 *) # Relative name.
19801 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19802 ac_top_srcdir=$ac_top_build_prefix$srcdir
19803 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19804 esac
19805 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19808 case $ac_mode in
19811 # CONFIG_FILE
19814 _ACEOF
19816 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19817 # If the template does not know about datarootdir, expand it.
19818 # FIXME: This hack should be removed a few years after 2.60.
19819 ac_datarootdir_hack=; ac_datarootdir_seen=
19820 ac_sed_dataroot='
19821 /datarootdir/ {
19825 /@datadir@/p
19826 /@docdir@/p
19827 /@infodir@/p
19828 /@localedir@/p
19829 /@mandir@/p'
19830 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19831 *datarootdir*) ac_datarootdir_seen=yes;;
19832 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19834 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19835 _ACEOF
19836 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19837 ac_datarootdir_hack='
19838 s&@datadir@&$datadir&g
19839 s&@docdir@&$docdir&g
19840 s&@infodir@&$infodir&g
19841 s&@localedir@&$localedir&g
19842 s&@mandir@&$mandir&g
19843 s&\\\${datarootdir}&$datarootdir&g' ;;
19844 esac
19845 _ACEOF
19847 # Neutralize VPATH when `$srcdir' = `.'.
19848 # Shell code in configure.ac might set extrasub.
19849 # FIXME: do we really want to maintain this feature?
19850 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19851 ac_sed_extra="$ac_vpsub
19852 $extrasub
19853 _ACEOF
19854 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19856 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19857 s|@configure_input@|$ac_sed_conf_input|;t t
19858 s&@top_builddir@&$ac_top_builddir_sub&;t t
19859 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19860 s&@srcdir@&$ac_srcdir&;t t
19861 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19862 s&@top_srcdir@&$ac_top_srcdir&;t t
19863 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19864 s&@builddir@&$ac_builddir&;t t
19865 s&@abs_builddir@&$ac_abs_builddir&;t t
19866 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19867 $ac_datarootdir_hack
19869 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19870 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19872 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19873 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19874 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19875 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19877 which seems to be undefined. Please make sure it is defined" >&5
19878 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19879 which seems to be undefined. Please make sure it is defined" >&2;}
19881 rm -f "$ac_tmp/stdin"
19882 case $ac_file in
19883 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19884 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19885 esac \
19886 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19890 # CONFIG_HEADER
19892 if test x"$ac_file" != x-; then
19894 $as_echo "/* $configure_input */" \
19895 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19896 } >"$ac_tmp/config.h" \
19897 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19898 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19899 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19900 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19901 else
19902 rm -f "$ac_file"
19903 mv "$ac_tmp/config.h" "$ac_file" \
19904 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19906 else
19907 $as_echo "/* $configure_input */" \
19908 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19909 || as_fn_error $? "could not create -" "$LINENO" 5
19914 # CONFIG_LINK
19917 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19919 else
19920 # Prefer the file from the source tree if names are identical.
19921 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19922 ac_source=$srcdir/$ac_source
19925 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19926 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19928 if test ! -r "$ac_source"; then
19929 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19931 rm -f "$ac_file"
19933 # Try a relative symlink, then a hard link, then a copy.
19934 case $ac_source in
19935 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19936 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19937 esac
19938 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19939 ln "$ac_source" "$ac_file" 2>/dev/null ||
19940 cp -p "$ac_source" "$ac_file" ||
19941 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19944 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19945 $as_echo "$as_me: executing $ac_file commands" >&6;}
19947 esac
19950 case $ac_file$ac_mode in
19951 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19952 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19953 "Makefile":C) wine_fn_output_makefile Makefile ;;
19955 esac
19956 done # for ac_tag
19959 as_fn_exit 0
19960 _ACEOF
19961 ac_clean_files=$ac_clean_files_save
19963 test $ac_write_fail = 0 ||
19964 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19967 # configure is writing to config.log, and then calls config.status.
19968 # config.status does its own redirection, appending to config.log.
19969 # Unfortunately, on DOS this fails, as config.log is still kept open
19970 # by configure, so config.status won't be able to write to it; its
19971 # output is simply discarded. So we exec the FD to /dev/null,
19972 # effectively closing config.log, so it can be properly (re)opened and
19973 # appended to by config.status. When coming back to configure, we
19974 # need to make the FD available again.
19975 if test "$no_create" != yes; then
19976 ac_cs_success=:
19977 ac_config_status_args=
19978 test "$silent" = yes &&
19979 ac_config_status_args="$ac_config_status_args --quiet"
19980 exec 5>/dev/null
19981 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19982 exec 5>>config.log
19983 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19984 # would make configure fail if this is the last instruction.
19985 $ac_cs_success || as_fn_exit 1
19987 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19989 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19993 if test "$no_create" = "yes"
19994 then
19995 exit 0
19998 ac_save_IFS="$IFS"
19999 if test "x$wine_notices" != x; then
20000 echo >&6
20001 IFS="|"
20002 for msg in $wine_notices; do
20003 IFS="$ac_save_IFS"
20004 if ${msg:+false} :; then :
20006 else
20007 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20008 $as_echo "$as_me: $msg" >&6;}
20010 done
20012 IFS="|"
20013 for msg in $wine_warnings; do
20014 IFS="$ac_save_IFS"
20015 if ${msg:+false} :; then :
20017 else
20018 echo >&2
20019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20020 $as_echo "$as_me: WARNING: $msg" >&2;}
20022 done
20023 IFS="$ac_save_IFS"
20025 $as_echo "
20026 $as_me: Finished. Do '${ac_make}' to compile Wine.
20027 " >&6