rbtree.h: Added ordered iteration functions and macros.
[wine.git] / configure
blob58fb32f11f9358da7534970bb7533083c3c0cf89
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.19.
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.19'
584 PACKAGE_STRING='Wine 1.9.19'
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_core_apiquery_l1_1_0
878 enable_api_ms_win_core_atoms_l1_1_0
879 enable_api_ms_win_core_com_l1_1_0
880 enable_api_ms_win_core_com_l1_1_1
881 enable_api_ms_win_core_console_l1_1_0
882 enable_api_ms_win_core_console_l2_1_0
883 enable_api_ms_win_core_datetime_l1_1_0
884 enable_api_ms_win_core_datetime_l1_1_1
885 enable_api_ms_win_core_debug_l1_1_0
886 enable_api_ms_win_core_debug_l1_1_1
887 enable_api_ms_win_core_delayload_l1_1_1
888 enable_api_ms_win_core_errorhandling_l1_1_0
889 enable_api_ms_win_core_errorhandling_l1_1_1
890 enable_api_ms_win_core_errorhandling_l1_1_2
891 enable_api_ms_win_core_fibers_l1_1_0
892 enable_api_ms_win_core_fibers_l1_1_1
893 enable_api_ms_win_core_file_l1_1_0
894 enable_api_ms_win_core_file_l1_2_0
895 enable_api_ms_win_core_file_l1_2_1
896 enable_api_ms_win_core_file_l2_1_0
897 enable_api_ms_win_core_file_l2_1_1
898 enable_api_ms_win_core_handle_l1_1_0
899 enable_api_ms_win_core_heap_l1_1_0
900 enable_api_ms_win_core_heap_l1_2_0
901 enable_api_ms_win_core_heap_obsolete_l1_1_0
902 enable_api_ms_win_core_interlocked_l1_1_0
903 enable_api_ms_win_core_interlocked_l1_2_0
904 enable_api_ms_win_core_io_l1_1_1
905 enable_api_ms_win_core_job_l1_1_0
906 enable_api_ms_win_core_job_l2_1_0
907 enable_api_ms_win_core_kernel32_legacy_l1_1_0
908 enable_api_ms_win_core_kernel32_legacy_l1_1_1
909 enable_api_ms_win_core_kernel32_private_l1_1_1
910 enable_api_ms_win_core_libraryloader_l1_1_0
911 enable_api_ms_win_core_libraryloader_l1_1_1
912 enable_api_ms_win_core_libraryloader_l1_2_0
913 enable_api_ms_win_core_localization_l1_1_0
914 enable_api_ms_win_core_localization_l1_2_0
915 enable_api_ms_win_core_localization_l1_2_1
916 enable_api_ms_win_core_localization_l2_1_0
917 enable_api_ms_win_core_localization_obsolete_l1_1_0
918 enable_api_ms_win_core_localization_obsolete_l1_2_0
919 enable_api_ms_win_core_localization_private_l1_1_0
920 enable_api_ms_win_core_localregistry_l1_1_0
921 enable_api_ms_win_core_memory_l1_1_0
922 enable_api_ms_win_core_memory_l1_1_1
923 enable_api_ms_win_core_memory_l1_1_2
924 enable_api_ms_win_core_misc_l1_1_0
925 enable_api_ms_win_core_namedpipe_l1_1_0
926 enable_api_ms_win_core_namedpipe_l1_2_0
927 enable_api_ms_win_core_namespace_l1_1_0
928 enable_api_ms_win_core_normalization_l1_1_0
929 enable_api_ms_win_core_path_l1_1_0
930 enable_api_ms_win_core_privateprofile_l1_1_1
931 enable_api_ms_win_core_processenvironment_l1_1_0
932 enable_api_ms_win_core_processenvironment_l1_2_0
933 enable_api_ms_win_core_processthreads_l1_1_0
934 enable_api_ms_win_core_processthreads_l1_1_1
935 enable_api_ms_win_core_processthreads_l1_1_2
936 enable_api_ms_win_core_profile_l1_1_0
937 enable_api_ms_win_core_psapi_l1_1_0
938 enable_api_ms_win_core_realtime_l1_1_0
939 enable_api_ms_win_core_registry_l1_1_0
940 enable_api_ms_win_core_registryuserspecific_l1_1_0
941 enable_api_ms_win_core_rtlsupport_l1_1_0
942 enable_api_ms_win_core_rtlsupport_l1_2_0
943 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
944 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
945 enable_api_ms_win_core_sidebyside_l1_1_0
946 enable_api_ms_win_core_string_l1_1_0
947 enable_api_ms_win_core_string_l2_1_0
948 enable_api_ms_win_core_string_obsolete_l1_1_0
949 enable_api_ms_win_core_stringansi_l1_1_0
950 enable_api_ms_win_core_synch_l1_1_0
951 enable_api_ms_win_core_synch_l1_2_0
952 enable_api_ms_win_core_sysinfo_l1_1_0
953 enable_api_ms_win_core_sysinfo_l1_2_0
954 enable_api_ms_win_core_sysinfo_l1_2_1
955 enable_api_ms_win_core_threadpool_l1_1_0
956 enable_api_ms_win_core_threadpool_l1_2_0
957 enable_api_ms_win_core_threadpool_legacy_l1_1_0
958 enable_api_ms_win_core_timezone_l1_1_0
959 enable_api_ms_win_core_toolhelp_l1_1_0
960 enable_api_ms_win_core_url_l1_1_0
961 enable_api_ms_win_core_util_l1_1_0
962 enable_api_ms_win_core_version_l1_1_0
963 enable_api_ms_win_core_versionansi_l1_1_0
964 enable_api_ms_win_core_windowserrorreporting_l1_1_0
965 enable_api_ms_win_core_winrt_error_l1_1_0
966 enable_api_ms_win_core_winrt_error_l1_1_1
967 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
968 enable_api_ms_win_core_winrt_l1_1_0
969 enable_api_ms_win_core_winrt_registration_l1_1_0
970 enable_api_ms_win_core_winrt_string_l1_1_0
971 enable_api_ms_win_core_wow64_l1_1_0
972 enable_api_ms_win_core_xstate_l2_1_0
973 enable_api_ms_win_crt_conio_l1_1_0
974 enable_api_ms_win_crt_convert_l1_1_0
975 enable_api_ms_win_crt_environment_l1_1_0
976 enable_api_ms_win_crt_filesystem_l1_1_0
977 enable_api_ms_win_crt_heap_l1_1_0
978 enable_api_ms_win_crt_locale_l1_1_0
979 enable_api_ms_win_crt_math_l1_1_0
980 enable_api_ms_win_crt_multibyte_l1_1_0
981 enable_api_ms_win_crt_private_l1_1_0
982 enable_api_ms_win_crt_process_l1_1_0
983 enable_api_ms_win_crt_runtime_l1_1_0
984 enable_api_ms_win_crt_stdio_l1_1_0
985 enable_api_ms_win_crt_string_l1_1_0
986 enable_api_ms_win_crt_time_l1_1_0
987 enable_api_ms_win_crt_utility_l1_1_0
988 enable_api_ms_win_downlevel_advapi32_l1_1_0
989 enable_api_ms_win_downlevel_advapi32_l2_1_0
990 enable_api_ms_win_downlevel_normaliz_l1_1_0
991 enable_api_ms_win_downlevel_ole32_l1_1_0
992 enable_api_ms_win_downlevel_shell32_l1_1_0
993 enable_api_ms_win_downlevel_shlwapi_l1_1_0
994 enable_api_ms_win_downlevel_shlwapi_l2_1_0
995 enable_api_ms_win_downlevel_user32_l1_1_0
996 enable_api_ms_win_downlevel_version_l1_1_0
997 enable_api_ms_win_eventing_classicprovider_l1_1_0
998 enable_api_ms_win_eventing_provider_l1_1_0
999 enable_api_ms_win_eventlog_legacy_l1_1_0
1000 enable_api_ms_win_ntuser_dc_access_l1_1_0
1001 enable_api_ms_win_security_base_l1_1_0
1002 enable_api_ms_win_security_base_l1_2_0
1003 enable_api_ms_win_security_lsalookup_l1_1_0
1004 enable_api_ms_win_security_lsalookup_l1_1_1
1005 enable_api_ms_win_security_sddl_l1_1_0
1006 enable_api_ms_win_service_core_l1_1_1
1007 enable_api_ms_win_service_management_l1_1_0
1008 enable_api_ms_win_service_winsvc_l1_2_0
1009 enable_api_ms_win_shell_shellcom_l1_1_0
1010 enable_api_ms_win_shell_shellfolders_l1_1_0
1011 enable_apphelp
1012 enable_appwiz_cpl
1013 enable_atl
1014 enable_atl100
1015 enable_atl110
1016 enable_atl80
1017 enable_atl90
1018 enable_authz
1019 enable_avicap32
1020 enable_avifil32
1021 enable_avrt
1022 enable_bcrypt
1023 enable_bluetoothapis
1024 enable_browseui
1025 enable_bthprops_cpl
1026 enable_cabinet
1027 enable_capi2032
1028 enable_cards
1029 enable_cfgmgr32
1030 enable_clusapi
1031 enable_combase
1032 enable_comcat
1033 enable_comctl32
1034 enable_comdlg32
1035 enable_compstui
1036 enable_comsvcs
1037 enable_concrt140
1038 enable_connect
1039 enable_credui
1040 enable_crtdll
1041 enable_crypt32
1042 enable_cryptdlg
1043 enable_cryptdll
1044 enable_cryptext
1045 enable_cryptnet
1046 enable_cryptui
1047 enable_ctapi32
1048 enable_ctl3d32
1049 enable_d2d1
1050 enable_d3d10
1051 enable_d3d10_1
1052 enable_d3d10core
1053 enable_d3d11
1054 enable_d3d8
1055 enable_d3d9
1056 enable_d3dcompiler_33
1057 enable_d3dcompiler_34
1058 enable_d3dcompiler_35
1059 enable_d3dcompiler_36
1060 enable_d3dcompiler_37
1061 enable_d3dcompiler_38
1062 enable_d3dcompiler_39
1063 enable_d3dcompiler_40
1064 enable_d3dcompiler_41
1065 enable_d3dcompiler_42
1066 enable_d3dcompiler_43
1067 enable_d3dcompiler_46
1068 enable_d3dcompiler_47
1069 enable_d3dim
1070 enable_d3drm
1071 enable_d3dx10_33
1072 enable_d3dx10_34
1073 enable_d3dx10_35
1074 enable_d3dx10_36
1075 enable_d3dx10_37
1076 enable_d3dx10_38
1077 enable_d3dx10_39
1078 enable_d3dx10_40
1079 enable_d3dx10_41
1080 enable_d3dx10_42
1081 enable_d3dx10_43
1082 enable_d3dx11_42
1083 enable_d3dx11_43
1084 enable_d3dx9_24
1085 enable_d3dx9_25
1086 enable_d3dx9_26
1087 enable_d3dx9_27
1088 enable_d3dx9_28
1089 enable_d3dx9_29
1090 enable_d3dx9_30
1091 enable_d3dx9_31
1092 enable_d3dx9_32
1093 enable_d3dx9_33
1094 enable_d3dx9_34
1095 enable_d3dx9_35
1096 enable_d3dx9_36
1097 enable_d3dx9_37
1098 enable_d3dx9_38
1099 enable_d3dx9_39
1100 enable_d3dx9_40
1101 enable_d3dx9_41
1102 enable_d3dx9_42
1103 enable_d3dx9_43
1104 enable_d3dxof
1105 enable_davclnt
1106 enable_dbgeng
1107 enable_dbghelp
1108 enable_dciman32
1109 enable_ddraw
1110 enable_ddrawex
1111 enable_devenum
1112 enable_dhcpcsvc
1113 enable_difxapi
1114 enable_dinput
1115 enable_dinput8
1116 enable_dispex
1117 enable_dmband
1118 enable_dmcompos
1119 enable_dmime
1120 enable_dmloader
1121 enable_dmscript
1122 enable_dmstyle
1123 enable_dmsynth
1124 enable_dmusic
1125 enable_dmusic32
1126 enable_dnsapi
1127 enable_dplay
1128 enable_dplayx
1129 enable_dpnaddr
1130 enable_dpnet
1131 enable_dpnhpast
1132 enable_dpnlobby
1133 enable_dpvoice
1134 enable_dpwsockx
1135 enable_drmclien
1136 enable_dsound
1137 enable_dssenh
1138 enable_dswave
1139 enable_dwmapi
1140 enable_dwrite
1141 enable_dxdiagn
1142 enable_dxgi
1143 enable_dxva2
1144 enable_esent
1145 enable_evr
1146 enable_explorerframe
1147 enable_ext_ms_win_gdi_devcaps_l1_1_0
1148 enable_faultrep
1149 enable_fltlib
1150 enable_fltmgr_sys
1151 enable_fntcache
1152 enable_fontsub
1153 enable_fusion
1154 enable_fwpuclnt
1155 enable_gameux
1156 enable_gdi32
1157 enable_gdiplus
1158 enable_glu32
1159 enable_gphoto2_ds
1160 enable_gpkcsp
1161 enable_hal
1162 enable_hhctrl_ocx
1163 enable_hid
1164 enable_hidclass_sys
1165 enable_hlink
1166 enable_hnetcfg
1167 enable_httpapi
1168 enable_iccvid
1169 enable_icmp
1170 enable_ieframe
1171 enable_imaadp32_acm
1172 enable_imagehlp
1173 enable_imm32
1174 enable_inetcomm
1175 enable_inetcpl_cpl
1176 enable_inetmib1
1177 enable_infosoft
1178 enable_initpki
1179 enable_inkobj
1180 enable_inseng
1181 enable_iphlpapi
1182 enable_iprop
1183 enable_irprops_cpl
1184 enable_itircl
1185 enable_itss
1186 enable_joy_cpl
1187 enable_jscript
1188 enable_jsproxy
1189 enable_kernel32
1190 enable_kernelbase
1191 enable_ksuser
1192 enable_ktmw32
1193 enable_loadperf
1194 enable_localspl
1195 enable_localui
1196 enable_lz32
1197 enable_mapi32
1198 enable_mapistub
1199 enable_mciavi32
1200 enable_mcicda
1201 enable_mciqtz32
1202 enable_mciseq
1203 enable_mciwave
1204 enable_mf
1205 enable_mfplat
1206 enable_mfreadwrite
1207 enable_mgmtapi
1208 enable_midimap
1209 enable_mlang
1210 enable_mmcndmgr
1211 enable_mmdevapi
1212 enable_mountmgr_sys
1213 enable_mpr
1214 enable_mprapi
1215 enable_msacm32_drv
1216 enable_msacm32
1217 enable_msadp32_acm
1218 enable_msasn1
1219 enable_mscat32
1220 enable_mscms
1221 enable_mscoree
1222 enable_msctf
1223 enable_msctfp
1224 enable_msdaps
1225 enable_msdelta
1226 enable_msdmo
1227 enable_msdrm
1228 enable_msftedit
1229 enable_msg711_acm
1230 enable_msgsm32_acm
1231 enable_mshtml_tlb
1232 enable_mshtml
1233 enable_msi
1234 enable_msident
1235 enable_msimg32
1236 enable_msimsg
1237 enable_msimtf
1238 enable_msisip
1239 enable_msisys_ocx
1240 enable_msls31
1241 enable_msnet32
1242 enable_mspatcha
1243 enable_msports
1244 enable_msrle32
1245 enable_msscript_ocx
1246 enable_mssign32
1247 enable_mssip32
1248 enable_mstask
1249 enable_msvcirt
1250 enable_msvcm80
1251 enable_msvcm90
1252 enable_msvcp100
1253 enable_msvcp110
1254 enable_msvcp120
1255 enable_msvcp120_app
1256 enable_msvcp140
1257 enable_msvcp60
1258 enable_msvcp70
1259 enable_msvcp71
1260 enable_msvcp80
1261 enable_msvcp90
1262 enable_msvcr100
1263 enable_msvcr110
1264 enable_msvcr120
1265 enable_msvcr120_app
1266 enable_msvcr70
1267 enable_msvcr71
1268 enable_msvcr80
1269 enable_msvcr90
1270 enable_msvcrt
1271 enable_msvcrt20
1272 enable_msvcrt40
1273 enable_msvcrtd
1274 enable_msvfw32
1275 enable_msvidc32
1276 enable_mswsock
1277 enable_msxml
1278 enable_msxml2
1279 enable_msxml3
1280 enable_msxml4
1281 enable_msxml6
1282 enable_ncrypt
1283 enable_nddeapi
1284 enable_ndis_sys
1285 enable_netapi32
1286 enable_netcfgx
1287 enable_netprofm
1288 enable_newdev
1289 enable_normaliz
1290 enable_npmshtml
1291 enable_npptools
1292 enable_ntdll
1293 enable_ntdsapi
1294 enable_ntoskrnl_exe
1295 enable_ntprint
1296 enable_objsel
1297 enable_odbc32
1298 enable_odbccp32
1299 enable_odbccu32
1300 enable_ole32
1301 enable_oleacc
1302 enable_oleaut32
1303 enable_olecli32
1304 enable_oledb32
1305 enable_oledlg
1306 enable_olepro32
1307 enable_olesvr32
1308 enable_olethk32
1309 enable_openal32
1310 enable_opencl
1311 enable_opengl32
1312 enable_packager
1313 enable_pdh
1314 enable_photometadatahandler
1315 enable_pidgen
1316 enable_powrprof
1317 enable_printui
1318 enable_prntvpt
1319 enable_propsys
1320 enable_psapi
1321 enable_pstorec
1322 enable_qcap
1323 enable_qedit
1324 enable_qmgr
1325 enable_qmgrprxy
1326 enable_quartz
1327 enable_query
1328 enable_rasapi32
1329 enable_rasdlg
1330 enable_regapi
1331 enable_resutils
1332 enable_riched20
1333 enable_riched32
1334 enable_rpcrt4
1335 enable_rsabase
1336 enable_rsaenh
1337 enable_rstrtmgr
1338 enable_rtutils
1339 enable_samlib
1340 enable_sane_ds
1341 enable_scarddlg
1342 enable_sccbase
1343 enable_schannel
1344 enable_schedsvc
1345 enable_scrrun
1346 enable_scsiport_sys
1347 enable_secur32
1348 enable_security
1349 enable_sensapi
1350 enable_serialui
1351 enable_setupapi
1352 enable_sfc
1353 enable_sfc_os
1354 enable_shdoclc
1355 enable_shdocvw
1356 enable_shell32
1357 enable_shfolder
1358 enable_shlwapi
1359 enable_slbcsp
1360 enable_slc
1361 enable_snmpapi
1362 enable_softpub
1363 enable_spoolss
1364 enable_sspicli
1365 enable_stdole2_tlb
1366 enable_stdole32_tlb
1367 enable_sti
1368 enable_svrapi
1369 enable_sxs
1370 enable_t2embed
1371 enable_tapi32
1372 enable_taskschd
1373 enable_tdi_sys
1374 enable_traffic
1375 enable_twain_32
1376 enable_ucrtbase
1377 enable_unicows
1378 enable_updspapi
1379 enable_url
1380 enable_urlmon
1381 enable_usbd_sys
1382 enable_user32
1383 enable_userenv
1384 enable_usp10
1385 enable_uxtheme
1386 enable_vbscript
1387 enable_vcomp
1388 enable_vcomp100
1389 enable_vcomp110
1390 enable_vcomp120
1391 enable_vcomp140
1392 enable_vcomp90
1393 enable_vcruntime140
1394 enable_vdmdbg
1395 enable_version
1396 enable_vssapi
1397 enable_wbemdisp
1398 enable_wbemprox
1399 enable_webservices
1400 enable_wer
1401 enable_wevtapi
1402 enable_wiaservc
1403 enable_wimgapi
1404 enable_windowscodecs
1405 enable_windowscodecsext
1406 enable_winealsa_drv
1407 enable_winebus_sys
1408 enable_winecoreaudio_drv
1409 enable_wined3d
1410 enable_winegstreamer
1411 enable_winejoystick_drv
1412 enable_winemac_drv
1413 enable_winemapi
1414 enable_winemp3_acm
1415 enable_wineoss_drv
1416 enable_wineps_drv
1417 enable_winepulse_drv
1418 enable_wineqtdecoder
1419 enable_winex11_drv
1420 enable_wing32
1421 enable_winhttp
1422 enable_wininet
1423 enable_winmm
1424 enable_winnls32
1425 enable_winscard
1426 enable_winspool_drv
1427 enable_winsta
1428 enable_wintab32
1429 enable_wintrust
1430 enable_wlanapi
1431 enable_wldap32
1432 enable_wmasf
1433 enable_wmi
1434 enable_wmiutils
1435 enable_wmp
1436 enable_wmvcore
1437 enable_wnaspi32
1438 enable_wpc
1439 enable_wpcap
1440 enable_ws2_32
1441 enable_wshom_ocx
1442 enable_wsnmp32
1443 enable_wsock32
1444 enable_wtsapi32
1445 enable_wuapi
1446 enable_wuaueng
1447 enable_x3daudio1_0
1448 enable_x3daudio1_1
1449 enable_x3daudio1_2
1450 enable_x3daudio1_3
1451 enable_x3daudio1_4
1452 enable_x3daudio1_5
1453 enable_x3daudio1_6
1454 enable_x3daudio1_7
1455 enable_xapofx1_1
1456 enable_xapofx1_2
1457 enable_xapofx1_3
1458 enable_xapofx1_4
1459 enable_xapofx1_5
1460 enable_xaudio2_0
1461 enable_xaudio2_1
1462 enable_xaudio2_2
1463 enable_xaudio2_3
1464 enable_xaudio2_4
1465 enable_xaudio2_5
1466 enable_xaudio2_6
1467 enable_xaudio2_7
1468 enable_xaudio2_8
1469 enable_xaudio2_9
1470 enable_xinput1_1
1471 enable_xinput1_2
1472 enable_xinput1_3
1473 enable_xinput1_4
1474 enable_xinput9_1_0
1475 enable_xmllite
1476 enable_xolehlp
1477 enable_xpsprint
1478 enable_xpssvcs
1479 enable_fonts
1480 enable_include
1481 enable_libs_port
1482 enable_libs_wine
1483 enable_libs_wpp
1484 enable_loader
1485 enable_po
1486 enable_arp
1487 enable_aspnet_regiis
1488 enable_attrib
1489 enable_cabarc
1490 enable_cacls
1491 enable_clock
1492 enable_cmd
1493 enable_conhost
1494 enable_control
1495 enable_cscript
1496 enable_dpnsvr
1497 enable_dxdiag
1498 enable_eject
1499 enable_expand
1500 enable_explorer
1501 enable_extrac32
1502 enable_findstr
1503 enable_fsutil
1504 enable_hh
1505 enable_hostname
1506 enable_icacls
1507 enable_icinfo
1508 enable_iexplore
1509 enable_ipconfig
1510 enable_lodctr
1511 enable_mofcomp
1512 enable_mshta
1513 enable_msiexec
1514 enable_msinfo32
1515 enable_net
1516 enable_netsh
1517 enable_netstat
1518 enable_ngen
1519 enable_notepad
1520 enable_oleview
1521 enable_ping
1522 enable_plugplay
1523 enable_presentationfontcache
1524 enable_progman
1525 enable_reg
1526 enable_regasm
1527 enable_regedit
1528 enable_regsvcs
1529 enable_regsvr32
1530 enable_rpcss
1531 enable_rundll32
1532 enable_sc
1533 enable_schtasks
1534 enable_sdbinst
1535 enable_secedit
1536 enable_servicemodelreg
1537 enable_services
1538 enable_shutdown
1539 enable_spoolsv
1540 enable_start
1541 enable_svchost
1542 enable_systeminfo
1543 enable_taskkill
1544 enable_tasklist
1545 enable_taskmgr
1546 enable_termsv
1547 enable_uninstaller
1548 enable_unlodctr
1549 enable_view
1550 enable_wevtutil
1551 enable_wineboot
1552 enable_winebrowser
1553 enable_winecfg
1554 enable_wineconsole
1555 enable_winedbg
1556 enable_winedevice
1557 enable_winefile
1558 enable_winemenubuilder
1559 enable_winemine
1560 enable_winemsibuilder
1561 enable_winepath
1562 enable_winetest
1563 enable_winhlp32
1564 enable_winver
1565 enable_wmic
1566 enable_wmplayer
1567 enable_wordpad
1568 enable_write
1569 enable_wscript
1570 enable_wusa
1571 enable_xcopy
1572 enable_server
1573 enable_tools
1575 ac_precious_vars='build_alias
1576 host_alias
1577 target_alias
1579 CFLAGS
1580 LDFLAGS
1581 LIBS
1582 CPPFLAGS
1584 CXXFLAGS
1587 XMKMF
1588 XML2_CFLAGS
1589 XML2_LIBS
1590 XSLT_CFLAGS
1591 XSLT_LIBS
1592 DBUS_CFLAGS
1593 DBUS_LIBS
1594 HAL_CFLAGS
1595 HAL_LIBS
1596 GNUTLS_CFLAGS
1597 GNUTLS_LIBS
1598 SANE_CFLAGS
1599 SANE_LIBS
1600 GPHOTO2_CFLAGS
1601 GPHOTO2_LIBS
1602 GPHOTO2_PORT_CFLAGS
1603 GPHOTO2_PORT_LIBS
1604 LCMS2_CFLAGS
1605 LCMS2_LIBS
1606 FREETYPE_CFLAGS
1607 FREETYPE_LIBS
1608 PULSE_CFLAGS
1609 PULSE_LIBS
1610 GSTREAMER_CFLAGS
1611 GSTREAMER_LIBS
1612 UDEV_CFLAGS
1613 UDEV_LIBS
1614 CAPI20_CFLAGS
1615 CAPI20_LIBS
1616 FONTCONFIG_CFLAGS
1617 FONTCONFIG_LIBS
1618 JPEG_CFLAGS
1619 JPEG_LIBS
1620 PNG_CFLAGS
1621 PNG_LIBS
1622 TIFF_CFLAGS
1623 TIFF_LIBS
1624 MPG123_CFLAGS
1625 MPG123_LIBS
1626 NETAPI_CFLAGS
1627 NETAPI_LIBS'
1630 # Initialize some variables set by options.
1631 ac_init_help=
1632 ac_init_version=false
1633 ac_unrecognized_opts=
1634 ac_unrecognized_sep=
1635 # The variables have the same names as the options, with
1636 # dashes changed to underlines.
1637 cache_file=/dev/null
1638 exec_prefix=NONE
1639 no_create=
1640 no_recursion=
1641 prefix=NONE
1642 program_prefix=NONE
1643 program_suffix=NONE
1644 program_transform_name=s,x,x,
1645 silent=
1646 site=
1647 srcdir=
1648 verbose=
1649 x_includes=NONE
1650 x_libraries=NONE
1652 # Installation directory options.
1653 # These are left unexpanded so users can "make install exec_prefix=/foo"
1654 # and all the variables that are supposed to be based on exec_prefix
1655 # by default will actually change.
1656 # Use braces instead of parens because sh, perl, etc. also accept them.
1657 # (The list follows the same order as the GNU Coding Standards.)
1658 bindir='${exec_prefix}/bin'
1659 sbindir='${exec_prefix}/sbin'
1660 libexecdir='${exec_prefix}/libexec'
1661 datarootdir='${prefix}/share'
1662 datadir='${datarootdir}'
1663 sysconfdir='${prefix}/etc'
1664 sharedstatedir='${prefix}/com'
1665 localstatedir='${prefix}/var'
1666 runstatedir='${localstatedir}/run'
1667 includedir='${prefix}/include'
1668 oldincludedir='/usr/include'
1669 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1670 infodir='${datarootdir}/info'
1671 htmldir='${docdir}'
1672 dvidir='${docdir}'
1673 pdfdir='${docdir}'
1674 psdir='${docdir}'
1675 libdir='${exec_prefix}/lib'
1676 localedir='${datarootdir}/locale'
1677 mandir='${datarootdir}/man'
1679 ac_prev=
1680 ac_dashdash=
1681 for ac_option
1683 # If the previous option needs an argument, assign it.
1684 if test -n "$ac_prev"; then
1685 eval $ac_prev=\$ac_option
1686 ac_prev=
1687 continue
1690 case $ac_option in
1691 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1692 *=) ac_optarg= ;;
1693 *) ac_optarg=yes ;;
1694 esac
1696 # Accept the important Cygnus configure options, so we can diagnose typos.
1698 case $ac_dashdash$ac_option in
1700 ac_dashdash=yes ;;
1702 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1703 ac_prev=bindir ;;
1704 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1705 bindir=$ac_optarg ;;
1707 -build | --build | --buil | --bui | --bu)
1708 ac_prev=build_alias ;;
1709 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1710 build_alias=$ac_optarg ;;
1712 -cache-file | --cache-file | --cache-fil | --cache-fi \
1713 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1714 ac_prev=cache_file ;;
1715 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1716 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1717 cache_file=$ac_optarg ;;
1719 --config-cache | -C)
1720 cache_file=config.cache ;;
1722 -datadir | --datadir | --datadi | --datad)
1723 ac_prev=datadir ;;
1724 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1725 datadir=$ac_optarg ;;
1727 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1728 | --dataroo | --dataro | --datar)
1729 ac_prev=datarootdir ;;
1730 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1731 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1732 datarootdir=$ac_optarg ;;
1734 -disable-* | --disable-*)
1735 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1736 # Reject names that are not valid shell variable names.
1737 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1738 as_fn_error $? "invalid feature name: $ac_useropt"
1739 ac_useropt_orig=$ac_useropt
1740 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1741 case $ac_user_opts in
1743 "enable_$ac_useropt"
1744 "*) ;;
1745 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1746 ac_unrecognized_sep=', ';;
1747 esac
1748 eval enable_$ac_useropt=no ;;
1750 -docdir | --docdir | --docdi | --doc | --do)
1751 ac_prev=docdir ;;
1752 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1753 docdir=$ac_optarg ;;
1755 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1756 ac_prev=dvidir ;;
1757 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1758 dvidir=$ac_optarg ;;
1760 -enable-* | --enable-*)
1761 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1762 # Reject names that are not valid shell variable names.
1763 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1764 as_fn_error $? "invalid feature name: $ac_useropt"
1765 ac_useropt_orig=$ac_useropt
1766 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1767 case $ac_user_opts in
1769 "enable_$ac_useropt"
1770 "*) ;;
1771 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1772 ac_unrecognized_sep=', ';;
1773 esac
1774 eval enable_$ac_useropt=\$ac_optarg ;;
1776 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1777 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1778 | --exec | --exe | --ex)
1779 ac_prev=exec_prefix ;;
1780 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1781 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1782 | --exec=* | --exe=* | --ex=*)
1783 exec_prefix=$ac_optarg ;;
1785 -gas | --gas | --ga | --g)
1786 # Obsolete; use --with-gas.
1787 with_gas=yes ;;
1789 -help | --help | --hel | --he | -h)
1790 ac_init_help=long ;;
1791 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1792 ac_init_help=recursive ;;
1793 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1794 ac_init_help=short ;;
1796 -host | --host | --hos | --ho)
1797 ac_prev=host_alias ;;
1798 -host=* | --host=* | --hos=* | --ho=*)
1799 host_alias=$ac_optarg ;;
1801 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1802 ac_prev=htmldir ;;
1803 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1804 | --ht=*)
1805 htmldir=$ac_optarg ;;
1807 -includedir | --includedir | --includedi | --included | --include \
1808 | --includ | --inclu | --incl | --inc)
1809 ac_prev=includedir ;;
1810 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1811 | --includ=* | --inclu=* | --incl=* | --inc=*)
1812 includedir=$ac_optarg ;;
1814 -infodir | --infodir | --infodi | --infod | --info | --inf)
1815 ac_prev=infodir ;;
1816 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1817 infodir=$ac_optarg ;;
1819 -libdir | --libdir | --libdi | --libd)
1820 ac_prev=libdir ;;
1821 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1822 libdir=$ac_optarg ;;
1824 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1825 | --libexe | --libex | --libe)
1826 ac_prev=libexecdir ;;
1827 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1828 | --libexe=* | --libex=* | --libe=*)
1829 libexecdir=$ac_optarg ;;
1831 -localedir | --localedir | --localedi | --localed | --locale)
1832 ac_prev=localedir ;;
1833 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1834 localedir=$ac_optarg ;;
1836 -localstatedir | --localstatedir | --localstatedi | --localstated \
1837 | --localstate | --localstat | --localsta | --localst | --locals)
1838 ac_prev=localstatedir ;;
1839 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1840 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1841 localstatedir=$ac_optarg ;;
1843 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1844 ac_prev=mandir ;;
1845 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1846 mandir=$ac_optarg ;;
1848 -nfp | --nfp | --nf)
1849 # Obsolete; use --without-fp.
1850 with_fp=no ;;
1852 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1853 | --no-cr | --no-c | -n)
1854 no_create=yes ;;
1856 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1857 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1858 no_recursion=yes ;;
1860 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1861 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1862 | --oldin | --oldi | --old | --ol | --o)
1863 ac_prev=oldincludedir ;;
1864 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1865 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1866 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1867 oldincludedir=$ac_optarg ;;
1869 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1870 ac_prev=prefix ;;
1871 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1872 prefix=$ac_optarg ;;
1874 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1875 | --program-pre | --program-pr | --program-p)
1876 ac_prev=program_prefix ;;
1877 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1878 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1879 program_prefix=$ac_optarg ;;
1881 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1882 | --program-suf | --program-su | --program-s)
1883 ac_prev=program_suffix ;;
1884 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1885 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1886 program_suffix=$ac_optarg ;;
1888 -program-transform-name | --program-transform-name \
1889 | --program-transform-nam | --program-transform-na \
1890 | --program-transform-n | --program-transform- \
1891 | --program-transform | --program-transfor \
1892 | --program-transfo | --program-transf \
1893 | --program-trans | --program-tran \
1894 | --progr-tra | --program-tr | --program-t)
1895 ac_prev=program_transform_name ;;
1896 -program-transform-name=* | --program-transform-name=* \
1897 | --program-transform-nam=* | --program-transform-na=* \
1898 | --program-transform-n=* | --program-transform-=* \
1899 | --program-transform=* | --program-transfor=* \
1900 | --program-transfo=* | --program-transf=* \
1901 | --program-trans=* | --program-tran=* \
1902 | --progr-tra=* | --program-tr=* | --program-t=*)
1903 program_transform_name=$ac_optarg ;;
1905 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1906 ac_prev=pdfdir ;;
1907 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1908 pdfdir=$ac_optarg ;;
1910 -psdir | --psdir | --psdi | --psd | --ps)
1911 ac_prev=psdir ;;
1912 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1913 psdir=$ac_optarg ;;
1915 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1916 | -silent | --silent | --silen | --sile | --sil)
1917 silent=yes ;;
1919 -runstatedir | --runstatedir | --runstatedi | --runstated \
1920 | --runstate | --runstat | --runsta | --runst | --runs \
1921 | --run | --ru | --r)
1922 ac_prev=runstatedir ;;
1923 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1924 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1925 | --run=* | --ru=* | --r=*)
1926 runstatedir=$ac_optarg ;;
1928 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1929 ac_prev=sbindir ;;
1930 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1931 | --sbi=* | --sb=*)
1932 sbindir=$ac_optarg ;;
1934 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1935 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1936 | --sharedst | --shareds | --shared | --share | --shar \
1937 | --sha | --sh)
1938 ac_prev=sharedstatedir ;;
1939 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1940 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1941 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1942 | --sha=* | --sh=*)
1943 sharedstatedir=$ac_optarg ;;
1945 -site | --site | --sit)
1946 ac_prev=site ;;
1947 -site=* | --site=* | --sit=*)
1948 site=$ac_optarg ;;
1950 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1951 ac_prev=srcdir ;;
1952 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1953 srcdir=$ac_optarg ;;
1955 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1956 | --syscon | --sysco | --sysc | --sys | --sy)
1957 ac_prev=sysconfdir ;;
1958 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1959 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1960 sysconfdir=$ac_optarg ;;
1962 -target | --target | --targe | --targ | --tar | --ta | --t)
1963 ac_prev=target_alias ;;
1964 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1965 target_alias=$ac_optarg ;;
1967 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1968 verbose=yes ;;
1970 -version | --version | --versio | --versi | --vers | -V)
1971 ac_init_version=: ;;
1973 -with-* | --with-*)
1974 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1975 # Reject names that are not valid shell variable names.
1976 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1977 as_fn_error $? "invalid package name: $ac_useropt"
1978 ac_useropt_orig=$ac_useropt
1979 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1980 case $ac_user_opts in
1982 "with_$ac_useropt"
1983 "*) ;;
1984 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1985 ac_unrecognized_sep=', ';;
1986 esac
1987 eval with_$ac_useropt=\$ac_optarg ;;
1989 -without-* | --without-*)
1990 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1991 # Reject names that are not valid shell variable names.
1992 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1993 as_fn_error $? "invalid package name: $ac_useropt"
1994 ac_useropt_orig=$ac_useropt
1995 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1996 case $ac_user_opts in
1998 "with_$ac_useropt"
1999 "*) ;;
2000 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2001 ac_unrecognized_sep=', ';;
2002 esac
2003 eval with_$ac_useropt=no ;;
2005 --x)
2006 # Obsolete; use --with-x.
2007 with_x=yes ;;
2009 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2010 | --x-incl | --x-inc | --x-in | --x-i)
2011 ac_prev=x_includes ;;
2012 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2013 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2014 x_includes=$ac_optarg ;;
2016 -x-libraries | --x-libraries | --x-librarie | --x-librari \
2017 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2018 ac_prev=x_libraries ;;
2019 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2020 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2021 x_libraries=$ac_optarg ;;
2023 -*) as_fn_error $? "unrecognized option: \`$ac_option'
2024 Try \`$0 --help' for more information"
2027 *=*)
2028 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2029 # Reject names that are not valid shell variable names.
2030 case $ac_envvar in #(
2031 '' | [0-9]* | *[!_$as_cr_alnum]* )
2032 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2033 esac
2034 eval $ac_envvar=\$ac_optarg
2035 export $ac_envvar ;;
2038 # FIXME: should be removed in autoconf 3.0.
2039 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2040 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2041 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2042 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2045 esac
2046 done
2048 if test -n "$ac_prev"; then
2049 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2050 as_fn_error $? "missing argument to $ac_option"
2053 if test -n "$ac_unrecognized_opts"; then
2054 case $enable_option_checking in
2055 no) ;;
2056 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2057 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2058 esac
2061 # Check all directory arguments for consistency.
2062 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2063 datadir sysconfdir sharedstatedir localstatedir includedir \
2064 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2065 libdir localedir mandir runstatedir
2067 eval ac_val=\$$ac_var
2068 # Remove trailing slashes.
2069 case $ac_val in
2070 */ )
2071 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2072 eval $ac_var=\$ac_val;;
2073 esac
2074 # Be sure to have absolute directory names.
2075 case $ac_val in
2076 [\\/$]* | ?:[\\/]* ) continue;;
2077 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2078 esac
2079 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2080 done
2082 # There might be people who depend on the old broken behavior: `$host'
2083 # used to hold the argument of --host etc.
2084 # FIXME: To remove some day.
2085 build=$build_alias
2086 host=$host_alias
2087 target=$target_alias
2089 # FIXME: To remove some day.
2090 if test "x$host_alias" != x; then
2091 if test "x$build_alias" = x; then
2092 cross_compiling=maybe
2093 elif test "x$build_alias" != "x$host_alias"; then
2094 cross_compiling=yes
2098 ac_tool_prefix=
2099 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2101 test "$silent" = yes && exec 6>/dev/null
2104 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2105 ac_ls_di=`ls -di .` &&
2106 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2107 as_fn_error $? "working directory cannot be determined"
2108 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2109 as_fn_error $? "pwd does not report name of working directory"
2112 # Find the source files, if location was not specified.
2113 if test -z "$srcdir"; then
2114 ac_srcdir_defaulted=yes
2115 # Try the directory containing this script, then the parent directory.
2116 ac_confdir=`$as_dirname -- "$as_myself" ||
2117 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2118 X"$as_myself" : 'X\(//\)[^/]' \| \
2119 X"$as_myself" : 'X\(//\)$' \| \
2120 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2121 $as_echo X"$as_myself" |
2122 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2123 s//\1/
2126 /^X\(\/\/\)[^/].*/{
2127 s//\1/
2130 /^X\(\/\/\)$/{
2131 s//\1/
2134 /^X\(\/\).*/{
2135 s//\1/
2138 s/.*/./; q'`
2139 srcdir=$ac_confdir
2140 if test ! -r "$srcdir/$ac_unique_file"; then
2141 srcdir=..
2143 else
2144 ac_srcdir_defaulted=no
2146 if test ! -r "$srcdir/$ac_unique_file"; then
2147 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2148 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2150 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2151 ac_abs_confdir=`(
2152 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2153 pwd)`
2154 # When building in place, set srcdir=.
2155 if test "$ac_abs_confdir" = "$ac_pwd"; then
2156 srcdir=.
2158 # Remove unnecessary trailing slashes from srcdir.
2159 # Double slashes in file names in object file debugging info
2160 # mess up M-x gdb in Emacs.
2161 case $srcdir in
2162 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2163 esac
2164 for ac_var in $ac_precious_vars; do
2165 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2166 eval ac_env_${ac_var}_value=\$${ac_var}
2167 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2168 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2169 done
2172 # Report the --help message.
2174 if test "$ac_init_help" = "long"; then
2175 # Omit some internal or obsolete options to make the list less imposing.
2176 # This message is too long to be a string in the A/UX 3.1 sh.
2177 cat <<_ACEOF
2178 \`configure' configures Wine 1.9.19 to adapt to many kinds of systems.
2180 Usage: $0 [OPTION]... [VAR=VALUE]...
2182 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2183 VAR=VALUE. See below for descriptions of some of the useful variables.
2185 Defaults for the options are specified in brackets.
2187 Configuration:
2188 -h, --help display this help and exit
2189 --help=short display options specific to this package
2190 --help=recursive display the short help of all the included packages
2191 -V, --version display version information and exit
2192 -q, --quiet, --silent do not print \`checking ...' messages
2193 --cache-file=FILE cache test results in FILE [disabled]
2194 -C, --config-cache alias for \`--cache-file=config.cache'
2195 -n, --no-create do not create output files
2196 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2198 Installation directories:
2199 --prefix=PREFIX install architecture-independent files in PREFIX
2200 [$ac_default_prefix]
2201 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2202 [PREFIX]
2204 By default, \`make install' will install all the files in
2205 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2206 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2207 for instance \`--prefix=\$HOME'.
2209 For better control, use the options below.
2211 Fine tuning of the installation directories:
2212 --bindir=DIR user executables [EPREFIX/bin]
2213 --sbindir=DIR system admin executables [EPREFIX/sbin]
2214 --libexecdir=DIR program executables [EPREFIX/libexec]
2215 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2216 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2217 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2218 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2219 --libdir=DIR object code libraries [EPREFIX/lib]
2220 --includedir=DIR C header files [PREFIX/include]
2221 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2222 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2223 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2224 --infodir=DIR info documentation [DATAROOTDIR/info]
2225 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2226 --mandir=DIR man documentation [DATAROOTDIR/man]
2227 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2228 --htmldir=DIR html documentation [DOCDIR]
2229 --dvidir=DIR dvi documentation [DOCDIR]
2230 --pdfdir=DIR pdf documentation [DOCDIR]
2231 --psdir=DIR ps documentation [DOCDIR]
2232 _ACEOF
2234 cat <<\_ACEOF
2236 X features:
2237 --x-includes=DIR X include files are in DIR
2238 --x-libraries=DIR X library files are in DIR
2240 System types:
2241 --build=BUILD configure for building on BUILD [guessed]
2242 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2243 _ACEOF
2246 if test -n "$ac_init_help"; then
2247 case $ac_init_help in
2248 short | recursive ) echo "Configuration of Wine 1.9.19:";;
2249 esac
2250 cat <<\_ACEOF
2252 Optional Features:
2253 --disable-option-checking ignore unrecognized --enable/--with options
2254 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2255 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2256 --disable-win16 do not include Win16 support
2257 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2258 binaries)
2259 --disable-tests do not build the regression tests
2260 --enable-maintainer-mode
2261 enable maintainer-specific build rules
2262 --disable-largefile omit support for large files
2264 Optional Packages:
2265 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2266 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2267 --without-alsa do not use the Alsa sound support
2268 --without-capi do not use CAPI (ISDN support)
2269 --without-cms do not use CMS (color management support)
2270 --without-coreaudio do not use the CoreAudio sound support
2271 --without-cups do not use CUPS
2272 --without-curses do not use (n)curses
2273 --without-dbus do not use DBus (dynamic device support)
2274 --without-fontconfig do not use fontconfig
2275 --without-freetype do not use the FreeType library
2276 --without-gettext do not use gettext
2277 --with-gettextpo use the GetTextPO library to rebuild po files
2278 --without-gphoto do not use gphoto (Digital Camera support)
2279 --without-glu do not use the GLU library
2280 --without-gnutls do not use GnuTLS (schannel support)
2281 --without-gsm do not use libgsm (GSM 06.10 codec support)
2282 --without-gstreamer do not use GStreamer (codecs support)
2283 --without-hal do not use HAL (dynamic device support)
2284 --without-jpeg do not use JPEG
2285 --without-ldap do not use LDAP
2286 --without-mpg123 do not use the mpg123 library
2287 --without-netapi do not use the Samba NetAPI library
2288 --without-openal do not use OpenAL
2289 --without-opencl do not use OpenCL
2290 --without-opengl do not use OpenGL
2291 --without-osmesa do not use the OSMesa library
2292 --without-oss do not use the OSS sound support
2293 --without-pcap do not use the Packet Capture library
2294 --without-png do not use PNG
2295 --without-pthread do not use the pthread library
2296 --without-pulse do not use PulseAudio sound support
2297 --without-sane do not use SANE (scanner support)
2298 --without-tiff do not use TIFF
2299 --without-udev do not use udev (plug and play support)
2300 --without-v4l do not use v4l1 (v4l support)
2301 --without-xcomposite do not use the Xcomposite extension
2302 --without-xcursor do not use the Xcursor extension
2303 --without-xinerama do not use Xinerama (multi-monitor support)
2304 --without-xinput do not use the Xinput extension
2305 --without-xinput2 do not use the Xinput 2 extension
2306 --without-xml do not use XML
2307 --without-xrandr do not use Xrandr (resolution changes)
2308 --without-xrender do not use the Xrender extension
2309 --without-xshape do not use the Xshape extension
2310 --without-xshm do not use XShm (shared memory extension)
2311 --without-xslt do not use XSLT
2312 --without-xxf86vm do not use XFree video mode extension
2313 --without-zlib do not use Zlib (data compression)
2314 --with-wine-tools=DIR use Wine tools from directory DIR
2315 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2316 --with-x use the X Window System
2318 Some influential environment variables:
2319 CC C compiler command
2320 CFLAGS C compiler flags
2321 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2322 nonstandard directory <lib dir>
2323 LIBS libraries to pass to the linker, e.g. -l<library>
2324 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2325 you have headers in a nonstandard directory <include dir>
2326 CXX C++ compiler command
2327 CXXFLAGS C++ compiler flags
2328 CPP C preprocessor
2329 XMKMF Path to xmkmf, Makefile generator for X Window System
2330 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2331 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2332 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2333 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2334 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2335 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2336 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2337 HAL_LIBS Linker flags for hal, overriding pkg-config
2338 GNUTLS_CFLAGS
2339 C compiler flags for gnutls, overriding pkg-config
2340 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2341 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2342 SANE_LIBS Linker flags for libsane, overriding pkg-config
2343 GPHOTO2_CFLAGS
2344 C compiler flags for libgphoto2, overriding pkg-config
2345 GPHOTO2_LIBS
2346 Linker flags for libgphoto2, overriding pkg-config
2347 GPHOTO2_PORT_CFLAGS
2348 C compiler flags for libgphoto2_port, overriding pkg-config
2349 GPHOTO2_PORT_LIBS
2350 Linker flags for libgphoto2_port, overriding pkg-config
2351 LCMS2_CFLAGS
2352 C compiler flags for lcms2, overriding pkg-config
2353 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2354 FREETYPE_CFLAGS
2355 C compiler flags for freetype2, overriding pkg-config
2356 FREETYPE_LIBS
2357 Linker flags for freetype2, overriding pkg-config
2358 PULSE_CFLAGS
2359 C compiler flags for libpulse, overriding pkg-config
2360 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2361 GSTREAMER_CFLAGS
2362 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2363 gstreamer-audio-1.0, overriding pkg-config
2364 GSTREAMER_LIBS
2365 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2366 gstreamer-audio-1.0, overriding pkg-config
2367 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2368 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2369 CAPI20_CFLAGS
2370 C compiler flags for capi20, overriding pkg-config
2371 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2372 FONTCONFIG_CFLAGS
2373 C compiler flags for fontconfig, overriding pkg-config
2374 FONTCONFIG_LIBS
2375 Linker flags for fontconfig, overriding pkg-config
2376 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2377 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2378 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2379 PNG_LIBS Linker flags for libpng, overriding pkg-config
2380 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2381 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2382 MPG123_CFLAGS
2383 C compiler flags for libmpg123, overriding pkg-config
2384 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2385 NETAPI_CFLAGS
2386 C compiler flags for netapi, overriding pkg-config
2387 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2389 Use these variables to override the choices made by `configure' or to help
2390 it to find libraries and programs with nonstandard names/locations.
2392 Report bugs to <wine-devel@winehq.org>.
2393 Wine home page: <http://www.winehq.org>.
2394 _ACEOF
2395 ac_status=$?
2398 if test "$ac_init_help" = "recursive"; then
2399 # If there are subdirs, report their specific --help.
2400 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2401 test -d "$ac_dir" ||
2402 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2403 continue
2404 ac_builddir=.
2406 case "$ac_dir" in
2407 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2409 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2410 # A ".." for each directory in $ac_dir_suffix.
2411 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2412 case $ac_top_builddir_sub in
2413 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2414 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2415 esac ;;
2416 esac
2417 ac_abs_top_builddir=$ac_pwd
2418 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2419 # for backward compatibility:
2420 ac_top_builddir=$ac_top_build_prefix
2422 case $srcdir in
2423 .) # We are building in place.
2424 ac_srcdir=.
2425 ac_top_srcdir=$ac_top_builddir_sub
2426 ac_abs_top_srcdir=$ac_pwd ;;
2427 [\\/]* | ?:[\\/]* ) # Absolute name.
2428 ac_srcdir=$srcdir$ac_dir_suffix;
2429 ac_top_srcdir=$srcdir
2430 ac_abs_top_srcdir=$srcdir ;;
2431 *) # Relative name.
2432 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2433 ac_top_srcdir=$ac_top_build_prefix$srcdir
2434 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2435 esac
2436 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2438 cd "$ac_dir" || { ac_status=$?; continue; }
2439 # Check for guested configure.
2440 if test -f "$ac_srcdir/configure.gnu"; then
2441 echo &&
2442 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2443 elif test -f "$ac_srcdir/configure"; then
2444 echo &&
2445 $SHELL "$ac_srcdir/configure" --help=recursive
2446 else
2447 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2448 fi || ac_status=$?
2449 cd "$ac_pwd" || { ac_status=$?; break; }
2450 done
2453 test -n "$ac_init_help" && exit $ac_status
2454 if $ac_init_version; then
2455 cat <<\_ACEOF
2456 Wine configure 1.9.19
2457 generated by GNU Autoconf 2.69
2459 Copyright (C) 2012 Free Software Foundation, Inc.
2460 This configure script is free software; the Free Software Foundation
2461 gives unlimited permission to copy, distribute and modify it.
2462 _ACEOF
2463 exit
2466 ## ------------------------ ##
2467 ## Autoconf initialization. ##
2468 ## ------------------------ ##
2470 # ac_fn_c_try_compile LINENO
2471 # --------------------------
2472 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2473 ac_fn_c_try_compile ()
2475 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2476 rm -f conftest.$ac_objext
2477 if { { ac_try="$ac_compile"
2478 case "(($ac_try" in
2479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2480 *) ac_try_echo=$ac_try;;
2481 esac
2482 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2483 $as_echo "$ac_try_echo"; } >&5
2484 (eval "$ac_compile") 2>conftest.err
2485 ac_status=$?
2486 if test -s conftest.err; then
2487 grep -v '^ *+' conftest.err >conftest.er1
2488 cat conftest.er1 >&5
2489 mv -f conftest.er1 conftest.err
2491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2492 test $ac_status = 0; } && {
2493 test -z "$ac_c_werror_flag" ||
2494 test ! -s conftest.err
2495 } && test -s conftest.$ac_objext; then :
2496 ac_retval=0
2497 else
2498 $as_echo "$as_me: failed program was:" >&5
2499 sed 's/^/| /' conftest.$ac_ext >&5
2501 ac_retval=1
2503 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2504 as_fn_set_status $ac_retval
2506 } # ac_fn_c_try_compile
2508 # ac_fn_cxx_try_compile LINENO
2509 # ----------------------------
2510 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2511 ac_fn_cxx_try_compile ()
2513 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2514 rm -f conftest.$ac_objext
2515 if { { ac_try="$ac_compile"
2516 case "(($ac_try" in
2517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2518 *) ac_try_echo=$ac_try;;
2519 esac
2520 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2521 $as_echo "$ac_try_echo"; } >&5
2522 (eval "$ac_compile") 2>conftest.err
2523 ac_status=$?
2524 if test -s conftest.err; then
2525 grep -v '^ *+' conftest.err >conftest.er1
2526 cat conftest.er1 >&5
2527 mv -f conftest.er1 conftest.err
2529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2530 test $ac_status = 0; } && {
2531 test -z "$ac_cxx_werror_flag" ||
2532 test ! -s conftest.err
2533 } && test -s conftest.$ac_objext; then :
2534 ac_retval=0
2535 else
2536 $as_echo "$as_me: failed program was:" >&5
2537 sed 's/^/| /' conftest.$ac_ext >&5
2539 ac_retval=1
2541 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2542 as_fn_set_status $ac_retval
2544 } # ac_fn_cxx_try_compile
2546 # ac_fn_c_try_link LINENO
2547 # -----------------------
2548 # Try to link conftest.$ac_ext, and return whether this succeeded.
2549 ac_fn_c_try_link ()
2551 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2552 rm -f conftest.$ac_objext conftest$ac_exeext
2553 if { { ac_try="$ac_link"
2554 case "(($ac_try" in
2555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2556 *) ac_try_echo=$ac_try;;
2557 esac
2558 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2559 $as_echo "$ac_try_echo"; } >&5
2560 (eval "$ac_link") 2>conftest.err
2561 ac_status=$?
2562 if test -s conftest.err; then
2563 grep -v '^ *+' conftest.err >conftest.er1
2564 cat conftest.er1 >&5
2565 mv -f conftest.er1 conftest.err
2567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2568 test $ac_status = 0; } && {
2569 test -z "$ac_c_werror_flag" ||
2570 test ! -s conftest.err
2571 } && test -s conftest$ac_exeext && {
2572 test "$cross_compiling" = yes ||
2573 test -x conftest$ac_exeext
2574 }; then :
2575 ac_retval=0
2576 else
2577 $as_echo "$as_me: failed program was:" >&5
2578 sed 's/^/| /' conftest.$ac_ext >&5
2580 ac_retval=1
2582 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2583 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2584 # interfere with the next link command; also delete a directory that is
2585 # left behind by Apple's compiler. We do this before executing the actions.
2586 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2587 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2588 as_fn_set_status $ac_retval
2590 } # ac_fn_c_try_link
2592 # ac_fn_c_try_cpp LINENO
2593 # ----------------------
2594 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2595 ac_fn_c_try_cpp ()
2597 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2598 if { { ac_try="$ac_cpp conftest.$ac_ext"
2599 case "(($ac_try" in
2600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2601 *) ac_try_echo=$ac_try;;
2602 esac
2603 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2604 $as_echo "$ac_try_echo"; } >&5
2605 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2606 ac_status=$?
2607 if test -s conftest.err; then
2608 grep -v '^ *+' conftest.err >conftest.er1
2609 cat conftest.er1 >&5
2610 mv -f conftest.er1 conftest.err
2612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2613 test $ac_status = 0; } > conftest.i && {
2614 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2615 test ! -s conftest.err
2616 }; then :
2617 ac_retval=0
2618 else
2619 $as_echo "$as_me: failed program was:" >&5
2620 sed 's/^/| /' conftest.$ac_ext >&5
2622 ac_retval=1
2624 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2625 as_fn_set_status $ac_retval
2627 } # ac_fn_c_try_cpp
2629 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2630 # -------------------------------------------------------
2631 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2632 # the include files in INCLUDES and setting the cache variable VAR
2633 # accordingly.
2634 ac_fn_c_check_header_mongrel ()
2636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2637 if eval \${$3+:} false; then :
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2639 $as_echo_n "checking for $2... " >&6; }
2640 if eval \${$3+:} false; then :
2641 $as_echo_n "(cached) " >&6
2643 eval ac_res=\$$3
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2645 $as_echo "$ac_res" >&6; }
2646 else
2647 # Is the header compilable?
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2649 $as_echo_n "checking $2 usability... " >&6; }
2650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2651 /* end confdefs.h. */
2653 #include <$2>
2654 _ACEOF
2655 if ac_fn_c_try_compile "$LINENO"; then :
2656 ac_header_compiler=yes
2657 else
2658 ac_header_compiler=no
2660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2662 $as_echo "$ac_header_compiler" >&6; }
2664 # Is the header present?
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2666 $as_echo_n "checking $2 presence... " >&6; }
2667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2668 /* end confdefs.h. */
2669 #include <$2>
2670 _ACEOF
2671 if ac_fn_c_try_cpp "$LINENO"; then :
2672 ac_header_preproc=yes
2673 else
2674 ac_header_preproc=no
2676 rm -f conftest.err conftest.i conftest.$ac_ext
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2678 $as_echo "$ac_header_preproc" >&6; }
2680 # So? What about this header?
2681 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2682 yes:no: )
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2684 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2686 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2688 no:yes:* )
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2690 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2692 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2694 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2696 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2698 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2699 ( $as_echo "## ------------------------------------ ##
2700 ## Report this to wine-devel@winehq.org ##
2701 ## ------------------------------------ ##"
2702 ) | sed "s/^/$as_me: WARNING: /" >&2
2704 esac
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2706 $as_echo_n "checking for $2... " >&6; }
2707 if eval \${$3+:} false; then :
2708 $as_echo_n "(cached) " >&6
2709 else
2710 eval "$3=\$ac_header_compiler"
2712 eval ac_res=\$$3
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2714 $as_echo "$ac_res" >&6; }
2716 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2718 } # ac_fn_c_check_header_mongrel
2720 # ac_fn_c_try_run LINENO
2721 # ----------------------
2722 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2723 # that executables *can* be run.
2724 ac_fn_c_try_run ()
2726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2727 if { { ac_try="$ac_link"
2728 case "(($ac_try" in
2729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2730 *) ac_try_echo=$ac_try;;
2731 esac
2732 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2733 $as_echo "$ac_try_echo"; } >&5
2734 (eval "$ac_link") 2>&5
2735 ac_status=$?
2736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2737 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2738 { { case "(($ac_try" in
2739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2740 *) ac_try_echo=$ac_try;;
2741 esac
2742 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2743 $as_echo "$ac_try_echo"; } >&5
2744 (eval "$ac_try") 2>&5
2745 ac_status=$?
2746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2747 test $ac_status = 0; }; }; then :
2748 ac_retval=0
2749 else
2750 $as_echo "$as_me: program exited with status $ac_status" >&5
2751 $as_echo "$as_me: failed program was:" >&5
2752 sed 's/^/| /' conftest.$ac_ext >&5
2754 ac_retval=$ac_status
2756 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2757 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2758 as_fn_set_status $ac_retval
2760 } # ac_fn_c_try_run
2762 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2763 # -------------------------------------------------------
2764 # Tests whether HEADER exists and can be compiled using the include files in
2765 # INCLUDES, setting the cache variable VAR accordingly.
2766 ac_fn_c_check_header_compile ()
2768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2770 $as_echo_n "checking for $2... " >&6; }
2771 if eval \${$3+:} false; then :
2772 $as_echo_n "(cached) " >&6
2773 else
2774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2775 /* end confdefs.h. */
2777 #include <$2>
2778 _ACEOF
2779 if ac_fn_c_try_compile "$LINENO"; then :
2780 eval "$3=yes"
2781 else
2782 eval "$3=no"
2784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2786 eval ac_res=\$$3
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2788 $as_echo "$ac_res" >&6; }
2789 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2791 } # ac_fn_c_check_header_compile
2793 # ac_fn_c_check_func LINENO FUNC VAR
2794 # ----------------------------------
2795 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2796 ac_fn_c_check_func ()
2798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2800 $as_echo_n "checking for $2... " >&6; }
2801 if eval \${$3+:} false; then :
2802 $as_echo_n "(cached) " >&6
2803 else
2804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2805 /* end confdefs.h. */
2806 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2807 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2808 #define $2 innocuous_$2
2810 /* System header to define __stub macros and hopefully few prototypes,
2811 which can conflict with char $2 (); below.
2812 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2813 <limits.h> exists even on freestanding compilers. */
2815 #ifdef __STDC__
2816 # include <limits.h>
2817 #else
2818 # include <assert.h>
2819 #endif
2821 #undef $2
2823 /* Override any GCC internal prototype to avoid an error.
2824 Use char because int might match the return type of a GCC
2825 builtin and then its argument prototype would still apply. */
2826 #ifdef __cplusplus
2827 extern "C"
2828 #endif
2829 char $2 ();
2830 /* The GNU C library defines this for functions which it implements
2831 to always fail with ENOSYS. Some functions are actually named
2832 something starting with __ and the normal name is an alias. */
2833 #if defined __stub_$2 || defined __stub___$2
2834 choke me
2835 #endif
2838 main ()
2840 return $2 ();
2842 return 0;
2844 _ACEOF
2845 if ac_fn_c_try_link "$LINENO"; then :
2846 eval "$3=yes"
2847 else
2848 eval "$3=no"
2850 rm -f core conftest.err conftest.$ac_objext \
2851 conftest$ac_exeext conftest.$ac_ext
2853 eval ac_res=\$$3
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2855 $as_echo "$ac_res" >&6; }
2856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2858 } # ac_fn_c_check_func
2860 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2861 # ----------------------------------------------------
2862 # Tries to find if the field MEMBER exists in type AGGR, after including
2863 # INCLUDES, setting cache variable VAR accordingly.
2864 ac_fn_c_check_member ()
2866 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2868 $as_echo_n "checking for $2.$3... " >&6; }
2869 if eval \${$4+:} false; then :
2870 $as_echo_n "(cached) " >&6
2871 else
2872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2873 /* end confdefs.h. */
2876 main ()
2878 static $2 ac_aggr;
2879 if (ac_aggr.$3)
2880 return 0;
2882 return 0;
2884 _ACEOF
2885 if ac_fn_c_try_compile "$LINENO"; then :
2886 eval "$4=yes"
2887 else
2888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2889 /* end confdefs.h. */
2892 main ()
2894 static $2 ac_aggr;
2895 if (sizeof ac_aggr.$3)
2896 return 0;
2898 return 0;
2900 _ACEOF
2901 if ac_fn_c_try_compile "$LINENO"; then :
2902 eval "$4=yes"
2903 else
2904 eval "$4=no"
2906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2910 eval ac_res=\$$4
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2912 $as_echo "$ac_res" >&6; }
2913 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2915 } # ac_fn_c_check_member
2917 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2918 # -------------------------------------------
2919 # Tests whether TYPE exists after having included INCLUDES, setting cache
2920 # variable VAR accordingly.
2921 ac_fn_c_check_type ()
2923 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2925 $as_echo_n "checking for $2... " >&6; }
2926 if eval \${$3+:} false; then :
2927 $as_echo_n "(cached) " >&6
2928 else
2929 eval "$3=no"
2930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2931 /* end confdefs.h. */
2934 main ()
2936 if (sizeof ($2))
2937 return 0;
2939 return 0;
2941 _ACEOF
2942 if ac_fn_c_try_compile "$LINENO"; then :
2943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2944 /* end confdefs.h. */
2947 main ()
2949 if (sizeof (($2)))
2950 return 0;
2952 return 0;
2954 _ACEOF
2955 if ac_fn_c_try_compile "$LINENO"; then :
2957 else
2958 eval "$3=yes"
2960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2964 eval ac_res=\$$3
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2966 $as_echo "$ac_res" >&6; }
2967 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2969 } # ac_fn_c_check_type
2970 cat >config.log <<_ACEOF
2971 This file contains any messages produced by compilers while
2972 running configure, to aid debugging if configure makes a mistake.
2974 It was created by Wine $as_me 1.9.19, which was
2975 generated by GNU Autoconf 2.69. Invocation command line was
2977 $ $0 $@
2979 _ACEOF
2980 exec 5>>config.log
2982 cat <<_ASUNAME
2983 ## --------- ##
2984 ## Platform. ##
2985 ## --------- ##
2987 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2988 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2989 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2990 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2991 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2993 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2994 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2996 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2997 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2998 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2999 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3000 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3001 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3002 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3004 _ASUNAME
3006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007 for as_dir in $PATH
3009 IFS=$as_save_IFS
3010 test -z "$as_dir" && as_dir=.
3011 $as_echo "PATH: $as_dir"
3012 done
3013 IFS=$as_save_IFS
3015 } >&5
3017 cat >&5 <<_ACEOF
3020 ## ----------- ##
3021 ## Core tests. ##
3022 ## ----------- ##
3024 _ACEOF
3027 # Keep a trace of the command line.
3028 # Strip out --no-create and --no-recursion so they do not pile up.
3029 # Strip out --silent because we don't want to record it for future runs.
3030 # Also quote any args containing shell meta-characters.
3031 # Make two passes to allow for proper duplicate-argument suppression.
3032 ac_configure_args=
3033 ac_configure_args0=
3034 ac_configure_args1=
3035 ac_must_keep_next=false
3036 for ac_pass in 1 2
3038 for ac_arg
3040 case $ac_arg in
3041 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3042 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3043 | -silent | --silent | --silen | --sile | --sil)
3044 continue ;;
3045 *\'*)
3046 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3047 esac
3048 case $ac_pass in
3049 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3051 as_fn_append ac_configure_args1 " '$ac_arg'"
3052 if test $ac_must_keep_next = true; then
3053 ac_must_keep_next=false # Got value, back to normal.
3054 else
3055 case $ac_arg in
3056 *=* | --config-cache | -C | -disable-* | --disable-* \
3057 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3058 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3059 | -with-* | --with-* | -without-* | --without-* | --x)
3060 case "$ac_configure_args0 " in
3061 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3062 esac
3064 -* ) ac_must_keep_next=true ;;
3065 esac
3067 as_fn_append ac_configure_args " '$ac_arg'"
3069 esac
3070 done
3071 done
3072 { ac_configure_args0=; unset ac_configure_args0;}
3073 { ac_configure_args1=; unset ac_configure_args1;}
3075 # When interrupted or exit'd, cleanup temporary files, and complete
3076 # config.log. We remove comments because anyway the quotes in there
3077 # would cause problems or look ugly.
3078 # WARNING: Use '\'' to represent an apostrophe within the trap.
3079 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3080 trap 'exit_status=$?
3081 # Save into config.log some information that might help in debugging.
3083 echo
3085 $as_echo "## ---------------- ##
3086 ## Cache variables. ##
3087 ## ---------------- ##"
3088 echo
3089 # The following way of writing the cache mishandles newlines in values,
3091 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3092 eval ac_val=\$$ac_var
3093 case $ac_val in #(
3094 *${as_nl}*)
3095 case $ac_var in #(
3096 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3097 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3098 esac
3099 case $ac_var in #(
3100 _ | IFS | as_nl) ;; #(
3101 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3102 *) { eval $ac_var=; unset $ac_var;} ;;
3103 esac ;;
3104 esac
3105 done
3106 (set) 2>&1 |
3107 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3108 *${as_nl}ac_space=\ *)
3109 sed -n \
3110 "s/'\''/'\''\\\\'\'''\''/g;
3111 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3112 ;; #(
3114 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3116 esac |
3117 sort
3119 echo
3121 $as_echo "## ----------------- ##
3122 ## Output variables. ##
3123 ## ----------------- ##"
3124 echo
3125 for ac_var in $ac_subst_vars
3127 eval ac_val=\$$ac_var
3128 case $ac_val in
3129 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3130 esac
3131 $as_echo "$ac_var='\''$ac_val'\''"
3132 done | sort
3133 echo
3135 if test -n "$ac_subst_files"; then
3136 $as_echo "## ------------------- ##
3137 ## File substitutions. ##
3138 ## ------------------- ##"
3139 echo
3140 for ac_var in $ac_subst_files
3142 eval ac_val=\$$ac_var
3143 case $ac_val in
3144 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3145 esac
3146 $as_echo "$ac_var='\''$ac_val'\''"
3147 done | sort
3148 echo
3151 if test -s confdefs.h; then
3152 $as_echo "## ----------- ##
3153 ## confdefs.h. ##
3154 ## ----------- ##"
3155 echo
3156 cat confdefs.h
3157 echo
3159 test "$ac_signal" != 0 &&
3160 $as_echo "$as_me: caught signal $ac_signal"
3161 $as_echo "$as_me: exit $exit_status"
3162 } >&5
3163 rm -f core *.core core.conftest.* &&
3164 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3165 exit $exit_status
3167 for ac_signal in 1 2 13 15; do
3168 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3169 done
3170 ac_signal=0
3172 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3173 rm -f -r conftest* confdefs.h
3175 $as_echo "/* confdefs.h */" > confdefs.h
3177 # Predefined preprocessor variables.
3179 cat >>confdefs.h <<_ACEOF
3180 #define PACKAGE_NAME "$PACKAGE_NAME"
3181 _ACEOF
3183 cat >>confdefs.h <<_ACEOF
3184 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3185 _ACEOF
3187 cat >>confdefs.h <<_ACEOF
3188 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3189 _ACEOF
3191 cat >>confdefs.h <<_ACEOF
3192 #define PACKAGE_STRING "$PACKAGE_STRING"
3193 _ACEOF
3195 cat >>confdefs.h <<_ACEOF
3196 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3197 _ACEOF
3199 cat >>confdefs.h <<_ACEOF
3200 #define PACKAGE_URL "$PACKAGE_URL"
3201 _ACEOF
3204 # Let the site file select an alternate cache file if it wants to.
3205 # Prefer an explicitly selected file to automatically selected ones.
3206 ac_site_file1=NONE
3207 ac_site_file2=NONE
3208 if test -n "$CONFIG_SITE"; then
3209 # We do not want a PATH search for config.site.
3210 case $CONFIG_SITE in #((
3211 -*) ac_site_file1=./$CONFIG_SITE;;
3212 */*) ac_site_file1=$CONFIG_SITE;;
3213 *) ac_site_file1=./$CONFIG_SITE;;
3214 esac
3215 elif test "x$prefix" != xNONE; then
3216 ac_site_file1=$prefix/share/config.site
3217 ac_site_file2=$prefix/etc/config.site
3218 else
3219 ac_site_file1=$ac_default_prefix/share/config.site
3220 ac_site_file2=$ac_default_prefix/etc/config.site
3222 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3224 test "x$ac_site_file" = xNONE && continue
3225 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3227 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3228 sed 's/^/| /' "$ac_site_file" >&5
3229 . "$ac_site_file" \
3230 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3231 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3232 as_fn_error $? "failed to load site script $ac_site_file
3233 See \`config.log' for more details" "$LINENO" 5; }
3235 done
3237 if test -r "$cache_file"; then
3238 # Some versions of bash will fail to source /dev/null (special files
3239 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3240 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3242 $as_echo "$as_me: loading cache $cache_file" >&6;}
3243 case $cache_file in
3244 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3245 *) . "./$cache_file";;
3246 esac
3248 else
3249 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3250 $as_echo "$as_me: creating cache $cache_file" >&6;}
3251 >$cache_file
3254 # Check that the precious variables saved in the cache have kept the same
3255 # value.
3256 ac_cache_corrupted=false
3257 for ac_var in $ac_precious_vars; do
3258 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3259 eval ac_new_set=\$ac_env_${ac_var}_set
3260 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3261 eval ac_new_val=\$ac_env_${ac_var}_value
3262 case $ac_old_set,$ac_new_set in
3263 set,)
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3265 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3266 ac_cache_corrupted=: ;;
3267 ,set)
3268 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3269 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3270 ac_cache_corrupted=: ;;
3271 ,);;
3273 if test "x$ac_old_val" != "x$ac_new_val"; then
3274 # differences in whitespace do not lead to failure.
3275 ac_old_val_w=`echo x $ac_old_val`
3276 ac_new_val_w=`echo x $ac_new_val`
3277 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3279 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3280 ac_cache_corrupted=:
3281 else
3282 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3283 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3284 eval $ac_var=\$ac_old_val
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3287 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3289 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3290 fi;;
3291 esac
3292 # Pass precious variables to config.status.
3293 if test "$ac_new_set" = set; then
3294 case $ac_new_val in
3295 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3296 *) ac_arg=$ac_var=$ac_new_val ;;
3297 esac
3298 case " $ac_configure_args " in
3299 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3300 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3301 esac
3303 done
3304 if $ac_cache_corrupted; then
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3306 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3308 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3309 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3311 ## -------------------- ##
3312 ## Main body of script. ##
3313 ## -------------------- ##
3315 ac_ext=c
3316 ac_cpp='$CPP $CPPFLAGS'
3317 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3318 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3319 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3323 ac_config_headers="$ac_config_headers include/config.h"
3325 ac_aux_dir=
3326 for ac_dir in tools "$srcdir"/tools; do
3327 if test -f "$ac_dir/install-sh"; then
3328 ac_aux_dir=$ac_dir
3329 ac_install_sh="$ac_aux_dir/install-sh -c"
3330 break
3331 elif test -f "$ac_dir/install.sh"; then
3332 ac_aux_dir=$ac_dir
3333 ac_install_sh="$ac_aux_dir/install.sh -c"
3334 break
3335 elif test -f "$ac_dir/shtool"; then
3336 ac_aux_dir=$ac_dir
3337 ac_install_sh="$ac_aux_dir/shtool install -c"
3338 break
3340 done
3341 if test -z "$ac_aux_dir"; then
3342 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3345 # These three variables are undocumented and unsupported,
3346 # and are intended to be withdrawn in a future Autoconf release.
3347 # They can cause serious problems if a builder's source tree is in a directory
3348 # whose full name contains unusual characters.
3349 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3350 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3351 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3355 libwine_version="1.0"
3359 # Check whether --enable-win16 was given.
3360 if test "${enable_win16+set}" = set; then :
3361 enableval=$enable_win16;
3364 # Check whether --enable-win64 was given.
3365 if test "${enable_win64+set}" = set; then :
3366 enableval=$enable_win64;
3369 # Check whether --enable-tests was given.
3370 if test "${enable_tests+set}" = set; then :
3371 enableval=$enable_tests;
3374 # Check whether --enable-maintainer-mode was given.
3375 if test "${enable_maintainer_mode+set}" = set; then :
3376 enableval=$enable_maintainer_mode;
3381 # Check whether --with-alsa was given.
3382 if test "${with_alsa+set}" = set; then :
3383 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3387 # Check whether --with-capi was given.
3388 if test "${with_capi+set}" = set; then :
3389 withval=$with_capi;
3393 # Check whether --with-cms was given.
3394 if test "${with_cms+set}" = set; then :
3395 withval=$with_cms;
3399 # Check whether --with-coreaudio was given.
3400 if test "${with_coreaudio+set}" = set; then :
3401 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3405 # Check whether --with-cups was given.
3406 if test "${with_cups+set}" = set; then :
3407 withval=$with_cups;
3411 # Check whether --with-curses was given.
3412 if test "${with_curses+set}" = set; then :
3413 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3417 # Check whether --with-dbus was given.
3418 if test "${with_dbus+set}" = set; then :
3419 withval=$with_dbus;
3423 # Check whether --with-fontconfig was given.
3424 if test "${with_fontconfig+set}" = set; then :
3425 withval=$with_fontconfig;
3429 # Check whether --with-freetype was given.
3430 if test "${with_freetype+set}" = set; then :
3431 withval=$with_freetype;
3435 # Check whether --with-gettext was given.
3436 if test "${with_gettext+set}" = set; then :
3437 withval=$with_gettext;
3441 # Check whether --with-gettextpo was given.
3442 if test "${with_gettextpo+set}" = set; then :
3443 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3447 # Check whether --with-gphoto was given.
3448 if test "${with_gphoto+set}" = set; then :
3449 withval=$with_gphoto;
3453 # Check whether --with-glu was given.
3454 if test "${with_glu+set}" = set; then :
3455 withval=$with_glu;
3459 # Check whether --with-gnutls was given.
3460 if test "${with_gnutls+set}" = set; then :
3461 withval=$with_gnutls;
3465 # Check whether --with-gsm was given.
3466 if test "${with_gsm+set}" = set; then :
3467 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3471 # Check whether --with-gstreamer was given.
3472 if test "${with_gstreamer+set}" = set; then :
3473 withval=$with_gstreamer;
3477 # Check whether --with-hal was given.
3478 if test "${with_hal+set}" = set; then :
3479 withval=$with_hal;
3483 # Check whether --with-jpeg was given.
3484 if test "${with_jpeg+set}" = set; then :
3485 withval=$with_jpeg;
3489 # Check whether --with-ldap was given.
3490 if test "${with_ldap+set}" = set; then :
3491 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3495 # Check whether --with-mpg123 was given.
3496 if test "${with_mpg123+set}" = set; then :
3497 withval=$with_mpg123;
3501 # Check whether --with-netapi was given.
3502 if test "${with_netapi+set}" = set; then :
3503 withval=$with_netapi;
3507 # Check whether --with-openal was given.
3508 if test "${with_openal+set}" = set; then :
3509 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3513 # Check whether --with-opencl was given.
3514 if test "${with_opencl+set}" = set; then :
3515 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3519 # Check whether --with-opengl was given.
3520 if test "${with_opengl+set}" = set; then :
3521 withval=$with_opengl;
3525 # Check whether --with-osmesa was given.
3526 if test "${with_osmesa+set}" = set; then :
3527 withval=$with_osmesa;
3531 # Check whether --with-oss was given.
3532 if test "${with_oss+set}" = set; then :
3533 withval=$with_oss;
3537 # Check whether --with-pcap was given.
3538 if test "${with_pcap+set}" = set; then :
3539 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3543 # Check whether --with-png was given.
3544 if test "${with_png+set}" = set; then :
3545 withval=$with_png;
3549 # Check whether --with-pthread was given.
3550 if test "${with_pthread+set}" = set; then :
3551 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3555 # Check whether --with-pulse was given.
3556 if test "${with_pulse+set}" = set; then :
3557 withval=$with_pulse;
3561 # Check whether --with-sane was given.
3562 if test "${with_sane+set}" = set; then :
3563 withval=$with_sane;
3567 # Check whether --with-tiff was given.
3568 if test "${with_tiff+set}" = set; then :
3569 withval=$with_tiff;
3573 # Check whether --with-udev was given.
3574 if test "${with_udev+set}" = set; then :
3575 withval=$with_udev;
3579 # Check whether --with-v4l was given.
3580 if test "${with_v4l+set}" = set; then :
3581 withval=$with_v4l;
3585 # Check whether --with-xcomposite was given.
3586 if test "${with_xcomposite+set}" = set; then :
3587 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3591 # Check whether --with-xcursor was given.
3592 if test "${with_xcursor+set}" = set; then :
3593 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3597 # Check whether --with-xinerama was given.
3598 if test "${with_xinerama+set}" = set; then :
3599 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3603 # Check whether --with-xinput was given.
3604 if test "${with_xinput+set}" = set; then :
3605 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3609 # Check whether --with-xinput2 was given.
3610 if test "${with_xinput2+set}" = set; then :
3611 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3615 # Check whether --with-xml was given.
3616 if test "${with_xml+set}" = set; then :
3617 withval=$with_xml;
3621 # Check whether --with-xrandr was given.
3622 if test "${with_xrandr+set}" = set; then :
3623 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3627 # Check whether --with-xrender was given.
3628 if test "${with_xrender+set}" = set; then :
3629 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3633 # Check whether --with-xshape was given.
3634 if test "${with_xshape+set}" = set; then :
3635 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3639 # Check whether --with-xshm was given.
3640 if test "${with_xshm+set}" = set; then :
3641 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3645 # Check whether --with-xslt was given.
3646 if test "${with_xslt+set}" = set; then :
3647 withval=$with_xslt;
3651 # Check whether --with-xxf86vm was given.
3652 if test "${with_xxf86vm+set}" = set; then :
3653 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
3657 # Check whether --with-zlib was given.
3658 if test "${with_zlib+set}" = set; then :
3659 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3664 # Check whether --with-wine-tools was given.
3665 if test "${with_wine_tools+set}" = set; then :
3666 withval=$with_wine_tools;
3670 # Check whether --with-wine64 was given.
3671 if test "${with_wine64+set}" = set; then :
3672 withval=$with_wine64;
3676 # Make sure we can run config.sub.
3677 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3678 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3681 $as_echo_n "checking build system type... " >&6; }
3682 if ${ac_cv_build+:} false; then :
3683 $as_echo_n "(cached) " >&6
3684 else
3685 ac_build_alias=$build_alias
3686 test "x$ac_build_alias" = x &&
3687 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3688 test "x$ac_build_alias" = x &&
3689 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3690 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3691 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3695 $as_echo "$ac_cv_build" >&6; }
3696 case $ac_cv_build in
3697 *-*-*) ;;
3698 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3699 esac
3700 build=$ac_cv_build
3701 ac_save_IFS=$IFS; IFS='-'
3702 set x $ac_cv_build
3703 shift
3704 build_cpu=$1
3705 build_vendor=$2
3706 shift; shift
3707 # Remember, the first character of IFS is used to create $*,
3708 # except with old shells:
3709 build_os=$*
3710 IFS=$ac_save_IFS
3711 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3715 $as_echo_n "checking host system type... " >&6; }
3716 if ${ac_cv_host+:} false; then :
3717 $as_echo_n "(cached) " >&6
3718 else
3719 if test "x$host_alias" = x; then
3720 ac_cv_host=$ac_cv_build
3721 else
3722 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3723 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3728 $as_echo "$ac_cv_host" >&6; }
3729 case $ac_cv_host in
3730 *-*-*) ;;
3731 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3732 esac
3733 host=$ac_cv_host
3734 ac_save_IFS=$IFS; IFS='-'
3735 set x $ac_cv_host
3736 shift
3737 host_cpu=$1
3738 host_vendor=$2
3739 shift; shift
3740 # Remember, the first character of IFS is used to create $*,
3741 # except with old shells:
3742 host_os=$*
3743 IFS=$ac_save_IFS
3744 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3748 case "$srcdir" in
3749 .) ;;
3750 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3751 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3752 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3753 fi ;;
3754 esac
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3758 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3759 set x ${MAKE-make}
3760 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3761 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3762 $as_echo_n "(cached) " >&6
3763 else
3764 cat >conftest.make <<\_ACEOF
3765 SHELL = /bin/sh
3766 all:
3767 @echo '@@@%%%=$(MAKE)=@@@%%%'
3768 _ACEOF
3769 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3770 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3771 *@@@%%%=?*=@@@%%%*)
3772 eval ac_cv_prog_make_${ac_make}_set=yes;;
3774 eval ac_cv_prog_make_${ac_make}_set=no;;
3775 esac
3776 rm -f conftest.make
3778 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3780 $as_echo "yes" >&6; }
3781 SET_MAKE=
3782 else
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3784 $as_echo "no" >&6; }
3785 SET_MAKE="MAKE=${MAKE-make}"
3788 ac_ext=c
3789 ac_cpp='$CPP $CPPFLAGS'
3790 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3791 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3792 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3793 if test -n "$ac_tool_prefix"; then
3794 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3795 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3797 $as_echo_n "checking for $ac_word... " >&6; }
3798 if ${ac_cv_prog_CC+:} false; then :
3799 $as_echo_n "(cached) " >&6
3800 else
3801 if test -n "$CC"; then
3802 ac_cv_prog_CC="$CC" # Let the user override the test.
3803 else
3804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3805 for as_dir in $PATH
3807 IFS=$as_save_IFS
3808 test -z "$as_dir" && as_dir=.
3809 for ac_exec_ext in '' $ac_executable_extensions; do
3810 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3811 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3813 break 2
3815 done
3816 done
3817 IFS=$as_save_IFS
3821 CC=$ac_cv_prog_CC
3822 if test -n "$CC"; then
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3824 $as_echo "$CC" >&6; }
3825 else
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3827 $as_echo "no" >&6; }
3832 if test -z "$ac_cv_prog_CC"; then
3833 ac_ct_CC=$CC
3834 # Extract the first word of "gcc", so it can be a program name with args.
3835 set dummy gcc; ac_word=$2
3836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3837 $as_echo_n "checking for $ac_word... " >&6; }
3838 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3839 $as_echo_n "(cached) " >&6
3840 else
3841 if test -n "$ac_ct_CC"; then
3842 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3843 else
3844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3845 for as_dir in $PATH
3847 IFS=$as_save_IFS
3848 test -z "$as_dir" && as_dir=.
3849 for ac_exec_ext in '' $ac_executable_extensions; do
3850 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3851 ac_cv_prog_ac_ct_CC="gcc"
3852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3853 break 2
3855 done
3856 done
3857 IFS=$as_save_IFS
3861 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3862 if test -n "$ac_ct_CC"; then
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3864 $as_echo "$ac_ct_CC" >&6; }
3865 else
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3867 $as_echo "no" >&6; }
3870 if test "x$ac_ct_CC" = x; then
3871 CC=""
3872 else
3873 case $cross_compiling:$ac_tool_warned in
3874 yes:)
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3876 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3877 ac_tool_warned=yes ;;
3878 esac
3879 CC=$ac_ct_CC
3881 else
3882 CC="$ac_cv_prog_CC"
3885 if test -z "$CC"; then
3886 if test -n "$ac_tool_prefix"; then
3887 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3888 set dummy ${ac_tool_prefix}cc; ac_word=$2
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3890 $as_echo_n "checking for $ac_word... " >&6; }
3891 if ${ac_cv_prog_CC+:} false; then :
3892 $as_echo_n "(cached) " >&6
3893 else
3894 if test -n "$CC"; then
3895 ac_cv_prog_CC="$CC" # Let the user override the test.
3896 else
3897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3898 for as_dir in $PATH
3900 IFS=$as_save_IFS
3901 test -z "$as_dir" && as_dir=.
3902 for ac_exec_ext in '' $ac_executable_extensions; do
3903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3904 ac_cv_prog_CC="${ac_tool_prefix}cc"
3905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3906 break 2
3908 done
3909 done
3910 IFS=$as_save_IFS
3914 CC=$ac_cv_prog_CC
3915 if test -n "$CC"; then
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3917 $as_echo "$CC" >&6; }
3918 else
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3920 $as_echo "no" >&6; }
3926 if test -z "$CC"; then
3927 # Extract the first word of "cc", so it can be a program name with args.
3928 set dummy cc; ac_word=$2
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3930 $as_echo_n "checking for $ac_word... " >&6; }
3931 if ${ac_cv_prog_CC+:} false; then :
3932 $as_echo_n "(cached) " >&6
3933 else
3934 if test -n "$CC"; then
3935 ac_cv_prog_CC="$CC" # Let the user override the test.
3936 else
3937 ac_prog_rejected=no
3938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3939 for as_dir in $PATH
3941 IFS=$as_save_IFS
3942 test -z "$as_dir" && as_dir=.
3943 for ac_exec_ext in '' $ac_executable_extensions; do
3944 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3945 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3946 ac_prog_rejected=yes
3947 continue
3949 ac_cv_prog_CC="cc"
3950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3951 break 2
3953 done
3954 done
3955 IFS=$as_save_IFS
3957 if test $ac_prog_rejected = yes; then
3958 # We found a bogon in the path, so make sure we never use it.
3959 set dummy $ac_cv_prog_CC
3960 shift
3961 if test $# != 0; then
3962 # We chose a different compiler from the bogus one.
3963 # However, it has the same basename, so the bogon will be chosen
3964 # first if we set CC to just the basename; use the full file name.
3965 shift
3966 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3971 CC=$ac_cv_prog_CC
3972 if test -n "$CC"; then
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3974 $as_echo "$CC" >&6; }
3975 else
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3977 $as_echo "no" >&6; }
3982 if test -z "$CC"; then
3983 if test -n "$ac_tool_prefix"; then
3984 for ac_prog in cl.exe
3986 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3987 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3989 $as_echo_n "checking for $ac_word... " >&6; }
3990 if ${ac_cv_prog_CC+:} false; then :
3991 $as_echo_n "(cached) " >&6
3992 else
3993 if test -n "$CC"; then
3994 ac_cv_prog_CC="$CC" # Let the user override the test.
3995 else
3996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3997 for as_dir in $PATH
3999 IFS=$as_save_IFS
4000 test -z "$as_dir" && as_dir=.
4001 for ac_exec_ext in '' $ac_executable_extensions; do
4002 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4003 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4005 break 2
4007 done
4008 done
4009 IFS=$as_save_IFS
4013 CC=$ac_cv_prog_CC
4014 if test -n "$CC"; then
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4016 $as_echo "$CC" >&6; }
4017 else
4018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4019 $as_echo "no" >&6; }
4023 test -n "$CC" && break
4024 done
4026 if test -z "$CC"; then
4027 ac_ct_CC=$CC
4028 for ac_prog in cl.exe
4030 # Extract the first word of "$ac_prog", so it can be a program name with args.
4031 set dummy $ac_prog; ac_word=$2
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4033 $as_echo_n "checking for $ac_word... " >&6; }
4034 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4035 $as_echo_n "(cached) " >&6
4036 else
4037 if test -n "$ac_ct_CC"; then
4038 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4039 else
4040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4041 for as_dir in $PATH
4043 IFS=$as_save_IFS
4044 test -z "$as_dir" && as_dir=.
4045 for ac_exec_ext in '' $ac_executable_extensions; do
4046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4047 ac_cv_prog_ac_ct_CC="$ac_prog"
4048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4049 break 2
4051 done
4052 done
4053 IFS=$as_save_IFS
4057 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4058 if test -n "$ac_ct_CC"; then
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4060 $as_echo "$ac_ct_CC" >&6; }
4061 else
4062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4063 $as_echo "no" >&6; }
4067 test -n "$ac_ct_CC" && break
4068 done
4070 if test "x$ac_ct_CC" = x; then
4071 CC=""
4072 else
4073 case $cross_compiling:$ac_tool_warned in
4074 yes:)
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4076 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4077 ac_tool_warned=yes ;;
4078 esac
4079 CC=$ac_ct_CC
4086 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4087 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4088 as_fn_error $? "no acceptable C compiler found in \$PATH
4089 See \`config.log' for more details" "$LINENO" 5; }
4091 # Provide some information about the compiler.
4092 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4093 set X $ac_compile
4094 ac_compiler=$2
4095 for ac_option in --version -v -V -qversion; do
4096 { { ac_try="$ac_compiler $ac_option >&5"
4097 case "(($ac_try" in
4098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4099 *) ac_try_echo=$ac_try;;
4100 esac
4101 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4102 $as_echo "$ac_try_echo"; } >&5
4103 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4104 ac_status=$?
4105 if test -s conftest.err; then
4106 sed '10a\
4107 ... rest of stderr output deleted ...
4108 10q' conftest.err >conftest.er1
4109 cat conftest.er1 >&5
4111 rm -f conftest.er1 conftest.err
4112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4113 test $ac_status = 0; }
4114 done
4116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4117 /* end confdefs.h. */
4120 main ()
4124 return 0;
4126 _ACEOF
4127 ac_clean_files_save=$ac_clean_files
4128 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4129 # Try to create an executable without -o first, disregard a.out.
4130 # It will help us diagnose broken compilers, and finding out an intuition
4131 # of exeext.
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4133 $as_echo_n "checking whether the C compiler works... " >&6; }
4134 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4136 # The possible output files:
4137 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4139 ac_rmfiles=
4140 for ac_file in $ac_files
4142 case $ac_file in
4143 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4144 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4145 esac
4146 done
4147 rm -f $ac_rmfiles
4149 if { { ac_try="$ac_link_default"
4150 case "(($ac_try" in
4151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4152 *) ac_try_echo=$ac_try;;
4153 esac
4154 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4155 $as_echo "$ac_try_echo"; } >&5
4156 (eval "$ac_link_default") 2>&5
4157 ac_status=$?
4158 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4159 test $ac_status = 0; }; then :
4160 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4161 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4162 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4163 # so that the user can short-circuit this test for compilers unknown to
4164 # Autoconf.
4165 for ac_file in $ac_files ''
4167 test -f "$ac_file" || continue
4168 case $ac_file in
4169 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4171 [ab].out )
4172 # We found the default executable, but exeext='' is most
4173 # certainly right.
4174 break;;
4175 *.* )
4176 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4177 then :; else
4178 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4180 # We set ac_cv_exeext here because the later test for it is not
4181 # safe: cross compilers may not add the suffix if given an `-o'
4182 # argument, so we may need to know it at that point already.
4183 # Even if this section looks crufty: it has the advantage of
4184 # actually working.
4185 break;;
4187 break;;
4188 esac
4189 done
4190 test "$ac_cv_exeext" = no && ac_cv_exeext=
4192 else
4193 ac_file=''
4195 if test -z "$ac_file"; then :
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4197 $as_echo "no" >&6; }
4198 $as_echo "$as_me: failed program was:" >&5
4199 sed 's/^/| /' conftest.$ac_ext >&5
4201 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4202 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4203 as_fn_error 77 "C compiler cannot create executables
4204 See \`config.log' for more details" "$LINENO" 5; }
4205 else
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4207 $as_echo "yes" >&6; }
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4210 $as_echo_n "checking for C compiler default output file name... " >&6; }
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4212 $as_echo "$ac_file" >&6; }
4213 ac_exeext=$ac_cv_exeext
4215 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4216 ac_clean_files=$ac_clean_files_save
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4218 $as_echo_n "checking for suffix of executables... " >&6; }
4219 if { { ac_try="$ac_link"
4220 case "(($ac_try" in
4221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222 *) ac_try_echo=$ac_try;;
4223 esac
4224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4225 $as_echo "$ac_try_echo"; } >&5
4226 (eval "$ac_link") 2>&5
4227 ac_status=$?
4228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229 test $ac_status = 0; }; then :
4230 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4231 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4232 # work properly (i.e., refer to `conftest.exe'), while it won't with
4233 # `rm'.
4234 for ac_file in conftest.exe conftest conftest.*; do
4235 test -f "$ac_file" || continue
4236 case $ac_file in
4237 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4238 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4239 break;;
4240 * ) break;;
4241 esac
4242 done
4243 else
4244 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4245 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4246 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4247 See \`config.log' for more details" "$LINENO" 5; }
4249 rm -f conftest conftest$ac_cv_exeext
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4251 $as_echo "$ac_cv_exeext" >&6; }
4253 rm -f conftest.$ac_ext
4254 EXEEXT=$ac_cv_exeext
4255 ac_exeext=$EXEEXT
4256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4257 /* end confdefs.h. */
4258 #include <stdio.h>
4260 main ()
4262 FILE *f = fopen ("conftest.out", "w");
4263 return ferror (f) || fclose (f) != 0;
4266 return 0;
4268 _ACEOF
4269 ac_clean_files="$ac_clean_files conftest.out"
4270 # Check that the compiler produces executables we can run. If not, either
4271 # the compiler is broken, or we cross compile.
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4273 $as_echo_n "checking whether we are cross compiling... " >&6; }
4274 if test "$cross_compiling" != yes; then
4275 { { ac_try="$ac_link"
4276 case "(($ac_try" in
4277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4278 *) ac_try_echo=$ac_try;;
4279 esac
4280 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4281 $as_echo "$ac_try_echo"; } >&5
4282 (eval "$ac_link") 2>&5
4283 ac_status=$?
4284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4285 test $ac_status = 0; }
4286 if { ac_try='./conftest$ac_cv_exeext'
4287 { { case "(($ac_try" in
4288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4289 *) ac_try_echo=$ac_try;;
4290 esac
4291 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4292 $as_echo "$ac_try_echo"; } >&5
4293 (eval "$ac_try") 2>&5
4294 ac_status=$?
4295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4296 test $ac_status = 0; }; }; then
4297 cross_compiling=no
4298 else
4299 if test "$cross_compiling" = maybe; then
4300 cross_compiling=yes
4301 else
4302 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4303 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4304 as_fn_error $? "cannot run C compiled programs.
4305 If you meant to cross compile, use \`--host'.
4306 See \`config.log' for more details" "$LINENO" 5; }
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4311 $as_echo "$cross_compiling" >&6; }
4313 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4314 ac_clean_files=$ac_clean_files_save
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4316 $as_echo_n "checking for suffix of object files... " >&6; }
4317 if ${ac_cv_objext+:} false; then :
4318 $as_echo_n "(cached) " >&6
4319 else
4320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4321 /* end confdefs.h. */
4324 main ()
4328 return 0;
4330 _ACEOF
4331 rm -f conftest.o conftest.obj
4332 if { { ac_try="$ac_compile"
4333 case "(($ac_try" in
4334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4335 *) ac_try_echo=$ac_try;;
4336 esac
4337 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4338 $as_echo "$ac_try_echo"; } >&5
4339 (eval "$ac_compile") 2>&5
4340 ac_status=$?
4341 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4342 test $ac_status = 0; }; then :
4343 for ac_file in conftest.o conftest.obj conftest.*; do
4344 test -f "$ac_file" || continue;
4345 case $ac_file in
4346 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4347 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4348 break;;
4349 esac
4350 done
4351 else
4352 $as_echo "$as_me: failed program was:" >&5
4353 sed 's/^/| /' conftest.$ac_ext >&5
4355 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4356 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4357 as_fn_error $? "cannot compute suffix of object files: cannot compile
4358 See \`config.log' for more details" "$LINENO" 5; }
4360 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4363 $as_echo "$ac_cv_objext" >&6; }
4364 OBJEXT=$ac_cv_objext
4365 ac_objext=$OBJEXT
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4367 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4368 if ${ac_cv_c_compiler_gnu+:} false; then :
4369 $as_echo_n "(cached) " >&6
4370 else
4371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4372 /* end confdefs.h. */
4375 main ()
4377 #ifndef __GNUC__
4378 choke me
4379 #endif
4382 return 0;
4384 _ACEOF
4385 if ac_fn_c_try_compile "$LINENO"; then :
4386 ac_compiler_gnu=yes
4387 else
4388 ac_compiler_gnu=no
4390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4391 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4395 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4396 if test $ac_compiler_gnu = yes; then
4397 GCC=yes
4398 else
4399 GCC=
4401 ac_test_CFLAGS=${CFLAGS+set}
4402 ac_save_CFLAGS=$CFLAGS
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4404 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4405 if ${ac_cv_prog_cc_g+:} false; then :
4406 $as_echo_n "(cached) " >&6
4407 else
4408 ac_save_c_werror_flag=$ac_c_werror_flag
4409 ac_c_werror_flag=yes
4410 ac_cv_prog_cc_g=no
4411 CFLAGS="-g"
4412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4413 /* end confdefs.h. */
4416 main ()
4420 return 0;
4422 _ACEOF
4423 if ac_fn_c_try_compile "$LINENO"; then :
4424 ac_cv_prog_cc_g=yes
4425 else
4426 CFLAGS=""
4427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4428 /* end confdefs.h. */
4431 main ()
4435 return 0;
4437 _ACEOF
4438 if ac_fn_c_try_compile "$LINENO"; then :
4440 else
4441 ac_c_werror_flag=$ac_save_c_werror_flag
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
4457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4462 ac_c_werror_flag=$ac_save_c_werror_flag
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4465 $as_echo "$ac_cv_prog_cc_g" >&6; }
4466 if test "$ac_test_CFLAGS" = set; then
4467 CFLAGS=$ac_save_CFLAGS
4468 elif test $ac_cv_prog_cc_g = yes; then
4469 if test "$GCC" = yes; then
4470 CFLAGS="-g -O2"
4471 else
4472 CFLAGS="-g"
4474 else
4475 if test "$GCC" = yes; then
4476 CFLAGS="-O2"
4477 else
4478 CFLAGS=
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4482 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4483 if ${ac_cv_prog_cc_c89+:} false; then :
4484 $as_echo_n "(cached) " >&6
4485 else
4486 ac_cv_prog_cc_c89=no
4487 ac_save_CC=$CC
4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489 /* end confdefs.h. */
4490 #include <stdarg.h>
4491 #include <stdio.h>
4492 struct stat;
4493 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4494 struct buf { int x; };
4495 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4496 static char *e (p, i)
4497 char **p;
4498 int i;
4500 return p[i];
4502 static char *f (char * (*g) (char **, int), char **p, ...)
4504 char *s;
4505 va_list v;
4506 va_start (v,p);
4507 s = g (p, va_arg (v,int));
4508 va_end (v);
4509 return s;
4512 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4513 function prototypes and stuff, but not '\xHH' hex character constants.
4514 These don't provoke an error unfortunately, instead are silently treated
4515 as 'x'. The following induces an error, until -std is added to get
4516 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4517 array size at least. It's necessary to write '\x00'==0 to get something
4518 that's true only with -std. */
4519 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4521 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4522 inside strings and character constants. */
4523 #define FOO(x) 'x'
4524 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4526 int test (int i, double x);
4527 struct s1 {int (*f) (int a);};
4528 struct s2 {int (*f) (double a);};
4529 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4530 int argc;
4531 char **argv;
4533 main ()
4535 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4537 return 0;
4539 _ACEOF
4540 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4541 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4543 CC="$ac_save_CC $ac_arg"
4544 if ac_fn_c_try_compile "$LINENO"; then :
4545 ac_cv_prog_cc_c89=$ac_arg
4547 rm -f core conftest.err conftest.$ac_objext
4548 test "x$ac_cv_prog_cc_c89" != "xno" && break
4549 done
4550 rm -f conftest.$ac_ext
4551 CC=$ac_save_CC
4554 # AC_CACHE_VAL
4555 case "x$ac_cv_prog_cc_c89" in
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4558 $as_echo "none needed" >&6; } ;;
4559 xno)
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4561 $as_echo "unsupported" >&6; } ;;
4563 CC="$CC $ac_cv_prog_cc_c89"
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4565 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4566 esac
4567 if test "x$ac_cv_prog_cc_c89" != xno; then :
4571 ac_ext=c
4572 ac_cpp='$CPP $CPPFLAGS'
4573 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4574 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4575 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4577 ac_ext=cpp
4578 ac_cpp='$CXXCPP $CPPFLAGS'
4579 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4580 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4581 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4582 if test -z "$CXX"; then
4583 if test -n "$CCC"; then
4584 CXX=$CCC
4585 else
4586 if test -n "$ac_tool_prefix"; then
4587 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4589 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4590 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4592 $as_echo_n "checking for $ac_word... " >&6; }
4593 if ${ac_cv_prog_CXX+:} false; then :
4594 $as_echo_n "(cached) " >&6
4595 else
4596 if test -n "$CXX"; then
4597 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4598 else
4599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4600 for as_dir in $PATH
4602 IFS=$as_save_IFS
4603 test -z "$as_dir" && as_dir=.
4604 for ac_exec_ext in '' $ac_executable_extensions; do
4605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4606 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4608 break 2
4610 done
4611 done
4612 IFS=$as_save_IFS
4616 CXX=$ac_cv_prog_CXX
4617 if test -n "$CXX"; then
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4619 $as_echo "$CXX" >&6; }
4620 else
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4622 $as_echo "no" >&6; }
4626 test -n "$CXX" && break
4627 done
4629 if test -z "$CXX"; then
4630 ac_ct_CXX=$CXX
4631 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4633 # Extract the first word of "$ac_prog", so it can be a program name with args.
4634 set dummy $ac_prog; ac_word=$2
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4636 $as_echo_n "checking for $ac_word... " >&6; }
4637 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4638 $as_echo_n "(cached) " >&6
4639 else
4640 if test -n "$ac_ct_CXX"; then
4641 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4642 else
4643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4644 for as_dir in $PATH
4646 IFS=$as_save_IFS
4647 test -z "$as_dir" && as_dir=.
4648 for ac_exec_ext in '' $ac_executable_extensions; do
4649 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4650 ac_cv_prog_ac_ct_CXX="$ac_prog"
4651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4652 break 2
4654 done
4655 done
4656 IFS=$as_save_IFS
4660 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4661 if test -n "$ac_ct_CXX"; then
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4663 $as_echo "$ac_ct_CXX" >&6; }
4664 else
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4666 $as_echo "no" >&6; }
4670 test -n "$ac_ct_CXX" && break
4671 done
4673 if test "x$ac_ct_CXX" = x; then
4674 CXX="g++"
4675 else
4676 case $cross_compiling:$ac_tool_warned in
4677 yes:)
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4679 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4680 ac_tool_warned=yes ;;
4681 esac
4682 CXX=$ac_ct_CXX
4688 # Provide some information about the compiler.
4689 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4690 set X $ac_compile
4691 ac_compiler=$2
4692 for ac_option in --version -v -V -qversion; do
4693 { { ac_try="$ac_compiler $ac_option >&5"
4694 case "(($ac_try" in
4695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4696 *) ac_try_echo=$ac_try;;
4697 esac
4698 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4699 $as_echo "$ac_try_echo"; } >&5
4700 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4701 ac_status=$?
4702 if test -s conftest.err; then
4703 sed '10a\
4704 ... rest of stderr output deleted ...
4705 10q' conftest.err >conftest.er1
4706 cat conftest.er1 >&5
4708 rm -f conftest.er1 conftest.err
4709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4710 test $ac_status = 0; }
4711 done
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4714 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4715 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4716 $as_echo_n "(cached) " >&6
4717 else
4718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4719 /* end confdefs.h. */
4722 main ()
4724 #ifndef __GNUC__
4725 choke me
4726 #endif
4729 return 0;
4731 _ACEOF
4732 if ac_fn_cxx_try_compile "$LINENO"; then :
4733 ac_compiler_gnu=yes
4734 else
4735 ac_compiler_gnu=no
4737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4738 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4742 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4743 if test $ac_compiler_gnu = yes; then
4744 GXX=yes
4745 else
4746 GXX=
4748 ac_test_CXXFLAGS=${CXXFLAGS+set}
4749 ac_save_CXXFLAGS=$CXXFLAGS
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4751 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4752 if ${ac_cv_prog_cxx_g+:} false; then :
4753 $as_echo_n "(cached) " >&6
4754 else
4755 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4756 ac_cxx_werror_flag=yes
4757 ac_cv_prog_cxx_g=no
4758 CXXFLAGS="-g"
4759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4760 /* end confdefs.h. */
4763 main ()
4767 return 0;
4769 _ACEOF
4770 if ac_fn_cxx_try_compile "$LINENO"; then :
4771 ac_cv_prog_cxx_g=yes
4772 else
4773 CXXFLAGS=""
4774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4775 /* end confdefs.h. */
4778 main ()
4782 return 0;
4784 _ACEOF
4785 if ac_fn_cxx_try_compile "$LINENO"; then :
4787 else
4788 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
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
4804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4809 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4812 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4813 if test "$ac_test_CXXFLAGS" = set; then
4814 CXXFLAGS=$ac_save_CXXFLAGS
4815 elif test $ac_cv_prog_cxx_g = yes; then
4816 if test "$GXX" = yes; then
4817 CXXFLAGS="-g -O2"
4818 else
4819 CXXFLAGS="-g"
4821 else
4822 if test "$GXX" = yes; then
4823 CXXFLAGS="-O2"
4824 else
4825 CXXFLAGS=
4828 ac_ext=c
4829 ac_cpp='$CPP $CPPFLAGS'
4830 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4831 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4832 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4834 if test -n "$ac_tool_prefix"; then
4835 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4836 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4838 $as_echo_n "checking for $ac_word... " >&6; }
4839 if ${ac_cv_prog_CPPBIN+:} false; then :
4840 $as_echo_n "(cached) " >&6
4841 else
4842 if test -n "$CPPBIN"; then
4843 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4844 else
4845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4846 for as_dir in $PATH
4848 IFS=$as_save_IFS
4849 test -z "$as_dir" && as_dir=.
4850 for ac_exec_ext in '' $ac_executable_extensions; do
4851 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4852 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4854 break 2
4856 done
4857 done
4858 IFS=$as_save_IFS
4862 CPPBIN=$ac_cv_prog_CPPBIN
4863 if test -n "$CPPBIN"; then
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4865 $as_echo "$CPPBIN" >&6; }
4866 else
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4868 $as_echo "no" >&6; }
4873 if test -z "$ac_cv_prog_CPPBIN"; then
4874 ac_ct_CPPBIN=$CPPBIN
4875 # Extract the first word of "cpp", so it can be a program name with args.
4876 set dummy cpp; ac_word=$2
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4878 $as_echo_n "checking for $ac_word... " >&6; }
4879 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4880 $as_echo_n "(cached) " >&6
4881 else
4882 if test -n "$ac_ct_CPPBIN"; then
4883 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4884 else
4885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4886 for as_dir in $PATH
4888 IFS=$as_save_IFS
4889 test -z "$as_dir" && as_dir=.
4890 for ac_exec_ext in '' $ac_executable_extensions; do
4891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4892 ac_cv_prog_ac_ct_CPPBIN="cpp"
4893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4894 break 2
4896 done
4897 done
4898 IFS=$as_save_IFS
4902 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4903 if test -n "$ac_ct_CPPBIN"; then
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4905 $as_echo "$ac_ct_CPPBIN" >&6; }
4906 else
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4908 $as_echo "no" >&6; }
4911 if test "x$ac_ct_CPPBIN" = x; then
4912 CPPBIN="cpp"
4913 else
4914 case $cross_compiling:$ac_tool_warned in
4915 yes:)
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4917 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4918 ac_tool_warned=yes ;;
4919 esac
4920 CPPBIN=$ac_ct_CPPBIN
4922 else
4923 CPPBIN="$ac_cv_prog_CPPBIN"
4927 cat >>confdefs.h <<_ACEOF
4928 #define EXEEXT "$ac_exeext"
4929 _ACEOF
4931 if test -n "$ac_tool_prefix"; then
4932 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4933 set dummy ${ac_tool_prefix}ld; ac_word=$2
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4935 $as_echo_n "checking for $ac_word... " >&6; }
4936 if ${ac_cv_prog_LD+:} false; then :
4937 $as_echo_n "(cached) " >&6
4938 else
4939 if test -n "$LD"; then
4940 ac_cv_prog_LD="$LD" # Let the user override the test.
4941 else
4942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943 for as_dir in $PATH
4945 IFS=$as_save_IFS
4946 test -z "$as_dir" && as_dir=.
4947 for ac_exec_ext in '' $ac_executable_extensions; do
4948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4949 ac_cv_prog_LD="${ac_tool_prefix}ld"
4950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4951 break 2
4953 done
4954 done
4955 IFS=$as_save_IFS
4959 LD=$ac_cv_prog_LD
4960 if test -n "$LD"; then
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4962 $as_echo "$LD" >&6; }
4963 else
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4965 $as_echo "no" >&6; }
4970 if test -z "$ac_cv_prog_LD"; then
4971 ac_ct_LD=$LD
4972 # Extract the first word of "ld", so it can be a program name with args.
4973 set dummy ld; ac_word=$2
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4975 $as_echo_n "checking for $ac_word... " >&6; }
4976 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4977 $as_echo_n "(cached) " >&6
4978 else
4979 if test -n "$ac_ct_LD"; then
4980 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4981 else
4982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4983 for as_dir in $PATH
4985 IFS=$as_save_IFS
4986 test -z "$as_dir" && as_dir=.
4987 for ac_exec_ext in '' $ac_executable_extensions; do
4988 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4989 ac_cv_prog_ac_ct_LD="ld"
4990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4991 break 2
4993 done
4994 done
4995 IFS=$as_save_IFS
4999 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5000 if test -n "$ac_ct_LD"; then
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5002 $as_echo "$ac_ct_LD" >&6; }
5003 else
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5005 $as_echo "no" >&6; }
5008 if test "x$ac_ct_LD" = x; then
5009 LD=""
5010 else
5011 case $cross_compiling:$ac_tool_warned in
5012 yes:)
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5014 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5015 ac_tool_warned=yes ;;
5016 esac
5017 LD=$ac_ct_LD
5019 else
5020 LD="$ac_cv_prog_LD"
5024 case $host in
5025 *-darwin*)
5026 with_fontconfig=${with_fontconfig:-no}
5028 *-mingw32*|*-cygwin*)
5029 enable_win16=${enable_win16:-no}
5030 CFLAGS="$CFLAGS -D_WIN32"
5032 esac
5034 case $host in
5035 x86_64*|amd64*)
5036 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5037 then
5038 CC="$CC -m32"
5039 CXX="$CXX -m32"
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5041 $as_echo_n "checking whether $CC works... " >&6; }
5043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5044 /* end confdefs.h. */
5047 main ()
5051 return 0;
5053 _ACEOF
5054 if ac_fn_c_try_link "$LINENO"; then :
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5056 $as_echo "yes" >&6; }
5057 else
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5059 $as_echo "no" >&6; }
5060 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5062 rm -f core conftest.err conftest.$ac_objext \
5063 conftest$ac_exeext conftest.$ac_ext
5064 host_cpu="i386"
5065 notice_platform="32-bit "
5066 TARGETFLAGS="-m32"
5068 enable_win16=${enable_win16:-yes}
5069 else
5070 if test "x${GCC}" = "xyes"
5071 then
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5073 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5075 /* end confdefs.h. */
5076 #include <stdarg.h>
5078 main ()
5080 void func(__builtin_ms_va_list *args);
5082 return 0;
5084 _ACEOF
5085 if ac_fn_c_try_compile "$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 $? "You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5095 CC="$CC -m64"
5096 CXX="$CXX -m64"
5097 host_cpu="x86_64"
5098 notice_platform="64-bit "
5099 TARGETFLAGS="-m64"
5103 arm*)
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5105 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5107 /* end confdefs.h. */
5108 int ac_test(int i) { return i; }
5110 main ()
5112 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5114 return 0;
5116 _ACEOF
5117 if ac_fn_c_try_link "$LINENO"; then :
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5119 $as_echo "yes" >&6; }
5120 else
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5122 $as_echo "no" >&6; }
5123 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5125 rm -f core conftest.err conftest.$ac_objext \
5126 conftest$ac_exeext conftest.$ac_ext
5127 CFLAGS="$CFLAGS -marm"
5128 TARGETFLAGS="-marm"
5131 i[3456789]86*)
5132 enable_win16=${enable_win16:-yes}
5134 esac
5136 enable_win16=${enable_win16:-no}
5137 enable_win64=${enable_win64:-no}
5139 enable_winetest=${enable_winetest:-$enable_tests}
5141 if test -n "$with_wine64"
5142 then
5143 if test "x$enable_win64" = "xyes"
5144 then
5145 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5146 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5148 test "$srcdir" != . || as_fn_error $? "--with-wine64 cannot be used when building inside the source tree.
5149 You should create a separate build directory and run configure from there." "$LINENO" 5
5150 enable_fonts=${enable_fonts:-no}
5151 enable_server=${enable_server:-no}
5152 elif test "x$enable_win64" = "xyes"
5153 then
5154 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5158 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5159 if ${wine_cv_toolsdir+:} false; then :
5160 $as_echo_n "(cached) " >&6
5161 else
5162 wine_cv_toolsdir="$with_wine_tools"
5163 if test -z "$with_wine_tools"; then
5164 if test "$cross_compiling" = "yes"; then
5165 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5166 elif test -n "$with_wine64"; then
5167 wine_cv_toolsdir="$with_wine64"
5170 if test -z "$wine_cv_toolsdir"; then
5171 wine_makedep=tools/makedep
5172 wine_cv_toolsdir="\$(top_builddir)"
5173 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5174 wine_makedep=$wine_cv_toolsdir/tools/makedep
5175 case "$wine_cv_toolsdir" in
5176 /*) ;;
5177 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5178 esac
5179 enable_tools=${enable_tools:-no}
5180 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5181 else
5182 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5186 $as_echo "$wine_cv_toolsdir" >&6; }
5187 TOOLSDIR=$wine_cv_toolsdir
5189 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5190 then
5191 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5195 for ac_prog in flex
5197 # Extract the first word of "$ac_prog", so it can be a program name with args.
5198 set dummy $ac_prog; ac_word=$2
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5200 $as_echo_n "checking for $ac_word... " >&6; }
5201 if ${ac_cv_prog_FLEX+:} false; then :
5202 $as_echo_n "(cached) " >&6
5203 else
5204 if test -n "$FLEX"; then
5205 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5206 else
5207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5208 for as_dir in $PATH
5210 IFS=$as_save_IFS
5211 test -z "$as_dir" && as_dir=.
5212 for ac_exec_ext in '' $ac_executable_extensions; do
5213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5214 ac_cv_prog_FLEX="$ac_prog"
5215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5216 break 2
5218 done
5219 done
5220 IFS=$as_save_IFS
5224 FLEX=$ac_cv_prog_FLEX
5225 if test -n "$FLEX"; then
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5227 $as_echo "$FLEX" >&6; }
5228 else
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5230 $as_echo "no" >&6; }
5234 test -n "$FLEX" && break
5235 done
5236 test -n "$FLEX" || FLEX="none"
5238 if test "$FLEX" = "none"
5239 then
5240 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5243 $as_echo_n "checking whether flex is recent enough... " >&6; }
5244 cat >conftest.l <<EOF
5245 %top{
5246 #include "prediluvian.h"
5250 if $FLEX -t conftest.l >/dev/null 2>&5
5251 then
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5253 $as_echo "yes" >&6; }
5254 else
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5256 $as_echo "no" >&6; }
5257 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5260 for ac_prog in bison
5262 # Extract the first word of "$ac_prog", so it can be a program name with args.
5263 set dummy $ac_prog; ac_word=$2
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5265 $as_echo_n "checking for $ac_word... " >&6; }
5266 if ${ac_cv_prog_BISON+:} false; then :
5267 $as_echo_n "(cached) " >&6
5268 else
5269 if test -n "$BISON"; then
5270 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5271 else
5272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5273 for as_dir in $PATH
5275 IFS=$as_save_IFS
5276 test -z "$as_dir" && as_dir=.
5277 for ac_exec_ext in '' $ac_executable_extensions; do
5278 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5279 ac_cv_prog_BISON="$ac_prog"
5280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5281 break 2
5283 done
5284 done
5285 IFS=$as_save_IFS
5289 BISON=$ac_cv_prog_BISON
5290 if test -n "$BISON"; then
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5292 $as_echo "$BISON" >&6; }
5293 else
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5295 $as_echo "no" >&6; }
5299 test -n "$BISON" && break
5300 done
5301 test -n "$BISON" || BISON="none"
5303 if test "$BISON" = "none"
5304 then
5305 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5308 if test -n "$ac_tool_prefix"; then
5309 for ac_prog in ar gar
5311 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5312 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5314 $as_echo_n "checking for $ac_word... " >&6; }
5315 if ${ac_cv_prog_AR+:} false; then :
5316 $as_echo_n "(cached) " >&6
5317 else
5318 if test -n "$AR"; then
5319 ac_cv_prog_AR="$AR" # Let the user override the test.
5320 else
5321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5322 for as_dir in $PATH
5324 IFS=$as_save_IFS
5325 test -z "$as_dir" && as_dir=.
5326 for ac_exec_ext in '' $ac_executable_extensions; do
5327 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5328 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5330 break 2
5332 done
5333 done
5334 IFS=$as_save_IFS
5338 AR=$ac_cv_prog_AR
5339 if test -n "$AR"; then
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5341 $as_echo "$AR" >&6; }
5342 else
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5344 $as_echo "no" >&6; }
5348 test -n "$AR" && break
5349 done
5351 if test -z "$AR"; then
5352 ac_ct_AR=$AR
5353 for ac_prog in ar gar
5355 # Extract the first word of "$ac_prog", so it can be a program name with args.
5356 set dummy $ac_prog; ac_word=$2
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5358 $as_echo_n "checking for $ac_word... " >&6; }
5359 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5360 $as_echo_n "(cached) " >&6
5361 else
5362 if test -n "$ac_ct_AR"; then
5363 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5364 else
5365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5366 for as_dir in $PATH
5368 IFS=$as_save_IFS
5369 test -z "$as_dir" && as_dir=.
5370 for ac_exec_ext in '' $ac_executable_extensions; do
5371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5372 ac_cv_prog_ac_ct_AR="$ac_prog"
5373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5374 break 2
5376 done
5377 done
5378 IFS=$as_save_IFS
5382 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5383 if test -n "$ac_ct_AR"; then
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5385 $as_echo "$ac_ct_AR" >&6; }
5386 else
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5388 $as_echo "no" >&6; }
5392 test -n "$ac_ct_AR" && break
5393 done
5395 if test "x$ac_ct_AR" = x; then
5396 AR="ar"
5397 else
5398 case $cross_compiling:$ac_tool_warned in
5399 yes:)
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5401 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5402 ac_tool_warned=yes ;;
5403 esac
5404 AR=$ac_ct_AR
5408 if test -n "$ac_tool_prefix"; then
5409 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5410 set dummy ${ac_tool_prefix}strip; ac_word=$2
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5412 $as_echo_n "checking for $ac_word... " >&6; }
5413 if ${ac_cv_prog_STRIP+:} false; then :
5414 $as_echo_n "(cached) " >&6
5415 else
5416 if test -n "$STRIP"; then
5417 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5418 else
5419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5420 for as_dir in $PATH
5422 IFS=$as_save_IFS
5423 test -z "$as_dir" && as_dir=.
5424 for ac_exec_ext in '' $ac_executable_extensions; do
5425 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5426 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5428 break 2
5430 done
5431 done
5432 IFS=$as_save_IFS
5436 STRIP=$ac_cv_prog_STRIP
5437 if test -n "$STRIP"; then
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5439 $as_echo "$STRIP" >&6; }
5440 else
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5442 $as_echo "no" >&6; }
5447 if test -z "$ac_cv_prog_STRIP"; then
5448 ac_ct_STRIP=$STRIP
5449 # Extract the first word of "strip", so it can be a program name with args.
5450 set dummy strip; ac_word=$2
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5452 $as_echo_n "checking for $ac_word... " >&6; }
5453 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5454 $as_echo_n "(cached) " >&6
5455 else
5456 if test -n "$ac_ct_STRIP"; then
5457 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5458 else
5459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5460 for as_dir in $PATH
5462 IFS=$as_save_IFS
5463 test -z "$as_dir" && as_dir=.
5464 for ac_exec_ext in '' $ac_executable_extensions; do
5465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5466 ac_cv_prog_ac_ct_STRIP="strip"
5467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5468 break 2
5470 done
5471 done
5472 IFS=$as_save_IFS
5476 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5477 if test -n "$ac_ct_STRIP"; then
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5479 $as_echo "$ac_ct_STRIP" >&6; }
5480 else
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5482 $as_echo "no" >&6; }
5485 if test "x$ac_ct_STRIP" = x; then
5486 STRIP="strip"
5487 else
5488 case $cross_compiling:$ac_tool_warned in
5489 yes:)
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5491 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5492 ac_tool_warned=yes ;;
5493 esac
5494 STRIP=$ac_ct_STRIP
5496 else
5497 STRIP="$ac_cv_prog_STRIP"
5500 ARFLAGS=rc
5502 if test -n "$ac_tool_prefix"; then
5503 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5504 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5506 $as_echo_n "checking for $ac_word... " >&6; }
5507 if ${ac_cv_prog_RANLIB+:} false; then :
5508 $as_echo_n "(cached) " >&6
5509 else
5510 if test -n "$RANLIB"; then
5511 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5512 else
5513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5514 for as_dir in $PATH
5516 IFS=$as_save_IFS
5517 test -z "$as_dir" && as_dir=.
5518 for ac_exec_ext in '' $ac_executable_extensions; do
5519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5520 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5522 break 2
5524 done
5525 done
5526 IFS=$as_save_IFS
5530 RANLIB=$ac_cv_prog_RANLIB
5531 if test -n "$RANLIB"; then
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5533 $as_echo "$RANLIB" >&6; }
5534 else
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5536 $as_echo "no" >&6; }
5541 if test -z "$ac_cv_prog_RANLIB"; then
5542 ac_ct_RANLIB=$RANLIB
5543 # Extract the first word of "ranlib", so it can be a program name with args.
5544 set dummy ranlib; ac_word=$2
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5546 $as_echo_n "checking for $ac_word... " >&6; }
5547 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5548 $as_echo_n "(cached) " >&6
5549 else
5550 if test -n "$ac_ct_RANLIB"; then
5551 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5552 else
5553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5554 for as_dir in $PATH
5556 IFS=$as_save_IFS
5557 test -z "$as_dir" && as_dir=.
5558 for ac_exec_ext in '' $ac_executable_extensions; do
5559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5560 ac_cv_prog_ac_ct_RANLIB="ranlib"
5561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5562 break 2
5564 done
5565 done
5566 IFS=$as_save_IFS
5570 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5571 if test -n "$ac_ct_RANLIB"; then
5572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5573 $as_echo "$ac_ct_RANLIB" >&6; }
5574 else
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5576 $as_echo "no" >&6; }
5579 if test "x$ac_ct_RANLIB" = x; then
5580 RANLIB=":"
5581 else
5582 case $cross_compiling:$ac_tool_warned in
5583 yes:)
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5585 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5586 ac_tool_warned=yes ;;
5587 esac
5588 RANLIB=$ac_ct_RANLIB
5590 else
5591 RANLIB="$ac_cv_prog_RANLIB"
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5595 $as_echo_n "checking whether ln -s works... " >&6; }
5596 LN_S=$as_ln_s
5597 if test "$LN_S" = "ln -s"; then
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5599 $as_echo "yes" >&6; }
5600 else
5601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5602 $as_echo "no, using $LN_S" >&6; }
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5606 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5607 if ${ac_cv_path_GREP+:} false; then :
5608 $as_echo_n "(cached) " >&6
5609 else
5610 if test -z "$GREP"; then
5611 ac_path_GREP_found=false
5612 # Loop through the user's path and test for each of PROGNAME-LIST
5613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5614 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5616 IFS=$as_save_IFS
5617 test -z "$as_dir" && as_dir=.
5618 for ac_prog in grep ggrep; do
5619 for ac_exec_ext in '' $ac_executable_extensions; do
5620 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5621 as_fn_executable_p "$ac_path_GREP" || continue
5622 # Check for GNU ac_path_GREP and select it if it is found.
5623 # Check for GNU $ac_path_GREP
5624 case `"$ac_path_GREP" --version 2>&1` in
5625 *GNU*)
5626 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5628 ac_count=0
5629 $as_echo_n 0123456789 >"conftest.in"
5630 while :
5632 cat "conftest.in" "conftest.in" >"conftest.tmp"
5633 mv "conftest.tmp" "conftest.in"
5634 cp "conftest.in" "conftest.nl"
5635 $as_echo 'GREP' >> "conftest.nl"
5636 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5637 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5638 as_fn_arith $ac_count + 1 && ac_count=$as_val
5639 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5640 # Best one so far, save it but keep looking for a better one
5641 ac_cv_path_GREP="$ac_path_GREP"
5642 ac_path_GREP_max=$ac_count
5644 # 10*(2^10) chars as input seems more than enough
5645 test $ac_count -gt 10 && break
5646 done
5647 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5648 esac
5650 $ac_path_GREP_found && break 3
5651 done
5652 done
5653 done
5654 IFS=$as_save_IFS
5655 if test -z "$ac_cv_path_GREP"; then
5656 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5658 else
5659 ac_cv_path_GREP=$GREP
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5664 $as_echo "$ac_cv_path_GREP" >&6; }
5665 GREP="$ac_cv_path_GREP"
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5669 $as_echo_n "checking for egrep... " >&6; }
5670 if ${ac_cv_path_EGREP+:} false; then :
5671 $as_echo_n "(cached) " >&6
5672 else
5673 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5674 then ac_cv_path_EGREP="$GREP -E"
5675 else
5676 if test -z "$EGREP"; then
5677 ac_path_EGREP_found=false
5678 # Loop through the user's path and test for each of PROGNAME-LIST
5679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5680 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5682 IFS=$as_save_IFS
5683 test -z "$as_dir" && as_dir=.
5684 for ac_prog in egrep; do
5685 for ac_exec_ext in '' $ac_executable_extensions; do
5686 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5687 as_fn_executable_p "$ac_path_EGREP" || continue
5688 # Check for GNU ac_path_EGREP and select it if it is found.
5689 # Check for GNU $ac_path_EGREP
5690 case `"$ac_path_EGREP" --version 2>&1` in
5691 *GNU*)
5692 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5694 ac_count=0
5695 $as_echo_n 0123456789 >"conftest.in"
5696 while :
5698 cat "conftest.in" "conftest.in" >"conftest.tmp"
5699 mv "conftest.tmp" "conftest.in"
5700 cp "conftest.in" "conftest.nl"
5701 $as_echo 'EGREP' >> "conftest.nl"
5702 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5703 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5704 as_fn_arith $ac_count + 1 && ac_count=$as_val
5705 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5706 # Best one so far, save it but keep looking for a better one
5707 ac_cv_path_EGREP="$ac_path_EGREP"
5708 ac_path_EGREP_max=$ac_count
5710 # 10*(2^10) chars as input seems more than enough
5711 test $ac_count -gt 10 && break
5712 done
5713 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5714 esac
5716 $ac_path_EGREP_found && break 3
5717 done
5718 done
5719 done
5720 IFS=$as_save_IFS
5721 if test -z "$ac_cv_path_EGREP"; then
5722 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5724 else
5725 ac_cv_path_EGREP=$EGREP
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5731 $as_echo "$ac_cv_path_EGREP" >&6; }
5732 EGREP="$ac_cv_path_EGREP"
5735 # Extract the first word of "ldconfig", so it can be a program name with args.
5736 set dummy ldconfig; ac_word=$2
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5738 $as_echo_n "checking for $ac_word... " >&6; }
5739 if ${ac_cv_path_LDCONFIG+:} false; then :
5740 $as_echo_n "(cached) " >&6
5741 else
5742 case $LDCONFIG in
5743 [\\/]* | ?:[\\/]*)
5744 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5748 for as_dir in /sbin /usr/sbin $PATH
5750 IFS=$as_save_IFS
5751 test -z "$as_dir" && as_dir=.
5752 for ac_exec_ext in '' $ac_executable_extensions; do
5753 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5754 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5756 break 2
5758 done
5759 done
5760 IFS=$as_save_IFS
5762 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5764 esac
5766 LDCONFIG=$ac_cv_path_LDCONFIG
5767 if test -n "$LDCONFIG"; then
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5769 $as_echo "$LDCONFIG" >&6; }
5770 else
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5772 $as_echo "no" >&6; }
5776 for ac_prog in msgfmt
5778 # Extract the first word of "$ac_prog", so it can be a program name with args.
5779 set dummy $ac_prog; ac_word=$2
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5781 $as_echo_n "checking for $ac_word... " >&6; }
5782 if ${ac_cv_prog_MSGFMT+:} false; then :
5783 $as_echo_n "(cached) " >&6
5784 else
5785 if test -n "$MSGFMT"; then
5786 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5787 else
5788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5789 for as_dir in $PATH
5791 IFS=$as_save_IFS
5792 test -z "$as_dir" && as_dir=.
5793 for ac_exec_ext in '' $ac_executable_extensions; do
5794 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5795 ac_cv_prog_MSGFMT="$ac_prog"
5796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5797 break 2
5799 done
5800 done
5801 IFS=$as_save_IFS
5805 MSGFMT=$ac_cv_prog_MSGFMT
5806 if test -n "$MSGFMT"; then
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5808 $as_echo "$MSGFMT" >&6; }
5809 else
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5811 $as_echo "no" >&6; }
5815 test -n "$MSGFMT" && break
5816 done
5817 test -n "$MSGFMT" || MSGFMT="false"
5819 if ${ac_tool_prefix+:} false; then :
5820 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5821 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5823 $as_echo_n "checking for $ac_word... " >&6; }
5824 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5825 $as_echo_n "(cached) " >&6
5826 else
5827 if test -n "$PKG_CONFIG"; then
5828 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5829 else
5830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831 for as_dir in $PATH
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5837 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2
5841 done
5842 done
5843 IFS=$as_save_IFS
5847 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5848 if test -n "$PKG_CONFIG"; then
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5850 $as_echo "$PKG_CONFIG" >&6; }
5851 else
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5853 $as_echo "no" >&6; }
5858 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5859 if test "x$cross_compiling" = xyes; then :
5861 else
5862 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5863 # Extract the first word of "pkg-config", so it can be a program name with args.
5864 set dummy pkg-config; ac_word=$2
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5866 $as_echo_n "checking for $ac_word... " >&6; }
5867 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5868 $as_echo_n "(cached) " >&6
5869 else
5870 if test -n "$PKG_CONFIG"; then
5871 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5872 else
5873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5874 for as_dir in $PATH
5876 IFS=$as_save_IFS
5877 test -z "$as_dir" && as_dir=.
5878 for ac_exec_ext in '' $ac_executable_extensions; do
5879 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5880 ac_cv_prog_PKG_CONFIG="pkg-config"
5881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5882 break 2
5884 done
5885 done
5886 IFS=$as_save_IFS
5890 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5891 if test -n "$PKG_CONFIG"; then
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5893 $as_echo "$PKG_CONFIG" >&6; }
5894 else
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5896 $as_echo "no" >&6; }
5901 else
5902 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5905 if test "x$enable_maintainer_mode" != "xyes"
5906 then
5907 FONTFORGE=""
5908 RSVG=""
5909 CONVERT=""
5910 ICOTOOL=""
5911 else
5912 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5913 for ac_prog in fontforge
5915 # Extract the first word of "$ac_prog", so it can be a program name with args.
5916 set dummy $ac_prog; ac_word=$2
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918 $as_echo_n "checking for $ac_word... " >&6; }
5919 if ${ac_cv_prog_FONTFORGE+:} false; then :
5920 $as_echo_n "(cached) " >&6
5921 else
5922 if test -n "$FONTFORGE"; then
5923 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5924 else
5925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926 for as_dir in $PATH
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
5930 for ac_exec_ext in '' $ac_executable_extensions; do
5931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5932 ac_cv_prog_FONTFORGE="$ac_prog"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 break 2
5936 done
5937 done
5938 IFS=$as_save_IFS
5942 FONTFORGE=$ac_cv_prog_FONTFORGE
5943 if test -n "$FONTFORGE"; then
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5945 $as_echo "$FONTFORGE" >&6; }
5946 else
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948 $as_echo "no" >&6; }
5952 test -n "$FONTFORGE" && break
5953 done
5954 test -n "$FONTFORGE" || FONTFORGE="false"
5956 for ac_prog in rsvg-convert rsvg
5958 # Extract the first word of "$ac_prog", so it can be a program name with args.
5959 set dummy $ac_prog; ac_word=$2
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5961 $as_echo_n "checking for $ac_word... " >&6; }
5962 if ${ac_cv_prog_RSVG+:} false; then :
5963 $as_echo_n "(cached) " >&6
5964 else
5965 if test -n "$RSVG"; then
5966 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5967 else
5968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5969 for as_dir in $PATH
5971 IFS=$as_save_IFS
5972 test -z "$as_dir" && as_dir=.
5973 for ac_exec_ext in '' $ac_executable_extensions; do
5974 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5975 ac_cv_prog_RSVG="$ac_prog"
5976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5977 break 2
5979 done
5980 done
5981 IFS=$as_save_IFS
5985 RSVG=$ac_cv_prog_RSVG
5986 if test -n "$RSVG"; then
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5988 $as_echo "$RSVG" >&6; }
5989 else
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5991 $as_echo "no" >&6; }
5995 test -n "$RSVG" && break
5996 done
5997 test -n "$RSVG" || RSVG="false"
5999 for ac_prog in convert
6001 # Extract the first word of "$ac_prog", so it can be a program name with args.
6002 set dummy $ac_prog; ac_word=$2
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6004 $as_echo_n "checking for $ac_word... " >&6; }
6005 if ${ac_cv_prog_CONVERT+:} false; then :
6006 $as_echo_n "(cached) " >&6
6007 else
6008 if test -n "$CONVERT"; then
6009 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
6010 else
6011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6012 for as_dir in $PATH
6014 IFS=$as_save_IFS
6015 test -z "$as_dir" && as_dir=.
6016 for ac_exec_ext in '' $ac_executable_extensions; do
6017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6018 ac_cv_prog_CONVERT="$ac_prog"
6019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6020 break 2
6022 done
6023 done
6024 IFS=$as_save_IFS
6028 CONVERT=$ac_cv_prog_CONVERT
6029 if test -n "$CONVERT"; then
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6031 $as_echo "$CONVERT" >&6; }
6032 else
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6034 $as_echo "no" >&6; }
6038 test -n "$CONVERT" && break
6039 done
6040 test -n "$CONVERT" || CONVERT="false"
6042 for ac_prog in icotool
6044 # Extract the first word of "$ac_prog", so it can be a program name with args.
6045 set dummy $ac_prog; ac_word=$2
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6047 $as_echo_n "checking for $ac_word... " >&6; }
6048 if ${ac_cv_prog_ICOTOOL+:} false; then :
6049 $as_echo_n "(cached) " >&6
6050 else
6051 if test -n "$ICOTOOL"; then
6052 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6053 else
6054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055 for as_dir in $PATH
6057 IFS=$as_save_IFS
6058 test -z "$as_dir" && as_dir=.
6059 for ac_exec_ext in '' $ac_executable_extensions; do
6060 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6061 ac_cv_prog_ICOTOOL="$ac_prog"
6062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6063 break 2
6065 done
6066 done
6067 IFS=$as_save_IFS
6071 ICOTOOL=$ac_cv_prog_ICOTOOL
6072 if test -n "$ICOTOOL"; then
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6074 $as_echo "$ICOTOOL" >&6; }
6075 else
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6077 $as_echo "no" >&6; }
6081 test -n "$ICOTOOL" && break
6082 done
6083 test -n "$ICOTOOL" || ICOTOOL="false"
6085 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6086 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6088 if test "$CONVERT" = false
6089 then
6090 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6091 else
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6093 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6094 convert_version=`convert --version | head -n1`
6095 if test "x$convert_version" != "x"
6096 then
6097 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6098 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6099 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6100 then
6101 CONVERT=false
6104 if test "$CONVERT" = false
6105 then
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6107 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6108 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6109 else
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6111 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6115 if test "$ICOTOOL" = false
6116 then
6117 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6118 else
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6120 $as_echo_n "checking for recent enough icotool... " >&6; }
6121 icotool_version=`icotool --version | head -n1`
6122 if test "x$icotool_version" != "x"
6123 then
6124 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6125 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6126 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6127 then
6128 ICOTOOL=false
6129 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6132 if test "$ICOTOOL" = false
6133 then
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6135 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6136 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6137 else
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6139 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6143 with_gettext=yes
6144 with_gettextpo=yes
6145 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6148 test "x$with_gettext" != xno || MSGFMT=false
6149 if test "$MSGFMT" != "false"
6150 then
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6152 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6153 cat >conftest.po <<EOF
6154 # comment
6155 msgctxt "ctxt"
6156 msgid "id"
6157 msgstr "str"
6159 if $MSGFMT -o /dev/null conftest.po 2>&5
6160 then
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6162 $as_echo "yes" >&6; }
6163 else
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6165 $as_echo "no" >&6; }
6166 MSGFMT=false
6169 if test "$MSGFMT" = false; then :
6170 case "x$with_gettext" in
6171 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6172 xno) ;;
6173 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6174 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6175 esac
6176 enable_po=${enable_po:-no}
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6181 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6182 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6183 $as_echo_n "(cached) " >&6
6184 else
6185 ac_check_lib_save_LIBS=$LIBS
6186 LIBS="-li386 $LIBS"
6187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6188 /* end confdefs.h. */
6190 /* Override any GCC internal prototype to avoid an error.
6191 Use char because int might match the return type of a GCC
6192 builtin and then its argument prototype would still apply. */
6193 #ifdef __cplusplus
6194 extern "C"
6195 #endif
6196 char i386_set_ldt ();
6198 main ()
6200 return i386_set_ldt ();
6202 return 0;
6204 _ACEOF
6205 if ac_fn_c_try_link "$LINENO"; then :
6206 ac_cv_lib_i386_i386_set_ldt=yes
6207 else
6208 ac_cv_lib_i386_i386_set_ldt=no
6210 rm -f core conftest.err conftest.$ac_objext \
6211 conftest$ac_exeext conftest.$ac_ext
6212 LIBS=$ac_check_lib_save_LIBS
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6215 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6216 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6217 cat >>confdefs.h <<_ACEOF
6218 #define HAVE_LIBI386 1
6219 _ACEOF
6221 LIBS="-li386 $LIBS"
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6226 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6227 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6228 $as_echo_n "(cached) " >&6
6229 else
6230 ac_check_lib_save_LIBS=$LIBS
6231 LIBS="-lossaudio $LIBS"
6232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6233 /* end confdefs.h. */
6235 /* Override any GCC internal prototype to avoid an error.
6236 Use char because int might match the return type of a GCC
6237 builtin and then its argument prototype would still apply. */
6238 #ifdef __cplusplus
6239 extern "C"
6240 #endif
6241 char _oss_ioctl ();
6243 main ()
6245 return _oss_ioctl ();
6247 return 0;
6249 _ACEOF
6250 if ac_fn_c_try_link "$LINENO"; then :
6251 ac_cv_lib_ossaudio__oss_ioctl=yes
6252 else
6253 ac_cv_lib_ossaudio__oss_ioctl=no
6255 rm -f core conftest.err conftest.$ac_objext \
6256 conftest$ac_exeext conftest.$ac_ext
6257 LIBS=$ac_check_lib_save_LIBS
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6260 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6261 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6262 cat >>confdefs.h <<_ACEOF
6263 #define HAVE_LIBOSSAUDIO 1
6264 _ACEOF
6266 LIBS="-lossaudio $LIBS"
6271 OPENGL_LIBS=""
6275 # Check whether --enable-largefile was given.
6276 if test "${enable_largefile+set}" = set; then :
6277 enableval=$enable_largefile;
6280 if test "$enable_largefile" != no; then
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6283 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6284 if ${ac_cv_sys_largefile_CC+:} false; then :
6285 $as_echo_n "(cached) " >&6
6286 else
6287 ac_cv_sys_largefile_CC=no
6288 if test "$GCC" != yes; then
6289 ac_save_CC=$CC
6290 while :; do
6291 # IRIX 6.2 and later do not support large files by default,
6292 # so use the C compiler's -n32 option if that helps.
6293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6294 /* end confdefs.h. */
6295 #include <sys/types.h>
6296 /* Check that off_t can represent 2**63 - 1 correctly.
6297 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6298 since some C++ compilers masquerading as C compilers
6299 incorrectly reject 9223372036854775807. */
6300 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6301 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6302 && LARGE_OFF_T % 2147483647 == 1)
6303 ? 1 : -1];
6305 main ()
6309 return 0;
6311 _ACEOF
6312 if ac_fn_c_try_compile "$LINENO"; then :
6313 break
6315 rm -f core conftest.err conftest.$ac_objext
6316 CC="$CC -n32"
6317 if ac_fn_c_try_compile "$LINENO"; then :
6318 ac_cv_sys_largefile_CC=' -n32'; break
6320 rm -f core conftest.err conftest.$ac_objext
6321 break
6322 done
6323 CC=$ac_save_CC
6324 rm -f conftest.$ac_ext
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6328 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6329 if test "$ac_cv_sys_largefile_CC" != no; then
6330 CC=$CC$ac_cv_sys_largefile_CC
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6334 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6335 if ${ac_cv_sys_file_offset_bits+:} false; then :
6336 $as_echo_n "(cached) " >&6
6337 else
6338 while :; do
6339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6340 /* end confdefs.h. */
6341 #include <sys/types.h>
6342 /* Check that off_t can represent 2**63 - 1 correctly.
6343 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6344 since some C++ compilers masquerading as C compilers
6345 incorrectly reject 9223372036854775807. */
6346 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6347 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6348 && LARGE_OFF_T % 2147483647 == 1)
6349 ? 1 : -1];
6351 main ()
6355 return 0;
6357 _ACEOF
6358 if ac_fn_c_try_compile "$LINENO"; then :
6359 ac_cv_sys_file_offset_bits=no; break
6361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6363 /* end confdefs.h. */
6364 #define _FILE_OFFSET_BITS 64
6365 #include <sys/types.h>
6366 /* Check that off_t can represent 2**63 - 1 correctly.
6367 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6368 since some C++ compilers masquerading as C compilers
6369 incorrectly reject 9223372036854775807. */
6370 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6371 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6372 && LARGE_OFF_T % 2147483647 == 1)
6373 ? 1 : -1];
6375 main ()
6379 return 0;
6381 _ACEOF
6382 if ac_fn_c_try_compile "$LINENO"; then :
6383 ac_cv_sys_file_offset_bits=64; break
6385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6386 ac_cv_sys_file_offset_bits=unknown
6387 break
6388 done
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6391 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6392 case $ac_cv_sys_file_offset_bits in #(
6393 no | unknown) ;;
6395 cat >>confdefs.h <<_ACEOF
6396 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6397 _ACEOF
6399 esac
6400 rm -rf conftest*
6401 if test $ac_cv_sys_file_offset_bits = unknown; then
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6403 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6404 if ${ac_cv_sys_large_files+:} false; then :
6405 $as_echo_n "(cached) " >&6
6406 else
6407 while :; do
6408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6409 /* end confdefs.h. */
6410 #include <sys/types.h>
6411 /* Check that off_t can represent 2**63 - 1 correctly.
6412 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6413 since some C++ compilers masquerading as C compilers
6414 incorrectly reject 9223372036854775807. */
6415 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6416 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6417 && LARGE_OFF_T % 2147483647 == 1)
6418 ? 1 : -1];
6420 main ()
6424 return 0;
6426 _ACEOF
6427 if ac_fn_c_try_compile "$LINENO"; then :
6428 ac_cv_sys_large_files=no; break
6430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6432 /* end confdefs.h. */
6433 #define _LARGE_FILES 1
6434 #include <sys/types.h>
6435 /* Check that off_t can represent 2**63 - 1 correctly.
6436 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6437 since some C++ compilers masquerading as C compilers
6438 incorrectly reject 9223372036854775807. */
6439 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6440 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6441 && LARGE_OFF_T % 2147483647 == 1)
6442 ? 1 : -1];
6444 main ()
6448 return 0;
6450 _ACEOF
6451 if ac_fn_c_try_compile "$LINENO"; then :
6452 ac_cv_sys_large_files=1; break
6454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6455 ac_cv_sys_large_files=unknown
6456 break
6457 done
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6460 $as_echo "$ac_cv_sys_large_files" >&6; }
6461 case $ac_cv_sys_large_files in #(
6462 no | unknown) ;;
6464 cat >>confdefs.h <<_ACEOF
6465 #define _LARGE_FILES $ac_cv_sys_large_files
6466 _ACEOF
6468 esac
6469 rm -rf conftest*
6476 ac_ext=c
6477 ac_cpp='$CPP $CPPFLAGS'
6478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6482 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6483 # On Suns, sometimes $CPP names a directory.
6484 if test -n "$CPP" && test -d "$CPP"; then
6485 CPP=
6487 if test -z "$CPP"; then
6488 if ${ac_cv_prog_CPP+:} false; then :
6489 $as_echo_n "(cached) " >&6
6490 else
6491 # Double quotes because CPP needs to be expanded
6492 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6494 ac_preproc_ok=false
6495 for ac_c_preproc_warn_flag in '' yes
6497 # Use a header file that comes with gcc, so configuring glibc
6498 # with a fresh cross-compiler works.
6499 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6500 # <limits.h> exists even on freestanding compilers.
6501 # On the NeXT, cc -E runs the code through the compiler's parser,
6502 # not just through cpp. "Syntax error" is here to catch this case.
6503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6504 /* end confdefs.h. */
6505 #ifdef __STDC__
6506 # include <limits.h>
6507 #else
6508 # include <assert.h>
6509 #endif
6510 Syntax error
6511 _ACEOF
6512 if ac_fn_c_try_cpp "$LINENO"; then :
6514 else
6515 # Broken: fails on valid input.
6516 continue
6518 rm -f conftest.err conftest.i conftest.$ac_ext
6520 # OK, works on sane cases. Now check whether nonexistent headers
6521 # can be detected and how.
6522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6523 /* end confdefs.h. */
6524 #include <ac_nonexistent.h>
6525 _ACEOF
6526 if ac_fn_c_try_cpp "$LINENO"; then :
6527 # Broken: success on invalid input.
6528 continue
6529 else
6530 # Passes both tests.
6531 ac_preproc_ok=:
6532 break
6534 rm -f conftest.err conftest.i conftest.$ac_ext
6536 done
6537 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6538 rm -f conftest.i conftest.err conftest.$ac_ext
6539 if $ac_preproc_ok; then :
6540 break
6543 done
6544 ac_cv_prog_CPP=$CPP
6547 CPP=$ac_cv_prog_CPP
6548 else
6549 ac_cv_prog_CPP=$CPP
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6552 $as_echo "$CPP" >&6; }
6553 ac_preproc_ok=false
6554 for ac_c_preproc_warn_flag in '' yes
6556 # Use a header file that comes with gcc, so configuring glibc
6557 # with a fresh cross-compiler works.
6558 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6559 # <limits.h> exists even on freestanding compilers.
6560 # On the NeXT, cc -E runs the code through the compiler's parser,
6561 # not just through cpp. "Syntax error" is here to catch this case.
6562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6563 /* end confdefs.h. */
6564 #ifdef __STDC__
6565 # include <limits.h>
6566 #else
6567 # include <assert.h>
6568 #endif
6569 Syntax error
6570 _ACEOF
6571 if ac_fn_c_try_cpp "$LINENO"; then :
6573 else
6574 # Broken: fails on valid input.
6575 continue
6577 rm -f conftest.err conftest.i conftest.$ac_ext
6579 # OK, works on sane cases. Now check whether nonexistent headers
6580 # can be detected and how.
6581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6582 /* end confdefs.h. */
6583 #include <ac_nonexistent.h>
6584 _ACEOF
6585 if ac_fn_c_try_cpp "$LINENO"; then :
6586 # Broken: success on invalid input.
6587 continue
6588 else
6589 # Passes both tests.
6590 ac_preproc_ok=:
6591 break
6593 rm -f conftest.err conftest.i conftest.$ac_ext
6595 done
6596 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6597 rm -f conftest.i conftest.err conftest.$ac_ext
6598 if $ac_preproc_ok; then :
6600 else
6601 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6602 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6603 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6604 See \`config.log' for more details" "$LINENO" 5; }
6607 ac_ext=c
6608 ac_cpp='$CPP $CPPFLAGS'
6609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6615 $as_echo_n "checking for ANSI C header files... " >&6; }
6616 if ${ac_cv_header_stdc+:} false; then :
6617 $as_echo_n "(cached) " >&6
6618 else
6619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6620 /* end confdefs.h. */
6621 #include <stdlib.h>
6622 #include <stdarg.h>
6623 #include <string.h>
6624 #include <float.h>
6627 main ()
6631 return 0;
6633 _ACEOF
6634 if ac_fn_c_try_compile "$LINENO"; then :
6635 ac_cv_header_stdc=yes
6636 else
6637 ac_cv_header_stdc=no
6639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6641 if test $ac_cv_header_stdc = yes; then
6642 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6644 /* end confdefs.h. */
6645 #include <string.h>
6647 _ACEOF
6648 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6649 $EGREP "memchr" >/dev/null 2>&1; then :
6651 else
6652 ac_cv_header_stdc=no
6654 rm -f conftest*
6658 if test $ac_cv_header_stdc = yes; then
6659 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6661 /* end confdefs.h. */
6662 #include <stdlib.h>
6664 _ACEOF
6665 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6666 $EGREP "free" >/dev/null 2>&1; then :
6668 else
6669 ac_cv_header_stdc=no
6671 rm -f conftest*
6675 if test $ac_cv_header_stdc = yes; then
6676 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6677 if test "$cross_compiling" = yes; then :
6679 else
6680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6681 /* end confdefs.h. */
6682 #include <ctype.h>
6683 #include <stdlib.h>
6684 #if ((' ' & 0x0FF) == 0x020)
6685 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6686 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6687 #else
6688 # define ISLOWER(c) \
6689 (('a' <= (c) && (c) <= 'i') \
6690 || ('j' <= (c) && (c) <= 'r') \
6691 || ('s' <= (c) && (c) <= 'z'))
6692 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6693 #endif
6695 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6697 main ()
6699 int i;
6700 for (i = 0; i < 256; i++)
6701 if (XOR (islower (i), ISLOWER (i))
6702 || toupper (i) != TOUPPER (i))
6703 return 2;
6704 return 0;
6706 _ACEOF
6707 if ac_fn_c_try_run "$LINENO"; then :
6709 else
6710 ac_cv_header_stdc=no
6712 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6713 conftest.$ac_objext conftest.beam conftest.$ac_ext
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6719 $as_echo "$ac_cv_header_stdc" >&6; }
6720 if test $ac_cv_header_stdc = yes; then
6722 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6726 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6727 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6728 inttypes.h stdint.h unistd.h
6729 do :
6730 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6731 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6733 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6734 cat >>confdefs.h <<_ACEOF
6735 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6736 _ACEOF
6740 done
6743 for ac_header in \
6744 AL/al.h \
6745 ApplicationServices/ApplicationServices.h \
6746 AudioToolbox/AudioConverter.h \
6747 AudioUnit/AudioUnit.h \
6748 AudioUnit/AudioComponent.h \
6749 CL/cl.h \
6750 Carbon/Carbon.h \
6751 CommonCrypto/CommonDigest.h \
6752 CoreAudio/CoreAudio.h \
6753 CoreServices/CoreServices.h \
6754 DiskArbitration/DiskArbitration.h \
6755 IOKit/IOKitLib.h \
6756 IOKit/hid/IOHIDLib.h \
6757 OpenAL/al.h \
6758 OpenCL/opencl.h \
6759 QuickTime/ImageCompression.h \
6760 Security/Security.h \
6761 alias.h \
6762 alsa/asoundlib.h \
6763 arpa/inet.h \
6764 arpa/nameser.h \
6765 asm/types.h \
6766 asm/user.h \
6767 curses.h \
6768 direct.h \
6769 dirent.h \
6770 dlfcn.h \
6771 elf.h \
6772 float.h \
6773 fnmatch.h \
6774 getopt.h \
6775 gettext-po.h \
6776 grp.h \
6777 gsm.h \
6778 gsm/gsm.h \
6779 ieeefp.h \
6780 inet/mib2.h \
6781 io.h \
6782 kstat.h \
6783 lber.h \
6784 ldap.h \
6785 libproc.h \
6786 link.h \
6787 linux/cdrom.h \
6788 linux/compiler.h \
6789 linux/filter.h \
6790 linux/hdreg.h \
6791 linux/input.h \
6792 linux/ioctl.h \
6793 linux/joystick.h \
6794 linux/major.h \
6795 linux/param.h \
6796 linux/serial.h \
6797 linux/types.h \
6798 linux/ucdrom.h \
6799 lwp.h \
6800 mach-o/nlist.h \
6801 mach-o/loader.h \
6802 mach/mach.h \
6803 mach/machine.h \
6804 machine/cpu.h \
6805 machine/limits.h \
6806 machine/sysarch.h \
6807 mntent.h \
6808 ncurses.h \
6809 netdb.h \
6810 netinet/in.h \
6811 netinet/in_systm.h \
6812 netinet/tcp.h \
6813 netinet/tcp_fsm.h \
6814 pcap/pcap.h \
6815 poll.h \
6816 port.h \
6817 process.h \
6818 pthread.h \
6819 pwd.h \
6820 sched.h \
6821 scsi/scsi.h \
6822 scsi/scsi_ioctl.h \
6823 scsi/sg.h \
6824 stdbool.h \
6825 stdint.h \
6826 stropts.h \
6827 sys/asoundlib.h \
6828 sys/attr.h \
6829 sys/cdio.h \
6830 sys/elf32.h \
6831 sys/epoll.h \
6832 sys/event.h \
6833 sys/exec_elf.h \
6834 sys/filio.h \
6835 sys/inotify.h \
6836 sys/ioctl.h \
6837 sys/ipc.h \
6838 sys/limits.h \
6839 sys/link.h \
6840 sys/mman.h \
6841 sys/modem.h \
6842 sys/msg.h \
6843 sys/mtio.h \
6844 sys/param.h \
6845 sys/poll.h \
6846 sys/prctl.h \
6847 sys/protosw.h \
6848 sys/ptrace.h \
6849 sys/queue.h \
6850 sys/resource.h \
6851 sys/scsiio.h \
6852 sys/shm.h \
6853 sys/signal.h \
6854 sys/socket.h \
6855 sys/socketvar.h \
6856 sys/sockio.h \
6857 sys/statvfs.h \
6858 sys/strtio.h \
6859 sys/syscall.h \
6860 sys/sysinfo.h \
6861 sys/tihdr.h \
6862 sys/time.h \
6863 sys/timeout.h \
6864 sys/times.h \
6865 sys/uio.h \
6866 sys/user.h \
6867 sys/utsname.h \
6868 sys/vm86.h \
6869 sys/vnode.h \
6870 sys/wait.h \
6871 syscall.h \
6872 termios.h \
6873 unistd.h \
6874 utime.h \
6875 valgrind/memcheck.h \
6876 valgrind/valgrind.h \
6877 zlib.h
6879 do :
6880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6881 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6882 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6883 cat >>confdefs.h <<_ACEOF
6884 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6885 _ACEOF
6889 done
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6892 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6893 if ${ac_cv_header_sys_types_h_makedev+:} false; then :
6894 $as_echo_n "(cached) " >&6
6895 else
6896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6897 /* end confdefs.h. */
6898 #include <sys/types.h>
6900 main ()
6902 return makedev(0, 0);
6904 return 0;
6906 _ACEOF
6907 if ac_fn_c_try_link "$LINENO"; then :
6908 ac_cv_header_sys_types_h_makedev=yes
6909 else
6910 ac_cv_header_sys_types_h_makedev=no
6912 rm -f core conftest.err conftest.$ac_objext \
6913 conftest$ac_exeext conftest.$ac_ext
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
6917 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
6919 if test $ac_cv_header_sys_types_h_makedev = no; then
6920 ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
6921 if test "x$ac_cv_header_sys_mkdev_h" = xyes; then :
6923 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
6929 if test $ac_cv_header_sys_mkdev_h = no; then
6930 ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
6931 if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then :
6933 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6942 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6943 if ${ac_cv_header_stat_broken+:} false; then :
6944 $as_echo_n "(cached) " >&6
6945 else
6946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6947 /* end confdefs.h. */
6948 #include <sys/types.h>
6949 #include <sys/stat.h>
6951 #if defined S_ISBLK && defined S_IFDIR
6952 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6953 #endif
6955 #if defined S_ISBLK && defined S_IFCHR
6956 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6957 #endif
6959 #if defined S_ISLNK && defined S_IFREG
6960 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6961 #endif
6963 #if defined S_ISSOCK && defined S_IFREG
6964 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6965 #endif
6967 _ACEOF
6968 if ac_fn_c_try_compile "$LINENO"; then :
6969 ac_cv_header_stat_broken=no
6970 else
6971 ac_cv_header_stat_broken=yes
6973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6976 $as_echo "$ac_cv_header_stat_broken" >&6; }
6977 if test $ac_cv_header_stat_broken = yes; then
6979 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6985 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6986 do :
6987 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6988 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6989 #ifdef HAVE_SYS_PARAM_H
6990 # include <sys/param.h>
6991 #endif
6993 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6994 cat >>confdefs.h <<_ACEOF
6995 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6996 _ACEOF
7000 done
7003 for ac_header in \
7004 netinet/ip.h \
7005 net/if.h \
7006 net/if_arp.h \
7007 net/if_dl.h \
7008 net/if_types.h \
7009 net/route.h \
7010 netinet/if_ether.h \
7011 netinet/if_inarp.h \
7012 netinet/in_pcb.h \
7013 netinet/ip_icmp.h \
7014 netinet/ip_var.h \
7015 netinet/udp.h \
7016 netipx/ipx.h \
7017 sys/un.h \
7019 do :
7020 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7021 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7022 #ifdef HAVE_SYS_SOCKET_H
7023 # include <sys/socket.h>
7024 #endif
7025 #ifdef HAVE_SYS_SOCKETVAR_H
7026 # include <sys/socketvar.h>
7027 #endif
7028 #ifdef HAVE_NET_ROUTE_H
7029 # include <net/route.h>
7030 #endif
7031 #ifdef HAVE_NETINET_IN_H
7032 # include <netinet/in.h>
7033 #endif
7034 #ifdef HAVE_NETINET_IN_SYSTM_H
7035 # include <netinet/in_systm.h>
7036 #endif
7037 #ifdef HAVE_NET_IF_H
7038 # include <net/if.h>
7039 #endif
7040 #ifdef HAVE_NETINET_IP_H
7041 # include <netinet/ip.h>
7042 #endif
7044 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7045 cat >>confdefs.h <<_ACEOF
7046 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7047 _ACEOF
7051 done
7054 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
7055 do :
7056 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7057 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7058 #ifdef HAVE_ALIAS_H
7059 # include <alias.h>
7060 #endif
7061 #ifdef HAVE_SYS_SOCKET_H
7062 # include <sys/socket.h>
7063 #endif
7064 #ifdef HAVE_SYS_SOCKETVAR_H
7065 # include <sys/socketvar.h>
7066 #endif
7067 #ifdef HAVE_SYS_TIMEOUT_H
7068 # include <sys/timeout.h>
7069 #endif
7070 #ifdef HAVE_NETINET_IN_H
7071 # include <netinet/in.h>
7072 #endif
7073 #ifdef HAVE_NETINET_IN_SYSTM_H
7074 # include <netinet/in_systm.h>
7075 #endif
7076 #ifdef HAVE_NETINET_IP_H
7077 # include <netinet/ip.h>
7078 #endif
7079 #ifdef HAVE_NETINET_IP_VAR_H
7080 # include <netinet/ip_var.h>
7081 #endif
7082 #ifdef HAVE_NETINET_IP_ICMP_H
7083 # include <netinet/ip_icmp.h>
7084 #endif
7085 #ifdef HAVE_NETINET_UDP_H
7086 # include <netinet/udp.h>
7087 #endif
7088 #ifdef HAVE_NETINET_TCP_H
7089 # include <netinet/tcp.h>
7090 #endif
7091 #ifdef HAVE_NETINET_TCP_TIMER_H
7092 #include <netinet/tcp_timer.h>
7093 #endif
7095 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7096 cat >>confdefs.h <<_ACEOF
7097 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7098 _ACEOF
7102 done
7105 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
7106 do :
7107 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7108 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7109 #ifdef HAVE_ASM_TYPES_H
7110 # include <asm/types.h>
7111 #endif
7112 #ifdef HAVE_SYS_SOCKET_H
7113 # include <sys/socket.h>
7114 #endif
7115 #ifdef HAVE_LINUX_TYPES_H
7116 # include <linux/types.h>
7117 #endif
7119 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7120 cat >>confdefs.h <<_ACEOF
7121 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7122 _ACEOF
7126 done
7129 for ac_header in mach-o/dyld_images.h
7130 do :
7131 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7132 # include <stdbool.h>
7133 #endif
7134 #ifdef HAVE_STDINT_H
7135 # include <stdint.h>
7136 #endif
7138 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7139 cat >>confdefs.h <<_ACEOF
7140 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7141 _ACEOF
7145 done
7148 for ac_header in resolv.h
7149 do :
7150 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7151 #ifdef HAVE_SYS_SOCKET_H
7152 # include <sys/socket.h>
7153 #endif
7154 #ifdef HAVE_NETINET_IN_H
7155 # include <netinet/in.h>
7156 #endif
7157 #ifdef HAVE_ARPA_NAMESER_H
7158 # include <arpa/nameser.h>
7159 #endif
7161 if test "x$ac_cv_header_resolv_h" = xyes; then :
7162 cat >>confdefs.h <<_ACEOF
7163 #define HAVE_RESOLV_H 1
7164 _ACEOF
7168 done
7171 for ac_header in ifaddrs.h
7172 do :
7173 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7175 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7176 cat >>confdefs.h <<_ACEOF
7177 #define HAVE_IFADDRS_H 1
7178 _ACEOF
7182 done
7185 for ac_header in sys/ucontext.h
7186 do :
7187 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7189 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7190 cat >>confdefs.h <<_ACEOF
7191 #define HAVE_SYS_UCONTEXT_H 1
7192 _ACEOF
7196 done
7199 for ac_header in sys/thr.h
7200 do :
7201 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7202 #ifdef HAVE_SYS_UCONTEXT_H
7203 #include <sys/ucontext.h>
7204 #endif
7206 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7207 cat >>confdefs.h <<_ACEOF
7208 #define HAVE_SYS_THR_H 1
7209 _ACEOF
7213 done
7216 for ac_header in pthread_np.h
7217 do :
7218 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7219 #include <pthread.h>
7220 #endif
7222 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7223 cat >>confdefs.h <<_ACEOF
7224 #define HAVE_PTHREAD_NP_H 1
7225 _ACEOF
7229 done
7232 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7233 do :
7234 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7235 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7236 #include <sys/time.h>
7237 #endif
7238 #include <sys/types.h>
7239 #ifdef HAVE_ASM_TYPES_H
7240 #include <asm/types.h>
7241 #endif
7243 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7244 cat >>confdefs.h <<_ACEOF
7245 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7246 _ACEOF
7250 done
7253 for ac_header in libprocstat.h
7254 do :
7255 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7256 #include <sys/param.h>
7257 #endif
7258 #ifdef HAVE_SYS_QUEUE_H
7259 #include <sys/queue.h>
7260 #endif
7261 #ifdef HAVE_SYS_SOCKET_H
7262 #include <sys/socket.h>
7263 #endif
7265 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7266 cat >>confdefs.h <<_ACEOF
7267 #define HAVE_LIBPROCSTAT_H 1
7268 _ACEOF
7272 done
7276 dlldir="\${libdir}/wine"
7278 DLLFLAGS="-D_REENTRANT"
7280 LDRPATH_INSTALL=""
7282 LDRPATH_LOCAL=""
7284 LDEXECFLAGS=""
7286 LIBEXT="so"
7287 DLLEXT=".so"
7288 IMPLIBEXT="def"
7289 # Extract the first word of "ldd", so it can be a program name with args.
7290 set dummy ldd; ac_word=$2
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7292 $as_echo_n "checking for $ac_word... " >&6; }
7293 if ${ac_cv_path_LDD+:} false; then :
7294 $as_echo_n "(cached) " >&6
7295 else
7296 case $LDD in
7297 [\\/]* | ?:[\\/]*)
7298 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7302 as_dummy="/sbin:/usr/sbin:$PATH"
7303 for as_dir in $as_dummy
7305 IFS=$as_save_IFS
7306 test -z "$as_dir" && as_dir=.
7307 for ac_exec_ext in '' $ac_executable_extensions; do
7308 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7309 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7311 break 2
7313 done
7314 done
7315 IFS=$as_save_IFS
7317 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7319 esac
7321 LDD=$ac_cv_path_LDD
7322 if test -n "$LDD"; then
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7324 $as_echo "$LDD" >&6; }
7325 else
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7327 $as_echo "no" >&6; }
7331 if test -n "$ac_tool_prefix"; then
7332 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7333 set dummy ${ac_tool_prefix}otool; ac_word=$2
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7335 $as_echo_n "checking for $ac_word... " >&6; }
7336 if ${ac_cv_prog_OTOOL+:} false; then :
7337 $as_echo_n "(cached) " >&6
7338 else
7339 if test -n "$OTOOL"; then
7340 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7341 else
7342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7343 for as_dir in $PATH
7345 IFS=$as_save_IFS
7346 test -z "$as_dir" && as_dir=.
7347 for ac_exec_ext in '' $ac_executable_extensions; do
7348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7349 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7351 break 2
7353 done
7354 done
7355 IFS=$as_save_IFS
7359 OTOOL=$ac_cv_prog_OTOOL
7360 if test -n "$OTOOL"; then
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7362 $as_echo "$OTOOL" >&6; }
7363 else
7364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7365 $as_echo "no" >&6; }
7370 if test -z "$ac_cv_prog_OTOOL"; then
7371 ac_ct_OTOOL=$OTOOL
7372 # Extract the first word of "otool", so it can be a program name with args.
7373 set dummy otool; ac_word=$2
7374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7375 $as_echo_n "checking for $ac_word... " >&6; }
7376 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7377 $as_echo_n "(cached) " >&6
7378 else
7379 if test -n "$ac_ct_OTOOL"; then
7380 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7381 else
7382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7383 for as_dir in $PATH
7385 IFS=$as_save_IFS
7386 test -z "$as_dir" && as_dir=.
7387 for ac_exec_ext in '' $ac_executable_extensions; do
7388 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7389 ac_cv_prog_ac_ct_OTOOL="otool"
7390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7391 break 2
7393 done
7394 done
7395 IFS=$as_save_IFS
7399 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7400 if test -n "$ac_ct_OTOOL"; then
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7402 $as_echo "$ac_ct_OTOOL" >&6; }
7403 else
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7405 $as_echo "no" >&6; }
7408 if test "x$ac_ct_OTOOL" = x; then
7409 OTOOL="otool"
7410 else
7411 case $cross_compiling:$ac_tool_warned in
7412 yes:)
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7415 ac_tool_warned=yes ;;
7416 esac
7417 OTOOL=$ac_ct_OTOOL
7419 else
7420 OTOOL="$ac_cv_prog_OTOOL"
7423 if test -n "$ac_tool_prefix"; then
7424 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7425 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7427 $as_echo_n "checking for $ac_word... " >&6; }
7428 if ${ac_cv_prog_READELF+:} false; then :
7429 $as_echo_n "(cached) " >&6
7430 else
7431 if test -n "$READELF"; then
7432 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7433 else
7434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7435 for as_dir in $PATH
7437 IFS=$as_save_IFS
7438 test -z "$as_dir" && as_dir=.
7439 for ac_exec_ext in '' $ac_executable_extensions; do
7440 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7441 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7443 break 2
7445 done
7446 done
7447 IFS=$as_save_IFS
7451 READELF=$ac_cv_prog_READELF
7452 if test -n "$READELF"; then
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7454 $as_echo "$READELF" >&6; }
7455 else
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7457 $as_echo "no" >&6; }
7462 if test -z "$ac_cv_prog_READELF"; then
7463 ac_ct_READELF=$READELF
7464 # Extract the first word of "readelf", so it can be a program name with args.
7465 set dummy readelf; ac_word=$2
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7467 $as_echo_n "checking for $ac_word... " >&6; }
7468 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7469 $as_echo_n "(cached) " >&6
7470 else
7471 if test -n "$ac_ct_READELF"; then
7472 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7473 else
7474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7475 for as_dir in $PATH
7477 IFS=$as_save_IFS
7478 test -z "$as_dir" && as_dir=.
7479 for ac_exec_ext in '' $ac_executable_extensions; do
7480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7481 ac_cv_prog_ac_ct_READELF="readelf"
7482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7483 break 2
7485 done
7486 done
7487 IFS=$as_save_IFS
7491 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7492 if test -n "$ac_ct_READELF"; then
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7494 $as_echo "$ac_ct_READELF" >&6; }
7495 else
7496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7497 $as_echo "no" >&6; }
7500 if test "x$ac_ct_READELF" = x; then
7501 READELF="true"
7502 else
7503 case $cross_compiling:$ac_tool_warned in
7504 yes:)
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7506 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7507 ac_tool_warned=yes ;;
7508 esac
7509 READELF=$ac_ct_READELF
7511 else
7512 READELF="$ac_cv_prog_READELF"
7515 wine_rules_file=conf$$rules.make
7516 rm -f $wine_rules_file
7517 SUBDIRS=""
7519 DISABLED_SUBDIRS=""
7521 CONFIGURE_TARGETS=""
7523 ALL_TEST_RESOURCES=""
7526 wine_fn_append_file ()
7528 as_fn_append $1 " \\$as_nl $2"
7531 wine_fn_append_rule ()
7533 $as_echo "$1" >>$wine_rules_file
7536 wine_fn_has_flag ()
7538 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7541 wine_fn_all_rules ()
7543 wine_fn_append_file SUBDIRS $ac_dir
7544 wine_fn_append_rule \
7545 "all: $ac_dir
7546 .PHONY: $ac_dir
7547 $ac_dir: dummy
7548 @cd $ac_dir && \$(MAKE)"
7551 wine_fn_install_rules ()
7553 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7555 wine_fn_append_rule \
7556 ".PHONY: $ac_dir/install $ac_dir/uninstall
7557 $ac_dir/install:: $ac_dir
7558 @cd $ac_dir && \$(MAKE) install
7559 $ac_dir/uninstall::
7560 @cd $ac_dir && \$(MAKE) uninstall
7561 install:: $ac_dir/install
7562 __uninstall__: $ac_dir/uninstall"
7564 if wine_fn_has_flag install-lib
7565 then
7566 wine_fn_append_rule \
7567 ".PHONY: $ac_dir/install-lib
7568 $ac_dir/install-lib:: $ac_dir
7569 @cd $ac_dir && \$(MAKE) install-lib
7570 install-lib:: $ac_dir/install-lib"
7573 if wine_fn_has_flag install-dev
7574 then
7575 wine_fn_append_rule \
7576 ".PHONY: $ac_dir/install-dev
7577 $ac_dir/install-dev:: $ac_dir
7578 @cd $ac_dir && \$(MAKE) install-dev
7579 install-dev:: $ac_dir/install-dev"
7583 wine_fn_clean_rules ()
7585 ac_clean=$@
7587 if wine_fn_has_flag clean
7588 then
7589 wine_fn_append_rule \
7590 "$ac_dir/clean: dummy
7591 @cd $ac_dir && \$(MAKE) clean"
7592 else
7593 wine_fn_append_rule \
7594 "$ac_dir/clean: dummy
7595 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7597 wine_fn_append_rule \
7598 "__clean__: $ac_dir/clean
7599 .PHONY: $ac_dir/clean"
7602 wine_fn_disabled_rules ()
7604 ac_clean=$@
7606 wine_fn_append_file SUBDIRS $ac_dir
7607 wine_fn_append_file DISABLED_SUBDIRS $ac_dir
7608 wine_fn_append_rule \
7609 "__clean__: $ac_dir/clean
7610 .PHONY: $ac_dir/clean
7611 $ac_dir/clean: dummy
7612 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7615 wine_fn_config_makefile ()
7617 ac_dir=$1
7618 ac_enable=$2
7619 ac_flags=$3
7621 case $ac_dir in
7622 fonts|server) test -z "$with_wine64" || return ;;
7623 esac
7624 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7625 wine_fn_disabled_rules; return
7627 wine_fn_all_rules
7628 wine_fn_install_rules
7629 wine_fn_clean_rules
7632 wine_fn_config_lib ()
7634 ac_name=$1
7635 ac_flags=$2
7636 ac_dir=dlls/$ac_name
7637 ac_deps="include"
7639 if test "x$enable_tools" = xno; then :
7641 else
7642 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7644 wine_fn_all_rules
7645 wine_fn_clean_rules
7647 wine_fn_append_rule \
7648 ".PHONY: $ac_dir/install $ac_dir/uninstall
7649 $ac_dir/install:: $ac_dir
7650 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7651 $ac_dir/uninstall::
7652 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7653 install install-dev:: $ac_dir/install
7654 __uninstall__: $ac_dir/uninstall
7655 __builddeps__: $ac_dir
7656 $ac_dir: $ac_deps"
7659 wine_fn_config_dll ()
7661 ac_name=$1
7662 ac_dir=dlls/$ac_name
7663 ac_enable=$2
7664 ac_flags=$3
7665 ac_implib=${4:-$ac_name}
7666 ac_file=$ac_dir/lib$ac_implib
7667 ac_dll=$ac_name
7668 ac_deps="include"
7669 ac_implibflags=""
7671 if test "x$enable_tools" = xno; then :
7673 else
7674 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7676 case $ac_name in
7677 *16) ac_implibflags=" -m16" ;;
7678 *.*) ;;
7679 *) ac_dll=$ac_dll.dll ;;
7680 esac
7682 ac_clean=
7683 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7684 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7686 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7687 if test "$ac_enable" != enable_win16
7688 then
7689 wine_fn_clean_rules $ac_clean
7690 wine_fn_append_file SUBDIRS $ac_dir
7691 wine_fn_append_file DISABLED_SUBDIRS $ac_dir
7692 else
7693 wine_fn_disabled_rules $ac_clean
7694 return
7696 else
7697 wine_fn_all_rules
7698 wine_fn_clean_rules $ac_clean
7699 wine_fn_append_rule \
7700 "$ac_dir: __builddeps__
7701 manpages htmlpages sgmlpages xmlpages::
7702 @cd $ac_dir && \$(MAKE) \$@
7703 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7704 install install-lib:: $ac_dir/install-lib
7705 __uninstall__: $ac_dir/uninstall"
7706 if test -n "$DLLEXT"
7707 then
7708 wine_fn_append_rule \
7709 "$ac_dir/install-lib:: $ac_dir
7710 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7711 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7712 $ac_dir/uninstall::
7713 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7714 else
7715 wine_fn_append_rule \
7716 "$ac_dir/install-lib:: $ac_dir
7717 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7718 $ac_dir/uninstall::
7719 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7723 if wine_fn_has_flag staticimplib
7724 then
7725 wine_fn_append_rule \
7726 "__builddeps__: $ac_file.a
7727 $ac_file.a $ac_file.cross.a: $ac_deps
7728 $ac_file.a: dummy
7729 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7730 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7731 $ac_dir/install-dev:: $ac_file.a
7732 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7733 $ac_dir/uninstall::
7734 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7735 install install-dev:: $ac_dir/install-dev
7736 __uninstall__: $ac_dir/uninstall"
7738 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7739 then
7740 wine_fn_append_rule \
7741 "__builddeps__: $ac_file.cross.a
7742 $ac_file.cross.a: dummy
7743 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7746 elif wine_fn_has_flag implib
7747 then
7748 wine_fn_append_rule \
7749 "__builddeps__: $ac_file.$IMPLIBEXT
7750 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7751 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7752 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7753 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7754 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7755 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7756 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7757 $ac_dir/uninstall::
7758 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7759 install install-dev:: $ac_dir/install-dev
7760 __uninstall__: $ac_dir/uninstall"
7761 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7762 then
7763 wine_fn_append_rule \
7764 "__builddeps__: $ac_file.cross.a
7765 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7766 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7771 wine_fn_config_program ()
7773 ac_name=$1
7774 ac_dir=programs/$ac_name
7775 ac_enable=$2
7776 ac_flags=$3
7777 ac_program=$ac_name
7779 case $ac_name in
7780 *.*) ;;
7781 *) ac_program=$ac_program.exe ;;
7782 esac
7784 ac_clean=
7785 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7786 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7788 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7789 wine_fn_disabled_rules $ac_clean; return
7792 wine_fn_all_rules
7793 wine_fn_clean_rules $ac_clean
7794 wine_fn_append_rule "$ac_dir: __builddeps__"
7796 wine_fn_has_flag install || return
7797 wine_fn_append_rule \
7798 ".PHONY: $ac_dir/install $ac_dir/uninstall
7799 install install-lib:: $ac_dir/install
7800 __uninstall__: $ac_dir/uninstall"
7802 if test -n "$DLLEXT"
7803 then
7804 wine_fn_append_rule \
7805 "$ac_dir/install:: $ac_dir
7806 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7807 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7808 $ac_dir/uninstall::
7809 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7811 if test -z "$with_wine64" && wine_fn_has_flag installbin
7812 then
7813 wine_fn_append_rule \
7814 "$ac_dir/install:: __tooldeps__
7815 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7816 $ac_dir/uninstall::
7817 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7819 else
7820 wine_fn_append_rule \
7821 "$ac_dir/install:: $ac_dir
7822 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7823 $ac_dir/uninstall::
7824 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7827 if test -z "$with_wine64" && wine_fn_has_flag manpage
7828 then
7829 wine_fn_append_rule \
7830 "$ac_dir/install:: $ac_dir
7831 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7832 $ac_dir/uninstall::
7833 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7837 wine_fn_config_test ()
7839 ac_dir=$1
7840 ac_name=$2
7841 ac_flags=$3
7843 ac_clean=
7844 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7845 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7847 if test "x$enable_tests" = xno; then :
7848 wine_fn_disabled_rules $ac_clean; return
7851 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7852 wine_fn_all_rules
7853 wine_fn_clean_rules $ac_clean
7855 wine_fn_append_rule \
7856 "$ac_dir: __builddeps__
7857 programs/winetest: $ac_dir
7858 check test: $ac_dir/test
7859 .PHONY: $ac_dir/test
7860 $ac_dir/test: dummy
7861 @cd $ac_dir && \$(MAKE) test
7862 testclean::
7863 \$(RM) $ac_dir/*.ok"
7865 if test -n "$CROSSTARGET"
7866 then
7867 wine_fn_append_rule \
7868 "crosstest: $ac_dir/crosstest
7869 .PHONY: $ac_dir/crosstest
7870 $ac_dir/crosstest: __builddeps__ dummy
7871 @cd $ac_dir && \$(MAKE) crosstest"
7875 wine_fn_config_tool ()
7877 ac_dir=$1
7878 ac_flags=$2
7879 if test "x$enable_tools" = xno; then :
7880 wine_fn_append_file DISABLED_SUBDIRS $ac_dir; return
7883 wine_fn_all_rules
7884 wine_fn_install_rules
7885 wine_fn_clean_rules
7887 wine_fn_append_rule "__tooldeps__: $ac_dir"
7888 wine_fn_append_rule "$ac_dir: libs/port"
7889 case $ac_dir in
7890 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7891 esac
7894 wine_fn_config_symlink ()
7896 ac_linkdir=
7897 if test "x$1" = "x-d"
7898 then
7899 ac_linkdir=$2
7900 shift; shift
7902 ac_links=$@
7903 wine_fn_append_rule \
7904 "$ac_links:
7905 @./config.status \$@"
7906 for f in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS $f; done
7907 test -n "$ac_linkdir" || return
7908 wine_fn_append_rule "$ac_linkdir/depend: $ac_links"
7911 wine_binary="wine"
7912 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7913 WINELOADER_PROGRAMS="$wine_binary"
7915 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7917 case $host_os in
7918 cygwin*|mingw32*)
7919 if test -n "$ac_tool_prefix"; then
7920 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7921 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7923 $as_echo_n "checking for $ac_word... " >&6; }
7924 if ${ac_cv_prog_DLLTOOL+:} false; then :
7925 $as_echo_n "(cached) " >&6
7926 else
7927 if test -n "$DLLTOOL"; then
7928 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7929 else
7930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7931 for as_dir in $PATH
7933 IFS=$as_save_IFS
7934 test -z "$as_dir" && as_dir=.
7935 for ac_exec_ext in '' $ac_executable_extensions; do
7936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7937 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7939 break 2
7941 done
7942 done
7943 IFS=$as_save_IFS
7947 DLLTOOL=$ac_cv_prog_DLLTOOL
7948 if test -n "$DLLTOOL"; then
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7950 $as_echo "$DLLTOOL" >&6; }
7951 else
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7953 $as_echo "no" >&6; }
7958 if test -z "$ac_cv_prog_DLLTOOL"; then
7959 ac_ct_DLLTOOL=$DLLTOOL
7960 # Extract the first word of "dlltool", so it can be a program name with args.
7961 set dummy dlltool; ac_word=$2
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7963 $as_echo_n "checking for $ac_word... " >&6; }
7964 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7965 $as_echo_n "(cached) " >&6
7966 else
7967 if test -n "$ac_ct_DLLTOOL"; then
7968 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7969 else
7970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7971 for as_dir in $PATH
7973 IFS=$as_save_IFS
7974 test -z "$as_dir" && as_dir=.
7975 for ac_exec_ext in '' $ac_executable_extensions; do
7976 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7977 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7979 break 2
7981 done
7982 done
7983 IFS=$as_save_IFS
7987 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7988 if test -n "$ac_ct_DLLTOOL"; then
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7990 $as_echo "$ac_ct_DLLTOOL" >&6; }
7991 else
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7993 $as_echo "no" >&6; }
7996 if test "x$ac_ct_DLLTOOL" = x; then
7997 DLLTOOL="false"
7998 else
7999 case $cross_compiling:$ac_tool_warned in
8000 yes:)
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8002 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8003 ac_tool_warned=yes ;;
8004 esac
8005 DLLTOOL=$ac_ct_DLLTOOL
8007 else
8008 DLLTOOL="$ac_cv_prog_DLLTOOL"
8011 LIBEXT="dll"
8012 DLLEXT=""
8013 IMPLIBEXT="a"
8014 enable_iphlpapi=${enable_iphlpapi:-no}
8015 enable_kernel32=${enable_kernel32:-no}
8016 enable_msvcrt=${enable_msvcrt:-no}
8017 enable_ntdll=${enable_ntdll:-no}
8018 enable_ws2_32=${enable_ws2_32:-no}
8019 enable_loader=${enable_loader:-no}
8020 enable_server=${enable_server:-no}
8021 with_x=${with_x:-no}
8022 with_pthread=${with_pthread:-no}
8024 crtlibs=""
8025 case $host_os in
8026 mingw32*)
8027 crtlibs="-lmsvcrt"
8028 SOCKET_LIBS="-lws2_32"
8030 esac
8032 LIBWINE_SHAREDLIB="libwine.dll"
8034 LIBWINE_IMPORTLIB="libwine.a"
8036 LIBWINE_INSTALL_LIB="libwine.dll"
8038 LIBWINE_INSTALL_DEV="libwine.a"
8040 LIBWINE_LDFLAGS="-shared \$(srcdir)/wine.def"
8042 LIBWINE_DEPENDS="wine.def"
8046 darwin*|macosx*)
8047 for ac_header in libunwind.h
8048 do :
8049 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8050 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8051 cat >>confdefs.h <<_ACEOF
8052 #define HAVE_LIBUNWIND_H 1
8053 _ACEOF
8057 done
8059 LIBEXT="dylib"
8060 DLLFLAGS="$DLLFLAGS -fPIC"
8061 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8062 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8063 COREFOUNDATION_LIBS="-framework CoreFoundation"
8065 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8067 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8069 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8071 CORESERVICES_LIBS="-framework CoreServices"
8073 APPKIT_LIBS="-framework AppKit"
8075 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8077 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8078 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8079 $as_echo_n "(cached) " >&6
8080 else
8081 ac_wine_try_cflags_saved=$CFLAGS
8082 CFLAGS="$CFLAGS -Wl,-no_pie"
8083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8084 /* end confdefs.h. */
8085 int main(int argc, char **argv) { return 0; }
8086 _ACEOF
8087 if ac_fn_c_try_link "$LINENO"; then :
8088 ac_cv_cflags__Wl__no_pie=yes
8089 else
8090 ac_cv_cflags__Wl__no_pie=no
8092 rm -f core conftest.err conftest.$ac_objext \
8093 conftest$ac_exeext conftest.$ac_ext
8094 CFLAGS=$ac_wine_try_cflags_saved
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8097 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8098 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8099 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8101 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8102 then
8103 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8106 if test "$ac_cv_header_Security_Security_h" = "yes"
8107 then
8108 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8110 ac_save_LIBS="$LIBS"
8111 LIBS="$LIBS $SECURITY_LIBS"
8112 for ac_func in SSLCopyPeerCertificates
8113 do :
8114 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8115 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8116 cat >>confdefs.h <<_ACEOF
8117 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8118 _ACEOF
8121 done
8123 LIBS="$ac_save_LIBS"
8124 with_gnutls=${with_gnutls:-no}
8126 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8127 then
8128 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8129 then
8130 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8132 else
8133 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8136 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8137 ac_save_LIBS="$LIBS"
8138 LIBS="$LIBS $COREAUDIO_LIBS"
8139 for ac_func in AUGraphAddNode
8140 do :
8141 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8142 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8143 cat >>confdefs.h <<_ACEOF
8144 #define HAVE_AUGRAPHADDNODE 1
8145 _ACEOF
8148 done
8150 LIBS="$ac_save_LIBS"
8152 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8153 then
8154 OPENAL_LIBS="-framework OpenAL"
8157 cat >>confdefs.h <<_ACEOF
8158 #define HAVE_OPENAL 1
8159 _ACEOF
8161 ac_cv_lib_openal=yes
8163 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8164 then
8165 OPENCL_LIBS="-framework OpenCL"
8167 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8169 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8170 then
8171 ac_save_LIBS="$LIBS"
8172 LIBS="$LIBS $IOKIT_LIBS"
8173 for ac_func in IOHIDManagerCreate
8174 do :
8175 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8176 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8177 cat >>confdefs.h <<_ACEOF
8178 #define HAVE_IOHIDMANAGERCREATE 1
8179 _ACEOF
8182 done
8184 LIBS="$ac_save_LIBS"
8186 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8187 then
8188 ac_save_LIBS="$LIBS"
8189 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8191 $as_echo_n "checking for the QuickTime framework... " >&6; }
8192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8193 /* end confdefs.h. */
8194 #include <QuickTime/ImageCompression.h>
8196 main ()
8198 CodecManagerVersion(NULL);
8200 return 0;
8202 _ACEOF
8203 if ac_fn_c_try_link "$LINENO"; then :
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8205 $as_echo "yes" >&6; }
8206 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8208 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8209 else
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8211 $as_echo "no" >&6; }
8212 ac_cv_header_QuickTime_ImageCompression_h=no
8214 rm -f core conftest.err conftest.$ac_objext \
8215 conftest$ac_exeext conftest.$ac_ext
8216 LIBS="$ac_save_LIBS"
8218 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8219 then
8220 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8222 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8223 then
8224 CARBON_LIBS="-framework Carbon"
8228 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8229 then
8230 ac_save_LIBS="$LIBS"
8231 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8232 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8233 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8234 enable_winemac_drv=${enable_winemac_drv:-yes}
8237 LIBS="$ac_save_LIBS"
8240 if test "x$enable_win16" = "xyes"
8241 then
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8243 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8244 if test "$cross_compiling" = yes; then :
8245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8246 $as_echo "cross-compiling, assuming yes" >&6; }
8247 else
8248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8249 /* end confdefs.h. */
8250 asm(".text\n"
8251 "bad:\tnop;nop\n"
8252 "good:\tnop;nop\n\t"
8253 ".globl _testfunc\n"
8254 "_testfunc:\tcallw good");
8255 extern void testfunc();
8257 main ()
8259 unsigned short *p = (unsigned short *)testfunc;
8260 return p[0] != 0xe866 || p[1] != 0xfffa
8262 return 0;
8264 _ACEOF
8265 if ac_fn_c_try_run "$LINENO"; then :
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8267 $as_echo "yes" >&6; }
8268 else
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8270 $as_echo "no" >&6; }
8271 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
8273 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8274 conftest.$ac_objext conftest.beam conftest.$ac_ext
8279 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
8281 LIBWINE_INSTALL_LIB="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8283 LIBWINE_INSTALL_DEV="libwine.dylib"
8285 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8287 WINELOADER_DEPENDS="wine_info.plist"
8291 linux-android*)
8292 DLLFLAGS="$DLLFLAGS -fPIC"
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8294 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8295 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8296 $as_echo_n "(cached) " >&6
8297 else
8298 ac_wine_try_cflags_saved=$CFLAGS
8299 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8301 /* end confdefs.h. */
8302 int main(int argc, char **argv) { return 0; }
8303 _ACEOF
8304 if ac_fn_c_try_link "$LINENO"; then :
8305 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8306 else
8307 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8309 rm -f core conftest.err conftest.$ac_objext \
8310 conftest$ac_exeext conftest.$ac_ext
8311 CFLAGS=$ac_wine_try_cflags_saved
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8314 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8315 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8316 LDEXECFLAGS="-Wl,--export-dynamic"
8318 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8320 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8321 if eval \${$as_ac_var+:} false; then :
8322 $as_echo_n "(cached) " >&6
8323 else
8324 ac_wine_try_cflags_saved=$CFLAGS
8325 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8327 /* end confdefs.h. */
8328 int main(int argc, char **argv) { return 0; }
8329 _ACEOF
8330 if ac_fn_c_try_link "$LINENO"; then :
8331 eval "$as_ac_var=yes"
8332 else
8333 eval "$as_ac_var=no"
8335 rm -f core conftest.err conftest.$ac_objext \
8336 conftest$ac_exeext conftest.$ac_ext
8337 CFLAGS=$ac_wine_try_cflags_saved
8339 eval ac_res=\$$as_ac_var
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8341 $as_echo "$ac_res" >&6; }
8342 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8343 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8344 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8345 else
8346 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8348 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8349 if eval \${$as_ac_var+:} false; then :
8350 $as_echo_n "(cached) " >&6
8351 else
8352 ac_wine_try_cflags_saved=$CFLAGS
8353 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8355 /* end confdefs.h. */
8356 int main(int argc, char **argv) { return 0; }
8357 _ACEOF
8358 if ac_fn_c_try_link "$LINENO"; then :
8359 eval "$as_ac_var=yes"
8360 else
8361 eval "$as_ac_var=no"
8363 rm -f core conftest.err conftest.$ac_objext \
8364 conftest$ac_exeext conftest.$ac_ext
8365 CFLAGS=$ac_wine_try_cflags_saved
8367 eval ac_res=\$$as_ac_var
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8369 $as_echo "$ac_res" >&6; }
8370 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8371 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8372 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8377 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8378 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8379 $as_echo_n "(cached) " >&6
8380 else
8381 ac_wine_try_cflags_saved=$CFLAGS
8382 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8384 /* end confdefs.h. */
8385 int main(int argc, char **argv) { return 0; }
8386 _ACEOF
8387 if ac_fn_c_try_link "$LINENO"; then :
8388 ac_cv_cflags__Wl___enable_new_dtags=yes
8389 else
8390 ac_cv_cflags__Wl___enable_new_dtags=no
8392 rm -f core conftest.err conftest.$ac_objext \
8393 conftest$ac_exeext conftest.$ac_ext
8394 CFLAGS=$ac_wine_try_cflags_saved
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8397 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8398 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8399 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8402 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8403 if ${ac_cv_cflags__Wl__pie+:} false; then :
8404 $as_echo_n "(cached) " >&6
8405 else
8406 ac_wine_try_cflags_saved=$CFLAGS
8407 CFLAGS="$CFLAGS -Wl,-pie"
8408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8409 /* end confdefs.h. */
8410 int main(int argc, char **argv) { return 0; }
8411 _ACEOF
8412 if ac_fn_c_try_link "$LINENO"; then :
8413 ac_cv_cflags__Wl__pie=yes
8414 else
8415 ac_cv_cflags__Wl__pie=no
8417 rm -f core conftest.err conftest.$ac_objext \
8418 conftest$ac_exeext conftest.$ac_ext
8419 CFLAGS=$ac_wine_try_cflags_saved
8421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8422 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8423 if test "x$ac_cv_cflags__Wl__pie" = xyes; then :
8424 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,-pie"
8427 LIBWINE_SHAREDLIB="libwine.so"
8429 LIBWINE_INSTALL_LIB="libwine.so"
8431 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so"
8436 DLLFLAGS="$DLLFLAGS -fPIC"
8437 LDEXECFLAGS=""
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8439 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8440 if ${ac_cv_c_dll_gnuelf+:} false; then :
8441 $as_echo_n "(cached) " >&6
8442 else
8443 ac_wine_try_cflags_saved=$CFLAGS
8444 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h. */
8447 void myfunc() {}
8448 _ACEOF
8449 if ac_fn_c_try_link "$LINENO"; then :
8450 ac_cv_c_dll_gnuelf="yes"
8451 else
8452 ac_cv_c_dll_gnuelf="no"
8454 rm -f core conftest.err conftest.$ac_objext \
8455 conftest$ac_exeext conftest.$ac_ext
8456 CFLAGS=$ac_wine_try_cflags_saved
8458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8459 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8460 if test "$ac_cv_c_dll_gnuelf" = "yes"
8461 then
8462 LIBWINE_LDFLAGS="-shared"
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8464 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8465 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8466 $as_echo_n "(cached) " >&6
8467 else
8468 ac_wine_try_cflags_saved=$CFLAGS
8469 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8471 /* end confdefs.h. */
8472 int main(int argc, char **argv) { return 0; }
8473 _ACEOF
8474 if ac_fn_c_try_link "$LINENO"; then :
8475 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8476 else
8477 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8479 rm -f core conftest.err conftest.$ac_objext \
8480 conftest$ac_exeext conftest.$ac_ext
8481 CFLAGS=$ac_wine_try_cflags_saved
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8484 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8485 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8486 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8487 else
8488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8489 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8490 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8491 $as_echo_n "(cached) " >&6
8492 else
8493 ac_wine_try_cflags_saved=$CFLAGS
8494 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8496 /* end confdefs.h. */
8497 int main(int argc, char **argv) { return 0; }
8498 _ACEOF
8499 if ac_fn_c_try_link "$LINENO"; then :
8500 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8501 else
8502 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8504 rm -f core conftest.err conftest.$ac_objext \
8505 conftest$ac_exeext conftest.$ac_ext
8506 CFLAGS=$ac_wine_try_cflags_saved
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8509 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8510 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8511 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
8515 echo '{ global: *; };' >conftest.map
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8517 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8518 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8519 $as_echo_n "(cached) " >&6
8520 else
8521 ac_wine_try_cflags_saved=$CFLAGS
8522 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8524 /* end confdefs.h. */
8525 int main(int argc, char **argv) { return 0; }
8526 _ACEOF
8527 if ac_fn_c_try_link "$LINENO"; then :
8528 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8529 else
8530 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8532 rm -f core conftest.err conftest.$ac_objext \
8533 conftest$ac_exeext conftest.$ac_ext
8534 CFLAGS=$ac_wine_try_cflags_saved
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8537 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8538 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8539 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8541 rm -f conftest.map
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8544 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8545 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8546 $as_echo_n "(cached) " >&6
8547 else
8548 ac_wine_try_cflags_saved=$CFLAGS
8549 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8551 /* end confdefs.h. */
8552 int main(int argc, char **argv) { return 0; }
8553 _ACEOF
8554 if ac_fn_c_try_link "$LINENO"; then :
8555 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8556 else
8557 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8559 rm -f core conftest.err conftest.$ac_objext \
8560 conftest$ac_exeext conftest.$ac_ext
8561 CFLAGS=$ac_wine_try_cflags_saved
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8564 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8565 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8566 LDEXECFLAGS="-Wl,--export-dynamic"
8569 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8571 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8572 if eval \${$as_ac_var+:} false; then :
8573 $as_echo_n "(cached) " >&6
8574 else
8575 ac_wine_try_cflags_saved=$CFLAGS
8576 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8578 /* end confdefs.h. */
8579 int main(int argc, char **argv) { return 0; }
8580 _ACEOF
8581 if ac_fn_c_try_link "$LINENO"; then :
8582 eval "$as_ac_var=yes"
8583 else
8584 eval "$as_ac_var=no"
8586 rm -f core conftest.err conftest.$ac_objext \
8587 conftest$ac_exeext conftest.$ac_ext
8588 CFLAGS=$ac_wine_try_cflags_saved
8590 eval ac_res=\$$as_ac_var
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8592 $as_echo "$ac_res" >&6; }
8593 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8594 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8595 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8596 else
8597 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8599 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8600 if eval \${$as_ac_var+:} false; then :
8601 $as_echo_n "(cached) " >&6
8602 else
8603 ac_wine_try_cflags_saved=$CFLAGS
8604 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8606 /* end confdefs.h. */
8607 int main(int argc, char **argv) { return 0; }
8608 _ACEOF
8609 if ac_fn_c_try_link "$LINENO"; then :
8610 eval "$as_ac_var=yes"
8611 else
8612 eval "$as_ac_var=no"
8614 rm -f core conftest.err conftest.$ac_objext \
8615 conftest$ac_exeext conftest.$ac_ext
8616 CFLAGS=$ac_wine_try_cflags_saved
8618 eval ac_res=\$$as_ac_var
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8620 $as_echo "$ac_res" >&6; }
8621 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8622 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8623 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8628 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8629 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8630 $as_echo_n "(cached) " >&6
8631 else
8632 ac_wine_try_cflags_saved=$CFLAGS
8633 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8635 /* end confdefs.h. */
8636 int main(int argc, char **argv) { return 0; }
8637 _ACEOF
8638 if ac_fn_c_try_link "$LINENO"; then :
8639 ac_cv_cflags__Wl___enable_new_dtags=yes
8640 else
8641 ac_cv_cflags__Wl___enable_new_dtags=no
8643 rm -f core conftest.err conftest.$ac_objext \
8644 conftest$ac_exeext conftest.$ac_ext
8645 CFLAGS=$ac_wine_try_cflags_saved
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8648 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8649 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8650 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8653 case $host_cpu in
8654 *i[3456789]86* | x86_64)
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8656 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8657 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8658 $as_echo_n "(cached) " >&6
8659 else
8660 ac_wine_try_cflags_saved=$CFLAGS
8661 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8663 /* end confdefs.h. */
8664 int main(int argc, char **argv) { return 0; }
8665 _ACEOF
8666 if ac_fn_c_try_link "$LINENO"; then :
8667 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8668 else
8669 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8671 rm -f core conftest.err conftest.$ac_objext \
8672 conftest$ac_exeext conftest.$ac_ext
8673 CFLAGS=$ac_wine_try_cflags_saved
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8676 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8677 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8678 case $host_os in
8679 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8680 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8681 esac
8682 else
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8684 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8685 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false; then :
8686 $as_echo_n "(cached) " >&6
8687 else
8688 ac_wine_try_cflags_saved=$CFLAGS
8689 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8691 /* end confdefs.h. */
8692 int main(int argc, char **argv) { return 0; }
8693 _ACEOF
8694 if ac_fn_c_try_link "$LINENO"; then :
8695 ac_cv_cflags__Wl___section_start__interp_0x7c000400=yes
8696 else
8697 ac_cv_cflags__Wl___section_start__interp_0x7c000400=no
8699 rm -f core conftest.err conftest.$ac_objext \
8700 conftest$ac_exeext conftest.$ac_ext
8701 CFLAGS=$ac_wine_try_cflags_saved
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8704 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8705 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes; then :
8706 case $host_os in
8707 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8708 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8709 esac
8711 # Extract the first word of "prelink", so it can be a program name with args.
8712 set dummy prelink; ac_word=$2
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8714 $as_echo_n "checking for $ac_word... " >&6; }
8715 if ${ac_cv_path_PRELINK+:} false; then :
8716 $as_echo_n "(cached) " >&6
8717 else
8718 case $PRELINK in
8719 [\\/]* | ?:[\\/]*)
8720 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8724 for as_dir in /sbin /usr/sbin $PATH
8726 IFS=$as_save_IFS
8727 test -z "$as_dir" && as_dir=.
8728 for ac_exec_ext in '' $ac_executable_extensions; do
8729 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8730 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8732 break 2
8734 done
8735 done
8736 IFS=$as_save_IFS
8738 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8740 esac
8742 PRELINK=$ac_cv_path_PRELINK
8743 if test -n "$PRELINK"; then
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8745 $as_echo "$PRELINK" >&6; }
8746 else
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8748 $as_echo "no" >&6; }
8752 if test "x$PRELINK" = xfalse
8753 then
8754 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8758 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8759 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false; then :
8760 $as_echo_n "(cached) " >&6
8761 else
8762 ac_wine_try_cflags_saved=$CFLAGS
8763 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
8764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8765 /* end confdefs.h. */
8766 int main(int argc, char **argv) { return 0; }
8767 _ACEOF
8768 if ac_fn_c_try_link "$LINENO"; then :
8769 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
8770 else
8771 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
8773 rm -f core conftest.err conftest.$ac_objext \
8774 conftest$ac_exeext conftest.$ac_ext
8775 CFLAGS=$ac_wine_try_cflags_saved
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8778 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8779 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes; then :
8780 LDEXECFLAGS="$LDEXECFLAGS -Wl,-z,max-page-size=0x1000"
8783 esac
8785 else
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8787 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8788 if ${ac_cv_c_dll_unixware+:} false; then :
8789 $as_echo_n "(cached) " >&6
8790 else
8791 ac_wine_try_cflags_saved=$CFLAGS
8792 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8794 /* end confdefs.h. */
8795 void myfunc() {}
8796 _ACEOF
8797 if ac_fn_c_try_link "$LINENO"; then :
8798 ac_cv_c_dll_unixware="yes"
8799 else
8800 ac_cv_c_dll_unixware="no"
8802 rm -f core conftest.err conftest.$ac_objext \
8803 conftest$ac_exeext conftest.$ac_ext
8804 CFLAGS=$ac_wine_try_cflags_saved
8806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8807 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8808 if test "$ac_cv_c_dll_unixware" = "yes"
8809 then
8810 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
8813 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
8815 LIBWINE_INSTALL_LIB="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8817 LIBWINE_INSTALL_DEV="libwine.so"
8819 LIBWINE_DEPENDS="wine.map"
8822 esac
8824 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
8825 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8826 enable_winemac_drv=${enable_winemac_drv:-no}
8827 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
8829 CROSSTARGET=""
8831 if test "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8832 then
8833 case "$host_cpu" in
8834 arm*)
8835 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8836 i[3456789]86*)
8837 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
8838 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8839 mingw32-gcc" ;;
8840 x86_64)
8841 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
8842 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8844 ac_prefix_list="" ;;
8845 esac
8846 for ac_prog in $ac_prefix_list
8848 # Extract the first word of "$ac_prog", so it can be a program name with args.
8849 set dummy $ac_prog; ac_word=$2
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8851 $as_echo_n "checking for $ac_word... " >&6; }
8852 if ${ac_cv_prog_CROSSCC+:} false; then :
8853 $as_echo_n "(cached) " >&6
8854 else
8855 if test -n "$CROSSCC"; then
8856 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8857 else
8858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8859 for as_dir in $PATH
8861 IFS=$as_save_IFS
8862 test -z "$as_dir" && as_dir=.
8863 for ac_exec_ext in '' $ac_executable_extensions; do
8864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8865 ac_cv_prog_CROSSCC="$ac_prog"
8866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8867 break 2
8869 done
8870 done
8871 IFS=$as_save_IFS
8875 CROSSCC=$ac_cv_prog_CROSSCC
8876 if test -n "$CROSSCC"; then
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8878 $as_echo "$CROSSCC" >&6; }
8879 else
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8881 $as_echo "no" >&6; }
8885 test -n "$CROSSCC" && break
8886 done
8887 test -n "$CROSSCC" || CROSSCC="false"
8889 if test "$CROSSCC" != "false"
8890 then
8891 ac_save_CC="$CC"
8892 CC="$CROSSCC"
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8894 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8896 /* end confdefs.h. */
8899 main ()
8903 return 0;
8905 _ACEOF
8906 if ac_fn_c_try_compile "$LINENO"; then :
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8908 $as_echo "yes" >&6; }
8909 set x $CROSSCC
8910 shift
8911 while test $# -ge 1
8913 case "$1" in
8914 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8915 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
8916 esac
8917 shift
8918 done
8919 else
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8921 $as_echo "no" >&6; }
8923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8924 CC="$ac_save_CC"
8929 if test "$ac_cv_header_pthread_h" = "yes"
8930 then
8931 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8932 if test "x$ac_cv_func_pthread_create" = xyes; then :
8934 else
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8936 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8937 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8938 $as_echo_n "(cached) " >&6
8939 else
8940 ac_check_lib_save_LIBS=$LIBS
8941 LIBS="-lpthread $LIBS"
8942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8943 /* end confdefs.h. */
8945 /* Override any GCC internal prototype to avoid an error.
8946 Use char because int might match the return type of a GCC
8947 builtin and then its argument prototype would still apply. */
8948 #ifdef __cplusplus
8949 extern "C"
8950 #endif
8951 char pthread_create ();
8953 main ()
8955 return pthread_create ();
8957 return 0;
8959 _ACEOF
8960 if ac_fn_c_try_link "$LINENO"; then :
8961 ac_cv_lib_pthread_pthread_create=yes
8962 else
8963 ac_cv_lib_pthread_pthread_create=no
8965 rm -f core conftest.err conftest.$ac_objext \
8966 conftest$ac_exeext conftest.$ac_ext
8967 LIBS=$ac_check_lib_save_LIBS
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8970 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8971 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8972 PTHREAD_LIBS="-lpthread"
8979 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8980 case "x$with_pthread" in
8981 xno) ;;
8982 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8983 Wine cannot support threads without libpthread.
8984 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8985 esac
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8991 $as_echo_n "checking for X... " >&6; }
8994 # Check whether --with-x was given.
8995 if test "${with_x+set}" = set; then :
8996 withval=$with_x;
8999 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9000 if test "x$with_x" = xno; then
9001 # The user explicitly disabled X.
9002 have_x=disabled
9003 else
9004 case $x_includes,$x_libraries in #(
9005 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9006 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9007 $as_echo_n "(cached) " >&6
9008 else
9009 # One or both of the vars are not set, and there is no cached value.
9010 ac_x_includes=no ac_x_libraries=no
9011 rm -f -r conftest.dir
9012 if mkdir conftest.dir; then
9013 cd conftest.dir
9014 cat >Imakefile <<'_ACEOF'
9015 incroot:
9016 @echo incroot='${INCROOT}'
9017 usrlibdir:
9018 @echo usrlibdir='${USRLIBDIR}'
9019 libdir:
9020 @echo libdir='${LIBDIR}'
9021 _ACEOF
9022 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9023 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9024 for ac_var in incroot usrlibdir libdir; do
9025 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9026 done
9027 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9028 for ac_extension in a so sl dylib la dll; do
9029 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9030 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9031 ac_im_usrlibdir=$ac_im_libdir; break
9033 done
9034 # Screen out bogus values from the imake configuration. They are
9035 # bogus both because they are the default anyway, and because
9036 # using them would break gcc on systems where it needs fixed includes.
9037 case $ac_im_incroot in
9038 /usr/include) ac_x_includes= ;;
9039 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9040 esac
9041 case $ac_im_usrlibdir in
9042 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9043 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9044 esac
9046 cd ..
9047 rm -f -r conftest.dir
9050 # Standard set of common directories for X headers.
9051 # Check X11 before X11Rn because it is often a symlink to the current release.
9052 ac_x_header_dirs='
9053 /usr/X11/include
9054 /usr/X11R7/include
9055 /usr/X11R6/include
9056 /usr/X11R5/include
9057 /usr/X11R4/include
9059 /usr/include/X11
9060 /usr/include/X11R7
9061 /usr/include/X11R6
9062 /usr/include/X11R5
9063 /usr/include/X11R4
9065 /usr/local/X11/include
9066 /usr/local/X11R7/include
9067 /usr/local/X11R6/include
9068 /usr/local/X11R5/include
9069 /usr/local/X11R4/include
9071 /usr/local/include/X11
9072 /usr/local/include/X11R7
9073 /usr/local/include/X11R6
9074 /usr/local/include/X11R5
9075 /usr/local/include/X11R4
9077 /usr/X386/include
9078 /usr/x386/include
9079 /usr/XFree86/include/X11
9081 /usr/include
9082 /usr/local/include
9083 /usr/unsupported/include
9084 /usr/athena/include
9085 /usr/local/x11r5/include
9086 /usr/lpp/Xamples/include
9088 /usr/openwin/include
9089 /usr/openwin/share/include'
9091 if test "$ac_x_includes" = no; then
9092 # Guess where to find include files, by looking for Xlib.h.
9093 # First, try using that file with no special directory specified.
9094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9095 /* end confdefs.h. */
9096 #include <X11/Xlib.h>
9097 _ACEOF
9098 if ac_fn_c_try_cpp "$LINENO"; then :
9099 # We can compile using X headers with no special include directory.
9100 ac_x_includes=
9101 else
9102 for ac_dir in $ac_x_header_dirs; do
9103 if test -r "$ac_dir/X11/Xlib.h"; then
9104 ac_x_includes=$ac_dir
9105 break
9107 done
9109 rm -f conftest.err conftest.i conftest.$ac_ext
9110 fi # $ac_x_includes = no
9112 if test "$ac_x_libraries" = no; then
9113 # Check for the libraries.
9114 # See if we find them without any special options.
9115 # Don't add to $LIBS permanently.
9116 ac_save_LIBS=$LIBS
9117 LIBS="-lX11 $LIBS"
9118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9119 /* end confdefs.h. */
9120 #include <X11/Xlib.h>
9122 main ()
9124 XrmInitialize ()
9126 return 0;
9128 _ACEOF
9129 if ac_fn_c_try_link "$LINENO"; then :
9130 LIBS=$ac_save_LIBS
9131 # We can link X programs with no special library path.
9132 ac_x_libraries=
9133 else
9134 LIBS=$ac_save_LIBS
9135 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9137 # Don't even attempt the hair of trying to link an X program!
9138 for ac_extension in a so sl dylib la dll; do
9139 if test -r "$ac_dir/libX11.$ac_extension"; then
9140 ac_x_libraries=$ac_dir
9141 break 2
9143 done
9144 done
9146 rm -f core conftest.err conftest.$ac_objext \
9147 conftest$ac_exeext conftest.$ac_ext
9148 fi # $ac_x_libraries = no
9150 case $ac_x_includes,$ac_x_libraries in #(
9151 no,* | *,no | *\'*)
9152 # Didn't find X, or a directory has "'" in its name.
9153 ac_cv_have_x="have_x=no";; #(
9155 # Record where we found X for the cache.
9156 ac_cv_have_x="have_x=yes\
9157 ac_x_includes='$ac_x_includes'\
9158 ac_x_libraries='$ac_x_libraries'"
9159 esac
9161 ;; #(
9162 *) have_x=yes;;
9163 esac
9164 eval "$ac_cv_have_x"
9165 fi # $with_x != no
9167 if test "$have_x" != yes; then
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9169 $as_echo "$have_x" >&6; }
9170 no_x=yes
9171 else
9172 # If each of the values was on the command line, it overrides each guess.
9173 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9174 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9175 # Update the cache value to reflect the command line values.
9176 ac_cv_have_x="have_x=yes\
9177 ac_x_includes='$x_includes'\
9178 ac_x_libraries='$x_libraries'"
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9180 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9183 if test "$no_x" = yes; then
9184 # Not all programs may use this symbol, but it does not hurt to define it.
9186 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9188 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9189 else
9190 if test -n "$x_includes"; then
9191 X_CFLAGS="$X_CFLAGS -I$x_includes"
9194 # It would also be nice to do this for all -L options, not just this one.
9195 if test -n "$x_libraries"; then
9196 X_LIBS="$X_LIBS -L$x_libraries"
9197 # For Solaris; some versions of Sun CC require a space after -R and
9198 # others require no space. Words are not sufficient . . . .
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9200 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9201 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9202 ac_xsave_c_werror_flag=$ac_c_werror_flag
9203 ac_c_werror_flag=yes
9204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9205 /* end confdefs.h. */
9208 main ()
9212 return 0;
9214 _ACEOF
9215 if ac_fn_c_try_link "$LINENO"; then :
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9217 $as_echo "no" >&6; }
9218 X_LIBS="$X_LIBS -R$x_libraries"
9219 else
9220 LIBS="$ac_xsave_LIBS -R $x_libraries"
9221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9222 /* end confdefs.h. */
9225 main ()
9229 return 0;
9231 _ACEOF
9232 if ac_fn_c_try_link "$LINENO"; then :
9233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9234 $as_echo "yes" >&6; }
9235 X_LIBS="$X_LIBS -R $x_libraries"
9236 else
9237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9238 $as_echo "neither works" >&6; }
9240 rm -f core conftest.err conftest.$ac_objext \
9241 conftest$ac_exeext conftest.$ac_ext
9243 rm -f core conftest.err conftest.$ac_objext \
9244 conftest$ac_exeext conftest.$ac_ext
9245 ac_c_werror_flag=$ac_xsave_c_werror_flag
9246 LIBS=$ac_xsave_LIBS
9249 # Check for system-dependent libraries X programs must link with.
9250 # Do this before checking for the system-independent R6 libraries
9251 # (-lICE), since we may need -lsocket or whatever for X linking.
9253 if test "$ISC" = yes; then
9254 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9255 else
9256 # Martyn Johnson says this is needed for Ultrix, if the X
9257 # libraries were built with DECnet support. And Karl Berry says
9258 # the Alpha needs dnet_stub (dnet does not exist).
9259 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9261 /* end confdefs.h. */
9263 /* Override any GCC internal prototype to avoid an error.
9264 Use char because int might match the return type of a GCC
9265 builtin and then its argument prototype would still apply. */
9266 #ifdef __cplusplus
9267 extern "C"
9268 #endif
9269 char XOpenDisplay ();
9271 main ()
9273 return XOpenDisplay ();
9275 return 0;
9277 _ACEOF
9278 if ac_fn_c_try_link "$LINENO"; then :
9280 else
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9282 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9283 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9284 $as_echo_n "(cached) " >&6
9285 else
9286 ac_check_lib_save_LIBS=$LIBS
9287 LIBS="-ldnet $LIBS"
9288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9289 /* end confdefs.h. */
9291 /* Override any GCC internal prototype to avoid an error.
9292 Use char because int might match the return type of a GCC
9293 builtin and then its argument prototype would still apply. */
9294 #ifdef __cplusplus
9295 extern "C"
9296 #endif
9297 char dnet_ntoa ();
9299 main ()
9301 return dnet_ntoa ();
9303 return 0;
9305 _ACEOF
9306 if ac_fn_c_try_link "$LINENO"; then :
9307 ac_cv_lib_dnet_dnet_ntoa=yes
9308 else
9309 ac_cv_lib_dnet_dnet_ntoa=no
9311 rm -f core conftest.err conftest.$ac_objext \
9312 conftest$ac_exeext conftest.$ac_ext
9313 LIBS=$ac_check_lib_save_LIBS
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9316 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9317 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9318 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9321 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9323 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9324 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9325 $as_echo_n "(cached) " >&6
9326 else
9327 ac_check_lib_save_LIBS=$LIBS
9328 LIBS="-ldnet_stub $LIBS"
9329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9330 /* end confdefs.h. */
9332 /* Override any GCC internal prototype to avoid an error.
9333 Use char because int might match the return type of a GCC
9334 builtin and then its argument prototype would still apply. */
9335 #ifdef __cplusplus
9336 extern "C"
9337 #endif
9338 char dnet_ntoa ();
9340 main ()
9342 return dnet_ntoa ();
9344 return 0;
9346 _ACEOF
9347 if ac_fn_c_try_link "$LINENO"; then :
9348 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9349 else
9350 ac_cv_lib_dnet_stub_dnet_ntoa=no
9352 rm -f core conftest.err conftest.$ac_objext \
9353 conftest$ac_exeext conftest.$ac_ext
9354 LIBS=$ac_check_lib_save_LIBS
9356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9357 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9358 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9359 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9364 rm -f core conftest.err conftest.$ac_objext \
9365 conftest$ac_exeext conftest.$ac_ext
9366 LIBS="$ac_xsave_LIBS"
9368 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9369 # to get the SysV transport functions.
9370 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9371 # needs -lnsl.
9372 # The nsl library prevents programs from opening the X display
9373 # on Irix 5.2, according to T.E. Dickey.
9374 # The functions gethostbyname, getservbyname, and inet_addr are
9375 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9376 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9377 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9381 if test $ac_cv_func_gethostbyname = no; then
9382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9383 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9384 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9385 $as_echo_n "(cached) " >&6
9386 else
9387 ac_check_lib_save_LIBS=$LIBS
9388 LIBS="-lnsl $LIBS"
9389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9390 /* end confdefs.h. */
9392 /* Override any GCC internal prototype to avoid an error.
9393 Use char because int might match the return type of a GCC
9394 builtin and then its argument prototype would still apply. */
9395 #ifdef __cplusplus
9396 extern "C"
9397 #endif
9398 char gethostbyname ();
9400 main ()
9402 return gethostbyname ();
9404 return 0;
9406 _ACEOF
9407 if ac_fn_c_try_link "$LINENO"; then :
9408 ac_cv_lib_nsl_gethostbyname=yes
9409 else
9410 ac_cv_lib_nsl_gethostbyname=no
9412 rm -f core conftest.err conftest.$ac_objext \
9413 conftest$ac_exeext conftest.$ac_ext
9414 LIBS=$ac_check_lib_save_LIBS
9416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9417 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9418 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9419 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9422 if test $ac_cv_lib_nsl_gethostbyname = no; then
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9424 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9425 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9426 $as_echo_n "(cached) " >&6
9427 else
9428 ac_check_lib_save_LIBS=$LIBS
9429 LIBS="-lbsd $LIBS"
9430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9431 /* end confdefs.h. */
9433 /* Override any GCC internal prototype to avoid an error.
9434 Use char because int might match the return type of a GCC
9435 builtin and then its argument prototype would still apply. */
9436 #ifdef __cplusplus
9437 extern "C"
9438 #endif
9439 char gethostbyname ();
9441 main ()
9443 return gethostbyname ();
9445 return 0;
9447 _ACEOF
9448 if ac_fn_c_try_link "$LINENO"; then :
9449 ac_cv_lib_bsd_gethostbyname=yes
9450 else
9451 ac_cv_lib_bsd_gethostbyname=no
9453 rm -f core conftest.err conftest.$ac_objext \
9454 conftest$ac_exeext conftest.$ac_ext
9455 LIBS=$ac_check_lib_save_LIBS
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9458 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9459 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9460 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9466 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9467 # socket/setsockopt and other routines are undefined under SCO ODT
9468 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9469 # on later versions), says Simon Leinen: it contains gethostby*
9470 # variants that don't use the name server (or something). -lsocket
9471 # must be given before -lnsl if both are needed. We assume that
9472 # if connect needs -lnsl, so does gethostbyname.
9473 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9474 if test "x$ac_cv_func_connect" = xyes; then :
9478 if test $ac_cv_func_connect = no; then
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9480 $as_echo_n "checking for connect in -lsocket... " >&6; }
9481 if ${ac_cv_lib_socket_connect+:} false; then :
9482 $as_echo_n "(cached) " >&6
9483 else
9484 ac_check_lib_save_LIBS=$LIBS
9485 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9487 /* end confdefs.h. */
9489 /* Override any GCC internal prototype to avoid an error.
9490 Use char because int might match the return type of a GCC
9491 builtin and then its argument prototype would still apply. */
9492 #ifdef __cplusplus
9493 extern "C"
9494 #endif
9495 char connect ();
9497 main ()
9499 return connect ();
9501 return 0;
9503 _ACEOF
9504 if ac_fn_c_try_link "$LINENO"; then :
9505 ac_cv_lib_socket_connect=yes
9506 else
9507 ac_cv_lib_socket_connect=no
9509 rm -f core conftest.err conftest.$ac_objext \
9510 conftest$ac_exeext conftest.$ac_ext
9511 LIBS=$ac_check_lib_save_LIBS
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9514 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9515 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9516 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9521 # Guillermo Gomez says -lposix is necessary on A/UX.
9522 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9523 if test "x$ac_cv_func_remove" = xyes; then :
9527 if test $ac_cv_func_remove = no; then
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9529 $as_echo_n "checking for remove in -lposix... " >&6; }
9530 if ${ac_cv_lib_posix_remove+:} false; then :
9531 $as_echo_n "(cached) " >&6
9532 else
9533 ac_check_lib_save_LIBS=$LIBS
9534 LIBS="-lposix $LIBS"
9535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9536 /* end confdefs.h. */
9538 /* Override any GCC internal prototype to avoid an error.
9539 Use char because int might match the return type of a GCC
9540 builtin and then its argument prototype would still apply. */
9541 #ifdef __cplusplus
9542 extern "C"
9543 #endif
9544 char remove ();
9546 main ()
9548 return remove ();
9550 return 0;
9552 _ACEOF
9553 if ac_fn_c_try_link "$LINENO"; then :
9554 ac_cv_lib_posix_remove=yes
9555 else
9556 ac_cv_lib_posix_remove=no
9558 rm -f core conftest.err conftest.$ac_objext \
9559 conftest$ac_exeext conftest.$ac_ext
9560 LIBS=$ac_check_lib_save_LIBS
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9563 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9564 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9565 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9570 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9571 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9572 if test "x$ac_cv_func_shmat" = xyes; then :
9576 if test $ac_cv_func_shmat = no; then
9577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9578 $as_echo_n "checking for shmat in -lipc... " >&6; }
9579 if ${ac_cv_lib_ipc_shmat+:} false; then :
9580 $as_echo_n "(cached) " >&6
9581 else
9582 ac_check_lib_save_LIBS=$LIBS
9583 LIBS="-lipc $LIBS"
9584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9585 /* end confdefs.h. */
9587 /* Override any GCC internal prototype to avoid an error.
9588 Use char because int might match the return type of a GCC
9589 builtin and then its argument prototype would still apply. */
9590 #ifdef __cplusplus
9591 extern "C"
9592 #endif
9593 char shmat ();
9595 main ()
9597 return shmat ();
9599 return 0;
9601 _ACEOF
9602 if ac_fn_c_try_link "$LINENO"; then :
9603 ac_cv_lib_ipc_shmat=yes
9604 else
9605 ac_cv_lib_ipc_shmat=no
9607 rm -f core conftest.err conftest.$ac_objext \
9608 conftest$ac_exeext conftest.$ac_ext
9609 LIBS=$ac_check_lib_save_LIBS
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9612 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9613 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9614 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9620 # Check for libraries that X11R6 Xt/Xaw programs need.
9621 ac_save_LDFLAGS=$LDFLAGS
9622 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9623 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9624 # check for ICE first), but we must link in the order -lSM -lICE or
9625 # we get undefined symbols. So assume we have SM if we have ICE.
9626 # These have to be linked with before -lX11, unlike the other
9627 # libraries we check for below, so use a different variable.
9628 # John Interrante, Karl Berry
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9630 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9631 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9632 $as_echo_n "(cached) " >&6
9633 else
9634 ac_check_lib_save_LIBS=$LIBS
9635 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9637 /* end confdefs.h. */
9639 /* Override any GCC internal prototype to avoid an error.
9640 Use char because int might match the return type of a GCC
9641 builtin and then its argument prototype would still apply. */
9642 #ifdef __cplusplus
9643 extern "C"
9644 #endif
9645 char IceConnectionNumber ();
9647 main ()
9649 return IceConnectionNumber ();
9651 return 0;
9653 _ACEOF
9654 if ac_fn_c_try_link "$LINENO"; then :
9655 ac_cv_lib_ICE_IceConnectionNumber=yes
9656 else
9657 ac_cv_lib_ICE_IceConnectionNumber=no
9659 rm -f core conftest.err conftest.$ac_objext \
9660 conftest$ac_exeext conftest.$ac_ext
9661 LIBS=$ac_check_lib_save_LIBS
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9664 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9665 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9666 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9669 LDFLAGS=$ac_save_LDFLAGS
9674 if test "$have_x" = "yes"
9675 then
9676 ac_save_CPPFLAGS="$CPPFLAGS"
9677 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9680 $as_echo_n "checking for -lX11... " >&6; }
9681 if ${ac_cv_lib_soname_X11+:} false; then :
9682 $as_echo_n "(cached) " >&6
9683 else
9684 ac_check_soname_save_LIBS=$LIBS
9685 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9687 /* end confdefs.h. */
9689 /* Override any GCC internal prototype to avoid an error.
9690 Use char because int might match the return type of a GCC
9691 builtin and then its argument prototype would still apply. */
9692 #ifdef __cplusplus
9693 extern "C"
9694 #endif
9695 char XCreateWindow ();
9697 main ()
9699 return XCreateWindow ();
9701 return 0;
9703 _ACEOF
9704 if ac_fn_c_try_link "$LINENO"; then :
9705 case "$LIBEXT" in
9706 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9707 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'` ;;
9708 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9709 if ${ac_cv_lib_soname_X11:+false} :; then :
9710 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9711 fi ;;
9712 esac
9714 rm -f core conftest.err conftest.$ac_objext \
9715 conftest$ac_exeext conftest.$ac_ext
9716 LIBS=$ac_check_soname_save_LIBS
9718 if ${ac_cv_lib_soname_X11:+false} :; then :
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9720 $as_echo "not found" >&6; }
9722 else
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9724 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9726 cat >>confdefs.h <<_ACEOF
9727 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9728 _ACEOF
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9733 $as_echo_n "checking for -lXext... " >&6; }
9734 if ${ac_cv_lib_soname_Xext+:} false; then :
9735 $as_echo_n "(cached) " >&6
9736 else
9737 ac_check_soname_save_LIBS=$LIBS
9738 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9740 /* end confdefs.h. */
9742 /* Override any GCC internal prototype to avoid an error.
9743 Use char because int might match the return type of a GCC
9744 builtin and then its argument prototype would still apply. */
9745 #ifdef __cplusplus
9746 extern "C"
9747 #endif
9748 char XextCreateExtension ();
9750 main ()
9752 return XextCreateExtension ();
9754 return 0;
9756 _ACEOF
9757 if ac_fn_c_try_link "$LINENO"; then :
9758 case "$LIBEXT" in
9759 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9760 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'` ;;
9761 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9762 if ${ac_cv_lib_soname_Xext:+false} :; then :
9763 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9764 fi ;;
9765 esac
9767 rm -f core conftest.err conftest.$ac_objext \
9768 conftest$ac_exeext conftest.$ac_ext
9769 LIBS=$ac_check_soname_save_LIBS
9771 if ${ac_cv_lib_soname_Xext:+false} :; then :
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9773 $as_echo "not found" >&6; }
9775 else
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9777 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9779 cat >>confdefs.h <<_ACEOF
9780 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9781 _ACEOF
9783 X_LIBS="$X_LIBS -lXext"
9785 X_LIBS="$X_LIBS -lX11"
9787 for ac_header in X11/Xlib.h \
9788 X11/XKBlib.h \
9789 X11/Xutil.h \
9790 X11/Xcursor/Xcursor.h \
9791 X11/extensions/shape.h \
9792 X11/extensions/XInput.h \
9793 X11/extensions/XInput2.h \
9794 X11/extensions/XShm.h \
9795 X11/extensions/Xcomposite.h \
9796 X11/extensions/Xinerama.h \
9797 X11/extensions/Xrandr.h \
9798 X11/extensions/Xrender.h \
9799 X11/extensions/xf86vmode.h \
9800 X11/extensions/xf86vmproto.h
9801 do :
9802 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9803 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9804 # include <X11/Xlib.h>
9805 #endif
9806 #ifdef HAVE_X11_XUTIL_H
9807 # include <X11/Xutil.h>
9808 #endif
9810 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9811 cat >>confdefs.h <<_ACEOF
9812 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9813 _ACEOF
9817 done
9820 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9821 then
9822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9823 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9824 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9825 $as_echo_n "(cached) " >&6
9826 else
9827 ac_check_lib_save_LIBS=$LIBS
9828 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9830 /* end confdefs.h. */
9832 /* Override any GCC internal prototype to avoid an error.
9833 Use char because int might match the return type of a GCC
9834 builtin and then its argument prototype would still apply. */
9835 #ifdef __cplusplus
9836 extern "C"
9837 #endif
9838 char XkbQueryExtension ();
9840 main ()
9842 return XkbQueryExtension ();
9844 return 0;
9846 _ACEOF
9847 if ac_fn_c_try_link "$LINENO"; then :
9848 ac_cv_lib_X11_XkbQueryExtension=yes
9849 else
9850 ac_cv_lib_X11_XkbQueryExtension=no
9852 rm -f core conftest.err conftest.$ac_objext \
9853 conftest$ac_exeext conftest.$ac_ext
9854 LIBS=$ac_check_lib_save_LIBS
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9857 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9858 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9860 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9866 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9867 then
9868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9869 $as_echo_n "checking for -lXcursor... " >&6; }
9870 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9871 $as_echo_n "(cached) " >&6
9872 else
9873 ac_check_soname_save_LIBS=$LIBS
9874 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9876 /* end confdefs.h. */
9878 /* Override any GCC internal prototype to avoid an error.
9879 Use char because int might match the return type of a GCC
9880 builtin and then its argument prototype would still apply. */
9881 #ifdef __cplusplus
9882 extern "C"
9883 #endif
9884 char XcursorImageLoadCursor ();
9886 main ()
9888 return XcursorImageLoadCursor ();
9890 return 0;
9892 _ACEOF
9893 if ac_fn_c_try_link "$LINENO"; then :
9894 case "$LIBEXT" in
9895 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9896 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'` ;;
9897 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9898 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9899 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9900 fi ;;
9901 esac
9903 rm -f core conftest.err conftest.$ac_objext \
9904 conftest$ac_exeext conftest.$ac_ext
9905 LIBS=$ac_check_soname_save_LIBS
9907 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9909 $as_echo "not found" >&6; }
9911 else
9912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9913 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9915 cat >>confdefs.h <<_ACEOF
9916 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9917 _ACEOF
9922 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9923 case "x$with_xcursor" in
9924 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9925 xno) ;;
9926 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9927 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9928 esac
9932 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9933 then
9934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9935 $as_echo_n "checking for -lXi... " >&6; }
9936 if ${ac_cv_lib_soname_Xi+:} false; then :
9937 $as_echo_n "(cached) " >&6
9938 else
9939 ac_check_soname_save_LIBS=$LIBS
9940 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9942 /* end confdefs.h. */
9944 /* Override any GCC internal prototype to avoid an error.
9945 Use char because int might match the return type of a GCC
9946 builtin and then its argument prototype would still apply. */
9947 #ifdef __cplusplus
9948 extern "C"
9949 #endif
9950 char XOpenDevice ();
9952 main ()
9954 return XOpenDevice ();
9956 return 0;
9958 _ACEOF
9959 if ac_fn_c_try_link "$LINENO"; then :
9960 case "$LIBEXT" in
9961 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9962 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'` ;;
9963 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9964 if ${ac_cv_lib_soname_Xi:+false} :; then :
9965 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9966 fi ;;
9967 esac
9969 rm -f core conftest.err conftest.$ac_objext \
9970 conftest$ac_exeext conftest.$ac_ext
9971 LIBS=$ac_check_soname_save_LIBS
9973 if ${ac_cv_lib_soname_Xi:+false} :; then :
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9975 $as_echo "not found" >&6; }
9977 else
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9979 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9981 cat >>confdefs.h <<_ACEOF
9982 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9983 _ACEOF
9988 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9989 case "x$with_xinput" in
9990 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9991 xno) ;;
9992 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9993 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9994 esac
9998 if test "x$ac_cv_lib_soname_Xi" != x
9999 then
10000 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10001 case "x$with_xinput2" in
10002 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10003 xno) ;;
10004 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10005 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10006 esac
10011 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10012 then
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10014 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10015 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10016 $as_echo_n "(cached) " >&6
10017 else
10018 ac_check_lib_save_LIBS=$LIBS
10019 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10021 /* end confdefs.h. */
10023 /* Override any GCC internal prototype to avoid an error.
10024 Use char because int might match the return type of a GCC
10025 builtin and then its argument prototype would still apply. */
10026 #ifdef __cplusplus
10027 extern "C"
10028 #endif
10029 char XShmQueryExtension ();
10031 main ()
10033 return XShmQueryExtension ();
10035 return 0;
10037 _ACEOF
10038 if ac_fn_c_try_link "$LINENO"; then :
10039 ac_cv_lib_Xext_XShmQueryExtension=yes
10040 else
10041 ac_cv_lib_Xext_XShmQueryExtension=no
10043 rm -f core conftest.err conftest.$ac_objext \
10044 conftest$ac_exeext conftest.$ac_ext
10045 LIBS=$ac_check_lib_save_LIBS
10047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10048 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10049 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10051 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10056 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10057 case "x$with_xshm" in
10058 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10059 xno) ;;
10060 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10061 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10062 esac
10066 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10067 then
10068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10069 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10070 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10071 $as_echo_n "(cached) " >&6
10072 else
10073 ac_check_lib_save_LIBS=$LIBS
10074 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10076 /* end confdefs.h. */
10078 /* Override any GCC internal prototype to avoid an error.
10079 Use char because int might match the return type of a GCC
10080 builtin and then its argument prototype would still apply. */
10081 #ifdef __cplusplus
10082 extern "C"
10083 #endif
10084 char XShapeQueryExtension ();
10086 main ()
10088 return XShapeQueryExtension ();
10090 return 0;
10092 _ACEOF
10093 if ac_fn_c_try_link "$LINENO"; then :
10094 ac_cv_lib_Xext_XShapeQueryExtension=yes
10095 else
10096 ac_cv_lib_Xext_XShapeQueryExtension=no
10098 rm -f core conftest.err conftest.$ac_objext \
10099 conftest$ac_exeext conftest.$ac_ext
10100 LIBS=$ac_check_lib_save_LIBS
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10103 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10104 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10106 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10111 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10112 case "x$with_xshape" in
10113 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10114 xno) ;;
10115 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10116 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10117 esac
10121 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10122 then
10123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10124 $as_echo_n "checking for -lXxf86vm... " >&6; }
10125 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10126 $as_echo_n "(cached) " >&6
10127 else
10128 ac_check_soname_save_LIBS=$LIBS
10129 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10131 /* end confdefs.h. */
10133 /* Override any GCC internal prototype to avoid an error.
10134 Use char because int might match the return type of a GCC
10135 builtin and then its argument prototype would still apply. */
10136 #ifdef __cplusplus
10137 extern "C"
10138 #endif
10139 char XF86VidModeQueryExtension ();
10141 main ()
10143 return XF86VidModeQueryExtension ();
10145 return 0;
10147 _ACEOF
10148 if ac_fn_c_try_link "$LINENO"; then :
10149 case "$LIBEXT" in
10150 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10151 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'` ;;
10152 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10153 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10154 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10155 fi ;;
10156 esac
10158 rm -f core conftest.err conftest.$ac_objext \
10159 conftest$ac_exeext conftest.$ac_ext
10160 LIBS=$ac_check_soname_save_LIBS
10162 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10164 $as_echo "not found" >&6; }
10166 else
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10168 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10170 cat >>confdefs.h <<_ACEOF
10171 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10172 _ACEOF
10177 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10178 case "x$with_xxf86vm" in
10179 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10180 xno) ;;
10181 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10182 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10183 esac
10187 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10188 then
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10190 $as_echo_n "checking for -lXrender... " >&6; }
10191 if ${ac_cv_lib_soname_Xrender+:} false; then :
10192 $as_echo_n "(cached) " >&6
10193 else
10194 ac_check_soname_save_LIBS=$LIBS
10195 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10197 /* end confdefs.h. */
10199 /* Override any GCC internal prototype to avoid an error.
10200 Use char because int might match the return type of a GCC
10201 builtin and then its argument prototype would still apply. */
10202 #ifdef __cplusplus
10203 extern "C"
10204 #endif
10205 char XRenderQueryExtension ();
10207 main ()
10209 return XRenderQueryExtension ();
10211 return 0;
10213 _ACEOF
10214 if ac_fn_c_try_link "$LINENO"; then :
10215 case "$LIBEXT" in
10216 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10217 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'` ;;
10218 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10219 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10220 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10221 fi ;;
10222 esac
10224 rm -f core conftest.err conftest.$ac_objext \
10225 conftest$ac_exeext conftest.$ac_ext
10226 LIBS=$ac_check_soname_save_LIBS
10228 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10230 $as_echo "not found" >&6; }
10232 else
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10234 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10236 cat >>confdefs.h <<_ACEOF
10237 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10238 _ACEOF
10240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10241 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10242 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10243 $as_echo_n "(cached) " >&6
10244 else
10245 ac_check_lib_save_LIBS=$LIBS
10246 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10248 /* end confdefs.h. */
10250 /* Override any GCC internal prototype to avoid an error.
10251 Use char because int might match the return type of a GCC
10252 builtin and then its argument prototype would still apply. */
10253 #ifdef __cplusplus
10254 extern "C"
10255 #endif
10256 char XRenderSetPictureTransform ();
10258 main ()
10260 return XRenderSetPictureTransform ();
10262 return 0;
10264 _ACEOF
10265 if ac_fn_c_try_link "$LINENO"; then :
10266 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10267 else
10268 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10270 rm -f core conftest.err conftest.$ac_objext \
10271 conftest$ac_exeext conftest.$ac_ext
10272 LIBS=$ac_check_lib_save_LIBS
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10275 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10276 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10278 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10283 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10284 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10285 $as_echo_n "(cached) " >&6
10286 else
10287 ac_check_lib_save_LIBS=$LIBS
10288 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10290 /* end confdefs.h. */
10292 /* Override any GCC internal prototype to avoid an error.
10293 Use char because int might match the return type of a GCC
10294 builtin and then its argument prototype would still apply. */
10295 #ifdef __cplusplus
10296 extern "C"
10297 #endif
10298 char XRenderCreateLinearGradient ();
10300 main ()
10302 return XRenderCreateLinearGradient ();
10304 return 0;
10306 _ACEOF
10307 if ac_fn_c_try_link "$LINENO"; then :
10308 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10309 else
10310 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10312 rm -f core conftest.err conftest.$ac_objext \
10313 conftest$ac_exeext conftest.$ac_ext
10314 LIBS=$ac_check_lib_save_LIBS
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10317 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10318 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10320 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10327 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10328 case "x$with_xrender" in
10329 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10330 xno) ;;
10331 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10332 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10333 esac
10337 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10338 then
10339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10340 /* end confdefs.h. */
10341 #include <X11/Xlib.h>
10342 #include <X11/extensions/Xrandr.h>
10344 main ()
10346 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10348 return 0;
10350 _ACEOF
10351 if ac_fn_c_try_compile "$LINENO"; then :
10352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10353 $as_echo_n "checking for -lXrandr... " >&6; }
10354 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10355 $as_echo_n "(cached) " >&6
10356 else
10357 ac_check_soname_save_LIBS=$LIBS
10358 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10360 /* end confdefs.h. */
10362 /* Override any GCC internal prototype to avoid an error.
10363 Use char because int might match the return type of a GCC
10364 builtin and then its argument prototype would still apply. */
10365 #ifdef __cplusplus
10366 extern "C"
10367 #endif
10368 char XRRQueryExtension ();
10370 main ()
10372 return XRRQueryExtension ();
10374 return 0;
10376 _ACEOF
10377 if ac_fn_c_try_link "$LINENO"; then :
10378 case "$LIBEXT" in
10379 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10380 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'` ;;
10381 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10382 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10383 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10384 fi ;;
10385 esac
10387 rm -f core conftest.err conftest.$ac_objext \
10388 conftest$ac_exeext conftest.$ac_ext
10389 LIBS=$ac_check_soname_save_LIBS
10391 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10393 $as_echo "not found" >&6; }
10395 else
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10397 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10399 cat >>confdefs.h <<_ACEOF
10400 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10401 _ACEOF
10403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10404 /* end confdefs.h. */
10405 #include <X11/Xlib.h>
10406 #include <X11/extensions/Xrandr.h>
10408 main ()
10410 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10412 return 0;
10414 _ACEOF
10415 if ac_fn_c_try_compile "$LINENO"; then :
10417 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10425 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10426 case "x$with_xrandr" in
10427 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10428 xno) ;;
10429 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10430 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10431 esac
10435 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10436 then
10437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10439 #include <X11/Xlib.h>
10440 #include <X11/extensions/Xinerama.h>
10442 main ()
10444 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10446 return 0;
10448 _ACEOF
10449 if ac_fn_c_try_compile "$LINENO"; then :
10450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10451 $as_echo_n "checking for -lXinerama... " >&6; }
10452 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10453 $as_echo_n "(cached) " >&6
10454 else
10455 ac_check_soname_save_LIBS=$LIBS
10456 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10458 /* end confdefs.h. */
10460 /* Override any GCC internal prototype to avoid an error.
10461 Use char because int might match the return type of a GCC
10462 builtin and then its argument prototype would still apply. */
10463 #ifdef __cplusplus
10464 extern "C"
10465 #endif
10466 char XineramaQueryScreens ();
10468 main ()
10470 return XineramaQueryScreens ();
10472 return 0;
10474 _ACEOF
10475 if ac_fn_c_try_link "$LINENO"; then :
10476 case "$LIBEXT" in
10477 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10478 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'` ;;
10479 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10480 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10481 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10482 fi ;;
10483 esac
10485 rm -f core conftest.err conftest.$ac_objext \
10486 conftest$ac_exeext conftest.$ac_ext
10487 LIBS=$ac_check_soname_save_LIBS
10489 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10491 $as_echo "not found" >&6; }
10493 else
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10495 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10497 cat >>confdefs.h <<_ACEOF
10498 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10499 _ACEOF
10504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10506 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10507 case "x$with_xinerama" in
10508 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10509 xno) ;;
10510 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10511 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10512 esac
10516 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10517 then
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10519 $as_echo_n "checking for -lXcomposite... " >&6; }
10520 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10521 $as_echo_n "(cached) " >&6
10522 else
10523 ac_check_soname_save_LIBS=$LIBS
10524 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10526 /* end confdefs.h. */
10528 /* Override any GCC internal prototype to avoid an error.
10529 Use char because int might match the return type of a GCC
10530 builtin and then its argument prototype would still apply. */
10531 #ifdef __cplusplus
10532 extern "C"
10533 #endif
10534 char XCompositeRedirectWindow ();
10536 main ()
10538 return XCompositeRedirectWindow ();
10540 return 0;
10542 _ACEOF
10543 if ac_fn_c_try_link "$LINENO"; then :
10544 case "$LIBEXT" in
10545 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10546 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'` ;;
10547 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10548 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10549 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10550 fi ;;
10551 esac
10553 rm -f core conftest.err conftest.$ac_objext \
10554 conftest$ac_exeext conftest.$ac_ext
10555 LIBS=$ac_check_soname_save_LIBS
10557 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10559 $as_echo "not found" >&6; }
10561 else
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10563 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10565 cat >>confdefs.h <<_ACEOF
10566 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10567 _ACEOF
10572 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10573 case "x$with_xcomposite" in
10574 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10575 xno) ;;
10576 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10577 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10578 esac
10582 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10583 #include <X11/Xlib.h>
10584 #endif
10586 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10588 cat >>confdefs.h <<_ACEOF
10589 #define HAVE_XICCALLBACK_CALLBACK 1
10590 _ACEOF
10594 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10595 #include <X11/Xlib.h>
10596 #endif
10598 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10600 cat >>confdefs.h <<_ACEOF
10601 #define HAVE_XEVENT_XCOOKIE 1
10602 _ACEOF
10609 opengl_msg=""
10610 if test "x$with_opengl" != "xno"
10611 then
10612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10613 $as_echo_n "checking for -lGL... " >&6; }
10614 if ${ac_cv_lib_soname_GL+:} false; then :
10615 $as_echo_n "(cached) " >&6
10616 else
10617 ac_check_soname_save_LIBS=$LIBS
10618 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10620 /* end confdefs.h. */
10622 /* Override any GCC internal prototype to avoid an error.
10623 Use char because int might match the return type of a GCC
10624 builtin and then its argument prototype would still apply. */
10625 #ifdef __cplusplus
10626 extern "C"
10627 #endif
10628 char glXCreateContext ();
10630 main ()
10632 return glXCreateContext ();
10634 return 0;
10636 _ACEOF
10637 if ac_fn_c_try_link "$LINENO"; then :
10638 case "$LIBEXT" in
10639 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10640 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'` ;;
10641 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10642 if ${ac_cv_lib_soname_GL:+false} :; then :
10643 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10644 fi ;;
10645 esac
10647 rm -f core conftest.err conftest.$ac_objext \
10648 conftest$ac_exeext conftest.$ac_ext
10649 LIBS=$ac_check_soname_save_LIBS
10651 if ${ac_cv_lib_soname_GL:+false} :; then :
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10653 $as_echo "not found" >&6; }
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10655 $as_echo_n "checking for -lGL... " >&6; }
10656 if ${ac_cv_lib_soname_GL+:} false; then :
10657 $as_echo_n "(cached) " >&6
10658 else
10659 ac_check_soname_save_LIBS=$LIBS
10660 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"
10661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10662 /* end confdefs.h. */
10664 /* Override any GCC internal prototype to avoid an error.
10665 Use char because int might match the return type of a GCC
10666 builtin and then its argument prototype would still apply. */
10667 #ifdef __cplusplus
10668 extern "C"
10669 #endif
10670 char glXCreateContext ();
10672 main ()
10674 return glXCreateContext ();
10676 return 0;
10678 _ACEOF
10679 if ac_fn_c_try_link "$LINENO"; then :
10680 case "$LIBEXT" in
10681 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10682 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'` ;;
10683 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10684 if ${ac_cv_lib_soname_GL:+false} :; then :
10685 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10686 fi ;;
10687 esac
10689 rm -f core conftest.err conftest.$ac_objext \
10690 conftest$ac_exeext conftest.$ac_ext
10691 LIBS=$ac_check_soname_save_LIBS
10693 if ${ac_cv_lib_soname_GL:+false} :; then :
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10695 $as_echo "not found" >&6; }
10696 if test -f /usr/X11R6/lib/libGL.a
10697 then
10698 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10699 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10700 else
10701 opengl_msg="No OpenGL library found on this system."
10703 else
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10705 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10707 cat >>confdefs.h <<_ACEOF
10708 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10709 _ACEOF
10711 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"
10713 else
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10715 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10717 cat >>confdefs.h <<_ACEOF
10718 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10719 _ACEOF
10721 OPENGL_LIBS="-lGL"
10723 if test "x$with_glu" != "xno"
10724 then
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10726 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10727 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10728 $as_echo_n "(cached) " >&6
10729 else
10730 ac_check_lib_save_LIBS=$LIBS
10731 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10733 /* end confdefs.h. */
10735 /* Override any GCC internal prototype to avoid an error.
10736 Use char because int might match the return type of a GCC
10737 builtin and then its argument prototype would still apply. */
10738 #ifdef __cplusplus
10739 extern "C"
10740 #endif
10741 char gluLookAt ();
10743 main ()
10745 return gluLookAt ();
10747 return 0;
10749 _ACEOF
10750 if ac_fn_c_try_link "$LINENO"; then :
10751 ac_cv_lib_GLU_gluLookAt=yes
10752 else
10753 ac_cv_lib_GLU_gluLookAt=no
10755 rm -f core conftest.err conftest.$ac_objext \
10756 conftest$ac_exeext conftest.$ac_ext
10757 LIBS=$ac_check_lib_save_LIBS
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10760 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10761 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10765 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10766 case "x$with_glu" in
10767 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10768 xno) ;;
10769 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10770 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10771 esac
10776 if test "x$with_osmesa" != "xno"
10777 then
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10779 $as_echo_n "checking for -lOSMesa... " >&6; }
10780 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10781 $as_echo_n "(cached) " >&6
10782 else
10783 ac_check_soname_save_LIBS=$LIBS
10784 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10786 /* end confdefs.h. */
10788 /* Override any GCC internal prototype to avoid an error.
10789 Use char because int might match the return type of a GCC
10790 builtin and then its argument prototype would still apply. */
10791 #ifdef __cplusplus
10792 extern "C"
10793 #endif
10794 char glAccum ();
10796 main ()
10798 return glAccum ();
10800 return 0;
10802 _ACEOF
10803 if ac_fn_c_try_link "$LINENO"; then :
10804 case "$LIBEXT" in
10805 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10806 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'` ;;
10807 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10808 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10809 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10810 fi ;;
10811 esac
10813 rm -f core conftest.err conftest.$ac_objext \
10814 conftest$ac_exeext conftest.$ac_ext
10815 LIBS=$ac_check_soname_save_LIBS
10817 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10819 $as_echo "not found" >&6; }
10821 else
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10823 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10825 cat >>confdefs.h <<_ACEOF
10826 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10827 _ACEOF
10831 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10832 case "x$with_osmesa" in
10833 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10834 xno) ;;
10835 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10836 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10837 esac
10842 if test -n "$opengl_msg"; then :
10843 case "x$with_opengl" in
10844 x) as_fn_append wine_warnings "|$opengl_msg
10845 OpenGL and Direct3D won't be supported." ;;
10846 xno) ;;
10847 *) as_fn_error $? "$opengl_msg
10848 OpenGL and Direct3D won't be supported.
10849 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10850 esac
10854 CPPFLAGS="$ac_save_CPPFLAGS"
10855 else
10856 X_CFLAGS=""
10857 X_LIBS=""
10859 if test "x$X_LIBS" = "x"; then :
10860 case "x$with_x" in
10861 xno) ;;
10862 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10863 without X support, which probably isn't what you want. You will need
10864 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10865 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10866 esac
10867 enable_winex11_drv=${enable_winex11_drv:-no}
10870 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10872 if test "$ac_cv_header_CL_cl_h" = "yes"
10873 then
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10875 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10876 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10877 $as_echo_n "(cached) " >&6
10878 else
10879 ac_check_lib_save_LIBS=$LIBS
10880 LIBS="-lOpenCL $LIBS"
10881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10882 /* end confdefs.h. */
10884 /* Override any GCC internal prototype to avoid an error.
10885 Use char because int might match the return type of a GCC
10886 builtin and then its argument prototype would still apply. */
10887 #ifdef __cplusplus
10888 extern "C"
10889 #endif
10890 char clGetPlatformInfo ();
10892 main ()
10894 return clGetPlatformInfo ();
10896 return 0;
10898 _ACEOF
10899 if ac_fn_c_try_link "$LINENO"; then :
10900 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10901 else
10902 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10904 rm -f core conftest.err conftest.$ac_objext \
10905 conftest$ac_exeext conftest.$ac_ext
10906 LIBS=$ac_check_lib_save_LIBS
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10909 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10910 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10911 OPENCL_LIBS="-lOpenCL"
10916 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10917 case "x$with_opencl" in
10918 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10919 xno) ;;
10920 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10921 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10922 esac
10923 enable_opencl=${enable_opencl:-no}
10926 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10927 then
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10929 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10930 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10931 $as_echo_n "(cached) " >&6
10932 else
10933 ac_check_lib_save_LIBS=$LIBS
10934 LIBS="-lpcap $LIBS"
10935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h. */
10938 /* Override any GCC internal prototype to avoid an error.
10939 Use char because int might match the return type of a GCC
10940 builtin and then its argument prototype would still apply. */
10941 #ifdef __cplusplus
10942 extern "C"
10943 #endif
10944 char pcap_create ();
10946 main ()
10948 return pcap_create ();
10950 return 0;
10952 _ACEOF
10953 if ac_fn_c_try_link "$LINENO"; then :
10954 ac_cv_lib_pcap_pcap_create=yes
10955 else
10956 ac_cv_lib_pcap_pcap_create=no
10958 rm -f core conftest.err conftest.$ac_objext \
10959 conftest$ac_exeext conftest.$ac_ext
10960 LIBS=$ac_check_lib_save_LIBS
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10963 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10964 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10965 PCAP_LIBS="-lpcap"
10970 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10971 case "x$with_pcap" in
10972 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10973 xno) ;;
10974 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10975 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10976 esac
10977 enable_wpcap=${enable_wpcap:-no}
10981 if test "x$with_xml" != "xno"
10982 then
10983 if ${XML2_CFLAGS:+false} :; then :
10984 if ${PKG_CONFIG+:} false; then :
10985 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10988 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10989 if ${XML2_LIBS:+false} :; then :
10990 if ${PKG_CONFIG+:} false; then :
10991 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10994 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10995 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10996 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10997 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10998 ac_save_CPPFLAGS=$CPPFLAGS
10999 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
11000 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
11001 do :
11002 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11003 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11004 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11005 cat >>confdefs.h <<_ACEOF
11006 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11007 _ACEOF
11011 done
11013 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"
11014 then
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11016 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11017 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11018 $as_echo_n "(cached) " >&6
11019 else
11020 ac_check_lib_save_LIBS=$LIBS
11021 LIBS="-lxml2 $XML2_LIBS $LIBS"
11022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11023 /* end confdefs.h. */
11025 /* Override any GCC internal prototype to avoid an error.
11026 Use char because int might match the return type of a GCC
11027 builtin and then its argument prototype would still apply. */
11028 #ifdef __cplusplus
11029 extern "C"
11030 #endif
11031 char xmlParseMemory ();
11033 main ()
11035 return xmlParseMemory ();
11037 return 0;
11039 _ACEOF
11040 if ac_fn_c_try_link "$LINENO"; then :
11041 ac_cv_lib_xml2_xmlParseMemory=yes
11042 else
11043 ac_cv_lib_xml2_xmlParseMemory=no
11045 rm -f core conftest.err conftest.$ac_objext \
11046 conftest$ac_exeext conftest.$ac_ext
11047 LIBS=$ac_check_lib_save_LIBS
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11050 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11051 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11053 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11055 else
11056 XML2_LIBS=""
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11060 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11061 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11062 $as_echo_n "(cached) " >&6
11063 else
11064 ac_check_lib_save_LIBS=$LIBS
11065 LIBS="-lxml2 $XML2_LIBS $LIBS"
11066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11067 /* end confdefs.h. */
11069 /* Override any GCC internal prototype to avoid an error.
11070 Use char because int might match the return type of a GCC
11071 builtin and then its argument prototype would still apply. */
11072 #ifdef __cplusplus
11073 extern "C"
11074 #endif
11075 char xmlReadMemory ();
11077 main ()
11079 return xmlReadMemory ();
11081 return 0;
11083 _ACEOF
11084 if ac_fn_c_try_link "$LINENO"; then :
11085 ac_cv_lib_xml2_xmlReadMemory=yes
11086 else
11087 ac_cv_lib_xml2_xmlReadMemory=no
11089 rm -f core conftest.err conftest.$ac_objext \
11090 conftest$ac_exeext conftest.$ac_ext
11091 LIBS=$ac_check_lib_save_LIBS
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11094 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11095 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11097 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11102 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11103 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11104 $as_echo_n "(cached) " >&6
11105 else
11106 ac_check_lib_save_LIBS=$LIBS
11107 LIBS="-lxml2 $XML2_LIBS $LIBS"
11108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11109 /* end confdefs.h. */
11111 /* Override any GCC internal prototype to avoid an error.
11112 Use char because int might match the return type of a GCC
11113 builtin and then its argument prototype would still apply. */
11114 #ifdef __cplusplus
11115 extern "C"
11116 #endif
11117 char xmlNewDocPI ();
11119 main ()
11121 return xmlNewDocPI ();
11123 return 0;
11125 _ACEOF
11126 if ac_fn_c_try_link "$LINENO"; then :
11127 ac_cv_lib_xml2_xmlNewDocPI=yes
11128 else
11129 ac_cv_lib_xml2_xmlNewDocPI=no
11131 rm -f core conftest.err conftest.$ac_objext \
11132 conftest$ac_exeext conftest.$ac_ext
11133 LIBS=$ac_check_lib_save_LIBS
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11136 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11137 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11139 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11144 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11145 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11146 $as_echo_n "(cached) " >&6
11147 else
11148 ac_check_lib_save_LIBS=$LIBS
11149 LIBS="-lxml2 $XML2_LIBS $LIBS"
11150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11151 /* end confdefs.h. */
11153 /* Override any GCC internal prototype to avoid an error.
11154 Use char because int might match the return type of a GCC
11155 builtin and then its argument prototype would still apply. */
11156 #ifdef __cplusplus
11157 extern "C"
11158 #endif
11159 char xmlSchemaSetParserStructuredErrors ();
11161 main ()
11163 return xmlSchemaSetParserStructuredErrors ();
11165 return 0;
11167 _ACEOF
11168 if ac_fn_c_try_link "$LINENO"; then :
11169 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11170 else
11171 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11173 rm -f core conftest.err conftest.$ac_objext \
11174 conftest$ac_exeext conftest.$ac_ext
11175 LIBS=$ac_check_lib_save_LIBS
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11178 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11179 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11181 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11186 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11187 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11188 $as_echo_n "(cached) " >&6
11189 else
11190 ac_check_lib_save_LIBS=$LIBS
11191 LIBS="-lxml2 $XML2_LIBS $LIBS"
11192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11193 /* end confdefs.h. */
11195 /* Override any GCC internal prototype to avoid an error.
11196 Use char because int might match the return type of a GCC
11197 builtin and then its argument prototype would still apply. */
11198 #ifdef __cplusplus
11199 extern "C"
11200 #endif
11201 char xmlSchemaSetValidStructuredErrors ();
11203 main ()
11205 return xmlSchemaSetValidStructuredErrors ();
11207 return 0;
11209 _ACEOF
11210 if ac_fn_c_try_link "$LINENO"; then :
11211 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11212 else
11213 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11215 rm -f core conftest.err conftest.$ac_objext \
11216 conftest$ac_exeext conftest.$ac_ext
11217 LIBS=$ac_check_lib_save_LIBS
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11220 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11221 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11223 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11228 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11229 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11230 $as_echo_n "(cached) " >&6
11231 else
11232 ac_check_lib_save_LIBS=$LIBS
11233 LIBS="-lxml2 $XML2_LIBS $LIBS"
11234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11235 /* end confdefs.h. */
11237 /* Override any GCC internal prototype to avoid an error.
11238 Use char because int might match the return type of a GCC
11239 builtin and then its argument prototype would still apply. */
11240 #ifdef __cplusplus
11241 extern "C"
11242 #endif
11243 char xmlFirstElementChild ();
11245 main ()
11247 return xmlFirstElementChild ();
11249 return 0;
11251 _ACEOF
11252 if ac_fn_c_try_link "$LINENO"; then :
11253 ac_cv_lib_xml2_xmlFirstElementChild=yes
11254 else
11255 ac_cv_lib_xml2_xmlFirstElementChild=no
11257 rm -f core conftest.err conftest.$ac_objext \
11258 conftest$ac_exeext conftest.$ac_ext
11259 LIBS=$ac_check_lib_save_LIBS
11261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11262 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11263 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11265 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11269 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11271 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11273 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11277 else
11278 XML2_CFLAGS=""
11279 XML2_LIBS=""
11281 CPPFLAGS=$ac_save_CPPFLAGS
11282 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11283 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11286 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11287 case "x$with_xml" in
11288 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11289 xno) ;;
11290 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11291 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11292 esac
11296 if test "x$with_xslt" != "xno"
11297 then
11298 if ${XSLT_CFLAGS:+false} :; then :
11299 if ${PKG_CONFIG+:} false; then :
11300 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11303 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11304 if ${XSLT_LIBS:+false} :; then :
11305 if ${PKG_CONFIG+:} false; then :
11306 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11309 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11310 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11311 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11312 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11313 ac_save_CPPFLAGS=$CPPFLAGS
11314 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11315 for ac_header in libxslt/pattern.h libxslt/transform.h
11316 do :
11317 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11318 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11319 # include <libxslt/pattern.h>
11320 #endif
11322 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11323 cat >>confdefs.h <<_ACEOF
11324 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11325 _ACEOF
11329 done
11331 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11332 then
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11334 $as_echo_n "checking for -lxslt... " >&6; }
11335 if ${ac_cv_lib_soname_xslt+:} false; then :
11336 $as_echo_n "(cached) " >&6
11337 else
11338 ac_check_soname_save_LIBS=$LIBS
11339 LIBS="-lxslt $XSLT_LIBS $LIBS"
11340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11341 /* end confdefs.h. */
11343 /* Override any GCC internal prototype to avoid an error.
11344 Use char because int might match the return type of a GCC
11345 builtin and then its argument prototype would still apply. */
11346 #ifdef __cplusplus
11347 extern "C"
11348 #endif
11349 char xsltCompilePattern ();
11351 main ()
11353 return xsltCompilePattern ();
11355 return 0;
11357 _ACEOF
11358 if ac_fn_c_try_link "$LINENO"; then :
11359 case "$LIBEXT" in
11360 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11361 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'` ;;
11362 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11363 if ${ac_cv_lib_soname_xslt:+false} :; then :
11364 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11365 fi ;;
11366 esac
11368 rm -f core conftest.err conftest.$ac_objext \
11369 conftest$ac_exeext conftest.$ac_ext
11370 LIBS=$ac_check_soname_save_LIBS
11372 if ${ac_cv_lib_soname_xslt:+false} :; then :
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11374 $as_echo "not found" >&6; }
11376 else
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11378 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11380 cat >>confdefs.h <<_ACEOF
11381 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11382 _ACEOF
11386 else
11387 XSLT_CFLAGS=""
11389 CPPFLAGS=$ac_save_CPPFLAGS
11390 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11391 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11394 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11395 case "x$with_xslt" in
11396 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11397 xno) ;;
11398 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11399 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11400 esac
11404 if test "x$with_dbus" != "xno"
11405 then
11406 if ${DBUS_CFLAGS:+false} :; then :
11407 if ${PKG_CONFIG+:} false; then :
11408 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11412 if ${DBUS_LIBS:+false} :; then :
11413 if ${PKG_CONFIG+:} false; then :
11414 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11419 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11420 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11421 ac_save_CPPFLAGS=$CPPFLAGS
11422 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11423 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11424 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11426 $as_echo_n "checking for -ldbus-1... " >&6; }
11427 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11428 $as_echo_n "(cached) " >&6
11429 else
11430 ac_check_soname_save_LIBS=$LIBS
11431 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11438 #ifdef __cplusplus
11439 extern "C"
11440 #endif
11441 char dbus_connection_close ();
11443 main ()
11445 return dbus_connection_close ();
11447 return 0;
11449 _ACEOF
11450 if ac_fn_c_try_link "$LINENO"; then :
11451 case "$LIBEXT" in
11452 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11453 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'` ;;
11454 *) 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'`
11455 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11456 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11457 fi ;;
11458 esac
11460 rm -f core conftest.err conftest.$ac_objext \
11461 conftest$ac_exeext conftest.$ac_ext
11462 LIBS=$ac_check_soname_save_LIBS
11464 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11466 $as_echo "not found" >&6; }
11467 DBUS_CFLAGS=""
11468 else
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11470 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11472 cat >>confdefs.h <<_ACEOF
11473 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11474 _ACEOF
11478 else
11479 DBUS_CFLAGS=""
11483 CPPFLAGS=$ac_save_CPPFLAGS
11484 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11485 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11488 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11489 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11490 case "x$with_dbus" in
11491 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11492 xno) ;;
11493 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11494 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11495 esac
11499 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11500 then
11501 if ${HAL_CFLAGS:+false} :; then :
11502 if ${PKG_CONFIG+:} false; then :
11503 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11507 if ${HAL_LIBS:+false} :; then :
11508 if ${PKG_CONFIG+:} false; then :
11509 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11513 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11514 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11515 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11516 ac_save_CPPFLAGS=$CPPFLAGS
11517 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11518 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11519 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11521 $as_echo_n "checking for -lhal... " >&6; }
11522 if ${ac_cv_lib_soname_hal+:} false; then :
11523 $as_echo_n "(cached) " >&6
11524 else
11525 ac_check_soname_save_LIBS=$LIBS
11526 LIBS="-lhal $HAL_LIBS $LIBS"
11527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11528 /* end confdefs.h. */
11530 /* Override any GCC internal prototype to avoid an error.
11531 Use char because int might match the return type of a GCC
11532 builtin and then its argument prototype would still apply. */
11533 #ifdef __cplusplus
11534 extern "C"
11535 #endif
11536 char libhal_ctx_new ();
11538 main ()
11540 return libhal_ctx_new ();
11542 return 0;
11544 _ACEOF
11545 if ac_fn_c_try_link "$LINENO"; then :
11546 case "$LIBEXT" in
11547 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11548 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'` ;;
11549 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11550 if ${ac_cv_lib_soname_hal:+false} :; then :
11551 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11552 fi ;;
11553 esac
11555 rm -f core conftest.err conftest.$ac_objext \
11556 conftest$ac_exeext conftest.$ac_ext
11557 LIBS=$ac_check_soname_save_LIBS
11559 if ${ac_cv_lib_soname_hal:+false} :; then :
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11561 $as_echo "not found" >&6; }
11562 HAL_CFLAGS=""
11563 else
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11565 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11567 cat >>confdefs.h <<_ACEOF
11568 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11569 _ACEOF
11573 else
11574 HAL_CFLAGS=""
11578 CPPFLAGS=$ac_save_CPPFLAGS
11579 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11580 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11582 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11583 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11584 case "x$with_hal" in
11585 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11586 xno) ;;
11587 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11588 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11589 esac
11594 if test "x$with_gnutls" != "xno"
11595 then
11596 if ${GNUTLS_CFLAGS:+false} :; then :
11597 if ${PKG_CONFIG+:} false; then :
11598 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11602 if ${GNUTLS_LIBS:+false} :; then :
11603 if ${PKG_CONFIG+:} false; then :
11604 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11609 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11610 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11611 ac_save_CPPFLAGS=$CPPFLAGS
11612 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11613 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11614 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11616 /* end confdefs.h. */
11617 #include <gnutls/gnutls.h>
11618 #include <gnutls/crypto.h>
11620 main ()
11622 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11624 return 0;
11626 _ACEOF
11627 if ac_fn_c_try_compile "$LINENO"; then :
11628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11629 $as_echo_n "checking for -lgnutls... " >&6; }
11630 if ${ac_cv_lib_soname_gnutls+:} false; then :
11631 $as_echo_n "(cached) " >&6
11632 else
11633 ac_check_soname_save_LIBS=$LIBS
11634 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11636 /* end confdefs.h. */
11638 /* Override any GCC internal prototype to avoid an error.
11639 Use char because int might match the return type of a GCC
11640 builtin and then its argument prototype would still apply. */
11641 #ifdef __cplusplus
11642 extern "C"
11643 #endif
11644 char gnutls_global_init ();
11646 main ()
11648 return gnutls_global_init ();
11650 return 0;
11652 _ACEOF
11653 if ac_fn_c_try_link "$LINENO"; then :
11654 case "$LIBEXT" in
11655 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11656 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'` ;;
11657 *) 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'`
11658 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11659 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'`
11660 fi ;;
11661 esac
11663 rm -f core conftest.err conftest.$ac_objext \
11664 conftest$ac_exeext conftest.$ac_ext
11665 LIBS=$ac_check_soname_save_LIBS
11667 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11669 $as_echo "not found" >&6; }
11670 GNUTLS_CFLAGS=""
11671 else
11672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11673 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11675 cat >>confdefs.h <<_ACEOF
11676 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11677 _ACEOF
11681 ac_wine_check_funcs_save_LIBS="$LIBS"
11682 LIBS="$LIBS $GNUTLS_LIBS"
11683 for ac_func in gnutls_hash
11684 do :
11685 ac_fn_c_check_func "$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11686 if test "x$ac_cv_func_gnutls_hash" = xyes; then :
11687 cat >>confdefs.h <<_ACEOF
11688 #define HAVE_GNUTLS_HASH 1
11689 _ACEOF
11691 else
11692 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11694 done
11696 LIBS="$ac_wine_check_funcs_save_LIBS"
11698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11699 else
11700 GNUTLS_CFLAGS=""
11704 CPPFLAGS=$ac_save_CPPFLAGS
11705 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11706 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11709 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11710 case "x$with_gnutls" in
11711 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11712 xno) ;;
11713 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11714 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11715 esac
11719 CURSES_LIBS=""
11720 if test "$ac_cv_header_ncurses_h" = "yes"
11721 then
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11723 $as_echo_n "checking for -lncurses... " >&6; }
11724 if ${ac_cv_lib_soname_ncurses+:} false; then :
11725 $as_echo_n "(cached) " >&6
11726 else
11727 ac_check_soname_save_LIBS=$LIBS
11728 LIBS="-lncurses $LIBS"
11729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11730 /* end confdefs.h. */
11732 /* Override any GCC internal prototype to avoid an error.
11733 Use char because int might match the return type of a GCC
11734 builtin and then its argument prototype would still apply. */
11735 #ifdef __cplusplus
11736 extern "C"
11737 #endif
11738 char waddch ();
11740 main ()
11742 return waddch ();
11744 return 0;
11746 _ACEOF
11747 if ac_fn_c_try_link "$LINENO"; then :
11748 case "$LIBEXT" in
11749 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11750 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'` ;;
11751 *) 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'`
11752 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11753 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11754 fi ;;
11755 esac
11757 rm -f core conftest.err conftest.$ac_objext \
11758 conftest$ac_exeext conftest.$ac_ext
11759 LIBS=$ac_check_soname_save_LIBS
11761 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11763 $as_echo "not found" >&6; }
11765 else
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11767 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11769 cat >>confdefs.h <<_ACEOF
11770 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11771 _ACEOF
11773 CURSES_LIBS="-lncurses"
11775 elif test "$ac_cv_header_curses_h" = "yes"
11776 then
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11778 $as_echo_n "checking for -lcurses... " >&6; }
11779 if ${ac_cv_lib_soname_curses+:} false; then :
11780 $as_echo_n "(cached) " >&6
11781 else
11782 ac_check_soname_save_LIBS=$LIBS
11783 LIBS="-lcurses $LIBS"
11784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11785 /* end confdefs.h. */
11787 /* Override any GCC internal prototype to avoid an error.
11788 Use char because int might match the return type of a GCC
11789 builtin and then its argument prototype would still apply. */
11790 #ifdef __cplusplus
11791 extern "C"
11792 #endif
11793 char waddch ();
11795 main ()
11797 return waddch ();
11799 return 0;
11801 _ACEOF
11802 if ac_fn_c_try_link "$LINENO"; then :
11803 case "$LIBEXT" in
11804 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11805 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'` ;;
11806 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11807 if ${ac_cv_lib_soname_curses:+false} :; then :
11808 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11809 fi ;;
11810 esac
11812 rm -f core conftest.err conftest.$ac_objext \
11813 conftest$ac_exeext conftest.$ac_ext
11814 LIBS=$ac_check_soname_save_LIBS
11816 if ${ac_cv_lib_soname_curses:+false} :; then :
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11818 $as_echo "not found" >&6; }
11820 else
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11822 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11824 cat >>confdefs.h <<_ACEOF
11825 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11826 _ACEOF
11828 CURSES_LIBS="-lcurses"
11831 ac_save_LIBS="$LIBS"
11832 LIBS="$LIBS $CURSES_LIBS"
11833 for ac_func in mousemask
11834 do :
11835 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11836 if test "x$ac_cv_func_mousemask" = xyes; then :
11837 cat >>confdefs.h <<_ACEOF
11838 #define HAVE_MOUSEMASK 1
11839 _ACEOF
11842 done
11844 LIBS="$ac_save_LIBS"
11845 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11846 case "x$with_curses" in
11847 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11848 xno) ;;
11849 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11850 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11851 esac
11855 if test "x$with_sane" != "xno"
11856 then
11857 if ${SANE_CFLAGS:+false} :; then :
11858 if ${PKG_CONFIG+:} false; then :
11859 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11862 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11863 if ${SANE_LIBS:+false} :; then :
11864 if ${PKG_CONFIG+:} false; then :
11865 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11868 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11870 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11871 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11872 ac_save_CPPFLAGS=$CPPFLAGS
11873 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11874 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11875 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11877 $as_echo_n "checking for -lsane... " >&6; }
11878 if ${ac_cv_lib_soname_sane+:} false; then :
11879 $as_echo_n "(cached) " >&6
11880 else
11881 ac_check_soname_save_LIBS=$LIBS
11882 LIBS="-lsane $SANE_LIBS $LIBS"
11883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11884 /* end confdefs.h. */
11886 /* Override any GCC internal prototype to avoid an error.
11887 Use char because int might match the return type of a GCC
11888 builtin and then its argument prototype would still apply. */
11889 #ifdef __cplusplus
11890 extern "C"
11891 #endif
11892 char sane_init ();
11894 main ()
11896 return sane_init ();
11898 return 0;
11900 _ACEOF
11901 if ac_fn_c_try_link "$LINENO"; then :
11902 case "$LIBEXT" in
11903 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11904 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'` ;;
11905 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11906 if ${ac_cv_lib_soname_sane:+false} :; then :
11907 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11908 fi ;;
11909 esac
11911 rm -f core conftest.err conftest.$ac_objext \
11912 conftest$ac_exeext conftest.$ac_ext
11913 LIBS=$ac_check_soname_save_LIBS
11915 if ${ac_cv_lib_soname_sane:+false} :; then :
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11917 $as_echo "not found" >&6; }
11918 SANE_CFLAGS=""
11919 else
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11921 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11923 cat >>confdefs.h <<_ACEOF
11924 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11925 _ACEOF
11929 else
11930 SANE_CFLAGS=""
11934 CPPFLAGS=$ac_save_CPPFLAGS
11935 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11936 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11939 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11940 case "x$with_sane" in
11941 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11942 xno) ;;
11943 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11944 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11945 esac
11949 if test "x$with_v4l" != "xno"
11950 then
11951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11952 $as_echo_n "checking for -lv4l1... " >&6; }
11953 if ${ac_cv_lib_soname_v4l1+:} false; then :
11954 $as_echo_n "(cached) " >&6
11955 else
11956 ac_check_soname_save_LIBS=$LIBS
11957 LIBS="-lv4l1 $LIBS"
11958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11959 /* end confdefs.h. */
11961 /* Override any GCC internal prototype to avoid an error.
11962 Use char because int might match the return type of a GCC
11963 builtin and then its argument prototype would still apply. */
11964 #ifdef __cplusplus
11965 extern "C"
11966 #endif
11967 char v4l1_open ();
11969 main ()
11971 return v4l1_open ();
11973 return 0;
11975 _ACEOF
11976 if ac_fn_c_try_link "$LINENO"; then :
11977 case "$LIBEXT" in
11978 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11979 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'` ;;
11980 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11981 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11982 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11983 fi ;;
11984 esac
11986 rm -f core conftest.err conftest.$ac_objext \
11987 conftest$ac_exeext conftest.$ac_ext
11988 LIBS=$ac_check_soname_save_LIBS
11990 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11992 $as_echo "not found" >&6; }
11994 else
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11996 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11998 cat >>confdefs.h <<_ACEOF
11999 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12000 _ACEOF
12005 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12006 case "x$with_v4l" in
12007 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
12008 xno) ;;
12009 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
12010 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12011 esac
12015 if test "x$with_gphoto" != "xno"
12016 then
12017 if ${GPHOTO2_CFLAGS:+false} :; then :
12018 if ${PKG_CONFIG+:} false; then :
12019 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12022 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12023 if ${GPHOTO2_LIBS:+false} :; then :
12024 if ${PKG_CONFIG+:} false; then :
12025 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12028 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12029 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
12030 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12031 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12032 ac_save_CPPFLAGS=$CPPFLAGS
12033 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12034 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12035 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12037 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12038 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12039 $as_echo_n "(cached) " >&6
12040 else
12041 ac_check_lib_save_LIBS=$LIBS
12042 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12044 /* end confdefs.h. */
12046 /* Override any GCC internal prototype to avoid an error.
12047 Use char because int might match the return type of a GCC
12048 builtin and then its argument prototype would still apply. */
12049 #ifdef __cplusplus
12050 extern "C"
12051 #endif
12052 char gp_camera_new ();
12054 main ()
12056 return gp_camera_new ();
12058 return 0;
12060 _ACEOF
12061 if ac_fn_c_try_link "$LINENO"; then :
12062 ac_cv_lib_gphoto2_gp_camera_new=yes
12063 else
12064 ac_cv_lib_gphoto2_gp_camera_new=no
12066 rm -f core conftest.err conftest.$ac_objext \
12067 conftest$ac_exeext conftest.$ac_ext
12068 LIBS=$ac_check_lib_save_LIBS
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12071 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12072 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12074 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12076 else
12077 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12080 else
12081 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12085 CPPFLAGS=$ac_save_CPPFLAGS
12086 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12087 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12089 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12090 if ${PKG_CONFIG+:} false; then :
12091 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12094 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12095 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12096 if ${PKG_CONFIG+:} false; then :
12097 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12100 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12101 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12102 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12103 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12104 ac_save_CPPFLAGS=$CPPFLAGS
12105 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12106 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12107 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12109 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12110 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12111 $as_echo_n "(cached) " >&6
12112 else
12113 ac_check_lib_save_LIBS=$LIBS
12114 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12116 /* end confdefs.h. */
12118 /* Override any GCC internal prototype to avoid an error.
12119 Use char because int might match the return type of a GCC
12120 builtin and then its argument prototype would still apply. */
12121 #ifdef __cplusplus
12122 extern "C"
12123 #endif
12124 char gp_port_info_list_new ();
12126 main ()
12128 return gp_port_info_list_new ();
12130 return 0;
12132 _ACEOF
12133 if ac_fn_c_try_link "$LINENO"; then :
12134 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12135 else
12136 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12138 rm -f core conftest.err conftest.$ac_objext \
12139 conftest$ac_exeext conftest.$ac_ext
12140 LIBS=$ac_check_lib_save_LIBS
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12143 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12144 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12146 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12148 else
12149 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12152 else
12153 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12157 CPPFLAGS=$ac_save_CPPFLAGS
12158 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12159 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12162 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12163 case "x$with_gphoto" in
12164 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12165 xno) ;;
12166 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12167 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12168 esac
12171 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12172 case "x$with_gphoto" in
12173 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12174 xno) ;;
12175 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12176 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12177 esac
12182 if test "$ac_cv_header_resolv_h" = "yes"
12183 then
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12185 $as_echo_n "checking for resolver library... " >&6; }
12186 if ${ac_cv_have_resolv+:} false; then :
12187 $as_echo_n "(cached) " >&6
12188 else
12189 ac_save_LIBS="$LIBS"
12190 for lib in '' -lresolv
12192 LIBS="$lib $ac_save_LIBS"
12193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12194 /* end confdefs.h. */
12195 #ifdef HAVE_NETINET_IN_H
12196 #include <netinet/in.h>
12197 #endif
12198 #include <resolv.h>
12200 main ()
12202 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12204 return 0;
12206 _ACEOF
12207 if ac_fn_c_try_link "$LINENO"; then :
12208 ac_cv_have_resolv=${lib:-"none required"}
12209 else
12210 ac_cv_have_resolv="not found"
12212 rm -f core conftest.err conftest.$ac_objext \
12213 conftest$ac_exeext conftest.$ac_ext
12214 test "x$ac_cv_have_resolv" = "xnot found" || break
12215 done
12216 LIBS="$ac_save_LIBS"
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12219 $as_echo "$ac_cv_have_resolv" >&6; }
12221 case "$ac_cv_have_resolv" in
12222 "not found") ;;
12223 "none required")
12225 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12228 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12230 RESOLV_LIBS=$ac_cv_have_resolv
12232 esac
12235 if test "x$with_cms" != "xno"
12236 then
12237 if ${LCMS2_CFLAGS:+false} :; then :
12238 if ${PKG_CONFIG+:} false; then :
12239 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12243 if ${LCMS2_LIBS:+false} :; then :
12244 if ${PKG_CONFIG+:} false; then :
12245 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12249 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12250 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12251 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12252 ac_save_CPPFLAGS=$CPPFLAGS
12253 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12254 for ac_header in lcms2.h
12255 do :
12256 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12257 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12258 cat >>confdefs.h <<_ACEOF
12259 #define HAVE_LCMS2_H 1
12260 _ACEOF
12264 done
12266 if test "$ac_cv_header_lcms2_h" = "yes"
12267 then
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12269 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12270 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12271 $as_echo_n "(cached) " >&6
12272 else
12273 ac_check_lib_save_LIBS=$LIBS
12274 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12276 /* end confdefs.h. */
12278 /* Override any GCC internal prototype to avoid an error.
12279 Use char because int might match the return type of a GCC
12280 builtin and then its argument prototype would still apply. */
12281 #ifdef __cplusplus
12282 extern "C"
12283 #endif
12284 char cmsOpenProfileFromFile ();
12286 main ()
12288 return cmsOpenProfileFromFile ();
12290 return 0;
12292 _ACEOF
12293 if ac_fn_c_try_link "$LINENO"; then :
12294 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12295 else
12296 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12298 rm -f core conftest.err conftest.$ac_objext \
12299 conftest$ac_exeext conftest.$ac_ext
12300 LIBS=$ac_check_lib_save_LIBS
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12303 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12304 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12306 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12308 else
12309 LCMS2_LIBS=""
12312 else
12313 LCMS2_CFLAGS=""
12314 LCMS2_LIBS=""
12316 CPPFLAGS=$ac_save_CPPFLAGS
12317 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12318 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12321 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12322 case "x$with_cms" in
12323 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12324 xno) ;;
12325 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12326 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12327 esac
12331 if test "x$with_freetype" != "xno"
12332 then
12333 if ${FREETYPE_CFLAGS:+false} :; then :
12334 if ${PKG_CONFIG+:} false; then :
12335 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12338 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12339 if ${FREETYPE_LIBS:+false} :; then :
12340 if ${PKG_CONFIG+:} false; then :
12341 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12344 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12345 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12346 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12347 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12348 ac_save_CPPFLAGS=$CPPFLAGS
12349 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12350 for ac_header in ft2build.h
12351 do :
12352 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12353 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12354 cat >>confdefs.h <<_ACEOF
12355 #define HAVE_FT2BUILD_H 1
12356 _ACEOF
12360 done
12362 if test "$ac_cv_header_ft2build_h" = "yes"
12363 then
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12365 $as_echo_n "checking for -lfreetype... " >&6; }
12366 if ${ac_cv_lib_soname_freetype+:} false; then :
12367 $as_echo_n "(cached) " >&6
12368 else
12369 ac_check_soname_save_LIBS=$LIBS
12370 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12372 /* end confdefs.h. */
12374 /* Override any GCC internal prototype to avoid an error.
12375 Use char because int might match the return type of a GCC
12376 builtin and then its argument prototype would still apply. */
12377 #ifdef __cplusplus
12378 extern "C"
12379 #endif
12380 char FT_Init_FreeType ();
12382 main ()
12384 return FT_Init_FreeType ();
12386 return 0;
12388 _ACEOF
12389 if ac_fn_c_try_link "$LINENO"; then :
12390 case "$LIBEXT" in
12391 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12392 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'` ;;
12393 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12394 if ${ac_cv_lib_soname_freetype:+false} :; then :
12395 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12396 fi ;;
12397 esac
12399 rm -f core conftest.err conftest.$ac_objext \
12400 conftest$ac_exeext conftest.$ac_ext
12401 LIBS=$ac_check_soname_save_LIBS
12403 if ${ac_cv_lib_soname_freetype:+false} :; then :
12404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12405 $as_echo "not found" >&6; }
12406 FREETYPE_LIBS=""
12407 else
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12409 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12411 cat >>confdefs.h <<_ACEOF
12412 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12413 _ACEOF
12416 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12418 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12419 #include FT_MODULE_H
12421 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12423 cat >>confdefs.h <<_ACEOF
12424 #define HAVE_FT_TRUETYPEENGINETYPE 1
12425 _ACEOF
12431 else
12432 FREETYPE_CFLAGS=""
12433 FREETYPE_LIBS=""
12435 CPPFLAGS=$ac_save_CPPFLAGS
12436 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12437 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12440 if test "x$ac_cv_lib_soname_freetype" = x; then :
12441 case "x$with_freetype" in
12442 xno) ;;
12443 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12444 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12445 esac
12446 enable_fonts=${enable_fonts:-no}
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12450 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12451 if ${ac_cv_c_ppdev+:} false; then :
12452 $as_echo_n "(cached) " >&6
12453 else
12454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12455 /* end confdefs.h. */
12456 #ifdef HAVE_SYS_IOCTL_H
12457 # include <sys/ioctl.h>
12458 #endif
12459 #include <linux/ppdev.h>
12461 main ()
12463 ioctl (1,PPCLAIM,0)
12465 return 0;
12467 _ACEOF
12468 if ac_fn_c_try_compile "$LINENO"; then :
12469 ac_cv_c_ppdev="yes"
12470 else
12471 ac_cv_c_ppdev="no"
12473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12476 $as_echo "$ac_cv_c_ppdev" >&6; }
12477 if test "$ac_cv_c_ppdev" = "yes"
12478 then
12480 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12484 ac_wine_check_funcs_save_LIBS="$LIBS"
12485 LIBS="$LIBS $PTHREAD_LIBS"
12486 for ac_func in \
12487 pthread_attr_get_np \
12488 pthread_getattr_np \
12489 pthread_getthreadid_np \
12490 pthread_get_stackaddr_np \
12491 pthread_get_stacksize_np
12492 do :
12493 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12494 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12495 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12496 cat >>confdefs.h <<_ACEOF
12497 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12498 _ACEOF
12501 done
12503 LIBS="$ac_wine_check_funcs_save_LIBS"
12505 if test "$ac_cv_header_zlib_h" = "yes"
12506 then
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12508 $as_echo_n "checking for inflate in -lz... " >&6; }
12509 if ${ac_cv_lib_z_inflate+:} false; then :
12510 $as_echo_n "(cached) " >&6
12511 else
12512 ac_check_lib_save_LIBS=$LIBS
12513 LIBS="-lz $LIBS"
12514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12515 /* end confdefs.h. */
12517 /* Override any GCC internal prototype to avoid an error.
12518 Use char because int might match the return type of a GCC
12519 builtin and then its argument prototype would still apply. */
12520 #ifdef __cplusplus
12521 extern "C"
12522 #endif
12523 char inflate ();
12525 main ()
12527 return inflate ();
12529 return 0;
12531 _ACEOF
12532 if ac_fn_c_try_link "$LINENO"; then :
12533 ac_cv_lib_z_inflate=yes
12534 else
12535 ac_cv_lib_z_inflate=no
12537 rm -f core conftest.err conftest.$ac_objext \
12538 conftest$ac_exeext conftest.$ac_ext
12539 LIBS=$ac_check_lib_save_LIBS
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12542 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12543 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12545 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12547 Z_LIBS="-lz"
12552 if test "x$Z_LIBS" = "x"; then :
12553 case "x$with_zlib" in
12554 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12555 xno) ;;
12556 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12557 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12558 esac
12562 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
12563 then
12564 if test "$ac_cv_header_gettext_po_h" = "yes"
12565 then
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12567 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12568 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12569 $as_echo_n "(cached) " >&6
12570 else
12571 ac_check_lib_save_LIBS=$LIBS
12572 LIBS="-lgettextpo $LIBS"
12573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12574 /* end confdefs.h. */
12576 /* Override any GCC internal prototype to avoid an error.
12577 Use char because int might match the return type of a GCC
12578 builtin and then its argument prototype would still apply. */
12579 #ifdef __cplusplus
12580 extern "C"
12581 #endif
12582 char po_message_msgctxt ();
12584 main ()
12586 return po_message_msgctxt ();
12588 return 0;
12590 _ACEOF
12591 if ac_fn_c_try_link "$LINENO"; then :
12592 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12593 else
12594 ac_cv_lib_gettextpo_po_message_msgctxt=no
12596 rm -f core conftest.err conftest.$ac_objext \
12597 conftest$ac_exeext conftest.$ac_ext
12598 LIBS=$ac_check_lib_save_LIBS
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12601 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12602 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12604 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12606 GETTEXTPO_LIBS="-lgettextpo"
12611 if test "x$GETTEXTPO_LIBS" = "x"; then :
12612 case "x$with_gettextpo" in
12613 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12614 xno) ;;
12615 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12616 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12617 esac
12620 if test "$srcdir" != .; then :
12621 case "x$with_gettextpo" in
12622 x) as_fn_append wine_notices "|Rebuilding po files is not supported for out of tree builds." ;;
12623 xno) ;;
12624 *) as_fn_error $? "Rebuilding po files is not supported for out of tree builds.
12625 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12626 esac
12631 if test "x$with_pulse" != "xno";
12632 then
12633 if ${PULSE_CFLAGS:+false} :; then :
12634 if ${PKG_CONFIG+:} false; then :
12635 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12639 if ${PULSE_LIBS:+false} :; then :
12640 if ${PKG_CONFIG+:} false; then :
12641 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12646 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12647 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12648 ac_save_CPPFLAGS=$CPPFLAGS
12649 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12650 for ac_header in pulse/pulseaudio.h
12651 do :
12652 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12653 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12654 cat >>confdefs.h <<_ACEOF
12655 #define HAVE_PULSE_PULSEAUDIO_H 1
12656 _ACEOF
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12658 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12659 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12660 $as_echo_n "(cached) " >&6
12661 else
12662 ac_check_lib_save_LIBS=$LIBS
12663 LIBS="-lpulse $PULSE_LIBS $LIBS"
12664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12665 /* end confdefs.h. */
12667 /* Override any GCC internal prototype to avoid an error.
12668 Use char because int might match the return type of a GCC
12669 builtin and then its argument prototype would still apply. */
12670 #ifdef __cplusplus
12671 extern "C"
12672 #endif
12673 char pa_stream_is_corked ();
12675 main ()
12677 return pa_stream_is_corked ();
12679 return 0;
12681 _ACEOF
12682 if ac_fn_c_try_link "$LINENO"; then :
12683 ac_cv_lib_pulse_pa_stream_is_corked=yes
12684 else
12685 ac_cv_lib_pulse_pa_stream_is_corked=no
12687 rm -f core conftest.err conftest.$ac_objext \
12688 conftest$ac_exeext conftest.$ac_ext
12689 LIBS=$ac_check_lib_save_LIBS
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12692 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12693 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12695 else
12696 PULSE_LIBS=""
12699 else
12700 PULSE_LIBS=""
12703 done
12705 CPPFLAGS=$ac_save_CPPFLAGS
12706 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12707 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12710 if test -z "$PULSE_LIBS"; then :
12711 case "x$with_pulse" in
12712 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12713 xno) ;;
12714 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12715 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12716 esac
12717 enable_winepulse_drv=${enable_winepulse_drv:-no}
12720 if test "x$with_gstreamer" != "xno"
12721 then
12722 if ${GSTREAMER_CFLAGS:+false} :; then :
12723 if ${PKG_CONFIG+:} false; then :
12724 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12728 if ${GSTREAMER_LIBS:+false} :; then :
12729 if ${PKG_CONFIG+:} false; then :
12730 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12735 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12736 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12737 ac_save_CPPFLAGS=$CPPFLAGS
12738 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12739 ac_gst_incl=""
12740 for i in $GSTREAMER_CFLAGS
12742 case "$i" in
12743 -I*) ac_gst_incl="$ac_gst_incl $i";;
12744 esac
12745 done
12746 GSTREAMER_CFLAGS=$ac_gst_incl
12747 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12748 ac_fn_c_check_header_mongrel "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12749 if test "x$ac_cv_header_gst_gst_h" = xyes; then :
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12751 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12753 /* end confdefs.h. */
12754 #include <gst/gst.h>
12756 main ()
12758 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12760 return 0;
12762 _ACEOF
12763 if ac_fn_c_try_compile "$LINENO"; then :
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12765 $as_echo "yes" >&6; }
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12767 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12768 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false; then :
12769 $as_echo_n "(cached) " >&6
12770 else
12771 ac_check_lib_save_LIBS=$LIBS
12772 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12774 /* end confdefs.h. */
12776 /* Override any GCC internal prototype to avoid an error.
12777 Use char because int might match the return type of a GCC
12778 builtin and then its argument prototype would still apply. */
12779 #ifdef __cplusplus
12780 extern "C"
12781 #endif
12782 char gst_pad_new ();
12784 main ()
12786 return gst_pad_new ();
12788 return 0;
12790 _ACEOF
12791 if ac_fn_c_try_link "$LINENO"; then :
12792 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
12793 else
12794 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
12796 rm -f core conftest.err conftest.$ac_objext \
12797 conftest$ac_exeext conftest.$ac_ext
12798 LIBS=$ac_check_lib_save_LIBS
12800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12801 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12802 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes; then :
12806 else
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12808 $as_echo "no" >&6; }
12809 ac_glib2_broken=yes
12810 as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12816 CPPFLAGS=$ac_save_CPPFLAGS
12817 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12818 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12821 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 :
12822 case "x$with_gstreamer" in
12823 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12824 xno) ;;
12825 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12826 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12827 esac
12830 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12832 ALSA_LIBS=""
12834 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12835 then
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12837 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12838 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12839 $as_echo_n "(cached) " >&6
12840 else
12841 ac_check_lib_save_LIBS=$LIBS
12842 LIBS="-lasound $LIBS"
12843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12844 /* end confdefs.h. */
12846 /* Override any GCC internal prototype to avoid an error.
12847 Use char because int might match the return type of a GCC
12848 builtin and then its argument prototype would still apply. */
12849 #ifdef __cplusplus
12850 extern "C"
12851 #endif
12852 char snd_pcm_hw_params_get_access_mask ();
12854 main ()
12856 return snd_pcm_hw_params_get_access_mask ();
12858 return 0;
12860 _ACEOF
12861 if ac_fn_c_try_link "$LINENO"; then :
12862 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12863 else
12864 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12866 rm -f core conftest.err conftest.$ac_objext \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_lib_save_LIBS
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12871 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12872 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12874 /* end confdefs.h. */
12875 #ifdef HAVE_ALSA_ASOUNDLIB_H
12876 #include <alsa/asoundlib.h>
12877 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12878 #include <sys/asoundlib.h>
12879 #endif
12881 main ()
12883 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12885 return 0;
12887 _ACEOF
12888 if ac_fn_c_try_compile "$LINENO"; then :
12889 ALSA_LIBS="-lasound"
12891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12895 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12897 if test "x$with_oss" != xno
12898 then
12899 ac_save_CPPFLAGS="$CPPFLAGS"
12900 if test -f /etc/oss.conf
12901 then
12902 . /etc/oss.conf
12904 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12905 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12906 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12907 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12908 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12910 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12912 cat >>confdefs.h <<_ACEOF
12913 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12914 _ACEOF
12916 OSS4_CFLAGS="$ac_oss_incl"
12923 CPPFLAGS="$ac_save_CPPFLAGS"
12925 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes; then :
12926 case "x$with_oss" in
12927 x) as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12928 xno) ;;
12929 *) as_fn_error $? "OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
12930 This is an error since --with-oss was requested." "$LINENO" 5 ;;
12931 esac
12932 enable_wineoss_drv=${enable_wineoss_drv:-no}
12935 if test "x$with_udev" != "xno"
12936 then
12937 if ${UDEV_CFLAGS:+false} :; then :
12938 if ${PKG_CONFIG+:} false; then :
12939 UDEV_CFLAGS=`$PKG_CONFIG --cflags libudev 2>/dev/null`
12943 if ${UDEV_LIBS:+false} :; then :
12944 if ${PKG_CONFIG+:} false; then :
12945 UDEV_LIBS=`$PKG_CONFIG --libs libudev 2>/dev/null`
12950 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
12951 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
12952 ac_save_CPPFLAGS=$CPPFLAGS
12953 CPPFLAGS="$CPPFLAGS $UDEV_CFLAGS"
12954 for ac_header in libudev.h
12955 do :
12956 ac_fn_c_check_header_mongrel "$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
12957 if test "x$ac_cv_header_libudev_h" = xyes; then :
12958 cat >>confdefs.h <<_ACEOF
12959 #define HAVE_LIBUDEV_H 1
12960 _ACEOF
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
12962 $as_echo_n "checking for udev_new in -ludev... " >&6; }
12963 if ${ac_cv_lib_udev_udev_new+:} false; then :
12964 $as_echo_n "(cached) " >&6
12965 else
12966 ac_check_lib_save_LIBS=$LIBS
12967 LIBS="-ludev $UDEV_LIBS $LIBS"
12968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12969 /* end confdefs.h. */
12971 /* Override any GCC internal prototype to avoid an error.
12972 Use char because int might match the return type of a GCC
12973 builtin and then its argument prototype would still apply. */
12974 #ifdef __cplusplus
12975 extern "C"
12976 #endif
12977 char udev_new ();
12979 main ()
12981 return udev_new ();
12983 return 0;
12985 _ACEOF
12986 if ac_fn_c_try_link "$LINENO"; then :
12987 ac_cv_lib_udev_udev_new=yes
12988 else
12989 ac_cv_lib_udev_udev_new=no
12991 rm -f core conftest.err conftest.$ac_objext \
12992 conftest$ac_exeext conftest.$ac_ext
12993 LIBS=$ac_check_lib_save_LIBS
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
12996 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
12997 if test "x$ac_cv_lib_udev_udev_new" = xyes; then :
12999 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13001 else
13002 UDEV_LIBS=""
13005 else
13006 UDEV_LIBS=""
13009 done
13011 CPPFLAGS=$ac_save_CPPFLAGS
13012 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13013 test -z "$UDEV_LIBS" || UDEV_LIBS=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13016 if test "x$UDEV_LIBS" = "x"; then :
13017 case "x$with_udev" in
13018 x) as_fn_append wine_notices "|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13019 xno) ;;
13020 *) as_fn_error $? "libudev ${notice_platform}development files not found, plug and play won't be supported.
13021 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13022 esac
13026 if test "x$with_capi" != "xno"
13027 then
13028 if ${CAPI20_CFLAGS:+false} :; then :
13029 if ${PKG_CONFIG+:} false; then :
13030 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13034 if ${CAPI20_LIBS:+false} :; then :
13035 if ${PKG_CONFIG+:} false; then :
13036 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
13041 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13042 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13043 ac_save_CPPFLAGS=$CPPFLAGS
13044 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
13045 for ac_header in capi20.h linux/capi.h
13046 do :
13047 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13048 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13050 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13051 cat >>confdefs.h <<_ACEOF
13052 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13053 _ACEOF
13057 done
13059 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13060 then
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13062 $as_echo_n "checking for -lcapi20... " >&6; }
13063 if ${ac_cv_lib_soname_capi20+:} false; then :
13064 $as_echo_n "(cached) " >&6
13065 else
13066 ac_check_soname_save_LIBS=$LIBS
13067 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
13068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13069 /* end confdefs.h. */
13071 /* Override any GCC internal prototype to avoid an error.
13072 Use char because int might match the return type of a GCC
13073 builtin and then its argument prototype would still apply. */
13074 #ifdef __cplusplus
13075 extern "C"
13076 #endif
13077 char capi20_register ();
13079 main ()
13081 return capi20_register ();
13083 return 0;
13085 _ACEOF
13086 if ac_fn_c_try_link "$LINENO"; then :
13087 case "$LIBEXT" in
13088 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13089 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'` ;;
13090 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13091 if ${ac_cv_lib_soname_capi20:+false} :; then :
13092 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13093 fi ;;
13094 esac
13096 rm -f core conftest.err conftest.$ac_objext \
13097 conftest$ac_exeext conftest.$ac_ext
13098 LIBS=$ac_check_soname_save_LIBS
13100 if ${ac_cv_lib_soname_capi20:+false} :; then :
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13102 $as_echo "not found" >&6; }
13104 else
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13106 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13108 cat >>confdefs.h <<_ACEOF
13109 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13110 _ACEOF
13115 CPPFLAGS=$ac_save_CPPFLAGS
13116 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13117 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13120 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13121 case "x$with_capi" in
13122 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13123 xno) ;;
13124 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13125 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13126 esac
13130 CUPS_CFLAGS=""
13132 if test "x$with_cups" != "xno"
13133 then
13134 ac_save_CPPFLAGS="$CPPFLAGS"
13135 ac_cups_cflags=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
13136 ac_cups_libs=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
13137 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
13138 for ac_header in cups/cups.h
13139 do :
13140 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13141 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
13142 cat >>confdefs.h <<_ACEOF
13143 #define HAVE_CUPS_CUPS_H 1
13144 _ACEOF
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13146 $as_echo_n "checking for -lcups... " >&6; }
13147 if ${ac_cv_lib_soname_cups+:} false; then :
13148 $as_echo_n "(cached) " >&6
13149 else
13150 ac_check_soname_save_LIBS=$LIBS
13151 LIBS="-lcups $ac_cups_libs $LIBS"
13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13153 /* end confdefs.h. */
13155 /* Override any GCC internal prototype to avoid an error.
13156 Use char because int might match the return type of a GCC
13157 builtin and then its argument prototype would still apply. */
13158 #ifdef __cplusplus
13159 extern "C"
13160 #endif
13161 char cupsGetDefault ();
13163 main ()
13165 return cupsGetDefault ();
13167 return 0;
13169 _ACEOF
13170 if ac_fn_c_try_link "$LINENO"; then :
13171 case "$LIBEXT" in
13172 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13173 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'` ;;
13174 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13175 if ${ac_cv_lib_soname_cups:+false} :; then :
13176 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13177 fi ;;
13178 esac
13180 rm -f core conftest.err conftest.$ac_objext \
13181 conftest$ac_exeext conftest.$ac_ext
13182 LIBS=$ac_check_soname_save_LIBS
13184 if ${ac_cv_lib_soname_cups:+false} :; then :
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13186 $as_echo "not found" >&6; }
13188 else
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13190 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13192 cat >>confdefs.h <<_ACEOF
13193 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13194 _ACEOF
13196 CUPS_CFLAGS="$ac_cups_cflags"
13198 for ac_header in cups/ppd.h
13199 do :
13200 ac_fn_c_check_header_mongrel "$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13201 if test "x$ac_cv_header_cups_ppd_h" = xyes; then :
13202 cat >>confdefs.h <<_ACEOF
13203 #define HAVE_CUPS_PPD_H 1
13204 _ACEOF
13208 done
13212 done
13214 CPPFLAGS="$ac_save_CPPFLAGS"
13216 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13217 case "x$with_cups" in
13218 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13219 xno) ;;
13220 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13221 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13222 esac
13226 if test "x$with_fontconfig" != "xno"
13227 then
13228 if ${FONTCONFIG_CFLAGS:+false} :; then :
13229 if ${PKG_CONFIG+:} false; then :
13230 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13233 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13234 if ${FONTCONFIG_LIBS:+false} :; then :
13235 if ${PKG_CONFIG+:} false; then :
13236 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13239 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13241 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13242 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13243 ac_save_CPPFLAGS=$CPPFLAGS
13244 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13245 for ac_header in fontconfig/fontconfig.h
13246 do :
13247 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13248 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13249 cat >>confdefs.h <<_ACEOF
13250 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13251 _ACEOF
13255 done
13257 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13258 then
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13260 $as_echo_n "checking for -lfontconfig... " >&6; }
13261 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13262 $as_echo_n "(cached) " >&6
13263 else
13264 ac_check_soname_save_LIBS=$LIBS
13265 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13267 /* end confdefs.h. */
13269 /* Override any GCC internal prototype to avoid an error.
13270 Use char because int might match the return type of a GCC
13271 builtin and then its argument prototype would still apply. */
13272 #ifdef __cplusplus
13273 extern "C"
13274 #endif
13275 char FcInit ();
13277 main ()
13279 return FcInit ();
13281 return 0;
13283 _ACEOF
13284 if ac_fn_c_try_link "$LINENO"; then :
13285 case "$LIBEXT" in
13286 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13287 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'` ;;
13288 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13289 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13290 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13291 fi ;;
13292 esac
13294 rm -f core conftest.err conftest.$ac_objext \
13295 conftest$ac_exeext conftest.$ac_ext
13296 LIBS=$ac_check_soname_save_LIBS
13298 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13300 $as_echo "not found" >&6; }
13301 FONTCONFIG_CFLAGS=""
13302 else
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13304 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13306 cat >>confdefs.h <<_ACEOF
13307 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13308 _ACEOF
13312 else
13313 FONTCONFIG_CFLAGS=""
13315 CPPFLAGS=$ac_save_CPPFLAGS
13316 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13317 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13320 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13321 case "x$with_fontconfig" in
13322 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13323 xno) ;;
13324 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13325 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13326 esac
13330 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13331 then
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13333 $as_echo_n "checking for -lgsm... " >&6; }
13334 if ${ac_cv_lib_soname_gsm+:} false; then :
13335 $as_echo_n "(cached) " >&6
13336 else
13337 ac_check_soname_save_LIBS=$LIBS
13338 LIBS="-lgsm $LIBS"
13339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13340 /* end confdefs.h. */
13342 /* Override any GCC internal prototype to avoid an error.
13343 Use char because int might match the return type of a GCC
13344 builtin and then its argument prototype would still apply. */
13345 #ifdef __cplusplus
13346 extern "C"
13347 #endif
13348 char gsm_create ();
13350 main ()
13352 return gsm_create ();
13354 return 0;
13356 _ACEOF
13357 if ac_fn_c_try_link "$LINENO"; then :
13358 case "$LIBEXT" in
13359 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13360 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'` ;;
13361 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13362 if ${ac_cv_lib_soname_gsm:+false} :; then :
13363 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13364 fi ;;
13365 esac
13367 rm -f core conftest.err conftest.$ac_objext \
13368 conftest$ac_exeext conftest.$ac_ext
13369 LIBS=$ac_check_soname_save_LIBS
13371 if ${ac_cv_lib_soname_gsm:+false} :; then :
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13373 $as_echo "not found" >&6; }
13375 else
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13377 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13379 cat >>confdefs.h <<_ACEOF
13380 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13381 _ACEOF
13386 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13387 case "x$with_gsm" in
13388 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13389 xno) ;;
13390 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13391 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13392 esac
13396 if test "x$with_jpeg" != "xno"
13397 then
13398 if ${JPEG_CFLAGS:+false} :; then :
13399 if ${PKG_CONFIG+:} false; then :
13400 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13404 if ${JPEG_LIBS:+false} :; then :
13405 if ${PKG_CONFIG+:} false; then :
13406 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13411 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13412 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13413 ac_save_CPPFLAGS=$CPPFLAGS
13414 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13415 for ac_header in jpeglib.h
13416 do :
13417 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13418 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13419 cat >>confdefs.h <<_ACEOF
13420 #define HAVE_JPEGLIB_H 1
13421 _ACEOF
13425 done
13427 if test "$ac_cv_header_jpeglib_h" = "yes"
13428 then
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13430 $as_echo_n "checking for -ljpeg... " >&6; }
13431 if ${ac_cv_lib_soname_jpeg+:} false; then :
13432 $as_echo_n "(cached) " >&6
13433 else
13434 ac_check_soname_save_LIBS=$LIBS
13435 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13437 /* end confdefs.h. */
13439 /* Override any GCC internal prototype to avoid an error.
13440 Use char because int might match the return type of a GCC
13441 builtin and then its argument prototype would still apply. */
13442 #ifdef __cplusplus
13443 extern "C"
13444 #endif
13445 char jpeg_start_decompress ();
13447 main ()
13449 return jpeg_start_decompress ();
13451 return 0;
13453 _ACEOF
13454 if ac_fn_c_try_link "$LINENO"; then :
13455 case "$LIBEXT" in
13456 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13457 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'` ;;
13458 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13459 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13460 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13461 fi ;;
13462 esac
13464 rm -f core conftest.err conftest.$ac_objext \
13465 conftest$ac_exeext conftest.$ac_ext
13466 LIBS=$ac_check_soname_save_LIBS
13468 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13470 $as_echo "not found" >&6; }
13471 JPEG_CFLAGS=""
13472 else
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13474 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13476 cat >>confdefs.h <<_ACEOF
13477 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13478 _ACEOF
13482 else
13483 JPEG_CFLAGS=""
13485 CPPFLAGS=$ac_save_CPPFLAGS
13486 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13487 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13490 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13491 case "x$with_jpeg" in
13492 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13493 xno) ;;
13494 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13495 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13496 esac
13500 if test "x$with_png" != "xno"
13501 then
13502 if ${PNG_CFLAGS:+false} :; then :
13503 if ${PKG_CONFIG+:} false; then :
13504 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13507 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13508 if ${PNG_LIBS:+false} :; then :
13509 if ${PKG_CONFIG+:} false; then :
13510 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13513 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13515 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13516 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13517 ac_save_CPPFLAGS=$CPPFLAGS
13518 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13519 for ac_header in png.h
13520 do :
13521 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13522 if test "x$ac_cv_header_png_h" = xyes; then :
13523 cat >>confdefs.h <<_ACEOF
13524 #define HAVE_PNG_H 1
13525 _ACEOF
13529 done
13531 if test "$ac_cv_header_png_h" = "yes"
13532 then
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13534 $as_echo_n "checking for -lpng... " >&6; }
13535 if ${ac_cv_lib_soname_png+:} false; then :
13536 $as_echo_n "(cached) " >&6
13537 else
13538 ac_check_soname_save_LIBS=$LIBS
13539 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13541 /* end confdefs.h. */
13543 /* Override any GCC internal prototype to avoid an error.
13544 Use char because int might match the return type of a GCC
13545 builtin and then its argument prototype would still apply. */
13546 #ifdef __cplusplus
13547 extern "C"
13548 #endif
13549 char png_create_read_struct ();
13551 main ()
13553 return png_create_read_struct ();
13555 return 0;
13557 _ACEOF
13558 if ac_fn_c_try_link "$LINENO"; then :
13559 case "$LIBEXT" in
13560 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13561 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'` ;;
13562 *) 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'`
13563 if ${ac_cv_lib_soname_png:+false} :; then :
13564 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13565 fi ;;
13566 esac
13568 rm -f core conftest.err conftest.$ac_objext \
13569 conftest$ac_exeext conftest.$ac_ext
13570 LIBS=$ac_check_soname_save_LIBS
13572 if ${ac_cv_lib_soname_png:+false} :; then :
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13574 $as_echo "not found" >&6; }
13575 PNG_CFLAGS=""
13576 else
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13578 $as_echo "$ac_cv_lib_soname_png" >&6; }
13580 cat >>confdefs.h <<_ACEOF
13581 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13582 _ACEOF
13584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13585 /* end confdefs.h. */
13586 #include <png.h>
13588 main ()
13590 typeof(png_set_expand_gray_1_2_4_to_8) *p
13592 return 0;
13594 _ACEOF
13595 if ac_fn_c_try_compile "$LINENO"; then :
13597 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13602 else
13603 PNG_CFLAGS=""
13605 CPPFLAGS=$ac_save_CPPFLAGS
13606 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13607 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13610 if test "x$ac_cv_lib_soname_png" = "x"; then :
13611 case "x$with_png" in
13612 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13613 xno) ;;
13614 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13615 This is an error since --with-png was requested." "$LINENO" 5 ;;
13616 esac
13620 if test "x$with_tiff" != "xno"
13621 then
13622 if ${TIFF_CFLAGS:+false} :; then :
13623 if ${PKG_CONFIG+:} false; then :
13624 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13628 if ${TIFF_LIBS:+false} :; then :
13629 if ${PKG_CONFIG+:} false; then :
13630 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13635 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13636 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13637 ac_save_CPPFLAGS=$CPPFLAGS
13638 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13639 for ac_header in tiffio.h
13640 do :
13641 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13642 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13643 cat >>confdefs.h <<_ACEOF
13644 #define HAVE_TIFFIO_H 1
13645 _ACEOF
13649 done
13651 if test "$ac_cv_header_tiffio_h" = "yes"
13652 then
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13654 $as_echo_n "checking for -ltiff... " >&6; }
13655 if ${ac_cv_lib_soname_tiff+:} false; then :
13656 $as_echo_n "(cached) " >&6
13657 else
13658 ac_check_soname_save_LIBS=$LIBS
13659 LIBS="-ltiff $TIFF_LIBS $LIBS"
13660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13661 /* end confdefs.h. */
13663 /* Override any GCC internal prototype to avoid an error.
13664 Use char because int might match the return type of a GCC
13665 builtin and then its argument prototype would still apply. */
13666 #ifdef __cplusplus
13667 extern "C"
13668 #endif
13669 char TIFFClientOpen ();
13671 main ()
13673 return TIFFClientOpen ();
13675 return 0;
13677 _ACEOF
13678 if ac_fn_c_try_link "$LINENO"; then :
13679 case "$LIBEXT" in
13680 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13681 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'` ;;
13682 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13683 if ${ac_cv_lib_soname_tiff:+false} :; then :
13684 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13685 fi ;;
13686 esac
13688 rm -f core conftest.err conftest.$ac_objext \
13689 conftest$ac_exeext conftest.$ac_ext
13690 LIBS=$ac_check_soname_save_LIBS
13692 if ${ac_cv_lib_soname_tiff:+false} :; then :
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13694 $as_echo "not found" >&6; }
13696 else
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13698 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13700 cat >>confdefs.h <<_ACEOF
13701 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13702 _ACEOF
13707 CPPFLAGS=$ac_save_CPPFLAGS
13708 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13709 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13712 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13713 case "x$with_tiff" in
13714 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13715 xno) ;;
13716 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13717 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13718 esac
13722 if test "x$with_mpg123" != "xno"
13723 then
13724 if ${MPG123_CFLAGS:+false} :; then :
13725 if ${PKG_CONFIG+:} false; then :
13726 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13730 if ${MPG123_LIBS:+false} :; then :
13731 if ${PKG_CONFIG+:} false; then :
13732 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13736 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13737 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13738 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13739 ac_save_CPPFLAGS=$CPPFLAGS
13740 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13741 for ac_header in mpg123.h
13742 do :
13743 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13744 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13745 cat >>confdefs.h <<_ACEOF
13746 #define HAVE_MPG123_H 1
13747 _ACEOF
13751 done
13753 if test "$ac_cv_header_mpg123_h" = "yes"
13754 then
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13756 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13757 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13758 $as_echo_n "(cached) " >&6
13759 else
13760 ac_check_lib_save_LIBS=$LIBS
13761 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13763 /* end confdefs.h. */
13765 /* Override any GCC internal prototype to avoid an error.
13766 Use char because int might match the return type of a GCC
13767 builtin and then its argument prototype would still apply. */
13768 #ifdef __cplusplus
13769 extern "C"
13770 #endif
13771 char mpg123_feed ();
13773 main ()
13775 return mpg123_feed ();
13777 return 0;
13779 _ACEOF
13780 if ac_fn_c_try_link "$LINENO"; then :
13781 ac_cv_lib_mpg123_mpg123_feed=yes
13782 else
13783 ac_cv_lib_mpg123_mpg123_feed=no
13785 rm -f core conftest.err conftest.$ac_objext \
13786 conftest$ac_exeext conftest.$ac_ext
13787 LIBS=$ac_check_lib_save_LIBS
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13790 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13791 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13793 else
13794 MPG123_LIBS=""
13797 else
13798 MPG123_CFLAGS=""
13799 MPG123_LIBS=""
13801 CPPFLAGS=$ac_save_CPPFLAGS
13802 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13803 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13806 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13807 case "x$with_mpg123" in
13808 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13809 xno) ;;
13810 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13811 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13812 esac
13813 enable_winemp3_acm=${enable_winemp3_acm:-no}
13816 if test "$ac_cv_header_AL_al_h" = "yes"
13817 then
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13819 $as_echo_n "checking for -lopenal... " >&6; }
13820 if ${ac_cv_lib_soname_openal+:} false; then :
13821 $as_echo_n "(cached) " >&6
13822 else
13823 ac_check_soname_save_LIBS=$LIBS
13824 LIBS="-lopenal $LIBS"
13825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13826 /* end confdefs.h. */
13828 /* Override any GCC internal prototype to avoid an error.
13829 Use char because int might match the return type of a GCC
13830 builtin and then its argument prototype would still apply. */
13831 #ifdef __cplusplus
13832 extern "C"
13833 #endif
13834 char alGetSource3i ();
13836 main ()
13838 return alGetSource3i ();
13840 return 0;
13842 _ACEOF
13843 if ac_fn_c_try_link "$LINENO"; then :
13844 case "$LIBEXT" in
13845 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13846 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'` ;;
13847 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13848 if ${ac_cv_lib_soname_openal:+false} :; then :
13849 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13850 fi ;;
13851 esac
13853 rm -f core conftest.err conftest.$ac_objext \
13854 conftest$ac_exeext conftest.$ac_ext
13855 LIBS=$ac_check_soname_save_LIBS
13857 if ${ac_cv_lib_soname_openal:+false} :; then :
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13859 $as_echo "not found" >&6; }
13861 else
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13863 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13865 cat >>confdefs.h <<_ACEOF
13866 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13867 _ACEOF
13869 OPENAL_LIBS="-lopenal"
13871 ac_cv_lib_openal=yes
13873 cat >>confdefs.h <<_ACEOF
13874 #define HAVE_OPENAL 1
13875 _ACEOF
13879 if test "x$ac_cv_lib_openal" != xyes; then :
13880 case "x$with_openal" in
13881 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13882 xno) ;;
13883 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13884 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13885 esac
13886 enable_openal32=${enable_openal32:-no}
13889 if test "x$ac_cv_lib_openal" = xyes
13890 then
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13892 $as_echo_n "checking for openal-soft... " >&6; }
13893 if ${ac_cv_have_openalsoft+:} false; then :
13894 $as_echo_n "(cached) " >&6
13895 else
13896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13897 /* end confdefs.h. */
13898 #include <AL/al.h>
13899 #include <AL/alc.h>
13900 #include <AL/alext.h>
13901 LPALCRENDERSAMPLESSOFT x;
13903 main ()
13907 return 0;
13909 _ACEOF
13910 if ac_fn_c_try_compile "$LINENO"; then :
13911 ac_cv_have_openalsoft=yes
13912 else
13913 ac_cv_have_openalsoft=no
13915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13918 $as_echo "$ac_cv_have_openalsoft" >&6; }
13920 if test "x$ac_cv_have_openalsoft" != xyes
13921 then
13922 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13923 enable_x3daudio1_0=${enable_x3daudio1_0:-no}
13924 enable_x3daudio1_1=${enable_x3daudio1_1:-no}
13925 enable_x3daudio1_2=${enable_x3daudio1_2:-no}
13926 enable_x3daudio1_3=${enable_x3daudio1_3:-no}
13927 enable_x3daudio1_4=${enable_x3daudio1_4:-no}
13928 enable_x3daudio1_5=${enable_x3daudio1_5:-no}
13929 enable_x3daudio1_6=${enable_x3daudio1_6:-no}
13930 enable_x3daudio1_7=${enable_x3daudio1_7:-no}
13931 enable_xapofx1_1=${enable_xapofx1_1:-no}
13932 enable_xapofx1_2=${enable_xapofx1_2:-no}
13933 enable_xapofx1_3=${enable_xapofx1_3:-no}
13934 enable_xapofx1_4=${enable_xapofx1_4:-no}
13935 enable_xapofx1_5=${enable_xapofx1_5:-no}
13936 enable_xaudio2_0=${enable_xaudio2_0:-no}
13937 enable_xaudio2_1=${enable_xaudio2_1:-no}
13938 enable_xaudio2_2=${enable_xaudio2_2:-no}
13939 enable_xaudio2_3=${enable_xaudio2_3:-no}
13940 enable_xaudio2_4=${enable_xaudio2_4:-no}
13941 enable_xaudio2_5=${enable_xaudio2_5:-no}
13942 enable_xaudio2_6=${enable_xaudio2_6:-no}
13943 enable_xaudio2_7=${enable_xaudio2_7:-no}
13944 enable_xaudio2_8=${enable_xaudio2_8:-no}
13945 enable_xaudio2_9=${enable_xaudio2_9:-no}
13948 if test "$ac_cv_header_kstat_h" = "yes"
13949 then
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13951 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13952 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13953 $as_echo_n "(cached) " >&6
13954 else
13955 ac_check_lib_save_LIBS=$LIBS
13956 LIBS="-lkstat $LIBS"
13957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13958 /* end confdefs.h. */
13960 /* Override any GCC internal prototype to avoid an error.
13961 Use char because int might match the return type of a GCC
13962 builtin and then its argument prototype would still apply. */
13963 #ifdef __cplusplus
13964 extern "C"
13965 #endif
13966 char kstat_open ();
13968 main ()
13970 return kstat_open ();
13972 return 0;
13974 _ACEOF
13975 if ac_fn_c_try_link "$LINENO"; then :
13976 ac_cv_lib_kstat_kstat_open=yes
13977 else
13978 ac_cv_lib_kstat_kstat_open=no
13980 rm -f core conftest.err conftest.$ac_objext \
13981 conftest$ac_exeext conftest.$ac_ext
13982 LIBS=$ac_check_lib_save_LIBS
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13985 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13986 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13988 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13990 KSTAT_LIBS="-lkstat"
13996 if test "$ac_cv_header_libprocstat_h" = "yes"
13997 then
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13999 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14000 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
14001 $as_echo_n "(cached) " >&6
14002 else
14003 ac_check_lib_save_LIBS=$LIBS
14004 LIBS="-lprocstat $LIBS"
14005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14006 /* end confdefs.h. */
14008 /* Override any GCC internal prototype to avoid an error.
14009 Use char because int might match the return type of a GCC
14010 builtin and then its argument prototype would still apply. */
14011 #ifdef __cplusplus
14012 extern "C"
14013 #endif
14014 char procstat_open_sysctl ();
14016 main ()
14018 return procstat_open_sysctl ();
14020 return 0;
14022 _ACEOF
14023 if ac_fn_c_try_link "$LINENO"; then :
14024 ac_cv_lib_procstat_procstat_open_sysctl=yes
14025 else
14026 ac_cv_lib_procstat_procstat_open_sysctl=no
14028 rm -f core conftest.err conftest.$ac_objext \
14029 conftest$ac_exeext conftest.$ac_ext
14030 LIBS=$ac_check_lib_save_LIBS
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14033 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14034 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
14036 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14038 PROCSTAT_LIBS="-lprocstat"
14044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14045 $as_echo_n "checking for -lodbc... " >&6; }
14046 if ${ac_cv_lib_soname_odbc+:} false; then :
14047 $as_echo_n "(cached) " >&6
14048 else
14049 ac_check_soname_save_LIBS=$LIBS
14050 LIBS="-lodbc $LIBS"
14051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14052 /* end confdefs.h. */
14054 /* Override any GCC internal prototype to avoid an error.
14055 Use char because int might match the return type of a GCC
14056 builtin and then its argument prototype would still apply. */
14057 #ifdef __cplusplus
14058 extern "C"
14059 #endif
14060 char SQLConnect ();
14062 main ()
14064 return SQLConnect ();
14066 return 0;
14068 _ACEOF
14069 if ac_fn_c_try_link "$LINENO"; then :
14070 case "$LIBEXT" in
14071 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14072 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'` ;;
14073 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14074 if ${ac_cv_lib_soname_odbc:+false} :; then :
14075 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14076 fi ;;
14077 esac
14079 rm -f core conftest.err conftest.$ac_objext \
14080 conftest$ac_exeext conftest.$ac_ext
14081 LIBS=$ac_check_soname_save_LIBS
14083 if ${ac_cv_lib_soname_odbc:+false} :; then :
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14085 $as_echo "not found" >&6; }
14086 cat >>confdefs.h <<_ACEOF
14087 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14088 _ACEOF
14090 else
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14092 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14094 cat >>confdefs.h <<_ACEOF
14095 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14096 _ACEOF
14101 if test "x$with_netapi" != "xno"
14102 then
14103 if ${NETAPI_CFLAGS:+false} :; then :
14104 if ${PKG_CONFIG+:} false; then :
14105 NETAPI_CFLAGS=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14109 if ${NETAPI_LIBS:+false} :; then :
14110 if ${PKG_CONFIG+:} false; then :
14111 NETAPI_LIBS=`$PKG_CONFIG --libs netapi 2>/dev/null`
14116 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14117 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14118 ac_save_CPPFLAGS=$CPPFLAGS
14119 CPPFLAGS="$CPPFLAGS $NETAPI_CFLAGS"
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14121 $as_echo_n "checking for -lnetapi... " >&6; }
14122 if ${ac_cv_lib_soname_netapi+:} false; then :
14123 $as_echo_n "(cached) " >&6
14124 else
14125 ac_check_soname_save_LIBS=$LIBS
14126 LIBS="-lnetapi $NETAPI_LIBS $LIBS"
14127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14128 /* end confdefs.h. */
14130 /* Override any GCC internal prototype to avoid an error.
14131 Use char because int might match the return type of a GCC
14132 builtin and then its argument prototype would still apply. */
14133 #ifdef __cplusplus
14134 extern "C"
14135 #endif
14136 char libnetapi_init ();
14138 main ()
14140 return libnetapi_init ();
14142 return 0;
14144 _ACEOF
14145 if ac_fn_c_try_link "$LINENO"; then :
14146 case "$LIBEXT" in
14147 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14148 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'` ;;
14149 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14150 if ${ac_cv_lib_soname_netapi:+false} :; then :
14151 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14152 fi ;;
14153 esac
14155 rm -f core conftest.err conftest.$ac_objext \
14156 conftest$ac_exeext conftest.$ac_ext
14157 LIBS=$ac_check_soname_save_LIBS
14159 if ${ac_cv_lib_soname_netapi:+false} :; then :
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14161 $as_echo "not found" >&6; }
14162 cat >>confdefs.h <<_ACEOF
14163 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14164 _ACEOF
14166 else
14167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14168 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14170 cat >>confdefs.h <<_ACEOF
14171 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14172 _ACEOF
14176 CPPFLAGS=$ac_save_CPPFLAGS
14177 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14178 test -z "$NETAPI_LIBS" || NETAPI_LIBS=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14182 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono -a \
14183 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14184 then
14185 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
14189 EXTRACFLAGS=""
14191 if test "x${GCC}" = "xyes"
14192 then
14193 EXTRACFLAGS="-Wall -pipe"
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14196 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14197 if ${ac_cv_c_gcc_strength_bug+:} false; then :
14198 $as_echo_n "(cached) " >&6
14199 else
14200 if test "$cross_compiling" = yes; then :
14201 ac_cv_c_gcc_strength_bug="no"
14202 else
14203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14205 int L[4] = {0,1,2,3};
14207 main ()
14209 static int Array[3];
14210 unsigned int B = 3;
14211 int i;
14212 for(i=0; i<B; i++) Array[i] = i - 3;
14213 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14214 L[i] = 4;
14215 return (Array[1] != -2 || L[2] != 3)
14217 return 0;
14219 _ACEOF
14220 if ac_fn_c_try_run "$LINENO"; then :
14221 ac_cv_c_gcc_strength_bug="no"
14222 else
14223 ac_cv_c_gcc_strength_bug="yes"
14225 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14226 conftest.$ac_objext conftest.beam conftest.$ac_ext
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14231 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14232 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14233 then
14234 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14238 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14239 if ${ac_cv_cflags__fno_builtin+:} false; then :
14240 $as_echo_n "(cached) " >&6
14241 else
14242 ac_wine_try_cflags_saved=$CFLAGS
14243 CFLAGS="$CFLAGS -fno-builtin"
14244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246 int main(int argc, char **argv) { return 0; }
14247 _ACEOF
14248 if ac_fn_c_try_link "$LINENO"; then :
14249 ac_cv_cflags__fno_builtin=yes
14250 else
14251 ac_cv_cflags__fno_builtin=no
14253 rm -f core conftest.err conftest.$ac_objext \
14254 conftest$ac_exeext conftest.$ac_ext
14255 CFLAGS=$ac_wine_try_cflags_saved
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14258 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14259 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14260 BUILTINFLAG="-fno-builtin"
14263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14264 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14265 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14266 $as_echo_n "(cached) " >&6
14267 else
14268 ac_wine_try_cflags_saved=$CFLAGS
14269 CFLAGS="$CFLAGS -fno-strict-aliasing"
14270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14271 /* end confdefs.h. */
14272 int main(int argc, char **argv) { return 0; }
14273 _ACEOF
14274 if ac_fn_c_try_link "$LINENO"; then :
14275 ac_cv_cflags__fno_strict_aliasing=yes
14276 else
14277 ac_cv_cflags__fno_strict_aliasing=no
14279 rm -f core conftest.err conftest.$ac_objext \
14280 conftest$ac_exeext conftest.$ac_ext
14281 CFLAGS=$ac_wine_try_cflags_saved
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14284 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14285 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14286 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14289 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14290 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14291 $as_echo_n "(cached) " >&6
14292 else
14293 ac_wine_try_cflags_saved=$CFLAGS
14294 CFLAGS="$CFLAGS -fexcess-precision=standard"
14295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14296 /* end confdefs.h. */
14297 int main(int argc, char **argv) { return 0; }
14298 _ACEOF
14299 if ac_fn_c_try_link "$LINENO"; then :
14300 ac_cv_cflags__fexcess_precision_standard=yes
14301 else
14302 ac_cv_cflags__fexcess_precision_standard=no
14304 rm -f core conftest.err conftest.$ac_objext \
14305 conftest$ac_exeext conftest.$ac_ext
14306 CFLAGS=$ac_wine_try_cflags_saved
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14309 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14310 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14311 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14314 saved_CFLAGS=$CFLAGS
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14316 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14317 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14318 $as_echo_n "(cached) " >&6
14319 else
14320 ac_wine_try_cflags_saved=$CFLAGS
14321 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14323 /* end confdefs.h. */
14324 int main(int argc, char **argv) { return 0; }
14325 _ACEOF
14326 if ac_fn_c_try_link "$LINENO"; then :
14327 ac_cv_cflags__Werror_unknown_warning_option=yes
14328 else
14329 ac_cv_cflags__Werror_unknown_warning_option=no
14331 rm -f core conftest.err conftest.$ac_objext \
14332 conftest$ac_exeext conftest.$ac_ext
14333 CFLAGS=$ac_wine_try_cflags_saved
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14336 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14337 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14338 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14341 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14342 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14343 $as_echo_n "(cached) " >&6
14344 else
14345 ac_wine_try_cflags_saved=$CFLAGS
14346 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14348 /* end confdefs.h. */
14349 int main(int argc, char **argv) { return 0; }
14350 _ACEOF
14351 if ac_fn_c_try_link "$LINENO"; then :
14352 ac_cv_cflags__Wdeclaration_after_statement=yes
14353 else
14354 ac_cv_cflags__Wdeclaration_after_statement=no
14356 rm -f core conftest.err conftest.$ac_objext \
14357 conftest$ac_exeext conftest.$ac_ext
14358 CFLAGS=$ac_wine_try_cflags_saved
14360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14361 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14362 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14363 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14366 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14367 if ${ac_cv_cflags__Wempty_body+:} false; then :
14368 $as_echo_n "(cached) " >&6
14369 else
14370 ac_wine_try_cflags_saved=$CFLAGS
14371 CFLAGS="$CFLAGS -Wempty-body"
14372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14373 /* end confdefs.h. */
14374 int main(int argc, char **argv) { return 0; }
14375 _ACEOF
14376 if ac_fn_c_try_link "$LINENO"; then :
14377 ac_cv_cflags__Wempty_body=yes
14378 else
14379 ac_cv_cflags__Wempty_body=no
14381 rm -f core conftest.err conftest.$ac_objext \
14382 conftest$ac_exeext conftest.$ac_ext
14383 CFLAGS=$ac_wine_try_cflags_saved
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14386 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14387 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14388 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14391 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14392 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14393 $as_echo_n "(cached) " >&6
14394 else
14395 ac_wine_try_cflags_saved=$CFLAGS
14396 CFLAGS="$CFLAGS -Wignored-qualifiers"
14397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14398 /* end confdefs.h. */
14399 int main(int argc, char **argv) { return 0; }
14400 _ACEOF
14401 if ac_fn_c_try_link "$LINENO"; then :
14402 ac_cv_cflags__Wignored_qualifiers=yes
14403 else
14404 ac_cv_cflags__Wignored_qualifiers=no
14406 rm -f core conftest.err conftest.$ac_objext \
14407 conftest$ac_exeext conftest.$ac_ext
14408 CFLAGS=$ac_wine_try_cflags_saved
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14411 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14412 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14413 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14416 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14417 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14418 $as_echo_n "(cached) " >&6
14419 else
14420 ac_wine_try_cflags_saved=$CFLAGS
14421 CFLAGS="$CFLAGS -Wshift-overflow=2"
14422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14423 /* end confdefs.h. */
14424 int main(int argc, char **argv) { return 0; }
14425 _ACEOF
14426 if ac_fn_c_try_link "$LINENO"; then :
14427 ac_cv_cflags__Wshift_overflow_2=yes
14428 else
14429 ac_cv_cflags__Wshift_overflow_2=no
14431 rm -f core conftest.err conftest.$ac_objext \
14432 conftest$ac_exeext conftest.$ac_ext
14433 CFLAGS=$ac_wine_try_cflags_saved
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14436 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14437 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14438 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14441 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14442 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14443 $as_echo_n "(cached) " >&6
14444 else
14445 ac_wine_try_cflags_saved=$CFLAGS
14446 CFLAGS="$CFLAGS -Wstrict-prototypes"
14447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14448 /* end confdefs.h. */
14449 int main(int argc, char **argv) { return 0; }
14450 _ACEOF
14451 if ac_fn_c_try_link "$LINENO"; then :
14452 ac_cv_cflags__Wstrict_prototypes=yes
14453 else
14454 ac_cv_cflags__Wstrict_prototypes=no
14456 rm -f core conftest.err conftest.$ac_objext \
14457 conftest$ac_exeext conftest.$ac_ext
14458 CFLAGS=$ac_wine_try_cflags_saved
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14461 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14462 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14463 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14466 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14467 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14468 $as_echo_n "(cached) " >&6
14469 else
14470 ac_wine_try_cflags_saved=$CFLAGS
14471 CFLAGS="$CFLAGS -Wtype-limits"
14472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14473 /* end confdefs.h. */
14474 int main(int argc, char **argv) { return 0; }
14475 _ACEOF
14476 if ac_fn_c_try_link "$LINENO"; then :
14477 ac_cv_cflags__Wtype_limits=yes
14478 else
14479 ac_cv_cflags__Wtype_limits=no
14481 rm -f core conftest.err conftest.$ac_objext \
14482 conftest$ac_exeext conftest.$ac_ext
14483 CFLAGS=$ac_wine_try_cflags_saved
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14486 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14487 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14488 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14491 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14492 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14493 $as_echo_n "(cached) " >&6
14494 else
14495 ac_wine_try_cflags_saved=$CFLAGS
14496 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14498 /* end confdefs.h. */
14499 int main(int argc, char **argv) { return 0; }
14500 _ACEOF
14501 if ac_fn_c_try_link "$LINENO"; then :
14502 ac_cv_cflags__Wunused_but_set_parameter=yes
14503 else
14504 ac_cv_cflags__Wunused_but_set_parameter=no
14506 rm -f core conftest.err conftest.$ac_objext \
14507 conftest$ac_exeext conftest.$ac_ext
14508 CFLAGS=$ac_wine_try_cflags_saved
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14511 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14512 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14513 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14516 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14517 if ${ac_cv_cflags__Wvla+:} false; then :
14518 $as_echo_n "(cached) " >&6
14519 else
14520 ac_wine_try_cflags_saved=$CFLAGS
14521 CFLAGS="$CFLAGS -Wvla"
14522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14523 /* end confdefs.h. */
14524 int main(int argc, char **argv) { return 0; }
14525 _ACEOF
14526 if ac_fn_c_try_link "$LINENO"; then :
14527 ac_cv_cflags__Wvla=yes
14528 else
14529 ac_cv_cflags__Wvla=no
14531 rm -f core conftest.err conftest.$ac_objext \
14532 conftest$ac_exeext conftest.$ac_ext
14533 CFLAGS=$ac_wine_try_cflags_saved
14535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14536 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14537 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14538 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14541 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14542 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14543 $as_echo_n "(cached) " >&6
14544 else
14545 ac_wine_try_cflags_saved=$CFLAGS
14546 CFLAGS="$CFLAGS -Wwrite-strings"
14547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14548 /* end confdefs.h. */
14549 int main(int argc, char **argv) { return 0; }
14550 _ACEOF
14551 if ac_fn_c_try_link "$LINENO"; then :
14552 ac_cv_cflags__Wwrite_strings=yes
14553 else
14554 ac_cv_cflags__Wwrite_strings=no
14556 rm -f core conftest.err conftest.$ac_objext \
14557 conftest$ac_exeext conftest.$ac_ext
14558 CFLAGS=$ac_wine_try_cflags_saved
14560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14561 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14562 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14563 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14567 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14568 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14569 $as_echo_n "(cached) " >&6
14570 else
14571 ac_wine_try_cflags_saved=$CFLAGS
14572 CFLAGS="$CFLAGS -Wpointer-arith"
14573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14574 /* end confdefs.h. */
14575 int main(int argc, char **argv) { return 0; }
14576 _ACEOF
14577 if ac_fn_c_try_link "$LINENO"; then :
14578 ac_cv_cflags__Wpointer_arith=yes
14579 else
14580 ac_cv_cflags__Wpointer_arith=no
14582 rm -f core conftest.err conftest.$ac_objext \
14583 conftest$ac_exeext conftest.$ac_ext
14584 CFLAGS=$ac_wine_try_cflags_saved
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14587 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14588 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14589 saved_string_h_CFLAGS=$CFLAGS
14590 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14592 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14593 if ${ac_cv_c_string_h_warnings+:} false; then :
14594 $as_echo_n "(cached) " >&6
14595 else
14596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14597 /* end confdefs.h. */
14598 #include <string.h>
14600 main ()
14604 return 0;
14606 _ACEOF
14607 if ac_fn_c_try_compile "$LINENO"; then :
14608 ac_cv_c_string_h_warnings=no
14609 else
14610 ac_cv_c_string_h_warnings=yes
14612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14615 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14616 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14617 CFLAGS=$saved_string_h_CFLAGS
14620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14621 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14622 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14623 $as_echo_n "(cached) " >&6
14624 else
14625 ac_wine_try_cflags_saved=$CFLAGS
14626 CFLAGS="$CFLAGS -Wlogical-op"
14627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14628 /* end confdefs.h. */
14629 int main(int argc, char **argv) { return 0; }
14630 _ACEOF
14631 if ac_fn_c_try_link "$LINENO"; then :
14632 ac_cv_cflags__Wlogical_op=yes
14633 else
14634 ac_cv_cflags__Wlogical_op=no
14636 rm -f core conftest.err conftest.$ac_objext \
14637 conftest$ac_exeext conftest.$ac_ext
14638 CFLAGS=$ac_wine_try_cflags_saved
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14641 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14642 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14643 saved_string_h_CFLAGS=$CFLAGS
14644 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14646 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14647 if ${ac_cv_c_logicalop_noisy+:} false; then :
14648 $as_echo_n "(cached) " >&6
14649 else
14650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14651 /* end confdefs.h. */
14652 #include <string.h>
14653 char*f(const char *h,char n) {return strchr(h,n);}
14655 main ()
14659 return 0;
14661 _ACEOF
14662 if ac_fn_c_try_compile "$LINENO"; then :
14663 ac_cv_c_logicalop_noisy=no
14664 else
14665 ac_cv_c_logicalop_noisy=yes
14667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14670 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14671 CFLAGS=$saved_string_h_CFLAGS
14672 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14675 CFLAGS=$saved_CFLAGS
14677 for ac_flag in $CFLAGS; do
14678 case $ac_flag in
14679 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14680 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14681 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14682 $as_echo_n "(cached) " >&6
14683 else
14684 ac_wine_try_cflags_saved=$CFLAGS
14685 CFLAGS="$CFLAGS -gdwarf-2"
14686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14687 /* end confdefs.h. */
14688 int main(int argc, char **argv) { return 0; }
14689 _ACEOF
14690 if ac_fn_c_try_link "$LINENO"; then :
14691 ac_cv_cflags__gdwarf_2=yes
14692 else
14693 ac_cv_cflags__gdwarf_2=no
14695 rm -f core conftest.err conftest.$ac_objext \
14696 conftest$ac_exeext conftest.$ac_ext
14697 CFLAGS=$ac_wine_try_cflags_saved
14699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14700 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14701 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14702 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14705 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14706 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14707 $as_echo_n "(cached) " >&6
14708 else
14709 ac_wine_try_cflags_saved=$CFLAGS
14710 CFLAGS="$CFLAGS -gstrict-dwarf"
14711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14712 /* end confdefs.h. */
14713 int main(int argc, char **argv) { return 0; }
14714 _ACEOF
14715 if ac_fn_c_try_link "$LINENO"; then :
14716 ac_cv_cflags__gstrict_dwarf=yes
14717 else
14718 ac_cv_cflags__gstrict_dwarf=no
14720 rm -f core conftest.err conftest.$ac_objext \
14721 conftest$ac_exeext conftest.$ac_ext
14722 CFLAGS=$ac_wine_try_cflags_saved
14724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14725 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14726 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14727 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14728 fi ;;
14729 esac
14730 done
14732 case $host_cpu in
14733 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14734 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14735 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14736 $as_echo_n "(cached) " >&6
14737 else
14738 ac_wine_try_cflags_saved=$CFLAGS
14739 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14741 /* end confdefs.h. */
14742 int main(int argc, char **argv) { return 0; }
14743 _ACEOF
14744 if ac_fn_c_try_link "$LINENO"; then :
14745 ac_cv_cflags__fno_omit_frame_pointer=yes
14746 else
14747 ac_cv_cflags__fno_omit_frame_pointer=no
14749 rm -f core conftest.err conftest.$ac_objext \
14750 conftest$ac_exeext conftest.$ac_ext
14751 CFLAGS=$ac_wine_try_cflags_saved
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14754 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14755 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14756 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14757 fi ;;
14758 esac
14760 case $host in
14761 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14762 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14763 if ${ac_cv_cflags__Wno_format+:} false; then :
14764 $as_echo_n "(cached) " >&6
14765 else
14766 ac_wine_try_cflags_saved=$CFLAGS
14767 CFLAGS="$CFLAGS -Wno-format"
14768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14769 /* end confdefs.h. */
14770 int main(int argc, char **argv) { return 0; }
14771 _ACEOF
14772 if ac_fn_c_try_link "$LINENO"; then :
14773 ac_cv_cflags__Wno_format=yes
14774 else
14775 ac_cv_cflags__Wno_format=no
14777 rm -f core conftest.err conftest.$ac_objext \
14778 conftest$ac_exeext conftest.$ac_ext
14779 CFLAGS=$ac_wine_try_cflags_saved
14781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14782 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14783 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14784 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14785 fi ;;
14786 esac
14788 if test "x$enable_maintainer_mode" = "xyes"
14789 then
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14791 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14792 if ${ac_cv_cflags__Werror+:} false; then :
14793 $as_echo_n "(cached) " >&6
14794 else
14795 ac_wine_try_cflags_saved=$CFLAGS
14796 CFLAGS="$CFLAGS -Werror"
14797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14798 /* end confdefs.h. */
14799 int main(int argc, char **argv) { return 0; }
14800 _ACEOF
14801 if ac_fn_c_try_link "$LINENO"; then :
14802 ac_cv_cflags__Werror=yes
14803 else
14804 ac_cv_cflags__Werror=no
14806 rm -f core conftest.err conftest.$ac_objext \
14807 conftest$ac_exeext conftest.$ac_ext
14808 CFLAGS=$ac_wine_try_cflags_saved
14810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14811 $as_echo "$ac_cv_cflags__Werror" >&6; }
14812 if test "x$ac_cv_cflags__Werror" = xyes; then :
14813 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14817 saved_CFLAGS="$CFLAGS"
14818 CFLAGS="$CFLAGS -Werror"
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14820 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14821 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14822 $as_echo_n "(cached) " >&6
14823 else
14824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14825 /* end confdefs.h. */
14826 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14828 main ()
14832 return 0;
14834 _ACEOF
14835 if ac_fn_c_try_compile "$LINENO"; then :
14836 ac_cv_have_ms_hook_prologue="yes"
14837 else
14838 ac_cv_have_ms_hook_prologue="no"
14840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14843 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14844 CFLAGS="$saved_CFLAGS"
14845 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14846 then
14848 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14850 else
14851 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14858 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14859 if ${ac_cv_c_fortify_enabled+:} false; then :
14860 $as_echo_n "(cached) " >&6
14861 else
14862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14863 /* end confdefs.h. */
14864 #include <string.h>
14866 main ()
14868 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14869 #error Fortify enabled
14870 #endif
14872 return 0;
14874 _ACEOF
14875 if ac_fn_c_try_compile "$LINENO"; then :
14876 ac_cv_c_fortify_enabled=no
14877 else
14878 ac_cv_c_fortify_enabled=yes
14880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14883 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14884 if test "$ac_cv_c_fortify_enabled" = yes
14885 then
14886 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14891 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14892 if ${ac_cv_c_extern_prefix+:} false; then :
14893 $as_echo_n "(cached) " >&6
14894 else
14895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14896 /* end confdefs.h. */
14897 extern int ac_test;
14899 main ()
14901 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14903 return 0;
14905 _ACEOF
14906 if ac_fn_c_try_link "$LINENO"; then :
14907 ac_cv_c_extern_prefix="yes"
14908 else
14909 ac_cv_c_extern_prefix="no"
14911 rm -f core conftest.err conftest.$ac_objext \
14912 conftest$ac_exeext conftest.$ac_ext
14914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14915 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14917 case $host_cpu in
14918 *i[3456789]86*)
14919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14920 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14921 if ${ac_cv_c_stdcall_suffix+:} false; then :
14922 $as_echo_n "(cached) " >&6
14923 else
14924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14925 /* end confdefs.h. */
14926 #ifndef _MSC_VER
14927 #define __stdcall __attribute__((__stdcall__))
14928 #endif
14929 int __stdcall ac_test(int i) { return i; }
14931 main ()
14933 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14935 return 0;
14937 _ACEOF
14938 if ac_fn_c_try_link "$LINENO"; then :
14939 ac_cv_c_stdcall_suffix="yes"
14940 else
14941 ac_cv_c_stdcall_suffix="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_stdcall_suffix" >&5
14947 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14948 *) ac_cv_c_stdcall_suffix="no" ;;
14949 esac
14952 if test "$ac_cv_c_extern_prefix" = "yes"
14953 then
14954 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14956 asm_name_prefix="_"
14957 else
14958 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14960 asm_name_prefix=""
14964 if test "$ac_cv_c_stdcall_suffix" = "yes"
14965 then
14966 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14968 else
14969 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14975 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14976 if ${ac_cv_asm_func_def+:} false; then :
14977 $as_echo_n "(cached) " >&6
14978 else
14979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14980 /* end confdefs.h. */
14983 main ()
14985 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14987 return 0;
14989 _ACEOF
14990 if ac_fn_c_try_link "$LINENO"; then :
14991 ac_cv_asm_func_def=".def"
14992 else
14993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14994 /* end confdefs.h. */
14997 main ()
14999 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15001 return 0;
15003 _ACEOF
15004 if ac_fn_c_try_link "$LINENO"; then :
15005 ac_cv_asm_func_def=".type @function"
15006 else
15007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15008 /* end confdefs.h. */
15011 main ()
15013 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15015 return 0;
15017 _ACEOF
15018 if ac_fn_c_try_link "$LINENO"; then :
15019 ac_cv_asm_func_def=".type 2"
15020 else
15021 ac_cv_asm_func_def="unknown"
15023 rm -f core conftest.err conftest.$ac_objext \
15024 conftest$ac_exeext conftest.$ac_ext
15026 rm -f core conftest.err conftest.$ac_objext \
15027 conftest$ac_exeext conftest.$ac_ext
15029 rm -f core conftest.err conftest.$ac_objext \
15030 conftest$ac_exeext conftest.$ac_ext
15032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15033 $as_echo "$ac_cv_asm_func_def" >&6; }
15036 case "$ac_cv_asm_func_def" in
15037 ".def")
15038 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15040 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15041 ".type @function")
15042 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15044 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
15045 ".type 2")
15046 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15048 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
15050 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15052 asm_func_header="" ;;
15053 esac
15055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15056 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15057 if ${ac_cv_c_asm_outside_funcs+:} false; then :
15058 $as_echo_n "(cached) " >&6
15059 else
15060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15061 /* end confdefs.h. */
15062 asm(".text\n\t.long 0");
15064 main ()
15068 return 0;
15070 _ACEOF
15071 if ac_fn_c_try_compile "$LINENO"; then :
15072 ac_cv_c_asm_outside_funcs="yes"
15073 else
15074 ac_cv_c_asm_outside_funcs="no"
15076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15079 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15082 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15083 if ${ac_cv_c_dot_previous+:} false; then :
15084 $as_echo_n "(cached) " >&6
15085 else
15086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15087 /* end confdefs.h. */
15090 main ()
15092 asm(".text\nac_test:\t.long 0\n\t.previous");
15094 return 0;
15096 _ACEOF
15097 if ac_fn_c_try_link "$LINENO"; then :
15098 ac_cv_c_dot_previous="yes"
15099 else
15100 ac_cv_c_dot_previous="no"
15102 rm -f core conftest.err conftest.$ac_objext \
15103 conftest$ac_exeext conftest.$ac_ext
15105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15106 $as_echo "$ac_cv_c_dot_previous" >&6; }
15108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15109 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15110 if ${ac_cv_c_cfi_support+:} false; then :
15111 $as_echo_n "(cached) " >&6
15112 else
15113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15114 /* end confdefs.h. */
15115 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15117 main ()
15121 return 0;
15123 _ACEOF
15124 if ac_fn_c_try_compile "$LINENO"; then :
15125 ac_cv_c_cfi_support="yes"
15126 else
15127 ac_cv_c_cfi_support="no"
15129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15132 $as_echo "$ac_cv_c_cfi_support" >&6; }
15134 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15135 asm_func_trailer=""
15136 if test "$ac_cv_c_dot_previous" = "yes"
15137 then
15138 asm_func_trailer="\\n\\t.previous"
15140 if test "$ac_cv_c_cfi_support" = "yes"
15141 then
15142 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
15143 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
15145 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15147 UNWINDFLAGS=-fasynchronous-unwind-tables
15149 else
15150 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15152 if test "x$enable_win64" = "xyes"
15153 then
15154 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15158 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
15161 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15162 then
15163 cat >>confdefs.h <<_ACEOF
15164 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15165 _ACEOF
15167 else
15168 cat >>confdefs.h <<_ACEOF
15169 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15170 _ACEOF
15174 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15177 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15181 case $build_os in
15182 cygwin*|mingw32*) TOOLSEXT=".exe"
15184 esac
15186 case $host_os in
15187 linux-android*) ;;
15188 linux*)
15189 case $host_cpu in
15190 *i[3456789]86*|x86_64*)
15191 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
15192 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
15194 esac
15196 esac
15199 ac_save_CFLAGS="$CFLAGS"
15200 CFLAGS="$CFLAGS $BUILTINFLAG"
15201 for ac_func in \
15202 __res_get_state \
15203 __res_getservers \
15204 _finite \
15205 _isnan \
15206 _pclose \
15207 _popen \
15208 _snprintf \
15209 _spawnvp \
15210 _strdup \
15211 _stricmp \
15212 _strnicmp \
15213 _strtoi64 \
15214 _strtoui64 \
15215 _vsnprintf \
15216 asctime_r \
15217 chsize \
15218 dlopen \
15219 epoll_create \
15220 ffs \
15221 finitef \
15222 fnmatch \
15223 fork \
15224 fpclass \
15225 fstatfs \
15226 fstatvfs \
15227 ftruncate \
15228 futimens \
15229 futimes \
15230 futimesat \
15231 getattrlist \
15232 getopt_long_only \
15233 getpwuid \
15234 gettimeofday \
15235 getuid \
15236 if_nameindex \
15237 isnanf \
15238 kqueue \
15239 lstat \
15240 memmove \
15241 mmap \
15242 pclose \
15243 pipe2 \
15244 poll \
15245 popen \
15246 port_create \
15247 prctl \
15248 pread \
15249 proc_pidinfo \
15250 pwrite \
15251 readdir \
15252 readlink \
15253 sched_yield \
15254 select \
15255 setproctitle \
15256 setprogname \
15257 setrlimit \
15258 settimeofday \
15259 sigaltstack \
15260 sigprocmask \
15261 snprintf \
15262 statfs \
15263 statvfs \
15264 strcasecmp \
15265 strdup \
15266 strerror \
15267 strncasecmp \
15268 strtold \
15269 strtoll \
15270 strtoull \
15271 symlink \
15272 sysinfo \
15273 tcdrain \
15274 thr_kill2 \
15275 timegm \
15276 usleep \
15277 vsnprintf
15279 do :
15280 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15281 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15282 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15283 cat >>confdefs.h <<_ACEOF
15284 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15285 _ACEOF
15288 done
15290 CFLAGS="$ac_save_CFLAGS"
15292 if test "$ac_cv_func_dlopen" = no
15293 then
15294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15295 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15296 if ${ac_cv_lib_dl_dlopen+:} false; then :
15297 $as_echo_n "(cached) " >&6
15298 else
15299 ac_check_lib_save_LIBS=$LIBS
15300 LIBS="-ldl $LIBS"
15301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15302 /* end confdefs.h. */
15304 /* Override any GCC internal prototype to avoid an error.
15305 Use char because int might match the return type of a GCC
15306 builtin and then its argument prototype would still apply. */
15307 #ifdef __cplusplus
15308 extern "C"
15309 #endif
15310 char dlopen ();
15312 main ()
15314 return dlopen ();
15316 return 0;
15318 _ACEOF
15319 if ac_fn_c_try_link "$LINENO"; then :
15320 ac_cv_lib_dl_dlopen=yes
15321 else
15322 ac_cv_lib_dl_dlopen=no
15324 rm -f core conftest.err conftest.$ac_objext \
15325 conftest$ac_exeext conftest.$ac_ext
15326 LIBS=$ac_check_lib_save_LIBS
15328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15329 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15330 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15331 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15332 DL_LIBS="-ldl"
15337 ac_wine_check_funcs_save_LIBS="$LIBS"
15338 LIBS="$LIBS $DL_LIBS"
15339 for ac_func in dladdr
15340 do :
15341 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15342 if test "x$ac_cv_func_dladdr" = xyes; then :
15343 cat >>confdefs.h <<_ACEOF
15344 #define HAVE_DLADDR 1
15345 _ACEOF
15348 done
15350 LIBS="$ac_wine_check_funcs_save_LIBS"
15352 if test "$ac_cv_func_poll" = no
15353 then
15354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15355 $as_echo_n "checking for poll in -lpoll... " >&6; }
15356 if ${ac_cv_lib_poll_poll+:} false; then :
15357 $as_echo_n "(cached) " >&6
15358 else
15359 ac_check_lib_save_LIBS=$LIBS
15360 LIBS="-lpoll $LIBS"
15361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15362 /* end confdefs.h. */
15364 /* Override any GCC internal prototype to avoid an error.
15365 Use char because int might match the return type of a GCC
15366 builtin and then its argument prototype would still apply. */
15367 #ifdef __cplusplus
15368 extern "C"
15369 #endif
15370 char poll ();
15372 main ()
15374 return poll ();
15376 return 0;
15378 _ACEOF
15379 if ac_fn_c_try_link "$LINENO"; then :
15380 ac_cv_lib_poll_poll=yes
15381 else
15382 ac_cv_lib_poll_poll=no
15384 rm -f core conftest.err conftest.$ac_objext \
15385 conftest$ac_exeext conftest.$ac_ext
15386 LIBS=$ac_check_lib_save_LIBS
15388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15389 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15390 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15391 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15392 POLL_LIBS="-lpoll"
15398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15399 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15400 if ${ac_cv_search_gethostbyname+:} false; then :
15401 $as_echo_n "(cached) " >&6
15402 else
15403 ac_func_search_save_LIBS=$LIBS
15404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15405 /* end confdefs.h. */
15407 /* Override any GCC internal prototype to avoid an error.
15408 Use char because int might match the return type of a GCC
15409 builtin and then its argument prototype would still apply. */
15410 #ifdef __cplusplus
15411 extern "C"
15412 #endif
15413 char gethostbyname ();
15415 main ()
15417 return gethostbyname ();
15419 return 0;
15421 _ACEOF
15422 for ac_lib in '' nsl; do
15423 if test -z "$ac_lib"; then
15424 ac_res="none required"
15425 else
15426 ac_res=-l$ac_lib
15427 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15429 if ac_fn_c_try_link "$LINENO"; then :
15430 ac_cv_search_gethostbyname=$ac_res
15432 rm -f core conftest.err conftest.$ac_objext \
15433 conftest$ac_exeext
15434 if ${ac_cv_search_gethostbyname+:} false; then :
15435 break
15437 done
15438 if ${ac_cv_search_gethostbyname+:} false; then :
15440 else
15441 ac_cv_search_gethostbyname=no
15443 rm conftest.$ac_ext
15444 LIBS=$ac_func_search_save_LIBS
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15447 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15448 ac_res=$ac_cv_search_gethostbyname
15449 if test "$ac_res" != no; then :
15450 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15456 $as_echo_n "checking for library containing connect... " >&6; }
15457 if ${ac_cv_search_connect+:} false; then :
15458 $as_echo_n "(cached) " >&6
15459 else
15460 ac_func_search_save_LIBS=$LIBS
15461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15462 /* end confdefs.h. */
15464 /* Override any GCC internal prototype to avoid an error.
15465 Use char because int might match the return type of a GCC
15466 builtin and then its argument prototype would still apply. */
15467 #ifdef __cplusplus
15468 extern "C"
15469 #endif
15470 char connect ();
15472 main ()
15474 return connect ();
15476 return 0;
15478 _ACEOF
15479 for ac_lib in '' socket; do
15480 if test -z "$ac_lib"; then
15481 ac_res="none required"
15482 else
15483 ac_res=-l$ac_lib
15484 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15486 if ac_fn_c_try_link "$LINENO"; then :
15487 ac_cv_search_connect=$ac_res
15489 rm -f core conftest.err conftest.$ac_objext \
15490 conftest$ac_exeext
15491 if ${ac_cv_search_connect+:} false; then :
15492 break
15494 done
15495 if ${ac_cv_search_connect+:} false; then :
15497 else
15498 ac_cv_search_connect=no
15500 rm conftest.$ac_ext
15501 LIBS=$ac_func_search_save_LIBS
15503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15504 $as_echo "$ac_cv_search_connect" >&6; }
15505 ac_res=$ac_cv_search_connect
15506 if test "$ac_res" != no; then :
15507 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15513 $as_echo_n "checking for library containing inet_aton... " >&6; }
15514 if ${ac_cv_search_inet_aton+:} false; then :
15515 $as_echo_n "(cached) " >&6
15516 else
15517 ac_func_search_save_LIBS=$LIBS
15518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15519 /* end confdefs.h. */
15521 /* Override any GCC internal prototype to avoid an error.
15522 Use char because int might match the return type of a GCC
15523 builtin and then its argument prototype would still apply. */
15524 #ifdef __cplusplus
15525 extern "C"
15526 #endif
15527 char inet_aton ();
15529 main ()
15531 return inet_aton ();
15533 return 0;
15535 _ACEOF
15536 for ac_lib in '' resolv; do
15537 if test -z "$ac_lib"; then
15538 ac_res="none required"
15539 else
15540 ac_res=-l$ac_lib
15541 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15543 if ac_fn_c_try_link "$LINENO"; then :
15544 ac_cv_search_inet_aton=$ac_res
15546 rm -f core conftest.err conftest.$ac_objext \
15547 conftest$ac_exeext
15548 if ${ac_cv_search_inet_aton+:} false; then :
15549 break
15551 done
15552 if ${ac_cv_search_inet_aton+:} false; then :
15554 else
15555 ac_cv_search_inet_aton=no
15557 rm conftest.$ac_ext
15558 LIBS=$ac_func_search_save_LIBS
15560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15561 $as_echo "$ac_cv_search_inet_aton" >&6; }
15562 ac_res=$ac_cv_search_inet_aton
15563 if test "$ac_res" != no; then :
15564 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15569 for ac_func in \
15570 getaddrinfo \
15571 getnameinfo \
15572 getnetbyname \
15573 getprotobyname \
15574 getprotobynumber \
15575 getservbyport \
15576 inet_addr \
15577 inet_network \
15578 inet_ntop \
15579 inet_pton \
15580 sendmsg \
15581 socketpair \
15583 do :
15584 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15585 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15586 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15587 cat >>confdefs.h <<_ACEOF
15588 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15589 _ACEOF
15592 done
15595 ac_save_LIBS=$LIBS
15596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15597 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15598 if ${ac_cv_search_clock_gettime+:} false; then :
15599 $as_echo_n "(cached) " >&6
15600 else
15601 ac_func_search_save_LIBS=$LIBS
15602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15603 /* end confdefs.h. */
15605 /* Override any GCC internal prototype to avoid an error.
15606 Use char because int might match the return type of a GCC
15607 builtin and then its argument prototype would still apply. */
15608 #ifdef __cplusplus
15609 extern "C"
15610 #endif
15611 char clock_gettime ();
15613 main ()
15615 return clock_gettime ();
15617 return 0;
15619 _ACEOF
15620 for ac_lib in '' rt; do
15621 if test -z "$ac_lib"; then
15622 ac_res="none required"
15623 else
15624 ac_res=-l$ac_lib
15625 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15627 if ac_fn_c_try_link "$LINENO"; then :
15628 ac_cv_search_clock_gettime=$ac_res
15630 rm -f core conftest.err conftest.$ac_objext \
15631 conftest$ac_exeext
15632 if ${ac_cv_search_clock_gettime+:} false; then :
15633 break
15635 done
15636 if ${ac_cv_search_clock_gettime+:} false; then :
15638 else
15639 ac_cv_search_clock_gettime=no
15641 rm conftest.$ac_ext
15642 LIBS=$ac_func_search_save_LIBS
15644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15645 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15646 ac_res=$ac_cv_search_clock_gettime
15647 if test "$ac_res" != no; then :
15648 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15650 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15652 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15656 LIBS=$ac_save_LIBS
15658 LDAP_LIBS=""
15660 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15661 then
15662 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15664 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15666 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15667 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15668 $as_echo_n "(cached) " >&6
15669 else
15670 ac_check_lib_save_LIBS=$LIBS
15671 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15673 /* end confdefs.h. */
15675 /* Override any GCC internal prototype to avoid an error.
15676 Use char because int might match the return type of a GCC
15677 builtin and then its argument prototype would still apply. */
15678 #ifdef __cplusplus
15679 extern "C"
15680 #endif
15681 char ldap_initialize ();
15683 main ()
15685 return ldap_initialize ();
15687 return 0;
15689 _ACEOF
15690 if ac_fn_c_try_link "$LINENO"; then :
15691 ac_cv_lib_ldap_r_ldap_initialize=yes
15692 else
15693 ac_cv_lib_ldap_r_ldap_initialize=no
15695 rm -f core conftest.err conftest.$ac_objext \
15696 conftest$ac_exeext conftest.$ac_ext
15697 LIBS=$ac_check_lib_save_LIBS
15699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15700 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15701 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15703 $as_echo_n "checking for ber_init in -llber... " >&6; }
15704 if ${ac_cv_lib_lber_ber_init+:} false; then :
15705 $as_echo_n "(cached) " >&6
15706 else
15707 ac_check_lib_save_LIBS=$LIBS
15708 LIBS="-llber $PTHREAD_LIBS $LIBS"
15709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15710 /* end confdefs.h. */
15712 /* Override any GCC internal prototype to avoid an error.
15713 Use char because int might match the return type of a GCC
15714 builtin and then its argument prototype would still apply. */
15715 #ifdef __cplusplus
15716 extern "C"
15717 #endif
15718 char ber_init ();
15720 main ()
15722 return ber_init ();
15724 return 0;
15726 _ACEOF
15727 if ac_fn_c_try_link "$LINENO"; then :
15728 ac_cv_lib_lber_ber_init=yes
15729 else
15730 ac_cv_lib_lber_ber_init=no
15732 rm -f core conftest.err conftest.$ac_objext \
15733 conftest$ac_exeext conftest.$ac_ext
15734 LIBS=$ac_check_lib_save_LIBS
15736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15737 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15738 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15740 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15742 LDAP_LIBS="-lldap_r -llber"
15749 ac_wine_check_funcs_save_LIBS="$LIBS"
15750 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15751 for ac_func in \
15752 ldap_count_references \
15753 ldap_first_reference \
15754 ldap_next_reference \
15755 ldap_parse_reference \
15756 ldap_parse_sort_control \
15757 ldap_parse_sortresponse_control \
15758 ldap_parse_vlv_control \
15759 ldap_parse_vlvresponse_control
15760 do :
15761 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15762 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15763 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15764 cat >>confdefs.h <<_ACEOF
15765 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15766 _ACEOF
15769 done
15771 LIBS="$ac_wine_check_funcs_save_LIBS"
15773 if test "x$LDAP_LIBS" = "x"; then :
15774 case "x$with_ldap" in
15775 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15776 xno) ;;
15777 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15778 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15779 esac
15783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15784 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15785 if ${wine_cv_one_arg_mkdir+:} false; then :
15786 $as_echo_n "(cached) " >&6
15787 else
15788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15789 /* end confdefs.h. */
15790 #include <sys/stat.h>
15792 main ()
15794 mkdir("foo");
15796 return 0;
15798 _ACEOF
15799 if ac_fn_c_try_compile "$LINENO"; then :
15800 wine_cv_one_arg_mkdir=yes
15801 else
15802 wine_cv_one_arg_mkdir=no
15804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15807 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15808 if test "$wine_cv_one_arg_mkdir" = "yes"
15809 then
15811 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15816 $as_echo_n "checking for sched_setaffinity... " >&6; }
15817 if ${wine_cv_have_sched_setaffinity+:} false; then :
15818 $as_echo_n "(cached) " >&6
15819 else
15820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15821 /* end confdefs.h. */
15822 #define _GNU_SOURCE
15823 #include <sched.h>
15825 main ()
15827 sched_setaffinity(0, 0, 0);
15829 return 0;
15831 _ACEOF
15832 if ac_fn_c_try_link "$LINENO"; then :
15833 wine_cv_have_sched_setaffinity=yes
15834 else
15835 wine_cv_have_sched_setaffinity=no
15837 rm -f core conftest.err conftest.$ac_objext \
15838 conftest$ac_exeext conftest.$ac_ext
15840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15841 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15842 if test "$wine_cv_have_sched_setaffinity" = "yes"
15843 then
15845 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15850 $as_echo_n "checking for fallocate... " >&6; }
15851 if ${wine_cv_have_fallocate+:} false; then :
15852 $as_echo_n "(cached) " >&6
15853 else
15854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15855 /* end confdefs.h. */
15856 #define _GNU_SOURCE
15857 #include <fcntl.h>
15859 main ()
15861 fallocate(-1, 0, 0, 0);
15863 return 0;
15865 _ACEOF
15866 if ac_fn_c_try_link "$LINENO"; then :
15867 wine_cv_have_fallocate=yes
15868 else
15869 wine_cv_have_fallocate=no
15871 rm -f core conftest.err conftest.$ac_objext \
15872 conftest$ac_exeext conftest.$ac_ext
15874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15875 $as_echo "$wine_cv_have_fallocate" >&6; }
15876 if test "$wine_cv_have_fallocate" = "yes"
15877 then
15879 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15885 $as_echo_n "checking for inline... " >&6; }
15886 if ${ac_cv_c_inline+:} false; then :
15887 $as_echo_n "(cached) " >&6
15888 else
15889 ac_cv_c_inline=no
15890 for ac_kw in inline __inline__ __inline; do
15891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15892 /* end confdefs.h. */
15893 #ifndef __cplusplus
15894 typedef int foo_t;
15895 static $ac_kw foo_t static_foo () {return 0; }
15896 $ac_kw foo_t foo () {return 0; }
15897 #endif
15899 _ACEOF
15900 if ac_fn_c_try_compile "$LINENO"; then :
15901 ac_cv_c_inline=$ac_kw
15903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15904 test "$ac_cv_c_inline" != no && break
15905 done
15908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15909 $as_echo "$ac_cv_c_inline" >&6; }
15911 case $ac_cv_c_inline in
15912 inline | yes) ;;
15914 case $ac_cv_c_inline in
15915 no) ac_val=;;
15916 *) ac_val=$ac_cv_c_inline;;
15917 esac
15918 cat >>confdefs.h <<_ACEOF
15919 #ifndef __cplusplus
15920 #define inline $ac_val
15921 #endif
15922 _ACEOF
15924 esac
15926 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15927 if test "x$ac_cv_type_mode_t" = xyes; then :
15929 cat >>confdefs.h <<_ACEOF
15930 #define HAVE_MODE_T 1
15931 _ACEOF
15935 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15936 if test "x$ac_cv_type_off_t" = xyes; then :
15938 cat >>confdefs.h <<_ACEOF
15939 #define HAVE_OFF_T 1
15940 _ACEOF
15944 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15945 if test "x$ac_cv_type_pid_t" = xyes; then :
15947 cat >>confdefs.h <<_ACEOF
15948 #define HAVE_PID_T 1
15949 _ACEOF
15953 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15954 if test "x$ac_cv_type_size_t" = xyes; then :
15956 cat >>confdefs.h <<_ACEOF
15957 #define HAVE_SIZE_T 1
15958 _ACEOF
15962 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15963 if test "x$ac_cv_type_ssize_t" = xyes; then :
15965 cat >>confdefs.h <<_ACEOF
15966 #define HAVE_SSIZE_T 1
15967 _ACEOF
15971 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15972 if test "x$ac_cv_type_long_long" = xyes; then :
15974 cat >>confdefs.h <<_ACEOF
15975 #define HAVE_LONG_LONG 1
15976 _ACEOF
15980 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15981 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15983 cat >>confdefs.h <<_ACEOF
15984 #define HAVE_FSBLKCNT_T 1
15985 _ACEOF
15989 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15990 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15992 cat >>confdefs.h <<_ACEOF
15993 #define HAVE_FSFILCNT_T 1
15994 _ACEOF
15999 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16000 #include <signal.h>
16002 if test "x$ac_cv_type_sigset_t" = xyes; then :
16004 cat >>confdefs.h <<_ACEOF
16005 #define HAVE_SIGSET_T 1
16006 _ACEOF
16011 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16013 if test "x$ac_cv_type_request_sense" = xyes; then :
16015 cat >>confdefs.h <<_ACEOF
16016 #define HAVE_REQUEST_SENSE 1
16017 _ACEOF
16023 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16024 #ifdef HAVE_SYS_SOCKET_H
16025 #include <sys/socket.h>
16026 #endif
16027 #ifdef HAVE_SYS_SOCKETVAR_H
16028 #include <sys/socketvar.h>
16029 #endif
16030 #ifdef HAVE_NET_ROUTE_H
16031 #include <net/route.h>
16032 #endif
16033 #ifdef HAVE_NETINET_IN_H
16034 #include <netinet/in.h>
16035 #endif
16036 #ifdef HAVE_NETINET_IN_SYSTM_H
16037 #include <netinet/in_systm.h>
16038 #endif
16039 #ifdef HAVE_NETINET_IP_H
16040 #include <netinet/ip.h>
16041 #endif
16042 #ifdef HAVE_NETINET_IN_PCB_H
16043 #include <netinet/in_pcb.h>
16044 #endif
16046 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
16048 cat >>confdefs.h <<_ACEOF
16049 #define HAVE_STRUCT_XINPGEN 1
16050 _ACEOF
16056 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16057 #include <link.h>
16058 #endif
16059 #ifdef HAVE_SYS_LINK_H
16060 #include <sys/link.h>
16061 #endif
16063 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
16065 cat >>confdefs.h <<_ACEOF
16066 #define HAVE_STRUCT_R_DEBUG 1
16067 _ACEOF
16071 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16072 #include <link.h>
16073 #endif
16074 #ifdef HAVE_SYS_LINK_H
16075 #include <sys/link.h>
16076 #endif
16078 if test "x$ac_cv_type_struct_link_map" = xyes; then :
16080 cat >>confdefs.h <<_ACEOF
16081 #define HAVE_STRUCT_LINK_MAP 1
16082 _ACEOF
16088 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16089 #include <linux/input.h>
16090 #endif
16092 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
16094 cat >>confdefs.h <<_ACEOF
16095 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16096 _ACEOF
16102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16103 $as_echo_n "checking for sigaddset... " >&6; }
16104 if ${wine_cv_have_sigaddset+:} false; then :
16105 $as_echo_n "(cached) " >&6
16106 else
16107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16108 /* end confdefs.h. */
16109 #include <signal.h>
16111 main ()
16113 sigset_t set; sigaddset(&set,SIGTERM);
16115 return 0;
16117 _ACEOF
16118 if ac_fn_c_try_link "$LINENO"; then :
16119 wine_cv_have_sigaddset=yes
16120 else
16121 wine_cv_have_sigaddset=no
16123 rm -f core conftest.err conftest.$ac_objext \
16124 conftest$ac_exeext conftest.$ac_ext
16126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16127 $as_echo "$wine_cv_have_sigaddset" >&6; }
16128 if test "$wine_cv_have_sigaddset" = "yes"
16129 then
16131 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16137 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16138 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
16139 $as_echo_n "(cached) " >&6
16140 else
16141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16142 /* end confdefs.h. */
16143 #include <netdb.h>
16145 main ()
16148 char *name=0;
16149 struct hostent he;
16150 struct hostent *result;
16151 char *buf=0;
16152 int bufsize=0;
16153 int errnr;
16154 char *addr=0;
16155 int addrlen=0;
16156 int addrtype=0;
16157 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16158 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16161 return 0;
16163 _ACEOF
16164 if ac_fn_c_try_link "$LINENO"; then :
16165 wine_cv_linux_gethostbyname_r_6=yes
16166 else
16167 wine_cv_linux_gethostbyname_r_6=no
16170 rm -f core conftest.err conftest.$ac_objext \
16171 conftest$ac_exeext conftest.$ac_ext
16174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16175 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16176 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16177 then
16179 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16183 if test "$ac_cv_header_linux_joystick_h" = "yes"
16184 then
16185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16186 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16187 if ${wine_cv_linux_joystick_22_api+:} false; then :
16188 $as_echo_n "(cached) " >&6
16189 else
16190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16191 /* end confdefs.h. */
16193 #include <sys/ioctl.h>
16194 #include <sys/types.h>
16195 #include <linux/joystick.h>
16197 struct js_event blub;
16198 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16199 #error "no 2.2 header"
16200 #endif
16203 main ()
16205 /*empty*/
16207 return 0;
16209 _ACEOF
16210 if ac_fn_c_try_compile "$LINENO"; then :
16211 wine_cv_linux_joystick_22_api=yes
16212 else
16213 wine_cv_linux_joystick_22_api=no
16215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16219 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16220 if test "$wine_cv_linux_joystick_22_api" = "yes"
16221 then
16223 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16229 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16230 #ifdef HAVE_SYS_PARAM_H
16231 # include <sys/param.h>
16232 #endif
16233 #ifdef HAVE_SYS_MOUNT_H
16234 # include <sys/mount.h>
16235 #endif
16236 #ifdef HAVE_SYS_VFS_H
16237 # include <sys/vfs.h>
16238 #endif
16239 #ifdef HAVE_SYS_STATFS_H
16240 # include <sys/statfs.h>
16241 #endif
16243 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16245 cat >>confdefs.h <<_ACEOF
16246 #define HAVE_STRUCT_STATFS_F_BFREE 1
16247 _ACEOF
16251 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16252 #ifdef HAVE_SYS_PARAM_H
16253 # include <sys/param.h>
16254 #endif
16255 #ifdef HAVE_SYS_MOUNT_H
16256 # include <sys/mount.h>
16257 #endif
16258 #ifdef HAVE_SYS_VFS_H
16259 # include <sys/vfs.h>
16260 #endif
16261 #ifdef HAVE_SYS_STATFS_H
16262 # include <sys/statfs.h>
16263 #endif
16265 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16267 cat >>confdefs.h <<_ACEOF
16268 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16269 _ACEOF
16273 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16274 #ifdef HAVE_SYS_PARAM_H
16275 # include <sys/param.h>
16276 #endif
16277 #ifdef HAVE_SYS_MOUNT_H
16278 # include <sys/mount.h>
16279 #endif
16280 #ifdef HAVE_SYS_VFS_H
16281 # include <sys/vfs.h>
16282 #endif
16283 #ifdef HAVE_SYS_STATFS_H
16284 # include <sys/statfs.h>
16285 #endif
16287 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16289 cat >>confdefs.h <<_ACEOF
16290 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16291 _ACEOF
16295 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16296 #ifdef HAVE_SYS_PARAM_H
16297 # include <sys/param.h>
16298 #endif
16299 #ifdef HAVE_SYS_MOUNT_H
16300 # include <sys/mount.h>
16301 #endif
16302 #ifdef HAVE_SYS_VFS_H
16303 # include <sys/vfs.h>
16304 #endif
16305 #ifdef HAVE_SYS_STATFS_H
16306 # include <sys/statfs.h>
16307 #endif
16309 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16311 cat >>confdefs.h <<_ACEOF
16312 #define HAVE_STRUCT_STATFS_F_FFREE 1
16313 _ACEOF
16317 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16318 #ifdef HAVE_SYS_PARAM_H
16319 # include <sys/param.h>
16320 #endif
16321 #ifdef HAVE_SYS_MOUNT_H
16322 # include <sys/mount.h>
16323 #endif
16324 #ifdef HAVE_SYS_VFS_H
16325 # include <sys/vfs.h>
16326 #endif
16327 #ifdef HAVE_SYS_STATFS_H
16328 # include <sys/statfs.h>
16329 #endif
16331 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16333 cat >>confdefs.h <<_ACEOF
16334 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16335 _ACEOF
16339 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16340 #ifdef HAVE_SYS_PARAM_H
16341 # include <sys/param.h>
16342 #endif
16343 #ifdef HAVE_SYS_MOUNT_H
16344 # include <sys/mount.h>
16345 #endif
16346 #ifdef HAVE_SYS_VFS_H
16347 # include <sys/vfs.h>
16348 #endif
16349 #ifdef HAVE_SYS_STATFS_H
16350 # include <sys/statfs.h>
16351 #endif
16353 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16355 cat >>confdefs.h <<_ACEOF
16356 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16357 _ACEOF
16363 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16364 #include <sys/statvfs.h>
16365 #endif
16367 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16369 cat >>confdefs.h <<_ACEOF
16370 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16371 _ACEOF
16377 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16378 #include <dirent.h>
16379 #endif
16381 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16383 cat >>confdefs.h <<_ACEOF
16384 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16385 _ACEOF
16391 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16392 #ifdef HAVE_SYS_SOCKET_H
16393 # include <sys/socket.h>
16394 #endif
16395 #ifdef HAVE_SYS_UN_H
16396 # include <sys/un.h>
16397 #endif
16399 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16401 cat >>confdefs.h <<_ACEOF
16402 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16403 _ACEOF
16407 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16408 #ifdef HAVE_SYS_SOCKET_H
16409 # include <sys/socket.h>
16410 #endif
16411 #ifdef HAVE_SYS_UN_H
16412 # include <sys/un.h>
16413 #endif
16415 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16417 cat >>confdefs.h <<_ACEOF
16418 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16419 _ACEOF
16423 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#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_sockaddr_un_sun_len" = xyes; then :
16433 cat >>confdefs.h <<_ACEOF
16434 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16435 _ACEOF
16441 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16442 #ifdef HAVE_SCSI_SG_H
16443 #include <scsi/sg.h>
16444 #endif
16446 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16448 cat >>confdefs.h <<_ACEOF
16449 #define HAVE_SCSIREQ_T_CMD 1
16450 _ACEOF
16454 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>
16455 #ifdef HAVE_SCSI_SG_H
16456 #include <scsi/sg.h>
16457 #endif
16459 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16461 cat >>confdefs.h <<_ACEOF
16462 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16463 _ACEOF
16469 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16471 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16473 cat >>confdefs.h <<_ACEOF
16474 #define HAVE_SIGINFO_T_SI_FD 1
16475 _ACEOF
16481 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16482 #ifdef HAVE_SYS_MTIO_H
16483 #include <sys/mtio.h>
16484 #endif
16486 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16488 cat >>confdefs.h <<_ACEOF
16489 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16490 _ACEOF
16494 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16495 #ifdef HAVE_SYS_MTIO_H
16496 #include <sys/mtio.h>
16497 #endif
16499 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16501 cat >>confdefs.h <<_ACEOF
16502 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16503 _ACEOF
16507 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16508 #ifdef HAVE_SYS_MTIO_H
16509 #include <sys/mtio.h>
16510 #endif
16512 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16514 cat >>confdefs.h <<_ACEOF
16515 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16516 _ACEOF
16522 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16523 #include <getopt.h>
16524 #endif
16526 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16528 cat >>confdefs.h <<_ACEOF
16529 #define HAVE_STRUCT_OPTION_NAME 1
16530 _ACEOF
16536 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16537 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16539 cat >>confdefs.h <<_ACEOF
16540 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16541 _ACEOF
16545 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16546 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16548 cat >>confdefs.h <<_ACEOF
16549 #define HAVE_STRUCT_STAT_ST_MTIM 1
16550 _ACEOF
16554 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16555 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16557 cat >>confdefs.h <<_ACEOF
16558 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16559 _ACEOF
16563 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16564 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16566 cat >>confdefs.h <<_ACEOF
16567 #define HAVE_STRUCT_STAT_ST_CTIM 1
16568 _ACEOF
16572 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16573 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16575 cat >>confdefs.h <<_ACEOF
16576 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16577 _ACEOF
16581 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16582 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16584 cat >>confdefs.h <<_ACEOF
16585 #define HAVE_STRUCT_STAT_ST_ATIM 1
16586 _ACEOF
16590 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16591 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16593 cat >>confdefs.h <<_ACEOF
16594 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16595 _ACEOF
16599 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16600 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16602 cat >>confdefs.h <<_ACEOF
16603 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16604 _ACEOF
16608 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16609 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16611 cat >>confdefs.h <<_ACEOF
16612 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16613 _ACEOF
16617 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16618 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16620 cat >>confdefs.h <<_ACEOF
16621 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16622 _ACEOF
16626 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16627 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16629 cat >>confdefs.h <<_ACEOF
16630 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16631 _ACEOF
16635 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16636 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16638 cat >>confdefs.h <<_ACEOF
16639 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16640 _ACEOF
16646 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
16647 #include <sys/types.h>
16648 #endif
16649 #ifdef HAVE_NETINET_IN_H
16650 #include <netinet/in.h>
16651 #endif
16653 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16655 cat >>confdefs.h <<_ACEOF
16656 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16657 _ACEOF
16663 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16664 #include <resolv.h>
16665 #endif
16667 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16669 cat >>confdefs.h <<_ACEOF
16670 #define HAVE_STRUCT___RES_STATE 1
16671 _ACEOF
16677 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
16678 #include <resolv.h>
16679 #endif
16681 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16683 cat >>confdefs.h <<_ACEOF
16684 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16685 _ACEOF
16691 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16692 #include <sys/types.h>
16693 #endif
16694 #ifdef HAVE_NETINET_IN_H
16695 # include <netinet/in.h>
16696 #endif
16697 #ifdef HAVE_ARPA_NAMESER_H
16698 # include <arpa/nameser.h>
16699 #endif
16701 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16703 cat >>confdefs.h <<_ACEOF
16704 #define HAVE_NS_MSG__MSG_PTR 1
16705 _ACEOF
16711 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16712 #include <sys/types.h>
16713 #endif
16714 #ifdef HAVE_NETINET_IP_H
16715 #include <netinet/ip.h>
16716 #endif
16717 #ifdef HAVE_NETINET_IP_ICMP_H
16718 #include <netinet/ip_icmp.h>
16719 #endif
16720 #ifdef HAVE_NETINET_ICMP_VAR_H
16721 #include <netinet/icmp_var.h>
16722 #endif
16724 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16726 cat >>confdefs.h <<_ACEOF
16727 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16728 _ACEOF
16734 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16735 #include <sys/types.h>
16736 #endif
16737 #ifdef HAVE_ALIAS_H
16738 #include <alias.h>
16739 #endif
16740 #ifdef HAVE_SYS_SOCKET_H
16741 #include <sys/socket.h>
16742 #endif
16743 #ifdef HAVE_SYS_SOCKETVAR_H
16744 #include <sys/socketvar.h>
16745 #endif
16746 #ifdef HAVE_SYS_TIMEOUT_H
16747 #include <sys/timeout.h>
16748 #endif
16749 #ifdef HAVE_NETINET_IN_H
16750 #include <netinet/in.h>
16751 #endif
16752 #ifdef HAVE_NETINET_IN_SYSTM_H
16753 #include <netinet/in_systm.h>
16754 #endif
16755 #ifdef HAVE_NETINET_IP_H
16756 #include <netinet/ip.h>
16757 #endif
16758 #ifdef HAVE_NETINET_IP_VAR_H
16759 #include <netinet/ip_var.h>
16760 #endif
16761 #ifdef HAVE_NETINET_IP_ICMP_H
16762 #include <netinet/ip_icmp.h>
16763 #endif
16764 #ifdef HAVE_NETINET_ICMP_VAR_H
16765 #include <netinet/icmp_var.h>
16766 #endif
16768 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16770 cat >>confdefs.h <<_ACEOF
16771 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16772 _ACEOF
16778 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16779 #include <sys/types.h>
16780 #endif
16781 #ifdef HAVE_SYS_SOCKETVAR_H
16782 #include <sys/socketvar.h>
16783 #endif
16784 #ifdef HAVE_NETINET_IN_H
16785 #include <netinet/in.h>
16786 #endif
16787 #ifdef HAVE_NETINET_IP_VAR_H
16788 #include <netinet/ip_var.h>
16789 #endif
16791 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16793 cat >>confdefs.h <<_ACEOF
16794 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16795 _ACEOF
16801 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
16802 #include <netinet/ip_var.h>
16803 #endif
16805 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16807 cat >>confdefs.h <<_ACEOF
16808 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16809 _ACEOF
16815 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16816 #include <sys/types.h>
16817 #endif
16818 #ifdef HAVE_SYS_SOCKETVAR_H
16819 #include <sys/socketvar.h>
16820 #endif
16821 #ifdef HAVE_NETINET_IN_H
16822 #include <netinet/in.h>
16823 #endif
16824 #ifdef HAVE_NETINET_TCP_H
16825 #include <netinet/tcp.h>
16826 #endif
16827 #ifdef HAVE_NETINET_TCP_VAR_H
16828 #include <netinet/tcp_var.h>
16829 #endif
16831 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16833 cat >>confdefs.h <<_ACEOF
16834 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16835 _ACEOF
16841 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
16842 #include <netinet/tcp_var.h>
16843 #endif
16845 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16847 cat >>confdefs.h <<_ACEOF
16848 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16849 _ACEOF
16855 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16856 #include <sys/types.h>
16857 #endif
16858 #ifdef HAVE_NETINET_IN_H
16859 #include <netinet/in.h>
16860 #endif
16861 #ifdef HAVE_NETINET_IP_VAR_H
16862 #include <netinet/ip_var.h>
16863 #endif
16864 #ifdef HAVE_NETINET_UDP_H
16865 #include <netinet/udp.h>
16866 #endif
16867 #ifdef HAVE_NETINET_UDP_VAR_H
16868 #include <netinet/udp_var.h>
16869 #endif
16871 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16873 cat >>confdefs.h <<_ACEOF
16874 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16875 _ACEOF
16881 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16882 #include <sys/types.h>
16883 #endif
16884 #ifdef HAVE_NET_IF_H
16885 # include <net/if.h>
16886 #endif
16888 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16890 cat >>confdefs.h <<_ACEOF
16891 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16892 _ACEOF
16898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16899 $as_echo_n "checking for timezone variable... " >&6; }
16900 if ${ac_cv_have_timezone+:} false; then :
16901 $as_echo_n "(cached) " >&6
16902 else
16903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16904 /* end confdefs.h. */
16905 #include <time.h>
16907 main ()
16909 timezone = 1
16911 return 0;
16913 _ACEOF
16914 if ac_fn_c_try_link "$LINENO"; then :
16915 ac_cv_have_timezone="yes"
16916 else
16917 ac_cv_have_timezone="no"
16919 rm -f core conftest.err conftest.$ac_objext \
16920 conftest$ac_exeext conftest.$ac_ext
16922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16923 $as_echo "$ac_cv_have_timezone" >&6; }
16924 if test "$ac_cv_have_timezone" = "yes"
16925 then
16927 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16931 $as_echo_n "checking for daylight variable... " >&6; }
16932 if ${ac_cv_have_daylight+:} 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 daylight = 1
16943 return 0;
16945 _ACEOF
16946 if ac_fn_c_try_link "$LINENO"; then :
16947 ac_cv_have_daylight="yes"
16948 else
16949 ac_cv_have_daylight="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_daylight" >&5
16955 $as_echo "$ac_cv_have_daylight" >&6; }
16956 if test "$ac_cv_have_daylight" = "yes"
16957 then
16959 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16963 ac_save_LIBS="$LIBS"
16964 LIBS="$LIBS -lm"
16965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16966 $as_echo_n "checking for isfinite... " >&6; }
16967 if ${ac_cv_have_isfinite+:} false; then :
16968 $as_echo_n "(cached) " >&6
16969 else
16970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16971 /* end confdefs.h. */
16972 #define _GNU_SOURCE
16973 #include <math.h>
16975 main ()
16977 float f = 0.0; return isfinite(f)
16979 return 0;
16981 _ACEOF
16982 if ac_fn_c_try_link "$LINENO"; then :
16983 ac_cv_have_isfinite="yes"
16984 else
16985 ac_cv_have_isfinite="no"
16987 rm -f core conftest.err conftest.$ac_objext \
16988 conftest$ac_exeext conftest.$ac_ext
16990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16991 $as_echo "$ac_cv_have_isfinite" >&6; }
16992 if test "$ac_cv_have_isfinite" = "yes"
16993 then
16995 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17000 $as_echo_n "checking for isinf... " >&6; }
17001 if ${ac_cv_have_isinf+:} false; then :
17002 $as_echo_n "(cached) " >&6
17003 else
17004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17005 /* end confdefs.h. */
17006 #include <math.h>
17008 main ()
17010 float f = 0.0; return isinf(f)
17012 return 0;
17014 _ACEOF
17015 if ac_fn_c_try_link "$LINENO"; then :
17016 ac_cv_have_isinf="yes"
17017 else
17018 ac_cv_have_isinf="no"
17020 rm -f core conftest.err conftest.$ac_objext \
17021 conftest$ac_exeext conftest.$ac_ext
17023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17024 $as_echo "$ac_cv_have_isinf" >&6; }
17025 if test "$ac_cv_have_isinf" = "yes"
17026 then
17028 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17033 $as_echo_n "checking for isnan... " >&6; }
17034 if ${ac_cv_have_isnan+:} false; then :
17035 $as_echo_n "(cached) " >&6
17036 else
17037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17038 /* end confdefs.h. */
17039 #include <math.h>
17041 main ()
17043 float f = 0.0; return isnan(f)
17045 return 0;
17047 _ACEOF
17048 if ac_fn_c_try_link "$LINENO"; then :
17049 ac_cv_have_isnan="yes"
17050 else
17051 ac_cv_have_isnan="no"
17053 rm -f core conftest.err conftest.$ac_objext \
17054 conftest$ac_exeext conftest.$ac_ext
17056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17057 $as_echo "$ac_cv_have_isnan" >&6; }
17058 if test "$ac_cv_have_isnan" = "yes"
17059 then
17061 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17065 for ac_func in \
17066 asinh \
17067 asinhf \
17068 cbrt \
17069 cbrtf \
17070 erf \
17071 erff \
17072 exp2 \
17073 exp2f \
17074 lgamma \
17075 lgammaf \
17076 llrint \
17077 llrintf \
17078 llround \
17079 llroundf \
17080 log2 \
17081 log2f \
17082 lrint \
17083 lrintf \
17084 lround \
17085 lroundf \
17086 powl \
17087 remainder \
17088 remainderf \
17089 rint \
17090 rintf \
17091 round \
17092 roundf \
17093 trunc \
17094 truncf
17096 do :
17097 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17098 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17099 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
17100 cat >>confdefs.h <<_ACEOF
17101 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17102 _ACEOF
17105 done
17107 LIBS="$ac_save_LIBS"
17109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17110 $as_echo_n "checking for __builtin_clz... " >&6; }
17111 if ${ac_cv_have___builtin_clz+:} false; then :
17112 $as_echo_n "(cached) " >&6
17113 else
17114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17115 /* end confdefs.h. */
17118 main ()
17120 return __builtin_clz(1)
17122 return 0;
17124 _ACEOF
17125 if ac_fn_c_try_link "$LINENO"; then :
17126 ac_cv_have___builtin_clz="yes"
17127 else
17128 ac_cv_have___builtin_clz="no"
17130 rm -f core conftest.err conftest.$ac_objext \
17131 conftest$ac_exeext conftest.$ac_ext
17133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17134 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17135 if test "$ac_cv_have___builtin_clz" = "yes"
17136 then
17138 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17143 $as_echo_n "checking for __builtin_popcount... " >&6; }
17144 if ${ac_cv_have___builtin_popcount+:} false; then :
17145 $as_echo_n "(cached) " >&6
17146 else
17147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17148 /* end confdefs.h. */
17151 main ()
17153 return __builtin_popcount(1)
17155 return 0;
17157 _ACEOF
17158 if ac_fn_c_try_link "$LINENO"; then :
17159 ac_cv_have___builtin_popcount="yes"
17160 else
17161 ac_cv_have___builtin_popcount="no"
17163 rm -f core conftest.err conftest.$ac_objext \
17164 conftest$ac_exeext conftest.$ac_ext
17166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17167 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17168 if test "$ac_cv_have___builtin_popcount" = "yes"
17169 then
17171 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17176 case $host_cpu in
17177 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17178 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17179 if ${ac_cv_cpp_def___i386__+:} false; then :
17180 $as_echo_n "(cached) " >&6
17181 else
17182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17183 /* end confdefs.h. */
17184 #ifndef __i386__
17186 #endif
17187 _ACEOF
17188 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17189 $EGREP "yes" >/dev/null 2>&1; then :
17190 ac_cv_cpp_def___i386__=yes
17191 else
17192 ac_cv_cpp_def___i386__=no
17194 rm -f conftest*
17197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17198 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17199 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
17200 CFLAGS="$CFLAGS -D__i386__"
17201 LINTFLAGS="$LINTFLAGS -D__i386__"
17202 fi ;;
17203 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17204 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17205 if ${ac_cv_cpp_def___x86_64__+:} false; then :
17206 $as_echo_n "(cached) " >&6
17207 else
17208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17209 /* end confdefs.h. */
17210 #ifndef __x86_64__
17212 #endif
17213 _ACEOF
17214 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17215 $EGREP "yes" >/dev/null 2>&1; then :
17216 ac_cv_cpp_def___x86_64__=yes
17217 else
17218 ac_cv_cpp_def___x86_64__=no
17220 rm -f conftest*
17223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17224 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17225 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
17226 CFLAGS="$CFLAGS -D__x86_64__"
17227 LINTFLAGS="$LINTFLAGS -D__x86_64__"
17228 fi ;;
17229 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17230 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17231 if ${ac_cv_cpp_def___sparc64__+:} false; then :
17232 $as_echo_n "(cached) " >&6
17233 else
17234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17235 /* end confdefs.h. */
17236 #ifndef __sparc64__
17238 #endif
17239 _ACEOF
17240 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17241 $EGREP "yes" >/dev/null 2>&1; then :
17242 ac_cv_cpp_def___sparc64__=yes
17243 else
17244 ac_cv_cpp_def___sparc64__=no
17246 rm -f conftest*
17249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17250 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17251 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17252 CFLAGS="$CFLAGS -D__sparc64__"
17253 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17254 fi ;;
17255 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17256 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17257 if ${ac_cv_cpp_def___sparc__+:} false; then :
17258 $as_echo_n "(cached) " >&6
17259 else
17260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17261 /* end confdefs.h. */
17262 #ifndef __sparc__
17264 #endif
17265 _ACEOF
17266 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17267 $EGREP "yes" >/dev/null 2>&1; then :
17268 ac_cv_cpp_def___sparc__=yes
17269 else
17270 ac_cv_cpp_def___sparc__=no
17272 rm -f conftest*
17275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17276 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17277 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17278 CFLAGS="$CFLAGS -D__sparc__"
17279 LINTFLAGS="$LINTFLAGS -D__sparc__"
17280 fi ;;
17281 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17282 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17283 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17284 $as_echo_n "(cached) " >&6
17285 else
17286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17287 /* end confdefs.h. */
17288 #ifndef __powerpc64__
17290 #endif
17291 _ACEOF
17292 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17293 $EGREP "yes" >/dev/null 2>&1; then :
17294 ac_cv_cpp_def___powerpc64__=yes
17295 else
17296 ac_cv_cpp_def___powerpc64__=no
17298 rm -f conftest*
17301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17302 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17303 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17304 CFLAGS="$CFLAGS -D__powerpc64__"
17305 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17306 fi ;;
17307 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17308 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17309 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17310 $as_echo_n "(cached) " >&6
17311 else
17312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17313 /* end confdefs.h. */
17314 #ifndef __powerpc__
17316 #endif
17317 _ACEOF
17318 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17319 $EGREP "yes" >/dev/null 2>&1; then :
17320 ac_cv_cpp_def___powerpc__=yes
17321 else
17322 ac_cv_cpp_def___powerpc__=no
17324 rm -f conftest*
17327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17328 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17329 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17330 CFLAGS="$CFLAGS -D__powerpc__"
17331 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17332 fi ;;
17333 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17334 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17335 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17336 $as_echo_n "(cached) " >&6
17337 else
17338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17339 /* end confdefs.h. */
17340 #ifndef __aarch64__
17342 #endif
17343 _ACEOF
17344 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17345 $EGREP "yes" >/dev/null 2>&1; then :
17346 ac_cv_cpp_def___aarch64__=yes
17347 else
17348 ac_cv_cpp_def___aarch64__=no
17350 rm -f conftest*
17353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17354 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17355 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17356 CFLAGS="$CFLAGS -D__aarch64__"
17357 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17358 fi ;;
17359 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17360 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17361 if ${ac_cv_cpp_def___arm__+:} false; then :
17362 $as_echo_n "(cached) " >&6
17363 else
17364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17365 /* end confdefs.h. */
17366 #ifndef __arm__
17368 #endif
17369 _ACEOF
17370 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17371 $EGREP "yes" >/dev/null 2>&1; then :
17372 ac_cv_cpp_def___arm__=yes
17373 else
17374 ac_cv_cpp_def___arm__=no
17376 rm -f conftest*
17379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17380 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17381 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17382 CFLAGS="$CFLAGS -D__arm__"
17383 LINTFLAGS="$LINTFLAGS -D__arm__"
17384 fi ;;
17385 esac
17387 case $host_vendor in
17388 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17389 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17390 if ${ac_cv_cpp_def___sun__+:} false; then :
17391 $as_echo_n "(cached) " >&6
17392 else
17393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17394 /* end confdefs.h. */
17395 #ifndef __sun__
17397 #endif
17398 _ACEOF
17399 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17400 $EGREP "yes" >/dev/null 2>&1; then :
17401 ac_cv_cpp_def___sun__=yes
17402 else
17403 ac_cv_cpp_def___sun__=no
17405 rm -f conftest*
17408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17409 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17410 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17411 CFLAGS="$CFLAGS -D__sun__"
17412 LINTFLAGS="$LINTFLAGS -D__sun__"
17413 fi ;;
17414 esac
17420 ac_config_commands="$ac_config_commands include/stamp-h"
17422 $as_echo_n "creating Makefile rules..." >&6
17424 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17425 SOCKET_LIBS = $SOCKET_LIBS
17426 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17427 IOKIT_LIBS = $IOKIT_LIBS
17428 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17429 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17430 CORESERVICES_LIBS = $CORESERVICES_LIBS
17431 APPKIT_LIBS = $APPKIT_LIBS
17432 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17433 SECURITY_LIBS = $SECURITY_LIBS
17434 COREAUDIO_LIBS = $COREAUDIO_LIBS
17435 OPENAL_LIBS = $OPENAL_LIBS
17436 OPENCL_LIBS = $OPENCL_LIBS
17437 QUICKTIME_LIBS = $QUICKTIME_LIBS
17438 CARBON_LIBS = $CARBON_LIBS
17439 PTHREAD_LIBS = $PTHREAD_LIBS
17440 X_CFLAGS = $X_CFLAGS
17441 X_PRE_LIBS = $X_PRE_LIBS
17442 X_LIBS = $X_LIBS
17443 X_EXTRA_LIBS = $X_EXTRA_LIBS
17444 PCAP_LIBS = $PCAP_LIBS
17445 XML2_CFLAGS = $XML2_CFLAGS
17446 XML2_LIBS = $XML2_LIBS
17447 XSLT_CFLAGS = $XSLT_CFLAGS
17448 XSLT_LIBS = $XSLT_LIBS
17449 DBUS_CFLAGS = $DBUS_CFLAGS
17450 DBUS_LIBS = $DBUS_LIBS
17451 HAL_CFLAGS = $HAL_CFLAGS
17452 HAL_LIBS = $HAL_LIBS
17453 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17454 GNUTLS_LIBS = $GNUTLS_LIBS
17455 SANE_CFLAGS = $SANE_CFLAGS
17456 SANE_LIBS = $SANE_LIBS
17457 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17458 GPHOTO2_LIBS = $GPHOTO2_LIBS
17459 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17460 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17461 RESOLV_LIBS = $RESOLV_LIBS
17462 LCMS2_CFLAGS = $LCMS2_CFLAGS
17463 LCMS2_LIBS = $LCMS2_LIBS
17464 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17465 FREETYPE_LIBS = $FREETYPE_LIBS
17466 Z_LIBS = $Z_LIBS
17467 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17468 PULSE_CFLAGS = $PULSE_CFLAGS
17469 PULSE_LIBS = $PULSE_LIBS
17470 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17471 GSTREAMER_LIBS = $GSTREAMER_LIBS
17472 ALSA_LIBS = $ALSA_LIBS
17473 OSS4_CFLAGS = $OSS4_CFLAGS
17474 UDEV_CFLAGS = $UDEV_CFLAGS
17475 UDEV_LIBS = $UDEV_LIBS
17476 CAPI20_CFLAGS = $CAPI20_CFLAGS
17477 CAPI20_LIBS = $CAPI20_LIBS
17478 CUPS_CFLAGS = $CUPS_CFLAGS
17479 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17480 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17481 JPEG_CFLAGS = $JPEG_CFLAGS
17482 JPEG_LIBS = $JPEG_LIBS
17483 PNG_CFLAGS = $PNG_CFLAGS
17484 PNG_LIBS = $PNG_LIBS
17485 TIFF_CFLAGS = $TIFF_CFLAGS
17486 TIFF_LIBS = $TIFF_LIBS
17487 MPG123_CFLAGS = $MPG123_CFLAGS
17488 MPG123_LIBS = $MPG123_LIBS
17489 KSTAT_LIBS = $KSTAT_LIBS
17490 PROCSTAT_LIBS = $PROCSTAT_LIBS
17491 NETAPI_CFLAGS = $NETAPI_CFLAGS
17492 NETAPI_LIBS = $NETAPI_LIBS
17493 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17494 DL_LIBS = $DL_LIBS
17495 POLL_LIBS = $POLL_LIBS
17496 RT_LIBS = $RT_LIBS
17497 LDAP_LIBS = $LDAP_LIBS
17502 wine_fn_append_rule "
17503 # Rules automatically generated by configure
17505 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17507 .INIT: Makefile
17508 .MAKEFILEDEPS:
17509 all: Makefile
17510 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17511 @./config.status Make.tmp Makefile
17512 depend: \$(MAKEDEP) dummy
17513 \$(MAKEDEP)"
17515 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17516 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17518 if test "x$enable_fonts" != xno; then
17519 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17520 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17521 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17522 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17523 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17524 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17526 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17527 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17528 ac_config_links="$ac_config_links wine:tools/winewrapper"
17529 wine_fn_config_symlink wine
17530 if test "x$enable_win64" != xno; then
17531 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17532 wine_fn_config_symlink wine64
17535 wine_fn_config_dll acledit enable_acledit
17536 wine_fn_config_dll aclui enable_aclui implib
17537 wine_fn_config_dll activeds enable_activeds implib
17538 wine_fn_config_dll actxprxy enable_actxprxy clean
17539 wine_fn_config_lib adsiid
17540 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17541 wine_fn_config_test dlls/advapi32/tests advapi32_test
17542 wine_fn_config_dll advpack enable_advpack implib
17543 wine_fn_config_test dlls/advpack/tests advpack_test
17544 wine_fn_config_dll amstream enable_amstream clean
17545 wine_fn_config_test dlls/amstream/tests amstream_test
17546 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
17547 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
17548 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17549 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17550 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17551 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17552 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17553 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17554 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17555 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17556 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17557 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17558 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17559 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17560 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17561 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17562 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17563 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17564 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17565 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17566 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17567 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17568 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17569 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17570 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17571 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17572 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17573 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17574 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
17575 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
17576 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17577 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17578 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
17579 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17580 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17581 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17582 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17583 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17584 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17585 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
17586 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17587 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
17588 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
17589 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17590 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17591 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17592 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
17593 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17594 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17595 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17596 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
17597 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
17598 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17599 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
17600 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17601 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17602 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17603 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17604 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17605 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17606 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17607 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
17608 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17609 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
17610 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17611 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17612 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17613 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
17614 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
17615 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17616 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
17617 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
17618 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
17619 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17620 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17621 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17622 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17623 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17624 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
17625 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
17626 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17627 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17628 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
17629 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17630 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17631 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
17632 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
17633 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
17634 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17635 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17636 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
17637 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17638 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17639 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17640 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
17641 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17642 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17643 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17644 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17645 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17646 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17647 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17648 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17649 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17650 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17651 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17652 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17653 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17654 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17655 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17656 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17657 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17658 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17659 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17660 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17661 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17662 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17663 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17664 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17665 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17666 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17667 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17668 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
17669 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17670 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17671 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17672 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17673 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17674 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17675 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17676 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17677 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17678 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
17679 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
17680 wine_fn_config_dll apphelp enable_apphelp
17681 wine_fn_config_test dlls/apphelp/tests apphelp_test
17682 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
17683 wine_fn_config_dll atl enable_atl clean,implib
17684 wine_fn_config_test dlls/atl/tests atl_test
17685 wine_fn_config_dll atl100 enable_atl100 clean,implib
17686 wine_fn_config_test dlls/atl100/tests atl100_test
17687 wine_fn_config_dll atl110 enable_atl110 clean
17688 wine_fn_config_dll atl80 enable_atl80 clean,implib
17689 wine_fn_config_test dlls/atl80/tests atl80_test
17690 wine_fn_config_dll atl90 enable_atl90 clean
17691 wine_fn_config_dll authz enable_authz
17692 wine_fn_config_dll avicap32 enable_avicap32 implib
17693 wine_fn_config_dll avifil32 enable_avifil32 clean,implib
17694 wine_fn_config_test dlls/avifil32/tests avifil32_test
17695 wine_fn_config_dll avifile.dll16 enable_win16
17696 wine_fn_config_dll avrt enable_avrt implib
17697 wine_fn_config_dll bcrypt enable_bcrypt implib
17698 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17699 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17700 wine_fn_config_dll browseui enable_browseui clean
17701 wine_fn_config_test dlls/browseui/tests browseui_test
17702 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17703 wine_fn_config_dll cabinet enable_cabinet implib
17704 wine_fn_config_test dlls/cabinet/tests cabinet_test
17705 wine_fn_config_dll capi2032 enable_capi2032 implib
17706 wine_fn_config_dll cards enable_cards implib
17707 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17708 wine_fn_config_dll clusapi enable_clusapi implib
17709 wine_fn_config_dll combase enable_combase
17710 wine_fn_config_test dlls/combase/tests combase_test
17711 wine_fn_config_dll comcat enable_comcat
17712 wine_fn_config_test dlls/comcat/tests comcat_test
17713 wine_fn_config_dll comctl32 enable_comctl32 clean,implib
17714 wine_fn_config_test dlls/comctl32/tests comctl32_test
17715 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib
17716 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17717 wine_fn_config_dll comm.drv16 enable_win16
17718 wine_fn_config_dll commdlg.dll16 enable_win16
17719 wine_fn_config_dll compobj.dll16 enable_win16
17720 wine_fn_config_dll compstui enable_compstui implib
17721 wine_fn_config_dll comsvcs enable_comsvcs implib
17722 wine_fn_config_dll concrt140 enable_concrt140
17723 wine_fn_config_dll connect enable_connect
17724 wine_fn_config_dll credui enable_credui clean,implib
17725 wine_fn_config_test dlls/credui/tests credui_test
17726 wine_fn_config_dll crtdll enable_crtdll
17727 wine_fn_config_dll crypt32 enable_crypt32 clean,implib
17728 wine_fn_config_test dlls/crypt32/tests crypt32_test
17729 wine_fn_config_dll cryptdlg enable_cryptdlg clean
17730 wine_fn_config_dll cryptdll enable_cryptdll implib
17731 wine_fn_config_dll cryptext enable_cryptext
17732 wine_fn_config_dll cryptnet enable_cryptnet implib
17733 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17734 wine_fn_config_dll cryptui enable_cryptui clean,implib
17735 wine_fn_config_test dlls/cryptui/tests cryptui_test
17736 wine_fn_config_dll ctapi32 enable_ctapi32
17737 wine_fn_config_dll ctl3d.dll16 enable_win16
17738 wine_fn_config_dll ctl3d32 enable_ctl3d32
17739 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17740 wine_fn_config_dll d2d1 enable_d2d1 implib
17741 wine_fn_config_test dlls/d2d1/tests d2d1_test
17742 wine_fn_config_dll d3d10 enable_d3d10 implib
17743 wine_fn_config_test dlls/d3d10/tests d3d10_test
17744 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17745 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17746 wine_fn_config_dll d3d10core enable_d3d10core implib
17747 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17748 wine_fn_config_dll d3d11 enable_d3d11 implib
17749 wine_fn_config_test dlls/d3d11/tests d3d11_test
17750 wine_fn_config_dll d3d8 enable_d3d8 implib
17751 wine_fn_config_test dlls/d3d8/tests d3d8_test
17752 wine_fn_config_dll d3d9 enable_d3d9 implib
17753 wine_fn_config_test dlls/d3d9/tests d3d9_test
17754 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17755 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17756 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17757 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17758 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17759 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17760 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17761 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17762 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17763 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17764 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17765 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17766 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17767 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17768 wine_fn_config_dll d3dim enable_d3dim
17769 wine_fn_config_dll d3drm enable_d3drm implib
17770 wine_fn_config_test dlls/d3drm/tests d3drm_test
17771 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17772 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17773 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17774 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17775 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17776 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17777 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17778 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17779 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17780 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17781 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17782 wine_fn_config_test dlls/d3dx10_43/tests d3dx10_43_test
17783 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17784 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
17785 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17786 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17787 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17788 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17789 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17790 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17791 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17792 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17793 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17794 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17795 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17796 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17797 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17798 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17799 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17800 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17801 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17802 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17803 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17804 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17805 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17806 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17807 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17808 wine_fn_config_dll davclnt enable_davclnt
17809 wine_fn_config_dll dbgeng enable_dbgeng implib
17810 wine_fn_config_dll dbghelp enable_dbghelp implib
17811 wine_fn_config_dll dciman32 enable_dciman32 implib
17812 wine_fn_config_dll ddeml.dll16 enable_win16
17813 wine_fn_config_dll ddraw enable_ddraw clean,implib
17814 wine_fn_config_test dlls/ddraw/tests ddraw_test
17815 wine_fn_config_dll ddrawex enable_ddrawex clean
17816 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17817 wine_fn_config_dll devenum enable_devenum clean
17818 wine_fn_config_test dlls/devenum/tests devenum_test
17819 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17820 wine_fn_config_dll difxapi enable_difxapi
17821 wine_fn_config_dll dinput enable_dinput clean,implib,staticimplib
17822 wine_fn_config_test dlls/dinput/tests dinput_test
17823 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17824 wine_fn_config_test dlls/dinput8/tests dinput8_test
17825 wine_fn_config_dll dispdib.dll16 enable_win16
17826 wine_fn_config_dll dispex enable_dispex clean
17827 wine_fn_config_test dlls/dispex/tests dispex_test
17828 wine_fn_config_dll display.drv16 enable_win16
17829 wine_fn_config_dll dmband enable_dmband clean
17830 wine_fn_config_test dlls/dmband/tests dmband_test
17831 wine_fn_config_dll dmcompos enable_dmcompos clean
17832 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17833 wine_fn_config_dll dmime enable_dmime clean
17834 wine_fn_config_test dlls/dmime/tests dmime_test
17835 wine_fn_config_dll dmloader enable_dmloader clean
17836 wine_fn_config_test dlls/dmloader/tests dmloader_test
17837 wine_fn_config_dll dmscript enable_dmscript clean
17838 wine_fn_config_test dlls/dmscript/tests dmscript_test
17839 wine_fn_config_dll dmstyle enable_dmstyle clean
17840 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17841 wine_fn_config_dll dmsynth enable_dmsynth clean
17842 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17843 wine_fn_config_dll dmusic enable_dmusic clean
17844 wine_fn_config_test dlls/dmusic/tests dmusic_test
17845 wine_fn_config_dll dmusic32 enable_dmusic32
17846 wine_fn_config_dll dnsapi enable_dnsapi implib
17847 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17848 wine_fn_config_dll dplay enable_dplay
17849 wine_fn_config_dll dplayx enable_dplayx clean,implib
17850 wine_fn_config_test dlls/dplayx/tests dplayx_test
17851 wine_fn_config_dll dpnaddr enable_dpnaddr
17852 wine_fn_config_dll dpnet enable_dpnet clean,implib
17853 wine_fn_config_test dlls/dpnet/tests dpnet_test
17854 wine_fn_config_dll dpnhpast enable_dpnhpast
17855 wine_fn_config_dll dpnlobby enable_dpnlobby
17856 wine_fn_config_dll dpvoice enable_dpvoice clean
17857 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17858 wine_fn_config_dll dpwsockx enable_dpwsockx
17859 wine_fn_config_dll drmclien enable_drmclien
17860 wine_fn_config_dll dsound enable_dsound clean,implib
17861 wine_fn_config_test dlls/dsound/tests dsound_test
17862 wine_fn_config_dll dssenh enable_dssenh
17863 wine_fn_config_test dlls/dssenh/tests dssenh_test
17864 wine_fn_config_dll dswave enable_dswave clean
17865 wine_fn_config_test dlls/dswave/tests dswave_test
17866 wine_fn_config_dll dwmapi enable_dwmapi implib
17867 wine_fn_config_dll dwrite enable_dwrite implib
17868 wine_fn_config_test dlls/dwrite/tests dwrite_test
17869 wine_fn_config_dll dxdiagn enable_dxdiagn clean
17870 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17871 wine_fn_config_lib dxerr8
17872 wine_fn_config_lib dxerr9
17873 wine_fn_config_dll dxgi enable_dxgi implib
17874 wine_fn_config_test dlls/dxgi/tests dxgi_test
17875 wine_fn_config_lib dxguid
17876 wine_fn_config_dll dxva2 enable_dxva2
17877 wine_fn_config_dll esent enable_esent
17878 wine_fn_config_dll evr enable_evr
17879 wine_fn_config_dll explorerframe enable_explorerframe clean
17880 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17881 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17882 wine_fn_config_dll faultrep enable_faultrep implib
17883 wine_fn_config_test dlls/faultrep/tests faultrep_test
17884 wine_fn_config_dll fltlib enable_fltlib
17885 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17886 wine_fn_config_dll fntcache enable_fntcache
17887 wine_fn_config_dll fontsub enable_fontsub
17888 wine_fn_config_dll fusion enable_fusion
17889 wine_fn_config_test dlls/fusion/tests fusion_test
17890 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17891 wine_fn_config_dll gameux enable_gameux clean
17892 wine_fn_config_test dlls/gameux/tests gameux_test
17893 wine_fn_config_dll gdi.exe16 enable_win16
17894 wine_fn_config_dll gdi32 enable_gdi32 clean,implib
17895 wine_fn_config_test dlls/gdi32/tests gdi32_test
17896 wine_fn_config_dll gdiplus enable_gdiplus implib
17897 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17898 wine_fn_config_dll glu32 enable_glu32 implib
17899 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
17900 wine_fn_config_dll gpkcsp enable_gpkcsp
17901 wine_fn_config_dll hal enable_hal
17902 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib htmlhelp
17903 wine_fn_config_dll hid enable_hid implib
17904 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17905 wine_fn_config_dll hlink enable_hlink clean,implib
17906 wine_fn_config_test dlls/hlink/tests hlink_test
17907 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17908 wine_fn_config_test dlls/hnetcfg/tests hnetcfg_test
17909 wine_fn_config_dll httpapi enable_httpapi
17910 wine_fn_config_dll iccvid enable_iccvid clean
17911 wine_fn_config_dll icmp enable_icmp
17912 wine_fn_config_dll ieframe enable_ieframe clean,implib
17913 wine_fn_config_test dlls/ieframe/tests ieframe_test
17914 wine_fn_config_dll ifsmgr.vxd enable_win16
17915 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17916 wine_fn_config_dll imagehlp enable_imagehlp implib
17917 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17918 wine_fn_config_dll imm.dll16 enable_win16
17919 wine_fn_config_dll imm32 enable_imm32 implib
17920 wine_fn_config_test dlls/imm32/tests imm32_test
17921 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17922 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17923 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
17924 wine_fn_config_dll inetmib1 enable_inetmib1
17925 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17926 wine_fn_config_dll infosoft enable_infosoft clean
17927 wine_fn_config_test dlls/infosoft/tests infosoft_test
17928 wine_fn_config_dll initpki enable_initpki
17929 wine_fn_config_dll inkobj enable_inkobj
17930 wine_fn_config_dll inseng enable_inseng clean
17931 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17932 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17933 wine_fn_config_dll iprop enable_iprop
17934 wine_fn_config_dll irprops.cpl enable_irprops_cpl
17935 wine_fn_config_dll itircl enable_itircl
17936 wine_fn_config_dll itss enable_itss clean
17937 wine_fn_config_test dlls/itss/tests itss_test
17938 wine_fn_config_dll joy.cpl enable_joy_cpl clean
17939 wine_fn_config_dll jscript enable_jscript clean
17940 wine_fn_config_test dlls/jscript/tests jscript_test
17941 wine_fn_config_dll jsproxy enable_jsproxy implib
17942 wine_fn_config_test dlls/jsproxy/tests jsproxy_test
17943 wine_fn_config_dll kernel32 enable_kernel32 clean,implib
17944 wine_fn_config_test dlls/kernel32/tests kernel32_test
17945 wine_fn_config_dll kernelbase enable_kernelbase
17946 wine_fn_config_dll keyboard.drv16 enable_win16
17947 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17948 wine_fn_config_dll ksuser enable_ksuser
17949 wine_fn_config_dll ktmw32 enable_ktmw32
17950 wine_fn_config_dll loadperf enable_loadperf implib
17951 wine_fn_config_dll localspl enable_localspl clean
17952 wine_fn_config_test dlls/localspl/tests localspl_test
17953 wine_fn_config_dll localui enable_localui clean
17954 wine_fn_config_test dlls/localui/tests localui_test
17955 wine_fn_config_dll lz32 enable_lz32 implib
17956 wine_fn_config_test dlls/lz32/tests lz32_test
17957 wine_fn_config_dll lzexpand.dll16 enable_win16
17958 wine_fn_config_dll mapi32 enable_mapi32 clean,implib
17959 wine_fn_config_test dlls/mapi32/tests mapi32_test
17960 wine_fn_config_dll mapistub enable_mapistub
17961 wine_fn_config_dll mciavi32 enable_mciavi32
17962 wine_fn_config_dll mcicda enable_mcicda
17963 wine_fn_config_dll mciqtz32 enable_mciqtz32
17964 wine_fn_config_dll mciseq enable_mciseq
17965 wine_fn_config_dll mciwave enable_mciwave
17966 wine_fn_config_dll mf enable_mf
17967 wine_fn_config_dll mfplat enable_mfplat
17968 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17969 wine_fn_config_dll mgmtapi enable_mgmtapi
17970 wine_fn_config_dll midimap enable_midimap
17971 wine_fn_config_dll mlang enable_mlang clean,implib
17972 wine_fn_config_test dlls/mlang/tests mlang_test
17973 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17974 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17975 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17976 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17977 wine_fn_config_dll mmdevldr.vxd enable_win16
17978 wine_fn_config_dll mmsystem.dll16 enable_win16
17979 wine_fn_config_dll monodebg.vxd enable_win16
17980 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17981 wine_fn_config_dll mouse.drv16 enable_win16
17982 wine_fn_config_dll mpr enable_mpr clean,implib
17983 wine_fn_config_test dlls/mpr/tests mpr_test
17984 wine_fn_config_dll mprapi enable_mprapi implib
17985 wine_fn_config_dll msacm.dll16 enable_win16
17986 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17987 wine_fn_config_dll msacm32 enable_msacm32 clean,implib
17988 wine_fn_config_test dlls/msacm32/tests msacm32_test
17989 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17990 wine_fn_config_dll msasn1 enable_msasn1 implib
17991 wine_fn_config_dll mscat32 enable_mscat32
17992 wine_fn_config_dll mscms enable_mscms implib
17993 wine_fn_config_test dlls/mscms/tests mscms_test
17994 wine_fn_config_dll mscoree enable_mscoree clean
17995 wine_fn_config_test dlls/mscoree/tests mscoree_test
17996 wine_fn_config_dll msctf enable_msctf clean
17997 wine_fn_config_test dlls/msctf/tests msctf_test
17998 wine_fn_config_dll msctfp enable_msctfp clean
17999 wine_fn_config_dll msdaps enable_msdaps clean
18000 wine_fn_config_dll msdelta enable_msdelta
18001 wine_fn_config_dll msdmo enable_msdmo implib
18002 wine_fn_config_test dlls/msdmo/tests msdmo_test
18003 wine_fn_config_dll msdrm enable_msdrm
18004 wine_fn_config_dll msftedit enable_msftedit
18005 wine_fn_config_dll msg711.acm enable_msg711_acm
18006 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18007 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18008 wine_fn_config_dll mshtml enable_mshtml clean,implib
18009 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
18010 wine_fn_config_dll msi enable_msi clean,implib
18011 wine_fn_config_test dlls/msi/tests msi_test
18012 wine_fn_config_dll msident enable_msident clean
18013 wine_fn_config_dll msimg32 enable_msimg32 implib
18014 wine_fn_config_dll msimsg enable_msimsg
18015 wine_fn_config_dll msimtf enable_msimtf clean
18016 wine_fn_config_dll msisip enable_msisip
18017 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18018 wine_fn_config_dll msls31 enable_msls31
18019 wine_fn_config_dll msnet32 enable_msnet32
18020 wine_fn_config_dll mspatcha enable_mspatcha implib
18021 wine_fn_config_dll msports enable_msports
18022 wine_fn_config_dll msrle32 enable_msrle32 clean
18023 wine_fn_config_test dlls/msrle32/tests msrle32_test
18024 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18025 wine_fn_config_test dlls/msscript.ocx/tests msscript.ocx_test clean
18026 wine_fn_config_dll mssign32 enable_mssign32
18027 wine_fn_config_dll mssip32 enable_mssip32
18028 wine_fn_config_dll mstask enable_mstask clean
18029 wine_fn_config_test dlls/mstask/tests mstask_test
18030 wine_fn_config_dll msvcirt enable_msvcirt
18031 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
18032 wine_fn_config_dll msvcm80 enable_msvcm80
18033 wine_fn_config_dll msvcm90 enable_msvcm90
18034 wine_fn_config_dll msvcp100 enable_msvcp100
18035 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
18036 wine_fn_config_dll msvcp110 enable_msvcp110
18037 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
18038 wine_fn_config_dll msvcp120 enable_msvcp120
18039 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
18040 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18041 wine_fn_config_dll msvcp140 enable_msvcp140
18042 wine_fn_config_test dlls/msvcp140/tests msvcp140_test
18043 wine_fn_config_dll msvcp60 enable_msvcp60
18044 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
18045 wine_fn_config_dll msvcp70 enable_msvcp70
18046 wine_fn_config_dll msvcp71 enable_msvcp71
18047 wine_fn_config_dll msvcp80 enable_msvcp80
18048 wine_fn_config_dll msvcp90 enable_msvcp90
18049 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
18050 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18051 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
18052 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18053 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18054 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
18055 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18056 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18057 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18058 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18059 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18060 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
18061 wine_fn_config_dll msvcrt enable_msvcrt implib
18062 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
18063 wine_fn_config_dll msvcrt20 enable_msvcrt20
18064 wine_fn_config_dll msvcrt40 enable_msvcrt40
18065 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18066 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
18067 wine_fn_config_dll msvfw32 enable_msvfw32 clean,implib
18068 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
18069 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18070 wine_fn_config_dll msvideo.dll16 enable_win16
18071 wine_fn_config_dll mswsock enable_mswsock implib
18072 wine_fn_config_dll msxml enable_msxml clean
18073 wine_fn_config_dll msxml2 enable_msxml2 clean
18074 wine_fn_config_dll msxml3 enable_msxml3 clean
18075 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
18076 wine_fn_config_dll msxml4 enable_msxml4 clean
18077 wine_fn_config_dll msxml6 enable_msxml6 clean
18078 wine_fn_config_dll ncrypt enable_ncrypt
18079 wine_fn_config_dll nddeapi enable_nddeapi implib
18080 wine_fn_config_dll ndis.sys enable_ndis_sys
18081 wine_fn_config_dll netapi32 enable_netapi32 implib
18082 wine_fn_config_test dlls/netapi32/tests netapi32_test
18083 wine_fn_config_dll netcfgx enable_netcfgx clean
18084 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
18085 wine_fn_config_dll netprofm enable_netprofm clean
18086 wine_fn_config_test dlls/netprofm/tests netprofm_test
18087 wine_fn_config_dll newdev enable_newdev implib
18088 wine_fn_config_dll normaliz enable_normaliz implib
18089 wine_fn_config_dll npmshtml enable_npmshtml
18090 wine_fn_config_dll npptools enable_npptools
18091 wine_fn_config_dll ntdll enable_ntdll implib
18092 wine_fn_config_test dlls/ntdll/tests ntdll_test
18093 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18094 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
18095 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18096 wine_fn_config_dll ntprint enable_ntprint
18097 wine_fn_config_test dlls/ntprint/tests ntprint_test
18098 wine_fn_config_dll objsel enable_objsel clean
18099 wine_fn_config_dll odbc32 enable_odbc32 implib
18100 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18101 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
18102 wine_fn_config_dll odbccu32 enable_odbccu32
18103 wine_fn_config_dll ole2.dll16 enable_win16
18104 wine_fn_config_dll ole2conv.dll16 enable_win16
18105 wine_fn_config_dll ole2disp.dll16 enable_win16
18106 wine_fn_config_dll ole2nls.dll16 enable_win16
18107 wine_fn_config_dll ole2prox.dll16 enable_win16
18108 wine_fn_config_dll ole2thk.dll16 enable_win16
18109 wine_fn_config_dll ole32 enable_ole32 clean,implib
18110 wine_fn_config_test dlls/ole32/tests ole32_test
18111 wine_fn_config_dll oleacc enable_oleacc clean,implib
18112 wine_fn_config_test dlls/oleacc/tests oleacc_test
18113 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib
18114 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
18115 wine_fn_config_dll olecli.dll16 enable_win16
18116 wine_fn_config_dll olecli32 enable_olecli32 implib
18117 wine_fn_config_dll oledb32 enable_oledb32 clean
18118 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
18119 wine_fn_config_dll oledlg enable_oledlg clean,implib
18120 wine_fn_config_test dlls/oledlg/tests oledlg_test
18121 wine_fn_config_dll olepro32 enable_olepro32 clean,implib
18122 wine_fn_config_dll olesvr.dll16 enable_win16
18123 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18124 wine_fn_config_dll olethk32 enable_olethk32
18125 wine_fn_config_dll openal32 enable_openal32
18126 wine_fn_config_dll opencl enable_opencl
18127 wine_fn_config_dll opengl32 enable_opengl32 implib
18128 wine_fn_config_test dlls/opengl32/tests opengl32_test
18129 wine_fn_config_dll packager enable_packager clean
18130 wine_fn_config_test dlls/packager/tests packager_test
18131 wine_fn_config_dll pdh enable_pdh implib
18132 wine_fn_config_test dlls/pdh/tests pdh_test
18133 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18134 wine_fn_config_dll pidgen enable_pidgen
18135 wine_fn_config_dll powrprof enable_powrprof implib
18136 wine_fn_config_dll printui enable_printui
18137 wine_fn_config_dll prntvpt enable_prntvpt
18138 wine_fn_config_dll propsys enable_propsys clean,implib
18139 wine_fn_config_test dlls/propsys/tests propsys_test
18140 wine_fn_config_dll psapi enable_psapi implib
18141 wine_fn_config_test dlls/psapi/tests psapi_test
18142 wine_fn_config_dll pstorec enable_pstorec clean
18143 wine_fn_config_dll qcap enable_qcap
18144 wine_fn_config_test dlls/qcap/tests qcap_test
18145 wine_fn_config_dll qedit enable_qedit clean
18146 wine_fn_config_test dlls/qedit/tests qedit_test
18147 wine_fn_config_dll qmgr enable_qmgr clean
18148 wine_fn_config_test dlls/qmgr/tests qmgr_test
18149 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18150 wine_fn_config_dll quartz enable_quartz clean,implib
18151 wine_fn_config_test dlls/quartz/tests quartz_test clean
18152 wine_fn_config_dll query enable_query
18153 wine_fn_config_dll rasapi16.dll16 enable_win16
18154 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18155 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
18156 wine_fn_config_dll rasdlg enable_rasdlg implib
18157 wine_fn_config_dll regapi enable_regapi
18158 wine_fn_config_dll resutils enable_resutils implib
18159 wine_fn_config_dll riched20 enable_riched20 clean,implib
18160 wine_fn_config_test dlls/riched20/tests riched20_test
18161 wine_fn_config_dll riched32 enable_riched32
18162 wine_fn_config_test dlls/riched32/tests riched32_test
18163 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
18164 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
18165 wine_fn_config_dll rsabase enable_rsabase
18166 wine_fn_config_dll rsaenh enable_rsaenh implib
18167 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
18168 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18169 wine_fn_config_dll rtutils enable_rtutils implib
18170 wine_fn_config_dll samlib enable_samlib
18171 wine_fn_config_dll sane.ds enable_sane_ds clean
18172 wine_fn_config_dll scarddlg enable_scarddlg
18173 wine_fn_config_dll sccbase enable_sccbase
18174 wine_fn_config_dll schannel enable_schannel
18175 wine_fn_config_test dlls/schannel/tests schannel_test
18176 wine_fn_config_dll schedsvc enable_schedsvc clean
18177 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
18178 wine_fn_config_dll scrrun enable_scrrun clean
18179 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
18180 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18181 wine_fn_config_dll secur32 enable_secur32 implib
18182 wine_fn_config_test dlls/secur32/tests secur32_test
18183 wine_fn_config_dll security enable_security
18184 wine_fn_config_dll sensapi enable_sensapi implib
18185 wine_fn_config_dll serialui enable_serialui clean
18186 wine_fn_config_test dlls/serialui/tests serialui_test
18187 wine_fn_config_dll setupapi enable_setupapi clean,implib
18188 wine_fn_config_test dlls/setupapi/tests setupapi_test
18189 wine_fn_config_dll setupx.dll16 enable_win16
18190 wine_fn_config_dll sfc enable_sfc implib
18191 wine_fn_config_dll sfc_os enable_sfc_os implib
18192 wine_fn_config_dll shdoclc enable_shdoclc clean
18193 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
18194 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
18195 wine_fn_config_dll shell.dll16 enable_win16
18196 wine_fn_config_dll shell32 enable_shell32 clean,implib
18197 wine_fn_config_test dlls/shell32/tests shell32_test
18198 wine_fn_config_dll shfolder enable_shfolder implib
18199 wine_fn_config_dll shlwapi enable_shlwapi clean,implib
18200 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
18201 wine_fn_config_dll slbcsp enable_slbcsp
18202 wine_fn_config_dll slc enable_slc implib
18203 wine_fn_config_test dlls/slc/tests slc_test
18204 wine_fn_config_dll snmpapi enable_snmpapi implib
18205 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
18206 wine_fn_config_dll softpub enable_softpub
18207 wine_fn_config_dll sound.drv16 enable_win16
18208 wine_fn_config_dll spoolss enable_spoolss implib
18209 wine_fn_config_test dlls/spoolss/tests spoolss_test
18210 wine_fn_config_dll sspicli enable_sspicli
18211 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18212 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18213 wine_fn_config_dll sti enable_sti clean,implib
18214 wine_fn_config_test dlls/sti/tests sti_test
18215 wine_fn_config_dll storage.dll16 enable_win16
18216 wine_fn_config_dll stress.dll16 enable_win16
18217 wine_fn_config_lib strmbase
18218 wine_fn_config_lib strmiids
18219 wine_fn_config_dll svrapi enable_svrapi
18220 wine_fn_config_dll sxs enable_sxs implib
18221 wine_fn_config_test dlls/sxs/tests sxs_test
18222 wine_fn_config_dll system.drv16 enable_win16
18223 wine_fn_config_dll t2embed enable_t2embed implib
18224 wine_fn_config_test dlls/t2embed/tests t2embed_test
18225 wine_fn_config_dll tapi32 enable_tapi32 implib
18226 wine_fn_config_dll taskschd enable_taskschd clean
18227 wine_fn_config_test dlls/taskschd/tests taskschd_test
18228 wine_fn_config_dll tdi.sys enable_tdi_sys
18229 wine_fn_config_dll toolhelp.dll16 enable_win16
18230 wine_fn_config_dll traffic enable_traffic
18231 wine_fn_config_dll twain.dll16 enable_win16
18232 wine_fn_config_dll twain_32 enable_twain_32
18233 wine_fn_config_test dlls/twain_32/tests twain_32_test
18234 wine_fn_config_dll typelib.dll16 enable_win16
18235 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18236 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
18237 wine_fn_config_dll unicows enable_unicows implib
18238 wine_fn_config_dll updspapi enable_updspapi
18239 wine_fn_config_dll url enable_url implib
18240 wine_fn_config_dll urlmon enable_urlmon clean,implib
18241 wine_fn_config_test dlls/urlmon/tests urlmon_test
18242 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18243 wine_fn_config_dll user.exe16 enable_win16
18244 wine_fn_config_dll user32 enable_user32 clean,implib
18245 wine_fn_config_test dlls/user32/tests user32_test
18246 wine_fn_config_dll userenv enable_userenv implib
18247 wine_fn_config_test dlls/userenv/tests userenv_test
18248 wine_fn_config_dll usp10 enable_usp10 implib
18249 wine_fn_config_test dlls/usp10/tests usp10_test
18250 wine_fn_config_lib uuid
18251 wine_fn_config_dll uxtheme enable_uxtheme implib
18252 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
18253 wine_fn_config_dll vbscript enable_vbscript clean
18254 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
18255 wine_fn_config_dll vcomp enable_vcomp
18256 wine_fn_config_test dlls/vcomp/tests vcomp_test
18257 wine_fn_config_dll vcomp100 enable_vcomp100
18258 wine_fn_config_dll vcomp110 enable_vcomp110
18259 wine_fn_config_dll vcomp120 enable_vcomp120
18260 wine_fn_config_dll vcomp140 enable_vcomp140
18261 wine_fn_config_dll vcomp90 enable_vcomp90
18262 wine_fn_config_dll vcruntime140 enable_vcruntime140
18263 wine_fn_config_dll vdhcp.vxd enable_win16
18264 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18265 wine_fn_config_dll ver.dll16 enable_win16
18266 wine_fn_config_dll version enable_version implib
18267 wine_fn_config_test dlls/version/tests version_test
18268 wine_fn_config_dll vmm.vxd enable_win16
18269 wine_fn_config_dll vnbt.vxd enable_win16
18270 wine_fn_config_dll vnetbios.vxd enable_win16
18271 wine_fn_config_dll vssapi enable_vssapi
18272 wine_fn_config_dll vtdapi.vxd enable_win16
18273 wine_fn_config_dll vwin32.vxd enable_win16
18274 wine_fn_config_dll w32skrnl enable_win16
18275 wine_fn_config_dll w32sys.dll16 enable_win16
18276 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18277 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
18278 wine_fn_config_dll wbemprox enable_wbemprox clean
18279 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
18280 wine_fn_config_dll webservices enable_webservices implib
18281 wine_fn_config_test dlls/webservices/tests webservices_test
18282 wine_fn_config_dll wer enable_wer implib
18283 wine_fn_config_test dlls/wer/tests wer_test
18284 wine_fn_config_dll wevtapi enable_wevtapi
18285 wine_fn_config_dll wiaservc enable_wiaservc clean
18286 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
18287 wine_fn_config_dll wimgapi enable_wimgapi
18288 wine_fn_config_dll win32s16.dll16 enable_win16
18289 wine_fn_config_dll win87em.dll16 enable_win16
18290 wine_fn_config_dll winaspi.dll16 enable_win16
18291 wine_fn_config_dll windebug.dll16 enable_win16
18292 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
18293 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
18294 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18295 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
18296 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18297 wine_fn_config_dll winebus.sys enable_winebus_sys
18298 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18299 wine_fn_config_lib winecrt0
18300 wine_fn_config_dll wined3d enable_wined3d implib
18301 wine_fn_config_dll winegstreamer enable_winegstreamer
18302 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18303 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18304 wine_fn_config_dll winemapi enable_winemapi
18305 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18306 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18307 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18308 wine_fn_config_dll wineps16.drv16 enable_win16
18309 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18310 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18311 wine_fn_config_dll winex11.drv enable_winex11_drv
18312 wine_fn_config_dll wing.dll16 enable_win16
18313 wine_fn_config_dll wing32 enable_wing32
18314 wine_fn_config_dll winhttp enable_winhttp clean,implib
18315 wine_fn_config_test dlls/winhttp/tests winhttp_test
18316 wine_fn_config_dll wininet enable_wininet clean,implib
18317 wine_fn_config_test dlls/wininet/tests wininet_test
18318 wine_fn_config_dll winmm enable_winmm clean,implib
18319 wine_fn_config_test dlls/winmm/tests winmm_test
18320 wine_fn_config_dll winnls.dll16 enable_win16
18321 wine_fn_config_dll winnls32 enable_winnls32 implib
18322 wine_fn_config_dll winscard enable_winscard implib
18323 wine_fn_config_dll winsock.dll16 enable_win16
18324 wine_fn_config_dll winspool.drv enable_winspool_drv clean,implib winspool
18325 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
18326 wine_fn_config_dll winsta enable_winsta
18327 wine_fn_config_dll wintab.dll16 enable_win16
18328 wine_fn_config_dll wintab32 enable_wintab32 implib
18329 wine_fn_config_test dlls/wintab32/tests wintab32_test
18330 wine_fn_config_dll wintrust enable_wintrust implib
18331 wine_fn_config_test dlls/wintrust/tests wintrust_test
18332 wine_fn_config_dll wlanapi enable_wlanapi
18333 wine_fn_config_dll wldap32 enable_wldap32 clean,implib
18334 wine_fn_config_test dlls/wldap32/tests wldap32_test
18335 wine_fn_config_dll wmasf enable_wmasf
18336 wine_fn_config_dll wmi enable_wmi
18337 wine_fn_config_dll wmiutils enable_wmiutils clean
18338 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18339 wine_fn_config_dll wmp enable_wmp clean
18340 wine_fn_config_test dlls/wmp/tests wmp_test
18341 wine_fn_config_dll wmvcore enable_wmvcore
18342 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18343 wine_fn_config_dll wow32 enable_win16 implib
18344 wine_fn_config_dll wpc enable_wpc clean
18345 wine_fn_config_test dlls/wpc/tests wpc_test
18346 wine_fn_config_dll wpcap enable_wpcap
18347 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18348 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18349 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18350 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18351 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18352 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18353 wine_fn_config_dll wsock32 enable_wsock32 implib
18354 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18355 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18356 wine_fn_config_dll wuapi enable_wuapi clean
18357 wine_fn_config_dll wuaueng enable_wuaueng
18358 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18359 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18360 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18361 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18362 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18363 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18364 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18365 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18366 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18367 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18368 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18369 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18370 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18371 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18372 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18373 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18374 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18375 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18376 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18377 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18378 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18379 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18380 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18381 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18382 wine_fn_config_dll xinput1_1 enable_xinput1_1
18383 wine_fn_config_dll xinput1_2 enable_xinput1_2
18384 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18385 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18386 wine_fn_config_dll xinput1_4 enable_xinput1_4
18387 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18388 wine_fn_config_dll xmllite enable_xmllite implib
18389 wine_fn_config_test dlls/xmllite/tests xmllite_test
18390 wine_fn_config_dll xolehlp enable_xolehlp
18391 wine_fn_config_dll xpsprint enable_xpsprint
18392 wine_fn_config_dll xpssvcs enable_xpssvcs
18393 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18394 wine_fn_config_makefile include enable_include clean,install-dev
18395 wine_fn_config_makefile libs/port enable_libs_port
18396 wine_fn_config_makefile libs/wine enable_libs_wine clean,implib,install-dev,install-lib
18397 wine_fn_config_makefile libs/wpp enable_libs_wpp
18398 wine_fn_config_makefile loader enable_loader clean,install-lib
18399 wine_fn_config_makefile po enable_po clean
18400 wine_fn_config_program arp enable_arp install
18401 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18402 wine_fn_config_program attrib enable_attrib clean,install
18403 wine_fn_config_program cabarc enable_cabarc install
18404 wine_fn_config_program cacls enable_cacls install
18405 wine_fn_config_program clock enable_clock clean,install
18406 wine_fn_config_program cmd enable_cmd clean,install
18407 wine_fn_config_test programs/cmd/tests cmd.exe_test
18408 wine_fn_config_program conhost enable_conhost install
18409 wine_fn_config_program control enable_control install
18410 wine_fn_config_program cscript enable_cscript clean,install
18411 wine_fn_config_program dpnsvr enable_dpnsvr install
18412 wine_fn_config_program dxdiag enable_dxdiag clean,install
18413 wine_fn_config_program eject enable_eject install
18414 wine_fn_config_program expand enable_expand install
18415 wine_fn_config_program explorer enable_explorer clean,install
18416 wine_fn_config_program extrac32 enable_extrac32 install
18417 wine_fn_config_program findstr enable_findstr install
18418 wine_fn_config_program fsutil enable_fsutil install
18419 wine_fn_config_program hh enable_hh install
18420 wine_fn_config_program hostname enable_hostname clean,install
18421 wine_fn_config_program icacls enable_icacls install
18422 wine_fn_config_program icinfo enable_icinfo install
18423 wine_fn_config_program iexplore enable_iexplore install
18424 wine_fn_config_program ipconfig enable_ipconfig clean,install
18425 wine_fn_config_program lodctr enable_lodctr install
18426 wine_fn_config_program mofcomp enable_mofcomp install
18427 wine_fn_config_program mshta enable_mshta install
18428 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18429 wine_fn_config_program msinfo32 enable_msinfo32 install
18430 wine_fn_config_program net enable_net clean,install
18431 wine_fn_config_program netsh enable_netsh install
18432 wine_fn_config_program netstat enable_netstat clean,install
18433 wine_fn_config_program ngen enable_ngen install
18434 wine_fn_config_program notepad enable_notepad clean,install,installbin,manpage
18435 wine_fn_config_program oleview enable_oleview clean,install
18436 wine_fn_config_program ping enable_ping install
18437 wine_fn_config_program plugplay enable_plugplay install
18438 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18439 wine_fn_config_program progman enable_progman clean,install
18440 wine_fn_config_program reg enable_reg clean,install
18441 wine_fn_config_test programs/reg/tests reg.exe_test
18442 wine_fn_config_program regasm enable_regasm install
18443 wine_fn_config_program regedit enable_regedit clean,install,installbin,manpage
18444 wine_fn_config_test programs/regedit/tests regedit.exe_test
18445 wine_fn_config_program regsvcs enable_regsvcs install
18446 wine_fn_config_program regsvr32 enable_regsvr32 clean,install,installbin,manpage
18447 wine_fn_config_program rpcss enable_rpcss clean,install
18448 wine_fn_config_program rundll.exe16 enable_win16 install
18449 wine_fn_config_program rundll32 enable_rundll32 install
18450 wine_fn_config_program sc enable_sc install
18451 wine_fn_config_program schtasks enable_schtasks install
18452 wine_fn_config_program sdbinst enable_sdbinst install
18453 wine_fn_config_program secedit enable_secedit install
18454 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18455 wine_fn_config_program services enable_services clean,install
18456 wine_fn_config_test programs/services/tests services.exe_test
18457 wine_fn_config_program shutdown enable_shutdown install
18458 wine_fn_config_program spoolsv enable_spoolsv install
18459 wine_fn_config_program start enable_start clean,install
18460 wine_fn_config_program svchost enable_svchost install
18461 wine_fn_config_program systeminfo enable_systeminfo install
18462 wine_fn_config_program taskkill enable_taskkill clean,install
18463 wine_fn_config_program tasklist enable_tasklist install
18464 wine_fn_config_program taskmgr enable_taskmgr clean,install
18465 wine_fn_config_program termsv enable_termsv install
18466 wine_fn_config_program uninstaller enable_uninstaller clean,install
18467 wine_fn_config_program unlodctr enable_unlodctr install
18468 wine_fn_config_program view enable_view clean,install
18469 wine_fn_config_program wevtutil enable_wevtutil install
18470 wine_fn_config_program wineboot enable_wineboot clean,install,installbin,manpage
18471 wine_fn_config_program winebrowser enable_winebrowser install
18472 wine_fn_config_program winecfg enable_winecfg clean,install,installbin,manpage
18473 wine_fn_config_program wineconsole enable_wineconsole clean,install,installbin,manpage
18474 wine_fn_config_program winedbg enable_winedbg clean,install,installbin,manpage
18475 wine_fn_config_program winedevice enable_winedevice install
18476 wine_fn_config_program winefile enable_winefile clean,install,installbin,manpage
18477 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18478 wine_fn_config_program winemine enable_winemine clean,install,installbin,manpage
18479 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18480 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18481 wine_fn_config_program winetest enable_winetest clean
18482 wine_fn_config_program winevdm enable_win16 install
18483 wine_fn_config_program winhelp.exe16 enable_win16 install
18484 wine_fn_config_program winhlp32 enable_winhlp32 clean,install
18485 wine_fn_config_program winoldap.mod16 enable_win16 install
18486 wine_fn_config_program winver enable_winver install
18487 wine_fn_config_program wmic enable_wmic clean,install
18488 wine_fn_config_program wmplayer enable_wmplayer install
18489 wine_fn_config_program wordpad enable_wordpad clean,install
18490 wine_fn_config_program write enable_write clean,install
18491 wine_fn_config_program wscript enable_wscript clean,install
18492 wine_fn_config_test programs/wscript/tests wscript.exe_test
18493 wine_fn_config_program wusa enable_wusa install
18494 wine_fn_config_program xcopy enable_xcopy clean,install
18495 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18496 wine_fn_config_makefile server enable_server clean,install-lib
18497 wine_fn_config_tool tools clean
18498 wine_fn_config_tool tools/sfnt2fon clean
18499 wine_fn_config_tool tools/widl clean,install-dev
18500 wine_fn_config_tool tools/winebuild clean,install-dev
18501 wine_fn_config_tool tools/winedump clean,install-dev
18502 wine_fn_config_tool tools/winegcc clean,install-dev
18503 wine_fn_config_tool tools/winemaker clean,install-dev
18504 wine_fn_config_tool tools/wmc clean,install-dev
18505 wine_fn_config_tool tools/wrc clean,install-dev
18508 wine_fn_append_file CONFIGURE_TARGETS "TAGS"
18509 wine_fn_append_file CONFIGURE_TARGETS "tags"
18510 wine_fn_append_file CONFIGURE_TARGETS "autom4te.cache"
18511 wine_fn_append_file CONFIGURE_TARGETS "config.log"
18512 wine_fn_append_file CONFIGURE_TARGETS "config.status"
18513 wine_fn_append_file CONFIGURE_TARGETS "include/config.h"
18514 wine_fn_append_file CONFIGURE_TARGETS "include/stamp-h"
18515 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine"
18517 if test "x$enable_tools" != xno
18518 then
18519 wine_fn_append_file CONFIGURE_TARGETS "tools/makedep$ac_exeext"
18520 ac_config_commands="$ac_config_commands tools/makedep"
18524 ac_config_commands="$ac_config_commands Makefile"
18527 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18531 if test "x$enable_maintainer_mode" = xyes
18532 then
18533 wine_fn_append_rule "configure: configure.ac aclocal.m4
18534 autoconf --warnings=all
18535 include/config.h.in: include/stamp-h.in
18536 include/stamp-h.in: configure.ac aclocal.m4
18537 autoheader --warnings=all
18538 @echo timestamp > \$@"
18541 if test "x$enable_tools" != xno
18542 then
18543 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18544 @./config.status tools/makedep
18545 Makefile: tools/makedep$ac_exeext"
18546 else
18547 wine_fn_append_rule "\$(MAKEDEP):
18548 @echo \"You need to run make in $TOOLSDIR first\" && false"
18551 if test -n "$with_wine64"
18552 then
18553 wine_fn_append_rule "all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18554 fonts server:
18555 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18556 $with_wine64/loader/wine:
18557 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18558 $with_wine64/loader/wine-preloader:
18559 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18560 clean::
18561 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18562 else
18563 WINELOADER_INSTALL="wine.inf"
18565 wine_fn_append_rule "install install-lib::
18566 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18567 uninstall::
18568 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18569 case $host_os in
18570 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
18571 *) wine_fn_append_rule "install install-lib::
18572 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18573 uninstall::
18574 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18575 esac
18578 $as_echo " done" >&6
18579 cat >confcache <<\_ACEOF
18580 # This file is a shell script that caches the results of configure
18581 # tests run on this system so they can be shared between configure
18582 # scripts and configure runs, see configure's option --config-cache.
18583 # It is not useful on other systems. If it contains results you don't
18584 # want to keep, you may remove or edit it.
18586 # config.status only pays attention to the cache file if you give it
18587 # the --recheck option to rerun configure.
18589 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18590 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18591 # following values.
18593 _ACEOF
18595 # The following way of writing the cache mishandles newlines in values,
18596 # but we know of no workaround that is simple, portable, and efficient.
18597 # So, we kill variables containing newlines.
18598 # Ultrix sh set writes to stderr and can't be redirected directly,
18599 # and sets the high bit in the cache file unless we assign to the vars.
18601 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18602 eval ac_val=\$$ac_var
18603 case $ac_val in #(
18604 *${as_nl}*)
18605 case $ac_var in #(
18606 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18607 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18608 esac
18609 case $ac_var in #(
18610 _ | IFS | as_nl) ;; #(
18611 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18612 *) { eval $ac_var=; unset $ac_var;} ;;
18613 esac ;;
18614 esac
18615 done
18617 (set) 2>&1 |
18618 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18619 *${as_nl}ac_space=\ *)
18620 # `set' does not quote correctly, so add quotes: double-quote
18621 # substitution turns \\\\ into \\, and sed turns \\ into \.
18622 sed -n \
18623 "s/'/'\\\\''/g;
18624 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18625 ;; #(
18627 # `set' quotes correctly as required by POSIX, so do not add quotes.
18628 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18630 esac |
18631 sort
18633 sed '
18634 /^ac_cv_env_/b end
18635 t clear
18636 :clear
18637 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18638 t end
18639 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18640 :end' >>confcache
18641 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18642 if test -w "$cache_file"; then
18643 if test "x$cache_file" != "x/dev/null"; then
18644 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18645 $as_echo "$as_me: updating cache $cache_file" >&6;}
18646 if test ! -f "$cache_file" || test -h "$cache_file"; then
18647 cat confcache >"$cache_file"
18648 else
18649 case $cache_file in #(
18650 */* | ?:*)
18651 mv -f confcache "$cache_file"$$ &&
18652 mv -f "$cache_file"$$ "$cache_file" ;; #(
18654 mv -f confcache "$cache_file" ;;
18655 esac
18658 else
18659 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18660 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18663 rm -f confcache
18665 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18666 # Let make expand exec_prefix.
18667 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18669 DEFS=-DHAVE_CONFIG_H
18671 ac_libobjs=
18672 ac_ltlibobjs=
18674 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18675 # 1. Remove the extension, and $U if already installed.
18676 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18677 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18678 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18679 # will be set to the directory where LIBOBJS objects are built.
18680 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18681 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18682 done
18683 LIBOBJS=$ac_libobjs
18685 LTLIBOBJS=$ac_ltlibobjs
18689 : "${CONFIG_STATUS=./config.status}"
18690 ac_write_fail=0
18691 ac_clean_files_save=$ac_clean_files
18692 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18693 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18694 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18695 as_write_fail=0
18696 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18697 #! $SHELL
18698 # Generated by $as_me.
18699 # Run this file to recreate the current configuration.
18700 # Compiler output produced by configure, useful for debugging
18701 # configure, is in config.log if it exists.
18703 debug=false
18704 ac_cs_recheck=false
18705 ac_cs_silent=false
18707 SHELL=\${CONFIG_SHELL-$SHELL}
18708 export SHELL
18709 _ASEOF
18710 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18711 ## -------------------- ##
18712 ## M4sh Initialization. ##
18713 ## -------------------- ##
18715 # Be more Bourne compatible
18716 DUALCASE=1; export DUALCASE # for MKS sh
18717 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18718 emulate sh
18719 NULLCMD=:
18720 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18721 # is contrary to our usage. Disable this feature.
18722 alias -g '${1+"$@"}'='"$@"'
18723 setopt NO_GLOB_SUBST
18724 else
18725 case `(set -o) 2>/dev/null` in #(
18726 *posix*) :
18727 set -o posix ;; #(
18728 *) :
18730 esac
18734 as_nl='
18736 export as_nl
18737 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18738 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18739 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18740 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18741 # Prefer a ksh shell builtin over an external printf program on Solaris,
18742 # but without wasting forks for bash or zsh.
18743 if test -z "$BASH_VERSION$ZSH_VERSION" \
18744 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18745 as_echo='print -r --'
18746 as_echo_n='print -rn --'
18747 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18748 as_echo='printf %s\n'
18749 as_echo_n='printf %s'
18750 else
18751 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18752 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18753 as_echo_n='/usr/ucb/echo -n'
18754 else
18755 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18756 as_echo_n_body='eval
18757 arg=$1;
18758 case $arg in #(
18759 *"$as_nl"*)
18760 expr "X$arg" : "X\\(.*\\)$as_nl";
18761 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18762 esac;
18763 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18765 export as_echo_n_body
18766 as_echo_n='sh -c $as_echo_n_body as_echo'
18768 export as_echo_body
18769 as_echo='sh -c $as_echo_body as_echo'
18772 # The user is always right.
18773 if test "${PATH_SEPARATOR+set}" != set; then
18774 PATH_SEPARATOR=:
18775 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18776 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18777 PATH_SEPARATOR=';'
18782 # IFS
18783 # We need space, tab and new line, in precisely that order. Quoting is
18784 # there to prevent editors from complaining about space-tab.
18785 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18786 # splitting by setting IFS to empty value.)
18787 IFS=" "" $as_nl"
18789 # Find who we are. Look in the path if we contain no directory separator.
18790 as_myself=
18791 case $0 in #((
18792 *[\\/]* ) as_myself=$0 ;;
18793 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18794 for as_dir in $PATH
18796 IFS=$as_save_IFS
18797 test -z "$as_dir" && as_dir=.
18798 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18799 done
18800 IFS=$as_save_IFS
18803 esac
18804 # We did not find ourselves, most probably we were run as `sh COMMAND'
18805 # in which case we are not to be found in the path.
18806 if test "x$as_myself" = x; then
18807 as_myself=$0
18809 if test ! -f "$as_myself"; then
18810 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18811 exit 1
18814 # Unset variables that we do not need and which cause bugs (e.g. in
18815 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18816 # suppresses any "Segmentation fault" message there. '((' could
18817 # trigger a bug in pdksh 5.2.14.
18818 for as_var in BASH_ENV ENV MAIL MAILPATH
18819 do eval test x\${$as_var+set} = xset \
18820 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18821 done
18822 PS1='$ '
18823 PS2='> '
18824 PS4='+ '
18826 # NLS nuisances.
18827 LC_ALL=C
18828 export LC_ALL
18829 LANGUAGE=C
18830 export LANGUAGE
18832 # CDPATH.
18833 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18836 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18837 # ----------------------------------------
18838 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18839 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18840 # script with STATUS, using 1 if that was 0.
18841 as_fn_error ()
18843 as_status=$1; test $as_status -eq 0 && as_status=1
18844 if test "$4"; then
18845 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18846 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18848 $as_echo "$as_me: error: $2" >&2
18849 as_fn_exit $as_status
18850 } # as_fn_error
18853 # as_fn_set_status STATUS
18854 # -----------------------
18855 # Set $? to STATUS, without forking.
18856 as_fn_set_status ()
18858 return $1
18859 } # as_fn_set_status
18861 # as_fn_exit STATUS
18862 # -----------------
18863 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18864 as_fn_exit ()
18866 set +e
18867 as_fn_set_status $1
18868 exit $1
18869 } # as_fn_exit
18871 # as_fn_unset VAR
18872 # ---------------
18873 # Portably unset VAR.
18874 as_fn_unset ()
18876 { eval $1=; unset $1;}
18878 as_unset=as_fn_unset
18879 # as_fn_append VAR VALUE
18880 # ----------------------
18881 # Append the text in VALUE to the end of the definition contained in VAR. Take
18882 # advantage of any shell optimizations that allow amortized linear growth over
18883 # repeated appends, instead of the typical quadratic growth present in naive
18884 # implementations.
18885 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18886 eval 'as_fn_append ()
18888 eval $1+=\$2
18890 else
18891 as_fn_append ()
18893 eval $1=\$$1\$2
18895 fi # as_fn_append
18897 # as_fn_arith ARG...
18898 # ------------------
18899 # Perform arithmetic evaluation on the ARGs, and store the result in the
18900 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18901 # must be portable across $(()) and expr.
18902 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18903 eval 'as_fn_arith ()
18905 as_val=$(( $* ))
18907 else
18908 as_fn_arith ()
18910 as_val=`expr "$@" || test $? -eq 1`
18912 fi # as_fn_arith
18915 if expr a : '\(a\)' >/dev/null 2>&1 &&
18916 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18917 as_expr=expr
18918 else
18919 as_expr=false
18922 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18923 as_basename=basename
18924 else
18925 as_basename=false
18928 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18929 as_dirname=dirname
18930 else
18931 as_dirname=false
18934 as_me=`$as_basename -- "$0" ||
18935 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18936 X"$0" : 'X\(//\)$' \| \
18937 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18938 $as_echo X/"$0" |
18939 sed '/^.*\/\([^/][^/]*\)\/*$/{
18940 s//\1/
18943 /^X\/\(\/\/\)$/{
18944 s//\1/
18947 /^X\/\(\/\).*/{
18948 s//\1/
18951 s/.*/./; q'`
18953 # Avoid depending upon Character Ranges.
18954 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18955 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18956 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18957 as_cr_digits='0123456789'
18958 as_cr_alnum=$as_cr_Letters$as_cr_digits
18960 ECHO_C= ECHO_N= ECHO_T=
18961 case `echo -n x` in #(((((
18962 -n*)
18963 case `echo 'xy\c'` in
18964 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18965 xy) ECHO_C='\c';;
18966 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18967 ECHO_T=' ';;
18968 esac;;
18970 ECHO_N='-n';;
18971 esac
18973 rm -f conf$$ conf$$.exe conf$$.file
18974 if test -d conf$$.dir; then
18975 rm -f conf$$.dir/conf$$.file
18976 else
18977 rm -f conf$$.dir
18978 mkdir conf$$.dir 2>/dev/null
18980 if (echo >conf$$.file) 2>/dev/null; then
18981 if ln -s conf$$.file conf$$ 2>/dev/null; then
18982 as_ln_s='ln -s'
18983 # ... but there are two gotchas:
18984 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18985 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18986 # In both cases, we have to default to `cp -pR'.
18987 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18988 as_ln_s='cp -pR'
18989 elif ln conf$$.file conf$$ 2>/dev/null; then
18990 as_ln_s=ln
18991 else
18992 as_ln_s='cp -pR'
18994 else
18995 as_ln_s='cp -pR'
18997 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18998 rmdir conf$$.dir 2>/dev/null
19001 # as_fn_mkdir_p
19002 # -------------
19003 # Create "$as_dir" as a directory, including parents if necessary.
19004 as_fn_mkdir_p ()
19007 case $as_dir in #(
19008 -*) as_dir=./$as_dir;;
19009 esac
19010 test -d "$as_dir" || eval $as_mkdir_p || {
19011 as_dirs=
19012 while :; do
19013 case $as_dir in #(
19014 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19015 *) as_qdir=$as_dir;;
19016 esac
19017 as_dirs="'$as_qdir' $as_dirs"
19018 as_dir=`$as_dirname -- "$as_dir" ||
19019 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19020 X"$as_dir" : 'X\(//\)[^/]' \| \
19021 X"$as_dir" : 'X\(//\)$' \| \
19022 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19023 $as_echo X"$as_dir" |
19024 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19025 s//\1/
19028 /^X\(\/\/\)[^/].*/{
19029 s//\1/
19032 /^X\(\/\/\)$/{
19033 s//\1/
19036 /^X\(\/\).*/{
19037 s//\1/
19040 s/.*/./; q'`
19041 test -d "$as_dir" && break
19042 done
19043 test -z "$as_dirs" || eval "mkdir $as_dirs"
19044 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
19047 } # as_fn_mkdir_p
19048 if mkdir -p . 2>/dev/null; then
19049 as_mkdir_p='mkdir -p "$as_dir"'
19050 else
19051 test -d ./-p && rmdir ./-p
19052 as_mkdir_p=false
19056 # as_fn_executable_p FILE
19057 # -----------------------
19058 # Test if FILE is an executable regular file.
19059 as_fn_executable_p ()
19061 test -f "$1" && test -x "$1"
19062 } # as_fn_executable_p
19063 as_test_x='test -x'
19064 as_executable_p=as_fn_executable_p
19066 # Sed expression to map a string onto a valid CPP name.
19067 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19069 # Sed expression to map a string onto a valid variable name.
19070 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19073 exec 6>&1
19074 ## ----------------------------------- ##
19075 ## Main body of $CONFIG_STATUS script. ##
19076 ## ----------------------------------- ##
19077 _ASEOF
19078 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19080 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19081 # Save the log message, to keep $0 and so on meaningful, and to
19082 # report actual input values of CONFIG_FILES etc. instead of their
19083 # values after options handling.
19084 ac_log="
19085 This file was extended by Wine $as_me 1.9.19, which was
19086 generated by GNU Autoconf 2.69. Invocation command line was
19088 CONFIG_FILES = $CONFIG_FILES
19089 CONFIG_HEADERS = $CONFIG_HEADERS
19090 CONFIG_LINKS = $CONFIG_LINKS
19091 CONFIG_COMMANDS = $CONFIG_COMMANDS
19092 $ $0 $@
19094 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19097 _ACEOF
19099 case $ac_config_files in *"
19100 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19101 esac
19103 case $ac_config_headers in *"
19104 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19105 esac
19108 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19109 # Files that config.status was made for.
19110 config_files="$ac_config_files"
19111 config_headers="$ac_config_headers"
19112 config_links="$ac_config_links"
19113 config_commands="$ac_config_commands"
19115 _ACEOF
19117 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19118 ac_cs_usage="\
19119 \`$as_me' instantiates files and other configuration actions
19120 from templates according to the current configuration. Unless the files
19121 and actions are specified as TAGs, all are instantiated by default.
19123 Usage: $0 [OPTION]... [TAG]...
19125 -h, --help print this help, then exit
19126 -V, --version print version number and configuration settings, then exit
19127 --config print configuration, then exit
19128 -q, --quiet, --silent
19129 do not print progress messages
19130 -d, --debug don't remove temporary files
19131 --recheck update $as_me by reconfiguring in the same conditions
19132 --file=FILE[:TEMPLATE]
19133 instantiate the configuration file FILE
19134 --header=FILE[:TEMPLATE]
19135 instantiate the configuration header FILE
19137 Configuration files:
19138 $config_files
19140 Configuration headers:
19141 $config_headers
19143 Configuration links:
19144 $config_links
19146 Configuration commands:
19147 $config_commands
19149 Report bugs to <wine-devel@winehq.org>.
19150 Wine home page: <http://www.winehq.org>."
19152 _ACEOF
19153 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19154 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19155 ac_cs_version="\\
19156 Wine config.status 1.9.19
19157 configured by $0, generated by GNU Autoconf 2.69,
19158 with options \\"\$ac_cs_config\\"
19160 Copyright (C) 2012 Free Software Foundation, Inc.
19161 This config.status script is free software; the Free Software Foundation
19162 gives unlimited permission to copy, distribute and modify it."
19164 ac_pwd='$ac_pwd'
19165 srcdir='$srcdir'
19166 test -n "\$AWK" || AWK=awk
19167 _ACEOF
19169 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19170 # The default lists apply if the user does not specify any file.
19171 ac_need_defaults=:
19172 while test $# != 0
19174 case $1 in
19175 --*=?*)
19176 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19177 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19178 ac_shift=:
19180 --*=)
19181 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19182 ac_optarg=
19183 ac_shift=:
19186 ac_option=$1
19187 ac_optarg=$2
19188 ac_shift=shift
19190 esac
19192 case $ac_option in
19193 # Handling of the options.
19194 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19195 ac_cs_recheck=: ;;
19196 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19197 $as_echo "$ac_cs_version"; exit ;;
19198 --config | --confi | --conf | --con | --co | --c )
19199 $as_echo "$ac_cs_config"; exit ;;
19200 --debug | --debu | --deb | --de | --d | -d )
19201 debug=: ;;
19202 --file | --fil | --fi | --f )
19203 $ac_shift
19204 case $ac_optarg in
19205 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19206 '') as_fn_error $? "missing file argument" ;;
19207 esac
19208 as_fn_append CONFIG_FILES " '$ac_optarg'"
19209 ac_need_defaults=false;;
19210 --header | --heade | --head | --hea )
19211 $ac_shift
19212 case $ac_optarg in
19213 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19214 esac
19215 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19216 ac_need_defaults=false;;
19217 --he | --h)
19218 # Conflict between --help and --header
19219 as_fn_error $? "ambiguous option: \`$1'
19220 Try \`$0 --help' for more information.";;
19221 --help | --hel | -h )
19222 $as_echo "$ac_cs_usage"; exit ;;
19223 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19224 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19225 ac_cs_silent=: ;;
19227 # This is an error.
19228 -*) as_fn_error $? "unrecognized option: \`$1'
19229 Try \`$0 --help' for more information." ;;
19231 *) as_fn_append ac_config_targets " $1"
19232 ac_need_defaults=false ;;
19234 esac
19235 shift
19236 done
19238 ac_configure_extra_args=
19240 if $ac_cs_silent; then
19241 exec 6>/dev/null
19242 ac_configure_extra_args="$ac_configure_extra_args --silent"
19245 _ACEOF
19246 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19247 if \$ac_cs_recheck; then
19248 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19249 shift
19250 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19251 CONFIG_SHELL='$SHELL'
19252 export CONFIG_SHELL
19253 exec "\$@"
19256 _ACEOF
19257 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19258 exec 5>>config.log
19260 echo
19261 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19262 ## Running $as_me. ##
19263 _ASBOX
19264 $as_echo "$ac_log"
19265 } >&5
19267 _ACEOF
19268 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19270 # INIT-COMMANDS
19272 wine_fn_output_makedep ()
19274 as_dir=tools; as_fn_mkdir_p
19275 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19277 wine_fn_output_makefile ()
19279 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19280 `cat $wine_rules_file`
19281 _WINE_EOF
19282 as_fn_error $? "could not create Makefile" "$LINENO" 5
19285 _ACEOF
19287 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19289 # Handling of arguments.
19290 for ac_config_target in $ac_config_targets
19292 case $ac_config_target in
19293 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19294 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19295 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19296 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19297 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19298 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19299 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19300 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19301 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19302 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19303 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19304 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19305 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19307 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19308 esac
19309 done
19312 # If the user did not use the arguments to specify the items to instantiate,
19313 # then the envvar interface is used. Set only those that are not.
19314 # We use the long form for the default assignment because of an extremely
19315 # bizarre bug on SunOS 4.1.3.
19316 if $ac_need_defaults; then
19317 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19318 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19319 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19320 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19323 # Have a temporary directory for convenience. Make it in the build tree
19324 # simply because there is no reason against having it here, and in addition,
19325 # creating and moving files from /tmp can sometimes cause problems.
19326 # Hook for its removal unless debugging.
19327 # Note that there is a small window in which the directory will not be cleaned:
19328 # after its creation but before its name has been assigned to `$tmp'.
19329 $debug ||
19331 tmp= ac_tmp=
19332 trap 'exit_status=$?
19333 : "${ac_tmp:=$tmp}"
19334 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19336 trap 'as_fn_exit 1' 1 2 13 15
19338 # Create a (secure) tmp directory for tmp files.
19341 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19342 test -d "$tmp"
19343 } ||
19345 tmp=./conf$$-$RANDOM
19346 (umask 077 && mkdir "$tmp")
19347 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19348 ac_tmp=$tmp
19350 # Set up the scripts for CONFIG_FILES section.
19351 # No need to generate them if there are no CONFIG_FILES.
19352 # This happens for instance with `./config.status config.h'.
19353 if test -n "$CONFIG_FILES"; then
19356 ac_cr=`echo X | tr X '\015'`
19357 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19358 # But we know of no other shell where ac_cr would be empty at this
19359 # point, so we can use a bashism as a fallback.
19360 if test "x$ac_cr" = x; then
19361 eval ac_cr=\$\'\\r\'
19363 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19364 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19365 ac_cs_awk_cr='\\r'
19366 else
19367 ac_cs_awk_cr=$ac_cr
19370 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19371 _ACEOF
19375 echo "cat >conf$$subs.awk <<_ACEOF" &&
19376 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19377 echo "_ACEOF"
19378 } >conf$$subs.sh ||
19379 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19380 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19381 ac_delim='%!_!# '
19382 for ac_last_try in false false false false false :; do
19383 . ./conf$$subs.sh ||
19384 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19386 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19387 if test $ac_delim_n = $ac_delim_num; then
19388 break
19389 elif $ac_last_try; then
19390 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19391 else
19392 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19394 done
19395 rm -f conf$$subs.sh
19397 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19398 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19399 _ACEOF
19400 sed -n '
19402 s/^/S["/; s/!.*/"]=/
19405 s/^[^!]*!//
19406 :repl
19407 t repl
19408 s/'"$ac_delim"'$//
19409 t delim
19412 s/\(.\{148\}\)..*/\1/
19413 t more1
19414 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19417 b repl
19418 :more1
19419 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19422 s/.\{148\}//
19423 t nl
19424 :delim
19426 s/\(.\{148\}\)..*/\1/
19427 t more2
19428 s/["\\]/\\&/g; s/^/"/; s/$/"/
19431 :more2
19432 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19435 s/.\{148\}//
19436 t delim
19437 ' <conf$$subs.awk | sed '
19438 /^[^""]/{
19440 s/\n//
19442 ' >>$CONFIG_STATUS || ac_write_fail=1
19443 rm -f conf$$subs.awk
19444 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19445 _ACAWK
19446 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19447 for (key in S) S_is_set[key] = 1
19448 FS = "\a"
19452 line = $ 0
19453 nfields = split(line, field, "@")
19454 substed = 0
19455 len = length(field[1])
19456 for (i = 2; i < nfields; i++) {
19457 key = field[i]
19458 keylen = length(key)
19459 if (S_is_set[key]) {
19460 value = S[key]
19461 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19462 len += length(value) + length(field[++i])
19463 substed = 1
19464 } else
19465 len += 1 + keylen
19468 print line
19471 _ACAWK
19472 _ACEOF
19473 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19474 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19475 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19476 else
19478 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19479 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19480 _ACEOF
19482 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19483 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19484 # trailing colons and then remove the whole line if VPATH becomes empty
19485 # (actually we leave an empty line to preserve line numbers).
19486 if test "x$srcdir" = x.; then
19487 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19489 s///
19490 s/^/:/
19491 s/[ ]*$/:/
19492 s/:\$(srcdir):/:/g
19493 s/:\${srcdir}:/:/g
19494 s/:@srcdir@:/:/g
19495 s/^:*//
19496 s/:*$//
19498 s/\(=[ ]*\).*/\1/
19500 s/\n//
19501 s/^[^=]*=[ ]*$//
19505 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19506 fi # test -n "$CONFIG_FILES"
19508 # Set up the scripts for CONFIG_HEADERS section.
19509 # No need to generate them if there are no CONFIG_HEADERS.
19510 # This happens for instance with `./config.status Makefile'.
19511 if test -n "$CONFIG_HEADERS"; then
19512 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19513 BEGIN {
19514 _ACEOF
19516 # Transform confdefs.h into an awk script `defines.awk', embedded as
19517 # here-document in config.status, that substitutes the proper values into
19518 # config.h.in to produce config.h.
19520 # Create a delimiter string that does not exist in confdefs.h, to ease
19521 # handling of long lines.
19522 ac_delim='%!_!# '
19523 for ac_last_try in false false :; do
19524 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19525 if test -z "$ac_tt"; then
19526 break
19527 elif $ac_last_try; then
19528 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19529 else
19530 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19532 done
19534 # For the awk script, D is an array of macro values keyed by name,
19535 # likewise P contains macro parameters if any. Preserve backslash
19536 # newline sequences.
19538 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19539 sed -n '
19540 s/.\{148\}/&'"$ac_delim"'/g
19541 t rset
19542 :rset
19543 s/^[ ]*#[ ]*define[ ][ ]*/ /
19544 t def
19546 :def
19547 s/\\$//
19548 t bsnl
19549 s/["\\]/\\&/g
19550 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19551 D["\1"]=" \3"/p
19552 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19554 :bsnl
19555 s/["\\]/\\&/g
19556 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19557 D["\1"]=" \3\\\\\\n"\\/p
19558 t cont
19559 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19560 t cont
19562 :cont
19564 s/.\{148\}/&'"$ac_delim"'/g
19565 t clear
19566 :clear
19567 s/\\$//
19568 t bsnlc
19569 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19571 :bsnlc
19572 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19573 b cont
19574 ' <confdefs.h | sed '
19575 s/'"$ac_delim"'/"\\\
19576 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19578 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19579 for (key in D) D_is_set[key] = 1
19580 FS = "\a"
19582 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19583 line = \$ 0
19584 split(line, arg, " ")
19585 if (arg[1] == "#") {
19586 defundef = arg[2]
19587 mac1 = arg[3]
19588 } else {
19589 defundef = substr(arg[1], 2)
19590 mac1 = arg[2]
19592 split(mac1, mac2, "(") #)
19593 macro = mac2[1]
19594 prefix = substr(line, 1, index(line, defundef) - 1)
19595 if (D_is_set[macro]) {
19596 # Preserve the white space surrounding the "#".
19597 print prefix "define", macro P[macro] D[macro]
19598 next
19599 } else {
19600 # Replace #undef with comments. This is necessary, for example,
19601 # in the case of _POSIX_SOURCE, which is predefined and required
19602 # on some systems where configure will not decide to define it.
19603 if (defundef == "undef") {
19604 print "/*", prefix defundef, macro, "*/"
19605 next
19609 { print }
19610 _ACAWK
19611 _ACEOF
19612 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19613 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19614 fi # test -n "$CONFIG_HEADERS"
19617 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19618 shift
19619 for ac_tag
19621 case $ac_tag in
19622 :[FHLC]) ac_mode=$ac_tag; continue;;
19623 esac
19624 case $ac_mode$ac_tag in
19625 :[FHL]*:*);;
19626 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19627 :[FH]-) ac_tag=-:-;;
19628 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19629 esac
19630 ac_save_IFS=$IFS
19631 IFS=:
19632 set x $ac_tag
19633 IFS=$ac_save_IFS
19634 shift
19635 ac_file=$1
19636 shift
19638 case $ac_mode in
19639 :L) ac_source=$1;;
19640 :[FH])
19641 ac_file_inputs=
19642 for ac_f
19644 case $ac_f in
19645 -) ac_f="$ac_tmp/stdin";;
19646 *) # Look for the file first in the build tree, then in the source tree
19647 # (if the path is not absolute). The absolute path cannot be DOS-style,
19648 # because $ac_f cannot contain `:'.
19649 test -f "$ac_f" ||
19650 case $ac_f in
19651 [\\/$]*) false;;
19652 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19653 esac ||
19654 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19655 esac
19656 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19657 as_fn_append ac_file_inputs " '$ac_f'"
19658 done
19660 # Let's still pretend it is `configure' which instantiates (i.e., don't
19661 # use $as_me), people would be surprised to read:
19662 # /* config.h. Generated by config.status. */
19663 configure_input='Generated from '`
19664 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19665 `' by configure.'
19666 if test x"$ac_file" != x-; then
19667 configure_input="$ac_file. $configure_input"
19668 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19669 $as_echo "$as_me: creating $ac_file" >&6;}
19671 # Neutralize special characters interpreted by sed in replacement strings.
19672 case $configure_input in #(
19673 *\&* | *\|* | *\\* )
19674 ac_sed_conf_input=`$as_echo "$configure_input" |
19675 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19676 *) ac_sed_conf_input=$configure_input;;
19677 esac
19679 case $ac_tag in
19680 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19681 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19682 esac
19684 esac
19686 ac_dir=`$as_dirname -- "$ac_file" ||
19687 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19688 X"$ac_file" : 'X\(//\)[^/]' \| \
19689 X"$ac_file" : 'X\(//\)$' \| \
19690 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19691 $as_echo X"$ac_file" |
19692 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19693 s//\1/
19696 /^X\(\/\/\)[^/].*/{
19697 s//\1/
19700 /^X\(\/\/\)$/{
19701 s//\1/
19704 /^X\(\/\).*/{
19705 s//\1/
19708 s/.*/./; q'`
19709 as_dir="$ac_dir"; as_fn_mkdir_p
19710 ac_builddir=.
19712 case "$ac_dir" in
19713 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19715 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19716 # A ".." for each directory in $ac_dir_suffix.
19717 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19718 case $ac_top_builddir_sub in
19719 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19720 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19721 esac ;;
19722 esac
19723 ac_abs_top_builddir=$ac_pwd
19724 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19725 # for backward compatibility:
19726 ac_top_builddir=$ac_top_build_prefix
19728 case $srcdir in
19729 .) # We are building in place.
19730 ac_srcdir=.
19731 ac_top_srcdir=$ac_top_builddir_sub
19732 ac_abs_top_srcdir=$ac_pwd ;;
19733 [\\/]* | ?:[\\/]* ) # Absolute name.
19734 ac_srcdir=$srcdir$ac_dir_suffix;
19735 ac_top_srcdir=$srcdir
19736 ac_abs_top_srcdir=$srcdir ;;
19737 *) # Relative name.
19738 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19739 ac_top_srcdir=$ac_top_build_prefix$srcdir
19740 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19741 esac
19742 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19745 case $ac_mode in
19748 # CONFIG_FILE
19751 _ACEOF
19753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19754 # If the template does not know about datarootdir, expand it.
19755 # FIXME: This hack should be removed a few years after 2.60.
19756 ac_datarootdir_hack=; ac_datarootdir_seen=
19757 ac_sed_dataroot='
19758 /datarootdir/ {
19762 /@datadir@/p
19763 /@docdir@/p
19764 /@infodir@/p
19765 /@localedir@/p
19766 /@mandir@/p'
19767 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19768 *datarootdir*) ac_datarootdir_seen=yes;;
19769 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19771 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19772 _ACEOF
19773 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19774 ac_datarootdir_hack='
19775 s&@datadir@&$datadir&g
19776 s&@docdir@&$docdir&g
19777 s&@infodir@&$infodir&g
19778 s&@localedir@&$localedir&g
19779 s&@mandir@&$mandir&g
19780 s&\\\${datarootdir}&$datarootdir&g' ;;
19781 esac
19782 _ACEOF
19784 # Neutralize VPATH when `$srcdir' = `.'.
19785 # Shell code in configure.ac might set extrasub.
19786 # FIXME: do we really want to maintain this feature?
19787 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19788 ac_sed_extra="$ac_vpsub
19789 $extrasub
19790 _ACEOF
19791 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19793 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19794 s|@configure_input@|$ac_sed_conf_input|;t t
19795 s&@top_builddir@&$ac_top_builddir_sub&;t t
19796 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19797 s&@srcdir@&$ac_srcdir&;t t
19798 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19799 s&@top_srcdir@&$ac_top_srcdir&;t t
19800 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19801 s&@builddir@&$ac_builddir&;t t
19802 s&@abs_builddir@&$ac_abs_builddir&;t t
19803 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19804 $ac_datarootdir_hack
19806 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19807 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19809 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19810 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19811 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19812 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19814 which seems to be undefined. Please make sure it is defined" >&5
19815 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19816 which seems to be undefined. Please make sure it is defined" >&2;}
19818 rm -f "$ac_tmp/stdin"
19819 case $ac_file in
19820 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19821 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19822 esac \
19823 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19827 # CONFIG_HEADER
19829 if test x"$ac_file" != x-; then
19831 $as_echo "/* $configure_input */" \
19832 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19833 } >"$ac_tmp/config.h" \
19834 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19835 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19836 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19837 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19838 else
19839 rm -f "$ac_file"
19840 mv "$ac_tmp/config.h" "$ac_file" \
19841 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19843 else
19844 $as_echo "/* $configure_input */" \
19845 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19846 || as_fn_error $? "could not create -" "$LINENO" 5
19851 # CONFIG_LINK
19854 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19856 else
19857 # Prefer the file from the source tree if names are identical.
19858 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19859 ac_source=$srcdir/$ac_source
19862 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19863 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19865 if test ! -r "$ac_source"; then
19866 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19868 rm -f "$ac_file"
19870 # Try a relative symlink, then a hard link, then a copy.
19871 case $ac_source in
19872 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19873 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19874 esac
19875 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19876 ln "$ac_source" "$ac_file" 2>/dev/null ||
19877 cp -p "$ac_source" "$ac_file" ||
19878 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19881 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19882 $as_echo "$as_me: executing $ac_file commands" >&6;}
19884 esac
19887 case $ac_file$ac_mode in
19888 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19889 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19890 "Makefile":C) wine_fn_output_makefile Makefile ;;
19892 esac
19893 done # for ac_tag
19896 as_fn_exit 0
19897 _ACEOF
19898 ac_clean_files=$ac_clean_files_save
19900 test $ac_write_fail = 0 ||
19901 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19904 # configure is writing to config.log, and then calls config.status.
19905 # config.status does its own redirection, appending to config.log.
19906 # Unfortunately, on DOS this fails, as config.log is still kept open
19907 # by configure, so config.status won't be able to write to it; its
19908 # output is simply discarded. So we exec the FD to /dev/null,
19909 # effectively closing config.log, so it can be properly (re)opened and
19910 # appended to by config.status. When coming back to configure, we
19911 # need to make the FD available again.
19912 if test "$no_create" != yes; then
19913 ac_cs_success=:
19914 ac_config_status_args=
19915 test "$silent" = yes &&
19916 ac_config_status_args="$ac_config_status_args --quiet"
19917 exec 5>/dev/null
19918 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19919 exec 5>>config.log
19920 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19921 # would make configure fail if this is the last instruction.
19922 $ac_cs_success || as_fn_exit 1
19924 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19926 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19930 if test "$no_create" = "yes"
19931 then
19932 exit 0
19935 ac_save_IFS="$IFS"
19936 if test "x$wine_notices" != x; then
19937 echo >&6
19938 IFS="|"
19939 for msg in $wine_notices; do
19940 IFS="$ac_save_IFS"
19941 if ${msg:+false} :; then :
19943 else
19944 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19945 $as_echo "$as_me: $msg" >&6;}
19947 done
19949 IFS="|"
19950 for msg in $wine_warnings; do
19951 IFS="$ac_save_IFS"
19952 if ${msg:+false} :; then :
19954 else
19955 echo >&2
19956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19957 $as_echo "$as_me: WARNING: $msg" >&2;}
19959 done
19960 IFS="$ac_save_IFS"
19962 $as_echo "
19963 $as_me: Finished. Do '${ac_make}' to compile Wine.
19964 " >&6