oleaut32/tests: Replace magic values by symbolic names in the typelib data.
[wine/multimedia.git] / configure
blobcf5dc786cc7dedfa20ee8976af23a99d28df58bc
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.52.
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.7.52'
584 PACKAGE_STRING='Wine 1.7.52'
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 LINGUAS
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 BUILTINFLAG
636 EXTRACFLAGS
637 PROCSTAT_LIBS
638 KSTAT_LIBS
639 MPG123_LIBS
640 MPG123_CFLAGS
641 TIFF_LIBS
642 TIFF_CFLAGS
643 PNG_LIBS
644 PNG_CFLAGS
645 JPEG_LIBS
646 JPEG_CFLAGS
647 FONTCONFIG_LIBS
648 FONTCONFIG_CFLAGS
649 CUPS_CFLAGS
650 CAPI20_LIBS
651 CAPI20_CFLAGS
652 OSS4_CFLAGS
653 ALSA_LIBS
654 GSTREAMER_LIBS
655 GSTREAMER_CFLAGS
656 GETTEXTPO_LIBS
657 Z_LIBS
658 FREETYPE_LIBS
659 FREETYPE_CFLAGS
660 LCMS2_LIBS
661 LCMS2_CFLAGS
662 RESOLV_LIBS
663 GPHOTO2_PORT_LIBS
664 GPHOTO2_PORT_CFLAGS
665 GPHOTO2_LIBS
666 GPHOTO2_CFLAGS
667 SANE_LIBS
668 SANE_CFLAGS
669 GNUTLS_LIBS
670 GNUTLS_CFLAGS
671 HAL_LIBS
672 HAL_CFLAGS
673 DBUS_LIBS
674 DBUS_CFLAGS
675 XSLT_LIBS
676 XSLT_CFLAGS
677 XML2_LIBS
678 XML2_CFLAGS
679 LIBPCAP
680 X_EXTRA_LIBS
681 X_LIBS
682 X_PRE_LIBS
683 X_CFLAGS
684 XMKMF
685 PTHREAD_LIBS
686 CROSSCC
687 CROSSTARGET
688 PRELINK
689 CARBON_LIBS
690 QUICKTIME_LIBS
691 OPENCL_LIBS
692 OPENAL_LIBS
693 COREAUDIO_LIBS
694 SECURITY_LIBS
695 DISKARBITRATION_LIBS
696 APPKIT_LIBS
697 CORESERVICES_LIBS
698 APPLICATIONSERVICES_LIBS
699 FORCEFEEDBACK_LIBS
700 IOKIT_LIBS
701 COREFOUNDATION_LIBS
702 LIBWINE_RULES
703 SOCKET_LIBS
704 DLLTOOL
705 LOADER_RULES
706 ALL_TEST_RESOURCES
707 READELF
708 OTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 DLLFLAGS
713 DLLPREFIX
714 dlldir
716 OPENGL_LIBS
717 ICOTOOL
718 CONVERT
719 RSVG
720 FONTFORGE
721 PKG_CONFIG
722 MSGFMT
723 LDCONFIG
724 EGREP
725 GREP
726 LN_S
727 RANLIB
728 ARFLAGS
729 STRIP
730 ac_ct_AR
732 BISON
733 FLEX
734 TOOLSDIR
735 TARGETFLAGS
737 CPPBIN
738 ac_ct_CXX
739 CXXFLAGS
741 OBJEXT
742 EXEEXT
743 ac_ct_CC
744 CPPFLAGS
745 LDFLAGS
746 CFLAGS
748 SET_MAKE
749 host_os
750 host_vendor
751 host_cpu
752 host
753 build_os
754 build_vendor
755 build_cpu
756 build
757 target_alias
758 host_alias
759 build_alias
760 LIBS
761 ECHO_T
762 ECHO_N
763 ECHO_C
764 DEFS
765 mandir
766 localedir
767 libdir
768 psdir
769 pdfdir
770 dvidir
771 htmldir
772 infodir
773 docdir
774 oldincludedir
775 includedir
776 runstatedir
777 localstatedir
778 sharedstatedir
779 sysconfdir
780 datadir
781 datarootdir
782 libexecdir
783 sbindir
784 bindir
785 program_transform_name
786 prefix
787 exec_prefix
788 PACKAGE_URL
789 PACKAGE_BUGREPORT
790 PACKAGE_STRING
791 PACKAGE_VERSION
792 PACKAGE_TARNAME
793 PACKAGE_NAME
794 PATH_SEPARATOR
795 SHELL'
796 ac_subst_files=''
797 ac_user_opts='
798 enable_option_checking
799 enable_win16
800 enable_win64
801 enable_tests
802 enable_maintainer_mode
803 with_alsa
804 with_capi
805 with_cms
806 with_coreaudio
807 with_cups
808 with_curses
809 with_dbus
810 with_fontconfig
811 with_freetype
812 with_gettext
813 with_gettextpo
814 with_gphoto
815 with_glu
816 with_gnutls
817 with_gsm
818 with_gstreamer
819 with_hal
820 with_jpeg
821 with_ldap
822 with_mpg123
823 with_netapi
824 with_openal
825 with_opencl
826 with_opengl
827 with_osmesa
828 with_oss
829 with_pcap
830 with_png
831 with_pthread
832 with_sane
833 with_tiff
834 with_v4l
835 with_xcomposite
836 with_xcursor
837 with_xinerama
838 with_xinput
839 with_xinput2
840 with_xml
841 with_xrandr
842 with_xrender
843 with_xshape
844 with_xshm
845 with_xslt
846 with_xxf86vm
847 with_zlib
848 with_wine_tools
849 with_wine64
850 enable_largefile
851 with_x
852 enable_acledit
853 enable_aclui
854 enable_activeds
855 enable_actxprxy
856 enable_advapi32
857 enable_advpack
858 enable_amstream
859 enable_api_ms_win_core_com_l1_1_0
860 enable_api_ms_win_core_console_l1_1_0
861 enable_api_ms_win_core_datetime_l1_1_0
862 enable_api_ms_win_core_datetime_l1_1_1
863 enable_api_ms_win_core_debug_l1_1_0
864 enable_api_ms_win_core_debug_l1_1_1
865 enable_api_ms_win_core_errorhandling_l1_1_0
866 enable_api_ms_win_core_errorhandling_l1_1_1
867 enable_api_ms_win_core_errorhandling_l1_1_2
868 enable_api_ms_win_core_fibers_l1_1_0
869 enable_api_ms_win_core_fibers_l1_1_1
870 enable_api_ms_win_core_file_l1_1_0
871 enable_api_ms_win_core_file_l1_2_0
872 enable_api_ms_win_core_file_l2_1_0
873 enable_api_ms_win_core_file_l2_1_1
874 enable_api_ms_win_core_handle_l1_1_0
875 enable_api_ms_win_core_heap_l1_1_0
876 enable_api_ms_win_core_heap_l1_2_0
877 enable_api_ms_win_core_heap_obsolete_l1_1_0
878 enable_api_ms_win_core_interlocked_l1_1_0
879 enable_api_ms_win_core_interlocked_l1_2_0
880 enable_api_ms_win_core_io_l1_1_1
881 enable_api_ms_win_core_kernel32_legacy_l1_1_0
882 enable_api_ms_win_core_libraryloader_l1_1_0
883 enable_api_ms_win_core_libraryloader_l1_1_1
884 enable_api_ms_win_core_localization_l1_2_0
885 enable_api_ms_win_core_localization_l1_2_1
886 enable_api_ms_win_core_localization_obsolete_l1_1_0
887 enable_api_ms_win_core_localregistry_l1_1_0
888 enable_api_ms_win_core_memory_l1_1_0
889 enable_api_ms_win_core_memory_l1_1_1
890 enable_api_ms_win_core_misc_l1_1_0
891 enable_api_ms_win_core_namedpipe_l1_1_0
892 enable_api_ms_win_core_namedpipe_l1_2_0
893 enable_api_ms_win_core_processenvironment_l1_1_0
894 enable_api_ms_win_core_processenvironment_l1_2_0
895 enable_api_ms_win_core_processthreads_l1_1_0
896 enable_api_ms_win_core_processthreads_l1_1_1
897 enable_api_ms_win_core_processthreads_l1_1_2
898 enable_api_ms_win_core_profile_l1_1_0
899 enable_api_ms_win_core_psapi_l1_1_0
900 enable_api_ms_win_core_registry_l1_1_0
901 enable_api_ms_win_core_rtlsupport_l1_1_0
902 enable_api_ms_win_core_rtlsupport_l1_2_0
903 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
904 enable_api_ms_win_core_string_l1_1_0
905 enable_api_ms_win_core_synch_l1_1_0
906 enable_api_ms_win_core_synch_l1_2_0
907 enable_api_ms_win_core_sysinfo_l1_1_0
908 enable_api_ms_win_core_sysinfo_l1_2_0
909 enable_api_ms_win_core_sysinfo_l1_2_1
910 enable_api_ms_win_core_threadpool_legacy_l1_1_0
911 enable_api_ms_win_core_timezone_l1_1_0
912 enable_api_ms_win_core_url_l1_1_0
913 enable_api_ms_win_core_util_l1_1_0
914 enable_api_ms_win_core_winrt_error_l1_1_0
915 enable_api_ms_win_core_winrt_error_l1_1_1
916 enable_api_ms_win_core_winrt_l1_1_0
917 enable_api_ms_win_core_winrt_string_l1_1_0
918 enable_api_ms_win_core_xstate_l2_1_0
919 enable_api_ms_win_crt_conio_l1_1_0
920 enable_api_ms_win_crt_convert_l1_1_0
921 enable_api_ms_win_crt_environment_l1_1_0
922 enable_api_ms_win_crt_filesystem_l1_1_0
923 enable_api_ms_win_crt_heap_l1_1_0
924 enable_api_ms_win_crt_locale_l1_1_0
925 enable_api_ms_win_crt_math_l1_1_0
926 enable_api_ms_win_crt_multibyte_l1_1_0
927 enable_api_ms_win_crt_private_l1_1_0
928 enable_api_ms_win_crt_process_l1_1_0
929 enable_api_ms_win_crt_runtime_l1_1_0
930 enable_api_ms_win_crt_stdio_l1_1_0
931 enable_api_ms_win_crt_string_l1_1_0
932 enable_api_ms_win_crt_time_l1_1_0
933 enable_api_ms_win_crt_utility_l1_1_0
934 enable_api_ms_win_downlevel_advapi32_l1_1_0
935 enable_api_ms_win_downlevel_advapi32_l2_1_0
936 enable_api_ms_win_downlevel_normaliz_l1_1_0
937 enable_api_ms_win_downlevel_ole32_l1_1_0
938 enable_api_ms_win_downlevel_shell32_l1_1_0
939 enable_api_ms_win_downlevel_shlwapi_l1_1_0
940 enable_api_ms_win_downlevel_shlwapi_l2_1_0
941 enable_api_ms_win_downlevel_user32_l1_1_0
942 enable_api_ms_win_downlevel_version_l1_1_0
943 enable_api_ms_win_eventing_provider_l1_1_0
944 enable_api_ms_win_ntuser_dc_access_l1_1_0
945 enable_api_ms_win_security_base_l1_1_0
946 enable_api_ms_win_security_base_l1_2_0
947 enable_api_ms_win_security_sddl_l1_1_0
948 enable_api_ms_win_service_core_l1_1_1
949 enable_api_ms_win_service_management_l1_1_0
950 enable_api_ms_win_service_winsvc_l1_2_0
951 enable_apphelp
952 enable_appwiz_cpl
953 enable_atl
954 enable_atl100
955 enable_atl110
956 enable_atl80
957 enable_atl90
958 enable_authz
959 enable_avicap32
960 enable_avifil32
961 enable_avrt
962 enable_bcrypt
963 enable_browseui
964 enable_cabinet
965 enable_capi2032
966 enable_cards
967 enable_cfgmgr32
968 enable_clusapi
969 enable_combase
970 enable_comcat
971 enable_comctl32
972 enable_comdlg32
973 enable_compstui
974 enable_comsvcs
975 enable_connect
976 enable_credui
977 enable_crtdll
978 enable_crypt32
979 enable_cryptdlg
980 enable_cryptdll
981 enable_cryptext
982 enable_cryptnet
983 enable_cryptui
984 enable_ctapi32
985 enable_ctl3d32
986 enable_d2d1
987 enable_d3d10
988 enable_d3d10_1
989 enable_d3d10core
990 enable_d3d11
991 enable_d3d8
992 enable_d3d9
993 enable_d3dcompiler_33
994 enable_d3dcompiler_34
995 enable_d3dcompiler_35
996 enable_d3dcompiler_36
997 enable_d3dcompiler_37
998 enable_d3dcompiler_38
999 enable_d3dcompiler_39
1000 enable_d3dcompiler_40
1001 enable_d3dcompiler_41
1002 enable_d3dcompiler_42
1003 enable_d3dcompiler_43
1004 enable_d3dcompiler_46
1005 enable_d3dcompiler_47
1006 enable_d3dim
1007 enable_d3drm
1008 enable_d3dx10_33
1009 enable_d3dx10_34
1010 enable_d3dx10_35
1011 enable_d3dx10_36
1012 enable_d3dx10_37
1013 enable_d3dx10_38
1014 enable_d3dx10_39
1015 enable_d3dx10_40
1016 enable_d3dx10_41
1017 enable_d3dx10_42
1018 enable_d3dx10_43
1019 enable_d3dx11_42
1020 enable_d3dx11_43
1021 enable_d3dx9_24
1022 enable_d3dx9_25
1023 enable_d3dx9_26
1024 enable_d3dx9_27
1025 enable_d3dx9_28
1026 enable_d3dx9_29
1027 enable_d3dx9_30
1028 enable_d3dx9_31
1029 enable_d3dx9_32
1030 enable_d3dx9_33
1031 enable_d3dx9_34
1032 enable_d3dx9_35
1033 enable_d3dx9_36
1034 enable_d3dx9_37
1035 enable_d3dx9_38
1036 enable_d3dx9_39
1037 enable_d3dx9_40
1038 enable_d3dx9_41
1039 enable_d3dx9_42
1040 enable_d3dx9_43
1041 enable_d3dxof
1042 enable_davclnt
1043 enable_dbgeng
1044 enable_dbghelp
1045 enable_dciman32
1046 enable_ddraw
1047 enable_ddrawex
1048 enable_devenum
1049 enable_dhcpcsvc
1050 enable_difxapi
1051 enable_dinput
1052 enable_dinput8
1053 enable_dispex
1054 enable_dmband
1055 enable_dmcompos
1056 enable_dmime
1057 enable_dmloader
1058 enable_dmscript
1059 enable_dmstyle
1060 enable_dmsynth
1061 enable_dmusic
1062 enable_dmusic32
1063 enable_dnsapi
1064 enable_dplay
1065 enable_dplayx
1066 enable_dpnaddr
1067 enable_dpnet
1068 enable_dpnhpast
1069 enable_dpnlobby
1070 enable_dpvoice
1071 enable_dpwsockx
1072 enable_drmclien
1073 enable_dsound
1074 enable_dssenh
1075 enable_dswave
1076 enable_dwmapi
1077 enable_dwrite
1078 enable_dxdiagn
1079 enable_dxgi
1080 enable_dxva2
1081 enable_esent
1082 enable_evr
1083 enable_explorerframe
1084 enable_ext_ms_win_gdi_devcaps_l1_1_0
1085 enable_faultrep
1086 enable_fltlib
1087 enable_fntcache
1088 enable_fontsub
1089 enable_fusion
1090 enable_fwpuclnt
1091 enable_gameux
1092 enable_gdi32
1093 enable_gdiplus
1094 enable_glu32
1095 enable_gphoto2_ds
1096 enable_gpkcsp
1097 enable_hal
1098 enable_hhctrl_ocx
1099 enable_hid
1100 enable_hidclass_sys
1101 enable_hlink
1102 enable_hnetcfg
1103 enable_httpapi
1104 enable_iccvid
1105 enable_icmp
1106 enable_ieframe
1107 enable_imaadp32_acm
1108 enable_imagehlp
1109 enable_imm32
1110 enable_inetcomm
1111 enable_inetcpl_cpl
1112 enable_inetmib1
1113 enable_infosoft
1114 enable_initpki
1115 enable_inkobj
1116 enable_inseng
1117 enable_iphlpapi
1118 enable_itircl
1119 enable_itss
1120 enable_joy_cpl
1121 enable_jscript
1122 enable_jsproxy
1123 enable_kernel32
1124 enable_ksuser
1125 enable_ktmw32
1126 enable_loadperf
1127 enable_localspl
1128 enable_localui
1129 enable_lz32
1130 enable_mapi32
1131 enable_mapistub
1132 enable_mciavi32
1133 enable_mcicda
1134 enable_mciqtz32
1135 enable_mciseq
1136 enable_mciwave
1137 enable_mf
1138 enable_mfplat
1139 enable_mfreadwrite
1140 enable_mgmtapi
1141 enable_midimap
1142 enable_mlang
1143 enable_mmcndmgr
1144 enable_mmdevapi
1145 enable_mountmgr_sys
1146 enable_mpr
1147 enable_mprapi
1148 enable_msacm32_drv
1149 enable_msacm32
1150 enable_msadp32_acm
1151 enable_msasn1
1152 enable_mscat32
1153 enable_mscms
1154 enable_mscoree
1155 enable_msctf
1156 enable_msctfp
1157 enable_msdaps
1158 enable_msdelta
1159 enable_msdmo
1160 enable_msftedit
1161 enable_msg711_acm
1162 enable_msgsm32_acm
1163 enable_mshtml_tlb
1164 enable_mshtml
1165 enable_msi
1166 enable_msident
1167 enable_msimg32
1168 enable_msimsg
1169 enable_msimtf
1170 enable_msisip
1171 enable_msisys_ocx
1172 enable_msls31
1173 enable_msnet32
1174 enable_mspatcha
1175 enable_msrle32
1176 enable_msscript_ocx
1177 enable_mssign32
1178 enable_mssip32
1179 enable_mstask
1180 enable_msvcirt
1181 enable_msvcm80
1182 enable_msvcm90
1183 enable_msvcp100
1184 enable_msvcp110
1185 enable_msvcp120
1186 enable_msvcp120_app
1187 enable_msvcp60
1188 enable_msvcp70
1189 enable_msvcp71
1190 enable_msvcp80
1191 enable_msvcp90
1192 enable_msvcr100
1193 enable_msvcr110
1194 enable_msvcr120
1195 enable_msvcr120_app
1196 enable_msvcr70
1197 enable_msvcr71
1198 enable_msvcr80
1199 enable_msvcr90
1200 enable_msvcrt
1201 enable_msvcrt20
1202 enable_msvcrt40
1203 enable_msvcrtd
1204 enable_msvfw32
1205 enable_msvidc32
1206 enable_mswsock
1207 enable_msxml
1208 enable_msxml2
1209 enable_msxml3
1210 enable_msxml4
1211 enable_msxml6
1212 enable_nddeapi
1213 enable_ndis_sys
1214 enable_netapi32
1215 enable_netcfgx
1216 enable_netprofm
1217 enable_newdev
1218 enable_normaliz
1219 enable_npmshtml
1220 enable_npptools
1221 enable_ntdll
1222 enable_ntdsapi
1223 enable_ntoskrnl_exe
1224 enable_ntprint
1225 enable_objsel
1226 enable_odbc32
1227 enable_odbccp32
1228 enable_odbccu32
1229 enable_ole32
1230 enable_oleacc
1231 enable_oleaut32
1232 enable_olecli32
1233 enable_oledb32
1234 enable_oledlg
1235 enable_olepro32
1236 enable_olesvr32
1237 enable_olethk32
1238 enable_openal32
1239 enable_opencl
1240 enable_opengl32
1241 enable_packager
1242 enable_pdh
1243 enable_photometadatahandler
1244 enable_pidgen
1245 enable_powrprof
1246 enable_printui
1247 enable_prntvpt
1248 enable_propsys
1249 enable_psapi
1250 enable_pstorec
1251 enable_qcap
1252 enable_qedit
1253 enable_qmgr
1254 enable_qmgrprxy
1255 enable_quartz
1256 enable_query
1257 enable_rasapi32
1258 enable_rasdlg
1259 enable_regapi
1260 enable_resutils
1261 enable_riched20
1262 enable_riched32
1263 enable_rpcrt4
1264 enable_rsabase
1265 enable_rsaenh
1266 enable_rstrtmgr
1267 enable_rtutils
1268 enable_samlib
1269 enable_sane_ds
1270 enable_scarddlg
1271 enable_sccbase
1272 enable_schannel
1273 enable_schedsvc
1274 enable_scrrun
1275 enable_scsiport_sys
1276 enable_secur32
1277 enable_security
1278 enable_sensapi
1279 enable_serialui
1280 enable_setupapi
1281 enable_sfc
1282 enable_sfc_os
1283 enable_shdoclc
1284 enable_shdocvw
1285 enable_shell32
1286 enable_shfolder
1287 enable_shlwapi
1288 enable_slbcsp
1289 enable_slc
1290 enable_snmpapi
1291 enable_softpub
1292 enable_spoolss
1293 enable_stdole2_tlb
1294 enable_stdole32_tlb
1295 enable_sti
1296 enable_svrapi
1297 enable_sxs
1298 enable_t2embed
1299 enable_tapi32
1300 enable_taskschd
1301 enable_traffic
1302 enable_twain_32
1303 enable_ucrtbase
1304 enable_unicows
1305 enable_updspapi
1306 enable_url
1307 enable_urlmon
1308 enable_usbd_sys
1309 enable_user32
1310 enable_userenv
1311 enable_usp10
1312 enable_uxtheme
1313 enable_vbscript
1314 enable_vcomp
1315 enable_vcomp100
1316 enable_vcomp110
1317 enable_vcomp90
1318 enable_vdmdbg
1319 enable_version
1320 enable_vssapi
1321 enable_wbemdisp
1322 enable_wbemprox
1323 enable_webservices
1324 enable_wer
1325 enable_wevtapi
1326 enable_wiaservc
1327 enable_windowscodecs
1328 enable_windowscodecsext
1329 enable_winealsa_drv
1330 enable_winecoreaudio_drv
1331 enable_wined3d
1332 enable_winegstreamer
1333 enable_winejoystick_drv
1334 enable_winemac_drv
1335 enable_winemapi
1336 enable_winemp3_acm
1337 enable_wineoss_drv
1338 enable_wineps_drv
1339 enable_wineqtdecoder
1340 enable_winex11_drv
1341 enable_wing32
1342 enable_winhttp
1343 enable_wininet
1344 enable_winmm
1345 enable_winnls32
1346 enable_winscard
1347 enable_winspool_drv
1348 enable_winsta
1349 enable_wintab32
1350 enable_wintrust
1351 enable_wlanapi
1352 enable_wldap32
1353 enable_wmi
1354 enable_wmiutils
1355 enable_wmp
1356 enable_wmvcore
1357 enable_wnaspi32
1358 enable_wpcap
1359 enable_ws2_32
1360 enable_wshom_ocx
1361 enable_wsnmp32
1362 enable_wsock32
1363 enable_wtsapi32
1364 enable_wuapi
1365 enable_wuaueng
1366 enable_x3daudio1_1
1367 enable_x3daudio1_2
1368 enable_x3daudio1_3
1369 enable_x3daudio1_4
1370 enable_x3daudio1_5
1371 enable_x3daudio1_6
1372 enable_x3daudio1_7
1373 enable_xapofx1_1
1374 enable_xapofx1_3
1375 enable_xapofx1_4
1376 enable_xapofx1_5
1377 enable_xaudio2_3
1378 enable_xaudio2_4
1379 enable_xaudio2_5
1380 enable_xaudio2_6
1381 enable_xaudio2_7
1382 enable_xaudio2_8
1383 enable_xinput1_1
1384 enable_xinput1_2
1385 enable_xinput1_3
1386 enable_xinput1_4
1387 enable_xinput9_1_0
1388 enable_xmllite
1389 enable_xolehlp
1390 enable_xpsprint
1391 enable_xpssvcs
1392 enable_documentation
1393 enable_fonts
1394 enable_include
1395 enable_libs_port
1396 enable_libs_wine
1397 enable_libs_wpp
1398 enable_loader
1399 enable_arp
1400 enable_aspnet_regiis
1401 enable_attrib
1402 enable_cabarc
1403 enable_cacls
1404 enable_clock
1405 enable_cmd
1406 enable_conhost
1407 enable_control
1408 enable_cscript
1409 enable_dpnsvr
1410 enable_dxdiag
1411 enable_eject
1412 enable_expand
1413 enable_explorer
1414 enable_extrac32
1415 enable_findstr
1416 enable_hh
1417 enable_hostname
1418 enable_icinfo
1419 enable_iexplore
1420 enable_ipconfig
1421 enable_lodctr
1422 enable_mofcomp
1423 enable_mshta
1424 enable_msiexec
1425 enable_net
1426 enable_netsh
1427 enable_netstat
1428 enable_ngen
1429 enable_notepad
1430 enable_oleview
1431 enable_ping
1432 enable_plugplay
1433 enable_presentationfontcache
1434 enable_progman
1435 enable_reg
1436 enable_regasm
1437 enable_regedit
1438 enable_regsvcs
1439 enable_regsvr32
1440 enable_rpcss
1441 enable_rundll32
1442 enable_sc
1443 enable_schtasks
1444 enable_sdbinst
1445 enable_secedit
1446 enable_servicemodelreg
1447 enable_services
1448 enable_spoolsv
1449 enable_start
1450 enable_svchost
1451 enable_systeminfo
1452 enable_taskkill
1453 enable_tasklist
1454 enable_taskmgr
1455 enable_termsv
1456 enable_uninstaller
1457 enable_unlodctr
1458 enable_view
1459 enable_wevtutil
1460 enable_wineboot
1461 enable_winebrowser
1462 enable_winecfg
1463 enable_wineconsole
1464 enable_winedbg
1465 enable_winedevice
1466 enable_winefile
1467 enable_winemenubuilder
1468 enable_winemine
1469 enable_winemsibuilder
1470 enable_winepath
1471 enable_winetest
1472 enable_winhlp32
1473 enable_winver
1474 enable_wmic
1475 enable_wordpad
1476 enable_write
1477 enable_wscript
1478 enable_wusa
1479 enable_xcopy
1480 enable_server
1481 enable_tools
1483 ac_precious_vars='build_alias
1484 host_alias
1485 target_alias
1487 CFLAGS
1488 LDFLAGS
1489 LIBS
1490 CPPFLAGS
1492 CXXFLAGS
1495 XMKMF
1496 XML2_CFLAGS
1497 XML2_LIBS
1498 XSLT_CFLAGS
1499 XSLT_LIBS
1500 DBUS_CFLAGS
1501 DBUS_LIBS
1502 HAL_CFLAGS
1503 HAL_LIBS
1504 GNUTLS_CFLAGS
1505 GNUTLS_LIBS
1506 SANE_CFLAGS
1507 SANE_LIBS
1508 GPHOTO2_CFLAGS
1509 GPHOTO2_LIBS
1510 GPHOTO2_PORT_CFLAGS
1511 GPHOTO2_PORT_LIBS
1512 LCMS2_CFLAGS
1513 LCMS2_LIBS
1514 FREETYPE_CFLAGS
1515 FREETYPE_LIBS
1516 GSTREAMER_CFLAGS
1517 GSTREAMER_LIBS
1518 CAPI20_CFLAGS
1519 CAPI20_LIBS
1520 FONTCONFIG_CFLAGS
1521 FONTCONFIG_LIBS
1522 JPEG_CFLAGS
1523 JPEG_LIBS
1524 PNG_CFLAGS
1525 PNG_LIBS
1526 TIFF_CFLAGS
1527 TIFF_LIBS
1528 MPG123_CFLAGS
1529 MPG123_LIBS'
1532 # Initialize some variables set by options.
1533 ac_init_help=
1534 ac_init_version=false
1535 ac_unrecognized_opts=
1536 ac_unrecognized_sep=
1537 # The variables have the same names as the options, with
1538 # dashes changed to underlines.
1539 cache_file=/dev/null
1540 exec_prefix=NONE
1541 no_create=
1542 no_recursion=
1543 prefix=NONE
1544 program_prefix=NONE
1545 program_suffix=NONE
1546 program_transform_name=s,x,x,
1547 silent=
1548 site=
1549 srcdir=
1550 verbose=
1551 x_includes=NONE
1552 x_libraries=NONE
1554 # Installation directory options.
1555 # These are left unexpanded so users can "make install exec_prefix=/foo"
1556 # and all the variables that are supposed to be based on exec_prefix
1557 # by default will actually change.
1558 # Use braces instead of parens because sh, perl, etc. also accept them.
1559 # (The list follows the same order as the GNU Coding Standards.)
1560 bindir='${exec_prefix}/bin'
1561 sbindir='${exec_prefix}/sbin'
1562 libexecdir='${exec_prefix}/libexec'
1563 datarootdir='${prefix}/share'
1564 datadir='${datarootdir}'
1565 sysconfdir='${prefix}/etc'
1566 sharedstatedir='${prefix}/com'
1567 localstatedir='${prefix}/var'
1568 runstatedir='${localstatedir}/run'
1569 includedir='${prefix}/include'
1570 oldincludedir='/usr/include'
1571 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1572 infodir='${datarootdir}/info'
1573 htmldir='${docdir}'
1574 dvidir='${docdir}'
1575 pdfdir='${docdir}'
1576 psdir='${docdir}'
1577 libdir='${exec_prefix}/lib'
1578 localedir='${datarootdir}/locale'
1579 mandir='${datarootdir}/man'
1581 ac_prev=
1582 ac_dashdash=
1583 for ac_option
1585 # If the previous option needs an argument, assign it.
1586 if test -n "$ac_prev"; then
1587 eval $ac_prev=\$ac_option
1588 ac_prev=
1589 continue
1592 case $ac_option in
1593 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1594 *=) ac_optarg= ;;
1595 *) ac_optarg=yes ;;
1596 esac
1598 # Accept the important Cygnus configure options, so we can diagnose typos.
1600 case $ac_dashdash$ac_option in
1602 ac_dashdash=yes ;;
1604 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1605 ac_prev=bindir ;;
1606 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1607 bindir=$ac_optarg ;;
1609 -build | --build | --buil | --bui | --bu)
1610 ac_prev=build_alias ;;
1611 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1612 build_alias=$ac_optarg ;;
1614 -cache-file | --cache-file | --cache-fil | --cache-fi \
1615 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1616 ac_prev=cache_file ;;
1617 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1618 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1619 cache_file=$ac_optarg ;;
1621 --config-cache | -C)
1622 cache_file=config.cache ;;
1624 -datadir | --datadir | --datadi | --datad)
1625 ac_prev=datadir ;;
1626 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1627 datadir=$ac_optarg ;;
1629 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1630 | --dataroo | --dataro | --datar)
1631 ac_prev=datarootdir ;;
1632 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1633 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1634 datarootdir=$ac_optarg ;;
1636 -disable-* | --disable-*)
1637 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1638 # Reject names that are not valid shell variable names.
1639 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1640 as_fn_error $? "invalid feature name: $ac_useropt"
1641 ac_useropt_orig=$ac_useropt
1642 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1643 case $ac_user_opts in
1645 "enable_$ac_useropt"
1646 "*) ;;
1647 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1648 ac_unrecognized_sep=', ';;
1649 esac
1650 eval enable_$ac_useropt=no ;;
1652 -docdir | --docdir | --docdi | --doc | --do)
1653 ac_prev=docdir ;;
1654 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1655 docdir=$ac_optarg ;;
1657 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1658 ac_prev=dvidir ;;
1659 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1660 dvidir=$ac_optarg ;;
1662 -enable-* | --enable-*)
1663 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1664 # Reject names that are not valid shell variable names.
1665 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1666 as_fn_error $? "invalid feature name: $ac_useropt"
1667 ac_useropt_orig=$ac_useropt
1668 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1669 case $ac_user_opts in
1671 "enable_$ac_useropt"
1672 "*) ;;
1673 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1674 ac_unrecognized_sep=', ';;
1675 esac
1676 eval enable_$ac_useropt=\$ac_optarg ;;
1678 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1679 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1680 | --exec | --exe | --ex)
1681 ac_prev=exec_prefix ;;
1682 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1683 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1684 | --exec=* | --exe=* | --ex=*)
1685 exec_prefix=$ac_optarg ;;
1687 -gas | --gas | --ga | --g)
1688 # Obsolete; use --with-gas.
1689 with_gas=yes ;;
1691 -help | --help | --hel | --he | -h)
1692 ac_init_help=long ;;
1693 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1694 ac_init_help=recursive ;;
1695 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1696 ac_init_help=short ;;
1698 -host | --host | --hos | --ho)
1699 ac_prev=host_alias ;;
1700 -host=* | --host=* | --hos=* | --ho=*)
1701 host_alias=$ac_optarg ;;
1703 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1704 ac_prev=htmldir ;;
1705 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1706 | --ht=*)
1707 htmldir=$ac_optarg ;;
1709 -includedir | --includedir | --includedi | --included | --include \
1710 | --includ | --inclu | --incl | --inc)
1711 ac_prev=includedir ;;
1712 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1713 | --includ=* | --inclu=* | --incl=* | --inc=*)
1714 includedir=$ac_optarg ;;
1716 -infodir | --infodir | --infodi | --infod | --info | --inf)
1717 ac_prev=infodir ;;
1718 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1719 infodir=$ac_optarg ;;
1721 -libdir | --libdir | --libdi | --libd)
1722 ac_prev=libdir ;;
1723 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1724 libdir=$ac_optarg ;;
1726 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1727 | --libexe | --libex | --libe)
1728 ac_prev=libexecdir ;;
1729 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1730 | --libexe=* | --libex=* | --libe=*)
1731 libexecdir=$ac_optarg ;;
1733 -localedir | --localedir | --localedi | --localed | --locale)
1734 ac_prev=localedir ;;
1735 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1736 localedir=$ac_optarg ;;
1738 -localstatedir | --localstatedir | --localstatedi | --localstated \
1739 | --localstate | --localstat | --localsta | --localst | --locals)
1740 ac_prev=localstatedir ;;
1741 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1742 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1743 localstatedir=$ac_optarg ;;
1745 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1746 ac_prev=mandir ;;
1747 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1748 mandir=$ac_optarg ;;
1750 -nfp | --nfp | --nf)
1751 # Obsolete; use --without-fp.
1752 with_fp=no ;;
1754 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1755 | --no-cr | --no-c | -n)
1756 no_create=yes ;;
1758 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1759 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1760 no_recursion=yes ;;
1762 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1763 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1764 | --oldin | --oldi | --old | --ol | --o)
1765 ac_prev=oldincludedir ;;
1766 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1767 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1768 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1769 oldincludedir=$ac_optarg ;;
1771 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1772 ac_prev=prefix ;;
1773 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1774 prefix=$ac_optarg ;;
1776 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1777 | --program-pre | --program-pr | --program-p)
1778 ac_prev=program_prefix ;;
1779 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1780 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1781 program_prefix=$ac_optarg ;;
1783 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1784 | --program-suf | --program-su | --program-s)
1785 ac_prev=program_suffix ;;
1786 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1787 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1788 program_suffix=$ac_optarg ;;
1790 -program-transform-name | --program-transform-name \
1791 | --program-transform-nam | --program-transform-na \
1792 | --program-transform-n | --program-transform- \
1793 | --program-transform | --program-transfor \
1794 | --program-transfo | --program-transf \
1795 | --program-trans | --program-tran \
1796 | --progr-tra | --program-tr | --program-t)
1797 ac_prev=program_transform_name ;;
1798 -program-transform-name=* | --program-transform-name=* \
1799 | --program-transform-nam=* | --program-transform-na=* \
1800 | --program-transform-n=* | --program-transform-=* \
1801 | --program-transform=* | --program-transfor=* \
1802 | --program-transfo=* | --program-transf=* \
1803 | --program-trans=* | --program-tran=* \
1804 | --progr-tra=* | --program-tr=* | --program-t=*)
1805 program_transform_name=$ac_optarg ;;
1807 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1808 ac_prev=pdfdir ;;
1809 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1810 pdfdir=$ac_optarg ;;
1812 -psdir | --psdir | --psdi | --psd | --ps)
1813 ac_prev=psdir ;;
1814 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1815 psdir=$ac_optarg ;;
1817 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1818 | -silent | --silent | --silen | --sile | --sil)
1819 silent=yes ;;
1821 -runstatedir | --runstatedir | --runstatedi | --runstated \
1822 | --runstate | --runstat | --runsta | --runst | --runs \
1823 | --run | --ru | --r)
1824 ac_prev=runstatedir ;;
1825 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1826 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1827 | --run=* | --ru=* | --r=*)
1828 runstatedir=$ac_optarg ;;
1830 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1831 ac_prev=sbindir ;;
1832 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1833 | --sbi=* | --sb=*)
1834 sbindir=$ac_optarg ;;
1836 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1837 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1838 | --sharedst | --shareds | --shared | --share | --shar \
1839 | --sha | --sh)
1840 ac_prev=sharedstatedir ;;
1841 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1842 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1843 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1844 | --sha=* | --sh=*)
1845 sharedstatedir=$ac_optarg ;;
1847 -site | --site | --sit)
1848 ac_prev=site ;;
1849 -site=* | --site=* | --sit=*)
1850 site=$ac_optarg ;;
1852 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1853 ac_prev=srcdir ;;
1854 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1855 srcdir=$ac_optarg ;;
1857 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1858 | --syscon | --sysco | --sysc | --sys | --sy)
1859 ac_prev=sysconfdir ;;
1860 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1861 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1862 sysconfdir=$ac_optarg ;;
1864 -target | --target | --targe | --targ | --tar | --ta | --t)
1865 ac_prev=target_alias ;;
1866 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1867 target_alias=$ac_optarg ;;
1869 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1870 verbose=yes ;;
1872 -version | --version | --versio | --versi | --vers | -V)
1873 ac_init_version=: ;;
1875 -with-* | --with-*)
1876 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1877 # Reject names that are not valid shell variable names.
1878 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1879 as_fn_error $? "invalid package name: $ac_useropt"
1880 ac_useropt_orig=$ac_useropt
1881 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1882 case $ac_user_opts in
1884 "with_$ac_useropt"
1885 "*) ;;
1886 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1887 ac_unrecognized_sep=', ';;
1888 esac
1889 eval with_$ac_useropt=\$ac_optarg ;;
1891 -without-* | --without-*)
1892 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1893 # Reject names that are not valid shell variable names.
1894 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1895 as_fn_error $? "invalid package name: $ac_useropt"
1896 ac_useropt_orig=$ac_useropt
1897 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1898 case $ac_user_opts in
1900 "with_$ac_useropt"
1901 "*) ;;
1902 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1903 ac_unrecognized_sep=', ';;
1904 esac
1905 eval with_$ac_useropt=no ;;
1907 --x)
1908 # Obsolete; use --with-x.
1909 with_x=yes ;;
1911 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1912 | --x-incl | --x-inc | --x-in | --x-i)
1913 ac_prev=x_includes ;;
1914 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1915 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1916 x_includes=$ac_optarg ;;
1918 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1919 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1920 ac_prev=x_libraries ;;
1921 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1922 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1923 x_libraries=$ac_optarg ;;
1925 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1926 Try \`$0 --help' for more information"
1929 *=*)
1930 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1931 # Reject names that are not valid shell variable names.
1932 case $ac_envvar in #(
1933 '' | [0-9]* | *[!_$as_cr_alnum]* )
1934 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1935 esac
1936 eval $ac_envvar=\$ac_optarg
1937 export $ac_envvar ;;
1940 # FIXME: should be removed in autoconf 3.0.
1941 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1942 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1943 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1944 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1947 esac
1948 done
1950 if test -n "$ac_prev"; then
1951 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1952 as_fn_error $? "missing argument to $ac_option"
1955 if test -n "$ac_unrecognized_opts"; then
1956 case $enable_option_checking in
1957 no) ;;
1958 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1959 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1960 esac
1963 # Check all directory arguments for consistency.
1964 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1965 datadir sysconfdir sharedstatedir localstatedir includedir \
1966 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1967 libdir localedir mandir runstatedir
1969 eval ac_val=\$$ac_var
1970 # Remove trailing slashes.
1971 case $ac_val in
1972 */ )
1973 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1974 eval $ac_var=\$ac_val;;
1975 esac
1976 # Be sure to have absolute directory names.
1977 case $ac_val in
1978 [\\/$]* | ?:[\\/]* ) continue;;
1979 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1980 esac
1981 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1982 done
1984 # There might be people who depend on the old broken behavior: `$host'
1985 # used to hold the argument of --host etc.
1986 # FIXME: To remove some day.
1987 build=$build_alias
1988 host=$host_alias
1989 target=$target_alias
1991 # FIXME: To remove some day.
1992 if test "x$host_alias" != x; then
1993 if test "x$build_alias" = x; then
1994 cross_compiling=maybe
1995 elif test "x$build_alias" != "x$host_alias"; then
1996 cross_compiling=yes
2000 ac_tool_prefix=
2001 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2003 test "$silent" = yes && exec 6>/dev/null
2006 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2007 ac_ls_di=`ls -di .` &&
2008 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2009 as_fn_error $? "working directory cannot be determined"
2010 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2011 as_fn_error $? "pwd does not report name of working directory"
2014 # Find the source files, if location was not specified.
2015 if test -z "$srcdir"; then
2016 ac_srcdir_defaulted=yes
2017 # Try the directory containing this script, then the parent directory.
2018 ac_confdir=`$as_dirname -- "$as_myself" ||
2019 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2020 X"$as_myself" : 'X\(//\)[^/]' \| \
2021 X"$as_myself" : 'X\(//\)$' \| \
2022 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2023 $as_echo X"$as_myself" |
2024 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2025 s//\1/
2028 /^X\(\/\/\)[^/].*/{
2029 s//\1/
2032 /^X\(\/\/\)$/{
2033 s//\1/
2036 /^X\(\/\).*/{
2037 s//\1/
2040 s/.*/./; q'`
2041 srcdir=$ac_confdir
2042 if test ! -r "$srcdir/$ac_unique_file"; then
2043 srcdir=..
2045 else
2046 ac_srcdir_defaulted=no
2048 if test ! -r "$srcdir/$ac_unique_file"; then
2049 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2050 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2052 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2053 ac_abs_confdir=`(
2054 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2055 pwd)`
2056 # When building in place, set srcdir=.
2057 if test "$ac_abs_confdir" = "$ac_pwd"; then
2058 srcdir=.
2060 # Remove unnecessary trailing slashes from srcdir.
2061 # Double slashes in file names in object file debugging info
2062 # mess up M-x gdb in Emacs.
2063 case $srcdir in
2064 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2065 esac
2066 for ac_var in $ac_precious_vars; do
2067 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2068 eval ac_env_${ac_var}_value=\$${ac_var}
2069 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2070 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2071 done
2074 # Report the --help message.
2076 if test "$ac_init_help" = "long"; then
2077 # Omit some internal or obsolete options to make the list less imposing.
2078 # This message is too long to be a string in the A/UX 3.1 sh.
2079 cat <<_ACEOF
2080 \`configure' configures Wine 1.7.52 to adapt to many kinds of systems.
2082 Usage: $0 [OPTION]... [VAR=VALUE]...
2084 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2085 VAR=VALUE. See below for descriptions of some of the useful variables.
2087 Defaults for the options are specified in brackets.
2089 Configuration:
2090 -h, --help display this help and exit
2091 --help=short display options specific to this package
2092 --help=recursive display the short help of all the included packages
2093 -V, --version display version information and exit
2094 -q, --quiet, --silent do not print \`checking ...' messages
2095 --cache-file=FILE cache test results in FILE [disabled]
2096 -C, --config-cache alias for \`--cache-file=config.cache'
2097 -n, --no-create do not create output files
2098 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2100 Installation directories:
2101 --prefix=PREFIX install architecture-independent files in PREFIX
2102 [$ac_default_prefix]
2103 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2104 [PREFIX]
2106 By default, \`make install' will install all the files in
2107 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2108 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2109 for instance \`--prefix=\$HOME'.
2111 For better control, use the options below.
2113 Fine tuning of the installation directories:
2114 --bindir=DIR user executables [EPREFIX/bin]
2115 --sbindir=DIR system admin executables [EPREFIX/sbin]
2116 --libexecdir=DIR program executables [EPREFIX/libexec]
2117 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2118 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2119 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2120 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2121 --libdir=DIR object code libraries [EPREFIX/lib]
2122 --includedir=DIR C header files [PREFIX/include]
2123 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2124 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2125 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2126 --infodir=DIR info documentation [DATAROOTDIR/info]
2127 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2128 --mandir=DIR man documentation [DATAROOTDIR/man]
2129 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2130 --htmldir=DIR html documentation [DOCDIR]
2131 --dvidir=DIR dvi documentation [DOCDIR]
2132 --pdfdir=DIR pdf documentation [DOCDIR]
2133 --psdir=DIR ps documentation [DOCDIR]
2134 _ACEOF
2136 cat <<\_ACEOF
2138 X features:
2139 --x-includes=DIR X include files are in DIR
2140 --x-libraries=DIR X library files are in DIR
2142 System types:
2143 --build=BUILD configure for building on BUILD [guessed]
2144 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2145 _ACEOF
2148 if test -n "$ac_init_help"; then
2149 case $ac_init_help in
2150 short | recursive ) echo "Configuration of Wine 1.7.52:";;
2151 esac
2152 cat <<\_ACEOF
2154 Optional Features:
2155 --disable-option-checking ignore unrecognized --enable/--with options
2156 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2157 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2158 --disable-win16 do not include Win16 support
2159 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2160 binaries)
2161 --disable-tests do not build the regression tests
2162 --enable-maintainer-mode
2163 enable maintainer-specific build rules
2164 --disable-largefile omit support for large files
2166 Optional Packages:
2167 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2168 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2169 --without-alsa do not use the Alsa sound support
2170 --without-capi do not use CAPI (ISDN support)
2171 --without-cms do not use CMS (color management support)
2172 --without-coreaudio do not use the CoreAudio sound support
2173 --without-cups do not use CUPS
2174 --without-curses do not use (n)curses
2175 --without-dbus do not use DBus (dynamic device support)
2176 --without-fontconfig do not use fontconfig
2177 --without-freetype do not use the FreeType library
2178 --without-gettext do not use gettext
2179 --with-gettextpo use the GetTextPO library to rebuild po files
2180 --without-gphoto do not use gphoto (Digital Camera support)
2181 --without-glu do not use the GLU library
2182 --without-gnutls do not use GnuTLS (schannel support)
2183 --without-gsm do not use libgsm (GSM 06.10 codec support)
2184 --without-gstreamer do not use GStreamer (codecs support)
2185 --without-hal do not use HAL (dynamic device support)
2186 --without-jpeg do not use JPEG
2187 --without-ldap do not use LDAP
2188 --without-mpg123 do not use the mpg123 library
2189 --without-netapi do not use the Samba NetAPI library
2190 --without-openal do not use OpenAL
2191 --without-opencl do not use OpenCL
2192 --without-opengl do not use OpenGL
2193 --without-osmesa do not use the OSMesa library
2194 --without-oss do not use the OSS sound support
2195 --without-pcap do not use the Packet Capture library
2196 --without-png do not use PNG
2197 --without-pthread do not use the pthread library
2198 --without-sane do not use SANE (scanner support)
2199 --without-tiff do not use TIFF
2200 --without-v4l do not use v4l1 (v4l support)
2201 --without-xcomposite do not use the Xcomposite extension
2202 --without-xcursor do not use the Xcursor extension
2203 --without-xinerama do not use Xinerama (multi-monitor support)
2204 --without-xinput do not use the Xinput extension
2205 --without-xinput2 do not use the Xinput 2 extension
2206 --without-xml do not use XML
2207 --without-xrandr do not use Xrandr (resolution changes)
2208 --without-xrender do not use the Xrender extension
2209 --without-xshape do not use the Xshape extension
2210 --without-xshm do not use XShm (shared memory extension)
2211 --without-xslt do not use XSLT
2212 --without-xxf86vm do not use XFree video mode extension
2213 --without-zlib do not use Zlib (data compression)
2214 --with-wine-tools=DIR use Wine tools from directory DIR
2215 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2216 --with-x use the X Window System
2218 Some influential environment variables:
2219 CC C compiler command
2220 CFLAGS C compiler flags
2221 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2222 nonstandard directory <lib dir>
2223 LIBS libraries to pass to the linker, e.g. -l<library>
2224 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2225 you have headers in a nonstandard directory <include dir>
2226 CXX C++ compiler command
2227 CXXFLAGS C++ compiler flags
2228 CPP C preprocessor
2229 XMKMF Path to xmkmf, Makefile generator for X Window System
2230 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2231 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2232 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2233 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2234 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2235 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2236 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2237 HAL_LIBS Linker flags for hal, overriding pkg-config
2238 GNUTLS_CFLAGS
2239 C compiler flags for gnutls, overriding pkg-config
2240 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2241 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2242 SANE_LIBS Linker flags for libsane, overriding pkg-config
2243 GPHOTO2_CFLAGS
2244 C compiler flags for libgphoto2, overriding pkg-config
2245 GPHOTO2_LIBS
2246 Linker flags for libgphoto2, overriding pkg-config
2247 GPHOTO2_PORT_CFLAGS
2248 C compiler flags for libgphoto2_port, overriding pkg-config
2249 GPHOTO2_PORT_LIBS
2250 Linker flags for libgphoto2_port, overriding pkg-config
2251 LCMS2_CFLAGS
2252 C compiler flags for lcms2, overriding pkg-config
2253 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2254 FREETYPE_CFLAGS
2255 C compiler flags for freetype2, overriding pkg-config
2256 FREETYPE_LIBS
2257 Linker flags for freetype2, overriding pkg-config
2258 GSTREAMER_CFLAGS
2259 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2260 GSTREAMER_LIBS
2261 Linker flags for gstreamer-app-0.10, overriding pkg-config
2262 CAPI20_CFLAGS
2263 C compiler flags for capi20, overriding pkg-config
2264 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2265 FONTCONFIG_CFLAGS
2266 C compiler flags for fontconfig, overriding pkg-config
2267 FONTCONFIG_LIBS
2268 Linker flags for fontconfig, overriding pkg-config
2269 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2270 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2271 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2272 PNG_LIBS Linker flags for libpng, overriding pkg-config
2273 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2274 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2275 MPG123_CFLAGS
2276 C compiler flags for libmpg123, overriding pkg-config
2277 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2279 Use these variables to override the choices made by `configure' or to help
2280 it to find libraries and programs with nonstandard names/locations.
2282 Report bugs to <wine-devel@winehq.org>.
2283 Wine home page: <http://www.winehq.org>.
2284 _ACEOF
2285 ac_status=$?
2288 if test "$ac_init_help" = "recursive"; then
2289 # If there are subdirs, report their specific --help.
2290 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2291 test -d "$ac_dir" ||
2292 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2293 continue
2294 ac_builddir=.
2296 case "$ac_dir" in
2297 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2299 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2300 # A ".." for each directory in $ac_dir_suffix.
2301 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2302 case $ac_top_builddir_sub in
2303 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2304 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2305 esac ;;
2306 esac
2307 ac_abs_top_builddir=$ac_pwd
2308 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2309 # for backward compatibility:
2310 ac_top_builddir=$ac_top_build_prefix
2312 case $srcdir in
2313 .) # We are building in place.
2314 ac_srcdir=.
2315 ac_top_srcdir=$ac_top_builddir_sub
2316 ac_abs_top_srcdir=$ac_pwd ;;
2317 [\\/]* | ?:[\\/]* ) # Absolute name.
2318 ac_srcdir=$srcdir$ac_dir_suffix;
2319 ac_top_srcdir=$srcdir
2320 ac_abs_top_srcdir=$srcdir ;;
2321 *) # Relative name.
2322 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2323 ac_top_srcdir=$ac_top_build_prefix$srcdir
2324 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2325 esac
2326 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2328 cd "$ac_dir" || { ac_status=$?; continue; }
2329 # Check for guested configure.
2330 if test -f "$ac_srcdir/configure.gnu"; then
2331 echo &&
2332 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2333 elif test -f "$ac_srcdir/configure"; then
2334 echo &&
2335 $SHELL "$ac_srcdir/configure" --help=recursive
2336 else
2337 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2338 fi || ac_status=$?
2339 cd "$ac_pwd" || { ac_status=$?; break; }
2340 done
2343 test -n "$ac_init_help" && exit $ac_status
2344 if $ac_init_version; then
2345 cat <<\_ACEOF
2346 Wine configure 1.7.52
2347 generated by GNU Autoconf 2.69
2349 Copyright (C) 2012 Free Software Foundation, Inc.
2350 This configure script is free software; the Free Software Foundation
2351 gives unlimited permission to copy, distribute and modify it.
2352 _ACEOF
2353 exit
2356 ## ------------------------ ##
2357 ## Autoconf initialization. ##
2358 ## ------------------------ ##
2360 # ac_fn_c_try_compile LINENO
2361 # --------------------------
2362 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2363 ac_fn_c_try_compile ()
2365 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2366 rm -f conftest.$ac_objext
2367 if { { ac_try="$ac_compile"
2368 case "(($ac_try" in
2369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2370 *) ac_try_echo=$ac_try;;
2371 esac
2372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2373 $as_echo "$ac_try_echo"; } >&5
2374 (eval "$ac_compile") 2>conftest.err
2375 ac_status=$?
2376 if test -s conftest.err; then
2377 grep -v '^ *+' conftest.err >conftest.er1
2378 cat conftest.er1 >&5
2379 mv -f conftest.er1 conftest.err
2381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2382 test $ac_status = 0; } && {
2383 test -z "$ac_c_werror_flag" ||
2384 test ! -s conftest.err
2385 } && test -s conftest.$ac_objext; then :
2386 ac_retval=0
2387 else
2388 $as_echo "$as_me: failed program was:" >&5
2389 sed 's/^/| /' conftest.$ac_ext >&5
2391 ac_retval=1
2393 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2394 as_fn_set_status $ac_retval
2396 } # ac_fn_c_try_compile
2398 # ac_fn_cxx_try_compile LINENO
2399 # ----------------------------
2400 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2401 ac_fn_cxx_try_compile ()
2403 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2404 rm -f conftest.$ac_objext
2405 if { { ac_try="$ac_compile"
2406 case "(($ac_try" in
2407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2408 *) ac_try_echo=$ac_try;;
2409 esac
2410 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2411 $as_echo "$ac_try_echo"; } >&5
2412 (eval "$ac_compile") 2>conftest.err
2413 ac_status=$?
2414 if test -s conftest.err; then
2415 grep -v '^ *+' conftest.err >conftest.er1
2416 cat conftest.er1 >&5
2417 mv -f conftest.er1 conftest.err
2419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2420 test $ac_status = 0; } && {
2421 test -z "$ac_cxx_werror_flag" ||
2422 test ! -s conftest.err
2423 } && test -s conftest.$ac_objext; then :
2424 ac_retval=0
2425 else
2426 $as_echo "$as_me: failed program was:" >&5
2427 sed 's/^/| /' conftest.$ac_ext >&5
2429 ac_retval=1
2431 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2432 as_fn_set_status $ac_retval
2434 } # ac_fn_cxx_try_compile
2436 # ac_fn_c_try_link LINENO
2437 # -----------------------
2438 # Try to link conftest.$ac_ext, and return whether this succeeded.
2439 ac_fn_c_try_link ()
2441 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2442 rm -f conftest.$ac_objext conftest$ac_exeext
2443 if { { ac_try="$ac_link"
2444 case "(($ac_try" in
2445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2446 *) ac_try_echo=$ac_try;;
2447 esac
2448 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2449 $as_echo "$ac_try_echo"; } >&5
2450 (eval "$ac_link") 2>conftest.err
2451 ac_status=$?
2452 if test -s conftest.err; then
2453 grep -v '^ *+' conftest.err >conftest.er1
2454 cat conftest.er1 >&5
2455 mv -f conftest.er1 conftest.err
2457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2458 test $ac_status = 0; } && {
2459 test -z "$ac_c_werror_flag" ||
2460 test ! -s conftest.err
2461 } && test -s conftest$ac_exeext && {
2462 test "$cross_compiling" = yes ||
2463 test -x conftest$ac_exeext
2464 }; then :
2465 ac_retval=0
2466 else
2467 $as_echo "$as_me: failed program was:" >&5
2468 sed 's/^/| /' conftest.$ac_ext >&5
2470 ac_retval=1
2472 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2473 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2474 # interfere with the next link command; also delete a directory that is
2475 # left behind by Apple's compiler. We do this before executing the actions.
2476 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2477 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2478 as_fn_set_status $ac_retval
2480 } # ac_fn_c_try_link
2482 # ac_fn_c_try_cpp LINENO
2483 # ----------------------
2484 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2485 ac_fn_c_try_cpp ()
2487 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2488 if { { ac_try="$ac_cpp conftest.$ac_ext"
2489 case "(($ac_try" in
2490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2491 *) ac_try_echo=$ac_try;;
2492 esac
2493 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2494 $as_echo "$ac_try_echo"; } >&5
2495 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2496 ac_status=$?
2497 if test -s conftest.err; then
2498 grep -v '^ *+' conftest.err >conftest.er1
2499 cat conftest.er1 >&5
2500 mv -f conftest.er1 conftest.err
2502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2503 test $ac_status = 0; } > conftest.i && {
2504 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2505 test ! -s conftest.err
2506 }; then :
2507 ac_retval=0
2508 else
2509 $as_echo "$as_me: failed program was:" >&5
2510 sed 's/^/| /' conftest.$ac_ext >&5
2512 ac_retval=1
2514 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2515 as_fn_set_status $ac_retval
2517 } # ac_fn_c_try_cpp
2519 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2520 # -------------------------------------------------------
2521 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2522 # the include files in INCLUDES and setting the cache variable VAR
2523 # accordingly.
2524 ac_fn_c_check_header_mongrel ()
2526 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2527 if eval \${$3+:} false; then :
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2529 $as_echo_n "checking for $2... " >&6; }
2530 if eval \${$3+:} false; then :
2531 $as_echo_n "(cached) " >&6
2533 eval ac_res=\$$3
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2535 $as_echo "$ac_res" >&6; }
2536 else
2537 # Is the header compilable?
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2539 $as_echo_n "checking $2 usability... " >&6; }
2540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2541 /* end confdefs.h. */
2543 #include <$2>
2544 _ACEOF
2545 if ac_fn_c_try_compile "$LINENO"; then :
2546 ac_header_compiler=yes
2547 else
2548 ac_header_compiler=no
2550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2552 $as_echo "$ac_header_compiler" >&6; }
2554 # Is the header present?
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2556 $as_echo_n "checking $2 presence... " >&6; }
2557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2558 /* end confdefs.h. */
2559 #include <$2>
2560 _ACEOF
2561 if ac_fn_c_try_cpp "$LINENO"; then :
2562 ac_header_preproc=yes
2563 else
2564 ac_header_preproc=no
2566 rm -f conftest.err conftest.i conftest.$ac_ext
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2568 $as_echo "$ac_header_preproc" >&6; }
2570 # So? What about this header?
2571 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2572 yes:no: )
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2574 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2576 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2578 no:yes:* )
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2580 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2582 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2584 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2586 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2588 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2589 ( $as_echo "## ------------------------------------ ##
2590 ## Report this to wine-devel@winehq.org ##
2591 ## ------------------------------------ ##"
2592 ) | sed "s/^/$as_me: WARNING: /" >&2
2594 esac
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2596 $as_echo_n "checking for $2... " >&6; }
2597 if eval \${$3+:} false; then :
2598 $as_echo_n "(cached) " >&6
2599 else
2600 eval "$3=\$ac_header_compiler"
2602 eval ac_res=\$$3
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2604 $as_echo "$ac_res" >&6; }
2606 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2608 } # ac_fn_c_check_header_mongrel
2610 # ac_fn_c_try_run LINENO
2611 # ----------------------
2612 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2613 # that executables *can* be run.
2614 ac_fn_c_try_run ()
2616 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2617 if { { ac_try="$ac_link"
2618 case "(($ac_try" in
2619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2620 *) ac_try_echo=$ac_try;;
2621 esac
2622 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2623 $as_echo "$ac_try_echo"; } >&5
2624 (eval "$ac_link") 2>&5
2625 ac_status=$?
2626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2627 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2628 { { case "(($ac_try" in
2629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2630 *) ac_try_echo=$ac_try;;
2631 esac
2632 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2633 $as_echo "$ac_try_echo"; } >&5
2634 (eval "$ac_try") 2>&5
2635 ac_status=$?
2636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2637 test $ac_status = 0; }; }; then :
2638 ac_retval=0
2639 else
2640 $as_echo "$as_me: program exited with status $ac_status" >&5
2641 $as_echo "$as_me: failed program was:" >&5
2642 sed 's/^/| /' conftest.$ac_ext >&5
2644 ac_retval=$ac_status
2646 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2647 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2648 as_fn_set_status $ac_retval
2650 } # ac_fn_c_try_run
2652 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2653 # -------------------------------------------------------
2654 # Tests whether HEADER exists and can be compiled using the include files in
2655 # INCLUDES, setting the cache variable VAR accordingly.
2656 ac_fn_c_check_header_compile ()
2658 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2660 $as_echo_n "checking for $2... " >&6; }
2661 if eval \${$3+:} false; then :
2662 $as_echo_n "(cached) " >&6
2663 else
2664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2665 /* end confdefs.h. */
2667 #include <$2>
2668 _ACEOF
2669 if ac_fn_c_try_compile "$LINENO"; then :
2670 eval "$3=yes"
2671 else
2672 eval "$3=no"
2674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2676 eval ac_res=\$$3
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2678 $as_echo "$ac_res" >&6; }
2679 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2681 } # ac_fn_c_check_header_compile
2683 # ac_fn_c_check_func LINENO FUNC VAR
2684 # ----------------------------------
2685 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2686 ac_fn_c_check_func ()
2688 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2690 $as_echo_n "checking for $2... " >&6; }
2691 if eval \${$3+:} false; then :
2692 $as_echo_n "(cached) " >&6
2693 else
2694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2695 /* end confdefs.h. */
2696 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2697 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2698 #define $2 innocuous_$2
2700 /* System header to define __stub macros and hopefully few prototypes,
2701 which can conflict with char $2 (); below.
2702 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2703 <limits.h> exists even on freestanding compilers. */
2705 #ifdef __STDC__
2706 # include <limits.h>
2707 #else
2708 # include <assert.h>
2709 #endif
2711 #undef $2
2713 /* Override any GCC internal prototype to avoid an error.
2714 Use char because int might match the return type of a GCC
2715 builtin and then its argument prototype would still apply. */
2716 #ifdef __cplusplus
2717 extern "C"
2718 #endif
2719 char $2 ();
2720 /* The GNU C library defines this for functions which it implements
2721 to always fail with ENOSYS. Some functions are actually named
2722 something starting with __ and the normal name is an alias. */
2723 #if defined __stub_$2 || defined __stub___$2
2724 choke me
2725 #endif
2728 main ()
2730 return $2 ();
2732 return 0;
2734 _ACEOF
2735 if ac_fn_c_try_link "$LINENO"; then :
2736 eval "$3=yes"
2737 else
2738 eval "$3=no"
2740 rm -f core conftest.err conftest.$ac_objext \
2741 conftest$ac_exeext conftest.$ac_ext
2743 eval ac_res=\$$3
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2745 $as_echo "$ac_res" >&6; }
2746 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2748 } # ac_fn_c_check_func
2750 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2751 # ----------------------------------------------------
2752 # Tries to find if the field MEMBER exists in type AGGR, after including
2753 # INCLUDES, setting cache variable VAR accordingly.
2754 ac_fn_c_check_member ()
2756 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2758 $as_echo_n "checking for $2.$3... " >&6; }
2759 if eval \${$4+:} false; then :
2760 $as_echo_n "(cached) " >&6
2761 else
2762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2763 /* end confdefs.h. */
2766 main ()
2768 static $2 ac_aggr;
2769 if (ac_aggr.$3)
2770 return 0;
2772 return 0;
2774 _ACEOF
2775 if ac_fn_c_try_compile "$LINENO"; then :
2776 eval "$4=yes"
2777 else
2778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2779 /* end confdefs.h. */
2782 main ()
2784 static $2 ac_aggr;
2785 if (sizeof ac_aggr.$3)
2786 return 0;
2788 return 0;
2790 _ACEOF
2791 if ac_fn_c_try_compile "$LINENO"; then :
2792 eval "$4=yes"
2793 else
2794 eval "$4=no"
2796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2800 eval ac_res=\$$4
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2802 $as_echo "$ac_res" >&6; }
2803 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2805 } # ac_fn_c_check_member
2807 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2808 # -------------------------------------------
2809 # Tests whether TYPE exists after having included INCLUDES, setting cache
2810 # variable VAR accordingly.
2811 ac_fn_c_check_type ()
2813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2815 $as_echo_n "checking for $2... " >&6; }
2816 if eval \${$3+:} false; then :
2817 $as_echo_n "(cached) " >&6
2818 else
2819 eval "$3=no"
2820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2821 /* end confdefs.h. */
2824 main ()
2826 if (sizeof ($2))
2827 return 0;
2829 return 0;
2831 _ACEOF
2832 if ac_fn_c_try_compile "$LINENO"; then :
2833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2834 /* end confdefs.h. */
2837 main ()
2839 if (sizeof (($2)))
2840 return 0;
2842 return 0;
2844 _ACEOF
2845 if ac_fn_c_try_compile "$LINENO"; then :
2847 else
2848 eval "$3=yes"
2850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2854 eval ac_res=\$$3
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2856 $as_echo "$ac_res" >&6; }
2857 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2859 } # ac_fn_c_check_type
2860 cat >config.log <<_ACEOF
2861 This file contains any messages produced by compilers while
2862 running configure, to aid debugging if configure makes a mistake.
2864 It was created by Wine $as_me 1.7.52, which was
2865 generated by GNU Autoconf 2.69. Invocation command line was
2867 $ $0 $@
2869 _ACEOF
2870 exec 5>>config.log
2872 cat <<_ASUNAME
2873 ## --------- ##
2874 ## Platform. ##
2875 ## --------- ##
2877 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2878 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2879 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2880 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2881 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2883 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2884 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2886 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2887 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2888 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2889 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2890 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2891 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2892 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2894 _ASUNAME
2896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2897 for as_dir in $PATH
2899 IFS=$as_save_IFS
2900 test -z "$as_dir" && as_dir=.
2901 $as_echo "PATH: $as_dir"
2902 done
2903 IFS=$as_save_IFS
2905 } >&5
2907 cat >&5 <<_ACEOF
2910 ## ----------- ##
2911 ## Core tests. ##
2912 ## ----------- ##
2914 _ACEOF
2917 # Keep a trace of the command line.
2918 # Strip out --no-create and --no-recursion so they do not pile up.
2919 # Strip out --silent because we don't want to record it for future runs.
2920 # Also quote any args containing shell meta-characters.
2921 # Make two passes to allow for proper duplicate-argument suppression.
2922 ac_configure_args=
2923 ac_configure_args0=
2924 ac_configure_args1=
2925 ac_must_keep_next=false
2926 for ac_pass in 1 2
2928 for ac_arg
2930 case $ac_arg in
2931 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2932 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2933 | -silent | --silent | --silen | --sile | --sil)
2934 continue ;;
2935 *\'*)
2936 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2937 esac
2938 case $ac_pass in
2939 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2941 as_fn_append ac_configure_args1 " '$ac_arg'"
2942 if test $ac_must_keep_next = true; then
2943 ac_must_keep_next=false # Got value, back to normal.
2944 else
2945 case $ac_arg in
2946 *=* | --config-cache | -C | -disable-* | --disable-* \
2947 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2948 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2949 | -with-* | --with-* | -without-* | --without-* | --x)
2950 case "$ac_configure_args0 " in
2951 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2952 esac
2954 -* ) ac_must_keep_next=true ;;
2955 esac
2957 as_fn_append ac_configure_args " '$ac_arg'"
2959 esac
2960 done
2961 done
2962 { ac_configure_args0=; unset ac_configure_args0;}
2963 { ac_configure_args1=; unset ac_configure_args1;}
2965 # When interrupted or exit'd, cleanup temporary files, and complete
2966 # config.log. We remove comments because anyway the quotes in there
2967 # would cause problems or look ugly.
2968 # WARNING: Use '\'' to represent an apostrophe within the trap.
2969 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2970 trap 'exit_status=$?
2971 # Save into config.log some information that might help in debugging.
2973 echo
2975 $as_echo "## ---------------- ##
2976 ## Cache variables. ##
2977 ## ---------------- ##"
2978 echo
2979 # The following way of writing the cache mishandles newlines in values,
2981 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2982 eval ac_val=\$$ac_var
2983 case $ac_val in #(
2984 *${as_nl}*)
2985 case $ac_var in #(
2986 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2987 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2988 esac
2989 case $ac_var in #(
2990 _ | IFS | as_nl) ;; #(
2991 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2992 *) { eval $ac_var=; unset $ac_var;} ;;
2993 esac ;;
2994 esac
2995 done
2996 (set) 2>&1 |
2997 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2998 *${as_nl}ac_space=\ *)
2999 sed -n \
3000 "s/'\''/'\''\\\\'\'''\''/g;
3001 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3002 ;; #(
3004 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3006 esac |
3007 sort
3009 echo
3011 $as_echo "## ----------------- ##
3012 ## Output variables. ##
3013 ## ----------------- ##"
3014 echo
3015 for ac_var in $ac_subst_vars
3017 eval ac_val=\$$ac_var
3018 case $ac_val in
3019 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3020 esac
3021 $as_echo "$ac_var='\''$ac_val'\''"
3022 done | sort
3023 echo
3025 if test -n "$ac_subst_files"; then
3026 $as_echo "## ------------------- ##
3027 ## File substitutions. ##
3028 ## ------------------- ##"
3029 echo
3030 for ac_var in $ac_subst_files
3032 eval ac_val=\$$ac_var
3033 case $ac_val in
3034 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3035 esac
3036 $as_echo "$ac_var='\''$ac_val'\''"
3037 done | sort
3038 echo
3041 if test -s confdefs.h; then
3042 $as_echo "## ----------- ##
3043 ## confdefs.h. ##
3044 ## ----------- ##"
3045 echo
3046 cat confdefs.h
3047 echo
3049 test "$ac_signal" != 0 &&
3050 $as_echo "$as_me: caught signal $ac_signal"
3051 $as_echo "$as_me: exit $exit_status"
3052 } >&5
3053 rm -f core *.core core.conftest.* &&
3054 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3055 exit $exit_status
3057 for ac_signal in 1 2 13 15; do
3058 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3059 done
3060 ac_signal=0
3062 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3063 rm -f -r conftest* confdefs.h
3065 $as_echo "/* confdefs.h */" > confdefs.h
3067 # Predefined preprocessor variables.
3069 cat >>confdefs.h <<_ACEOF
3070 #define PACKAGE_NAME "$PACKAGE_NAME"
3071 _ACEOF
3073 cat >>confdefs.h <<_ACEOF
3074 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3075 _ACEOF
3077 cat >>confdefs.h <<_ACEOF
3078 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3079 _ACEOF
3081 cat >>confdefs.h <<_ACEOF
3082 #define PACKAGE_STRING "$PACKAGE_STRING"
3083 _ACEOF
3085 cat >>confdefs.h <<_ACEOF
3086 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3087 _ACEOF
3089 cat >>confdefs.h <<_ACEOF
3090 #define PACKAGE_URL "$PACKAGE_URL"
3091 _ACEOF
3094 # Let the site file select an alternate cache file if it wants to.
3095 # Prefer an explicitly selected file to automatically selected ones.
3096 ac_site_file1=NONE
3097 ac_site_file2=NONE
3098 if test -n "$CONFIG_SITE"; then
3099 # We do not want a PATH search for config.site.
3100 case $CONFIG_SITE in #((
3101 -*) ac_site_file1=./$CONFIG_SITE;;
3102 */*) ac_site_file1=$CONFIG_SITE;;
3103 *) ac_site_file1=./$CONFIG_SITE;;
3104 esac
3105 elif test "x$prefix" != xNONE; then
3106 ac_site_file1=$prefix/share/config.site
3107 ac_site_file2=$prefix/etc/config.site
3108 else
3109 ac_site_file1=$ac_default_prefix/share/config.site
3110 ac_site_file2=$ac_default_prefix/etc/config.site
3112 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3114 test "x$ac_site_file" = xNONE && continue
3115 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3117 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3118 sed 's/^/| /' "$ac_site_file" >&5
3119 . "$ac_site_file" \
3120 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3121 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3122 as_fn_error $? "failed to load site script $ac_site_file
3123 See \`config.log' for more details" "$LINENO" 5; }
3125 done
3127 if test -r "$cache_file"; then
3128 # Some versions of bash will fail to source /dev/null (special files
3129 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3130 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3132 $as_echo "$as_me: loading cache $cache_file" >&6;}
3133 case $cache_file in
3134 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3135 *) . "./$cache_file";;
3136 esac
3138 else
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3140 $as_echo "$as_me: creating cache $cache_file" >&6;}
3141 >$cache_file
3144 # Check that the precious variables saved in the cache have kept the same
3145 # value.
3146 ac_cache_corrupted=false
3147 for ac_var in $ac_precious_vars; do
3148 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3149 eval ac_new_set=\$ac_env_${ac_var}_set
3150 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3151 eval ac_new_val=\$ac_env_${ac_var}_value
3152 case $ac_old_set,$ac_new_set in
3153 set,)
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3155 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3156 ac_cache_corrupted=: ;;
3157 ,set)
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3159 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3160 ac_cache_corrupted=: ;;
3161 ,);;
3163 if test "x$ac_old_val" != "x$ac_new_val"; then
3164 # differences in whitespace do not lead to failure.
3165 ac_old_val_w=`echo x $ac_old_val`
3166 ac_new_val_w=`echo x $ac_new_val`
3167 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3169 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3170 ac_cache_corrupted=:
3171 else
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3173 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3174 eval $ac_var=\$ac_old_val
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3177 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3179 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3180 fi;;
3181 esac
3182 # Pass precious variables to config.status.
3183 if test "$ac_new_set" = set; then
3184 case $ac_new_val in
3185 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3186 *) ac_arg=$ac_var=$ac_new_val ;;
3187 esac
3188 case " $ac_configure_args " in
3189 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3190 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3191 esac
3193 done
3194 if $ac_cache_corrupted; then
3195 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3196 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3198 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3199 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3201 ## -------------------- ##
3202 ## Main body of script. ##
3203 ## -------------------- ##
3205 ac_ext=c
3206 ac_cpp='$CPP $CPPFLAGS'
3207 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3208 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3209 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3213 ac_config_headers="$ac_config_headers include/config.h"
3215 ac_aux_dir=
3216 for ac_dir in tools "$srcdir"/tools; do
3217 if test -f "$ac_dir/install-sh"; then
3218 ac_aux_dir=$ac_dir
3219 ac_install_sh="$ac_aux_dir/install-sh -c"
3220 break
3221 elif test -f "$ac_dir/install.sh"; then
3222 ac_aux_dir=$ac_dir
3223 ac_install_sh="$ac_aux_dir/install.sh -c"
3224 break
3225 elif test -f "$ac_dir/shtool"; then
3226 ac_aux_dir=$ac_dir
3227 ac_install_sh="$ac_aux_dir/shtool install -c"
3228 break
3230 done
3231 if test -z "$ac_aux_dir"; then
3232 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3235 # These three variables are undocumented and unsupported,
3236 # and are intended to be withdrawn in a future Autoconf release.
3237 # They can cause serious problems if a builder's source tree is in a directory
3238 # whose full name contains unusual characters.
3239 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3240 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3241 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3245 libwine_version="1.0"
3249 # Check whether --enable-win16 was given.
3250 if test "${enable_win16+set}" = set; then :
3251 enableval=$enable_win16;
3254 # Check whether --enable-win64 was given.
3255 if test "${enable_win64+set}" = set; then :
3256 enableval=$enable_win64;
3259 # Check whether --enable-tests was given.
3260 if test "${enable_tests+set}" = set; then :
3261 enableval=$enable_tests;
3264 # Check whether --enable-maintainer-mode was given.
3265 if test "${enable_maintainer_mode+set}" = set; then :
3266 enableval=$enable_maintainer_mode;
3271 # Check whether --with-alsa was given.
3272 if test "${with_alsa+set}" = set; then :
3273 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3277 # Check whether --with-capi was given.
3278 if test "${with_capi+set}" = set; then :
3279 withval=$with_capi;
3283 # Check whether --with-cms was given.
3284 if test "${with_cms+set}" = set; then :
3285 withval=$with_cms;
3289 # Check whether --with-coreaudio was given.
3290 if test "${with_coreaudio+set}" = set; then :
3291 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3295 # Check whether --with-cups was given.
3296 if test "${with_cups+set}" = set; then :
3297 withval=$with_cups;
3301 # Check whether --with-curses was given.
3302 if test "${with_curses+set}" = set; then :
3303 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3307 # Check whether --with-dbus was given.
3308 if test "${with_dbus+set}" = set; then :
3309 withval=$with_dbus;
3313 # Check whether --with-fontconfig was given.
3314 if test "${with_fontconfig+set}" = set; then :
3315 withval=$with_fontconfig;
3319 # Check whether --with-freetype was given.
3320 if test "${with_freetype+set}" = set; then :
3321 withval=$with_freetype;
3325 # Check whether --with-gettext was given.
3326 if test "${with_gettext+set}" = set; then :
3327 withval=$with_gettext;
3331 # Check whether --with-gettextpo was given.
3332 if test "${with_gettextpo+set}" = set; then :
3333 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3337 # Check whether --with-gphoto was given.
3338 if test "${with_gphoto+set}" = set; then :
3339 withval=$with_gphoto;
3343 # Check whether --with-glu was given.
3344 if test "${with_glu+set}" = set; then :
3345 withval=$with_glu;
3349 # Check whether --with-gnutls was given.
3350 if test "${with_gnutls+set}" = set; then :
3351 withval=$with_gnutls;
3355 # Check whether --with-gsm was given.
3356 if test "${with_gsm+set}" = set; then :
3357 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3361 # Check whether --with-gstreamer was given.
3362 if test "${with_gstreamer+set}" = set; then :
3363 withval=$with_gstreamer;
3367 # Check whether --with-hal was given.
3368 if test "${with_hal+set}" = set; then :
3369 withval=$with_hal;
3373 # Check whether --with-jpeg was given.
3374 if test "${with_jpeg+set}" = set; then :
3375 withval=$with_jpeg;
3379 # Check whether --with-ldap was given.
3380 if test "${with_ldap+set}" = set; then :
3381 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3385 # Check whether --with-mpg123 was given.
3386 if test "${with_mpg123+set}" = set; then :
3387 withval=$with_mpg123;
3391 # Check whether --with-netapi was given.
3392 if test "${with_netapi+set}" = set; then :
3393 withval=$with_netapi;
3397 # Check whether --with-openal was given.
3398 if test "${with_openal+set}" = set; then :
3399 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3403 # Check whether --with-opencl was given.
3404 if test "${with_opencl+set}" = set; then :
3405 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3409 # Check whether --with-opengl was given.
3410 if test "${with_opengl+set}" = set; then :
3411 withval=$with_opengl;
3415 # Check whether --with-osmesa was given.
3416 if test "${with_osmesa+set}" = set; then :
3417 withval=$with_osmesa;
3421 # Check whether --with-oss was given.
3422 if test "${with_oss+set}" = set; then :
3423 withval=$with_oss;
3427 # Check whether --with-pcap was given.
3428 if test "${with_pcap+set}" = set; then :
3429 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3433 # Check whether --with-png was given.
3434 if test "${with_png+set}" = set; then :
3435 withval=$with_png;
3439 # Check whether --with-pthread was given.
3440 if test "${with_pthread+set}" = set; then :
3441 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3445 # Check whether --with-sane was given.
3446 if test "${with_sane+set}" = set; then :
3447 withval=$with_sane;
3451 # Check whether --with-tiff was given.
3452 if test "${with_tiff+set}" = set; then :
3453 withval=$with_tiff;
3457 # Check whether --with-v4l was given.
3458 if test "${with_v4l+set}" = set; then :
3459 withval=$with_v4l;
3463 # Check whether --with-xcomposite was given.
3464 if test "${with_xcomposite+set}" = set; then :
3465 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3469 # Check whether --with-xcursor was given.
3470 if test "${with_xcursor+set}" = set; then :
3471 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3475 # Check whether --with-xinerama was given.
3476 if test "${with_xinerama+set}" = set; then :
3477 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3481 # Check whether --with-xinput was given.
3482 if test "${with_xinput+set}" = set; then :
3483 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3487 # Check whether --with-xinput2 was given.
3488 if test "${with_xinput2+set}" = set; then :
3489 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3493 # Check whether --with-xml was given.
3494 if test "${with_xml+set}" = set; then :
3495 withval=$with_xml;
3499 # Check whether --with-xrandr was given.
3500 if test "${with_xrandr+set}" = set; then :
3501 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3505 # Check whether --with-xrender was given.
3506 if test "${with_xrender+set}" = set; then :
3507 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3511 # Check whether --with-xshape was given.
3512 if test "${with_xshape+set}" = set; then :
3513 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3517 # Check whether --with-xshm was given.
3518 if test "${with_xshm+set}" = set; then :
3519 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3523 # Check whether --with-xslt was given.
3524 if test "${with_xslt+set}" = set; then :
3525 withval=$with_xslt;
3529 # Check whether --with-xxf86vm was given.
3530 if test "${with_xxf86vm+set}" = set; then :
3531 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
3535 # Check whether --with-zlib was given.
3536 if test "${with_zlib+set}" = set; then :
3537 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3542 # Check whether --with-wine-tools was given.
3543 if test "${with_wine_tools+set}" = set; then :
3544 withval=$with_wine_tools;
3548 # Check whether --with-wine64 was given.
3549 if test "${with_wine64+set}" = set; then :
3550 withval=$with_wine64;
3554 # Make sure we can run config.sub.
3555 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3556 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3559 $as_echo_n "checking build system type... " >&6; }
3560 if ${ac_cv_build+:} false; then :
3561 $as_echo_n "(cached) " >&6
3562 else
3563 ac_build_alias=$build_alias
3564 test "x$ac_build_alias" = x &&
3565 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3566 test "x$ac_build_alias" = x &&
3567 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3568 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3569 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3573 $as_echo "$ac_cv_build" >&6; }
3574 case $ac_cv_build in
3575 *-*-*) ;;
3576 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3577 esac
3578 build=$ac_cv_build
3579 ac_save_IFS=$IFS; IFS='-'
3580 set x $ac_cv_build
3581 shift
3582 build_cpu=$1
3583 build_vendor=$2
3584 shift; shift
3585 # Remember, the first character of IFS is used to create $*,
3586 # except with old shells:
3587 build_os=$*
3588 IFS=$ac_save_IFS
3589 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3593 $as_echo_n "checking host system type... " >&6; }
3594 if ${ac_cv_host+:} false; then :
3595 $as_echo_n "(cached) " >&6
3596 else
3597 if test "x$host_alias" = x; then
3598 ac_cv_host=$ac_cv_build
3599 else
3600 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3601 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3606 $as_echo "$ac_cv_host" >&6; }
3607 case $ac_cv_host in
3608 *-*-*) ;;
3609 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3610 esac
3611 host=$ac_cv_host
3612 ac_save_IFS=$IFS; IFS='-'
3613 set x $ac_cv_host
3614 shift
3615 host_cpu=$1
3616 host_vendor=$2
3617 shift; shift
3618 # Remember, the first character of IFS is used to create $*,
3619 # except with old shells:
3620 host_os=$*
3621 IFS=$ac_save_IFS
3622 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3626 case "$srcdir" in
3627 .) ;;
3628 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3629 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3630 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3631 fi ;;
3632 esac
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3636 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3637 set x ${MAKE-make}
3638 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3639 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3640 $as_echo_n "(cached) " >&6
3641 else
3642 cat >conftest.make <<\_ACEOF
3643 SHELL = /bin/sh
3644 all:
3645 @echo '@@@%%%=$(MAKE)=@@@%%%'
3646 _ACEOF
3647 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3648 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3649 *@@@%%%=?*=@@@%%%*)
3650 eval ac_cv_prog_make_${ac_make}_set=yes;;
3652 eval ac_cv_prog_make_${ac_make}_set=no;;
3653 esac
3654 rm -f conftest.make
3656 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3658 $as_echo "yes" >&6; }
3659 SET_MAKE=
3660 else
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3662 $as_echo "no" >&6; }
3663 SET_MAKE="MAKE=${MAKE-make}"
3666 ac_ext=c
3667 ac_cpp='$CPP $CPPFLAGS'
3668 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3669 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3670 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3671 if test -n "$ac_tool_prefix"; then
3672 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3673 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if ${ac_cv_prog_CC+:} false; then :
3677 $as_echo_n "(cached) " >&6
3678 else
3679 if test -n "$CC"; then
3680 ac_cv_prog_CC="$CC" # Let the user override the test.
3681 else
3682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683 for as_dir in $PATH
3685 IFS=$as_save_IFS
3686 test -z "$as_dir" && as_dir=.
3687 for ac_exec_ext in '' $ac_executable_extensions; do
3688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3689 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3691 break 2
3693 done
3694 done
3695 IFS=$as_save_IFS
3699 CC=$ac_cv_prog_CC
3700 if test -n "$CC"; then
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3702 $as_echo "$CC" >&6; }
3703 else
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3710 if test -z "$ac_cv_prog_CC"; then
3711 ac_ct_CC=$CC
3712 # Extract the first word of "gcc", so it can be a program name with args.
3713 set dummy gcc; ac_word=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3717 $as_echo_n "(cached) " >&6
3718 else
3719 if test -n "$ac_ct_CC"; then
3720 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3721 else
3722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3723 for as_dir in $PATH
3725 IFS=$as_save_IFS
3726 test -z "$as_dir" && as_dir=.
3727 for ac_exec_ext in '' $ac_executable_extensions; do
3728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3729 ac_cv_prog_ac_ct_CC="gcc"
3730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3731 break 2
3733 done
3734 done
3735 IFS=$as_save_IFS
3739 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3740 if test -n "$ac_ct_CC"; then
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3742 $as_echo "$ac_ct_CC" >&6; }
3743 else
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3748 if test "x$ac_ct_CC" = x; then
3749 CC=""
3750 else
3751 case $cross_compiling:$ac_tool_warned in
3752 yes:)
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3755 ac_tool_warned=yes ;;
3756 esac
3757 CC=$ac_ct_CC
3759 else
3760 CC="$ac_cv_prog_CC"
3763 if test -z "$CC"; then
3764 if test -n "$ac_tool_prefix"; then
3765 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3766 set dummy ${ac_tool_prefix}cc; ac_word=$2
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3768 $as_echo_n "checking for $ac_word... " >&6; }
3769 if ${ac_cv_prog_CC+:} false; then :
3770 $as_echo_n "(cached) " >&6
3771 else
3772 if test -n "$CC"; then
3773 ac_cv_prog_CC="$CC" # Let the user override the test.
3774 else
3775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3776 for as_dir in $PATH
3778 IFS=$as_save_IFS
3779 test -z "$as_dir" && as_dir=.
3780 for ac_exec_ext in '' $ac_executable_extensions; do
3781 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3782 ac_cv_prog_CC="${ac_tool_prefix}cc"
3783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3784 break 2
3786 done
3787 done
3788 IFS=$as_save_IFS
3792 CC=$ac_cv_prog_CC
3793 if test -n "$CC"; then
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3795 $as_echo "$CC" >&6; }
3796 else
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3798 $as_echo "no" >&6; }
3804 if test -z "$CC"; then
3805 # Extract the first word of "cc", so it can be a program name with args.
3806 set dummy cc; ac_word=$2
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3808 $as_echo_n "checking for $ac_word... " >&6; }
3809 if ${ac_cv_prog_CC+:} false; then :
3810 $as_echo_n "(cached) " >&6
3811 else
3812 if test -n "$CC"; then
3813 ac_cv_prog_CC="$CC" # Let the user override the test.
3814 else
3815 ac_prog_rejected=no
3816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3817 for as_dir in $PATH
3819 IFS=$as_save_IFS
3820 test -z "$as_dir" && as_dir=.
3821 for ac_exec_ext in '' $ac_executable_extensions; do
3822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3823 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3824 ac_prog_rejected=yes
3825 continue
3827 ac_cv_prog_CC="cc"
3828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3829 break 2
3831 done
3832 done
3833 IFS=$as_save_IFS
3835 if test $ac_prog_rejected = yes; then
3836 # We found a bogon in the path, so make sure we never use it.
3837 set dummy $ac_cv_prog_CC
3838 shift
3839 if test $# != 0; then
3840 # We chose a different compiler from the bogus one.
3841 # However, it has the same basename, so the bogon will be chosen
3842 # first if we set CC to just the basename; use the full file name.
3843 shift
3844 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3849 CC=$ac_cv_prog_CC
3850 if test -n "$CC"; then
3851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3852 $as_echo "$CC" >&6; }
3853 else
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3855 $as_echo "no" >&6; }
3860 if test -z "$CC"; then
3861 if test -n "$ac_tool_prefix"; then
3862 for ac_prog in cl.exe
3864 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3865 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3867 $as_echo_n "checking for $ac_word... " >&6; }
3868 if ${ac_cv_prog_CC+:} false; then :
3869 $as_echo_n "(cached) " >&6
3870 else
3871 if test -n "$CC"; then
3872 ac_cv_prog_CC="$CC" # Let the user override the test.
3873 else
3874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3875 for as_dir in $PATH
3877 IFS=$as_save_IFS
3878 test -z "$as_dir" && as_dir=.
3879 for ac_exec_ext in '' $ac_executable_extensions; do
3880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3881 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3883 break 2
3885 done
3886 done
3887 IFS=$as_save_IFS
3891 CC=$ac_cv_prog_CC
3892 if test -n "$CC"; then
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3894 $as_echo "$CC" >&6; }
3895 else
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897 $as_echo "no" >&6; }
3901 test -n "$CC" && break
3902 done
3904 if test -z "$CC"; then
3905 ac_ct_CC=$CC
3906 for ac_prog in cl.exe
3908 # Extract the first word of "$ac_prog", so it can be a program name with args.
3909 set dummy $ac_prog; ac_word=$2
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3911 $as_echo_n "checking for $ac_word... " >&6; }
3912 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3913 $as_echo_n "(cached) " >&6
3914 else
3915 if test -n "$ac_ct_CC"; then
3916 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3917 else
3918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3919 for as_dir in $PATH
3921 IFS=$as_save_IFS
3922 test -z "$as_dir" && as_dir=.
3923 for ac_exec_ext in '' $ac_executable_extensions; do
3924 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3925 ac_cv_prog_ac_ct_CC="$ac_prog"
3926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3927 break 2
3929 done
3930 done
3931 IFS=$as_save_IFS
3935 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3936 if test -n "$ac_ct_CC"; then
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3938 $as_echo "$ac_ct_CC" >&6; }
3939 else
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3941 $as_echo "no" >&6; }
3945 test -n "$ac_ct_CC" && break
3946 done
3948 if test "x$ac_ct_CC" = x; then
3949 CC=""
3950 else
3951 case $cross_compiling:$ac_tool_warned in
3952 yes:)
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3955 ac_tool_warned=yes ;;
3956 esac
3957 CC=$ac_ct_CC
3964 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3965 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3966 as_fn_error $? "no acceptable C compiler found in \$PATH
3967 See \`config.log' for more details" "$LINENO" 5; }
3969 # Provide some information about the compiler.
3970 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3971 set X $ac_compile
3972 ac_compiler=$2
3973 for ac_option in --version -v -V -qversion; do
3974 { { ac_try="$ac_compiler $ac_option >&5"
3975 case "(($ac_try" in
3976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3977 *) ac_try_echo=$ac_try;;
3978 esac
3979 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3980 $as_echo "$ac_try_echo"; } >&5
3981 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3982 ac_status=$?
3983 if test -s conftest.err; then
3984 sed '10a\
3985 ... rest of stderr output deleted ...
3986 10q' conftest.err >conftest.er1
3987 cat conftest.er1 >&5
3989 rm -f conftest.er1 conftest.err
3990 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3991 test $ac_status = 0; }
3992 done
3994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3995 /* end confdefs.h. */
3998 main ()
4002 return 0;
4004 _ACEOF
4005 ac_clean_files_save=$ac_clean_files
4006 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4007 # Try to create an executable without -o first, disregard a.out.
4008 # It will help us diagnose broken compilers, and finding out an intuition
4009 # of exeext.
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4011 $as_echo_n "checking whether the C compiler works... " >&6; }
4012 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4014 # The possible output files:
4015 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4017 ac_rmfiles=
4018 for ac_file in $ac_files
4020 case $ac_file in
4021 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4022 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4023 esac
4024 done
4025 rm -f $ac_rmfiles
4027 if { { ac_try="$ac_link_default"
4028 case "(($ac_try" in
4029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4030 *) ac_try_echo=$ac_try;;
4031 esac
4032 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4033 $as_echo "$ac_try_echo"; } >&5
4034 (eval "$ac_link_default") 2>&5
4035 ac_status=$?
4036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4037 test $ac_status = 0; }; then :
4038 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4039 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4040 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4041 # so that the user can short-circuit this test for compilers unknown to
4042 # Autoconf.
4043 for ac_file in $ac_files ''
4045 test -f "$ac_file" || continue
4046 case $ac_file in
4047 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4049 [ab].out )
4050 # We found the default executable, but exeext='' is most
4051 # certainly right.
4052 break;;
4053 *.* )
4054 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4055 then :; else
4056 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4058 # We set ac_cv_exeext here because the later test for it is not
4059 # safe: cross compilers may not add the suffix if given an `-o'
4060 # argument, so we may need to know it at that point already.
4061 # Even if this section looks crufty: it has the advantage of
4062 # actually working.
4063 break;;
4065 break;;
4066 esac
4067 done
4068 test "$ac_cv_exeext" = no && ac_cv_exeext=
4070 else
4071 ac_file=''
4073 if test -z "$ac_file"; then :
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4075 $as_echo "no" >&6; }
4076 $as_echo "$as_me: failed program was:" >&5
4077 sed 's/^/| /' conftest.$ac_ext >&5
4079 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4080 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4081 as_fn_error 77 "C compiler cannot create executables
4082 See \`config.log' for more details" "$LINENO" 5; }
4083 else
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4085 $as_echo "yes" >&6; }
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4088 $as_echo_n "checking for C compiler default output file name... " >&6; }
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4090 $as_echo "$ac_file" >&6; }
4091 ac_exeext=$ac_cv_exeext
4093 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4094 ac_clean_files=$ac_clean_files_save
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4096 $as_echo_n "checking for suffix of executables... " >&6; }
4097 if { { ac_try="$ac_link"
4098 case "(($ac_try" in
4099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4100 *) ac_try_echo=$ac_try;;
4101 esac
4102 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4103 $as_echo "$ac_try_echo"; } >&5
4104 (eval "$ac_link") 2>&5
4105 ac_status=$?
4106 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4107 test $ac_status = 0; }; then :
4108 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4109 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4110 # work properly (i.e., refer to `conftest.exe'), while it won't with
4111 # `rm'.
4112 for ac_file in conftest.exe conftest conftest.*; do
4113 test -f "$ac_file" || continue
4114 case $ac_file in
4115 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4116 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4117 break;;
4118 * ) break;;
4119 esac
4120 done
4121 else
4122 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4123 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4124 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4125 See \`config.log' for more details" "$LINENO" 5; }
4127 rm -f conftest conftest$ac_cv_exeext
4128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4129 $as_echo "$ac_cv_exeext" >&6; }
4131 rm -f conftest.$ac_ext
4132 EXEEXT=$ac_cv_exeext
4133 ac_exeext=$EXEEXT
4134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4135 /* end confdefs.h. */
4136 #include <stdio.h>
4138 main ()
4140 FILE *f = fopen ("conftest.out", "w");
4141 return ferror (f) || fclose (f) != 0;
4144 return 0;
4146 _ACEOF
4147 ac_clean_files="$ac_clean_files conftest.out"
4148 # Check that the compiler produces executables we can run. If not, either
4149 # the compiler is broken, or we cross compile.
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4151 $as_echo_n "checking whether we are cross compiling... " >&6; }
4152 if test "$cross_compiling" != yes; then
4153 { { ac_try="$ac_link"
4154 case "(($ac_try" in
4155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4156 *) ac_try_echo=$ac_try;;
4157 esac
4158 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4159 $as_echo "$ac_try_echo"; } >&5
4160 (eval "$ac_link") 2>&5
4161 ac_status=$?
4162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4163 test $ac_status = 0; }
4164 if { ac_try='./conftest$ac_cv_exeext'
4165 { { case "(($ac_try" in
4166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4167 *) ac_try_echo=$ac_try;;
4168 esac
4169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4170 $as_echo "$ac_try_echo"; } >&5
4171 (eval "$ac_try") 2>&5
4172 ac_status=$?
4173 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4174 test $ac_status = 0; }; }; then
4175 cross_compiling=no
4176 else
4177 if test "$cross_compiling" = maybe; then
4178 cross_compiling=yes
4179 else
4180 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4182 as_fn_error $? "cannot run C compiled programs.
4183 If you meant to cross compile, use \`--host'.
4184 See \`config.log' for more details" "$LINENO" 5; }
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4189 $as_echo "$cross_compiling" >&6; }
4191 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4192 ac_clean_files=$ac_clean_files_save
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4194 $as_echo_n "checking for suffix of object files... " >&6; }
4195 if ${ac_cv_objext+:} false; then :
4196 $as_echo_n "(cached) " >&6
4197 else
4198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4199 /* end confdefs.h. */
4202 main ()
4206 return 0;
4208 _ACEOF
4209 rm -f conftest.o conftest.obj
4210 if { { ac_try="$ac_compile"
4211 case "(($ac_try" in
4212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4213 *) ac_try_echo=$ac_try;;
4214 esac
4215 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4216 $as_echo "$ac_try_echo"; } >&5
4217 (eval "$ac_compile") 2>&5
4218 ac_status=$?
4219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4220 test $ac_status = 0; }; then :
4221 for ac_file in conftest.o conftest.obj conftest.*; do
4222 test -f "$ac_file" || continue;
4223 case $ac_file in
4224 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4225 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4226 break;;
4227 esac
4228 done
4229 else
4230 $as_echo "$as_me: failed program was:" >&5
4231 sed 's/^/| /' conftest.$ac_ext >&5
4233 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4234 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4235 as_fn_error $? "cannot compute suffix of object files: cannot compile
4236 See \`config.log' for more details" "$LINENO" 5; }
4238 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4241 $as_echo "$ac_cv_objext" >&6; }
4242 OBJEXT=$ac_cv_objext
4243 ac_objext=$OBJEXT
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4245 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4246 if ${ac_cv_c_compiler_gnu+:} false; then :
4247 $as_echo_n "(cached) " >&6
4248 else
4249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4250 /* end confdefs.h. */
4253 main ()
4255 #ifndef __GNUC__
4256 choke me
4257 #endif
4260 return 0;
4262 _ACEOF
4263 if ac_fn_c_try_compile "$LINENO"; then :
4264 ac_compiler_gnu=yes
4265 else
4266 ac_compiler_gnu=no
4268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4269 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4273 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4274 if test $ac_compiler_gnu = yes; then
4275 GCC=yes
4276 else
4277 GCC=
4279 ac_test_CFLAGS=${CFLAGS+set}
4280 ac_save_CFLAGS=$CFLAGS
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4282 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4283 if ${ac_cv_prog_cc_g+:} false; then :
4284 $as_echo_n "(cached) " >&6
4285 else
4286 ac_save_c_werror_flag=$ac_c_werror_flag
4287 ac_c_werror_flag=yes
4288 ac_cv_prog_cc_g=no
4289 CFLAGS="-g"
4290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4291 /* end confdefs.h. */
4294 main ()
4298 return 0;
4300 _ACEOF
4301 if ac_fn_c_try_compile "$LINENO"; then :
4302 ac_cv_prog_cc_g=yes
4303 else
4304 CFLAGS=""
4305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4306 /* end confdefs.h. */
4309 main ()
4313 return 0;
4315 _ACEOF
4316 if ac_fn_c_try_compile "$LINENO"; then :
4318 else
4319 ac_c_werror_flag=$ac_save_c_werror_flag
4320 CFLAGS="-g"
4321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4322 /* end confdefs.h. */
4325 main ()
4329 return 0;
4331 _ACEOF
4332 if ac_fn_c_try_compile "$LINENO"; then :
4333 ac_cv_prog_cc_g=yes
4335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4340 ac_c_werror_flag=$ac_save_c_werror_flag
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4343 $as_echo "$ac_cv_prog_cc_g" >&6; }
4344 if test "$ac_test_CFLAGS" = set; then
4345 CFLAGS=$ac_save_CFLAGS
4346 elif test $ac_cv_prog_cc_g = yes; then
4347 if test "$GCC" = yes; then
4348 CFLAGS="-g -O2"
4349 else
4350 CFLAGS="-g"
4352 else
4353 if test "$GCC" = yes; then
4354 CFLAGS="-O2"
4355 else
4356 CFLAGS=
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4360 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4361 if ${ac_cv_prog_cc_c89+:} false; then :
4362 $as_echo_n "(cached) " >&6
4363 else
4364 ac_cv_prog_cc_c89=no
4365 ac_save_CC=$CC
4366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4367 /* end confdefs.h. */
4368 #include <stdarg.h>
4369 #include <stdio.h>
4370 struct stat;
4371 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4372 struct buf { int x; };
4373 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4374 static char *e (p, i)
4375 char **p;
4376 int i;
4378 return p[i];
4380 static char *f (char * (*g) (char **, int), char **p, ...)
4382 char *s;
4383 va_list v;
4384 va_start (v,p);
4385 s = g (p, va_arg (v,int));
4386 va_end (v);
4387 return s;
4390 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4391 function prototypes and stuff, but not '\xHH' hex character constants.
4392 These don't provoke an error unfortunately, instead are silently treated
4393 as 'x'. The following induces an error, until -std is added to get
4394 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4395 array size at least. It's necessary to write '\x00'==0 to get something
4396 that's true only with -std. */
4397 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4399 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4400 inside strings and character constants. */
4401 #define FOO(x) 'x'
4402 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4404 int test (int i, double x);
4405 struct s1 {int (*f) (int a);};
4406 struct s2 {int (*f) (double a);};
4407 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4408 int argc;
4409 char **argv;
4411 main ()
4413 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4415 return 0;
4417 _ACEOF
4418 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4419 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4421 CC="$ac_save_CC $ac_arg"
4422 if ac_fn_c_try_compile "$LINENO"; then :
4423 ac_cv_prog_cc_c89=$ac_arg
4425 rm -f core conftest.err conftest.$ac_objext
4426 test "x$ac_cv_prog_cc_c89" != "xno" && break
4427 done
4428 rm -f conftest.$ac_ext
4429 CC=$ac_save_CC
4432 # AC_CACHE_VAL
4433 case "x$ac_cv_prog_cc_c89" in
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4436 $as_echo "none needed" >&6; } ;;
4437 xno)
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4439 $as_echo "unsupported" >&6; } ;;
4441 CC="$CC $ac_cv_prog_cc_c89"
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4443 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4444 esac
4445 if test "x$ac_cv_prog_cc_c89" != xno; then :
4449 ac_ext=c
4450 ac_cpp='$CPP $CPPFLAGS'
4451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4455 ac_ext=cpp
4456 ac_cpp='$CXXCPP $CPPFLAGS'
4457 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4458 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4459 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4460 if test -z "$CXX"; then
4461 if test -n "$CCC"; then
4462 CXX=$CCC
4463 else
4464 if test -n "$ac_tool_prefix"; then
4465 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4467 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4468 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4470 $as_echo_n "checking for $ac_word... " >&6; }
4471 if ${ac_cv_prog_CXX+:} false; then :
4472 $as_echo_n "(cached) " >&6
4473 else
4474 if test -n "$CXX"; then
4475 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4476 else
4477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4478 for as_dir in $PATH
4480 IFS=$as_save_IFS
4481 test -z "$as_dir" && as_dir=.
4482 for ac_exec_ext in '' $ac_executable_extensions; do
4483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4484 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4486 break 2
4488 done
4489 done
4490 IFS=$as_save_IFS
4494 CXX=$ac_cv_prog_CXX
4495 if test -n "$CXX"; then
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4497 $as_echo "$CXX" >&6; }
4498 else
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4500 $as_echo "no" >&6; }
4504 test -n "$CXX" && break
4505 done
4507 if test -z "$CXX"; then
4508 ac_ct_CXX=$CXX
4509 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4511 # Extract the first word of "$ac_prog", so it can be a program name with args.
4512 set dummy $ac_prog; ac_word=$2
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4514 $as_echo_n "checking for $ac_word... " >&6; }
4515 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4516 $as_echo_n "(cached) " >&6
4517 else
4518 if test -n "$ac_ct_CXX"; then
4519 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4520 else
4521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4522 for as_dir in $PATH
4524 IFS=$as_save_IFS
4525 test -z "$as_dir" && as_dir=.
4526 for ac_exec_ext in '' $ac_executable_extensions; do
4527 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4528 ac_cv_prog_ac_ct_CXX="$ac_prog"
4529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4530 break 2
4532 done
4533 done
4534 IFS=$as_save_IFS
4538 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4539 if test -n "$ac_ct_CXX"; then
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4541 $as_echo "$ac_ct_CXX" >&6; }
4542 else
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4544 $as_echo "no" >&6; }
4548 test -n "$ac_ct_CXX" && break
4549 done
4551 if test "x$ac_ct_CXX" = x; then
4552 CXX="g++"
4553 else
4554 case $cross_compiling:$ac_tool_warned in
4555 yes:)
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4557 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4558 ac_tool_warned=yes ;;
4559 esac
4560 CXX=$ac_ct_CXX
4566 # Provide some information about the compiler.
4567 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4568 set X $ac_compile
4569 ac_compiler=$2
4570 for ac_option in --version -v -V -qversion; do
4571 { { ac_try="$ac_compiler $ac_option >&5"
4572 case "(($ac_try" in
4573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4574 *) ac_try_echo=$ac_try;;
4575 esac
4576 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4577 $as_echo "$ac_try_echo"; } >&5
4578 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4579 ac_status=$?
4580 if test -s conftest.err; then
4581 sed '10a\
4582 ... rest of stderr output deleted ...
4583 10q' conftest.err >conftest.er1
4584 cat conftest.er1 >&5
4586 rm -f conftest.er1 conftest.err
4587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4588 test $ac_status = 0; }
4589 done
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4592 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4593 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4594 $as_echo_n "(cached) " >&6
4595 else
4596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4597 /* end confdefs.h. */
4600 main ()
4602 #ifndef __GNUC__
4603 choke me
4604 #endif
4607 return 0;
4609 _ACEOF
4610 if ac_fn_cxx_try_compile "$LINENO"; then :
4611 ac_compiler_gnu=yes
4612 else
4613 ac_compiler_gnu=no
4615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4616 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4620 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4621 if test $ac_compiler_gnu = yes; then
4622 GXX=yes
4623 else
4624 GXX=
4626 ac_test_CXXFLAGS=${CXXFLAGS+set}
4627 ac_save_CXXFLAGS=$CXXFLAGS
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4629 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4630 if ${ac_cv_prog_cxx_g+:} false; then :
4631 $as_echo_n "(cached) " >&6
4632 else
4633 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4634 ac_cxx_werror_flag=yes
4635 ac_cv_prog_cxx_g=no
4636 CXXFLAGS="-g"
4637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4638 /* end confdefs.h. */
4641 main ()
4645 return 0;
4647 _ACEOF
4648 if ac_fn_cxx_try_compile "$LINENO"; then :
4649 ac_cv_prog_cxx_g=yes
4650 else
4651 CXXFLAGS=""
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4653 /* end confdefs.h. */
4656 main ()
4660 return 0;
4662 _ACEOF
4663 if ac_fn_cxx_try_compile "$LINENO"; then :
4665 else
4666 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4667 CXXFLAGS="-g"
4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4669 /* end confdefs.h. */
4672 main ()
4676 return 0;
4678 _ACEOF
4679 if ac_fn_cxx_try_compile "$LINENO"; then :
4680 ac_cv_prog_cxx_g=yes
4682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4687 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4691 if test "$ac_test_CXXFLAGS" = set; then
4692 CXXFLAGS=$ac_save_CXXFLAGS
4693 elif test $ac_cv_prog_cxx_g = yes; then
4694 if test "$GXX" = yes; then
4695 CXXFLAGS="-g -O2"
4696 else
4697 CXXFLAGS="-g"
4699 else
4700 if test "$GXX" = yes; then
4701 CXXFLAGS="-O2"
4702 else
4703 CXXFLAGS=
4706 ac_ext=c
4707 ac_cpp='$CPP $CPPFLAGS'
4708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4712 if test -n "$ac_tool_prefix"; then
4713 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4714 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4716 $as_echo_n "checking for $ac_word... " >&6; }
4717 if ${ac_cv_prog_CPPBIN+:} false; then :
4718 $as_echo_n "(cached) " >&6
4719 else
4720 if test -n "$CPPBIN"; then
4721 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4722 else
4723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4724 for as_dir in $PATH
4726 IFS=$as_save_IFS
4727 test -z "$as_dir" && as_dir=.
4728 for ac_exec_ext in '' $ac_executable_extensions; do
4729 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4730 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4732 break 2
4734 done
4735 done
4736 IFS=$as_save_IFS
4740 CPPBIN=$ac_cv_prog_CPPBIN
4741 if test -n "$CPPBIN"; then
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4743 $as_echo "$CPPBIN" >&6; }
4744 else
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4746 $as_echo "no" >&6; }
4751 if test -z "$ac_cv_prog_CPPBIN"; then
4752 ac_ct_CPPBIN=$CPPBIN
4753 # Extract the first word of "cpp", so it can be a program name with args.
4754 set dummy cpp; ac_word=$2
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4756 $as_echo_n "checking for $ac_word... " >&6; }
4757 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4758 $as_echo_n "(cached) " >&6
4759 else
4760 if test -n "$ac_ct_CPPBIN"; then
4761 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4762 else
4763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4764 for as_dir in $PATH
4766 IFS=$as_save_IFS
4767 test -z "$as_dir" && as_dir=.
4768 for ac_exec_ext in '' $ac_executable_extensions; do
4769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4770 ac_cv_prog_ac_ct_CPPBIN="cpp"
4771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4772 break 2
4774 done
4775 done
4776 IFS=$as_save_IFS
4780 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4781 if test -n "$ac_ct_CPPBIN"; then
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4783 $as_echo "$ac_ct_CPPBIN" >&6; }
4784 else
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4786 $as_echo "no" >&6; }
4789 if test "x$ac_ct_CPPBIN" = x; then
4790 CPPBIN="cpp"
4791 else
4792 case $cross_compiling:$ac_tool_warned in
4793 yes:)
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4796 ac_tool_warned=yes ;;
4797 esac
4798 CPPBIN=$ac_ct_CPPBIN
4800 else
4801 CPPBIN="$ac_cv_prog_CPPBIN"
4805 cat >>confdefs.h <<_ACEOF
4806 #define EXEEXT "$ac_exeext"
4807 _ACEOF
4809 if test -n "$ac_tool_prefix"; then
4810 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4811 set dummy ${ac_tool_prefix}ld; ac_word=$2
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4813 $as_echo_n "checking for $ac_word... " >&6; }
4814 if ${ac_cv_prog_LD+:} false; then :
4815 $as_echo_n "(cached) " >&6
4816 else
4817 if test -n "$LD"; then
4818 ac_cv_prog_LD="$LD" # Let the user override the test.
4819 else
4820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4821 for as_dir in $PATH
4823 IFS=$as_save_IFS
4824 test -z "$as_dir" && as_dir=.
4825 for ac_exec_ext in '' $ac_executable_extensions; do
4826 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4827 ac_cv_prog_LD="${ac_tool_prefix}ld"
4828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4829 break 2
4831 done
4832 done
4833 IFS=$as_save_IFS
4837 LD=$ac_cv_prog_LD
4838 if test -n "$LD"; then
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4840 $as_echo "$LD" >&6; }
4841 else
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4843 $as_echo "no" >&6; }
4848 if test -z "$ac_cv_prog_LD"; then
4849 ac_ct_LD=$LD
4850 # Extract the first word of "ld", so it can be a program name with args.
4851 set dummy ld; ac_word=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4855 $as_echo_n "(cached) " >&6
4856 else
4857 if test -n "$ac_ct_LD"; then
4858 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4859 else
4860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4861 for as_dir in $PATH
4863 IFS=$as_save_IFS
4864 test -z "$as_dir" && as_dir=.
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4867 ac_cv_prog_ac_ct_LD="ld"
4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4869 break 2
4871 done
4872 done
4873 IFS=$as_save_IFS
4877 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4878 if test -n "$ac_ct_LD"; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4880 $as_echo "$ac_ct_LD" >&6; }
4881 else
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4886 if test "x$ac_ct_LD" = x; then
4887 LD=""
4888 else
4889 case $cross_compiling:$ac_tool_warned in
4890 yes:)
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4892 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4893 ac_tool_warned=yes ;;
4894 esac
4895 LD=$ac_ct_LD
4897 else
4898 LD="$ac_cv_prog_LD"
4902 case $host in
4903 *-darwin*)
4904 if test "x$enable_win64" = "xyes"
4905 then
4906 CC="$CC -m64"
4907 CXX="$CXX -m64"
4908 host_cpu="x86_64"
4909 notice_platform="64-bit "
4910 TARGETFLAGS="-m64"
4912 else
4913 CC="$CC -m32"
4914 CXX="$CXX -m32"
4915 host_cpu="i386"
4916 notice_platform="32-bit "
4917 TARGETFLAGS="-m32"
4919 enable_win16=${enable_win16:-yes}
4921 with_fontconfig=${with_fontconfig:-no}
4923 x86_64*|amd64*)
4924 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4925 then
4926 CC="$CC -m32"
4927 CXX="$CXX -m32"
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4929 $as_echo_n "checking whether $CC works... " >&6; }
4931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4932 /* end confdefs.h. */
4935 main ()
4939 return 0;
4941 _ACEOF
4942 if ac_fn_c_try_link "$LINENO"; then :
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4944 $as_echo "yes" >&6; }
4945 else
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4947 $as_echo "no" >&6; }
4948 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4950 rm -f core conftest.err conftest.$ac_objext \
4951 conftest$ac_exeext conftest.$ac_ext
4952 host_cpu="i386"
4953 notice_platform="32-bit "
4954 TARGETFLAGS="-m32"
4956 enable_win16=${enable_win16:-yes}
4957 else
4958 if test "x${GCC}" = "xyes"
4959 then
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4961 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4963 /* end confdefs.h. */
4964 #include <stdarg.h>
4966 main ()
4968 void func(__builtin_ms_va_list *args);
4970 return 0;
4972 _ACEOF
4973 if ac_fn_c_try_compile "$LINENO"; then :
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4975 $as_echo "yes" >&6; }
4976 else
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4978 $as_echo "no" >&6; }
4979 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4983 host_cpu="x86_64"
4984 TARGETFLAGS="-m64"
4988 arm*)
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4990 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4992 /* end confdefs.h. */
4993 int ac_test(int i) { return i; }
4995 main ()
4997 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4999 return 0;
5001 _ACEOF
5002 if ac_fn_c_try_link "$LINENO"; then :
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5004 $as_echo "yes" >&6; }
5005 else
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5007 $as_echo "no" >&6; }
5008 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5010 rm -f core conftest.err conftest.$ac_objext \
5011 conftest$ac_exeext conftest.$ac_ext
5012 CFLAGS="$CFLAGS -marm"
5013 TARGETFLAGS="-marm"
5016 *-mingw32*|*-cygwin*)
5017 enable_win16=${enable_win16:-no}
5018 CFLAGS="$CFLAGS -D_WIN32"
5020 i[3456789]86*)
5021 enable_win16=${enable_win16:-yes}
5023 esac
5025 enable_win16=${enable_win16:-no}
5026 enable_win64=${enable_win64:-no}
5028 enable_winetest=${enable_winetest:-$enable_tests}
5030 if test -n "$with_wine64"
5031 then
5032 if test "x$enable_win64" = "xyes"
5033 then
5034 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5035 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5037 enable_fonts=${enable_fonts:-no}
5038 enable_server=${enable_server:-no}
5039 elif test "x$enable_win64" = "xyes"
5040 then
5041 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5045 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5046 if ${wine_cv_toolsdir+:} false; then :
5047 $as_echo_n "(cached) " >&6
5048 else
5049 wine_cv_toolsdir="$with_wine_tools"
5050 if test -z "$with_wine_tools"; then
5051 if test "$cross_compiling" = "yes"; then
5052 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5053 elif test -n "$with_wine64"; then
5054 wine_cv_toolsdir="$with_wine64"
5057 if test -z "$wine_cv_toolsdir"; then
5058 wine_makedep=tools/makedep
5059 wine_cv_toolsdir="\$(top_builddir)"
5060 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5061 wine_makedep=$wine_cv_toolsdir/tools/makedep
5062 case "$wine_cv_toolsdir" in
5063 /*) ;;
5064 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5065 esac
5066 enable_tools=${enable_tools:-no}
5067 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5068 else
5069 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5073 $as_echo "$wine_cv_toolsdir" >&6; }
5074 TOOLSDIR=$wine_cv_toolsdir
5076 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5077 then
5078 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5082 for ac_prog in flex
5084 # Extract the first word of "$ac_prog", so it can be a program name with args.
5085 set dummy $ac_prog; ac_word=$2
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5087 $as_echo_n "checking for $ac_word... " >&6; }
5088 if ${ac_cv_prog_FLEX+:} false; then :
5089 $as_echo_n "(cached) " >&6
5090 else
5091 if test -n "$FLEX"; then
5092 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5093 else
5094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5095 for as_dir in $PATH
5097 IFS=$as_save_IFS
5098 test -z "$as_dir" && as_dir=.
5099 for ac_exec_ext in '' $ac_executable_extensions; do
5100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5101 ac_cv_prog_FLEX="$ac_prog"
5102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5103 break 2
5105 done
5106 done
5107 IFS=$as_save_IFS
5111 FLEX=$ac_cv_prog_FLEX
5112 if test -n "$FLEX"; then
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5114 $as_echo "$FLEX" >&6; }
5115 else
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5117 $as_echo "no" >&6; }
5121 test -n "$FLEX" && break
5122 done
5123 test -n "$FLEX" || FLEX="none"
5125 if test "$FLEX" = "none"
5126 then
5127 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5130 $as_echo_n "checking whether flex is recent enough... " >&6; }
5131 cat >conftest.l <<EOF
5132 %top{
5133 #include "prediluvian.h"
5137 if $FLEX -t conftest.l >/dev/null 2>&5
5138 then
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5140 $as_echo "yes" >&6; }
5141 else
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5143 $as_echo "no" >&6; }
5144 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5147 for ac_prog in bison
5149 # Extract the first word of "$ac_prog", so it can be a program name with args.
5150 set dummy $ac_prog; ac_word=$2
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5152 $as_echo_n "checking for $ac_word... " >&6; }
5153 if ${ac_cv_prog_BISON+:} false; then :
5154 $as_echo_n "(cached) " >&6
5155 else
5156 if test -n "$BISON"; then
5157 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5158 else
5159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5160 for as_dir in $PATH
5162 IFS=$as_save_IFS
5163 test -z "$as_dir" && as_dir=.
5164 for ac_exec_ext in '' $ac_executable_extensions; do
5165 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5166 ac_cv_prog_BISON="$ac_prog"
5167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5168 break 2
5170 done
5171 done
5172 IFS=$as_save_IFS
5176 BISON=$ac_cv_prog_BISON
5177 if test -n "$BISON"; then
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5179 $as_echo "$BISON" >&6; }
5180 else
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5182 $as_echo "no" >&6; }
5186 test -n "$BISON" && break
5187 done
5188 test -n "$BISON" || BISON="none"
5190 if test "$BISON" = "none"
5191 then
5192 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5195 if test -n "$ac_tool_prefix"; then
5196 for ac_prog in ar gar
5198 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5199 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5201 $as_echo_n "checking for $ac_word... " >&6; }
5202 if ${ac_cv_prog_AR+:} false; then :
5203 $as_echo_n "(cached) " >&6
5204 else
5205 if test -n "$AR"; then
5206 ac_cv_prog_AR="$AR" # Let the user override the test.
5207 else
5208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5209 for as_dir in $PATH
5211 IFS=$as_save_IFS
5212 test -z "$as_dir" && as_dir=.
5213 for ac_exec_ext in '' $ac_executable_extensions; do
5214 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5215 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5217 break 2
5219 done
5220 done
5221 IFS=$as_save_IFS
5225 AR=$ac_cv_prog_AR
5226 if test -n "$AR"; then
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5228 $as_echo "$AR" >&6; }
5229 else
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5231 $as_echo "no" >&6; }
5235 test -n "$AR" && break
5236 done
5238 if test -z "$AR"; then
5239 ac_ct_AR=$AR
5240 for ac_prog in ar gar
5242 # Extract the first word of "$ac_prog", so it can be a program name with args.
5243 set dummy $ac_prog; ac_word=$2
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5245 $as_echo_n "checking for $ac_word... " >&6; }
5246 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5247 $as_echo_n "(cached) " >&6
5248 else
5249 if test -n "$ac_ct_AR"; then
5250 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5251 else
5252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5253 for as_dir in $PATH
5255 IFS=$as_save_IFS
5256 test -z "$as_dir" && as_dir=.
5257 for ac_exec_ext in '' $ac_executable_extensions; do
5258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5259 ac_cv_prog_ac_ct_AR="$ac_prog"
5260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5261 break 2
5263 done
5264 done
5265 IFS=$as_save_IFS
5269 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5270 if test -n "$ac_ct_AR"; then
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5272 $as_echo "$ac_ct_AR" >&6; }
5273 else
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5275 $as_echo "no" >&6; }
5279 test -n "$ac_ct_AR" && break
5280 done
5282 if test "x$ac_ct_AR" = x; then
5283 AR="ar"
5284 else
5285 case $cross_compiling:$ac_tool_warned in
5286 yes:)
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5288 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5289 ac_tool_warned=yes ;;
5290 esac
5291 AR=$ac_ct_AR
5295 if test -n "$ac_tool_prefix"; then
5296 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5297 set dummy ${ac_tool_prefix}strip; ac_word=$2
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5299 $as_echo_n "checking for $ac_word... " >&6; }
5300 if ${ac_cv_prog_STRIP+:} false; then :
5301 $as_echo_n "(cached) " >&6
5302 else
5303 if test -n "$STRIP"; then
5304 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5305 else
5306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5307 for as_dir in $PATH
5309 IFS=$as_save_IFS
5310 test -z "$as_dir" && as_dir=.
5311 for ac_exec_ext in '' $ac_executable_extensions; do
5312 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5313 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5315 break 2
5317 done
5318 done
5319 IFS=$as_save_IFS
5323 STRIP=$ac_cv_prog_STRIP
5324 if test -n "$STRIP"; then
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5326 $as_echo "$STRIP" >&6; }
5327 else
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5329 $as_echo "no" >&6; }
5334 if test -z "$ac_cv_prog_STRIP"; then
5335 ac_ct_STRIP=$STRIP
5336 # Extract the first word of "strip", so it can be a program name with args.
5337 set dummy strip; ac_word=$2
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5339 $as_echo_n "checking for $ac_word... " >&6; }
5340 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5341 $as_echo_n "(cached) " >&6
5342 else
5343 if test -n "$ac_ct_STRIP"; then
5344 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5345 else
5346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5347 for as_dir in $PATH
5349 IFS=$as_save_IFS
5350 test -z "$as_dir" && as_dir=.
5351 for ac_exec_ext in '' $ac_executable_extensions; do
5352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5353 ac_cv_prog_ac_ct_STRIP="strip"
5354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5355 break 2
5357 done
5358 done
5359 IFS=$as_save_IFS
5363 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5364 if test -n "$ac_ct_STRIP"; then
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5366 $as_echo "$ac_ct_STRIP" >&6; }
5367 else
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5369 $as_echo "no" >&6; }
5372 if test "x$ac_ct_STRIP" = x; then
5373 STRIP="strip"
5374 else
5375 case $cross_compiling:$ac_tool_warned in
5376 yes:)
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5378 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5379 ac_tool_warned=yes ;;
5380 esac
5381 STRIP=$ac_ct_STRIP
5383 else
5384 STRIP="$ac_cv_prog_STRIP"
5387 ARFLAGS=rc
5389 if test -n "$ac_tool_prefix"; then
5390 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5391 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5393 $as_echo_n "checking for $ac_word... " >&6; }
5394 if ${ac_cv_prog_RANLIB+:} false; then :
5395 $as_echo_n "(cached) " >&6
5396 else
5397 if test -n "$RANLIB"; then
5398 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5399 else
5400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5401 for as_dir in $PATH
5403 IFS=$as_save_IFS
5404 test -z "$as_dir" && as_dir=.
5405 for ac_exec_ext in '' $ac_executable_extensions; do
5406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5407 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5409 break 2
5411 done
5412 done
5413 IFS=$as_save_IFS
5417 RANLIB=$ac_cv_prog_RANLIB
5418 if test -n "$RANLIB"; then
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5420 $as_echo "$RANLIB" >&6; }
5421 else
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5423 $as_echo "no" >&6; }
5428 if test -z "$ac_cv_prog_RANLIB"; then
5429 ac_ct_RANLIB=$RANLIB
5430 # Extract the first word of "ranlib", so it can be a program name with args.
5431 set dummy ranlib; ac_word=$2
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5433 $as_echo_n "checking for $ac_word... " >&6; }
5434 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5435 $as_echo_n "(cached) " >&6
5436 else
5437 if test -n "$ac_ct_RANLIB"; then
5438 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5439 else
5440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5441 for as_dir in $PATH
5443 IFS=$as_save_IFS
5444 test -z "$as_dir" && as_dir=.
5445 for ac_exec_ext in '' $ac_executable_extensions; do
5446 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5447 ac_cv_prog_ac_ct_RANLIB="ranlib"
5448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5449 break 2
5451 done
5452 done
5453 IFS=$as_save_IFS
5457 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5458 if test -n "$ac_ct_RANLIB"; then
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5460 $as_echo "$ac_ct_RANLIB" >&6; }
5461 else
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5463 $as_echo "no" >&6; }
5466 if test "x$ac_ct_RANLIB" = x; then
5467 RANLIB=":"
5468 else
5469 case $cross_compiling:$ac_tool_warned in
5470 yes:)
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5472 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5473 ac_tool_warned=yes ;;
5474 esac
5475 RANLIB=$ac_ct_RANLIB
5477 else
5478 RANLIB="$ac_cv_prog_RANLIB"
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5482 $as_echo_n "checking whether ln -s works... " >&6; }
5483 LN_S=$as_ln_s
5484 if test "$LN_S" = "ln -s"; then
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5486 $as_echo "yes" >&6; }
5487 else
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5489 $as_echo "no, using $LN_S" >&6; }
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5493 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5494 if ${ac_cv_path_GREP+:} false; then :
5495 $as_echo_n "(cached) " >&6
5496 else
5497 if test -z "$GREP"; then
5498 ac_path_GREP_found=false
5499 # Loop through the user's path and test for each of PROGNAME-LIST
5500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5501 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5503 IFS=$as_save_IFS
5504 test -z "$as_dir" && as_dir=.
5505 for ac_prog in grep ggrep; do
5506 for ac_exec_ext in '' $ac_executable_extensions; do
5507 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5508 as_fn_executable_p "$ac_path_GREP" || continue
5509 # Check for GNU ac_path_GREP and select it if it is found.
5510 # Check for GNU $ac_path_GREP
5511 case `"$ac_path_GREP" --version 2>&1` in
5512 *GNU*)
5513 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5515 ac_count=0
5516 $as_echo_n 0123456789 >"conftest.in"
5517 while :
5519 cat "conftest.in" "conftest.in" >"conftest.tmp"
5520 mv "conftest.tmp" "conftest.in"
5521 cp "conftest.in" "conftest.nl"
5522 $as_echo 'GREP' >> "conftest.nl"
5523 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5524 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5525 as_fn_arith $ac_count + 1 && ac_count=$as_val
5526 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5527 # Best one so far, save it but keep looking for a better one
5528 ac_cv_path_GREP="$ac_path_GREP"
5529 ac_path_GREP_max=$ac_count
5531 # 10*(2^10) chars as input seems more than enough
5532 test $ac_count -gt 10 && break
5533 done
5534 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5535 esac
5537 $ac_path_GREP_found && break 3
5538 done
5539 done
5540 done
5541 IFS=$as_save_IFS
5542 if test -z "$ac_cv_path_GREP"; then
5543 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5545 else
5546 ac_cv_path_GREP=$GREP
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5551 $as_echo "$ac_cv_path_GREP" >&6; }
5552 GREP="$ac_cv_path_GREP"
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5556 $as_echo_n "checking for egrep... " >&6; }
5557 if ${ac_cv_path_EGREP+:} false; then :
5558 $as_echo_n "(cached) " >&6
5559 else
5560 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5561 then ac_cv_path_EGREP="$GREP -E"
5562 else
5563 if test -z "$EGREP"; then
5564 ac_path_EGREP_found=false
5565 # Loop through the user's path and test for each of PROGNAME-LIST
5566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5567 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5569 IFS=$as_save_IFS
5570 test -z "$as_dir" && as_dir=.
5571 for ac_prog in egrep; do
5572 for ac_exec_ext in '' $ac_executable_extensions; do
5573 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5574 as_fn_executable_p "$ac_path_EGREP" || continue
5575 # Check for GNU ac_path_EGREP and select it if it is found.
5576 # Check for GNU $ac_path_EGREP
5577 case `"$ac_path_EGREP" --version 2>&1` in
5578 *GNU*)
5579 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5581 ac_count=0
5582 $as_echo_n 0123456789 >"conftest.in"
5583 while :
5585 cat "conftest.in" "conftest.in" >"conftest.tmp"
5586 mv "conftest.tmp" "conftest.in"
5587 cp "conftest.in" "conftest.nl"
5588 $as_echo 'EGREP' >> "conftest.nl"
5589 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5590 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5591 as_fn_arith $ac_count + 1 && ac_count=$as_val
5592 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5593 # Best one so far, save it but keep looking for a better one
5594 ac_cv_path_EGREP="$ac_path_EGREP"
5595 ac_path_EGREP_max=$ac_count
5597 # 10*(2^10) chars as input seems more than enough
5598 test $ac_count -gt 10 && break
5599 done
5600 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5601 esac
5603 $ac_path_EGREP_found && break 3
5604 done
5605 done
5606 done
5607 IFS=$as_save_IFS
5608 if test -z "$ac_cv_path_EGREP"; then
5609 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5611 else
5612 ac_cv_path_EGREP=$EGREP
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5618 $as_echo "$ac_cv_path_EGREP" >&6; }
5619 EGREP="$ac_cv_path_EGREP"
5622 # Extract the first word of "ldconfig", so it can be a program name with args.
5623 set dummy ldconfig; ac_word=$2
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5625 $as_echo_n "checking for $ac_word... " >&6; }
5626 if ${ac_cv_path_LDCONFIG+:} false; then :
5627 $as_echo_n "(cached) " >&6
5628 else
5629 case $LDCONFIG in
5630 [\\/]* | ?:[\\/]*)
5631 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5635 for as_dir in /sbin /usr/sbin $PATH
5637 IFS=$as_save_IFS
5638 test -z "$as_dir" && as_dir=.
5639 for ac_exec_ext in '' $ac_executable_extensions; do
5640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5641 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5643 break 2
5645 done
5646 done
5647 IFS=$as_save_IFS
5649 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5651 esac
5653 LDCONFIG=$ac_cv_path_LDCONFIG
5654 if test -n "$LDCONFIG"; then
5655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5656 $as_echo "$LDCONFIG" >&6; }
5657 else
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5659 $as_echo "no" >&6; }
5663 for ac_prog in msgfmt
5665 # Extract the first word of "$ac_prog", so it can be a program name with args.
5666 set dummy $ac_prog; ac_word=$2
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5668 $as_echo_n "checking for $ac_word... " >&6; }
5669 if ${ac_cv_prog_MSGFMT+:} false; then :
5670 $as_echo_n "(cached) " >&6
5671 else
5672 if test -n "$MSGFMT"; then
5673 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5674 else
5675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5676 for as_dir in $PATH
5678 IFS=$as_save_IFS
5679 test -z "$as_dir" && as_dir=.
5680 for ac_exec_ext in '' $ac_executable_extensions; do
5681 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5682 ac_cv_prog_MSGFMT="$ac_prog"
5683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5684 break 2
5686 done
5687 done
5688 IFS=$as_save_IFS
5692 MSGFMT=$ac_cv_prog_MSGFMT
5693 if test -n "$MSGFMT"; then
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5695 $as_echo "$MSGFMT" >&6; }
5696 else
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5698 $as_echo "no" >&6; }
5702 test -n "$MSGFMT" && break
5703 done
5704 test -n "$MSGFMT" || MSGFMT="false"
5706 if ${ac_tool_prefix+:} false; then :
5707 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5708 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5710 $as_echo_n "checking for $ac_word... " >&6; }
5711 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5712 $as_echo_n "(cached) " >&6
5713 else
5714 if test -n "$PKG_CONFIG"; then
5715 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5716 else
5717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718 for as_dir in $PATH
5720 IFS=$as_save_IFS
5721 test -z "$as_dir" && as_dir=.
5722 for ac_exec_ext in '' $ac_executable_extensions; do
5723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5724 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5726 break 2
5728 done
5729 done
5730 IFS=$as_save_IFS
5734 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5735 if test -n "$PKG_CONFIG"; then
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5737 $as_echo "$PKG_CONFIG" >&6; }
5738 else
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5740 $as_echo "no" >&6; }
5745 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5746 if test "x$cross_compiling" = xyes; then :
5748 else
5749 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5750 # Extract the first word of "pkg-config", so it can be a program name with args.
5751 set dummy pkg-config; ac_word=$2
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5753 $as_echo_n "checking for $ac_word... " >&6; }
5754 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5755 $as_echo_n "(cached) " >&6
5756 else
5757 if test -n "$PKG_CONFIG"; then
5758 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5759 else
5760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5761 for as_dir in $PATH
5763 IFS=$as_save_IFS
5764 test -z "$as_dir" && as_dir=.
5765 for ac_exec_ext in '' $ac_executable_extensions; do
5766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5767 ac_cv_prog_PKG_CONFIG="pkg-config"
5768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5769 break 2
5771 done
5772 done
5773 IFS=$as_save_IFS
5777 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5778 if test -n "$PKG_CONFIG"; then
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5780 $as_echo "$PKG_CONFIG" >&6; }
5781 else
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5783 $as_echo "no" >&6; }
5788 else
5789 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5792 if test "x$enable_maintainer_mode" != "xyes"
5793 then
5794 FONTFORGE=""
5795 RSVG=""
5796 CONVERT=""
5797 ICOTOOL=""
5798 else
5799 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5800 for ac_prog in fontforge
5802 # Extract the first word of "$ac_prog", so it can be a program name with args.
5803 set dummy $ac_prog; ac_word=$2
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5805 $as_echo_n "checking for $ac_word... " >&6; }
5806 if ${ac_cv_prog_FONTFORGE+:} false; then :
5807 $as_echo_n "(cached) " >&6
5808 else
5809 if test -n "$FONTFORGE"; then
5810 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5811 else
5812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5813 for as_dir in $PATH
5815 IFS=$as_save_IFS
5816 test -z "$as_dir" && as_dir=.
5817 for ac_exec_ext in '' $ac_executable_extensions; do
5818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5819 ac_cv_prog_FONTFORGE="$ac_prog"
5820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5821 break 2
5823 done
5824 done
5825 IFS=$as_save_IFS
5829 FONTFORGE=$ac_cv_prog_FONTFORGE
5830 if test -n "$FONTFORGE"; then
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5832 $as_echo "$FONTFORGE" >&6; }
5833 else
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5835 $as_echo "no" >&6; }
5839 test -n "$FONTFORGE" && break
5840 done
5841 test -n "$FONTFORGE" || FONTFORGE="false"
5843 for ac_prog in rsvg-convert rsvg
5845 # Extract the first word of "$ac_prog", so it can be a program name with args.
5846 set dummy $ac_prog; ac_word=$2
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5848 $as_echo_n "checking for $ac_word... " >&6; }
5849 if ${ac_cv_prog_RSVG+:} false; then :
5850 $as_echo_n "(cached) " >&6
5851 else
5852 if test -n "$RSVG"; then
5853 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5854 else
5855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5856 for as_dir in $PATH
5858 IFS=$as_save_IFS
5859 test -z "$as_dir" && as_dir=.
5860 for ac_exec_ext in '' $ac_executable_extensions; do
5861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5862 ac_cv_prog_RSVG="$ac_prog"
5863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5864 break 2
5866 done
5867 done
5868 IFS=$as_save_IFS
5872 RSVG=$ac_cv_prog_RSVG
5873 if test -n "$RSVG"; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5875 $as_echo "$RSVG" >&6; }
5876 else
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5878 $as_echo "no" >&6; }
5882 test -n "$RSVG" && break
5883 done
5884 test -n "$RSVG" || RSVG="false"
5886 for ac_prog in convert
5888 # Extract the first word of "$ac_prog", so it can be a program name with args.
5889 set dummy $ac_prog; ac_word=$2
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5891 $as_echo_n "checking for $ac_word... " >&6; }
5892 if ${ac_cv_prog_CONVERT+:} false; then :
5893 $as_echo_n "(cached) " >&6
5894 else
5895 if test -n "$CONVERT"; then
5896 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5897 else
5898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5899 for as_dir in $PATH
5901 IFS=$as_save_IFS
5902 test -z "$as_dir" && as_dir=.
5903 for ac_exec_ext in '' $ac_executable_extensions; do
5904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5905 ac_cv_prog_CONVERT="$ac_prog"
5906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5907 break 2
5909 done
5910 done
5911 IFS=$as_save_IFS
5915 CONVERT=$ac_cv_prog_CONVERT
5916 if test -n "$CONVERT"; then
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5918 $as_echo "$CONVERT" >&6; }
5919 else
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5921 $as_echo "no" >&6; }
5925 test -n "$CONVERT" && break
5926 done
5927 test -n "$CONVERT" || CONVERT="false"
5929 for ac_prog in icotool
5931 # Extract the first word of "$ac_prog", so it can be a program name with args.
5932 set dummy $ac_prog; ac_word=$2
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5934 $as_echo_n "checking for $ac_word... " >&6; }
5935 if ${ac_cv_prog_ICOTOOL+:} false; then :
5936 $as_echo_n "(cached) " >&6
5937 else
5938 if test -n "$ICOTOOL"; then
5939 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5940 else
5941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5942 for as_dir in $PATH
5944 IFS=$as_save_IFS
5945 test -z "$as_dir" && as_dir=.
5946 for ac_exec_ext in '' $ac_executable_extensions; do
5947 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5948 ac_cv_prog_ICOTOOL="$ac_prog"
5949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5950 break 2
5952 done
5953 done
5954 IFS=$as_save_IFS
5958 ICOTOOL=$ac_cv_prog_ICOTOOL
5959 if test -n "$ICOTOOL"; then
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5961 $as_echo "$ICOTOOL" >&6; }
5962 else
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5964 $as_echo "no" >&6; }
5968 test -n "$ICOTOOL" && break
5969 done
5970 test -n "$ICOTOOL" || ICOTOOL="false"
5972 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5973 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5975 if test "$CONVERT" = false
5976 then
5977 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5978 else
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5980 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5981 convert_version=`convert --version | head -n1`
5982 if test "x$convert_version" != "x"
5983 then
5984 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5985 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5986 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5987 then
5988 CONVERT=false
5991 if test "$CONVERT" = false
5992 then
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5994 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5995 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5996 else
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5998 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6002 if test "$ICOTOOL" = false
6003 then
6004 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6005 else
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6007 $as_echo_n "checking for recent enough icotool... " >&6; }
6008 icotool_version=`icotool --version | head -n1`
6009 if test "x$icotool_version" != "x"
6010 then
6011 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6012 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6013 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6014 then
6015 ICOTOOL=false
6016 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6019 if test "$ICOTOOL" = false
6020 then
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6022 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6023 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6024 else
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6026 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6030 with_gettext=yes
6031 with_gettextpo=yes
6032 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6035 test "x$with_gettext" != xno || MSGFMT=false
6036 if test "$MSGFMT" != "false"
6037 then
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6039 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6040 cat >conftest.po <<EOF
6041 # comment
6042 msgctxt "ctxt"
6043 msgid "id"
6044 msgstr "str"
6046 if $MSGFMT -o /dev/null conftest.po 2>&5
6047 then
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6049 $as_echo "yes" >&6; }
6050 else
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6052 $as_echo "no" >&6; }
6053 MSGFMT=false
6056 if test "$MSGFMT" = false; then :
6057 case "x$with_gettext" in
6058 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6059 xno) ;;
6060 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6061 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6062 esac
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6067 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6068 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6069 $as_echo_n "(cached) " >&6
6070 else
6071 ac_check_lib_save_LIBS=$LIBS
6072 LIBS="-li386 $LIBS"
6073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6074 /* end confdefs.h. */
6076 /* Override any GCC internal prototype to avoid an error.
6077 Use char because int might match the return type of a GCC
6078 builtin and then its argument prototype would still apply. */
6079 #ifdef __cplusplus
6080 extern "C"
6081 #endif
6082 char i386_set_ldt ();
6084 main ()
6086 return i386_set_ldt ();
6088 return 0;
6090 _ACEOF
6091 if ac_fn_c_try_link "$LINENO"; then :
6092 ac_cv_lib_i386_i386_set_ldt=yes
6093 else
6094 ac_cv_lib_i386_i386_set_ldt=no
6096 rm -f core conftest.err conftest.$ac_objext \
6097 conftest$ac_exeext conftest.$ac_ext
6098 LIBS=$ac_check_lib_save_LIBS
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6101 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6102 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6103 cat >>confdefs.h <<_ACEOF
6104 #define HAVE_LIBI386 1
6105 _ACEOF
6107 LIBS="-li386 $LIBS"
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6112 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6113 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6114 $as_echo_n "(cached) " >&6
6115 else
6116 ac_check_lib_save_LIBS=$LIBS
6117 LIBS="-lossaudio $LIBS"
6118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6119 /* end confdefs.h. */
6121 /* Override any GCC internal prototype to avoid an error.
6122 Use char because int might match the return type of a GCC
6123 builtin and then its argument prototype would still apply. */
6124 #ifdef __cplusplus
6125 extern "C"
6126 #endif
6127 char _oss_ioctl ();
6129 main ()
6131 return _oss_ioctl ();
6133 return 0;
6135 _ACEOF
6136 if ac_fn_c_try_link "$LINENO"; then :
6137 ac_cv_lib_ossaudio__oss_ioctl=yes
6138 else
6139 ac_cv_lib_ossaudio__oss_ioctl=no
6141 rm -f core conftest.err conftest.$ac_objext \
6142 conftest$ac_exeext conftest.$ac_ext
6143 LIBS=$ac_check_lib_save_LIBS
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6146 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6147 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6148 cat >>confdefs.h <<_ACEOF
6149 #define HAVE_LIBOSSAUDIO 1
6150 _ACEOF
6152 LIBS="-lossaudio $LIBS"
6157 OPENGL_LIBS=""
6161 # Check whether --enable-largefile was given.
6162 if test "${enable_largefile+set}" = set; then :
6163 enableval=$enable_largefile;
6166 if test "$enable_largefile" != no; then
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6169 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6170 if ${ac_cv_sys_largefile_CC+:} false; then :
6171 $as_echo_n "(cached) " >&6
6172 else
6173 ac_cv_sys_largefile_CC=no
6174 if test "$GCC" != yes; then
6175 ac_save_CC=$CC
6176 while :; do
6177 # IRIX 6.2 and later do not support large files by default,
6178 # so use the C compiler's -n32 option if that helps.
6179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6180 /* end confdefs.h. */
6181 #include <sys/types.h>
6182 /* Check that off_t can represent 2**63 - 1 correctly.
6183 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6184 since some C++ compilers masquerading as C compilers
6185 incorrectly reject 9223372036854775807. */
6186 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6187 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6188 && LARGE_OFF_T % 2147483647 == 1)
6189 ? 1 : -1];
6191 main ()
6195 return 0;
6197 _ACEOF
6198 if ac_fn_c_try_compile "$LINENO"; then :
6199 break
6201 rm -f core conftest.err conftest.$ac_objext
6202 CC="$CC -n32"
6203 if ac_fn_c_try_compile "$LINENO"; then :
6204 ac_cv_sys_largefile_CC=' -n32'; break
6206 rm -f core conftest.err conftest.$ac_objext
6207 break
6208 done
6209 CC=$ac_save_CC
6210 rm -f conftest.$ac_ext
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6214 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6215 if test "$ac_cv_sys_largefile_CC" != no; then
6216 CC=$CC$ac_cv_sys_largefile_CC
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6220 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6221 if ${ac_cv_sys_file_offset_bits+:} false; then :
6222 $as_echo_n "(cached) " >&6
6223 else
6224 while :; do
6225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6226 /* end confdefs.h. */
6227 #include <sys/types.h>
6228 /* Check that off_t can represent 2**63 - 1 correctly.
6229 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6230 since some C++ compilers masquerading as C compilers
6231 incorrectly reject 9223372036854775807. */
6232 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6233 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6234 && LARGE_OFF_T % 2147483647 == 1)
6235 ? 1 : -1];
6237 main ()
6241 return 0;
6243 _ACEOF
6244 if ac_fn_c_try_compile "$LINENO"; then :
6245 ac_cv_sys_file_offset_bits=no; break
6247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6249 /* end confdefs.h. */
6250 #define _FILE_OFFSET_BITS 64
6251 #include <sys/types.h>
6252 /* Check that off_t can represent 2**63 - 1 correctly.
6253 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6254 since some C++ compilers masquerading as C compilers
6255 incorrectly reject 9223372036854775807. */
6256 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6257 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6258 && LARGE_OFF_T % 2147483647 == 1)
6259 ? 1 : -1];
6261 main ()
6265 return 0;
6267 _ACEOF
6268 if ac_fn_c_try_compile "$LINENO"; then :
6269 ac_cv_sys_file_offset_bits=64; break
6271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6272 ac_cv_sys_file_offset_bits=unknown
6273 break
6274 done
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6277 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6278 case $ac_cv_sys_file_offset_bits in #(
6279 no | unknown) ;;
6281 cat >>confdefs.h <<_ACEOF
6282 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6283 _ACEOF
6285 esac
6286 rm -rf conftest*
6287 if test $ac_cv_sys_file_offset_bits = unknown; then
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6289 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6290 if ${ac_cv_sys_large_files+:} false; then :
6291 $as_echo_n "(cached) " >&6
6292 else
6293 while :; do
6294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6295 /* end confdefs.h. */
6296 #include <sys/types.h>
6297 /* Check that off_t can represent 2**63 - 1 correctly.
6298 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6299 since some C++ compilers masquerading as C compilers
6300 incorrectly reject 9223372036854775807. */
6301 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6302 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6303 && LARGE_OFF_T % 2147483647 == 1)
6304 ? 1 : -1];
6306 main ()
6310 return 0;
6312 _ACEOF
6313 if ac_fn_c_try_compile "$LINENO"; then :
6314 ac_cv_sys_large_files=no; break
6316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6318 /* end confdefs.h. */
6319 #define _LARGE_FILES 1
6320 #include <sys/types.h>
6321 /* Check that off_t can represent 2**63 - 1 correctly.
6322 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6323 since some C++ compilers masquerading as C compilers
6324 incorrectly reject 9223372036854775807. */
6325 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6326 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6327 && LARGE_OFF_T % 2147483647 == 1)
6328 ? 1 : -1];
6330 main ()
6334 return 0;
6336 _ACEOF
6337 if ac_fn_c_try_compile "$LINENO"; then :
6338 ac_cv_sys_large_files=1; break
6340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6341 ac_cv_sys_large_files=unknown
6342 break
6343 done
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6346 $as_echo "$ac_cv_sys_large_files" >&6; }
6347 case $ac_cv_sys_large_files in #(
6348 no | unknown) ;;
6350 cat >>confdefs.h <<_ACEOF
6351 #define _LARGE_FILES $ac_cv_sys_large_files
6352 _ACEOF
6354 esac
6355 rm -rf conftest*
6362 ac_ext=c
6363 ac_cpp='$CPP $CPPFLAGS'
6364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6368 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6369 # On Suns, sometimes $CPP names a directory.
6370 if test -n "$CPP" && test -d "$CPP"; then
6371 CPP=
6373 if test -z "$CPP"; then
6374 if ${ac_cv_prog_CPP+:} false; then :
6375 $as_echo_n "(cached) " >&6
6376 else
6377 # Double quotes because CPP needs to be expanded
6378 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6380 ac_preproc_ok=false
6381 for ac_c_preproc_warn_flag in '' yes
6383 # Use a header file that comes with gcc, so configuring glibc
6384 # with a fresh cross-compiler works.
6385 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6386 # <limits.h> exists even on freestanding compilers.
6387 # On the NeXT, cc -E runs the code through the compiler's parser,
6388 # not just through cpp. "Syntax error" is here to catch this case.
6389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6390 /* end confdefs.h. */
6391 #ifdef __STDC__
6392 # include <limits.h>
6393 #else
6394 # include <assert.h>
6395 #endif
6396 Syntax error
6397 _ACEOF
6398 if ac_fn_c_try_cpp "$LINENO"; then :
6400 else
6401 # Broken: fails on valid input.
6402 continue
6404 rm -f conftest.err conftest.i conftest.$ac_ext
6406 # OK, works on sane cases. Now check whether nonexistent headers
6407 # can be detected and how.
6408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6409 /* end confdefs.h. */
6410 #include <ac_nonexistent.h>
6411 _ACEOF
6412 if ac_fn_c_try_cpp "$LINENO"; then :
6413 # Broken: success on invalid input.
6414 continue
6415 else
6416 # Passes both tests.
6417 ac_preproc_ok=:
6418 break
6420 rm -f conftest.err conftest.i conftest.$ac_ext
6422 done
6423 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6424 rm -f conftest.i conftest.err conftest.$ac_ext
6425 if $ac_preproc_ok; then :
6426 break
6429 done
6430 ac_cv_prog_CPP=$CPP
6433 CPP=$ac_cv_prog_CPP
6434 else
6435 ac_cv_prog_CPP=$CPP
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6438 $as_echo "$CPP" >&6; }
6439 ac_preproc_ok=false
6440 for ac_c_preproc_warn_flag in '' yes
6442 # Use a header file that comes with gcc, so configuring glibc
6443 # with a fresh cross-compiler works.
6444 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6445 # <limits.h> exists even on freestanding compilers.
6446 # On the NeXT, cc -E runs the code through the compiler's parser,
6447 # not just through cpp. "Syntax error" is here to catch this case.
6448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6449 /* end confdefs.h. */
6450 #ifdef __STDC__
6451 # include <limits.h>
6452 #else
6453 # include <assert.h>
6454 #endif
6455 Syntax error
6456 _ACEOF
6457 if ac_fn_c_try_cpp "$LINENO"; then :
6459 else
6460 # Broken: fails on valid input.
6461 continue
6463 rm -f conftest.err conftest.i conftest.$ac_ext
6465 # OK, works on sane cases. Now check whether nonexistent headers
6466 # can be detected and how.
6467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6468 /* end confdefs.h. */
6469 #include <ac_nonexistent.h>
6470 _ACEOF
6471 if ac_fn_c_try_cpp "$LINENO"; then :
6472 # Broken: success on invalid input.
6473 continue
6474 else
6475 # Passes both tests.
6476 ac_preproc_ok=:
6477 break
6479 rm -f conftest.err conftest.i conftest.$ac_ext
6481 done
6482 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6483 rm -f conftest.i conftest.err conftest.$ac_ext
6484 if $ac_preproc_ok; then :
6486 else
6487 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6488 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6489 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6490 See \`config.log' for more details" "$LINENO" 5; }
6493 ac_ext=c
6494 ac_cpp='$CPP $CPPFLAGS'
6495 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6496 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6497 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6501 $as_echo_n "checking for ANSI C header files... " >&6; }
6502 if ${ac_cv_header_stdc+:} false; then :
6503 $as_echo_n "(cached) " >&6
6504 else
6505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6506 /* end confdefs.h. */
6507 #include <stdlib.h>
6508 #include <stdarg.h>
6509 #include <string.h>
6510 #include <float.h>
6513 main ()
6517 return 0;
6519 _ACEOF
6520 if ac_fn_c_try_compile "$LINENO"; then :
6521 ac_cv_header_stdc=yes
6522 else
6523 ac_cv_header_stdc=no
6525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6527 if test $ac_cv_header_stdc = yes; then
6528 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6530 /* end confdefs.h. */
6531 #include <string.h>
6533 _ACEOF
6534 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6535 $EGREP "memchr" >/dev/null 2>&1; then :
6537 else
6538 ac_cv_header_stdc=no
6540 rm -f conftest*
6544 if test $ac_cv_header_stdc = yes; then
6545 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6547 /* end confdefs.h. */
6548 #include <stdlib.h>
6550 _ACEOF
6551 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6552 $EGREP "free" >/dev/null 2>&1; then :
6554 else
6555 ac_cv_header_stdc=no
6557 rm -f conftest*
6561 if test $ac_cv_header_stdc = yes; then
6562 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6563 if test "$cross_compiling" = yes; then :
6565 else
6566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6567 /* end confdefs.h. */
6568 #include <ctype.h>
6569 #include <stdlib.h>
6570 #if ((' ' & 0x0FF) == 0x020)
6571 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6572 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6573 #else
6574 # define ISLOWER(c) \
6575 (('a' <= (c) && (c) <= 'i') \
6576 || ('j' <= (c) && (c) <= 'r') \
6577 || ('s' <= (c) && (c) <= 'z'))
6578 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6579 #endif
6581 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6583 main ()
6585 int i;
6586 for (i = 0; i < 256; i++)
6587 if (XOR (islower (i), ISLOWER (i))
6588 || toupper (i) != TOUPPER (i))
6589 return 2;
6590 return 0;
6592 _ACEOF
6593 if ac_fn_c_try_run "$LINENO"; then :
6595 else
6596 ac_cv_header_stdc=no
6598 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6599 conftest.$ac_objext conftest.beam conftest.$ac_ext
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6605 $as_echo "$ac_cv_header_stdc" >&6; }
6606 if test $ac_cv_header_stdc = yes; then
6608 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6612 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6613 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6614 inttypes.h stdint.h unistd.h
6615 do :
6616 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6617 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6619 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6620 cat >>confdefs.h <<_ACEOF
6621 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6622 _ACEOF
6626 done
6629 for ac_header in \
6630 AL/al.h \
6631 ApplicationServices/ApplicationServices.h \
6632 AudioToolbox/AudioConverter.h \
6633 AudioUnit/AudioUnit.h \
6634 AudioUnit/AudioComponent.h \
6635 CL/cl.h \
6636 Carbon/Carbon.h \
6637 CoreAudio/CoreAudio.h \
6638 CoreServices/CoreServices.h \
6639 DiskArbitration/DiskArbitration.h \
6640 IOKit/IOKitLib.h \
6641 IOKit/hid/IOHIDLib.h \
6642 OpenAL/al.h \
6643 OpenCL/opencl.h \
6644 QuickTime/ImageCompression.h \
6645 Security/Security.h \
6646 alias.h \
6647 alsa/asoundlib.h \
6648 arpa/inet.h \
6649 arpa/nameser.h \
6650 asm/types.h \
6651 asm/user.h \
6652 curses.h \
6653 direct.h \
6654 dirent.h \
6655 dlfcn.h \
6656 elf.h \
6657 float.h \
6658 fnmatch.h \
6659 getopt.h \
6660 gettext-po.h \
6661 grp.h \
6662 gsm.h \
6663 gsm/gsm.h \
6664 ieeefp.h \
6665 inet/mib2.h \
6666 io.h \
6667 kstat.h \
6668 lber.h \
6669 ldap.h \
6670 libproc.h \
6671 link.h \
6672 linux/cdrom.h \
6673 linux/compiler.h \
6674 linux/filter.h \
6675 linux/hdreg.h \
6676 linux/input.h \
6677 linux/ioctl.h \
6678 linux/joystick.h \
6679 linux/major.h \
6680 linux/param.h \
6681 linux/serial.h \
6682 linux/types.h \
6683 linux/ucdrom.h \
6684 lwp.h \
6685 mach-o/nlist.h \
6686 mach-o/loader.h \
6687 mach/mach.h \
6688 mach/machine.h \
6689 machine/cpu.h \
6690 machine/limits.h \
6691 machine/sysarch.h \
6692 mntent.h \
6693 ncurses.h \
6694 netdb.h \
6695 netinet/in.h \
6696 netinet/in_systm.h \
6697 netinet/tcp.h \
6698 netinet/tcp_fsm.h \
6699 pcap/pcap.h \
6700 poll.h \
6701 port.h \
6702 process.h \
6703 pthread.h \
6704 pwd.h \
6705 sched.h \
6706 scsi/scsi.h \
6707 scsi/scsi_ioctl.h \
6708 scsi/sg.h \
6709 stdbool.h \
6710 stdint.h \
6711 stropts.h \
6712 sys/asoundlib.h \
6713 sys/attr.h \
6714 sys/cdio.h \
6715 sys/elf32.h \
6716 sys/epoll.h \
6717 sys/event.h \
6718 sys/exec_elf.h \
6719 sys/filio.h \
6720 sys/inotify.h \
6721 sys/ioctl.h \
6722 sys/ipc.h \
6723 sys/limits.h \
6724 sys/link.h \
6725 sys/mman.h \
6726 sys/modem.h \
6727 sys/msg.h \
6728 sys/mtio.h \
6729 sys/param.h \
6730 sys/poll.h \
6731 sys/prctl.h \
6732 sys/protosw.h \
6733 sys/ptrace.h \
6734 sys/queue.h \
6735 sys/resource.h \
6736 sys/scsiio.h \
6737 sys/shm.h \
6738 sys/signal.h \
6739 sys/socket.h \
6740 sys/socketvar.h \
6741 sys/sockio.h \
6742 sys/statvfs.h \
6743 sys/strtio.h \
6744 sys/syscall.h \
6745 sys/tihdr.h \
6746 sys/time.h \
6747 sys/timeout.h \
6748 sys/times.h \
6749 sys/uio.h \
6750 sys/user.h \
6751 sys/utsname.h \
6752 sys/vm86.h \
6753 sys/vnode.h \
6754 sys/wait.h \
6755 syscall.h \
6756 termios.h \
6757 unistd.h \
6758 utime.h \
6759 valgrind/memcheck.h \
6760 valgrind/valgrind.h \
6761 zlib.h
6763 do :
6764 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6765 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6766 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6767 cat >>confdefs.h <<_ACEOF
6768 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6769 _ACEOF
6773 done
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6776 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6777 if ${ac_cv_header_stat_broken+:} false; then :
6778 $as_echo_n "(cached) " >&6
6779 else
6780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6781 /* end confdefs.h. */
6782 #include <sys/types.h>
6783 #include <sys/stat.h>
6785 #if defined S_ISBLK && defined S_IFDIR
6786 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6787 #endif
6789 #if defined S_ISBLK && defined S_IFCHR
6790 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6791 #endif
6793 #if defined S_ISLNK && defined S_IFREG
6794 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6795 #endif
6797 #if defined S_ISSOCK && defined S_IFREG
6798 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6799 #endif
6801 _ACEOF
6802 if ac_fn_c_try_compile "$LINENO"; then :
6803 ac_cv_header_stat_broken=no
6804 else
6805 ac_cv_header_stat_broken=yes
6807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6810 $as_echo "$ac_cv_header_stat_broken" >&6; }
6811 if test $ac_cv_header_stat_broken = yes; then
6813 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6819 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6820 do :
6821 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6822 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6823 #ifdef HAVE_SYS_PARAM_H
6824 # include <sys/param.h>
6825 #endif
6827 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6828 cat >>confdefs.h <<_ACEOF
6829 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6830 _ACEOF
6834 done
6837 for ac_header in \
6838 netinet/ip.h \
6839 net/if.h \
6840 net/if_arp.h \
6841 net/if_dl.h \
6842 net/if_types.h \
6843 net/route.h \
6844 netinet/if_ether.h \
6845 netinet/if_inarp.h \
6846 netinet/in_pcb.h \
6847 netinet/ip_icmp.h \
6848 netinet/ip_var.h \
6849 netinet/udp.h \
6850 netipx/ipx.h \
6851 sys/un.h \
6853 do :
6854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6855 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6856 #ifdef HAVE_SYS_SOCKET_H
6857 # include <sys/socket.h>
6858 #endif
6859 #ifdef HAVE_SYS_SOCKETVAR_H
6860 # include <sys/socketvar.h>
6861 #endif
6862 #ifdef HAVE_NET_ROUTE_H
6863 # include <net/route.h>
6864 #endif
6865 #ifdef HAVE_NETINET_IN_H
6866 # include <netinet/in.h>
6867 #endif
6868 #ifdef HAVE_NETINET_IN_SYSTM_H
6869 # include <netinet/in_systm.h>
6870 #endif
6871 #ifdef HAVE_NET_IF_H
6872 # include <net/if.h>
6873 #endif
6874 #ifdef HAVE_NETINET_IP_H
6875 # include <netinet/ip.h>
6876 #endif
6878 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6879 cat >>confdefs.h <<_ACEOF
6880 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6881 _ACEOF
6885 done
6888 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6889 do :
6890 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6891 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6892 #ifdef HAVE_ALIAS_H
6893 # include <alias.h>
6894 #endif
6895 #ifdef HAVE_SYS_SOCKET_H
6896 # include <sys/socket.h>
6897 #endif
6898 #ifdef HAVE_SYS_SOCKETVAR_H
6899 # include <sys/socketvar.h>
6900 #endif
6901 #ifdef HAVE_SYS_TIMEOUT_H
6902 # include <sys/timeout.h>
6903 #endif
6904 #ifdef HAVE_NETINET_IN_H
6905 # include <netinet/in.h>
6906 #endif
6907 #ifdef HAVE_NETINET_IN_SYSTM_H
6908 # include <netinet/in_systm.h>
6909 #endif
6910 #ifdef HAVE_NETINET_IP_H
6911 # include <netinet/ip.h>
6912 #endif
6913 #ifdef HAVE_NETINET_IP_VAR_H
6914 # include <netinet/ip_var.h>
6915 #endif
6916 #ifdef HAVE_NETINET_IP_ICMP_H
6917 # include <netinet/ip_icmp.h>
6918 #endif
6919 #ifdef HAVE_NETINET_UDP_H
6920 # include <netinet/udp.h>
6921 #endif
6922 #ifdef HAVE_NETINET_TCP_H
6923 # include <netinet/tcp.h>
6924 #endif
6925 #ifdef HAVE_NETINET_TCP_TIMER_H
6926 #include <netinet/tcp_timer.h>
6927 #endif
6929 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6930 cat >>confdefs.h <<_ACEOF
6931 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6932 _ACEOF
6936 done
6939 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6940 do :
6941 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6942 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6943 #ifdef HAVE_ASM_TYPES_H
6944 # include <asm/types.h>
6945 #endif
6946 #ifdef HAVE_SYS_SOCKET_H
6947 # include <sys/socket.h>
6948 #endif
6949 #ifdef HAVE_LINUX_TYPES_H
6950 # include <linux/types.h>
6951 #endif
6953 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6954 cat >>confdefs.h <<_ACEOF
6955 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6956 _ACEOF
6960 done
6963 for ac_header in mach-o/dyld_images.h
6964 do :
6965 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6966 # include <stdbool.h>
6967 #endif
6968 #ifdef HAVE_STDINT_H
6969 # include <stdint.h>
6970 #endif
6972 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6973 cat >>confdefs.h <<_ACEOF
6974 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6975 _ACEOF
6979 done
6982 for ac_header in resolv.h
6983 do :
6984 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6985 #ifdef HAVE_SYS_SOCKET_H
6986 # include <sys/socket.h>
6987 #endif
6988 #ifdef HAVE_NETINET_IN_H
6989 # include <netinet/in.h>
6990 #endif
6991 #ifdef HAVE_ARPA_NAMESER_H
6992 # include <arpa/nameser.h>
6993 #endif
6995 if test "x$ac_cv_header_resolv_h" = xyes; then :
6996 cat >>confdefs.h <<_ACEOF
6997 #define HAVE_RESOLV_H 1
6998 _ACEOF
7002 done
7005 for ac_header in ifaddrs.h
7006 do :
7007 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7009 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7010 cat >>confdefs.h <<_ACEOF
7011 #define HAVE_IFADDRS_H 1
7012 _ACEOF
7016 done
7019 for ac_header in sys/ucontext.h
7020 do :
7021 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7023 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7024 cat >>confdefs.h <<_ACEOF
7025 #define HAVE_SYS_UCONTEXT_H 1
7026 _ACEOF
7030 done
7033 for ac_header in sys/thr.h
7034 do :
7035 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7036 #ifdef HAVE_SYS_UCONTEXT_H
7037 #include <sys/ucontext.h>
7038 #endif
7040 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7041 cat >>confdefs.h <<_ACEOF
7042 #define HAVE_SYS_THR_H 1
7043 _ACEOF
7047 done
7050 for ac_header in pthread_np.h
7051 do :
7052 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7053 #include <pthread.h>
7054 #endif
7056 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7057 cat >>confdefs.h <<_ACEOF
7058 #define HAVE_PTHREAD_NP_H 1
7059 _ACEOF
7063 done
7066 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7067 do :
7068 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7069 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7070 #include <sys/time.h>
7071 #endif
7072 #include <sys/types.h>
7073 #ifdef HAVE_ASM_TYPES_H
7074 #include <asm/types.h>
7075 #endif
7077 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7078 cat >>confdefs.h <<_ACEOF
7079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7080 _ACEOF
7084 done
7087 for ac_header in libprocstat.h
7088 do :
7089 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7090 #include <sys/param.h>
7091 #endif
7092 #ifdef HAVE_SYS_QUEUE_H
7093 #include <sys/queue.h>
7094 #endif
7095 #ifdef HAVE_SYS_SOCKET_H
7096 #include <sys/socket.h>
7097 #endif
7099 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7100 cat >>confdefs.h <<_ACEOF
7101 #define HAVE_LIBPROCSTAT_H 1
7102 _ACEOF
7106 done
7110 dlldir="\${libdir}/wine"
7112 DLLPREFIX=""
7114 DLLFLAGS="-D_REENTRANT"
7116 LDRPATH_INSTALL=""
7118 LDRPATH_LOCAL=""
7120 LIBEXT="so"
7121 DLLEXT=".so"
7122 IMPLIBEXT="def"
7123 STATIC_IMPLIBEXT="def.a"
7124 # Extract the first word of "ldd", so it can be a program name with args.
7125 set dummy ldd; ac_word=$2
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7127 $as_echo_n "checking for $ac_word... " >&6; }
7128 if ${ac_cv_path_LDD+:} false; then :
7129 $as_echo_n "(cached) " >&6
7130 else
7131 case $LDD in
7132 [\\/]* | ?:[\\/]*)
7133 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7137 as_dummy="/sbin:/usr/sbin:$PATH"
7138 for as_dir in $as_dummy
7140 IFS=$as_save_IFS
7141 test -z "$as_dir" && as_dir=.
7142 for ac_exec_ext in '' $ac_executable_extensions; do
7143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7144 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7146 break 2
7148 done
7149 done
7150 IFS=$as_save_IFS
7152 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7154 esac
7156 LDD=$ac_cv_path_LDD
7157 if test -n "$LDD"; then
7158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7159 $as_echo "$LDD" >&6; }
7160 else
7161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7162 $as_echo "no" >&6; }
7166 if test -n "$ac_tool_prefix"; then
7167 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7168 set dummy ${ac_tool_prefix}otool; ac_word=$2
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7170 $as_echo_n "checking for $ac_word... " >&6; }
7171 if ${ac_cv_prog_OTOOL+:} false; then :
7172 $as_echo_n "(cached) " >&6
7173 else
7174 if test -n "$OTOOL"; then
7175 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7176 else
7177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7178 for as_dir in $PATH
7180 IFS=$as_save_IFS
7181 test -z "$as_dir" && as_dir=.
7182 for ac_exec_ext in '' $ac_executable_extensions; do
7183 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7184 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7186 break 2
7188 done
7189 done
7190 IFS=$as_save_IFS
7194 OTOOL=$ac_cv_prog_OTOOL
7195 if test -n "$OTOOL"; then
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7197 $as_echo "$OTOOL" >&6; }
7198 else
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7200 $as_echo "no" >&6; }
7205 if test -z "$ac_cv_prog_OTOOL"; then
7206 ac_ct_OTOOL=$OTOOL
7207 # Extract the first word of "otool", so it can be a program name with args.
7208 set dummy otool; ac_word=$2
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7210 $as_echo_n "checking for $ac_word... " >&6; }
7211 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7212 $as_echo_n "(cached) " >&6
7213 else
7214 if test -n "$ac_ct_OTOOL"; then
7215 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7216 else
7217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7218 for as_dir in $PATH
7220 IFS=$as_save_IFS
7221 test -z "$as_dir" && as_dir=.
7222 for ac_exec_ext in '' $ac_executable_extensions; do
7223 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7224 ac_cv_prog_ac_ct_OTOOL="otool"
7225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7226 break 2
7228 done
7229 done
7230 IFS=$as_save_IFS
7234 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7235 if test -n "$ac_ct_OTOOL"; then
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7237 $as_echo "$ac_ct_OTOOL" >&6; }
7238 else
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7240 $as_echo "no" >&6; }
7243 if test "x$ac_ct_OTOOL" = x; then
7244 OTOOL="otool"
7245 else
7246 case $cross_compiling:$ac_tool_warned in
7247 yes:)
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7250 ac_tool_warned=yes ;;
7251 esac
7252 OTOOL=$ac_ct_OTOOL
7254 else
7255 OTOOL="$ac_cv_prog_OTOOL"
7258 if test -n "$ac_tool_prefix"; then
7259 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7260 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7262 $as_echo_n "checking for $ac_word... " >&6; }
7263 if ${ac_cv_prog_READELF+:} false; then :
7264 $as_echo_n "(cached) " >&6
7265 else
7266 if test -n "$READELF"; then
7267 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7268 else
7269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7270 for as_dir in $PATH
7272 IFS=$as_save_IFS
7273 test -z "$as_dir" && as_dir=.
7274 for ac_exec_ext in '' $ac_executable_extensions; do
7275 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7276 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7278 break 2
7280 done
7281 done
7282 IFS=$as_save_IFS
7286 READELF=$ac_cv_prog_READELF
7287 if test -n "$READELF"; then
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7289 $as_echo "$READELF" >&6; }
7290 else
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7292 $as_echo "no" >&6; }
7297 if test -z "$ac_cv_prog_READELF"; then
7298 ac_ct_READELF=$READELF
7299 # Extract the first word of "readelf", so it can be a program name with args.
7300 set dummy readelf; ac_word=$2
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7302 $as_echo_n "checking for $ac_word... " >&6; }
7303 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7304 $as_echo_n "(cached) " >&6
7305 else
7306 if test -n "$ac_ct_READELF"; then
7307 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7308 else
7309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7310 for as_dir in $PATH
7312 IFS=$as_save_IFS
7313 test -z "$as_dir" && as_dir=.
7314 for ac_exec_ext in '' $ac_executable_extensions; do
7315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7316 ac_cv_prog_ac_ct_READELF="readelf"
7317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7318 break 2
7320 done
7321 done
7322 IFS=$as_save_IFS
7326 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7327 if test -n "$ac_ct_READELF"; then
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7329 $as_echo "$ac_ct_READELF" >&6; }
7330 else
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7332 $as_echo "no" >&6; }
7335 if test "x$ac_ct_READELF" = x; then
7336 READELF="true"
7337 else
7338 case $cross_compiling:$ac_tool_warned in
7339 yes:)
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7341 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7342 ac_tool_warned=yes ;;
7343 esac
7344 READELF=$ac_ct_READELF
7346 else
7347 READELF="$ac_cv_prog_READELF"
7350 wine_rules_file=conf$$rules.make
7351 rm -f $wine_rules_file
7352 ALL_POT_FILES=""
7353 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7354 ALL_TEST_RESOURCES=""
7357 wine_fn_append_file ()
7359 as_fn_append $1 " \\$as_nl $2"
7362 wine_fn_ignore_file ()
7364 case "$1" in
7365 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7366 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7367 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7368 esac
7371 wine_fn_append_rule ()
7373 $as_echo "$1" >>$wine_rules_file
7376 wine_fn_has_flag ()
7378 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7381 wine_fn_depend_rules ()
7383 wine_fn_append_rule \
7384 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7385 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7386 depend: $ac_dir/depend
7387 .PHONY: $ac_dir/depend
7388 $ac_dir/depend: \$(MAKEDEP) dummy
7389 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7392 wine_fn_pot_rules ()
7394 test "x$with_gettextpo" = xyes || return
7396 if wine_fn_has_flag mc
7397 then
7398 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7399 wine_fn_append_rule \
7400 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7401 @cd $ac_dir && \$(MAKE) msg.pot
7402 $ac_dir/msg.pot: tools/wmc include"
7404 if wine_fn_has_flag po
7405 then
7406 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7407 wine_fn_append_rule \
7408 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7409 @cd $ac_dir && \$(MAKE) rsrc.pot
7410 $ac_dir/rsrc.pot: tools/wrc include"
7414 wine_fn_all_rules ()
7416 wine_fn_depend_rules
7417 wine_fn_append_rule \
7418 "all: $ac_dir
7419 .PHONY: $ac_dir
7420 $ac_dir: $ac_dir/Makefile dummy
7421 @cd $ac_dir && \$(MAKE)"
7424 wine_fn_install_rules ()
7426 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7428 wine_fn_append_rule \
7429 ".PHONY: $ac_dir/install $ac_dir/uninstall
7430 $ac_dir/install:: $ac_dir
7431 @cd $ac_dir && \$(MAKE) install
7432 $ac_dir/uninstall:: $ac_dir/Makefile
7433 @cd $ac_dir && \$(MAKE) uninstall
7434 install:: $ac_dir/install
7435 __uninstall__: $ac_dir/uninstall"
7437 if wine_fn_has_flag install-lib
7438 then
7439 wine_fn_append_rule \
7440 ".PHONY: $ac_dir/install-lib
7441 $ac_dir/install-lib:: $ac_dir
7442 @cd $ac_dir && \$(MAKE) install-lib
7443 install-lib:: $ac_dir/install-lib"
7446 if wine_fn_has_flag install-dev
7447 then
7448 wine_fn_append_rule \
7449 ".PHONY: $ac_dir/install-dev
7450 $ac_dir/install-dev:: $ac_dir
7451 @cd $ac_dir && \$(MAKE) install-dev
7452 install-dev:: $ac_dir/install-dev"
7456 wine_fn_clean_rules ()
7458 ac_clean=$@
7459 ac_extraclean="$ac_dir/Makefile"
7460 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7461 case $ac_dir in
7462 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7463 esac
7465 if wine_fn_has_flag clean
7466 then
7467 wine_fn_append_rule \
7468 "__clean__: $ac_dir/clean
7469 .PHONY: $ac_dir/clean
7470 $ac_dir/clean: $ac_dir/Makefile
7471 @cd $ac_dir && \$(MAKE) clean
7472 \$(RM) $ac_extraclean"
7473 else
7474 wine_fn_append_rule \
7475 "__clean__: $ac_dir/clean
7476 .PHONY: $ac_dir/clean
7477 $ac_dir/clean: dummy
7478 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7482 wine_fn_disabled_rules ()
7484 ac_clean=$@
7485 ac_extraclean="$ac_dir/Makefile"
7486 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7488 wine_fn_append_rule \
7489 "__clean__: $ac_dir/clean
7490 .PHONY: $ac_dir/clean
7491 $ac_dir/clean: dummy
7492 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7495 wine_fn_config_makefile ()
7497 ac_dir=$1
7498 ac_enable=$2
7499 ac_flags=$3
7501 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7502 wine_fn_disabled_rules; return
7504 wine_fn_all_rules
7505 wine_fn_install_rules
7506 wine_fn_clean_rules
7509 wine_fn_config_lib ()
7511 ac_name=$1
7512 ac_flags=$2
7513 ac_dir=dlls/$ac_name
7514 ac_deps="include"
7516 if test "x$enable_tools" = xno; then :
7518 else
7519 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7521 wine_fn_all_rules
7522 wine_fn_clean_rules
7524 wine_fn_append_rule \
7525 ".PHONY: $ac_dir/install $ac_dir/uninstall
7526 $ac_dir/install:: $ac_dir
7527 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7528 $ac_dir/uninstall::
7529 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7530 install install-dev:: $ac_dir/install
7531 __uninstall__: $ac_dir/uninstall
7532 __builddeps__: $ac_dir
7533 $ac_dir: $ac_deps"
7536 wine_fn_config_dll ()
7538 ac_name=$1
7539 ac_dir=dlls/$ac_name
7540 ac_enable=$2
7541 ac_flags=$3
7542 ac_implib=${4:-$ac_name}
7543 ac_file=$ac_dir/lib$ac_implib
7544 ac_dll=$ac_name
7545 ac_deps="include"
7546 ac_implibflags=""
7548 if test "x$enable_tools" = xno; then :
7550 else
7551 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7553 case $ac_name in
7554 *16) ac_implibflags=" -m16" ;;
7555 *.*) ;;
7556 *) ac_dll=$ac_dll.dll ;;
7557 esac
7559 ac_clean=
7560 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7561 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7562 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7563 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7565 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7566 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7567 then
7568 wine_fn_depend_rules
7569 wine_fn_clean_rules $ac_clean
7570 else
7571 wine_fn_disabled_rules $ac_clean
7572 return
7574 else
7575 wine_fn_all_rules
7576 wine_fn_clean_rules $ac_clean
7577 wine_fn_append_rule \
7578 "$ac_dir: __builddeps__
7579 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7580 @cd $ac_dir && \$(MAKE) \$@
7581 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7582 install install-lib:: $ac_dir/install-lib
7583 __uninstall__: $ac_dir/uninstall"
7584 if test -n "$DLLEXT"
7585 then
7586 wine_fn_append_rule \
7587 "$ac_dir/install-lib:: $ac_dir
7588 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7589 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7590 $ac_dir/uninstall::
7591 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7592 else
7593 wine_fn_append_rule \
7594 "$ac_dir/install-lib:: $ac_dir
7595 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7596 $ac_dir/uninstall::
7597 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7600 wine_fn_pot_rules
7603 if wine_fn_has_flag staticimplib
7604 then
7605 wine_fn_append_rule \
7606 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7607 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7608 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7609 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7610 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7611 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7612 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7613 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7614 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7615 $ac_dir/uninstall::
7616 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7617 install install-dev:: $ac_dir/install-dev
7618 __uninstall__: $ac_dir/uninstall"
7620 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7621 then
7622 wine_fn_append_rule \
7623 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7624 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7625 $ac_dir/uninstall::
7626 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7629 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7630 then
7631 wine_fn_append_rule \
7632 "__builddeps__: $ac_file.cross.a
7633 $ac_file.cross.a: $ac_dir/Makefile dummy
7634 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7637 elif wine_fn_has_flag implib
7638 then
7639 wine_fn_append_rule \
7640 "__builddeps__: $ac_file.$IMPLIBEXT
7641 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7642 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7643 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7644 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7645 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7646 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7647 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7648 $ac_dir/uninstall::
7649 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7650 install install-dev:: $ac_dir/install-dev
7651 __uninstall__: $ac_dir/uninstall"
7652 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7653 then
7654 wine_fn_append_rule \
7655 "__builddeps__: $ac_file.cross.a
7656 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7657 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7660 if test "$ac_name" != "$ac_implib"
7661 then
7662 wine_fn_append_rule \
7663 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7664 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7665 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7666 clean::
7667 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7668 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7669 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7670 then
7671 wine_fn_append_rule \
7672 "__builddeps__: dlls/lib$ac_implib.cross.a
7673 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7674 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7675 clean::
7676 \$(RM) dlls/lib$ac_implib.cross.a"
7677 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7683 wine_fn_config_program ()
7685 ac_name=$1
7686 ac_dir=programs/$ac_name
7687 ac_enable=$2
7688 ac_flags=$3
7689 ac_program=$ac_name
7691 case $ac_name in
7692 *.*) ;;
7693 *) ac_program=$ac_program.exe ;;
7694 esac
7696 ac_clean=
7697 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7698 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7699 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7700 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7702 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7703 wine_fn_disabled_rules $ac_clean; return
7706 wine_fn_all_rules
7707 wine_fn_clean_rules $ac_clean
7708 wine_fn_append_rule "$ac_dir: __builddeps__"
7709 wine_fn_pot_rules
7711 wine_fn_has_flag install || return
7712 wine_fn_append_rule \
7713 ".PHONY: $ac_dir/install $ac_dir/uninstall
7714 install install-lib:: $ac_dir/install
7715 __uninstall__: $ac_dir/uninstall"
7717 if test -n "$DLLEXT"
7718 then
7719 wine_fn_append_rule \
7720 "$ac_dir/install:: $ac_dir
7721 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7722 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7723 $ac_dir/uninstall::
7724 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7726 if test -z "$with_wine64" && wine_fn_has_flag installbin
7727 then
7728 wine_fn_append_rule \
7729 "$ac_dir/install:: __tooldeps__
7730 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7731 $ac_dir/uninstall::
7732 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7734 else
7735 wine_fn_append_rule \
7736 "$ac_dir/install:: $ac_dir
7737 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7738 $ac_dir/uninstall::
7739 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7742 if test -z "$with_wine64" && wine_fn_has_flag manpage
7743 then
7744 wine_fn_append_rule \
7745 "$ac_dir/install:: $ac_dir
7746 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7747 $ac_dir/uninstall::
7748 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7752 wine_fn_config_test ()
7754 ac_dir=$1
7755 ac_name=$2
7756 ac_flags=$3
7758 ac_clean=
7759 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7760 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7762 if test "x$enable_tests" = xno; then :
7763 wine_fn_disabled_rules $ac_clean; return
7766 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7767 wine_fn_all_rules
7768 wine_fn_clean_rules $ac_clean
7770 wine_fn_append_rule \
7771 "$ac_dir: programs/winetest/Makefile __builddeps__
7772 programs/winetest: $ac_dir
7773 check test: $ac_dir/test
7774 .PHONY: $ac_dir/test
7775 $ac_dir/test: dummy
7776 @cd $ac_dir && \$(MAKE) test
7777 testclean::
7778 \$(RM) $ac_dir/*.ok"
7780 if test -n "$CROSSTARGET"
7781 then
7782 wine_fn_append_rule \
7783 "crosstest: $ac_dir/crosstest
7784 .PHONY: $ac_dir/crosstest
7785 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7786 @cd $ac_dir && \$(MAKE) crosstest"
7790 wine_fn_config_tool ()
7792 ac_dir=$1
7793 ac_flags=$2
7794 if test "x$enable_tools" = xno; then :
7795 return
7798 wine_fn_all_rules
7799 wine_fn_install_rules
7800 wine_fn_clean_rules
7802 wine_fn_append_rule "__tooldeps__: $ac_dir"
7803 wine_fn_append_rule "$ac_dir: libs/port"
7804 case $ac_dir in
7805 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7806 esac
7809 wine_fn_config_symlink ()
7811 ac_linkdir=
7812 if test "x$1" = "x-d"
7813 then
7814 ac_linkdir=$2
7815 shift; shift
7817 ac_links=$@
7818 wine_fn_append_rule \
7819 "$ac_links:
7820 @./config.status \$@
7821 distclean::
7822 \$(RM) $ac_links"
7823 for f in $ac_links; do wine_fn_ignore_file $f; done
7824 test -n "$ac_linkdir" || return
7825 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7828 wine_binary="wine"
7829 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7830 loader_programs="$wine_binary wine-installed"
7831 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7833 LOADER_RULES="
7834 all: wine.inf
7836 install install-lib:: wine-installed
7837 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7839 uninstall::
7840 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7844 case $host_os in
7845 cygwin*|mingw32*)
7846 if test -n "$ac_tool_prefix"; then
7847 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7848 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7850 $as_echo_n "checking for $ac_word... " >&6; }
7851 if ${ac_cv_prog_DLLTOOL+:} false; then :
7852 $as_echo_n "(cached) " >&6
7853 else
7854 if test -n "$DLLTOOL"; then
7855 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7856 else
7857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7858 for as_dir in $PATH
7860 IFS=$as_save_IFS
7861 test -z "$as_dir" && as_dir=.
7862 for ac_exec_ext in '' $ac_executable_extensions; do
7863 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7864 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7866 break 2
7868 done
7869 done
7870 IFS=$as_save_IFS
7874 DLLTOOL=$ac_cv_prog_DLLTOOL
7875 if test -n "$DLLTOOL"; then
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7877 $as_echo "$DLLTOOL" >&6; }
7878 else
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7880 $as_echo "no" >&6; }
7885 if test -z "$ac_cv_prog_DLLTOOL"; then
7886 ac_ct_DLLTOOL=$DLLTOOL
7887 # Extract the first word of "dlltool", so it can be a program name with args.
7888 set dummy dlltool; ac_word=$2
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7890 $as_echo_n "checking for $ac_word... " >&6; }
7891 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7892 $as_echo_n "(cached) " >&6
7893 else
7894 if test -n "$ac_ct_DLLTOOL"; then
7895 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7896 else
7897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7898 for as_dir in $PATH
7900 IFS=$as_save_IFS
7901 test -z "$as_dir" && as_dir=.
7902 for ac_exec_ext in '' $ac_executable_extensions; do
7903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7904 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7906 break 2
7908 done
7909 done
7910 IFS=$as_save_IFS
7914 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7915 if test -n "$ac_ct_DLLTOOL"; then
7916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7917 $as_echo "$ac_ct_DLLTOOL" >&6; }
7918 else
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7920 $as_echo "no" >&6; }
7923 if test "x$ac_ct_DLLTOOL" = x; then
7924 DLLTOOL="false"
7925 else
7926 case $cross_compiling:$ac_tool_warned in
7927 yes:)
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7929 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7930 ac_tool_warned=yes ;;
7931 esac
7932 DLLTOOL=$ac_ct_DLLTOOL
7934 else
7935 DLLTOOL="$ac_cv_prog_DLLTOOL"
7938 LIBEXT="dll"
7939 DLLEXT=""
7940 IMPLIBEXT="a"
7941 STATIC_IMPLIBEXT="a"
7942 enable_iphlpapi=${enable_iphlpapi:-no}
7943 enable_kernel32=${enable_kernel32:-no}
7944 enable_msvcrt=${enable_msvcrt:-no}
7945 enable_ntdll=${enable_ntdll:-no}
7946 enable_ws2_32=${enable_ws2_32:-no}
7947 enable_loader=${enable_loader:-no}
7948 enable_server=${enable_server:-no}
7949 with_x=${with_x:-no}
7950 with_pthread=${with_pthread:-no}
7952 crtlibs=""
7953 case $host_os in
7954 mingw32*)
7955 crtlibs="-lmsvcrt"
7956 SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7958 esac
7960 libwine_targets="libwine.dll libwine.a"
7961 LIBWINE_RULES="
7962 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7964 all: libwine.dll libwine.a
7966 libwine.a: \$(srcdir)/wine.def
7967 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7969 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7970 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7972 install install-lib:: libwine.dll
7973 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7975 install install-dev:: libwine.a
7976 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7978 uninstall::
7979 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7984 darwin*|macosx*)
7985 for ac_header in libunwind.h
7986 do :
7987 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7988 if test "x$ac_cv_header_libunwind_h" = xyes; then :
7989 cat >>confdefs.h <<_ACEOF
7990 #define HAVE_LIBUNWIND_H 1
7991 _ACEOF
7995 done
7997 LIBEXT="dylib"
7998 DLLFLAGS="$DLLFLAGS -fPIC"
7999 LIBWINE_LDFLAGS="-multiply_defined suppress"
8000 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8001 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8002 COREFOUNDATION_LIBS="-framework CoreFoundation"
8004 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8006 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8008 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8010 CORESERVICES_LIBS="-framework CoreServices"
8012 APPKIT_LIBS="-framework AppKit"
8014 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8016 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8017 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8018 $as_echo_n "(cached) " >&6
8019 else
8020 ac_wine_try_cflags_saved=$CFLAGS
8021 CFLAGS="$CFLAGS -Wl,-no_pie"
8022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8023 /* end confdefs.h. */
8024 int main(int argc, char **argv) { return 0; }
8025 _ACEOF
8026 if ac_fn_c_try_link "$LINENO"; then :
8027 ac_cv_cflags__Wl__no_pie=yes
8028 else
8029 ac_cv_cflags__Wl__no_pie=no
8031 rm -f core conftest.err conftest.$ac_objext \
8032 conftest$ac_exeext conftest.$ac_ext
8033 CFLAGS=$ac_wine_try_cflags_saved
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8036 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8037 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8038 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8040 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8041 then
8042 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8045 if test "$ac_cv_header_Security_Security_h" = "yes"
8046 then
8047 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8049 ac_save_LIBS="$LIBS"
8050 LIBS="$LIBS $SECURITY_LIBS"
8051 for ac_func in SSLCopyPeerCertificates
8052 do :
8053 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8054 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8055 cat >>confdefs.h <<_ACEOF
8056 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8057 _ACEOF
8060 done
8062 LIBS="$ac_save_LIBS"
8063 with_gnutls=${with_gnutls:-no}
8065 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8066 then
8067 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8068 then
8069 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8071 else
8072 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8075 ac_save_LIBS="$LIBS"
8076 LIBS="$LIBS $COREAUDIO_LIBS"
8077 for ac_func in AUGraphAddNode
8078 do :
8079 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8080 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8081 cat >>confdefs.h <<_ACEOF
8082 #define HAVE_AUGRAPHADDNODE 1
8083 _ACEOF
8086 done
8088 LIBS="$ac_save_LIBS"
8090 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8091 then
8092 OPENAL_LIBS="-framework OpenAL"
8095 cat >>confdefs.h <<_ACEOF
8096 #define HAVE_OPENAL 1
8097 _ACEOF
8099 ac_cv_lib_openal=yes
8101 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8102 then
8103 OPENCL_LIBS="-framework OpenCL"
8105 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8107 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8108 then
8109 ac_save_LIBS="$LIBS"
8110 LIBS="$LIBS $IOKIT_LIBS"
8111 for ac_func in IOHIDManagerCreate
8112 do :
8113 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8114 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8115 cat >>confdefs.h <<_ACEOF
8116 #define HAVE_IOHIDMANAGERCREATE 1
8117 _ACEOF
8120 done
8122 LIBS="$ac_save_LIBS"
8124 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8125 then
8126 ac_save_LIBS="$LIBS"
8127 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8129 $as_echo_n "checking for the QuickTime framework... " >&6; }
8130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8131 /* end confdefs.h. */
8132 #include <QuickTime/ImageCompression.h>
8134 main ()
8136 CodecManagerVersion(NULL);
8138 return 0;
8140 _ACEOF
8141 if ac_fn_c_try_link "$LINENO"; then :
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8143 $as_echo "yes" >&6; }
8144 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8146 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8147 else
8148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8149 $as_echo "no" >&6; }
8150 ac_cv_header_QuickTime_ImageCompression_h=no
8152 rm -f core conftest.err conftest.$ac_objext \
8153 conftest$ac_exeext conftest.$ac_ext
8154 LIBS="$ac_save_LIBS"
8156 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8157 then
8158 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8160 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8161 then
8162 CARBON_LIBS="-framework Carbon"
8166 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8167 then
8168 ac_save_LIBS="$LIBS"
8169 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8170 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8171 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8172 enable_winemac_drv=${enable_winemac_drv:-yes}
8175 LIBS="$ac_save_LIBS"
8178 if test "x$enable_win16" = "xyes"
8179 then
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8181 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8182 if test "$cross_compiling" = yes; then :
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8184 $as_echo "cross-compiling, assuming yes" >&6; }
8185 else
8186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8187 /* end confdefs.h. */
8188 asm(".text\n"
8189 "bad:\tnop;nop\n"
8190 "good:\tnop;nop\n\t"
8191 ".globl _testfunc\n"
8192 "_testfunc:\tcallw good");
8193 extern void testfunc();
8195 main ()
8197 unsigned short *p = (unsigned short *)testfunc;
8198 return p[0] != 0xe866 || p[1] != 0xfffa
8200 return 0;
8202 _ACEOF
8203 if ac_fn_c_try_run "$LINENO"; then :
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8205 $as_echo "yes" >&6; }
8206 else
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8208 $as_echo "no" >&6; }
8209 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
8211 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8212 conftest.$ac_objext conftest.beam conftest.$ac_ext
8217 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8218 LIBWINE_RULES="
8219 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8221 all: libwine.dylib
8223 libwine.$libwine_version.dylib: \$(OBJS)
8224 \$(CC) -dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8226 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8227 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8229 libwine.dylib: libwine.$libwine_soversion.dylib
8230 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8232 install install-lib:: libwine.$libwine_version.dylib
8233 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8234 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8236 install install-dev::
8237 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8239 uninstall::
8240 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8244 as_fn_append LOADER_RULES "
8245 $wine_binary: main.o wine_info.plist
8246 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8248 wine-installed: main.o wine_info.plist
8249 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8253 linux-android*)
8254 DLLFLAGS="$DLLFLAGS -fPIC"
8255 DLLPREFIX="lib"
8256 LDEXECFLAGS=""
8257 dlldir="\${libdir}"
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8259 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8260 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8261 $as_echo_n "(cached) " >&6
8262 else
8263 ac_wine_try_cflags_saved=$CFLAGS
8264 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8266 /* end confdefs.h. */
8267 int main(int argc, char **argv) { return 0; }
8268 _ACEOF
8269 if ac_fn_c_try_link "$LINENO"; then :
8270 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8271 else
8272 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8274 rm -f core conftest.err conftest.$ac_objext \
8275 conftest$ac_exeext conftest.$ac_ext
8276 CFLAGS=$ac_wine_try_cflags_saved
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8279 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8280 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8281 LDEXECFLAGS="-Wl,--export-dynamic"
8283 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8285 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8286 if eval \${$as_ac_var+:} false; then :
8287 $as_echo_n "(cached) " >&6
8288 else
8289 ac_wine_try_cflags_saved=$CFLAGS
8290 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8292 /* end confdefs.h. */
8293 int main(int argc, char **argv) { return 0; }
8294 _ACEOF
8295 if ac_fn_c_try_link "$LINENO"; then :
8296 eval "$as_ac_var=yes"
8297 else
8298 eval "$as_ac_var=no"
8300 rm -f core conftest.err conftest.$ac_objext \
8301 conftest$ac_exeext conftest.$ac_ext
8302 CFLAGS=$ac_wine_try_cflags_saved
8304 eval ac_res=\$$as_ac_var
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8306 $as_echo "$ac_res" >&6; }
8307 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8308 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8309 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8310 else
8311 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8313 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8314 if eval \${$as_ac_var+:} false; then :
8315 $as_echo_n "(cached) " >&6
8316 else
8317 ac_wine_try_cflags_saved=$CFLAGS
8318 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8320 /* end confdefs.h. */
8321 int main(int argc, char **argv) { return 0; }
8322 _ACEOF
8323 if ac_fn_c_try_link "$LINENO"; then :
8324 eval "$as_ac_var=yes"
8325 else
8326 eval "$as_ac_var=no"
8328 rm -f core conftest.err conftest.$ac_objext \
8329 conftest$ac_exeext conftest.$ac_ext
8330 CFLAGS=$ac_wine_try_cflags_saved
8332 eval ac_res=\$$as_ac_var
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8334 $as_echo "$ac_res" >&6; }
8335 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8336 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8337 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8342 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8343 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8344 $as_echo_n "(cached) " >&6
8345 else
8346 ac_wine_try_cflags_saved=$CFLAGS
8347 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8349 /* end confdefs.h. */
8350 int main(int argc, char **argv) { return 0; }
8351 _ACEOF
8352 if ac_fn_c_try_link "$LINENO"; then :
8353 ac_cv_cflags__Wl___enable_new_dtags=yes
8354 else
8355 ac_cv_cflags__Wl___enable_new_dtags=no
8357 rm -f core conftest.err conftest.$ac_objext \
8358 conftest$ac_exeext conftest.$ac_ext
8359 CFLAGS=$ac_wine_try_cflags_saved
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8362 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8363 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8364 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8367 case $host_cpu in
8368 *i[3456789]86* | x86_64)
8369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8370 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8371 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8372 $as_echo_n "(cached) " >&6
8373 else
8374 ac_wine_try_cflags_saved=$CFLAGS
8375 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8377 /* end confdefs.h. */
8378 int main(int argc, char **argv) { return 0; }
8379 _ACEOF
8380 if ac_fn_c_try_link "$LINENO"; then :
8381 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8382 else
8383 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8385 rm -f core conftest.err conftest.$ac_objext \
8386 conftest$ac_exeext conftest.$ac_ext
8387 CFLAGS=$ac_wine_try_cflags_saved
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8390 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8391 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8392 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8395 esac
8397 libwine_targets="libwine.so"
8398 LIBWINE_RULES="
8399 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8401 all: libwine.so
8403 libwine.so: \$(OBJS)
8404 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8406 install install-lib:: libwine.so
8407 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8409 uninstall::
8410 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8414 as_fn_append LOADER_RULES "
8415 $wine_binary: main.o
8416 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8418 wine-installed: main.o
8419 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8424 DLLFLAGS="$DLLFLAGS -fPIC"
8425 LDEXECFLAGS=""
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8427 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8428 if ${ac_cv_c_dll_gnuelf+:} false; then :
8429 $as_echo_n "(cached) " >&6
8430 else
8431 ac_wine_try_cflags_saved=$CFLAGS
8432 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8434 /* end confdefs.h. */
8435 void myfunc() {}
8436 _ACEOF
8437 if ac_fn_c_try_link "$LINENO"; then :
8438 ac_cv_c_dll_gnuelf="yes"
8439 else
8440 ac_cv_c_dll_gnuelf="no"
8442 rm -f core conftest.err conftest.$ac_objext \
8443 conftest$ac_exeext conftest.$ac_ext
8444 CFLAGS=$ac_wine_try_cflags_saved
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8447 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8448 if test "$ac_cv_c_dll_gnuelf" = "yes"
8449 then
8450 LDSHARED="\$(CC) -shared"
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8452 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8453 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8454 $as_echo_n "(cached) " >&6
8455 else
8456 ac_wine_try_cflags_saved=$CFLAGS
8457 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8459 /* end confdefs.h. */
8460 int main(int argc, char **argv) { return 0; }
8461 _ACEOF
8462 if ac_fn_c_try_link "$LINENO"; then :
8463 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8464 else
8465 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8467 rm -f core conftest.err conftest.$ac_objext \
8468 conftest$ac_exeext conftest.$ac_ext
8469 CFLAGS=$ac_wine_try_cflags_saved
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8472 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8473 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8474 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8475 else
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8477 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8478 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8479 $as_echo_n "(cached) " >&6
8480 else
8481 ac_wine_try_cflags_saved=$CFLAGS
8482 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8484 /* end confdefs.h. */
8485 int main(int argc, char **argv) { return 0; }
8486 _ACEOF
8487 if ac_fn_c_try_link "$LINENO"; then :
8488 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8489 else
8490 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8492 rm -f core conftest.err conftest.$ac_objext \
8493 conftest$ac_exeext conftest.$ac_ext
8494 CFLAGS=$ac_wine_try_cflags_saved
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8497 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8498 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8499 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8503 echo '{ global: *; };' >conftest.map
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8505 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8506 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8507 $as_echo_n "(cached) " >&6
8508 else
8509 ac_wine_try_cflags_saved=$CFLAGS
8510 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8512 /* end confdefs.h. */
8513 int main(int argc, char **argv) { return 0; }
8514 _ACEOF
8515 if ac_fn_c_try_link "$LINENO"; then :
8516 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8517 else
8518 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8520 rm -f core conftest.err conftest.$ac_objext \
8521 conftest$ac_exeext conftest.$ac_ext
8522 CFLAGS=$ac_wine_try_cflags_saved
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8525 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8526 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8527 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8529 rm -f conftest.map
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8532 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8533 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8534 $as_echo_n "(cached) " >&6
8535 else
8536 ac_wine_try_cflags_saved=$CFLAGS
8537 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8539 /* end confdefs.h. */
8540 int main(int argc, char **argv) { return 0; }
8541 _ACEOF
8542 if ac_fn_c_try_link "$LINENO"; then :
8543 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8544 else
8545 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8547 rm -f core conftest.err conftest.$ac_objext \
8548 conftest$ac_exeext conftest.$ac_ext
8549 CFLAGS=$ac_wine_try_cflags_saved
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8552 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8553 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8554 LDEXECFLAGS="-Wl,--export-dynamic"
8557 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8559 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8560 if eval \${$as_ac_var+:} false; then :
8561 $as_echo_n "(cached) " >&6
8562 else
8563 ac_wine_try_cflags_saved=$CFLAGS
8564 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8566 /* end confdefs.h. */
8567 int main(int argc, char **argv) { return 0; }
8568 _ACEOF
8569 if ac_fn_c_try_link "$LINENO"; then :
8570 eval "$as_ac_var=yes"
8571 else
8572 eval "$as_ac_var=no"
8574 rm -f core conftest.err conftest.$ac_objext \
8575 conftest$ac_exeext conftest.$ac_ext
8576 CFLAGS=$ac_wine_try_cflags_saved
8578 eval ac_res=\$$as_ac_var
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8580 $as_echo "$ac_res" >&6; }
8581 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8582 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8583 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8584 else
8585 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8587 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8588 if eval \${$as_ac_var+:} false; then :
8589 $as_echo_n "(cached) " >&6
8590 else
8591 ac_wine_try_cflags_saved=$CFLAGS
8592 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8594 /* end confdefs.h. */
8595 int main(int argc, char **argv) { return 0; }
8596 _ACEOF
8597 if ac_fn_c_try_link "$LINENO"; then :
8598 eval "$as_ac_var=yes"
8599 else
8600 eval "$as_ac_var=no"
8602 rm -f core conftest.err conftest.$ac_objext \
8603 conftest$ac_exeext conftest.$ac_ext
8604 CFLAGS=$ac_wine_try_cflags_saved
8606 eval ac_res=\$$as_ac_var
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8608 $as_echo "$ac_res" >&6; }
8609 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8610 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8611 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8616 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8617 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8618 $as_echo_n "(cached) " >&6
8619 else
8620 ac_wine_try_cflags_saved=$CFLAGS
8621 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8623 /* end confdefs.h. */
8624 int main(int argc, char **argv) { return 0; }
8625 _ACEOF
8626 if ac_fn_c_try_link "$LINENO"; then :
8627 ac_cv_cflags__Wl___enable_new_dtags=yes
8628 else
8629 ac_cv_cflags__Wl___enable_new_dtags=no
8631 rm -f core conftest.err conftest.$ac_objext \
8632 conftest$ac_exeext conftest.$ac_ext
8633 CFLAGS=$ac_wine_try_cflags_saved
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8636 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8637 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8638 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8641 case $host_cpu in
8642 *i[3456789]86* | x86_64)
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8644 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8645 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8646 $as_echo_n "(cached) " >&6
8647 else
8648 ac_wine_try_cflags_saved=$CFLAGS
8649 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8651 /* end confdefs.h. */
8652 int main(int argc, char **argv) { return 0; }
8653 _ACEOF
8654 if ac_fn_c_try_link "$LINENO"; then :
8655 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8656 else
8657 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8659 rm -f core conftest.err conftest.$ac_objext \
8660 conftest$ac_exeext conftest.$ac_ext
8661 CFLAGS=$ac_wine_try_cflags_saved
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8664 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8665 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8666 case $host_os in
8667 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8668 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8669 esac
8672 # Extract the first word of "prelink", so it can be a program name with args.
8673 set dummy prelink; ac_word=$2
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8675 $as_echo_n "checking for $ac_word... " >&6; }
8676 if ${ac_cv_path_PRELINK+:} false; then :
8677 $as_echo_n "(cached) " >&6
8678 else
8679 case $PRELINK in
8680 [\\/]* | ?:[\\/]*)
8681 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8685 for as_dir in /sbin /usr/sbin $PATH
8687 IFS=$as_save_IFS
8688 test -z "$as_dir" && as_dir=.
8689 for ac_exec_ext in '' $ac_executable_extensions; do
8690 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8691 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8693 break 2
8695 done
8696 done
8697 IFS=$as_save_IFS
8699 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8701 esac
8703 PRELINK=$ac_cv_path_PRELINK
8704 if test -n "$PRELINK"; then
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8706 $as_echo "$PRELINK" >&6; }
8707 else
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8709 $as_echo "no" >&6; }
8713 if test "x$PRELINK" = xfalse
8714 then
8715 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
8718 esac
8720 else
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8722 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8723 if ${ac_cv_c_dll_unixware+:} false; then :
8724 $as_echo_n "(cached) " >&6
8725 else
8726 ac_wine_try_cflags_saved=$CFLAGS
8727 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8729 /* end confdefs.h. */
8730 void myfunc() {}
8731 _ACEOF
8732 if ac_fn_c_try_link "$LINENO"; then :
8733 ac_cv_c_dll_unixware="yes"
8734 else
8735 ac_cv_c_dll_unixware="no"
8737 rm -f core conftest.err conftest.$ac_objext \
8738 conftest$ac_exeext conftest.$ac_ext
8739 CFLAGS=$ac_wine_try_cflags_saved
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8742 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8743 if test "$ac_cv_c_dll_unixware" = "yes"
8744 then
8745 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8748 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8749 LIBWINE_RULES="
8750 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8752 all: libwine.so
8754 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8755 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8757 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8758 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8760 libwine.so: libwine.so.$libwine_soversion
8761 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8763 install install-lib:: libwine.so.$libwine_version
8764 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8765 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8767 install install-dev::
8768 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8770 uninstall::
8771 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8775 as_fn_append LOADER_RULES "
8776 $wine_binary: main.o
8777 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8779 wine-installed: main.o
8780 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8783 esac
8785 as_fn_append LIBWINE_RULES "
8786 EXTRA_TARGETS = $libwine_targets
8789 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8790 enable_winemac_drv=${enable_winemac_drv:-no}
8792 CROSSTARGET=""
8794 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8795 then
8796 case "$host_cpu" in
8797 i[3456789]86*)
8798 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
8799 mingw32-gcc" ;;
8800 x86_64)
8801 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 " ;;
8803 ac_prefix_list="" ;;
8804 esac
8805 for ac_prog in $ac_prefix_list
8807 # Extract the first word of "$ac_prog", so it can be a program name with args.
8808 set dummy $ac_prog; ac_word=$2
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8810 $as_echo_n "checking for $ac_word... " >&6; }
8811 if ${ac_cv_prog_CROSSCC+:} false; then :
8812 $as_echo_n "(cached) " >&6
8813 else
8814 if test -n "$CROSSCC"; then
8815 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8816 else
8817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8818 for as_dir in $PATH
8820 IFS=$as_save_IFS
8821 test -z "$as_dir" && as_dir=.
8822 for ac_exec_ext in '' $ac_executable_extensions; do
8823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8824 ac_cv_prog_CROSSCC="$ac_prog"
8825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8826 break 2
8828 done
8829 done
8830 IFS=$as_save_IFS
8834 CROSSCC=$ac_cv_prog_CROSSCC
8835 if test -n "$CROSSCC"; then
8836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8837 $as_echo "$CROSSCC" >&6; }
8838 else
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8840 $as_echo "no" >&6; }
8844 test -n "$CROSSCC" && break
8845 done
8846 test -n "$CROSSCC" || CROSSCC="false"
8848 if test "$CROSSCC" != "false"
8849 then
8850 ac_save_CC="$CC"
8851 CC="$CROSSCC"
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8853 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8855 /* end confdefs.h. */
8858 main ()
8862 return 0;
8864 _ACEOF
8865 if ac_fn_c_try_compile "$LINENO"; then :
8866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8867 $as_echo "yes" >&6; }
8868 set x $CROSSCC
8869 shift
8870 while test $# -ge 1
8872 case "$1" in
8873 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8874 esac
8875 shift
8876 done
8877 else
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8879 $as_echo "no" >&6; }
8881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8882 CC="$ac_save_CC"
8887 if test "$ac_cv_header_pthread_h" = "yes"
8888 then
8889 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8890 if test "x$ac_cv_func_pthread_create" = xyes; then :
8892 else
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8894 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8895 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8896 $as_echo_n "(cached) " >&6
8897 else
8898 ac_check_lib_save_LIBS=$LIBS
8899 LIBS="-lpthread $LIBS"
8900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8901 /* end confdefs.h. */
8903 /* Override any GCC internal prototype to avoid an error.
8904 Use char because int might match the return type of a GCC
8905 builtin and then its argument prototype would still apply. */
8906 #ifdef __cplusplus
8907 extern "C"
8908 #endif
8909 char pthread_create ();
8911 main ()
8913 return pthread_create ();
8915 return 0;
8917 _ACEOF
8918 if ac_fn_c_try_link "$LINENO"; then :
8919 ac_cv_lib_pthread_pthread_create=yes
8920 else
8921 ac_cv_lib_pthread_pthread_create=no
8923 rm -f core conftest.err conftest.$ac_objext \
8924 conftest$ac_exeext conftest.$ac_ext
8925 LIBS=$ac_check_lib_save_LIBS
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8928 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8929 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8930 PTHREAD_LIBS="-lpthread"
8937 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8938 case "x$with_pthread" in
8939 xno) ;;
8940 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8941 Wine cannot support threads without libpthread.
8942 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8943 esac
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8948 $as_echo_n "checking for X... " >&6; }
8951 # Check whether --with-x was given.
8952 if test "${with_x+set}" = set; then :
8953 withval=$with_x;
8956 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8957 if test "x$with_x" = xno; then
8958 # The user explicitly disabled X.
8959 have_x=disabled
8960 else
8961 case $x_includes,$x_libraries in #(
8962 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8963 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8964 $as_echo_n "(cached) " >&6
8965 else
8966 # One or both of the vars are not set, and there is no cached value.
8967 ac_x_includes=no ac_x_libraries=no
8968 rm -f -r conftest.dir
8969 if mkdir conftest.dir; then
8970 cd conftest.dir
8971 cat >Imakefile <<'_ACEOF'
8972 incroot:
8973 @echo incroot='${INCROOT}'
8974 usrlibdir:
8975 @echo usrlibdir='${USRLIBDIR}'
8976 libdir:
8977 @echo libdir='${LIBDIR}'
8978 _ACEOF
8979 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8980 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8981 for ac_var in incroot usrlibdir libdir; do
8982 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8983 done
8984 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8985 for ac_extension in a so sl dylib la dll; do
8986 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8987 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8988 ac_im_usrlibdir=$ac_im_libdir; break
8990 done
8991 # Screen out bogus values from the imake configuration. They are
8992 # bogus both because they are the default anyway, and because
8993 # using them would break gcc on systems where it needs fixed includes.
8994 case $ac_im_incroot in
8995 /usr/include) ac_x_includes= ;;
8996 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8997 esac
8998 case $ac_im_usrlibdir in
8999 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9000 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9001 esac
9003 cd ..
9004 rm -f -r conftest.dir
9007 # Standard set of common directories for X headers.
9008 # Check X11 before X11Rn because it is often a symlink to the current release.
9009 ac_x_header_dirs='
9010 /usr/X11/include
9011 /usr/X11R7/include
9012 /usr/X11R6/include
9013 /usr/X11R5/include
9014 /usr/X11R4/include
9016 /usr/include/X11
9017 /usr/include/X11R7
9018 /usr/include/X11R6
9019 /usr/include/X11R5
9020 /usr/include/X11R4
9022 /usr/local/X11/include
9023 /usr/local/X11R7/include
9024 /usr/local/X11R6/include
9025 /usr/local/X11R5/include
9026 /usr/local/X11R4/include
9028 /usr/local/include/X11
9029 /usr/local/include/X11R7
9030 /usr/local/include/X11R6
9031 /usr/local/include/X11R5
9032 /usr/local/include/X11R4
9034 /usr/X386/include
9035 /usr/x386/include
9036 /usr/XFree86/include/X11
9038 /usr/include
9039 /usr/local/include
9040 /usr/unsupported/include
9041 /usr/athena/include
9042 /usr/local/x11r5/include
9043 /usr/lpp/Xamples/include
9045 /usr/openwin/include
9046 /usr/openwin/share/include'
9048 if test "$ac_x_includes" = no; then
9049 # Guess where to find include files, by looking for Xlib.h.
9050 # First, try using that file with no special directory specified.
9051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9052 /* end confdefs.h. */
9053 #include <X11/Xlib.h>
9054 _ACEOF
9055 if ac_fn_c_try_cpp "$LINENO"; then :
9056 # We can compile using X headers with no special include directory.
9057 ac_x_includes=
9058 else
9059 for ac_dir in $ac_x_header_dirs; do
9060 if test -r "$ac_dir/X11/Xlib.h"; then
9061 ac_x_includes=$ac_dir
9062 break
9064 done
9066 rm -f conftest.err conftest.i conftest.$ac_ext
9067 fi # $ac_x_includes = no
9069 if test "$ac_x_libraries" = no; then
9070 # Check for the libraries.
9071 # See if we find them without any special options.
9072 # Don't add to $LIBS permanently.
9073 ac_save_LIBS=$LIBS
9074 LIBS="-lX11 $LIBS"
9075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9076 /* end confdefs.h. */
9077 #include <X11/Xlib.h>
9079 main ()
9081 XrmInitialize ()
9083 return 0;
9085 _ACEOF
9086 if ac_fn_c_try_link "$LINENO"; then :
9087 LIBS=$ac_save_LIBS
9088 # We can link X programs with no special library path.
9089 ac_x_libraries=
9090 else
9091 LIBS=$ac_save_LIBS
9092 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9094 # Don't even attempt the hair of trying to link an X program!
9095 for ac_extension in a so sl dylib la dll; do
9096 if test -r "$ac_dir/libX11.$ac_extension"; then
9097 ac_x_libraries=$ac_dir
9098 break 2
9100 done
9101 done
9103 rm -f core conftest.err conftest.$ac_objext \
9104 conftest$ac_exeext conftest.$ac_ext
9105 fi # $ac_x_libraries = no
9107 case $ac_x_includes,$ac_x_libraries in #(
9108 no,* | *,no | *\'*)
9109 # Didn't find X, or a directory has "'" in its name.
9110 ac_cv_have_x="have_x=no";; #(
9112 # Record where we found X for the cache.
9113 ac_cv_have_x="have_x=yes\
9114 ac_x_includes='$ac_x_includes'\
9115 ac_x_libraries='$ac_x_libraries'"
9116 esac
9118 ;; #(
9119 *) have_x=yes;;
9120 esac
9121 eval "$ac_cv_have_x"
9122 fi # $with_x != no
9124 if test "$have_x" != yes; then
9125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9126 $as_echo "$have_x" >&6; }
9127 no_x=yes
9128 else
9129 # If each of the values was on the command line, it overrides each guess.
9130 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9131 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9132 # Update the cache value to reflect the command line values.
9133 ac_cv_have_x="have_x=yes\
9134 ac_x_includes='$x_includes'\
9135 ac_x_libraries='$x_libraries'"
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9137 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9140 if test "$no_x" = yes; then
9141 # Not all programs may use this symbol, but it does not hurt to define it.
9143 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9145 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9146 else
9147 if test -n "$x_includes"; then
9148 X_CFLAGS="$X_CFLAGS -I$x_includes"
9151 # It would also be nice to do this for all -L options, not just this one.
9152 if test -n "$x_libraries"; then
9153 X_LIBS="$X_LIBS -L$x_libraries"
9154 # For Solaris; some versions of Sun CC require a space after -R and
9155 # others require no space. Words are not sufficient . . . .
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9157 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9158 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9159 ac_xsave_c_werror_flag=$ac_c_werror_flag
9160 ac_c_werror_flag=yes
9161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9162 /* end confdefs.h. */
9165 main ()
9169 return 0;
9171 _ACEOF
9172 if ac_fn_c_try_link "$LINENO"; then :
9173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9174 $as_echo "no" >&6; }
9175 X_LIBS="$X_LIBS -R$x_libraries"
9176 else
9177 LIBS="$ac_xsave_LIBS -R $x_libraries"
9178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9179 /* end confdefs.h. */
9182 main ()
9186 return 0;
9188 _ACEOF
9189 if ac_fn_c_try_link "$LINENO"; then :
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9191 $as_echo "yes" >&6; }
9192 X_LIBS="$X_LIBS -R $x_libraries"
9193 else
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9195 $as_echo "neither works" >&6; }
9197 rm -f core conftest.err conftest.$ac_objext \
9198 conftest$ac_exeext conftest.$ac_ext
9200 rm -f core conftest.err conftest.$ac_objext \
9201 conftest$ac_exeext conftest.$ac_ext
9202 ac_c_werror_flag=$ac_xsave_c_werror_flag
9203 LIBS=$ac_xsave_LIBS
9206 # Check for system-dependent libraries X programs must link with.
9207 # Do this before checking for the system-independent R6 libraries
9208 # (-lICE), since we may need -lsocket or whatever for X linking.
9210 if test "$ISC" = yes; then
9211 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9212 else
9213 # Martyn Johnson says this is needed for Ultrix, if the X
9214 # libraries were built with DECnet support. And Karl Berry says
9215 # the Alpha needs dnet_stub (dnet does not exist).
9216 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9218 /* end confdefs.h. */
9220 /* Override any GCC internal prototype to avoid an error.
9221 Use char because int might match the return type of a GCC
9222 builtin and then its argument prototype would still apply. */
9223 #ifdef __cplusplus
9224 extern "C"
9225 #endif
9226 char XOpenDisplay ();
9228 main ()
9230 return XOpenDisplay ();
9232 return 0;
9234 _ACEOF
9235 if ac_fn_c_try_link "$LINENO"; then :
9237 else
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9239 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9240 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9241 $as_echo_n "(cached) " >&6
9242 else
9243 ac_check_lib_save_LIBS=$LIBS
9244 LIBS="-ldnet $LIBS"
9245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9246 /* end confdefs.h. */
9248 /* Override any GCC internal prototype to avoid an error.
9249 Use char because int might match the return type of a GCC
9250 builtin and then its argument prototype would still apply. */
9251 #ifdef __cplusplus
9252 extern "C"
9253 #endif
9254 char dnet_ntoa ();
9256 main ()
9258 return dnet_ntoa ();
9260 return 0;
9262 _ACEOF
9263 if ac_fn_c_try_link "$LINENO"; then :
9264 ac_cv_lib_dnet_dnet_ntoa=yes
9265 else
9266 ac_cv_lib_dnet_dnet_ntoa=no
9268 rm -f core conftest.err conftest.$ac_objext \
9269 conftest$ac_exeext conftest.$ac_ext
9270 LIBS=$ac_check_lib_save_LIBS
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9273 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9274 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9275 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9278 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9280 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9281 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9282 $as_echo_n "(cached) " >&6
9283 else
9284 ac_check_lib_save_LIBS=$LIBS
9285 LIBS="-ldnet_stub $LIBS"
9286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9287 /* end confdefs.h. */
9289 /* Override any GCC internal prototype to avoid an error.
9290 Use char because int might match the return type of a GCC
9291 builtin and then its argument prototype would still apply. */
9292 #ifdef __cplusplus
9293 extern "C"
9294 #endif
9295 char dnet_ntoa ();
9297 main ()
9299 return dnet_ntoa ();
9301 return 0;
9303 _ACEOF
9304 if ac_fn_c_try_link "$LINENO"; then :
9305 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9306 else
9307 ac_cv_lib_dnet_stub_dnet_ntoa=no
9309 rm -f core conftest.err conftest.$ac_objext \
9310 conftest$ac_exeext conftest.$ac_ext
9311 LIBS=$ac_check_lib_save_LIBS
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9314 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9315 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9316 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9321 rm -f core conftest.err conftest.$ac_objext \
9322 conftest$ac_exeext conftest.$ac_ext
9323 LIBS="$ac_xsave_LIBS"
9325 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9326 # to get the SysV transport functions.
9327 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9328 # needs -lnsl.
9329 # The nsl library prevents programs from opening the X display
9330 # on Irix 5.2, according to T.E. Dickey.
9331 # The functions gethostbyname, getservbyname, and inet_addr are
9332 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9333 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9334 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9338 if test $ac_cv_func_gethostbyname = no; then
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9340 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9341 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9342 $as_echo_n "(cached) " >&6
9343 else
9344 ac_check_lib_save_LIBS=$LIBS
9345 LIBS="-lnsl $LIBS"
9346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9347 /* end confdefs.h. */
9349 /* Override any GCC internal prototype to avoid an error.
9350 Use char because int might match the return type of a GCC
9351 builtin and then its argument prototype would still apply. */
9352 #ifdef __cplusplus
9353 extern "C"
9354 #endif
9355 char gethostbyname ();
9357 main ()
9359 return gethostbyname ();
9361 return 0;
9363 _ACEOF
9364 if ac_fn_c_try_link "$LINENO"; then :
9365 ac_cv_lib_nsl_gethostbyname=yes
9366 else
9367 ac_cv_lib_nsl_gethostbyname=no
9369 rm -f core conftest.err conftest.$ac_objext \
9370 conftest$ac_exeext conftest.$ac_ext
9371 LIBS=$ac_check_lib_save_LIBS
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9374 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9375 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9376 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9379 if test $ac_cv_lib_nsl_gethostbyname = no; then
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9381 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9382 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9383 $as_echo_n "(cached) " >&6
9384 else
9385 ac_check_lib_save_LIBS=$LIBS
9386 LIBS="-lbsd $LIBS"
9387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9388 /* end confdefs.h. */
9390 /* Override any GCC internal prototype to avoid an error.
9391 Use char because int might match the return type of a GCC
9392 builtin and then its argument prototype would still apply. */
9393 #ifdef __cplusplus
9394 extern "C"
9395 #endif
9396 char gethostbyname ();
9398 main ()
9400 return gethostbyname ();
9402 return 0;
9404 _ACEOF
9405 if ac_fn_c_try_link "$LINENO"; then :
9406 ac_cv_lib_bsd_gethostbyname=yes
9407 else
9408 ac_cv_lib_bsd_gethostbyname=no
9410 rm -f core conftest.err conftest.$ac_objext \
9411 conftest$ac_exeext conftest.$ac_ext
9412 LIBS=$ac_check_lib_save_LIBS
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9415 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9416 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9417 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9423 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9424 # socket/setsockopt and other routines are undefined under SCO ODT
9425 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9426 # on later versions), says Simon Leinen: it contains gethostby*
9427 # variants that don't use the name server (or something). -lsocket
9428 # must be given before -lnsl if both are needed. We assume that
9429 # if connect needs -lnsl, so does gethostbyname.
9430 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9431 if test "x$ac_cv_func_connect" = xyes; then :
9435 if test $ac_cv_func_connect = no; then
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9437 $as_echo_n "checking for connect in -lsocket... " >&6; }
9438 if ${ac_cv_lib_socket_connect+:} false; then :
9439 $as_echo_n "(cached) " >&6
9440 else
9441 ac_check_lib_save_LIBS=$LIBS
9442 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9444 /* end confdefs.h. */
9446 /* Override any GCC internal prototype to avoid an error.
9447 Use char because int might match the return type of a GCC
9448 builtin and then its argument prototype would still apply. */
9449 #ifdef __cplusplus
9450 extern "C"
9451 #endif
9452 char connect ();
9454 main ()
9456 return connect ();
9458 return 0;
9460 _ACEOF
9461 if ac_fn_c_try_link "$LINENO"; then :
9462 ac_cv_lib_socket_connect=yes
9463 else
9464 ac_cv_lib_socket_connect=no
9466 rm -f core conftest.err conftest.$ac_objext \
9467 conftest$ac_exeext conftest.$ac_ext
9468 LIBS=$ac_check_lib_save_LIBS
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9471 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9472 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9473 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9478 # Guillermo Gomez says -lposix is necessary on A/UX.
9479 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9480 if test "x$ac_cv_func_remove" = xyes; then :
9484 if test $ac_cv_func_remove = no; then
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9486 $as_echo_n "checking for remove in -lposix... " >&6; }
9487 if ${ac_cv_lib_posix_remove+:} false; then :
9488 $as_echo_n "(cached) " >&6
9489 else
9490 ac_check_lib_save_LIBS=$LIBS
9491 LIBS="-lposix $LIBS"
9492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9493 /* end confdefs.h. */
9495 /* Override any GCC internal prototype to avoid an error.
9496 Use char because int might match the return type of a GCC
9497 builtin and then its argument prototype would still apply. */
9498 #ifdef __cplusplus
9499 extern "C"
9500 #endif
9501 char remove ();
9503 main ()
9505 return remove ();
9507 return 0;
9509 _ACEOF
9510 if ac_fn_c_try_link "$LINENO"; then :
9511 ac_cv_lib_posix_remove=yes
9512 else
9513 ac_cv_lib_posix_remove=no
9515 rm -f core conftest.err conftest.$ac_objext \
9516 conftest$ac_exeext conftest.$ac_ext
9517 LIBS=$ac_check_lib_save_LIBS
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9520 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9521 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9522 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9527 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9528 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9529 if test "x$ac_cv_func_shmat" = xyes; then :
9533 if test $ac_cv_func_shmat = no; then
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9535 $as_echo_n "checking for shmat in -lipc... " >&6; }
9536 if ${ac_cv_lib_ipc_shmat+:} false; then :
9537 $as_echo_n "(cached) " >&6
9538 else
9539 ac_check_lib_save_LIBS=$LIBS
9540 LIBS="-lipc $LIBS"
9541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9542 /* end confdefs.h. */
9544 /* Override any GCC internal prototype to avoid an error.
9545 Use char because int might match the return type of a GCC
9546 builtin and then its argument prototype would still apply. */
9547 #ifdef __cplusplus
9548 extern "C"
9549 #endif
9550 char shmat ();
9552 main ()
9554 return shmat ();
9556 return 0;
9558 _ACEOF
9559 if ac_fn_c_try_link "$LINENO"; then :
9560 ac_cv_lib_ipc_shmat=yes
9561 else
9562 ac_cv_lib_ipc_shmat=no
9564 rm -f core conftest.err conftest.$ac_objext \
9565 conftest$ac_exeext conftest.$ac_ext
9566 LIBS=$ac_check_lib_save_LIBS
9568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9569 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9570 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9571 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9577 # Check for libraries that X11R6 Xt/Xaw programs need.
9578 ac_save_LDFLAGS=$LDFLAGS
9579 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9580 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9581 # check for ICE first), but we must link in the order -lSM -lICE or
9582 # we get undefined symbols. So assume we have SM if we have ICE.
9583 # These have to be linked with before -lX11, unlike the other
9584 # libraries we check for below, so use a different variable.
9585 # John Interrante, Karl Berry
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9587 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9588 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9589 $as_echo_n "(cached) " >&6
9590 else
9591 ac_check_lib_save_LIBS=$LIBS
9592 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9594 /* end confdefs.h. */
9596 /* Override any GCC internal prototype to avoid an error.
9597 Use char because int might match the return type of a GCC
9598 builtin and then its argument prototype would still apply. */
9599 #ifdef __cplusplus
9600 extern "C"
9601 #endif
9602 char IceConnectionNumber ();
9604 main ()
9606 return IceConnectionNumber ();
9608 return 0;
9610 _ACEOF
9611 if ac_fn_c_try_link "$LINENO"; then :
9612 ac_cv_lib_ICE_IceConnectionNumber=yes
9613 else
9614 ac_cv_lib_ICE_IceConnectionNumber=no
9616 rm -f core conftest.err conftest.$ac_objext \
9617 conftest$ac_exeext conftest.$ac_ext
9618 LIBS=$ac_check_lib_save_LIBS
9620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9621 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9622 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9623 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9626 LDFLAGS=$ac_save_LDFLAGS
9631 if test "$have_x" = "yes"
9632 then
9633 ac_save_CPPFLAGS="$CPPFLAGS"
9634 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9637 $as_echo_n "checking for -lX11... " >&6; }
9638 if ${ac_cv_lib_soname_X11+:} false; then :
9639 $as_echo_n "(cached) " >&6
9640 else
9641 ac_check_soname_save_LIBS=$LIBS
9642 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9644 /* end confdefs.h. */
9646 /* Override any GCC internal prototype to avoid an error.
9647 Use char because int might match the return type of a GCC
9648 builtin and then its argument prototype would still apply. */
9649 #ifdef __cplusplus
9650 extern "C"
9651 #endif
9652 char XCreateWindow ();
9654 main ()
9656 return XCreateWindow ();
9658 return 0;
9660 _ACEOF
9661 if ac_fn_c_try_link "$LINENO"; then :
9662 case "$LIBEXT" in
9663 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9664 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'` ;;
9665 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9666 if ${ac_cv_lib_soname_X11:+false} :; then :
9667 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9668 fi ;;
9669 esac
9671 rm -f core conftest.err conftest.$ac_objext \
9672 conftest$ac_exeext conftest.$ac_ext
9673 LIBS=$ac_check_soname_save_LIBS
9675 if ${ac_cv_lib_soname_X11:+false} :; then :
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9677 $as_echo "not found" >&6; }
9679 else
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9681 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9683 cat >>confdefs.h <<_ACEOF
9684 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9685 _ACEOF
9689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9690 $as_echo_n "checking for -lXext... " >&6; }
9691 if ${ac_cv_lib_soname_Xext+:} false; then :
9692 $as_echo_n "(cached) " >&6
9693 else
9694 ac_check_soname_save_LIBS=$LIBS
9695 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9697 /* end confdefs.h. */
9699 /* Override any GCC internal prototype to avoid an error.
9700 Use char because int might match the return type of a GCC
9701 builtin and then its argument prototype would still apply. */
9702 #ifdef __cplusplus
9703 extern "C"
9704 #endif
9705 char XextCreateExtension ();
9707 main ()
9709 return XextCreateExtension ();
9711 return 0;
9713 _ACEOF
9714 if ac_fn_c_try_link "$LINENO"; then :
9715 case "$LIBEXT" in
9716 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9717 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'` ;;
9718 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9719 if ${ac_cv_lib_soname_Xext:+false} :; then :
9720 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9721 fi ;;
9722 esac
9724 rm -f core conftest.err conftest.$ac_objext \
9725 conftest$ac_exeext conftest.$ac_ext
9726 LIBS=$ac_check_soname_save_LIBS
9728 if ${ac_cv_lib_soname_Xext:+false} :; then :
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9730 $as_echo "not found" >&6; }
9732 else
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9734 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9736 cat >>confdefs.h <<_ACEOF
9737 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9738 _ACEOF
9740 X_LIBS="$X_LIBS -lXext"
9742 X_LIBS="$X_LIBS -lX11"
9744 for ac_header in X11/Xlib.h \
9745 X11/XKBlib.h \
9746 X11/Xutil.h \
9747 X11/Xcursor/Xcursor.h \
9748 X11/extensions/shape.h \
9749 X11/extensions/XInput.h \
9750 X11/extensions/XInput2.h \
9751 X11/extensions/XShm.h \
9752 X11/extensions/Xcomposite.h \
9753 X11/extensions/Xinerama.h \
9754 X11/extensions/Xrandr.h \
9755 X11/extensions/Xrender.h \
9756 X11/extensions/xf86vmode.h \
9757 X11/extensions/xf86vmproto.h
9758 do :
9759 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9760 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9761 # include <X11/Xlib.h>
9762 #endif
9763 #ifdef HAVE_X11_XUTIL_H
9764 # include <X11/Xutil.h>
9765 #endif
9767 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9768 cat >>confdefs.h <<_ACEOF
9769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9770 _ACEOF
9774 done
9777 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9778 then
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9780 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9781 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9782 $as_echo_n "(cached) " >&6
9783 else
9784 ac_check_lib_save_LIBS=$LIBS
9785 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9787 /* end confdefs.h. */
9789 /* Override any GCC internal prototype to avoid an error.
9790 Use char because int might match the return type of a GCC
9791 builtin and then its argument prototype would still apply. */
9792 #ifdef __cplusplus
9793 extern "C"
9794 #endif
9795 char XkbQueryExtension ();
9797 main ()
9799 return XkbQueryExtension ();
9801 return 0;
9803 _ACEOF
9804 if ac_fn_c_try_link "$LINENO"; then :
9805 ac_cv_lib_X11_XkbQueryExtension=yes
9806 else
9807 ac_cv_lib_X11_XkbQueryExtension=no
9809 rm -f core conftest.err conftest.$ac_objext \
9810 conftest$ac_exeext conftest.$ac_ext
9811 LIBS=$ac_check_lib_save_LIBS
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9814 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9815 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9817 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9823 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9824 then
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9826 $as_echo_n "checking for -lXcursor... " >&6; }
9827 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9828 $as_echo_n "(cached) " >&6
9829 else
9830 ac_check_soname_save_LIBS=$LIBS
9831 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9833 /* end confdefs.h. */
9835 /* Override any GCC internal prototype to avoid an error.
9836 Use char because int might match the return type of a GCC
9837 builtin and then its argument prototype would still apply. */
9838 #ifdef __cplusplus
9839 extern "C"
9840 #endif
9841 char XcursorImageLoadCursor ();
9843 main ()
9845 return XcursorImageLoadCursor ();
9847 return 0;
9849 _ACEOF
9850 if ac_fn_c_try_link "$LINENO"; then :
9851 case "$LIBEXT" in
9852 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9853 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'` ;;
9854 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9855 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9856 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9857 fi ;;
9858 esac
9860 rm -f core conftest.err conftest.$ac_objext \
9861 conftest$ac_exeext conftest.$ac_ext
9862 LIBS=$ac_check_soname_save_LIBS
9864 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9866 $as_echo "not found" >&6; }
9868 else
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9870 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9872 cat >>confdefs.h <<_ACEOF
9873 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9874 _ACEOF
9879 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9880 case "x$with_xcursor" in
9881 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9882 xno) ;;
9883 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9884 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9885 esac
9888 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9889 then
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9891 $as_echo_n "checking for -lXi... " >&6; }
9892 if ${ac_cv_lib_soname_Xi+:} false; then :
9893 $as_echo_n "(cached) " >&6
9894 else
9895 ac_check_soname_save_LIBS=$LIBS
9896 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9898 /* end confdefs.h. */
9900 /* Override any GCC internal prototype to avoid an error.
9901 Use char because int might match the return type of a GCC
9902 builtin and then its argument prototype would still apply. */
9903 #ifdef __cplusplus
9904 extern "C"
9905 #endif
9906 char XOpenDevice ();
9908 main ()
9910 return XOpenDevice ();
9912 return 0;
9914 _ACEOF
9915 if ac_fn_c_try_link "$LINENO"; then :
9916 case "$LIBEXT" in
9917 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9918 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'` ;;
9919 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9920 if ${ac_cv_lib_soname_Xi:+false} :; then :
9921 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9922 fi ;;
9923 esac
9925 rm -f core conftest.err conftest.$ac_objext \
9926 conftest$ac_exeext conftest.$ac_ext
9927 LIBS=$ac_check_soname_save_LIBS
9929 if ${ac_cv_lib_soname_Xi:+false} :; then :
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9931 $as_echo "not found" >&6; }
9933 else
9934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9935 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9937 cat >>confdefs.h <<_ACEOF
9938 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9939 _ACEOF
9944 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9945 case "x$with_xinput" in
9946 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9947 xno) ;;
9948 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9949 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9950 esac
9953 if test "x$ac_cv_lib_soname_Xi" != x
9954 then
9955 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9956 case "x$with_xinput2" in
9957 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9958 xno) ;;
9959 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9960 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9961 esac
9965 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9966 then
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9968 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9969 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9970 $as_echo_n "(cached) " >&6
9971 else
9972 ac_check_lib_save_LIBS=$LIBS
9973 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9975 /* end confdefs.h. */
9977 /* Override any GCC internal prototype to avoid an error.
9978 Use char because int might match the return type of a GCC
9979 builtin and then its argument prototype would still apply. */
9980 #ifdef __cplusplus
9981 extern "C"
9982 #endif
9983 char XShmQueryExtension ();
9985 main ()
9987 return XShmQueryExtension ();
9989 return 0;
9991 _ACEOF
9992 if ac_fn_c_try_link "$LINENO"; then :
9993 ac_cv_lib_Xext_XShmQueryExtension=yes
9994 else
9995 ac_cv_lib_Xext_XShmQueryExtension=no
9997 rm -f core conftest.err conftest.$ac_objext \
9998 conftest$ac_exeext conftest.$ac_ext
9999 LIBS=$ac_check_lib_save_LIBS
10001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10002 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10003 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10005 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10010 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10011 case "x$with_xshm" in
10012 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10013 xno) ;;
10014 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10015 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10016 esac
10019 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10020 then
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10022 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10023 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10024 $as_echo_n "(cached) " >&6
10025 else
10026 ac_check_lib_save_LIBS=$LIBS
10027 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10029 /* end confdefs.h. */
10031 /* Override any GCC internal prototype to avoid an error.
10032 Use char because int might match the return type of a GCC
10033 builtin and then its argument prototype would still apply. */
10034 #ifdef __cplusplus
10035 extern "C"
10036 #endif
10037 char XShapeQueryExtension ();
10039 main ()
10041 return XShapeQueryExtension ();
10043 return 0;
10045 _ACEOF
10046 if ac_fn_c_try_link "$LINENO"; then :
10047 ac_cv_lib_Xext_XShapeQueryExtension=yes
10048 else
10049 ac_cv_lib_Xext_XShapeQueryExtension=no
10051 rm -f core conftest.err conftest.$ac_objext \
10052 conftest$ac_exeext conftest.$ac_ext
10053 LIBS=$ac_check_lib_save_LIBS
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10056 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10057 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10059 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10064 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10065 case "x$with_xshape" in
10066 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10067 xno) ;;
10068 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10069 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10070 esac
10073 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10074 then
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10076 $as_echo_n "checking for -lXxf86vm... " >&6; }
10077 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10078 $as_echo_n "(cached) " >&6
10079 else
10080 ac_check_soname_save_LIBS=$LIBS
10081 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10083 /* end confdefs.h. */
10085 /* Override any GCC internal prototype to avoid an error.
10086 Use char because int might match the return type of a GCC
10087 builtin and then its argument prototype would still apply. */
10088 #ifdef __cplusplus
10089 extern "C"
10090 #endif
10091 char XF86VidModeQueryExtension ();
10093 main ()
10095 return XF86VidModeQueryExtension ();
10097 return 0;
10099 _ACEOF
10100 if ac_fn_c_try_link "$LINENO"; then :
10101 case "$LIBEXT" in
10102 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10103 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'` ;;
10104 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10105 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10106 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10107 fi ;;
10108 esac
10110 rm -f core conftest.err conftest.$ac_objext \
10111 conftest$ac_exeext conftest.$ac_ext
10112 LIBS=$ac_check_soname_save_LIBS
10114 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10116 $as_echo "not found" >&6; }
10118 else
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10120 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10122 cat >>confdefs.h <<_ACEOF
10123 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10124 _ACEOF
10129 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10130 case "x$with_xxf86vm" in
10131 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10132 xno) ;;
10133 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10134 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10135 esac
10138 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10139 then
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10141 $as_echo_n "checking for -lXrender... " >&6; }
10142 if ${ac_cv_lib_soname_Xrender+:} false; then :
10143 $as_echo_n "(cached) " >&6
10144 else
10145 ac_check_soname_save_LIBS=$LIBS
10146 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10148 /* end confdefs.h. */
10150 /* Override any GCC internal prototype to avoid an error.
10151 Use char because int might match the return type of a GCC
10152 builtin and then its argument prototype would still apply. */
10153 #ifdef __cplusplus
10154 extern "C"
10155 #endif
10156 char XRenderQueryExtension ();
10158 main ()
10160 return XRenderQueryExtension ();
10162 return 0;
10164 _ACEOF
10165 if ac_fn_c_try_link "$LINENO"; then :
10166 case "$LIBEXT" in
10167 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10168 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'` ;;
10169 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10170 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10171 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10172 fi ;;
10173 esac
10175 rm -f core conftest.err conftest.$ac_objext \
10176 conftest$ac_exeext conftest.$ac_ext
10177 LIBS=$ac_check_soname_save_LIBS
10179 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10181 $as_echo "not found" >&6; }
10183 else
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10185 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10187 cat >>confdefs.h <<_ACEOF
10188 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10189 _ACEOF
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10192 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10193 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10194 $as_echo_n "(cached) " >&6
10195 else
10196 ac_check_lib_save_LIBS=$LIBS
10197 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10199 /* end confdefs.h. */
10201 /* Override any GCC internal prototype to avoid an error.
10202 Use char because int might match the return type of a GCC
10203 builtin and then its argument prototype would still apply. */
10204 #ifdef __cplusplus
10205 extern "C"
10206 #endif
10207 char XRenderSetPictureTransform ();
10209 main ()
10211 return XRenderSetPictureTransform ();
10213 return 0;
10215 _ACEOF
10216 if ac_fn_c_try_link "$LINENO"; then :
10217 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10218 else
10219 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10221 rm -f core conftest.err conftest.$ac_objext \
10222 conftest$ac_exeext conftest.$ac_ext
10223 LIBS=$ac_check_lib_save_LIBS
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10226 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10227 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10229 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10234 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10235 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10236 $as_echo_n "(cached) " >&6
10237 else
10238 ac_check_lib_save_LIBS=$LIBS
10239 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10241 /* end confdefs.h. */
10243 /* Override any GCC internal prototype to avoid an error.
10244 Use char because int might match the return type of a GCC
10245 builtin and then its argument prototype would still apply. */
10246 #ifdef __cplusplus
10247 extern "C"
10248 #endif
10249 char XRenderCreateLinearGradient ();
10251 main ()
10253 return XRenderCreateLinearGradient ();
10255 return 0;
10257 _ACEOF
10258 if ac_fn_c_try_link "$LINENO"; then :
10259 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10260 else
10261 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10263 rm -f core conftest.err conftest.$ac_objext \
10264 conftest$ac_exeext conftest.$ac_ext
10265 LIBS=$ac_check_lib_save_LIBS
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10268 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10269 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10271 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10278 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10279 case "x$with_xrender" in
10280 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10281 xno) ;;
10282 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10283 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10284 esac
10287 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10288 then
10289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10290 /* end confdefs.h. */
10291 #include <X11/Xlib.h>
10292 #include <X11/extensions/Xrandr.h>
10294 main ()
10296 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10298 return 0;
10300 _ACEOF
10301 if ac_fn_c_try_compile "$LINENO"; then :
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10303 $as_echo_n "checking for -lXrandr... " >&6; }
10304 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10305 $as_echo_n "(cached) " >&6
10306 else
10307 ac_check_soname_save_LIBS=$LIBS
10308 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10310 /* end confdefs.h. */
10312 /* Override any GCC internal prototype to avoid an error.
10313 Use char because int might match the return type of a GCC
10314 builtin and then its argument prototype would still apply. */
10315 #ifdef __cplusplus
10316 extern "C"
10317 #endif
10318 char XRRQueryExtension ();
10320 main ()
10322 return XRRQueryExtension ();
10324 return 0;
10326 _ACEOF
10327 if ac_fn_c_try_link "$LINENO"; then :
10328 case "$LIBEXT" in
10329 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10330 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'` ;;
10331 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10332 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10333 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10334 fi ;;
10335 esac
10337 rm -f core conftest.err conftest.$ac_objext \
10338 conftest$ac_exeext conftest.$ac_ext
10339 LIBS=$ac_check_soname_save_LIBS
10341 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10343 $as_echo "not found" >&6; }
10345 else
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10347 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10349 cat >>confdefs.h <<_ACEOF
10350 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10351 _ACEOF
10353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10354 /* end confdefs.h. */
10355 #include <X11/Xlib.h>
10356 #include <X11/extensions/Xrandr.h>
10358 main ()
10360 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10362 return 0;
10364 _ACEOF
10365 if ac_fn_c_try_compile "$LINENO"; then :
10367 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10375 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10376 case "x$with_xrandr" in
10377 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10378 xno) ;;
10379 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10380 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10381 esac
10384 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10385 then
10386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10387 /* end confdefs.h. */
10388 #include <X11/Xlib.h>
10389 #include <X11/extensions/Xinerama.h>
10391 main ()
10393 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10395 return 0;
10397 _ACEOF
10398 if ac_fn_c_try_compile "$LINENO"; then :
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10400 $as_echo_n "checking for -lXinerama... " >&6; }
10401 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10402 $as_echo_n "(cached) " >&6
10403 else
10404 ac_check_soname_save_LIBS=$LIBS
10405 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10407 /* end confdefs.h. */
10409 /* Override any GCC internal prototype to avoid an error.
10410 Use char because int might match the return type of a GCC
10411 builtin and then its argument prototype would still apply. */
10412 #ifdef __cplusplus
10413 extern "C"
10414 #endif
10415 char XineramaQueryScreens ();
10417 main ()
10419 return XineramaQueryScreens ();
10421 return 0;
10423 _ACEOF
10424 if ac_fn_c_try_link "$LINENO"; then :
10425 case "$LIBEXT" in
10426 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10427 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'` ;;
10428 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10429 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10430 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10431 fi ;;
10432 esac
10434 rm -f core conftest.err conftest.$ac_objext \
10435 conftest$ac_exeext conftest.$ac_ext
10436 LIBS=$ac_check_soname_save_LIBS
10438 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10440 $as_echo "not found" >&6; }
10442 else
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10444 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10446 cat >>confdefs.h <<_ACEOF
10447 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10448 _ACEOF
10453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10455 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10456 case "x$with_xinerama" in
10457 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10458 xno) ;;
10459 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10460 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10461 esac
10464 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10465 then
10466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10467 $as_echo_n "checking for -lXcomposite... " >&6; }
10468 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10469 $as_echo_n "(cached) " >&6
10470 else
10471 ac_check_soname_save_LIBS=$LIBS
10472 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10474 /* end confdefs.h. */
10476 /* Override any GCC internal prototype to avoid an error.
10477 Use char because int might match the return type of a GCC
10478 builtin and then its argument prototype would still apply. */
10479 #ifdef __cplusplus
10480 extern "C"
10481 #endif
10482 char XCompositeRedirectWindow ();
10484 main ()
10486 return XCompositeRedirectWindow ();
10488 return 0;
10490 _ACEOF
10491 if ac_fn_c_try_link "$LINENO"; then :
10492 case "$LIBEXT" in
10493 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10494 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'` ;;
10495 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10496 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10497 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10498 fi ;;
10499 esac
10501 rm -f core conftest.err conftest.$ac_objext \
10502 conftest$ac_exeext conftest.$ac_ext
10503 LIBS=$ac_check_soname_save_LIBS
10505 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10507 $as_echo "not found" >&6; }
10509 else
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10511 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10513 cat >>confdefs.h <<_ACEOF
10514 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10515 _ACEOF
10520 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10521 case "x$with_xcomposite" in
10522 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10523 xno) ;;
10524 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10525 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10526 esac
10529 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10530 #include <X11/Xlib.h>
10531 #endif
10533 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10535 cat >>confdefs.h <<_ACEOF
10536 #define HAVE_XICCALLBACK_CALLBACK 1
10537 _ACEOF
10541 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10542 #include <X11/Xlib.h>
10543 #endif
10545 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10547 cat >>confdefs.h <<_ACEOF
10548 #define HAVE_XEVENT_XCOOKIE 1
10549 _ACEOF
10556 opengl_msg=""
10557 if test "x$with_opengl" != "xno"
10558 then
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10560 $as_echo_n "checking for -lGL... " >&6; }
10561 if ${ac_cv_lib_soname_GL+:} false; then :
10562 $as_echo_n "(cached) " >&6
10563 else
10564 ac_check_soname_save_LIBS=$LIBS
10565 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10567 /* end confdefs.h. */
10569 /* Override any GCC internal prototype to avoid an error.
10570 Use char because int might match the return type of a GCC
10571 builtin and then its argument prototype would still apply. */
10572 #ifdef __cplusplus
10573 extern "C"
10574 #endif
10575 char glXCreateContext ();
10577 main ()
10579 return glXCreateContext ();
10581 return 0;
10583 _ACEOF
10584 if ac_fn_c_try_link "$LINENO"; then :
10585 case "$LIBEXT" in
10586 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10587 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'` ;;
10588 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10589 if ${ac_cv_lib_soname_GL:+false} :; then :
10590 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10591 fi ;;
10592 esac
10594 rm -f core conftest.err conftest.$ac_objext \
10595 conftest$ac_exeext conftest.$ac_ext
10596 LIBS=$ac_check_soname_save_LIBS
10598 if ${ac_cv_lib_soname_GL:+false} :; then :
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10600 $as_echo "not found" >&6; }
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10602 $as_echo_n "checking for -lGL... " >&6; }
10603 if ${ac_cv_lib_soname_GL+:} false; then :
10604 $as_echo_n "(cached) " >&6
10605 else
10606 ac_check_soname_save_LIBS=$LIBS
10607 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"
10608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10609 /* end confdefs.h. */
10611 /* Override any GCC internal prototype to avoid an error.
10612 Use char because int might match the return type of a GCC
10613 builtin and then its argument prototype would still apply. */
10614 #ifdef __cplusplus
10615 extern "C"
10616 #endif
10617 char glXCreateContext ();
10619 main ()
10621 return glXCreateContext ();
10623 return 0;
10625 _ACEOF
10626 if ac_fn_c_try_link "$LINENO"; then :
10627 case "$LIBEXT" in
10628 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10629 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'` ;;
10630 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10631 if ${ac_cv_lib_soname_GL:+false} :; then :
10632 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10633 fi ;;
10634 esac
10636 rm -f core conftest.err conftest.$ac_objext \
10637 conftest$ac_exeext conftest.$ac_ext
10638 LIBS=$ac_check_soname_save_LIBS
10640 if ${ac_cv_lib_soname_GL:+false} :; then :
10641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10642 $as_echo "not found" >&6; }
10643 if test -f /usr/X11R6/lib/libGL.a
10644 then
10645 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10646 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10647 else
10648 opengl_msg="No OpenGL library found on this system."
10650 else
10651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10652 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10654 cat >>confdefs.h <<_ACEOF
10655 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10656 _ACEOF
10658 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"
10660 else
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10662 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10664 cat >>confdefs.h <<_ACEOF
10665 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10666 _ACEOF
10668 OPENGL_LIBS="-lGL"
10670 if test "x$with_glu" != "xno"
10671 then
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10673 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10674 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10675 $as_echo_n "(cached) " >&6
10676 else
10677 ac_check_lib_save_LIBS=$LIBS
10678 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10680 /* end confdefs.h. */
10682 /* Override any GCC internal prototype to avoid an error.
10683 Use char because int might match the return type of a GCC
10684 builtin and then its argument prototype would still apply. */
10685 #ifdef __cplusplus
10686 extern "C"
10687 #endif
10688 char gluLookAt ();
10690 main ()
10692 return gluLookAt ();
10694 return 0;
10696 _ACEOF
10697 if ac_fn_c_try_link "$LINENO"; then :
10698 ac_cv_lib_GLU_gluLookAt=yes
10699 else
10700 ac_cv_lib_GLU_gluLookAt=no
10702 rm -f core conftest.err conftest.$ac_objext \
10703 conftest$ac_exeext conftest.$ac_ext
10704 LIBS=$ac_check_lib_save_LIBS
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10707 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10708 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10712 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10713 case "x$with_glu" in
10714 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10715 xno) ;;
10716 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10717 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10718 esac
10722 if test "x$with_osmesa" != "xno"
10723 then
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10725 $as_echo_n "checking for -lOSMesa... " >&6; }
10726 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10727 $as_echo_n "(cached) " >&6
10728 else
10729 ac_check_soname_save_LIBS=$LIBS
10730 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10732 /* end confdefs.h. */
10734 /* Override any GCC internal prototype to avoid an error.
10735 Use char because int might match the return type of a GCC
10736 builtin and then its argument prototype would still apply. */
10737 #ifdef __cplusplus
10738 extern "C"
10739 #endif
10740 char glAccum ();
10742 main ()
10744 return glAccum ();
10746 return 0;
10748 _ACEOF
10749 if ac_fn_c_try_link "$LINENO"; then :
10750 case "$LIBEXT" in
10751 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10752 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'` ;;
10753 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10754 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10755 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10756 fi ;;
10757 esac
10759 rm -f core conftest.err conftest.$ac_objext \
10760 conftest$ac_exeext conftest.$ac_ext
10761 LIBS=$ac_check_soname_save_LIBS
10763 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10765 $as_echo "not found" >&6; }
10767 else
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10769 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10771 cat >>confdefs.h <<_ACEOF
10772 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10773 _ACEOF
10777 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10778 case "x$with_osmesa" in
10779 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10780 xno) ;;
10781 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10782 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10783 esac
10787 if test -n "$opengl_msg"; then :
10788 case "x$with_opengl" in
10789 x) as_fn_append wine_warnings "|$opengl_msg
10790 OpenGL and Direct3D won't be supported." ;;
10791 xno) ;;
10792 *) as_fn_error $? "$opengl_msg
10793 OpenGL and Direct3D won't be supported.
10794 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10795 esac
10798 CPPFLAGS="$ac_save_CPPFLAGS"
10799 else
10800 X_CFLAGS=""
10801 X_LIBS=""
10802 enable_winex11_drv=${enable_winex11_drv:-no}
10804 if test "x$X_LIBS" = "x"; then :
10805 case "x$with_x" in
10806 xno) ;;
10807 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10808 without X support, which probably isn't what you want. You will need
10809 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10810 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10811 esac
10814 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10816 if test "$ac_cv_header_CL_cl_h" = "yes"
10817 then
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10819 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10820 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10821 $as_echo_n "(cached) " >&6
10822 else
10823 ac_check_lib_save_LIBS=$LIBS
10824 LIBS="-lOpenCL $LIBS"
10825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10826 /* end confdefs.h. */
10828 /* Override any GCC internal prototype to avoid an error.
10829 Use char because int might match the return type of a GCC
10830 builtin and then its argument prototype would still apply. */
10831 #ifdef __cplusplus
10832 extern "C"
10833 #endif
10834 char clGetPlatformInfo ();
10836 main ()
10838 return clGetPlatformInfo ();
10840 return 0;
10842 _ACEOF
10843 if ac_fn_c_try_link "$LINENO"; then :
10844 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10845 else
10846 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10848 rm -f core conftest.err conftest.$ac_objext \
10849 conftest$ac_exeext conftest.$ac_ext
10850 LIBS=$ac_check_lib_save_LIBS
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10853 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10854 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10855 OPENCL_LIBS="-lOpenCL"
10860 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10861 case "x$with_opencl" in
10862 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10863 xno) ;;
10864 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10865 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10866 esac
10868 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10870 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10871 then
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10873 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10874 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10875 $as_echo_n "(cached) " >&6
10876 else
10877 ac_check_lib_save_LIBS=$LIBS
10878 LIBS="-lpcap $LIBS"
10879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10880 /* end confdefs.h. */
10882 /* Override any GCC internal prototype to avoid an error.
10883 Use char because int might match the return type of a GCC
10884 builtin and then its argument prototype would still apply. */
10885 #ifdef __cplusplus
10886 extern "C"
10887 #endif
10888 char pcap_create ();
10890 main ()
10892 return pcap_create ();
10894 return 0;
10896 _ACEOF
10897 if ac_fn_c_try_link "$LINENO"; then :
10898 ac_cv_lib_pcap_pcap_create=yes
10899 else
10900 ac_cv_lib_pcap_pcap_create=no
10902 rm -f core conftest.err conftest.$ac_objext \
10903 conftest$ac_exeext conftest.$ac_ext
10904 LIBS=$ac_check_lib_save_LIBS
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10907 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10908 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10909 LIBPCAP="-lpcap"
10914 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10915 case "x$with_pcap" in
10916 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10917 xno) ;;
10918 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10919 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10920 esac
10922 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10925 if test "x$with_xml" != "xno"
10926 then
10927 if ${XML2_CFLAGS:+false} :; then :
10928 if ${PKG_CONFIG+:} false; then :
10929 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10932 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10933 if ${XML2_LIBS:+false} :; then :
10934 if ${PKG_CONFIG+:} false; then :
10935 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10938 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10939 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10940 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10941 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10942 ac_save_CPPFLAGS=$CPPFLAGS
10943 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10944 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10945 do :
10946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10947 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10948 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10949 cat >>confdefs.h <<_ACEOF
10950 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10951 _ACEOF
10955 done
10957 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"
10958 then
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10960 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10961 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10962 $as_echo_n "(cached) " >&6
10963 else
10964 ac_check_lib_save_LIBS=$LIBS
10965 LIBS="-lxml2 $XML2_LIBS $LIBS"
10966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10967 /* end confdefs.h. */
10969 /* Override any GCC internal prototype to avoid an error.
10970 Use char because int might match the return type of a GCC
10971 builtin and then its argument prototype would still apply. */
10972 #ifdef __cplusplus
10973 extern "C"
10974 #endif
10975 char xmlParseMemory ();
10977 main ()
10979 return xmlParseMemory ();
10981 return 0;
10983 _ACEOF
10984 if ac_fn_c_try_link "$LINENO"; then :
10985 ac_cv_lib_xml2_xmlParseMemory=yes
10986 else
10987 ac_cv_lib_xml2_xmlParseMemory=no
10989 rm -f core conftest.err conftest.$ac_objext \
10990 conftest$ac_exeext conftest.$ac_ext
10991 LIBS=$ac_check_lib_save_LIBS
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10994 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10995 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10997 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10999 else
11000 XML2_LIBS=""
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11004 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11005 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11006 $as_echo_n "(cached) " >&6
11007 else
11008 ac_check_lib_save_LIBS=$LIBS
11009 LIBS="-lxml2 $XML2_LIBS $LIBS"
11010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11011 /* end confdefs.h. */
11013 /* Override any GCC internal prototype to avoid an error.
11014 Use char because int might match the return type of a GCC
11015 builtin and then its argument prototype would still apply. */
11016 #ifdef __cplusplus
11017 extern "C"
11018 #endif
11019 char xmlReadMemory ();
11021 main ()
11023 return xmlReadMemory ();
11025 return 0;
11027 _ACEOF
11028 if ac_fn_c_try_link "$LINENO"; then :
11029 ac_cv_lib_xml2_xmlReadMemory=yes
11030 else
11031 ac_cv_lib_xml2_xmlReadMemory=no
11033 rm -f core conftest.err conftest.$ac_objext \
11034 conftest$ac_exeext conftest.$ac_ext
11035 LIBS=$ac_check_lib_save_LIBS
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11038 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11039 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11041 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11046 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11047 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11048 $as_echo_n "(cached) " >&6
11049 else
11050 ac_check_lib_save_LIBS=$LIBS
11051 LIBS="-lxml2 $XML2_LIBS $LIBS"
11052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11053 /* end confdefs.h. */
11055 /* Override any GCC internal prototype to avoid an error.
11056 Use char because int might match the return type of a GCC
11057 builtin and then its argument prototype would still apply. */
11058 #ifdef __cplusplus
11059 extern "C"
11060 #endif
11061 char xmlNewDocPI ();
11063 main ()
11065 return xmlNewDocPI ();
11067 return 0;
11069 _ACEOF
11070 if ac_fn_c_try_link "$LINENO"; then :
11071 ac_cv_lib_xml2_xmlNewDocPI=yes
11072 else
11073 ac_cv_lib_xml2_xmlNewDocPI=no
11075 rm -f core conftest.err conftest.$ac_objext \
11076 conftest$ac_exeext conftest.$ac_ext
11077 LIBS=$ac_check_lib_save_LIBS
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11080 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11081 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11083 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11088 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11089 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11090 $as_echo_n "(cached) " >&6
11091 else
11092 ac_check_lib_save_LIBS=$LIBS
11093 LIBS="-lxml2 $XML2_LIBS $LIBS"
11094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11095 /* end confdefs.h. */
11097 /* Override any GCC internal prototype to avoid an error.
11098 Use char because int might match the return type of a GCC
11099 builtin and then its argument prototype would still apply. */
11100 #ifdef __cplusplus
11101 extern "C"
11102 #endif
11103 char xmlSchemaSetParserStructuredErrors ();
11105 main ()
11107 return xmlSchemaSetParserStructuredErrors ();
11109 return 0;
11111 _ACEOF
11112 if ac_fn_c_try_link "$LINENO"; then :
11113 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11114 else
11115 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11117 rm -f core conftest.err conftest.$ac_objext \
11118 conftest$ac_exeext conftest.$ac_ext
11119 LIBS=$ac_check_lib_save_LIBS
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11122 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11123 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11125 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11130 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11131 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11132 $as_echo_n "(cached) " >&6
11133 else
11134 ac_check_lib_save_LIBS=$LIBS
11135 LIBS="-lxml2 $XML2_LIBS $LIBS"
11136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11137 /* end confdefs.h. */
11139 /* Override any GCC internal prototype to avoid an error.
11140 Use char because int might match the return type of a GCC
11141 builtin and then its argument prototype would still apply. */
11142 #ifdef __cplusplus
11143 extern "C"
11144 #endif
11145 char xmlSchemaSetValidStructuredErrors ();
11147 main ()
11149 return xmlSchemaSetValidStructuredErrors ();
11151 return 0;
11153 _ACEOF
11154 if ac_fn_c_try_link "$LINENO"; then :
11155 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11156 else
11157 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11159 rm -f core conftest.err conftest.$ac_objext \
11160 conftest$ac_exeext conftest.$ac_ext
11161 LIBS=$ac_check_lib_save_LIBS
11163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11164 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11165 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11167 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11172 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11173 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11174 $as_echo_n "(cached) " >&6
11175 else
11176 ac_check_lib_save_LIBS=$LIBS
11177 LIBS="-lxml2 $XML2_LIBS $LIBS"
11178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11179 /* end confdefs.h. */
11181 /* Override any GCC internal prototype to avoid an error.
11182 Use char because int might match the return type of a GCC
11183 builtin and then its argument prototype would still apply. */
11184 #ifdef __cplusplus
11185 extern "C"
11186 #endif
11187 char xmlFirstElementChild ();
11189 main ()
11191 return xmlFirstElementChild ();
11193 return 0;
11195 _ACEOF
11196 if ac_fn_c_try_link "$LINENO"; then :
11197 ac_cv_lib_xml2_xmlFirstElementChild=yes
11198 else
11199 ac_cv_lib_xml2_xmlFirstElementChild=no
11201 rm -f core conftest.err conftest.$ac_objext \
11202 conftest$ac_exeext conftest.$ac_ext
11203 LIBS=$ac_check_lib_save_LIBS
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11206 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11207 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11209 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11213 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11215 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11217 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11221 else
11222 XML2_CFLAGS=""
11223 XML2_LIBS=""
11225 CPPFLAGS=$ac_save_CPPFLAGS
11226 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11227 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11230 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11231 case "x$with_xml" in
11232 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11233 xno) ;;
11234 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11235 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11236 esac
11239 if test "x$with_xslt" != "xno"
11240 then
11241 if ${XSLT_CFLAGS:+false} :; then :
11242 if ${PKG_CONFIG+:} false; then :
11243 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11246 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11247 if ${XSLT_LIBS:+false} :; then :
11248 if ${PKG_CONFIG+:} false; then :
11249 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11252 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11253 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11254 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11255 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11256 ac_save_CPPFLAGS=$CPPFLAGS
11257 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11258 for ac_header in libxslt/pattern.h libxslt/transform.h
11259 do :
11260 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11261 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11262 # include <libxslt/pattern.h>
11263 #endif
11265 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11266 cat >>confdefs.h <<_ACEOF
11267 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11268 _ACEOF
11272 done
11274 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11275 then
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11277 $as_echo_n "checking for -lxslt... " >&6; }
11278 if ${ac_cv_lib_soname_xslt+:} false; then :
11279 $as_echo_n "(cached) " >&6
11280 else
11281 ac_check_soname_save_LIBS=$LIBS
11282 LIBS="-lxslt $XSLT_LIBS $LIBS"
11283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11284 /* end confdefs.h. */
11286 /* Override any GCC internal prototype to avoid an error.
11287 Use char because int might match the return type of a GCC
11288 builtin and then its argument prototype would still apply. */
11289 #ifdef __cplusplus
11290 extern "C"
11291 #endif
11292 char xsltCompilePattern ();
11294 main ()
11296 return xsltCompilePattern ();
11298 return 0;
11300 _ACEOF
11301 if ac_fn_c_try_link "$LINENO"; then :
11302 case "$LIBEXT" in
11303 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11304 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'` ;;
11305 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11306 if ${ac_cv_lib_soname_xslt:+false} :; then :
11307 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11308 fi ;;
11309 esac
11311 rm -f core conftest.err conftest.$ac_objext \
11312 conftest$ac_exeext conftest.$ac_ext
11313 LIBS=$ac_check_soname_save_LIBS
11315 if ${ac_cv_lib_soname_xslt:+false} :; then :
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11317 $as_echo "not found" >&6; }
11319 else
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11321 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11323 cat >>confdefs.h <<_ACEOF
11324 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11325 _ACEOF
11329 else
11330 XSLT_CFLAGS=""
11332 CPPFLAGS=$ac_save_CPPFLAGS
11333 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11334 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11337 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11338 case "x$with_xslt" in
11339 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11340 xno) ;;
11341 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11342 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11343 esac
11346 if test "x$with_dbus" != "xno"
11347 then
11348 if ${DBUS_CFLAGS:+false} :; then :
11349 if ${PKG_CONFIG+:} false; then :
11350 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11354 if ${DBUS_LIBS:+false} :; then :
11355 if ${PKG_CONFIG+:} false; then :
11356 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11361 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11362 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11363 ac_save_CPPFLAGS=$CPPFLAGS
11364 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11365 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11366 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11368 $as_echo_n "checking for -ldbus-1... " >&6; }
11369 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11370 $as_echo_n "(cached) " >&6
11371 else
11372 ac_check_soname_save_LIBS=$LIBS
11373 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11375 /* end confdefs.h. */
11377 /* Override any GCC internal prototype to avoid an error.
11378 Use char because int might match the return type of a GCC
11379 builtin and then its argument prototype would still apply. */
11380 #ifdef __cplusplus
11381 extern "C"
11382 #endif
11383 char dbus_connection_close ();
11385 main ()
11387 return dbus_connection_close ();
11389 return 0;
11391 _ACEOF
11392 if ac_fn_c_try_link "$LINENO"; then :
11393 case "$LIBEXT" in
11394 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11395 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'` ;;
11396 *) 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'`
11397 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11398 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11399 fi ;;
11400 esac
11402 rm -f core conftest.err conftest.$ac_objext \
11403 conftest$ac_exeext conftest.$ac_ext
11404 LIBS=$ac_check_soname_save_LIBS
11406 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11408 $as_echo "not found" >&6; }
11409 DBUS_CFLAGS=""
11410 else
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11412 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11414 cat >>confdefs.h <<_ACEOF
11415 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11416 _ACEOF
11420 else
11421 DBUS_CFLAGS=""
11425 CPPFLAGS=$ac_save_CPPFLAGS
11426 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11427 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11430 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11431 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11432 case "x$with_dbus" in
11433 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11434 xno) ;;
11435 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11436 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11437 esac
11440 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11441 then
11442 if ${HAL_CFLAGS:+false} :; then :
11443 if ${PKG_CONFIG+:} false; then :
11444 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11448 if ${HAL_LIBS:+false} :; then :
11449 if ${PKG_CONFIG+:} false; then :
11450 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11454 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11455 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11456 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11457 ac_save_CPPFLAGS=$CPPFLAGS
11458 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11459 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11460 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11462 $as_echo_n "checking for -lhal... " >&6; }
11463 if ${ac_cv_lib_soname_hal+:} false; then :
11464 $as_echo_n "(cached) " >&6
11465 else
11466 ac_check_soname_save_LIBS=$LIBS
11467 LIBS="-lhal $HAL_LIBS $LIBS"
11468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11469 /* end confdefs.h. */
11471 /* Override any GCC internal prototype to avoid an error.
11472 Use char because int might match the return type of a GCC
11473 builtin and then its argument prototype would still apply. */
11474 #ifdef __cplusplus
11475 extern "C"
11476 #endif
11477 char libhal_ctx_new ();
11479 main ()
11481 return libhal_ctx_new ();
11483 return 0;
11485 _ACEOF
11486 if ac_fn_c_try_link "$LINENO"; then :
11487 case "$LIBEXT" in
11488 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11489 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'` ;;
11490 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11491 if ${ac_cv_lib_soname_hal:+false} :; then :
11492 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11493 fi ;;
11494 esac
11496 rm -f core conftest.err conftest.$ac_objext \
11497 conftest$ac_exeext conftest.$ac_ext
11498 LIBS=$ac_check_soname_save_LIBS
11500 if ${ac_cv_lib_soname_hal:+false} :; then :
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11502 $as_echo "not found" >&6; }
11503 HAL_CFLAGS=""
11504 else
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11506 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11508 cat >>confdefs.h <<_ACEOF
11509 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11510 _ACEOF
11514 else
11515 HAL_CFLAGS=""
11519 CPPFLAGS=$ac_save_CPPFLAGS
11520 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11521 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11523 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11524 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11525 case "x$with_hal" in
11526 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11527 xno) ;;
11528 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11529 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11530 esac
11534 if test "x$with_gnutls" != "xno"
11535 then
11536 if ${GNUTLS_CFLAGS:+false} :; then :
11537 if ${PKG_CONFIG+:} false; then :
11538 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11542 if ${GNUTLS_LIBS:+false} :; then :
11543 if ${PKG_CONFIG+:} false; then :
11544 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11549 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11550 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11551 ac_save_CPPFLAGS=$CPPFLAGS
11552 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11553 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11554 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11556 /* end confdefs.h. */
11557 #include <gnutls/gnutls.h>
11558 #include <gnutls/crypto.h>
11560 main ()
11562 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11564 return 0;
11566 _ACEOF
11567 if ac_fn_c_try_compile "$LINENO"; then :
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11569 $as_echo_n "checking for -lgnutls... " >&6; }
11570 if ${ac_cv_lib_soname_gnutls+:} false; then :
11571 $as_echo_n "(cached) " >&6
11572 else
11573 ac_check_soname_save_LIBS=$LIBS
11574 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11576 /* end confdefs.h. */
11578 /* Override any GCC internal prototype to avoid an error.
11579 Use char because int might match the return type of a GCC
11580 builtin and then its argument prototype would still apply. */
11581 #ifdef __cplusplus
11582 extern "C"
11583 #endif
11584 char gnutls_global_init ();
11586 main ()
11588 return gnutls_global_init ();
11590 return 0;
11592 _ACEOF
11593 if ac_fn_c_try_link "$LINENO"; then :
11594 case "$LIBEXT" in
11595 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11596 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'` ;;
11597 *) 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'`
11598 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11599 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'`
11600 fi ;;
11601 esac
11603 rm -f core conftest.err conftest.$ac_objext \
11604 conftest$ac_exeext conftest.$ac_ext
11605 LIBS=$ac_check_soname_save_LIBS
11607 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11609 $as_echo "not found" >&6; }
11610 GNUTLS_CFLAGS=""
11611 else
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11613 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11615 cat >>confdefs.h <<_ACEOF
11616 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11617 _ACEOF
11622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11623 else
11624 GNUTLS_CFLAGS=""
11628 CPPFLAGS=$ac_save_CPPFLAGS
11629 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11630 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11633 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11634 case "x$with_gnutls" in
11635 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11636 xno) ;;
11637 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11638 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11639 esac
11642 CURSES_LIBS=""
11643 if test "$ac_cv_header_ncurses_h" = "yes"
11644 then
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11646 $as_echo_n "checking for -lncurses... " >&6; }
11647 if ${ac_cv_lib_soname_ncurses+:} false; then :
11648 $as_echo_n "(cached) " >&6
11649 else
11650 ac_check_soname_save_LIBS=$LIBS
11651 LIBS="-lncurses $LIBS"
11652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11655 /* Override any GCC internal prototype to avoid an error.
11656 Use char because int might match the return type of a GCC
11657 builtin and then its argument prototype would still apply. */
11658 #ifdef __cplusplus
11659 extern "C"
11660 #endif
11661 char waddch ();
11663 main ()
11665 return waddch ();
11667 return 0;
11669 _ACEOF
11670 if ac_fn_c_try_link "$LINENO"; then :
11671 case "$LIBEXT" in
11672 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11673 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'` ;;
11674 *) 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'`
11675 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11676 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11677 fi ;;
11678 esac
11680 rm -f core conftest.err conftest.$ac_objext \
11681 conftest$ac_exeext conftest.$ac_ext
11682 LIBS=$ac_check_soname_save_LIBS
11684 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11686 $as_echo "not found" >&6; }
11688 else
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11690 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11692 cat >>confdefs.h <<_ACEOF
11693 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11694 _ACEOF
11696 CURSES_LIBS="-lncurses"
11698 elif test "$ac_cv_header_curses_h" = "yes"
11699 then
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11701 $as_echo_n "checking for -lcurses... " >&6; }
11702 if ${ac_cv_lib_soname_curses+:} false; then :
11703 $as_echo_n "(cached) " >&6
11704 else
11705 ac_check_soname_save_LIBS=$LIBS
11706 LIBS="-lcurses $LIBS"
11707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11708 /* end confdefs.h. */
11710 /* Override any GCC internal prototype to avoid an error.
11711 Use char because int might match the return type of a GCC
11712 builtin and then its argument prototype would still apply. */
11713 #ifdef __cplusplus
11714 extern "C"
11715 #endif
11716 char waddch ();
11718 main ()
11720 return waddch ();
11722 return 0;
11724 _ACEOF
11725 if ac_fn_c_try_link "$LINENO"; then :
11726 case "$LIBEXT" in
11727 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11728 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'` ;;
11729 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11730 if ${ac_cv_lib_soname_curses:+false} :; then :
11731 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11732 fi ;;
11733 esac
11735 rm -f core conftest.err conftest.$ac_objext \
11736 conftest$ac_exeext conftest.$ac_ext
11737 LIBS=$ac_check_soname_save_LIBS
11739 if ${ac_cv_lib_soname_curses:+false} :; then :
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11741 $as_echo "not found" >&6; }
11743 else
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11745 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11747 cat >>confdefs.h <<_ACEOF
11748 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11749 _ACEOF
11751 CURSES_LIBS="-lcurses"
11754 ac_save_LIBS="$LIBS"
11755 LIBS="$LIBS $CURSES_LIBS"
11756 for ac_func in mousemask
11757 do :
11758 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11759 if test "x$ac_cv_func_mousemask" = xyes; then :
11760 cat >>confdefs.h <<_ACEOF
11761 #define HAVE_MOUSEMASK 1
11762 _ACEOF
11765 done
11767 LIBS="$ac_save_LIBS"
11768 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11769 case "x$with_curses" in
11770 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11771 xno) ;;
11772 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11773 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11774 esac
11777 if test "x$with_sane" != "xno"
11778 then
11779 if ${SANE_CFLAGS:+false} :; then :
11780 if ${PKG_CONFIG+:} false; then :
11781 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11784 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11785 if ${SANE_LIBS:+false} :; then :
11786 if ${PKG_CONFIG+:} false; then :
11787 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11790 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11792 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11793 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11794 ac_save_CPPFLAGS=$CPPFLAGS
11795 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11796 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11797 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11799 $as_echo_n "checking for -lsane... " >&6; }
11800 if ${ac_cv_lib_soname_sane+:} false; then :
11801 $as_echo_n "(cached) " >&6
11802 else
11803 ac_check_soname_save_LIBS=$LIBS
11804 LIBS="-lsane $SANE_LIBS $LIBS"
11805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11806 /* end confdefs.h. */
11808 /* Override any GCC internal prototype to avoid an error.
11809 Use char because int might match the return type of a GCC
11810 builtin and then its argument prototype would still apply. */
11811 #ifdef __cplusplus
11812 extern "C"
11813 #endif
11814 char sane_init ();
11816 main ()
11818 return sane_init ();
11820 return 0;
11822 _ACEOF
11823 if ac_fn_c_try_link "$LINENO"; then :
11824 case "$LIBEXT" in
11825 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11826 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'` ;;
11827 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11828 if ${ac_cv_lib_soname_sane:+false} :; then :
11829 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11830 fi ;;
11831 esac
11833 rm -f core conftest.err conftest.$ac_objext \
11834 conftest$ac_exeext conftest.$ac_ext
11835 LIBS=$ac_check_soname_save_LIBS
11837 if ${ac_cv_lib_soname_sane:+false} :; then :
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11839 $as_echo "not found" >&6; }
11840 SANE_CFLAGS=""
11841 else
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11843 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11845 cat >>confdefs.h <<_ACEOF
11846 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11847 _ACEOF
11851 else
11852 SANE_CFLAGS=""
11856 CPPFLAGS=$ac_save_CPPFLAGS
11857 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11858 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11861 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11862 case "x$with_sane" in
11863 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11864 xno) ;;
11865 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11866 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11867 esac
11870 if test "x$with_v4l" != "xno"
11871 then
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11873 $as_echo_n "checking for -lv4l1... " >&6; }
11874 if ${ac_cv_lib_soname_v4l1+:} false; then :
11875 $as_echo_n "(cached) " >&6
11876 else
11877 ac_check_soname_save_LIBS=$LIBS
11878 LIBS="-lv4l1 $LIBS"
11879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h. */
11882 /* Override any GCC internal prototype to avoid an error.
11883 Use char because int might match the return type of a GCC
11884 builtin and then its argument prototype would still apply. */
11885 #ifdef __cplusplus
11886 extern "C"
11887 #endif
11888 char v4l1_open ();
11890 main ()
11892 return v4l1_open ();
11894 return 0;
11896 _ACEOF
11897 if ac_fn_c_try_link "$LINENO"; then :
11898 case "$LIBEXT" in
11899 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11900 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'` ;;
11901 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11902 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11903 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11904 fi ;;
11905 esac
11907 rm -f core conftest.err conftest.$ac_objext \
11908 conftest$ac_exeext conftest.$ac_ext
11909 LIBS=$ac_check_soname_save_LIBS
11911 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11913 $as_echo "not found" >&6; }
11915 else
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11917 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11919 cat >>confdefs.h <<_ACEOF
11920 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11921 _ACEOF
11926 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11927 case "x$with_v4l" in
11928 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11929 xno) ;;
11930 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11931 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11932 esac
11935 if test "x$with_gphoto" != "xno"
11936 then
11937 if ${GPHOTO2_CFLAGS:+false} :; then :
11938 if ${PKG_CONFIG+:} false; then :
11939 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11942 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11943 if ${GPHOTO2_LIBS:+false} :; then :
11944 if ${PKG_CONFIG+:} false; then :
11945 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11948 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11949 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11950 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11951 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11952 ac_save_CPPFLAGS=$CPPFLAGS
11953 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11954 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11955 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11957 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11958 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11959 $as_echo_n "(cached) " >&6
11960 else
11961 ac_check_lib_save_LIBS=$LIBS
11962 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11964 /* end confdefs.h. */
11966 /* Override any GCC internal prototype to avoid an error.
11967 Use char because int might match the return type of a GCC
11968 builtin and then its argument prototype would still apply. */
11969 #ifdef __cplusplus
11970 extern "C"
11971 #endif
11972 char gp_camera_new ();
11974 main ()
11976 return gp_camera_new ();
11978 return 0;
11980 _ACEOF
11981 if ac_fn_c_try_link "$LINENO"; then :
11982 ac_cv_lib_gphoto2_gp_camera_new=yes
11983 else
11984 ac_cv_lib_gphoto2_gp_camera_new=no
11986 rm -f core conftest.err conftest.$ac_objext \
11987 conftest$ac_exeext conftest.$ac_ext
11988 LIBS=$ac_check_lib_save_LIBS
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11991 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11992 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11994 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11996 else
11997 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12000 else
12001 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12005 CPPFLAGS=$ac_save_CPPFLAGS
12006 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12007 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12009 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12010 if ${PKG_CONFIG+:} false; then :
12011 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12014 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12015 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12016 if ${PKG_CONFIG+:} false; then :
12017 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12020 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12021 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12022 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12023 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12024 ac_save_CPPFLAGS=$CPPFLAGS
12025 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12026 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12027 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12029 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12030 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12031 $as_echo_n "(cached) " >&6
12032 else
12033 ac_check_lib_save_LIBS=$LIBS
12034 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12036 /* end confdefs.h. */
12038 /* Override any GCC internal prototype to avoid an error.
12039 Use char because int might match the return type of a GCC
12040 builtin and then its argument prototype would still apply. */
12041 #ifdef __cplusplus
12042 extern "C"
12043 #endif
12044 char gp_port_info_list_new ();
12046 main ()
12048 return gp_port_info_list_new ();
12050 return 0;
12052 _ACEOF
12053 if ac_fn_c_try_link "$LINENO"; then :
12054 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12055 else
12056 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12058 rm -f core conftest.err conftest.$ac_objext \
12059 conftest$ac_exeext conftest.$ac_ext
12060 LIBS=$ac_check_lib_save_LIBS
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12063 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12064 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12066 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12068 else
12069 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12072 else
12073 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12077 CPPFLAGS=$ac_save_CPPFLAGS
12078 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12079 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12082 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12083 case "x$with_gphoto" in
12084 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12085 xno) ;;
12086 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12087 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12088 esac
12090 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12091 case "x$with_gphoto" in
12092 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12093 xno) ;;
12094 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12095 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12096 esac
12100 if test "$ac_cv_header_resolv_h" = "yes"
12101 then
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12103 $as_echo_n "checking for resolver library... " >&6; }
12104 if ${ac_cv_have_resolv+:} false; then :
12105 $as_echo_n "(cached) " >&6
12106 else
12107 ac_save_LIBS="$LIBS"
12108 for lib in '' -lresolv
12110 LIBS="$lib $ac_save_LIBS"
12111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12112 /* end confdefs.h. */
12113 #ifdef HAVE_NETINET_IN_H
12114 #include <netinet/in.h>
12115 #endif
12116 #include <resolv.h>
12118 main ()
12120 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12122 return 0;
12124 _ACEOF
12125 if ac_fn_c_try_link "$LINENO"; then :
12126 ac_cv_have_resolv=${lib:-"none required"}
12127 else
12128 ac_cv_have_resolv="not found"
12130 rm -f core conftest.err conftest.$ac_objext \
12131 conftest$ac_exeext conftest.$ac_ext
12132 test "x$ac_cv_have_resolv" = "xnot found" || break
12133 done
12134 LIBS="$ac_save_LIBS"
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12137 $as_echo "$ac_cv_have_resolv" >&6; }
12139 case "$ac_cv_have_resolv" in
12140 "not found") ;;
12141 "none required")
12143 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12146 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12148 RESOLV_LIBS=$ac_cv_have_resolv
12150 esac
12153 if test "x$with_cms" != "xno"
12154 then
12155 if ${LCMS2_CFLAGS:+false} :; then :
12156 if ${PKG_CONFIG+:} false; then :
12157 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12161 if ${LCMS2_LIBS:+false} :; then :
12162 if ${PKG_CONFIG+:} false; then :
12163 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12167 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12168 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12169 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12170 ac_save_CPPFLAGS=$CPPFLAGS
12171 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12172 for ac_header in lcms2.h
12173 do :
12174 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12175 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12176 cat >>confdefs.h <<_ACEOF
12177 #define HAVE_LCMS2_H 1
12178 _ACEOF
12182 done
12184 if test "$ac_cv_header_lcms2_h" = "yes"
12185 then
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12187 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12188 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12189 $as_echo_n "(cached) " >&6
12190 else
12191 ac_check_lib_save_LIBS=$LIBS
12192 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12194 /* end confdefs.h. */
12196 /* Override any GCC internal prototype to avoid an error.
12197 Use char because int might match the return type of a GCC
12198 builtin and then its argument prototype would still apply. */
12199 #ifdef __cplusplus
12200 extern "C"
12201 #endif
12202 char cmsOpenProfileFromFile ();
12204 main ()
12206 return cmsOpenProfileFromFile ();
12208 return 0;
12210 _ACEOF
12211 if ac_fn_c_try_link "$LINENO"; then :
12212 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12213 else
12214 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12216 rm -f core conftest.err conftest.$ac_objext \
12217 conftest$ac_exeext conftest.$ac_ext
12218 LIBS=$ac_check_lib_save_LIBS
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12221 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12222 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12224 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12226 else
12227 LCMS2_LIBS=""
12230 else
12231 LCMS2_CFLAGS=""
12232 LCMS2_LIBS=""
12234 CPPFLAGS=$ac_save_CPPFLAGS
12235 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12236 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12239 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12240 case "x$with_cms" in
12241 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12242 xno) ;;
12243 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12244 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12245 esac
12248 if test "x$with_freetype" != "xno"
12249 then
12250 if ${FREETYPE_CFLAGS:+false} :; then :
12251 if ${PKG_CONFIG+:} false; then :
12252 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12255 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12256 if ${FREETYPE_LIBS:+false} :; then :
12257 if ${PKG_CONFIG+:} false; then :
12258 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12261 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12262 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12263 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12264 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12265 ac_save_CPPFLAGS=$CPPFLAGS
12266 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12267 for ac_header in ft2build.h
12268 do :
12269 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12270 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12271 cat >>confdefs.h <<_ACEOF
12272 #define HAVE_FT2BUILD_H 1
12273 _ACEOF
12277 done
12279 if test "$ac_cv_header_ft2build_h" = "yes"
12280 then
12281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12282 $as_echo_n "checking for -lfreetype... " >&6; }
12283 if ${ac_cv_lib_soname_freetype+:} false; then :
12284 $as_echo_n "(cached) " >&6
12285 else
12286 ac_check_soname_save_LIBS=$LIBS
12287 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12289 /* end confdefs.h. */
12291 /* Override any GCC internal prototype to avoid an error.
12292 Use char because int might match the return type of a GCC
12293 builtin and then its argument prototype would still apply. */
12294 #ifdef __cplusplus
12295 extern "C"
12296 #endif
12297 char FT_Init_FreeType ();
12299 main ()
12301 return FT_Init_FreeType ();
12303 return 0;
12305 _ACEOF
12306 if ac_fn_c_try_link "$LINENO"; then :
12307 case "$LIBEXT" in
12308 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12309 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'` ;;
12310 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12311 if ${ac_cv_lib_soname_freetype:+false} :; then :
12312 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12313 fi ;;
12314 esac
12316 rm -f core conftest.err conftest.$ac_objext \
12317 conftest$ac_exeext conftest.$ac_ext
12318 LIBS=$ac_check_soname_save_LIBS
12320 if ${ac_cv_lib_soname_freetype:+false} :; then :
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12322 $as_echo "not found" >&6; }
12323 FREETYPE_LIBS=""
12324 else
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12326 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12328 cat >>confdefs.h <<_ACEOF
12329 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12330 _ACEOF
12333 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12335 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12336 #include FT_MODULE_H
12338 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12340 cat >>confdefs.h <<_ACEOF
12341 #define HAVE_FT_TRUETYPEENGINETYPE 1
12342 _ACEOF
12348 else
12349 FREETYPE_CFLAGS=""
12350 FREETYPE_LIBS=""
12352 CPPFLAGS=$ac_save_CPPFLAGS
12353 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12354 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12357 if test "x$ac_cv_lib_soname_freetype" = x; then :
12358 case "x$with_freetype" in
12359 xno) ;;
12360 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12361 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12362 esac
12364 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12367 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12368 if ${ac_cv_c_ppdev+:} false; then :
12369 $as_echo_n "(cached) " >&6
12370 else
12371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12372 /* end confdefs.h. */
12373 #ifdef HAVE_SYS_IOCTL_H
12374 # include <sys/ioctl.h>
12375 #endif
12376 #include <linux/ppdev.h>
12378 main ()
12380 ioctl (1,PPCLAIM,0)
12382 return 0;
12384 _ACEOF
12385 if ac_fn_c_try_compile "$LINENO"; then :
12386 ac_cv_c_ppdev="yes"
12387 else
12388 ac_cv_c_ppdev="no"
12390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12393 $as_echo "$ac_cv_c_ppdev" >&6; }
12394 if test "$ac_cv_c_ppdev" = "yes"
12395 then
12397 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12401 ac_wine_check_funcs_save_LIBS="$LIBS"
12402 LIBS="$LIBS $PTHREAD_LIBS"
12403 for ac_func in \
12404 pthread_attr_get_np \
12405 pthread_getattr_np \
12406 pthread_getthreadid_np \
12407 pthread_get_stackaddr_np \
12408 pthread_get_stacksize_np
12409 do :
12410 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12411 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12412 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12413 cat >>confdefs.h <<_ACEOF
12414 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12415 _ACEOF
12418 done
12420 LIBS="$ac_wine_check_funcs_save_LIBS"
12422 if test "$ac_cv_header_zlib_h" = "yes"
12423 then
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12425 $as_echo_n "checking for inflate in -lz... " >&6; }
12426 if ${ac_cv_lib_z_inflate+:} false; then :
12427 $as_echo_n "(cached) " >&6
12428 else
12429 ac_check_lib_save_LIBS=$LIBS
12430 LIBS="-lz $LIBS"
12431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12432 /* end confdefs.h. */
12434 /* Override any GCC internal prototype to avoid an error.
12435 Use char because int might match the return type of a GCC
12436 builtin and then its argument prototype would still apply. */
12437 #ifdef __cplusplus
12438 extern "C"
12439 #endif
12440 char inflate ();
12442 main ()
12444 return inflate ();
12446 return 0;
12448 _ACEOF
12449 if ac_fn_c_try_link "$LINENO"; then :
12450 ac_cv_lib_z_inflate=yes
12451 else
12452 ac_cv_lib_z_inflate=no
12454 rm -f core conftest.err conftest.$ac_objext \
12455 conftest$ac_exeext conftest.$ac_ext
12456 LIBS=$ac_check_lib_save_LIBS
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12459 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12460 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12462 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12464 Z_LIBS="-lz"
12469 if test "x$Z_LIBS" = "x"; then :
12470 case "x$with_zlib" in
12471 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12472 xno) ;;
12473 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12474 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12475 esac
12478 if test "x$enable_tools" != xno
12479 then
12480 if test "$ac_cv_header_gettext_po_h" = "yes"
12481 then
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12483 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12484 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12485 $as_echo_n "(cached) " >&6
12486 else
12487 ac_check_lib_save_LIBS=$LIBS
12488 LIBS="-lgettextpo $LIBS"
12489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12492 /* Override any GCC internal prototype to avoid an error.
12493 Use char because int might match the return type of a GCC
12494 builtin and then its argument prototype would still apply. */
12495 #ifdef __cplusplus
12496 extern "C"
12497 #endif
12498 char po_message_msgctxt ();
12500 main ()
12502 return po_message_msgctxt ();
12504 return 0;
12506 _ACEOF
12507 if ac_fn_c_try_link "$LINENO"; then :
12508 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12509 else
12510 ac_cv_lib_gettextpo_po_message_msgctxt=no
12512 rm -f core conftest.err conftest.$ac_objext \
12513 conftest$ac_exeext conftest.$ac_ext
12514 LIBS=$ac_check_lib_save_LIBS
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12517 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12518 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12520 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12522 GETTEXTPO_LIBS="-lgettextpo"
12527 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12528 case "x$with_gettextpo" in
12529 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12530 xno) ;;
12531 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12532 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12533 esac
12537 if test "x$with_gstreamer" != "xno"
12538 then
12539 if ${GSTREAMER_CFLAGS:+false} :; then :
12540 if ${PKG_CONFIG+:} false; then :
12541 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12545 if ${GSTREAMER_LIBS:+false} :; then :
12546 if ${PKG_CONFIG+:} false; then :
12547 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12552 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12553 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12554 ac_save_CPPFLAGS=$CPPFLAGS
12555 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12556 ac_gst_incl=""
12557 for i in $GSTREAMER_CFLAGS
12559 case "$i" in
12560 -I*) ac_gst_incl="$ac_gst_incl $i";;
12561 esac
12562 done
12563 GSTREAMER_CFLAGS=$ac_gst_incl
12564 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12565 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12566 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12567 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12568 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12570 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12572 /* end confdefs.h. */
12573 #include <gst/app/gstappsink.h>
12575 main ()
12577 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12579 return 0;
12581 _ACEOF
12582 if ac_fn_c_try_compile "$LINENO"; then :
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12584 $as_echo "yes" >&6; }
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12586 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12587 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12588 $as_echo_n "(cached) " >&6
12589 else
12590 ac_check_lib_save_LIBS=$LIBS
12591 LIBS="-lgstreamer-0.10 $LIBS"
12592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12593 /* end confdefs.h. */
12595 /* Override any GCC internal prototype to avoid an error.
12596 Use char because int might match the return type of a GCC
12597 builtin and then its argument prototype would still apply. */
12598 #ifdef __cplusplus
12599 extern "C"
12600 #endif
12601 char gst_pad_get_caps_reffed ();
12603 main ()
12605 return gst_pad_get_caps_reffed ();
12607 return 0;
12609 _ACEOF
12610 if ac_fn_c_try_link "$LINENO"; then :
12611 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12612 else
12613 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12615 rm -f core conftest.err conftest.$ac_objext \
12616 conftest$ac_exeext conftest.$ac_ext
12617 LIBS=$ac_check_lib_save_LIBS
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12620 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12621 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12623 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12624 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12625 $as_echo_n "(cached) " >&6
12626 else
12627 ac_check_lib_save_LIBS=$LIBS
12628 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12630 /* end confdefs.h. */
12632 /* Override any GCC internal prototype to avoid an error.
12633 Use char because int might match the return type of a GCC
12634 builtin and then its argument prototype would still apply. */
12635 #ifdef __cplusplus
12636 extern "C"
12637 #endif
12638 char gst_app_buffer_new ();
12640 main ()
12642 return gst_app_buffer_new ();
12644 return 0;
12646 _ACEOF
12647 if ac_fn_c_try_link "$LINENO"; then :
12648 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12649 else
12650 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12652 rm -f core conftest.err conftest.$ac_objext \
12653 conftest$ac_exeext conftest.$ac_ext
12654 LIBS=$ac_check_lib_save_LIBS
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12657 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12658 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12664 else
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12666 $as_echo "no" >&6; }
12668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12672 else
12673 GSTREAMER_CFLAGS=""
12677 CPPFLAGS=$ac_save_CPPFLAGS
12678 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12679 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12682 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12683 case "x$with_gstreamer" in
12684 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12685 xno) ;;
12686 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12687 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12688 esac
12690 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12692 ALSA_LIBS=""
12694 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12695 then
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12697 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12698 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12699 $as_echo_n "(cached) " >&6
12700 else
12701 ac_check_lib_save_LIBS=$LIBS
12702 LIBS="-lasound $LIBS"
12703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12704 /* end confdefs.h. */
12706 /* Override any GCC internal prototype to avoid an error.
12707 Use char because int might match the return type of a GCC
12708 builtin and then its argument prototype would still apply. */
12709 #ifdef __cplusplus
12710 extern "C"
12711 #endif
12712 char snd_pcm_hw_params_get_access_mask ();
12714 main ()
12716 return snd_pcm_hw_params_get_access_mask ();
12718 return 0;
12720 _ACEOF
12721 if ac_fn_c_try_link "$LINENO"; then :
12722 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12723 else
12724 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12726 rm -f core conftest.err conftest.$ac_objext \
12727 conftest$ac_exeext conftest.$ac_ext
12728 LIBS=$ac_check_lib_save_LIBS
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12731 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12732 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12735 #ifdef HAVE_ALSA_ASOUNDLIB_H
12736 #include <alsa/asoundlib.h>
12737 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12738 #include <sys/asoundlib.h>
12739 #endif
12741 main ()
12743 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12745 return 0;
12747 _ACEOF
12748 if ac_fn_c_try_compile "$LINENO"; then :
12749 ALSA_LIBS="-lasound"
12751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12756 if test "x$with_oss" != xno
12757 then
12758 ac_save_CPPFLAGS="$CPPFLAGS"
12759 if test -f /etc/oss.conf
12760 then
12761 . /etc/oss.conf
12763 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12764 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12765 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12766 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12767 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12769 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12771 cat >>confdefs.h <<_ACEOF
12772 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12773 _ACEOF
12775 OSS4_CFLAGS="$ac_oss_incl"
12782 CPPFLAGS="$ac_save_CPPFLAGS"
12783 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12784 then
12785 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12789 if test "x$with_capi" != "xno"
12790 then
12791 if ${CAPI20_CFLAGS:+false} :; then :
12792 if ${PKG_CONFIG+:} false; then :
12793 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12797 if ${CAPI20_LIBS:+false} :; then :
12798 if ${PKG_CONFIG+:} false; then :
12799 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12804 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12805 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12806 ac_save_CPPFLAGS=$CPPFLAGS
12807 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12808 for ac_header in capi20.h linux/capi.h
12809 do :
12810 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12811 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12813 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12814 cat >>confdefs.h <<_ACEOF
12815 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12816 _ACEOF
12820 done
12822 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12823 then
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12825 $as_echo_n "checking for -lcapi20... " >&6; }
12826 if ${ac_cv_lib_soname_capi20+:} false; then :
12827 $as_echo_n "(cached) " >&6
12828 else
12829 ac_check_soname_save_LIBS=$LIBS
12830 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12832 /* end confdefs.h. */
12834 /* Override any GCC internal prototype to avoid an error.
12835 Use char because int might match the return type of a GCC
12836 builtin and then its argument prototype would still apply. */
12837 #ifdef __cplusplus
12838 extern "C"
12839 #endif
12840 char capi20_register ();
12842 main ()
12844 return capi20_register ();
12846 return 0;
12848 _ACEOF
12849 if ac_fn_c_try_link "$LINENO"; then :
12850 case "$LIBEXT" in
12851 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12852 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'` ;;
12853 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12854 if ${ac_cv_lib_soname_capi20:+false} :; then :
12855 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12856 fi ;;
12857 esac
12859 rm -f core conftest.err conftest.$ac_objext \
12860 conftest$ac_exeext conftest.$ac_ext
12861 LIBS=$ac_check_soname_save_LIBS
12863 if ${ac_cv_lib_soname_capi20:+false} :; then :
12864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12865 $as_echo "not found" >&6; }
12867 else
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12869 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12871 cat >>confdefs.h <<_ACEOF
12872 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12873 _ACEOF
12878 CPPFLAGS=$ac_save_CPPFLAGS
12879 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12880 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12883 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12884 case "x$with_capi" in
12885 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12886 xno) ;;
12887 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12888 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12889 esac
12892 CUPS_CFLAGS=""
12894 if test "x$with_cups" != "xno"
12895 then
12896 ac_save_CPPFLAGS="$CPPFLAGS"
12897 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12898 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12899 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12900 for ac_header in cups/cups.h
12901 do :
12902 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12903 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12904 cat >>confdefs.h <<_ACEOF
12905 #define HAVE_CUPS_CUPS_H 1
12906 _ACEOF
12907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12908 $as_echo_n "checking for -lcups... " >&6; }
12909 if ${ac_cv_lib_soname_cups+:} false; then :
12910 $as_echo_n "(cached) " >&6
12911 else
12912 ac_check_soname_save_LIBS=$LIBS
12913 LIBS="-lcups $ac_cups_libs $LIBS"
12914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12915 /* end confdefs.h. */
12917 /* Override any GCC internal prototype to avoid an error.
12918 Use char because int might match the return type of a GCC
12919 builtin and then its argument prototype would still apply. */
12920 #ifdef __cplusplus
12921 extern "C"
12922 #endif
12923 char cupsGetDefault ();
12925 main ()
12927 return cupsGetDefault ();
12929 return 0;
12931 _ACEOF
12932 if ac_fn_c_try_link "$LINENO"; then :
12933 case "$LIBEXT" in
12934 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12935 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'` ;;
12936 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12937 if ${ac_cv_lib_soname_cups:+false} :; then :
12938 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12939 fi ;;
12940 esac
12942 rm -f core conftest.err conftest.$ac_objext \
12943 conftest$ac_exeext conftest.$ac_ext
12944 LIBS=$ac_check_soname_save_LIBS
12946 if ${ac_cv_lib_soname_cups:+false} :; then :
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12948 $as_echo "not found" >&6; }
12950 else
12951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12952 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12954 cat >>confdefs.h <<_ACEOF
12955 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12956 _ACEOF
12958 CUPS_CFLAGS="$ac_cups_cflags"
12962 done
12964 CPPFLAGS="$ac_save_CPPFLAGS"
12966 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12967 case "x$with_cups" in
12968 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12969 xno) ;;
12970 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
12971 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12972 esac
12975 if test "x$with_fontconfig" != "xno"
12976 then
12977 if ${FONTCONFIG_CFLAGS:+false} :; then :
12978 if ${PKG_CONFIG+:} false; then :
12979 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12982 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12983 if ${FONTCONFIG_LIBS:+false} :; then :
12984 if ${PKG_CONFIG+:} false; then :
12985 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12988 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
12990 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12991 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12992 ac_save_CPPFLAGS=$CPPFLAGS
12993 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
12994 for ac_header in fontconfig/fontconfig.h
12995 do :
12996 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12997 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
12998 cat >>confdefs.h <<_ACEOF
12999 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13000 _ACEOF
13004 done
13006 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13007 then
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13009 $as_echo_n "checking for -lfontconfig... " >&6; }
13010 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13011 $as_echo_n "(cached) " >&6
13012 else
13013 ac_check_soname_save_LIBS=$LIBS
13014 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13016 /* end confdefs.h. */
13018 /* Override any GCC internal prototype to avoid an error.
13019 Use char because int might match the return type of a GCC
13020 builtin and then its argument prototype would still apply. */
13021 #ifdef __cplusplus
13022 extern "C"
13023 #endif
13024 char FcInit ();
13026 main ()
13028 return FcInit ();
13030 return 0;
13032 _ACEOF
13033 if ac_fn_c_try_link "$LINENO"; then :
13034 case "$LIBEXT" in
13035 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13036 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'` ;;
13037 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13038 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13039 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13040 fi ;;
13041 esac
13043 rm -f core conftest.err conftest.$ac_objext \
13044 conftest$ac_exeext conftest.$ac_ext
13045 LIBS=$ac_check_soname_save_LIBS
13047 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13049 $as_echo "not found" >&6; }
13050 FONTCONFIG_CFLAGS=""
13051 else
13052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13053 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13055 cat >>confdefs.h <<_ACEOF
13056 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13057 _ACEOF
13061 else
13062 FONTCONFIG_CFLAGS=""
13064 CPPFLAGS=$ac_save_CPPFLAGS
13065 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13066 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13069 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13070 case "x$with_fontconfig" in
13071 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13072 xno) ;;
13073 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13074 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13075 esac
13078 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13079 then
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13081 $as_echo_n "checking for -lgsm... " >&6; }
13082 if ${ac_cv_lib_soname_gsm+:} false; then :
13083 $as_echo_n "(cached) " >&6
13084 else
13085 ac_check_soname_save_LIBS=$LIBS
13086 LIBS="-lgsm $LIBS"
13087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13088 /* end confdefs.h. */
13090 /* Override any GCC internal prototype to avoid an error.
13091 Use char because int might match the return type of a GCC
13092 builtin and then its argument prototype would still apply. */
13093 #ifdef __cplusplus
13094 extern "C"
13095 #endif
13096 char gsm_create ();
13098 main ()
13100 return gsm_create ();
13102 return 0;
13104 _ACEOF
13105 if ac_fn_c_try_link "$LINENO"; then :
13106 case "$LIBEXT" in
13107 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13108 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'` ;;
13109 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13110 if ${ac_cv_lib_soname_gsm:+false} :; then :
13111 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13112 fi ;;
13113 esac
13115 rm -f core conftest.err conftest.$ac_objext \
13116 conftest$ac_exeext conftest.$ac_ext
13117 LIBS=$ac_check_soname_save_LIBS
13119 if ${ac_cv_lib_soname_gsm:+false} :; then :
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13121 $as_echo "not found" >&6; }
13123 else
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13125 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13127 cat >>confdefs.h <<_ACEOF
13128 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13129 _ACEOF
13134 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13135 case "x$with_gsm" in
13136 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13137 xno) ;;
13138 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13139 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13140 esac
13143 if test "x$with_jpeg" != "xno"
13144 then
13145 if ${JPEG_CFLAGS:+false} :; then :
13146 if ${PKG_CONFIG+:} false; then :
13147 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13151 if ${JPEG_LIBS:+false} :; then :
13152 if ${PKG_CONFIG+:} false; then :
13153 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13158 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13159 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13160 ac_save_CPPFLAGS=$CPPFLAGS
13161 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13162 for ac_header in jpeglib.h
13163 do :
13164 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13165 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13166 cat >>confdefs.h <<_ACEOF
13167 #define HAVE_JPEGLIB_H 1
13168 _ACEOF
13172 done
13174 if test "$ac_cv_header_jpeglib_h" = "yes"
13175 then
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13177 $as_echo_n "checking for -ljpeg... " >&6; }
13178 if ${ac_cv_lib_soname_jpeg+:} false; then :
13179 $as_echo_n "(cached) " >&6
13180 else
13181 ac_check_soname_save_LIBS=$LIBS
13182 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13184 /* end confdefs.h. */
13186 /* Override any GCC internal prototype to avoid an error.
13187 Use char because int might match the return type of a GCC
13188 builtin and then its argument prototype would still apply. */
13189 #ifdef __cplusplus
13190 extern "C"
13191 #endif
13192 char jpeg_start_decompress ();
13194 main ()
13196 return jpeg_start_decompress ();
13198 return 0;
13200 _ACEOF
13201 if ac_fn_c_try_link "$LINENO"; then :
13202 case "$LIBEXT" in
13203 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13204 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'` ;;
13205 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13206 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13207 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13208 fi ;;
13209 esac
13211 rm -f core conftest.err conftest.$ac_objext \
13212 conftest$ac_exeext conftest.$ac_ext
13213 LIBS=$ac_check_soname_save_LIBS
13215 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13217 $as_echo "not found" >&6; }
13218 JPEG_CFLAGS=""
13219 else
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13221 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13223 cat >>confdefs.h <<_ACEOF
13224 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13225 _ACEOF
13229 else
13230 JPEG_CFLAGS=""
13232 CPPFLAGS=$ac_save_CPPFLAGS
13233 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13234 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13237 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13238 case "x$with_jpeg" in
13239 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13240 xno) ;;
13241 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13242 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13243 esac
13246 if test "x$with_png" != "xno"
13247 then
13248 if ${PNG_CFLAGS:+false} :; then :
13249 if ${PKG_CONFIG+:} false; then :
13250 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13253 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13254 if ${PNG_LIBS:+false} :; then :
13255 if ${PKG_CONFIG+:} false; then :
13256 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13259 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13261 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13262 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13263 ac_save_CPPFLAGS=$CPPFLAGS
13264 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13265 for ac_header in png.h
13266 do :
13267 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13268 if test "x$ac_cv_header_png_h" = xyes; then :
13269 cat >>confdefs.h <<_ACEOF
13270 #define HAVE_PNG_H 1
13271 _ACEOF
13275 done
13277 if test "$ac_cv_header_png_h" = "yes"
13278 then
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13280 $as_echo_n "checking for -lpng... " >&6; }
13281 if ${ac_cv_lib_soname_png+:} false; then :
13282 $as_echo_n "(cached) " >&6
13283 else
13284 ac_check_soname_save_LIBS=$LIBS
13285 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13287 /* end confdefs.h. */
13289 /* Override any GCC internal prototype to avoid an error.
13290 Use char because int might match the return type of a GCC
13291 builtin and then its argument prototype would still apply. */
13292 #ifdef __cplusplus
13293 extern "C"
13294 #endif
13295 char png_create_read_struct ();
13297 main ()
13299 return png_create_read_struct ();
13301 return 0;
13303 _ACEOF
13304 if ac_fn_c_try_link "$LINENO"; then :
13305 case "$LIBEXT" in
13306 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13307 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'` ;;
13308 *) 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'`
13309 if ${ac_cv_lib_soname_png:+false} :; then :
13310 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13311 fi ;;
13312 esac
13314 rm -f core conftest.err conftest.$ac_objext \
13315 conftest$ac_exeext conftest.$ac_ext
13316 LIBS=$ac_check_soname_save_LIBS
13318 if ${ac_cv_lib_soname_png:+false} :; then :
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13320 $as_echo "not found" >&6; }
13321 PNG_CFLAGS=""
13322 else
13323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13324 $as_echo "$ac_cv_lib_soname_png" >&6; }
13326 cat >>confdefs.h <<_ACEOF
13327 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13328 _ACEOF
13330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13331 /* end confdefs.h. */
13332 #include <png.h>
13334 main ()
13336 typeof(png_set_expand_gray_1_2_4_to_8) *p
13338 return 0;
13340 _ACEOF
13341 if ac_fn_c_try_compile "$LINENO"; then :
13343 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13348 else
13349 PNG_CFLAGS=""
13351 CPPFLAGS=$ac_save_CPPFLAGS
13352 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13353 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13356 if test "x$ac_cv_lib_soname_png" = "x"; then :
13357 case "x$with_png" in
13358 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13359 xno) ;;
13360 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13361 This is an error since --with-png was requested." "$LINENO" 5 ;;
13362 esac
13365 if test "x$with_tiff" != "xno"
13366 then
13367 if ${TIFF_CFLAGS:+false} :; then :
13368 if ${PKG_CONFIG+:} false; then :
13369 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13373 if ${TIFF_LIBS:+false} :; then :
13374 if ${PKG_CONFIG+:} false; then :
13375 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13380 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13381 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13382 ac_save_CPPFLAGS=$CPPFLAGS
13383 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13384 for ac_header in tiffio.h
13385 do :
13386 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13387 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13388 cat >>confdefs.h <<_ACEOF
13389 #define HAVE_TIFFIO_H 1
13390 _ACEOF
13394 done
13396 if test "$ac_cv_header_tiffio_h" = "yes"
13397 then
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13399 $as_echo_n "checking for -ltiff... " >&6; }
13400 if ${ac_cv_lib_soname_tiff+:} false; then :
13401 $as_echo_n "(cached) " >&6
13402 else
13403 ac_check_soname_save_LIBS=$LIBS
13404 LIBS="-ltiff $TIFF_LIBS $LIBS"
13405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13406 /* end confdefs.h. */
13408 /* Override any GCC internal prototype to avoid an error.
13409 Use char because int might match the return type of a GCC
13410 builtin and then its argument prototype would still apply. */
13411 #ifdef __cplusplus
13412 extern "C"
13413 #endif
13414 char TIFFClientOpen ();
13416 main ()
13418 return TIFFClientOpen ();
13420 return 0;
13422 _ACEOF
13423 if ac_fn_c_try_link "$LINENO"; then :
13424 case "$LIBEXT" in
13425 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13426 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'` ;;
13427 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13428 if ${ac_cv_lib_soname_tiff:+false} :; then :
13429 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13430 fi ;;
13431 esac
13433 rm -f core conftest.err conftest.$ac_objext \
13434 conftest$ac_exeext conftest.$ac_ext
13435 LIBS=$ac_check_soname_save_LIBS
13437 if ${ac_cv_lib_soname_tiff:+false} :; then :
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13439 $as_echo "not found" >&6; }
13441 else
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13443 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13445 cat >>confdefs.h <<_ACEOF
13446 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13447 _ACEOF
13452 CPPFLAGS=$ac_save_CPPFLAGS
13453 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13454 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13457 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13458 case "x$with_tiff" in
13459 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13460 xno) ;;
13461 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13462 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13463 esac
13466 if test "x$with_mpg123" != "xno"
13467 then
13468 if ${MPG123_CFLAGS:+false} :; then :
13469 if ${PKG_CONFIG+:} false; then :
13470 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13474 if ${MPG123_LIBS:+false} :; then :
13475 if ${PKG_CONFIG+:} false; then :
13476 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13480 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13481 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13482 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13483 ac_save_CPPFLAGS=$CPPFLAGS
13484 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13485 for ac_header in mpg123.h
13486 do :
13487 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13488 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13489 cat >>confdefs.h <<_ACEOF
13490 #define HAVE_MPG123_H 1
13491 _ACEOF
13495 done
13497 if test "$ac_cv_header_mpg123_h" = "yes"
13498 then
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13500 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13501 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13502 $as_echo_n "(cached) " >&6
13503 else
13504 ac_check_lib_save_LIBS=$LIBS
13505 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13507 /* end confdefs.h. */
13509 /* Override any GCC internal prototype to avoid an error.
13510 Use char because int might match the return type of a GCC
13511 builtin and then its argument prototype would still apply. */
13512 #ifdef __cplusplus
13513 extern "C"
13514 #endif
13515 char mpg123_feed ();
13517 main ()
13519 return mpg123_feed ();
13521 return 0;
13523 _ACEOF
13524 if ac_fn_c_try_link "$LINENO"; then :
13525 ac_cv_lib_mpg123_mpg123_feed=yes
13526 else
13527 ac_cv_lib_mpg123_mpg123_feed=no
13529 rm -f core conftest.err conftest.$ac_objext \
13530 conftest$ac_exeext conftest.$ac_ext
13531 LIBS=$ac_check_lib_save_LIBS
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13534 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13535 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13537 else
13538 MPG123_LIBS=""
13541 else
13542 MPG123_CFLAGS=""
13543 MPG123_LIBS=""
13545 CPPFLAGS=$ac_save_CPPFLAGS
13546 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13547 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13550 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13551 case "x$with_mpg123" in
13552 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13553 xno) ;;
13554 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13555 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13556 esac
13558 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
13560 if test "$ac_cv_header_AL_al_h" = "yes"
13561 then
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13563 $as_echo_n "checking for -lopenal... " >&6; }
13564 if ${ac_cv_lib_soname_openal+:} false; then :
13565 $as_echo_n "(cached) " >&6
13566 else
13567 ac_check_soname_save_LIBS=$LIBS
13568 LIBS="-lopenal $LIBS"
13569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13570 /* end confdefs.h. */
13572 /* Override any GCC internal prototype to avoid an error.
13573 Use char because int might match the return type of a GCC
13574 builtin and then its argument prototype would still apply. */
13575 #ifdef __cplusplus
13576 extern "C"
13577 #endif
13578 char alGetSource3i ();
13580 main ()
13582 return alGetSource3i ();
13584 return 0;
13586 _ACEOF
13587 if ac_fn_c_try_link "$LINENO"; then :
13588 case "$LIBEXT" in
13589 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13590 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'` ;;
13591 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13592 if ${ac_cv_lib_soname_openal:+false} :; then :
13593 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13594 fi ;;
13595 esac
13597 rm -f core conftest.err conftest.$ac_objext \
13598 conftest$ac_exeext conftest.$ac_ext
13599 LIBS=$ac_check_soname_save_LIBS
13601 if ${ac_cv_lib_soname_openal:+false} :; then :
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13603 $as_echo "not found" >&6; }
13605 else
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13607 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13609 cat >>confdefs.h <<_ACEOF
13610 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13611 _ACEOF
13613 OPENAL_LIBS="-lopenal"
13615 ac_cv_lib_openal=yes
13617 cat >>confdefs.h <<_ACEOF
13618 #define HAVE_OPENAL 1
13619 _ACEOF
13623 if test "x$ac_cv_lib_openal" != xyes; then :
13624 case "x$with_openal" in
13625 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13626 xno) ;;
13627 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13628 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13629 esac
13631 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13633 if test "x$ac_cv_lib_openal" = xyes
13634 then
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13636 $as_echo_n "checking for openal-soft... " >&6; }
13637 if ${ac_cv_have_openalsoft+:} false; then :
13638 $as_echo_n "(cached) " >&6
13639 else
13640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13641 /* end confdefs.h. */
13642 #include <AL/alext.h>
13643 LPALCRENDERSAMPLESSOFT x;
13645 main ()
13649 return 0;
13651 _ACEOF
13652 if ac_fn_c_try_compile "$LINENO"; then :
13653 ac_cv_have_openalsoft=yes
13654 else
13655 ac_cv_have_openalsoft=no
13657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13660 $as_echo "$ac_cv_have_openalsoft" >&6; }
13662 if test "x$ac_cv_have_openalsoft" != xyes
13663 then
13664 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13665 enable_xaudio2_7=${enable_xaudio2_7:-no}
13668 if test "$ac_cv_header_kstat_h" = "yes"
13669 then
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13671 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13672 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13673 $as_echo_n "(cached) " >&6
13674 else
13675 ac_check_lib_save_LIBS=$LIBS
13676 LIBS="-lkstat $LIBS"
13677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13678 /* end confdefs.h. */
13680 /* Override any GCC internal prototype to avoid an error.
13681 Use char because int might match the return type of a GCC
13682 builtin and then its argument prototype would still apply. */
13683 #ifdef __cplusplus
13684 extern "C"
13685 #endif
13686 char kstat_open ();
13688 main ()
13690 return kstat_open ();
13692 return 0;
13694 _ACEOF
13695 if ac_fn_c_try_link "$LINENO"; then :
13696 ac_cv_lib_kstat_kstat_open=yes
13697 else
13698 ac_cv_lib_kstat_kstat_open=no
13700 rm -f core conftest.err conftest.$ac_objext \
13701 conftest$ac_exeext conftest.$ac_ext
13702 LIBS=$ac_check_lib_save_LIBS
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13705 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13706 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13708 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13710 KSTAT_LIBS="-lkstat"
13716 if test "$ac_cv_header_libprocstat_h" = "yes"
13717 then
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13719 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13720 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13721 $as_echo_n "(cached) " >&6
13722 else
13723 ac_check_lib_save_LIBS=$LIBS
13724 LIBS="-lprocstat $LIBS"
13725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13726 /* end confdefs.h. */
13728 /* Override any GCC internal prototype to avoid an error.
13729 Use char because int might match the return type of a GCC
13730 builtin and then its argument prototype would still apply. */
13731 #ifdef __cplusplus
13732 extern "C"
13733 #endif
13734 char procstat_open_sysctl ();
13736 main ()
13738 return procstat_open_sysctl ();
13740 return 0;
13742 _ACEOF
13743 if ac_fn_c_try_link "$LINENO"; then :
13744 ac_cv_lib_procstat_procstat_open_sysctl=yes
13745 else
13746 ac_cv_lib_procstat_procstat_open_sysctl=no
13748 rm -f core conftest.err conftest.$ac_objext \
13749 conftest$ac_exeext conftest.$ac_ext
13750 LIBS=$ac_check_lib_save_LIBS
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13753 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13754 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13756 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13758 PROCSTAT_LIBS="-lprocstat"
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13765 $as_echo_n "checking for -lodbc... " >&6; }
13766 if ${ac_cv_lib_soname_odbc+:} false; then :
13767 $as_echo_n "(cached) " >&6
13768 else
13769 ac_check_soname_save_LIBS=$LIBS
13770 LIBS="-lodbc $LIBS"
13771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13772 /* end confdefs.h. */
13774 /* Override any GCC internal prototype to avoid an error.
13775 Use char because int might match the return type of a GCC
13776 builtin and then its argument prototype would still apply. */
13777 #ifdef __cplusplus
13778 extern "C"
13779 #endif
13780 char SQLConnect ();
13782 main ()
13784 return SQLConnect ();
13786 return 0;
13788 _ACEOF
13789 if ac_fn_c_try_link "$LINENO"; then :
13790 case "$LIBEXT" in
13791 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13792 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'` ;;
13793 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13794 if ${ac_cv_lib_soname_odbc:+false} :; then :
13795 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13796 fi ;;
13797 esac
13799 rm -f core conftest.err conftest.$ac_objext \
13800 conftest$ac_exeext conftest.$ac_ext
13801 LIBS=$ac_check_soname_save_LIBS
13803 if ${ac_cv_lib_soname_odbc:+false} :; then :
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13805 $as_echo "not found" >&6; }
13806 cat >>confdefs.h <<_ACEOF
13807 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13808 _ACEOF
13810 else
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13812 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13814 cat >>confdefs.h <<_ACEOF
13815 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13816 _ACEOF
13821 if test "x$with_netapi" != "xno"
13822 then
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13824 $as_echo_n "checking for -lnetapi... " >&6; }
13825 if ${ac_cv_lib_soname_netapi+:} false; then :
13826 $as_echo_n "(cached) " >&6
13827 else
13828 ac_check_soname_save_LIBS=$LIBS
13829 LIBS="-lnetapi $LIBS"
13830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13831 /* end confdefs.h. */
13833 /* Override any GCC internal prototype to avoid an error.
13834 Use char because int might match the return type of a GCC
13835 builtin and then its argument prototype would still apply. */
13836 #ifdef __cplusplus
13837 extern "C"
13838 #endif
13839 char libnetapi_init ();
13841 main ()
13843 return libnetapi_init ();
13845 return 0;
13847 _ACEOF
13848 if ac_fn_c_try_link "$LINENO"; then :
13849 case "$LIBEXT" in
13850 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13851 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'` ;;
13852 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13853 if ${ac_cv_lib_soname_netapi:+false} :; then :
13854 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13855 fi ;;
13856 esac
13858 rm -f core conftest.err conftest.$ac_objext \
13859 conftest$ac_exeext conftest.$ac_ext
13860 LIBS=$ac_check_soname_save_LIBS
13862 if ${ac_cv_lib_soname_netapi:+false} :; then :
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13864 $as_echo "not found" >&6; }
13865 cat >>confdefs.h <<_ACEOF
13866 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13867 _ACEOF
13869 else
13870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13871 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13873 cat >>confdefs.h <<_ACEOF
13874 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13875 _ACEOF
13881 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
13882 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
13883 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
13884 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
13886 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13887 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
13888 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13889 then
13890 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13894 EXTRACFLAGS=""
13896 if test "x${GCC}" = "xyes"
13897 then
13898 EXTRACFLAGS="-Wall -pipe"
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13901 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13902 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13903 $as_echo_n "(cached) " >&6
13904 else
13905 if test "$cross_compiling" = yes; then :
13906 ac_cv_c_gcc_strength_bug="no"
13907 else
13908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13909 /* end confdefs.h. */
13910 int L[4] = {0,1,2,3};
13912 main ()
13914 static int Array[3];
13915 unsigned int B = 3;
13916 int i;
13917 for(i=0; i<B; i++) Array[i] = i - 3;
13918 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13919 L[i] = 4;
13920 return (Array[1] != -2 || L[2] != 3)
13922 return 0;
13924 _ACEOF
13925 if ac_fn_c_try_run "$LINENO"; then :
13926 ac_cv_c_gcc_strength_bug="no"
13927 else
13928 ac_cv_c_gcc_strength_bug="yes"
13930 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13931 conftest.$ac_objext conftest.beam conftest.$ac_ext
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13936 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13937 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13938 then
13939 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13943 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13944 if ${ac_cv_cflags__fno_builtin+:} false; then :
13945 $as_echo_n "(cached) " >&6
13946 else
13947 ac_wine_try_cflags_saved=$CFLAGS
13948 CFLAGS="$CFLAGS -fno-builtin"
13949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13950 /* end confdefs.h. */
13951 int main(int argc, char **argv) { return 0; }
13952 _ACEOF
13953 if ac_fn_c_try_link "$LINENO"; then :
13954 ac_cv_cflags__fno_builtin=yes
13955 else
13956 ac_cv_cflags__fno_builtin=no
13958 rm -f core conftest.err conftest.$ac_objext \
13959 conftest$ac_exeext conftest.$ac_ext
13960 CFLAGS=$ac_wine_try_cflags_saved
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13963 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13964 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
13965 BUILTINFLAG="-fno-builtin"
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13969 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13970 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
13971 $as_echo_n "(cached) " >&6
13972 else
13973 ac_wine_try_cflags_saved=$CFLAGS
13974 CFLAGS="$CFLAGS -fno-strict-aliasing"
13975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13976 /* end confdefs.h. */
13977 int main(int argc, char **argv) { return 0; }
13978 _ACEOF
13979 if ac_fn_c_try_link "$LINENO"; then :
13980 ac_cv_cflags__fno_strict_aliasing=yes
13981 else
13982 ac_cv_cflags__fno_strict_aliasing=no
13984 rm -f core conftest.err conftest.$ac_objext \
13985 conftest$ac_exeext conftest.$ac_ext
13986 CFLAGS=$ac_wine_try_cflags_saved
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13989 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13990 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
13991 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
13993 saved_CFLAGS=$CFLAGS
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13995 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13996 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
13997 $as_echo_n "(cached) " >&6
13998 else
13999 ac_wine_try_cflags_saved=$CFLAGS
14000 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14002 /* end confdefs.h. */
14003 int main(int argc, char **argv) { return 0; }
14004 _ACEOF
14005 if ac_fn_c_try_link "$LINENO"; then :
14006 ac_cv_cflags__Werror_unknown_warning_option=yes
14007 else
14008 ac_cv_cflags__Werror_unknown_warning_option=no
14010 rm -f core conftest.err conftest.$ac_objext \
14011 conftest$ac_exeext conftest.$ac_ext
14012 CFLAGS=$ac_wine_try_cflags_saved
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14015 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14016 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14017 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14020 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14021 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14022 $as_echo_n "(cached) " >&6
14023 else
14024 ac_wine_try_cflags_saved=$CFLAGS
14025 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14027 /* end confdefs.h. */
14028 int main(int argc, char **argv) { return 0; }
14029 _ACEOF
14030 if ac_fn_c_try_link "$LINENO"; then :
14031 ac_cv_cflags__Wdeclaration_after_statement=yes
14032 else
14033 ac_cv_cflags__Wdeclaration_after_statement=no
14035 rm -f core conftest.err conftest.$ac_objext \
14036 conftest$ac_exeext conftest.$ac_ext
14037 CFLAGS=$ac_wine_try_cflags_saved
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14040 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14041 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14042 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14045 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14046 if ${ac_cv_cflags__Wempty_body+:} false; then :
14047 $as_echo_n "(cached) " >&6
14048 else
14049 ac_wine_try_cflags_saved=$CFLAGS
14050 CFLAGS="$CFLAGS -Wempty-body"
14051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14052 /* end confdefs.h. */
14053 int main(int argc, char **argv) { return 0; }
14054 _ACEOF
14055 if ac_fn_c_try_link "$LINENO"; then :
14056 ac_cv_cflags__Wempty_body=yes
14057 else
14058 ac_cv_cflags__Wempty_body=no
14060 rm -f core conftest.err conftest.$ac_objext \
14061 conftest$ac_exeext conftest.$ac_ext
14062 CFLAGS=$ac_wine_try_cflags_saved
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14065 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14066 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14067 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14070 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14071 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14072 $as_echo_n "(cached) " >&6
14073 else
14074 ac_wine_try_cflags_saved=$CFLAGS
14075 CFLAGS="$CFLAGS -Wignored-qualifiers"
14076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14077 /* end confdefs.h. */
14078 int main(int argc, char **argv) { return 0; }
14079 _ACEOF
14080 if ac_fn_c_try_link "$LINENO"; then :
14081 ac_cv_cflags__Wignored_qualifiers=yes
14082 else
14083 ac_cv_cflags__Wignored_qualifiers=no
14085 rm -f core conftest.err conftest.$ac_objext \
14086 conftest$ac_exeext conftest.$ac_ext
14087 CFLAGS=$ac_wine_try_cflags_saved
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14090 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14091 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14092 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14095 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14096 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14097 $as_echo_n "(cached) " >&6
14098 else
14099 ac_wine_try_cflags_saved=$CFLAGS
14100 CFLAGS="$CFLAGS -Wstrict-prototypes"
14101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14102 /* end confdefs.h. */
14103 int main(int argc, char **argv) { return 0; }
14104 _ACEOF
14105 if ac_fn_c_try_link "$LINENO"; then :
14106 ac_cv_cflags__Wstrict_prototypes=yes
14107 else
14108 ac_cv_cflags__Wstrict_prototypes=no
14110 rm -f core conftest.err conftest.$ac_objext \
14111 conftest$ac_exeext conftest.$ac_ext
14112 CFLAGS=$ac_wine_try_cflags_saved
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14115 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14116 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14117 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14120 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14121 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14122 $as_echo_n "(cached) " >&6
14123 else
14124 ac_wine_try_cflags_saved=$CFLAGS
14125 CFLAGS="$CFLAGS -Wtype-limits"
14126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14127 /* end confdefs.h. */
14128 int main(int argc, char **argv) { return 0; }
14129 _ACEOF
14130 if ac_fn_c_try_link "$LINENO"; then :
14131 ac_cv_cflags__Wtype_limits=yes
14132 else
14133 ac_cv_cflags__Wtype_limits=no
14135 rm -f core conftest.err conftest.$ac_objext \
14136 conftest$ac_exeext conftest.$ac_ext
14137 CFLAGS=$ac_wine_try_cflags_saved
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14140 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14141 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14142 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14145 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14146 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14147 $as_echo_n "(cached) " >&6
14148 else
14149 ac_wine_try_cflags_saved=$CFLAGS
14150 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14152 /* end confdefs.h. */
14153 int main(int argc, char **argv) { return 0; }
14154 _ACEOF
14155 if ac_fn_c_try_link "$LINENO"; then :
14156 ac_cv_cflags__Wunused_but_set_parameter=yes
14157 else
14158 ac_cv_cflags__Wunused_but_set_parameter=no
14160 rm -f core conftest.err conftest.$ac_objext \
14161 conftest$ac_exeext conftest.$ac_ext
14162 CFLAGS=$ac_wine_try_cflags_saved
14164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14165 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14166 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14167 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14170 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14171 if ${ac_cv_cflags__Wvla+:} false; then :
14172 $as_echo_n "(cached) " >&6
14173 else
14174 ac_wine_try_cflags_saved=$CFLAGS
14175 CFLAGS="$CFLAGS -Wvla"
14176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14177 /* end confdefs.h. */
14178 int main(int argc, char **argv) { return 0; }
14179 _ACEOF
14180 if ac_fn_c_try_link "$LINENO"; then :
14181 ac_cv_cflags__Wvla=yes
14182 else
14183 ac_cv_cflags__Wvla=no
14185 rm -f core conftest.err conftest.$ac_objext \
14186 conftest$ac_exeext conftest.$ac_ext
14187 CFLAGS=$ac_wine_try_cflags_saved
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14190 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14191 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14192 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14195 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14196 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14197 $as_echo_n "(cached) " >&6
14198 else
14199 ac_wine_try_cflags_saved=$CFLAGS
14200 CFLAGS="$CFLAGS -Wwrite-strings"
14201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14202 /* end confdefs.h. */
14203 int main(int argc, char **argv) { return 0; }
14204 _ACEOF
14205 if ac_fn_c_try_link "$LINENO"; then :
14206 ac_cv_cflags__Wwrite_strings=yes
14207 else
14208 ac_cv_cflags__Wwrite_strings=no
14210 rm -f core conftest.err conftest.$ac_objext \
14211 conftest$ac_exeext conftest.$ac_ext
14212 CFLAGS=$ac_wine_try_cflags_saved
14214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14215 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14216 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14217 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14221 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14222 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14223 $as_echo_n "(cached) " >&6
14224 else
14225 ac_wine_try_cflags_saved=$CFLAGS
14226 CFLAGS="$CFLAGS -Wpointer-arith"
14227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14228 /* end confdefs.h. */
14229 int main(int argc, char **argv) { return 0; }
14230 _ACEOF
14231 if ac_fn_c_try_link "$LINENO"; then :
14232 ac_cv_cflags__Wpointer_arith=yes
14233 else
14234 ac_cv_cflags__Wpointer_arith=no
14236 rm -f core conftest.err conftest.$ac_objext \
14237 conftest$ac_exeext conftest.$ac_ext
14238 CFLAGS=$ac_wine_try_cflags_saved
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14241 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14242 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14243 saved_string_h_CFLAGS=$CFLAGS
14244 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14246 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14247 if ${ac_cv_c_string_h_warnings+:} false; then :
14248 $as_echo_n "(cached) " >&6
14249 else
14250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14251 /* end confdefs.h. */
14252 #include <string.h>
14254 main ()
14258 return 0;
14260 _ACEOF
14261 if ac_fn_c_try_compile "$LINENO"; then :
14262 ac_cv_c_string_h_warnings=no
14263 else
14264 ac_cv_c_string_h_warnings=yes
14266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14269 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14270 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14271 CFLAGS=$saved_string_h_CFLAGS
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14275 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14276 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14277 $as_echo_n "(cached) " >&6
14278 else
14279 ac_wine_try_cflags_saved=$CFLAGS
14280 CFLAGS="$CFLAGS -Wlogical-op"
14281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14282 /* end confdefs.h. */
14283 int main(int argc, char **argv) { return 0; }
14284 _ACEOF
14285 if ac_fn_c_try_link "$LINENO"; then :
14286 ac_cv_cflags__Wlogical_op=yes
14287 else
14288 ac_cv_cflags__Wlogical_op=no
14290 rm -f core conftest.err conftest.$ac_objext \
14291 conftest$ac_exeext conftest.$ac_ext
14292 CFLAGS=$ac_wine_try_cflags_saved
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14295 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14296 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14297 saved_string_h_CFLAGS=$CFLAGS
14298 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14300 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14301 if ${ac_cv_c_logicalop_noisy+:} false; then :
14302 $as_echo_n "(cached) " >&6
14303 else
14304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14305 /* end confdefs.h. */
14306 #include <string.h>
14307 char*f(const char *h,char n) {return strchr(h,n);}
14309 main ()
14313 return 0;
14315 _ACEOF
14316 if ac_fn_c_try_compile "$LINENO"; then :
14317 ac_cv_c_logicalop_noisy=no
14318 else
14319 ac_cv_c_logicalop_noisy=yes
14321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14324 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14325 CFLAGS=$saved_string_h_CFLAGS
14326 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14329 CFLAGS=$saved_CFLAGS
14331 for ac_flag in $CFLAGS; do
14332 case $ac_flag in
14333 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14334 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14335 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14336 $as_echo_n "(cached) " >&6
14337 else
14338 ac_wine_try_cflags_saved=$CFLAGS
14339 CFLAGS="$CFLAGS -gdwarf-2"
14340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14341 /* end confdefs.h. */
14342 int main(int argc, char **argv) { return 0; }
14343 _ACEOF
14344 if ac_fn_c_try_link "$LINENO"; then :
14345 ac_cv_cflags__gdwarf_2=yes
14346 else
14347 ac_cv_cflags__gdwarf_2=no
14349 rm -f core conftest.err conftest.$ac_objext \
14350 conftest$ac_exeext conftest.$ac_ext
14351 CFLAGS=$ac_wine_try_cflags_saved
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14354 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14355 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14356 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14359 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14360 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14361 $as_echo_n "(cached) " >&6
14362 else
14363 ac_wine_try_cflags_saved=$CFLAGS
14364 CFLAGS="$CFLAGS -gstrict-dwarf"
14365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14366 /* end confdefs.h. */
14367 int main(int argc, char **argv) { return 0; }
14368 _ACEOF
14369 if ac_fn_c_try_link "$LINENO"; then :
14370 ac_cv_cflags__gstrict_dwarf=yes
14371 else
14372 ac_cv_cflags__gstrict_dwarf=no
14374 rm -f core conftest.err conftest.$ac_objext \
14375 conftest$ac_exeext conftest.$ac_ext
14376 CFLAGS=$ac_wine_try_cflags_saved
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14379 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14380 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14381 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14382 fi ;;
14383 esac
14384 done
14386 case $host_cpu in
14387 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14388 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14389 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14390 $as_echo_n "(cached) " >&6
14391 else
14392 ac_wine_try_cflags_saved=$CFLAGS
14393 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14395 /* end confdefs.h. */
14396 int main(int argc, char **argv) { return 0; }
14397 _ACEOF
14398 if ac_fn_c_try_link "$LINENO"; then :
14399 ac_cv_cflags__fno_omit_frame_pointer=yes
14400 else
14401 ac_cv_cflags__fno_omit_frame_pointer=no
14403 rm -f core conftest.err conftest.$ac_objext \
14404 conftest$ac_exeext conftest.$ac_ext
14405 CFLAGS=$ac_wine_try_cflags_saved
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14408 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14409 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14410 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14411 fi ;;
14412 esac
14414 case $host in
14415 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14416 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14417 if ${ac_cv_cflags__Wno_format+:} false; then :
14418 $as_echo_n "(cached) " >&6
14419 else
14420 ac_wine_try_cflags_saved=$CFLAGS
14421 CFLAGS="$CFLAGS -Wno-format"
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__Wno_format=yes
14428 else
14429 ac_cv_cflags__Wno_format=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__Wno_format" >&5
14436 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14437 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14438 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14439 fi ;;
14440 esac
14442 if test "x$enable_maintainer_mode" = "xyes"
14443 then
14444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14445 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14446 if ${ac_cv_cflags__Werror+:} false; then :
14447 $as_echo_n "(cached) " >&6
14448 else
14449 ac_wine_try_cflags_saved=$CFLAGS
14450 CFLAGS="$CFLAGS -Werror"
14451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14452 /* end confdefs.h. */
14453 int main(int argc, char **argv) { return 0; }
14454 _ACEOF
14455 if ac_fn_c_try_link "$LINENO"; then :
14456 ac_cv_cflags__Werror=yes
14457 else
14458 ac_cv_cflags__Werror=no
14460 rm -f core conftest.err conftest.$ac_objext \
14461 conftest$ac_exeext conftest.$ac_ext
14462 CFLAGS=$ac_wine_try_cflags_saved
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14465 $as_echo "$ac_cv_cflags__Werror" >&6; }
14466 if test "x$ac_cv_cflags__Werror" = xyes; then :
14467 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14471 saved_CFLAGS="$CFLAGS"
14472 CFLAGS="$CFLAGS -Werror"
14473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14474 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14475 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14476 $as_echo_n "(cached) " >&6
14477 else
14478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14479 /* end confdefs.h. */
14480 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14482 main ()
14486 return 0;
14488 _ACEOF
14489 if ac_fn_c_try_compile "$LINENO"; then :
14490 ac_cv_have_ms_hook_prologue="yes"
14491 else
14492 ac_cv_have_ms_hook_prologue="no"
14494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14497 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14498 CFLAGS="$saved_CFLAGS"
14499 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14500 then
14502 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14504 else
14505 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14512 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14513 if ${ac_cv_c_fortify_enabled+:} false; then :
14514 $as_echo_n "(cached) " >&6
14515 else
14516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14517 /* end confdefs.h. */
14518 #include <string.h>
14520 main ()
14522 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14523 #error Fortify enabled
14524 #endif
14526 return 0;
14528 _ACEOF
14529 if ac_fn_c_try_compile "$LINENO"; then :
14530 ac_cv_c_fortify_enabled=no
14531 else
14532 ac_cv_c_fortify_enabled=yes
14534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14537 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14538 if test "$ac_cv_c_fortify_enabled" = yes
14539 then
14540 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14545 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14546 if ${ac_cv_c_extern_prefix+:} false; then :
14547 $as_echo_n "(cached) " >&6
14548 else
14549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14550 /* end confdefs.h. */
14551 extern int ac_test;
14553 main ()
14555 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14557 return 0;
14559 _ACEOF
14560 if ac_fn_c_try_link "$LINENO"; then :
14561 ac_cv_c_extern_prefix="yes"
14562 else
14563 ac_cv_c_extern_prefix="no"
14565 rm -f core conftest.err conftest.$ac_objext \
14566 conftest$ac_exeext conftest.$ac_ext
14568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14569 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14571 case $host_cpu in
14572 *i[3456789]86*)
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14574 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14575 if ${ac_cv_c_stdcall_suffix+:} false; then :
14576 $as_echo_n "(cached) " >&6
14577 else
14578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14579 /* end confdefs.h. */
14580 #ifndef _MSC_VER
14581 #define __stdcall __attribute__((__stdcall__))
14582 #endif
14583 int __stdcall ac_test(int i) { return i; }
14585 main ()
14587 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14589 return 0;
14591 _ACEOF
14592 if ac_fn_c_try_link "$LINENO"; then :
14593 ac_cv_c_stdcall_suffix="yes"
14594 else
14595 ac_cv_c_stdcall_suffix="no"
14597 rm -f core conftest.err conftest.$ac_objext \
14598 conftest$ac_exeext conftest.$ac_ext
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14601 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14602 *) ac_cv_c_stdcall_suffix="no" ;;
14603 esac
14606 if test "$ac_cv_c_extern_prefix" = "yes"
14607 then
14608 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14610 asm_name_prefix="_"
14611 else
14612 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14614 asm_name_prefix=""
14618 if test "$ac_cv_c_stdcall_suffix" = "yes"
14619 then
14620 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14622 else
14623 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14629 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14630 if ${ac_cv_asm_func_def+:} false; then :
14631 $as_echo_n "(cached) " >&6
14632 else
14633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14634 /* end confdefs.h. */
14637 main ()
14639 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14641 return 0;
14643 _ACEOF
14644 if ac_fn_c_try_link "$LINENO"; then :
14645 ac_cv_asm_func_def=".def"
14646 else
14647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14648 /* end confdefs.h. */
14651 main ()
14653 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14655 return 0;
14657 _ACEOF
14658 if ac_fn_c_try_link "$LINENO"; then :
14659 ac_cv_asm_func_def=".type @function"
14660 else
14661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14662 /* end confdefs.h. */
14665 main ()
14667 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14669 return 0;
14671 _ACEOF
14672 if ac_fn_c_try_link "$LINENO"; then :
14673 ac_cv_asm_func_def=".type 2"
14674 else
14675 ac_cv_asm_func_def="unknown"
14677 rm -f core conftest.err conftest.$ac_objext \
14678 conftest$ac_exeext conftest.$ac_ext
14680 rm -f core conftest.err conftest.$ac_objext \
14681 conftest$ac_exeext conftest.$ac_ext
14683 rm -f core conftest.err conftest.$ac_objext \
14684 conftest$ac_exeext conftest.$ac_ext
14686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14687 $as_echo "$ac_cv_asm_func_def" >&6; }
14690 case "$ac_cv_asm_func_def" in
14691 ".def")
14692 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14694 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14695 ".type @function")
14696 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14698 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14699 ".type 2")
14700 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14702 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14704 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14706 asm_func_header="" ;;
14707 esac
14709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14710 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14711 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14712 $as_echo_n "(cached) " >&6
14713 else
14714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14715 /* end confdefs.h. */
14716 asm(".text\n\t.long 0");
14718 main ()
14722 return 0;
14724 _ACEOF
14725 if ac_fn_c_try_compile "$LINENO"; then :
14726 ac_cv_c_asm_outside_funcs="yes"
14727 else
14728 ac_cv_c_asm_outside_funcs="no"
14730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14733 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14736 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14737 if ${ac_cv_c_dot_previous+:} false; then :
14738 $as_echo_n "(cached) " >&6
14739 else
14740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14741 /* end confdefs.h. */
14744 main ()
14746 asm(".text\nac_test:\t.long 0\n\t.previous");
14748 return 0;
14750 _ACEOF
14751 if ac_fn_c_try_link "$LINENO"; then :
14752 ac_cv_c_dot_previous="yes"
14753 else
14754 ac_cv_c_dot_previous="no"
14756 rm -f core conftest.err conftest.$ac_objext \
14757 conftest$ac_exeext conftest.$ac_ext
14759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14760 $as_echo "$ac_cv_c_dot_previous" >&6; }
14762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14763 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14764 if ${ac_cv_c_cfi_support+:} false; then :
14765 $as_echo_n "(cached) " >&6
14766 else
14767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14768 /* end confdefs.h. */
14769 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14771 main ()
14775 return 0;
14777 _ACEOF
14778 if ac_fn_c_try_compile "$LINENO"; then :
14779 ac_cv_c_cfi_support="yes"
14780 else
14781 ac_cv_c_cfi_support="no"
14783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14786 $as_echo "$ac_cv_c_cfi_support" >&6; }
14788 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14789 asm_func_trailer=""
14790 if test "$ac_cv_c_dot_previous" = "yes"
14791 then
14792 asm_func_trailer="\\n\\t.previous"
14794 if test "$ac_cv_c_cfi_support" = "yes"
14795 then
14796 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14797 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14799 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14801 UNWINDFLAGS=-fasynchronous-unwind-tables
14803 else
14804 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14806 if test "x$enable_win64" = "xyes"
14807 then
14808 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14812 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14815 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14816 then
14817 cat >>confdefs.h <<_ACEOF
14818 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14819 _ACEOF
14821 else
14822 cat >>confdefs.h <<_ACEOF
14823 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14824 _ACEOF
14828 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14831 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14835 case $build_os in
14836 cygwin*|mingw32*) TOOLSEXT=".exe"
14838 esac
14840 case $host_os in
14841 linux*)
14842 case $host_cpu in
14843 *i[3456789]86*|x86_64*)
14844 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14845 loader_programs="$loader_programs $wine_binary-preloader"
14846 as_fn_append LOADER_RULES "
14847 $wine_binary-preloader: preloader.o
14848 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14850 install install-lib:: $wine_binary-preloader
14851 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14853 uninstall::
14854 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14856 preloader_EXTRADEFS = $BUILTINFLAG
14857 " ;;
14858 esac
14860 esac
14861 as_fn_append LOADER_RULES "
14862 PROGRAMS = $loader_programs
14866 ac_save_CFLAGS="$CFLAGS"
14867 CFLAGS="$CFLAGS $BUILTINFLAG"
14868 for ac_func in \
14869 __res_get_state \
14870 __res_getservers \
14871 _finite \
14872 _isnan \
14873 _pclose \
14874 _popen \
14875 _snprintf \
14876 _spawnvp \
14877 _strdup \
14878 _stricmp \
14879 _strnicmp \
14880 _strtoi64 \
14881 _strtoui64 \
14882 _vsnprintf \
14883 asctime_r \
14884 chsize \
14885 dlopen \
14886 epoll_create \
14887 ffs \
14888 finitef \
14889 fnmatch \
14890 fork \
14891 fpclass \
14892 fstatfs \
14893 fstatvfs \
14894 ftruncate \
14895 futimens \
14896 futimes \
14897 futimesat \
14898 getattrlist \
14899 getdirentries \
14900 getopt_long_only \
14901 getpwuid \
14902 gettimeofday \
14903 getuid \
14904 if_nameindex \
14905 isnanf \
14906 kqueue \
14907 lstat \
14908 memmove \
14909 mmap \
14910 pclose \
14911 pipe2 \
14912 poll \
14913 popen \
14914 port_create \
14915 prctl \
14916 pread \
14917 proc_pidinfo \
14918 pwrite \
14919 readdir \
14920 readlink \
14921 sched_yield \
14922 select \
14923 setproctitle \
14924 setrlimit \
14925 settimeofday \
14926 sigaltstack \
14927 sigprocmask \
14928 snprintf \
14929 statfs \
14930 statvfs \
14931 strcasecmp \
14932 strdup \
14933 strerror \
14934 strncasecmp \
14935 strtold \
14936 strtoll \
14937 strtoull \
14938 symlink \
14939 tcdrain \
14940 thr_kill2 \
14941 timegm \
14942 usleep \
14943 vsnprintf
14945 do :
14946 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14947 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14948 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14949 cat >>confdefs.h <<_ACEOF
14950 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14951 _ACEOF
14954 done
14956 CFLAGS="$ac_save_CFLAGS"
14958 if test "$ac_cv_func_dlopen" = no
14959 then
14960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14961 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14962 if ${ac_cv_lib_dl_dlopen+:} false; then :
14963 $as_echo_n "(cached) " >&6
14964 else
14965 ac_check_lib_save_LIBS=$LIBS
14966 LIBS="-ldl $LIBS"
14967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14968 /* end confdefs.h. */
14970 /* Override any GCC internal prototype to avoid an error.
14971 Use char because int might match the return type of a GCC
14972 builtin and then its argument prototype would still apply. */
14973 #ifdef __cplusplus
14974 extern "C"
14975 #endif
14976 char dlopen ();
14978 main ()
14980 return dlopen ();
14982 return 0;
14984 _ACEOF
14985 if ac_fn_c_try_link "$LINENO"; then :
14986 ac_cv_lib_dl_dlopen=yes
14987 else
14988 ac_cv_lib_dl_dlopen=no
14990 rm -f core conftest.err conftest.$ac_objext \
14991 conftest$ac_exeext conftest.$ac_ext
14992 LIBS=$ac_check_lib_save_LIBS
14994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14995 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14996 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14997 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14998 DL_LIBS="-ldl"
15003 ac_wine_check_funcs_save_LIBS="$LIBS"
15004 LIBS="$LIBS $DL_LIBS"
15005 for ac_func in dladdr
15006 do :
15007 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15008 if test "x$ac_cv_func_dladdr" = xyes; then :
15009 cat >>confdefs.h <<_ACEOF
15010 #define HAVE_DLADDR 1
15011 _ACEOF
15014 done
15016 LIBS="$ac_wine_check_funcs_save_LIBS"
15018 if test "$ac_cv_func_poll" = no
15019 then
15020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15021 $as_echo_n "checking for poll in -lpoll... " >&6; }
15022 if ${ac_cv_lib_poll_poll+:} false; then :
15023 $as_echo_n "(cached) " >&6
15024 else
15025 ac_check_lib_save_LIBS=$LIBS
15026 LIBS="-lpoll $LIBS"
15027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15028 /* end confdefs.h. */
15030 /* Override any GCC internal prototype to avoid an error.
15031 Use char because int might match the return type of a GCC
15032 builtin and then its argument prototype would still apply. */
15033 #ifdef __cplusplus
15034 extern "C"
15035 #endif
15036 char poll ();
15038 main ()
15040 return poll ();
15042 return 0;
15044 _ACEOF
15045 if ac_fn_c_try_link "$LINENO"; then :
15046 ac_cv_lib_poll_poll=yes
15047 else
15048 ac_cv_lib_poll_poll=no
15050 rm -f core conftest.err conftest.$ac_objext \
15051 conftest$ac_exeext conftest.$ac_ext
15052 LIBS=$ac_check_lib_save_LIBS
15054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15055 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15056 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15057 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15058 POLL_LIBS="-lpoll"
15064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15065 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15066 if ${ac_cv_search_gethostbyname+:} false; then :
15067 $as_echo_n "(cached) " >&6
15068 else
15069 ac_func_search_save_LIBS=$LIBS
15070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15071 /* end confdefs.h. */
15073 /* Override any GCC internal prototype to avoid an error.
15074 Use char because int might match the return type of a GCC
15075 builtin and then its argument prototype would still apply. */
15076 #ifdef __cplusplus
15077 extern "C"
15078 #endif
15079 char gethostbyname ();
15081 main ()
15083 return gethostbyname ();
15085 return 0;
15087 _ACEOF
15088 for ac_lib in '' nsl; do
15089 if test -z "$ac_lib"; then
15090 ac_res="none required"
15091 else
15092 ac_res=-l$ac_lib
15093 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15095 if ac_fn_c_try_link "$LINENO"; then :
15096 ac_cv_search_gethostbyname=$ac_res
15098 rm -f core conftest.err conftest.$ac_objext \
15099 conftest$ac_exeext
15100 if ${ac_cv_search_gethostbyname+:} false; then :
15101 break
15103 done
15104 if ${ac_cv_search_gethostbyname+:} false; then :
15106 else
15107 ac_cv_search_gethostbyname=no
15109 rm conftest.$ac_ext
15110 LIBS=$ac_func_search_save_LIBS
15112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15113 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15114 ac_res=$ac_cv_search_gethostbyname
15115 if test "$ac_res" != no; then :
15116 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15122 $as_echo_n "checking for library containing connect... " >&6; }
15123 if ${ac_cv_search_connect+:} false; then :
15124 $as_echo_n "(cached) " >&6
15125 else
15126 ac_func_search_save_LIBS=$LIBS
15127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15128 /* end confdefs.h. */
15130 /* Override any GCC internal prototype to avoid an error.
15131 Use char because int might match the return type of a GCC
15132 builtin and then its argument prototype would still apply. */
15133 #ifdef __cplusplus
15134 extern "C"
15135 #endif
15136 char connect ();
15138 main ()
15140 return connect ();
15142 return 0;
15144 _ACEOF
15145 for ac_lib in '' socket; do
15146 if test -z "$ac_lib"; then
15147 ac_res="none required"
15148 else
15149 ac_res=-l$ac_lib
15150 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15152 if ac_fn_c_try_link "$LINENO"; then :
15153 ac_cv_search_connect=$ac_res
15155 rm -f core conftest.err conftest.$ac_objext \
15156 conftest$ac_exeext
15157 if ${ac_cv_search_connect+:} false; then :
15158 break
15160 done
15161 if ${ac_cv_search_connect+:} false; then :
15163 else
15164 ac_cv_search_connect=no
15166 rm conftest.$ac_ext
15167 LIBS=$ac_func_search_save_LIBS
15169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15170 $as_echo "$ac_cv_search_connect" >&6; }
15171 ac_res=$ac_cv_search_connect
15172 if test "$ac_res" != no; then :
15173 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15179 $as_echo_n "checking for library containing inet_aton... " >&6; }
15180 if ${ac_cv_search_inet_aton+:} false; then :
15181 $as_echo_n "(cached) " >&6
15182 else
15183 ac_func_search_save_LIBS=$LIBS
15184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15185 /* end confdefs.h. */
15187 /* Override any GCC internal prototype to avoid an error.
15188 Use char because int might match the return type of a GCC
15189 builtin and then its argument prototype would still apply. */
15190 #ifdef __cplusplus
15191 extern "C"
15192 #endif
15193 char inet_aton ();
15195 main ()
15197 return inet_aton ();
15199 return 0;
15201 _ACEOF
15202 for ac_lib in '' resolv; do
15203 if test -z "$ac_lib"; then
15204 ac_res="none required"
15205 else
15206 ac_res=-l$ac_lib
15207 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15209 if ac_fn_c_try_link "$LINENO"; then :
15210 ac_cv_search_inet_aton=$ac_res
15212 rm -f core conftest.err conftest.$ac_objext \
15213 conftest$ac_exeext
15214 if ${ac_cv_search_inet_aton+:} false; then :
15215 break
15217 done
15218 if ${ac_cv_search_inet_aton+:} false; then :
15220 else
15221 ac_cv_search_inet_aton=no
15223 rm conftest.$ac_ext
15224 LIBS=$ac_func_search_save_LIBS
15226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15227 $as_echo "$ac_cv_search_inet_aton" >&6; }
15228 ac_res=$ac_cv_search_inet_aton
15229 if test "$ac_res" != no; then :
15230 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15235 for ac_func in \
15236 getaddrinfo \
15237 getnameinfo \
15238 getnetbyname \
15239 getprotobyname \
15240 getprotobynumber \
15241 getservbyport \
15242 inet_addr \
15243 inet_network \
15244 inet_ntop \
15245 inet_pton \
15246 sendmsg \
15247 socketpair \
15249 do :
15250 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15251 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15252 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15253 cat >>confdefs.h <<_ACEOF
15254 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15255 _ACEOF
15258 done
15261 ac_save_LIBS=$LIBS
15262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15263 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15264 if ${ac_cv_search_clock_gettime+:} false; then :
15265 $as_echo_n "(cached) " >&6
15266 else
15267 ac_func_search_save_LIBS=$LIBS
15268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15269 /* end confdefs.h. */
15271 /* Override any GCC internal prototype to avoid an error.
15272 Use char because int might match the return type of a GCC
15273 builtin and then its argument prototype would still apply. */
15274 #ifdef __cplusplus
15275 extern "C"
15276 #endif
15277 char clock_gettime ();
15279 main ()
15281 return clock_gettime ();
15283 return 0;
15285 _ACEOF
15286 for ac_lib in '' rt; do
15287 if test -z "$ac_lib"; then
15288 ac_res="none required"
15289 else
15290 ac_res=-l$ac_lib
15291 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15293 if ac_fn_c_try_link "$LINENO"; then :
15294 ac_cv_search_clock_gettime=$ac_res
15296 rm -f core conftest.err conftest.$ac_objext \
15297 conftest$ac_exeext
15298 if ${ac_cv_search_clock_gettime+:} false; then :
15299 break
15301 done
15302 if ${ac_cv_search_clock_gettime+:} false; then :
15304 else
15305 ac_cv_search_clock_gettime=no
15307 rm conftest.$ac_ext
15308 LIBS=$ac_func_search_save_LIBS
15310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15311 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15312 ac_res=$ac_cv_search_clock_gettime
15313 if test "$ac_res" != no; then :
15314 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15316 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15318 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15322 LIBS=$ac_save_LIBS
15324 LDAP_LIBS=""
15326 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15327 then
15328 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15330 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15332 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15333 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15334 $as_echo_n "(cached) " >&6
15335 else
15336 ac_check_lib_save_LIBS=$LIBS
15337 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15339 /* end confdefs.h. */
15341 /* Override any GCC internal prototype to avoid an error.
15342 Use char because int might match the return type of a GCC
15343 builtin and then its argument prototype would still apply. */
15344 #ifdef __cplusplus
15345 extern "C"
15346 #endif
15347 char ldap_initialize ();
15349 main ()
15351 return ldap_initialize ();
15353 return 0;
15355 _ACEOF
15356 if ac_fn_c_try_link "$LINENO"; then :
15357 ac_cv_lib_ldap_r_ldap_initialize=yes
15358 else
15359 ac_cv_lib_ldap_r_ldap_initialize=no
15361 rm -f core conftest.err conftest.$ac_objext \
15362 conftest$ac_exeext conftest.$ac_ext
15363 LIBS=$ac_check_lib_save_LIBS
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15366 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15367 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15369 $as_echo_n "checking for ber_init in -llber... " >&6; }
15370 if ${ac_cv_lib_lber_ber_init+:} false; then :
15371 $as_echo_n "(cached) " >&6
15372 else
15373 ac_check_lib_save_LIBS=$LIBS
15374 LIBS="-llber $PTHREAD_LIBS $LIBS"
15375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15376 /* end confdefs.h. */
15378 /* Override any GCC internal prototype to avoid an error.
15379 Use char because int might match the return type of a GCC
15380 builtin and then its argument prototype would still apply. */
15381 #ifdef __cplusplus
15382 extern "C"
15383 #endif
15384 char ber_init ();
15386 main ()
15388 return ber_init ();
15390 return 0;
15392 _ACEOF
15393 if ac_fn_c_try_link "$LINENO"; then :
15394 ac_cv_lib_lber_ber_init=yes
15395 else
15396 ac_cv_lib_lber_ber_init=no
15398 rm -f core conftest.err conftest.$ac_objext \
15399 conftest$ac_exeext conftest.$ac_ext
15400 LIBS=$ac_check_lib_save_LIBS
15402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15403 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15404 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15406 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15408 LDAP_LIBS="-lldap_r -llber"
15415 ac_wine_check_funcs_save_LIBS="$LIBS"
15416 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15417 for ac_func in \
15418 ldap_count_references \
15419 ldap_first_reference \
15420 ldap_next_reference \
15421 ldap_parse_reference \
15422 ldap_parse_sort_control \
15423 ldap_parse_sortresponse_control \
15424 ldap_parse_vlv_control \
15425 ldap_parse_vlvresponse_control
15426 do :
15427 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15428 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15429 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15430 cat >>confdefs.h <<_ACEOF
15431 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15432 _ACEOF
15435 done
15437 LIBS="$ac_wine_check_funcs_save_LIBS"
15439 if test "x$LDAP_LIBS" = "x"; then :
15440 case "x$with_ldap" in
15441 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15442 xno) ;;
15443 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15444 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15445 esac
15448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15449 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15450 if ${wine_cv_one_arg_mkdir+:} false; then :
15451 $as_echo_n "(cached) " >&6
15452 else
15453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15454 /* end confdefs.h. */
15455 #include <sys/stat.h>
15457 main ()
15459 mkdir("foo");
15461 return 0;
15463 _ACEOF
15464 if ac_fn_c_try_compile "$LINENO"; then :
15465 wine_cv_one_arg_mkdir=yes
15466 else
15467 wine_cv_one_arg_mkdir=no
15469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15472 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15473 if test "$wine_cv_one_arg_mkdir" = "yes"
15474 then
15476 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15481 $as_echo_n "checking for sched_setaffinity... " >&6; }
15482 if ${wine_cv_have_sched_setaffinity+:} false; then :
15483 $as_echo_n "(cached) " >&6
15484 else
15485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15486 /* end confdefs.h. */
15487 #define _GNU_SOURCE
15488 #include <sched.h>
15490 main ()
15492 sched_setaffinity(0, 0, 0);
15494 return 0;
15496 _ACEOF
15497 if ac_fn_c_try_link "$LINENO"; then :
15498 wine_cv_have_sched_setaffinity=yes
15499 else
15500 wine_cv_have_sched_setaffinity=no
15502 rm -f core conftest.err conftest.$ac_objext \
15503 conftest$ac_exeext conftest.$ac_ext
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15506 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15507 if test "$wine_cv_have_sched_setaffinity" = "yes"
15508 then
15510 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15515 $as_echo_n "checking for fallocate... " >&6; }
15516 if ${wine_cv_have_fallocate+:} false; then :
15517 $as_echo_n "(cached) " >&6
15518 else
15519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15520 /* end confdefs.h. */
15521 #define _GNU_SOURCE
15522 #include <fcntl.h>
15524 main ()
15526 fallocate(-1, 0, 0, 0);
15528 return 0;
15530 _ACEOF
15531 if ac_fn_c_try_link "$LINENO"; then :
15532 wine_cv_have_fallocate=yes
15533 else
15534 wine_cv_have_fallocate=no
15536 rm -f core conftest.err conftest.$ac_objext \
15537 conftest$ac_exeext conftest.$ac_ext
15539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15540 $as_echo "$wine_cv_have_fallocate" >&6; }
15541 if test "$wine_cv_have_fallocate" = "yes"
15542 then
15544 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15550 $as_echo_n "checking for inline... " >&6; }
15551 if ${ac_cv_c_inline+:} false; then :
15552 $as_echo_n "(cached) " >&6
15553 else
15554 ac_cv_c_inline=no
15555 for ac_kw in inline __inline__ __inline; do
15556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15557 /* end confdefs.h. */
15558 #ifndef __cplusplus
15559 typedef int foo_t;
15560 static $ac_kw foo_t static_foo () {return 0; }
15561 $ac_kw foo_t foo () {return 0; }
15562 #endif
15564 _ACEOF
15565 if ac_fn_c_try_compile "$LINENO"; then :
15566 ac_cv_c_inline=$ac_kw
15568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15569 test "$ac_cv_c_inline" != no && break
15570 done
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15574 $as_echo "$ac_cv_c_inline" >&6; }
15576 case $ac_cv_c_inline in
15577 inline | yes) ;;
15579 case $ac_cv_c_inline in
15580 no) ac_val=;;
15581 *) ac_val=$ac_cv_c_inline;;
15582 esac
15583 cat >>confdefs.h <<_ACEOF
15584 #ifndef __cplusplus
15585 #define inline $ac_val
15586 #endif
15587 _ACEOF
15589 esac
15591 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15592 if test "x$ac_cv_type_mode_t" = xyes; then :
15594 cat >>confdefs.h <<_ACEOF
15595 #define HAVE_MODE_T 1
15596 _ACEOF
15600 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15601 if test "x$ac_cv_type_off_t" = xyes; then :
15603 cat >>confdefs.h <<_ACEOF
15604 #define HAVE_OFF_T 1
15605 _ACEOF
15609 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15610 if test "x$ac_cv_type_pid_t" = xyes; then :
15612 cat >>confdefs.h <<_ACEOF
15613 #define HAVE_PID_T 1
15614 _ACEOF
15618 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15619 if test "x$ac_cv_type_size_t" = xyes; then :
15621 cat >>confdefs.h <<_ACEOF
15622 #define HAVE_SIZE_T 1
15623 _ACEOF
15627 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15628 if test "x$ac_cv_type_ssize_t" = xyes; then :
15630 cat >>confdefs.h <<_ACEOF
15631 #define HAVE_SSIZE_T 1
15632 _ACEOF
15636 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15637 if test "x$ac_cv_type_long_long" = xyes; then :
15639 cat >>confdefs.h <<_ACEOF
15640 #define HAVE_LONG_LONG 1
15641 _ACEOF
15645 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15646 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15648 cat >>confdefs.h <<_ACEOF
15649 #define HAVE_FSBLKCNT_T 1
15650 _ACEOF
15654 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15655 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15657 cat >>confdefs.h <<_ACEOF
15658 #define HAVE_FSFILCNT_T 1
15659 _ACEOF
15664 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15665 #include <signal.h>
15667 if test "x$ac_cv_type_sigset_t" = xyes; then :
15669 cat >>confdefs.h <<_ACEOF
15670 #define HAVE_SIGSET_T 1
15671 _ACEOF
15676 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15678 if test "x$ac_cv_type_request_sense" = xyes; then :
15680 cat >>confdefs.h <<_ACEOF
15681 #define HAVE_REQUEST_SENSE 1
15682 _ACEOF
15688 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15689 #ifdef HAVE_SYS_SOCKET_H
15690 #include <sys/socket.h>
15691 #endif
15692 #ifdef HAVE_SYS_SOCKETVAR_H
15693 #include <sys/socketvar.h>
15694 #endif
15695 #ifdef HAVE_NET_ROUTE_H
15696 #include <net/route.h>
15697 #endif
15698 #ifdef HAVE_NETINET_IN_H
15699 #include <netinet/in.h>
15700 #endif
15701 #ifdef HAVE_NETINET_IN_SYSTM_H
15702 #include <netinet/in_systm.h>
15703 #endif
15704 #ifdef HAVE_NETINET_IP_H
15705 #include <netinet/ip.h>
15706 #endif
15707 #ifdef HAVE_NETINET_IN_PCB_H
15708 #include <netinet/in_pcb.h>
15709 #endif
15711 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15713 cat >>confdefs.h <<_ACEOF
15714 #define HAVE_STRUCT_XINPGEN 1
15715 _ACEOF
15721 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15722 #include <link.h>
15723 #endif
15724 #ifdef HAVE_SYS_LINK_H
15725 #include <sys/link.h>
15726 #endif
15728 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15730 cat >>confdefs.h <<_ACEOF
15731 #define HAVE_STRUCT_R_DEBUG 1
15732 _ACEOF
15736 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15737 #include <link.h>
15738 #endif
15739 #ifdef HAVE_SYS_LINK_H
15740 #include <sys/link.h>
15741 #endif
15743 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15745 cat >>confdefs.h <<_ACEOF
15746 #define HAVE_STRUCT_LINK_MAP 1
15747 _ACEOF
15753 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15754 #include <linux/input.h>
15755 #endif
15757 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15759 cat >>confdefs.h <<_ACEOF
15760 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15761 _ACEOF
15767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15768 $as_echo_n "checking for sigaddset... " >&6; }
15769 if ${wine_cv_have_sigaddset+:} false; then :
15770 $as_echo_n "(cached) " >&6
15771 else
15772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15773 /* end confdefs.h. */
15774 #include <signal.h>
15776 main ()
15778 sigset_t set; sigaddset(&set,SIGTERM);
15780 return 0;
15782 _ACEOF
15783 if ac_fn_c_try_link "$LINENO"; then :
15784 wine_cv_have_sigaddset=yes
15785 else
15786 wine_cv_have_sigaddset=no
15788 rm -f core conftest.err conftest.$ac_objext \
15789 conftest$ac_exeext conftest.$ac_ext
15791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15792 $as_echo "$wine_cv_have_sigaddset" >&6; }
15793 if test "$wine_cv_have_sigaddset" = "yes"
15794 then
15796 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15802 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15803 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15804 $as_echo_n "(cached) " >&6
15805 else
15806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15807 /* end confdefs.h. */
15808 #include <netdb.h>
15810 main ()
15813 char *name=0;
15814 struct hostent he;
15815 struct hostent *result;
15816 char *buf=0;
15817 int bufsize=0;
15818 int errnr;
15819 char *addr=0;
15820 int addrlen=0;
15821 int addrtype=0;
15822 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15823 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15826 return 0;
15828 _ACEOF
15829 if ac_fn_c_try_link "$LINENO"; then :
15830 wine_cv_linux_gethostbyname_r_6=yes
15831 else
15832 wine_cv_linux_gethostbyname_r_6=no
15835 rm -f core conftest.err conftest.$ac_objext \
15836 conftest$ac_exeext conftest.$ac_ext
15839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15840 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15841 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15842 then
15844 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15848 if test "$ac_cv_header_linux_joystick_h" = "yes"
15849 then
15850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15851 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15852 if ${wine_cv_linux_joystick_22_api+:} false; then :
15853 $as_echo_n "(cached) " >&6
15854 else
15855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15856 /* end confdefs.h. */
15858 #include <sys/ioctl.h>
15859 #include <sys/types.h>
15860 #include <linux/joystick.h>
15862 struct js_event blub;
15863 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15864 #error "no 2.2 header"
15865 #endif
15868 main ()
15870 /*empty*/
15872 return 0;
15874 _ACEOF
15875 if ac_fn_c_try_compile "$LINENO"; then :
15876 wine_cv_linux_joystick_22_api=yes
15877 else
15878 wine_cv_linux_joystick_22_api=no
15880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15884 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15885 if test "$wine_cv_linux_joystick_22_api" = "yes"
15886 then
15888 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15894 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15895 #ifdef HAVE_SYS_PARAM_H
15896 # include <sys/param.h>
15897 #endif
15898 #ifdef HAVE_SYS_MOUNT_H
15899 # include <sys/mount.h>
15900 #endif
15901 #ifdef HAVE_SYS_VFS_H
15902 # include <sys/vfs.h>
15903 #endif
15904 #ifdef HAVE_SYS_STATFS_H
15905 # include <sys/statfs.h>
15906 #endif
15908 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15910 cat >>confdefs.h <<_ACEOF
15911 #define HAVE_STRUCT_STATFS_F_BFREE 1
15912 _ACEOF
15916 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15917 #ifdef HAVE_SYS_PARAM_H
15918 # include <sys/param.h>
15919 #endif
15920 #ifdef HAVE_SYS_MOUNT_H
15921 # include <sys/mount.h>
15922 #endif
15923 #ifdef HAVE_SYS_VFS_H
15924 # include <sys/vfs.h>
15925 #endif
15926 #ifdef HAVE_SYS_STATFS_H
15927 # include <sys/statfs.h>
15928 #endif
15930 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
15932 cat >>confdefs.h <<_ACEOF
15933 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15934 _ACEOF
15938 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15939 #ifdef HAVE_SYS_PARAM_H
15940 # include <sys/param.h>
15941 #endif
15942 #ifdef HAVE_SYS_MOUNT_H
15943 # include <sys/mount.h>
15944 #endif
15945 #ifdef HAVE_SYS_VFS_H
15946 # include <sys/vfs.h>
15947 #endif
15948 #ifdef HAVE_SYS_STATFS_H
15949 # include <sys/statfs.h>
15950 #endif
15952 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
15954 cat >>confdefs.h <<_ACEOF
15955 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15956 _ACEOF
15960 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15961 #ifdef HAVE_SYS_PARAM_H
15962 # include <sys/param.h>
15963 #endif
15964 #ifdef HAVE_SYS_MOUNT_H
15965 # include <sys/mount.h>
15966 #endif
15967 #ifdef HAVE_SYS_VFS_H
15968 # include <sys/vfs.h>
15969 #endif
15970 #ifdef HAVE_SYS_STATFS_H
15971 # include <sys/statfs.h>
15972 #endif
15974 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
15976 cat >>confdefs.h <<_ACEOF
15977 #define HAVE_STRUCT_STATFS_F_FFREE 1
15978 _ACEOF
15982 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15983 #ifdef HAVE_SYS_PARAM_H
15984 # include <sys/param.h>
15985 #endif
15986 #ifdef HAVE_SYS_MOUNT_H
15987 # include <sys/mount.h>
15988 #endif
15989 #ifdef HAVE_SYS_VFS_H
15990 # include <sys/vfs.h>
15991 #endif
15992 #ifdef HAVE_SYS_STATFS_H
15993 # include <sys/statfs.h>
15994 #endif
15996 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
15998 cat >>confdefs.h <<_ACEOF
15999 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16000 _ACEOF
16004 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16005 #ifdef HAVE_SYS_PARAM_H
16006 # include <sys/param.h>
16007 #endif
16008 #ifdef HAVE_SYS_MOUNT_H
16009 # include <sys/mount.h>
16010 #endif
16011 #ifdef HAVE_SYS_VFS_H
16012 # include <sys/vfs.h>
16013 #endif
16014 #ifdef HAVE_SYS_STATFS_H
16015 # include <sys/statfs.h>
16016 #endif
16018 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16020 cat >>confdefs.h <<_ACEOF
16021 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16022 _ACEOF
16028 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16029 #include <sys/statvfs.h>
16030 #endif
16032 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16034 cat >>confdefs.h <<_ACEOF
16035 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16036 _ACEOF
16042 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16043 #include <dirent.h>
16044 #endif
16046 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16048 cat >>confdefs.h <<_ACEOF
16049 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16050 _ACEOF
16056 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16057 #ifdef HAVE_SYS_SOCKET_H
16058 # include <sys/socket.h>
16059 #endif
16060 #ifdef HAVE_SYS_UN_H
16061 # include <sys/un.h>
16062 #endif
16064 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16066 cat >>confdefs.h <<_ACEOF
16067 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16068 _ACEOF
16072 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16073 #ifdef HAVE_SYS_SOCKET_H
16074 # include <sys/socket.h>
16075 #endif
16076 #ifdef HAVE_SYS_UN_H
16077 # include <sys/un.h>
16078 #endif
16080 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16082 cat >>confdefs.h <<_ACEOF
16083 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16084 _ACEOF
16088 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16089 #ifdef HAVE_SYS_SOCKET_H
16090 # include <sys/socket.h>
16091 #endif
16092 #ifdef HAVE_SYS_UN_H
16093 # include <sys/un.h>
16094 #endif
16096 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16098 cat >>confdefs.h <<_ACEOF
16099 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16100 _ACEOF
16106 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16107 #ifdef HAVE_SCSI_SG_H
16108 #include <scsi/sg.h>
16109 #endif
16111 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16113 cat >>confdefs.h <<_ACEOF
16114 #define HAVE_SCSIREQ_T_CMD 1
16115 _ACEOF
16119 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>
16120 #ifdef HAVE_SCSI_SG_H
16121 #include <scsi/sg.h>
16122 #endif
16124 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16126 cat >>confdefs.h <<_ACEOF
16127 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16128 _ACEOF
16134 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16136 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16138 cat >>confdefs.h <<_ACEOF
16139 #define HAVE_SIGINFO_T_SI_FD 1
16140 _ACEOF
16146 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16147 #ifdef HAVE_SYS_MTIO_H
16148 #include <sys/mtio.h>
16149 #endif
16151 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16153 cat >>confdefs.h <<_ACEOF
16154 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16155 _ACEOF
16159 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16160 #ifdef HAVE_SYS_MTIO_H
16161 #include <sys/mtio.h>
16162 #endif
16164 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16166 cat >>confdefs.h <<_ACEOF
16167 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16168 _ACEOF
16172 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16173 #ifdef HAVE_SYS_MTIO_H
16174 #include <sys/mtio.h>
16175 #endif
16177 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16179 cat >>confdefs.h <<_ACEOF
16180 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16181 _ACEOF
16187 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16188 #include <getopt.h>
16189 #endif
16191 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16193 cat >>confdefs.h <<_ACEOF
16194 #define HAVE_STRUCT_OPTION_NAME 1
16195 _ACEOF
16201 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16202 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16204 cat >>confdefs.h <<_ACEOF
16205 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16206 _ACEOF
16210 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16211 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16213 cat >>confdefs.h <<_ACEOF
16214 #define HAVE_STRUCT_STAT_ST_MTIM 1
16215 _ACEOF
16219 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16220 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16222 cat >>confdefs.h <<_ACEOF
16223 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16224 _ACEOF
16228 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16229 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16231 cat >>confdefs.h <<_ACEOF
16232 #define HAVE_STRUCT_STAT_ST_CTIM 1
16233 _ACEOF
16237 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16238 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16240 cat >>confdefs.h <<_ACEOF
16241 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16242 _ACEOF
16246 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16247 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16249 cat >>confdefs.h <<_ACEOF
16250 #define HAVE_STRUCT_STAT_ST_ATIM 1
16251 _ACEOF
16255 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16256 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16258 cat >>confdefs.h <<_ACEOF
16259 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16260 _ACEOF
16264 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16265 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16267 cat >>confdefs.h <<_ACEOF
16268 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16269 _ACEOF
16273 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16274 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16276 cat >>confdefs.h <<_ACEOF
16277 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16278 _ACEOF
16282 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16283 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16285 cat >>confdefs.h <<_ACEOF
16286 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16287 _ACEOF
16291 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16292 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16294 cat >>confdefs.h <<_ACEOF
16295 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16296 _ACEOF
16300 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16301 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16303 cat >>confdefs.h <<_ACEOF
16304 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16305 _ACEOF
16311 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
16312 #include <sys/types.h>
16313 #endif
16314 #ifdef HAVE_NETINET_IN_H
16315 #include <netinet/in.h>
16316 #endif
16318 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16320 cat >>confdefs.h <<_ACEOF
16321 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16322 _ACEOF
16328 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16329 #include <resolv.h>
16330 #endif
16332 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16334 cat >>confdefs.h <<_ACEOF
16335 #define HAVE_STRUCT___RES_STATE 1
16336 _ACEOF
16342 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
16343 #include <resolv.h>
16344 #endif
16346 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16348 cat >>confdefs.h <<_ACEOF
16349 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16350 _ACEOF
16356 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16357 #include <sys/types.h>
16358 #endif
16359 #ifdef HAVE_NETINET_IN_H
16360 # include <netinet/in.h>
16361 #endif
16362 #ifdef HAVE_ARPA_NAMESER_H
16363 # include <arpa/nameser.h>
16364 #endif
16366 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16368 cat >>confdefs.h <<_ACEOF
16369 #define HAVE_NS_MSG__MSG_PTR 1
16370 _ACEOF
16376 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16377 #include <sys/types.h>
16378 #endif
16379 #ifdef HAVE_NETINET_IP_H
16380 #include <netinet/ip.h>
16381 #endif
16382 #ifdef HAVE_NETINET_IP_ICMP_H
16383 #include <netinet/ip_icmp.h>
16384 #endif
16385 #ifdef HAVE_NETINET_ICMP_VAR_H
16386 #include <netinet/icmp_var.h>
16387 #endif
16389 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16391 cat >>confdefs.h <<_ACEOF
16392 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16393 _ACEOF
16399 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16400 #include <sys/types.h>
16401 #endif
16402 #ifdef HAVE_ALIAS_H
16403 #include <alias.h>
16404 #endif
16405 #ifdef HAVE_SYS_SOCKET_H
16406 #include <sys/socket.h>
16407 #endif
16408 #ifdef HAVE_SYS_SOCKETVAR_H
16409 #include <sys/socketvar.h>
16410 #endif
16411 #ifdef HAVE_SYS_TIMEOUT_H
16412 #include <sys/timeout.h>
16413 #endif
16414 #ifdef HAVE_NETINET_IN_H
16415 #include <netinet/in.h>
16416 #endif
16417 #ifdef HAVE_NETINET_IN_SYSTM_H
16418 #include <netinet/in_systm.h>
16419 #endif
16420 #ifdef HAVE_NETINET_IP_H
16421 #include <netinet/ip.h>
16422 #endif
16423 #ifdef HAVE_NETINET_IP_VAR_H
16424 #include <netinet/ip_var.h>
16425 #endif
16426 #ifdef HAVE_NETINET_IP_ICMP_H
16427 #include <netinet/ip_icmp.h>
16428 #endif
16429 #ifdef HAVE_NETINET_ICMP_VAR_H
16430 #include <netinet/icmp_var.h>
16431 #endif
16433 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16435 cat >>confdefs.h <<_ACEOF
16436 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16437 _ACEOF
16443 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16444 #include <sys/types.h>
16445 #endif
16446 #ifdef HAVE_SYS_SOCKETVAR_H
16447 #include <sys/socketvar.h>
16448 #endif
16449 #ifdef HAVE_NETINET_IN_H
16450 #include <netinet/in.h>
16451 #endif
16452 #ifdef HAVE_NETINET_IP_VAR_H
16453 #include <netinet/ip_var.h>
16454 #endif
16456 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16458 cat >>confdefs.h <<_ACEOF
16459 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16460 _ACEOF
16466 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
16467 #include <netinet/ip_var.h>
16468 #endif
16470 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16472 cat >>confdefs.h <<_ACEOF
16473 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16474 _ACEOF
16480 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16481 #include <sys/types.h>
16482 #endif
16483 #ifdef HAVE_SYS_SOCKETVAR_H
16484 #include <sys/socketvar.h>
16485 #endif
16486 #ifdef HAVE_NETINET_IN_H
16487 #include <netinet/in.h>
16488 #endif
16489 #ifdef HAVE_NETINET_TCP_H
16490 #include <netinet/tcp.h>
16491 #endif
16492 #ifdef HAVE_NETINET_TCP_VAR_H
16493 #include <netinet/tcp_var.h>
16494 #endif
16496 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16498 cat >>confdefs.h <<_ACEOF
16499 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16500 _ACEOF
16506 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
16507 #include <netinet/tcp_var.h>
16508 #endif
16510 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16512 cat >>confdefs.h <<_ACEOF
16513 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16514 _ACEOF
16520 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16521 #include <sys/types.h>
16522 #endif
16523 #ifdef HAVE_NETINET_IN_H
16524 #include <netinet/in.h>
16525 #endif
16526 #ifdef HAVE_NETINET_IP_VAR_H
16527 #include <netinet/ip_var.h>
16528 #endif
16529 #ifdef HAVE_NETINET_UDP_H
16530 #include <netinet/udp.h>
16531 #endif
16532 #ifdef HAVE_NETINET_UDP_VAR_H
16533 #include <netinet/udp_var.h>
16534 #endif
16536 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16538 cat >>confdefs.h <<_ACEOF
16539 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16540 _ACEOF
16546 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16547 #include <sys/types.h>
16548 #endif
16549 #ifdef HAVE_NET_IF_H
16550 # include <net/if.h>
16551 #endif
16553 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16555 cat >>confdefs.h <<_ACEOF
16556 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16557 _ACEOF
16563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16564 $as_echo_n "checking for timezone variable... " >&6; }
16565 if ${ac_cv_have_timezone+:} false; then :
16566 $as_echo_n "(cached) " >&6
16567 else
16568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16569 /* end confdefs.h. */
16570 #include <time.h>
16572 main ()
16574 timezone = 1
16576 return 0;
16578 _ACEOF
16579 if ac_fn_c_try_link "$LINENO"; then :
16580 ac_cv_have_timezone="yes"
16581 else
16582 ac_cv_have_timezone="no"
16584 rm -f core conftest.err conftest.$ac_objext \
16585 conftest$ac_exeext conftest.$ac_ext
16587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16588 $as_echo "$ac_cv_have_timezone" >&6; }
16589 if test "$ac_cv_have_timezone" = "yes"
16590 then
16592 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16596 $as_echo_n "checking for daylight variable... " >&6; }
16597 if ${ac_cv_have_daylight+:} false; then :
16598 $as_echo_n "(cached) " >&6
16599 else
16600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16601 /* end confdefs.h. */
16602 #include <time.h>
16604 main ()
16606 daylight = 1
16608 return 0;
16610 _ACEOF
16611 if ac_fn_c_try_link "$LINENO"; then :
16612 ac_cv_have_daylight="yes"
16613 else
16614 ac_cv_have_daylight="no"
16616 rm -f core conftest.err conftest.$ac_objext \
16617 conftest$ac_exeext conftest.$ac_ext
16619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16620 $as_echo "$ac_cv_have_daylight" >&6; }
16621 if test "$ac_cv_have_daylight" = "yes"
16622 then
16624 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16628 ac_save_LIBS="$LIBS"
16629 LIBS="$LIBS -lm"
16630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16631 $as_echo_n "checking for isfinite... " >&6; }
16632 if ${ac_cv_have_isfinite+:} false; then :
16633 $as_echo_n "(cached) " >&6
16634 else
16635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16636 /* end confdefs.h. */
16637 #define _GNU_SOURCE
16638 #include <math.h>
16640 main ()
16642 float f = 0.0; return isfinite(f)
16644 return 0;
16646 _ACEOF
16647 if ac_fn_c_try_link "$LINENO"; then :
16648 ac_cv_have_isfinite="yes"
16649 else
16650 ac_cv_have_isfinite="no"
16652 rm -f core conftest.err conftest.$ac_objext \
16653 conftest$ac_exeext conftest.$ac_ext
16655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16656 $as_echo "$ac_cv_have_isfinite" >&6; }
16657 if test "$ac_cv_have_isfinite" = "yes"
16658 then
16660 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16665 $as_echo_n "checking for isinf... " >&6; }
16666 if ${ac_cv_have_isinf+:} false; then :
16667 $as_echo_n "(cached) " >&6
16668 else
16669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16670 /* end confdefs.h. */
16671 #include <math.h>
16673 main ()
16675 float f = 0.0; return isinf(f)
16677 return 0;
16679 _ACEOF
16680 if ac_fn_c_try_link "$LINENO"; then :
16681 ac_cv_have_isinf="yes"
16682 else
16683 ac_cv_have_isinf="no"
16685 rm -f core conftest.err conftest.$ac_objext \
16686 conftest$ac_exeext conftest.$ac_ext
16688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16689 $as_echo "$ac_cv_have_isinf" >&6; }
16690 if test "$ac_cv_have_isinf" = "yes"
16691 then
16693 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16698 $as_echo_n "checking for isnan... " >&6; }
16699 if ${ac_cv_have_isnan+:} false; then :
16700 $as_echo_n "(cached) " >&6
16701 else
16702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16703 /* end confdefs.h. */
16704 #include <math.h>
16706 main ()
16708 float f = 0.0; return isnan(f)
16710 return 0;
16712 _ACEOF
16713 if ac_fn_c_try_link "$LINENO"; then :
16714 ac_cv_have_isnan="yes"
16715 else
16716 ac_cv_have_isnan="no"
16718 rm -f core conftest.err conftest.$ac_objext \
16719 conftest$ac_exeext conftest.$ac_ext
16721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16722 $as_echo "$ac_cv_have_isnan" >&6; }
16723 if test "$ac_cv_have_isnan" = "yes"
16724 then
16726 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16730 for ac_func in \
16731 cbrt \
16732 cbrtf \
16733 erf \
16734 erff \
16735 exp2 \
16736 exp2f \
16737 llrint \
16738 llrintf \
16739 llround \
16740 llroundf \
16741 log2 \
16742 log2f \
16743 lrint \
16744 lrintf \
16745 lround \
16746 lroundf \
16747 rint \
16748 rintf \
16749 round \
16750 roundf \
16751 trunc \
16752 truncf
16754 do :
16755 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16756 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16757 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16758 cat >>confdefs.h <<_ACEOF
16759 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16760 _ACEOF
16763 done
16765 LIBS="$ac_save_LIBS"
16767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16768 $as_echo_n "checking for __builtin_clz... " >&6; }
16769 if ${ac_cv_have___builtin_clz+:} false; then :
16770 $as_echo_n "(cached) " >&6
16771 else
16772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16773 /* end confdefs.h. */
16776 main ()
16778 return __builtin_clz(1)
16780 return 0;
16782 _ACEOF
16783 if ac_fn_c_try_link "$LINENO"; then :
16784 ac_cv_have___builtin_clz="yes"
16785 else
16786 ac_cv_have___builtin_clz="no"
16788 rm -f core conftest.err conftest.$ac_objext \
16789 conftest$ac_exeext conftest.$ac_ext
16791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16792 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16793 if test "$ac_cv_have___builtin_clz" = "yes"
16794 then
16796 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16801 case $host_cpu in
16802 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16803 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16804 if ${ac_cv_cpp_def___i386__+:} false; then :
16805 $as_echo_n "(cached) " >&6
16806 else
16807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16808 /* end confdefs.h. */
16809 #ifndef __i386__
16811 #endif
16812 _ACEOF
16813 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16814 $EGREP "yes" >/dev/null 2>&1; then :
16815 ac_cv_cpp_def___i386__=yes
16816 else
16817 ac_cv_cpp_def___i386__=no
16819 rm -f conftest*
16822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16823 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16824 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16825 CFLAGS="$CFLAGS -D__i386__"
16826 LINTFLAGS="$LINTFLAGS -D__i386__"
16827 fi ;;
16828 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16829 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16830 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16831 $as_echo_n "(cached) " >&6
16832 else
16833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16834 /* end confdefs.h. */
16835 #ifndef __x86_64__
16837 #endif
16838 _ACEOF
16839 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16840 $EGREP "yes" >/dev/null 2>&1; then :
16841 ac_cv_cpp_def___x86_64__=yes
16842 else
16843 ac_cv_cpp_def___x86_64__=no
16845 rm -f conftest*
16848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16849 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16850 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16851 CFLAGS="$CFLAGS -D__x86_64__"
16852 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16853 fi ;;
16854 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16855 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16856 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16857 $as_echo_n "(cached) " >&6
16858 else
16859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16860 /* end confdefs.h. */
16861 #ifndef __sparc64__
16863 #endif
16864 _ACEOF
16865 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16866 $EGREP "yes" >/dev/null 2>&1; then :
16867 ac_cv_cpp_def___sparc64__=yes
16868 else
16869 ac_cv_cpp_def___sparc64__=no
16871 rm -f conftest*
16874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16875 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16876 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16877 CFLAGS="$CFLAGS -D__sparc64__"
16878 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16879 fi ;;
16880 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16881 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16882 if ${ac_cv_cpp_def___sparc__+:} false; then :
16883 $as_echo_n "(cached) " >&6
16884 else
16885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16886 /* end confdefs.h. */
16887 #ifndef __sparc__
16889 #endif
16890 _ACEOF
16891 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16892 $EGREP "yes" >/dev/null 2>&1; then :
16893 ac_cv_cpp_def___sparc__=yes
16894 else
16895 ac_cv_cpp_def___sparc__=no
16897 rm -f conftest*
16900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16901 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16902 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16903 CFLAGS="$CFLAGS -D__sparc__"
16904 LINTFLAGS="$LINTFLAGS -D__sparc__"
16905 fi ;;
16906 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16907 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16908 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16909 $as_echo_n "(cached) " >&6
16910 else
16911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16912 /* end confdefs.h. */
16913 #ifndef __powerpc64__
16915 #endif
16916 _ACEOF
16917 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16918 $EGREP "yes" >/dev/null 2>&1; then :
16919 ac_cv_cpp_def___powerpc64__=yes
16920 else
16921 ac_cv_cpp_def___powerpc64__=no
16923 rm -f conftest*
16926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16927 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16928 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
16929 CFLAGS="$CFLAGS -D__powerpc64__"
16930 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
16931 fi ;;
16932 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16933 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16934 if ${ac_cv_cpp_def___powerpc__+:} false; then :
16935 $as_echo_n "(cached) " >&6
16936 else
16937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16938 /* end confdefs.h. */
16939 #ifndef __powerpc__
16941 #endif
16942 _ACEOF
16943 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16944 $EGREP "yes" >/dev/null 2>&1; then :
16945 ac_cv_cpp_def___powerpc__=yes
16946 else
16947 ac_cv_cpp_def___powerpc__=no
16949 rm -f conftest*
16952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16953 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16954 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
16955 CFLAGS="$CFLAGS -D__powerpc__"
16956 LINTFLAGS="$LINTFLAGS -D__powerpc__"
16957 fi ;;
16958 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16959 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16960 if ${ac_cv_cpp_def___aarch64__+:} false; then :
16961 $as_echo_n "(cached) " >&6
16962 else
16963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16964 /* end confdefs.h. */
16965 #ifndef __aarch64__
16967 #endif
16968 _ACEOF
16969 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16970 $EGREP "yes" >/dev/null 2>&1; then :
16971 ac_cv_cpp_def___aarch64__=yes
16972 else
16973 ac_cv_cpp_def___aarch64__=no
16975 rm -f conftest*
16978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16979 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16980 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
16981 CFLAGS="$CFLAGS -D__aarch64__"
16982 LINTFLAGS="$LINTFLAGS -D__aarch64__"
16983 fi ;;
16984 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16985 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16986 if ${ac_cv_cpp_def___arm__+:} false; then :
16987 $as_echo_n "(cached) " >&6
16988 else
16989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16990 /* end confdefs.h. */
16991 #ifndef __arm__
16993 #endif
16994 _ACEOF
16995 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16996 $EGREP "yes" >/dev/null 2>&1; then :
16997 ac_cv_cpp_def___arm__=yes
16998 else
16999 ac_cv_cpp_def___arm__=no
17001 rm -f conftest*
17004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17005 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17006 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17007 CFLAGS="$CFLAGS -D__arm__"
17008 LINTFLAGS="$LINTFLAGS -D__arm__"
17009 fi ;;
17010 esac
17012 case $host_vendor in
17013 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17014 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17015 if ${ac_cv_cpp_def___sun__+:} false; then :
17016 $as_echo_n "(cached) " >&6
17017 else
17018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17019 /* end confdefs.h. */
17020 #ifndef __sun__
17022 #endif
17023 _ACEOF
17024 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17025 $EGREP "yes" >/dev/null 2>&1; then :
17026 ac_cv_cpp_def___sun__=yes
17027 else
17028 ac_cv_cpp_def___sun__=no
17030 rm -f conftest*
17033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17034 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17035 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17036 CFLAGS="$CFLAGS -D__sun__"
17037 LINTFLAGS="$LINTFLAGS -D__sun__"
17038 fi ;;
17039 esac
17045 ac_config_commands="$ac_config_commands include/stamp-h"
17047 $as_echo_n "creating Makefile rules..." >&6
17049 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17050 SOCKET_LIBS = $SOCKET_LIBS
17051 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17052 IOKIT_LIBS = $IOKIT_LIBS
17053 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17054 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17055 CORESERVICES_LIBS = $CORESERVICES_LIBS
17056 APPKIT_LIBS = $APPKIT_LIBS
17057 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17058 SECURITY_LIBS = $SECURITY_LIBS
17059 COREAUDIO_LIBS = $COREAUDIO_LIBS
17060 OPENAL_LIBS = $OPENAL_LIBS
17061 OPENCL_LIBS = $OPENCL_LIBS
17062 QUICKTIME_LIBS = $QUICKTIME_LIBS
17063 CARBON_LIBS = $CARBON_LIBS
17064 PTHREAD_LIBS = $PTHREAD_LIBS
17065 X_CFLAGS = $X_CFLAGS
17066 X_PRE_LIBS = $X_PRE_LIBS
17067 X_LIBS = $X_LIBS
17068 X_EXTRA_LIBS = $X_EXTRA_LIBS
17069 XML2_CFLAGS = $XML2_CFLAGS
17070 XML2_LIBS = $XML2_LIBS
17071 XSLT_CFLAGS = $XSLT_CFLAGS
17072 XSLT_LIBS = $XSLT_LIBS
17073 DBUS_CFLAGS = $DBUS_CFLAGS
17074 DBUS_LIBS = $DBUS_LIBS
17075 HAL_CFLAGS = $HAL_CFLAGS
17076 HAL_LIBS = $HAL_LIBS
17077 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17078 GNUTLS_LIBS = $GNUTLS_LIBS
17079 SANE_CFLAGS = $SANE_CFLAGS
17080 SANE_LIBS = $SANE_LIBS
17081 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17082 GPHOTO2_LIBS = $GPHOTO2_LIBS
17083 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17084 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17085 RESOLV_LIBS = $RESOLV_LIBS
17086 LCMS2_CFLAGS = $LCMS2_CFLAGS
17087 LCMS2_LIBS = $LCMS2_LIBS
17088 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17089 FREETYPE_LIBS = $FREETYPE_LIBS
17090 Z_LIBS = $Z_LIBS
17091 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17092 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17093 GSTREAMER_LIBS = $GSTREAMER_LIBS
17094 ALSA_LIBS = $ALSA_LIBS
17095 OSS4_CFLAGS = $OSS4_CFLAGS
17096 CAPI20_CFLAGS = $CAPI20_CFLAGS
17097 CAPI20_LIBS = $CAPI20_LIBS
17098 CUPS_CFLAGS = $CUPS_CFLAGS
17099 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17100 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17101 JPEG_CFLAGS = $JPEG_CFLAGS
17102 JPEG_LIBS = $JPEG_LIBS
17103 PNG_CFLAGS = $PNG_CFLAGS
17104 PNG_LIBS = $PNG_LIBS
17105 TIFF_CFLAGS = $TIFF_CFLAGS
17106 TIFF_LIBS = $TIFF_LIBS
17107 MPG123_CFLAGS = $MPG123_CFLAGS
17108 MPG123_LIBS = $MPG123_LIBS
17109 KSTAT_LIBS = $KSTAT_LIBS
17110 PROCSTAT_LIBS = $PROCSTAT_LIBS
17111 DL_LIBS = $DL_LIBS
17112 POLL_LIBS = $POLL_LIBS
17113 RT_LIBS = $RT_LIBS
17114 LDAP_LIBS = $LDAP_LIBS
17119 wine_fn_append_rule "
17120 # Rules automatically generated by configure
17122 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17124 .INIT: Makefile
17125 .MAKEFILEDEPS:
17126 all: Makefile
17127 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17128 @./config.status Make.tmp Makefile"
17130 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17131 .gitignore: config.status
17132 @./config.status .gitignore"
17134 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17135 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17137 if test "x$enable_fonts" != xno; then
17138 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17139 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17140 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17141 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17142 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17143 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17145 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17146 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17147 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17148 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17149 ac_config_links="$ac_config_links wine:tools/winewrapper"
17150 wine_fn_config_symlink wine
17151 if test "x$enable_win64" != xno; then
17152 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17153 wine_fn_config_symlink wine64
17156 wine_fn_config_dll acledit enable_acledit
17157 wine_fn_config_dll aclui enable_aclui implib
17158 wine_fn_config_dll activeds enable_activeds implib
17159 wine_fn_config_dll actxprxy enable_actxprxy clean
17160 wine_fn_config_lib adsiid
17161 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17162 wine_fn_config_test dlls/advapi32/tests advapi32_test
17163 wine_fn_config_dll advpack enable_advpack implib
17164 wine_fn_config_test dlls/advpack/tests advpack_test
17165 wine_fn_config_dll amstream enable_amstream clean
17166 wine_fn_config_test dlls/amstream/tests amstream_test
17167 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17168 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17169 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17170 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17171 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17172 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17173 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17174 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17175 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17176 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17177 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17178 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17179 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17180 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17181 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17182 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17183 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17184 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17185 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17186 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17187 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17188 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17189 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17190 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17191 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17192 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17193 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17194 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17195 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17196 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17197 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17198 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17199 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17200 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17201 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17202 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17203 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17204 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17205 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17206 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17207 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17208 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17209 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17210 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17211 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17212 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17213 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17214 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17215 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17216 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17217 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17218 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17219 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17220 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17221 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17222 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17223 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17224 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17225 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17226 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17227 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17228 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17229 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17230 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17231 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17232 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17233 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17234 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17235 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17236 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17237 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17238 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17239 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17240 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17241 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17242 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17243 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17244 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17245 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17246 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17247 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17248 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17249 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17250 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17251 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17252 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17253 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17254 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17255 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17256 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17257 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17258 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17259 wine_fn_config_dll apphelp enable_apphelp
17260 wine_fn_config_test dlls/apphelp/tests apphelp_test
17261 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17262 wine_fn_config_dll atl enable_atl clean,implib
17263 wine_fn_config_test dlls/atl/tests atl_test
17264 wine_fn_config_dll atl100 enable_atl100 clean,implib
17265 wine_fn_config_test dlls/atl100/tests atl100_test
17266 wine_fn_config_dll atl110 enable_atl110 clean
17267 wine_fn_config_dll atl80 enable_atl80 clean,implib
17268 wine_fn_config_test dlls/atl80/tests atl80_test
17269 wine_fn_config_dll atl90 enable_atl90 clean
17270 wine_fn_config_dll authz enable_authz
17271 wine_fn_config_dll avicap32 enable_avicap32 implib
17272 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17273 wine_fn_config_test dlls/avifil32/tests avifil32_test
17274 wine_fn_config_dll avifile.dll16 enable_win16
17275 wine_fn_config_dll avrt enable_avrt implib
17276 wine_fn_config_dll bcrypt enable_bcrypt
17277 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17278 wine_fn_config_dll browseui enable_browseui clean,po
17279 wine_fn_config_test dlls/browseui/tests browseui_test
17280 wine_fn_config_dll cabinet enable_cabinet implib
17281 wine_fn_config_test dlls/cabinet/tests cabinet_test
17282 wine_fn_config_dll capi2032 enable_capi2032 implib
17283 wine_fn_config_dll cards enable_cards implib
17284 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17285 wine_fn_config_dll clusapi enable_clusapi implib
17286 wine_fn_config_dll combase enable_combase
17287 wine_fn_config_test dlls/combase/tests combase_test
17288 wine_fn_config_dll comcat enable_comcat
17289 wine_fn_config_test dlls/comcat/tests comcat_test
17290 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17291 wine_fn_config_test dlls/comctl32/tests comctl32_test
17292 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17293 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17294 wine_fn_config_dll comm.drv16 enable_win16
17295 wine_fn_config_dll commdlg.dll16 enable_win16
17296 wine_fn_config_dll compobj.dll16 enable_win16
17297 wine_fn_config_dll compstui enable_compstui implib
17298 wine_fn_config_dll comsvcs enable_comsvcs implib
17299 wine_fn_config_dll connect enable_connect
17300 wine_fn_config_dll credui enable_credui implib,po
17301 wine_fn_config_test dlls/credui/tests credui_test
17302 wine_fn_config_dll crtdll enable_crtdll implib
17303 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17304 wine_fn_config_test dlls/crypt32/tests crypt32_test
17305 wine_fn_config_dll cryptdlg enable_cryptdlg po
17306 wine_fn_config_dll cryptdll enable_cryptdll implib
17307 wine_fn_config_dll cryptext enable_cryptext
17308 wine_fn_config_dll cryptnet enable_cryptnet implib
17309 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17310 wine_fn_config_dll cryptui enable_cryptui implib,po
17311 wine_fn_config_test dlls/cryptui/tests cryptui_test
17312 wine_fn_config_dll ctapi32 enable_ctapi32
17313 wine_fn_config_dll ctl3d.dll16 enable_win16
17314 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17315 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17316 wine_fn_config_dll d2d1 enable_d2d1 implib
17317 wine_fn_config_test dlls/d2d1/tests d2d1_test
17318 wine_fn_config_dll d3d10 enable_d3d10 implib
17319 wine_fn_config_test dlls/d3d10/tests d3d10_test
17320 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17321 wine_fn_config_dll d3d10core enable_d3d10core implib
17322 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17323 wine_fn_config_dll d3d11 enable_d3d11 implib
17324 wine_fn_config_test dlls/d3d11/tests d3d11_test
17325 wine_fn_config_dll d3d8 enable_d3d8 implib
17326 wine_fn_config_test dlls/d3d8/tests d3d8_test
17327 wine_fn_config_dll d3d9 enable_d3d9 implib
17328 wine_fn_config_test dlls/d3d9/tests d3d9_test
17329 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17330 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17331 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17332 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17333 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17334 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17335 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17336 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17337 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17338 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17339 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17340 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17341 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17342 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17343 wine_fn_config_dll d3dim enable_d3dim implib
17344 wine_fn_config_dll d3drm enable_d3drm implib
17345 wine_fn_config_test dlls/d3drm/tests d3drm_test
17346 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17347 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17348 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17349 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17350 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17351 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17352 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17353 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17354 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17355 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17356 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17357 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17358 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17359 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17360 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17361 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17362 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17363 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17364 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17365 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17366 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17367 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17368 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17369 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17370 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17371 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17372 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17373 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17374 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17375 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17376 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17377 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17378 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17379 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17380 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17381 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17382 wine_fn_config_dll davclnt enable_davclnt
17383 wine_fn_config_dll dbgeng enable_dbgeng implib
17384 wine_fn_config_dll dbghelp enable_dbghelp implib
17385 wine_fn_config_dll dciman32 enable_dciman32 implib
17386 wine_fn_config_dll ddeml.dll16 enable_win16
17387 wine_fn_config_dll ddraw enable_ddraw clean,implib
17388 wine_fn_config_test dlls/ddraw/tests ddraw_test
17389 wine_fn_config_dll ddrawex enable_ddrawex clean
17390 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17391 wine_fn_config_dll devenum enable_devenum clean,po
17392 wine_fn_config_test dlls/devenum/tests devenum_test
17393 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17394 wine_fn_config_dll difxapi enable_difxapi
17395 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17396 wine_fn_config_test dlls/dinput/tests dinput_test
17397 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17398 wine_fn_config_test dlls/dinput8/tests dinput8_test
17399 wine_fn_config_dll dispdib.dll16 enable_win16
17400 wine_fn_config_dll dispex enable_dispex clean
17401 wine_fn_config_test dlls/dispex/tests dispex_test
17402 wine_fn_config_dll display.drv16 enable_win16
17403 wine_fn_config_dll dmband enable_dmband clean
17404 wine_fn_config_test dlls/dmband/tests dmband_test
17405 wine_fn_config_dll dmcompos enable_dmcompos clean
17406 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17407 wine_fn_config_dll dmime enable_dmime clean
17408 wine_fn_config_test dlls/dmime/tests dmime_test
17409 wine_fn_config_dll dmloader enable_dmloader clean
17410 wine_fn_config_test dlls/dmloader/tests dmloader_test
17411 wine_fn_config_dll dmscript enable_dmscript clean
17412 wine_fn_config_test dlls/dmscript/tests dmscript_test
17413 wine_fn_config_dll dmstyle enable_dmstyle clean
17414 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17415 wine_fn_config_dll dmsynth enable_dmsynth clean
17416 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17417 wine_fn_config_dll dmusic enable_dmusic clean
17418 wine_fn_config_test dlls/dmusic/tests dmusic_test
17419 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17420 wine_fn_config_dll dnsapi enable_dnsapi implib
17421 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17422 wine_fn_config_dll dplay enable_dplay implib
17423 wine_fn_config_dll dplayx enable_dplayx clean,implib
17424 wine_fn_config_test dlls/dplayx/tests dplayx_test
17425 wine_fn_config_dll dpnaddr enable_dpnaddr
17426 wine_fn_config_dll dpnet enable_dpnet clean,implib
17427 wine_fn_config_test dlls/dpnet/tests dpnet_test
17428 wine_fn_config_dll dpnhpast enable_dpnhpast
17429 wine_fn_config_dll dpnlobby enable_dpnlobby
17430 wine_fn_config_dll dpvoice enable_dpvoice clean
17431 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17432 wine_fn_config_dll dpwsockx enable_dpwsockx
17433 wine_fn_config_dll drmclien enable_drmclien
17434 wine_fn_config_dll dsound enable_dsound clean,implib
17435 wine_fn_config_test dlls/dsound/tests dsound_test
17436 wine_fn_config_dll dssenh enable_dssenh
17437 wine_fn_config_test dlls/dssenh/tests dssenh_test
17438 wine_fn_config_dll dswave enable_dswave clean
17439 wine_fn_config_test dlls/dswave/tests dswave_test
17440 wine_fn_config_dll dwmapi enable_dwmapi implib
17441 wine_fn_config_dll dwrite enable_dwrite implib
17442 wine_fn_config_test dlls/dwrite/tests dwrite_test
17443 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17444 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17445 wine_fn_config_lib dxerr8
17446 wine_fn_config_lib dxerr9
17447 wine_fn_config_dll dxgi enable_dxgi implib
17448 wine_fn_config_test dlls/dxgi/tests dxgi_test
17449 wine_fn_config_lib dxguid
17450 wine_fn_config_dll dxva2 enable_dxva2
17451 wine_fn_config_dll esent enable_esent
17452 wine_fn_config_dll evr enable_evr
17453 wine_fn_config_dll explorerframe enable_explorerframe clean
17454 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17455 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17456 wine_fn_config_dll faultrep enable_faultrep implib
17457 wine_fn_config_test dlls/faultrep/tests faultrep_test
17458 wine_fn_config_dll fltlib enable_fltlib
17459 wine_fn_config_dll fntcache enable_fntcache
17460 wine_fn_config_dll fontsub enable_fontsub
17461 wine_fn_config_dll fusion enable_fusion
17462 wine_fn_config_test dlls/fusion/tests fusion_test
17463 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17464 wine_fn_config_dll gameux enable_gameux clean
17465 wine_fn_config_test dlls/gameux/tests gameux_test
17466 wine_fn_config_dll gdi.exe16 enable_win16
17467 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17468 wine_fn_config_test dlls/gdi32/tests gdi32_test
17469 wine_fn_config_dll gdiplus enable_gdiplus implib
17470 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17471 wine_fn_config_dll glu32 enable_glu32 implib
17472 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17473 wine_fn_config_dll gpkcsp enable_gpkcsp
17474 wine_fn_config_dll hal enable_hal
17475 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17476 wine_fn_config_dll hid enable_hid implib
17477 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17478 wine_fn_config_dll hlink enable_hlink clean,implib
17479 wine_fn_config_test dlls/hlink/tests hlink_test
17480 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17481 wine_fn_config_dll httpapi enable_httpapi
17482 wine_fn_config_dll iccvid enable_iccvid po
17483 wine_fn_config_dll icmp enable_icmp
17484 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17485 wine_fn_config_test dlls/ieframe/tests ieframe_test
17486 wine_fn_config_dll ifsmgr.vxd enable_win16
17487 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17488 wine_fn_config_dll imagehlp enable_imagehlp implib
17489 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17490 wine_fn_config_dll imm.dll16 enable_win16
17491 wine_fn_config_dll imm32 enable_imm32 implib
17492 wine_fn_config_test dlls/imm32/tests imm32_test
17493 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17494 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17495 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17496 wine_fn_config_dll inetmib1 enable_inetmib1
17497 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17498 wine_fn_config_dll infosoft enable_infosoft clean
17499 wine_fn_config_test dlls/infosoft/tests infosoft_test
17500 wine_fn_config_dll initpki enable_initpki
17501 wine_fn_config_dll inkobj enable_inkobj
17502 wine_fn_config_dll inseng enable_inseng clean
17503 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17504 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17505 wine_fn_config_dll itircl enable_itircl
17506 wine_fn_config_dll itss enable_itss clean
17507 wine_fn_config_test dlls/itss/tests itss_test
17508 wine_fn_config_dll joy.cpl enable_joy_cpl po
17509 wine_fn_config_dll jscript enable_jscript clean,po
17510 wine_fn_config_test dlls/jscript/tests jscript_test
17511 wine_fn_config_dll jsproxy enable_jsproxy implib
17512 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17513 wine_fn_config_test dlls/kernel32/tests kernel32_test
17514 wine_fn_config_dll keyboard.drv16 enable_win16
17515 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17516 wine_fn_config_dll ksuser enable_ksuser
17517 wine_fn_config_dll ktmw32 enable_ktmw32
17518 wine_fn_config_dll loadperf enable_loadperf implib
17519 wine_fn_config_dll localspl enable_localspl po
17520 wine_fn_config_test dlls/localspl/tests localspl_test
17521 wine_fn_config_dll localui enable_localui po
17522 wine_fn_config_test dlls/localui/tests localui_test
17523 wine_fn_config_dll lz32 enable_lz32 implib
17524 wine_fn_config_test dlls/lz32/tests lz32_test
17525 wine_fn_config_dll lzexpand.dll16 enable_win16
17526 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17527 wine_fn_config_test dlls/mapi32/tests mapi32_test
17528 wine_fn_config_dll mapistub enable_mapistub
17529 wine_fn_config_dll mciavi32 enable_mciavi32
17530 wine_fn_config_dll mcicda enable_mcicda
17531 wine_fn_config_dll mciqtz32 enable_mciqtz32
17532 wine_fn_config_dll mciseq enable_mciseq
17533 wine_fn_config_dll mciwave enable_mciwave
17534 wine_fn_config_dll mf enable_mf
17535 wine_fn_config_dll mfplat enable_mfplat
17536 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17537 wine_fn_config_dll mgmtapi enable_mgmtapi
17538 wine_fn_config_dll midimap enable_midimap
17539 wine_fn_config_dll mlang enable_mlang clean,implib
17540 wine_fn_config_test dlls/mlang/tests mlang_test
17541 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17542 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17543 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17544 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17545 wine_fn_config_dll mmdevldr.vxd enable_win16
17546 wine_fn_config_dll mmsystem.dll16 enable_win16
17547 wine_fn_config_dll monodebg.vxd enable_win16
17548 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17549 wine_fn_config_dll mouse.drv16 enable_win16
17550 wine_fn_config_dll mpr enable_mpr implib,po
17551 wine_fn_config_test dlls/mpr/tests mpr_test
17552 wine_fn_config_dll mprapi enable_mprapi implib
17553 wine_fn_config_dll msacm.dll16 enable_win16
17554 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17555 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17556 wine_fn_config_test dlls/msacm32/tests msacm32_test
17557 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17558 wine_fn_config_dll msasn1 enable_msasn1 implib
17559 wine_fn_config_dll mscat32 enable_mscat32
17560 wine_fn_config_dll mscms enable_mscms implib
17561 wine_fn_config_test dlls/mscms/tests mscms_test
17562 wine_fn_config_dll mscoree enable_mscoree clean
17563 wine_fn_config_test dlls/mscoree/tests mscoree_test
17564 wine_fn_config_dll msctf enable_msctf clean
17565 wine_fn_config_test dlls/msctf/tests msctf_test
17566 wine_fn_config_dll msctfp enable_msctfp clean
17567 wine_fn_config_dll msdaps enable_msdaps clean
17568 wine_fn_config_dll msdelta enable_msdelta
17569 wine_fn_config_dll msdmo enable_msdmo implib
17570 wine_fn_config_test dlls/msdmo/tests msdmo_test
17571 wine_fn_config_dll msftedit enable_msftedit
17572 wine_fn_config_dll msg711.acm enable_msg711_acm
17573 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17574 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17575 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17576 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17577 wine_fn_config_dll msi enable_msi clean,implib,po
17578 wine_fn_config_test dlls/msi/tests msi_test
17579 wine_fn_config_dll msident enable_msident clean
17580 wine_fn_config_dll msimg32 enable_msimg32 implib
17581 wine_fn_config_dll msimsg enable_msimsg
17582 wine_fn_config_dll msimtf enable_msimtf clean
17583 wine_fn_config_dll msisip enable_msisip
17584 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17585 wine_fn_config_dll msls31 enable_msls31
17586 wine_fn_config_dll msnet32 enable_msnet32
17587 wine_fn_config_dll mspatcha enable_mspatcha implib
17588 wine_fn_config_dll msrle32 enable_msrle32 po
17589 wine_fn_config_test dlls/msrle32/tests msrle32_test
17590 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17591 wine_fn_config_dll mssign32 enable_mssign32
17592 wine_fn_config_dll mssip32 enable_mssip32
17593 wine_fn_config_dll mstask enable_mstask clean
17594 wine_fn_config_test dlls/mstask/tests mstask_test
17595 wine_fn_config_dll msvcirt enable_msvcirt
17596 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17597 wine_fn_config_dll msvcm80 enable_msvcm80
17598 wine_fn_config_dll msvcm90 enable_msvcm90
17599 wine_fn_config_dll msvcp100 enable_msvcp100
17600 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17601 wine_fn_config_dll msvcp110 enable_msvcp110
17602 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17603 wine_fn_config_dll msvcp120 enable_msvcp120
17604 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17605 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17606 wine_fn_config_dll msvcp60 enable_msvcp60
17607 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17608 wine_fn_config_dll msvcp70 enable_msvcp70
17609 wine_fn_config_dll msvcp71 enable_msvcp71
17610 wine_fn_config_dll msvcp80 enable_msvcp80
17611 wine_fn_config_dll msvcp90 enable_msvcp90
17612 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17613 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17614 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17615 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17616 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17617 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17618 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17619 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17620 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17621 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17622 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17623 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17624 wine_fn_config_dll msvcrt enable_msvcrt implib
17625 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17626 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17627 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17628 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17629 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17630 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17631 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17632 wine_fn_config_dll msvidc32 enable_msvidc32 po
17633 wine_fn_config_dll msvideo.dll16 enable_win16
17634 wine_fn_config_dll mswsock enable_mswsock implib
17635 wine_fn_config_dll msxml enable_msxml clean
17636 wine_fn_config_dll msxml2 enable_msxml2 clean
17637 wine_fn_config_dll msxml3 enable_msxml3 clean
17638 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17639 wine_fn_config_dll msxml4 enable_msxml4 clean
17640 wine_fn_config_dll msxml6 enable_msxml6 clean
17641 wine_fn_config_dll nddeapi enable_nddeapi implib
17642 wine_fn_config_dll ndis.sys enable_ndis_sys
17643 wine_fn_config_dll netapi32 enable_netapi32 implib
17644 wine_fn_config_test dlls/netapi32/tests netapi32_test
17645 wine_fn_config_dll netcfgx enable_netcfgx clean
17646 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17647 wine_fn_config_dll netprofm enable_netprofm clean
17648 wine_fn_config_test dlls/netprofm/tests netprofm_test
17649 wine_fn_config_dll newdev enable_newdev implib
17650 wine_fn_config_dll normaliz enable_normaliz implib
17651 wine_fn_config_dll npmshtml enable_npmshtml
17652 wine_fn_config_dll npptools enable_npptools
17653 wine_fn_config_dll ntdll enable_ntdll implib
17654 wine_fn_config_test dlls/ntdll/tests ntdll_test
17655 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17656 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17657 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17658 wine_fn_config_dll ntprint enable_ntprint
17659 wine_fn_config_test dlls/ntprint/tests ntprint_test
17660 wine_fn_config_dll objsel enable_objsel clean
17661 wine_fn_config_dll odbc32 enable_odbc32 implib
17662 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17663 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17664 wine_fn_config_dll odbccu32 enable_odbccu32
17665 wine_fn_config_dll ole2.dll16 enable_win16
17666 wine_fn_config_dll ole2conv.dll16 enable_win16
17667 wine_fn_config_dll ole2disp.dll16 enable_win16
17668 wine_fn_config_dll ole2nls.dll16 enable_win16
17669 wine_fn_config_dll ole2prox.dll16 enable_win16
17670 wine_fn_config_dll ole2thk.dll16 enable_win16
17671 wine_fn_config_dll ole32 enable_ole32 clean,implib
17672 wine_fn_config_test dlls/ole32/tests ole32_test
17673 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17674 wine_fn_config_test dlls/oleacc/tests oleacc_test
17675 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17676 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17677 wine_fn_config_dll olecli.dll16 enable_win16
17678 wine_fn_config_dll olecli32 enable_olecli32 implib
17679 wine_fn_config_dll oledb32 enable_oledb32 clean
17680 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17681 wine_fn_config_dll oledlg enable_oledlg implib,po
17682 wine_fn_config_test dlls/oledlg/tests oledlg_test
17683 wine_fn_config_dll olepro32 enable_olepro32 implib
17684 wine_fn_config_dll olesvr.dll16 enable_win16
17685 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17686 wine_fn_config_dll olethk32 enable_olethk32
17687 wine_fn_config_dll openal32 enable_openal32
17688 wine_fn_config_dll opencl enable_opencl
17689 wine_fn_config_dll opengl32 enable_opengl32 implib
17690 wine_fn_config_test dlls/opengl32/tests opengl32_test
17691 wine_fn_config_dll packager enable_packager clean
17692 wine_fn_config_test dlls/packager/tests packager_test
17693 wine_fn_config_dll pdh enable_pdh implib
17694 wine_fn_config_test dlls/pdh/tests pdh_test
17695 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17696 wine_fn_config_dll pidgen enable_pidgen
17697 wine_fn_config_dll powrprof enable_powrprof implib
17698 wine_fn_config_dll printui enable_printui
17699 wine_fn_config_dll prntvpt enable_prntvpt
17700 wine_fn_config_dll propsys enable_propsys clean,implib
17701 wine_fn_config_test dlls/propsys/tests propsys_test
17702 wine_fn_config_dll psapi enable_psapi implib
17703 wine_fn_config_test dlls/psapi/tests psapi_test
17704 wine_fn_config_dll pstorec enable_pstorec clean
17705 wine_fn_config_dll qcap enable_qcap
17706 wine_fn_config_test dlls/qcap/tests qcap_test
17707 wine_fn_config_dll qedit enable_qedit clean
17708 wine_fn_config_test dlls/qedit/tests qedit_test
17709 wine_fn_config_dll qmgr enable_qmgr clean
17710 wine_fn_config_test dlls/qmgr/tests qmgr_test
17711 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17712 wine_fn_config_dll quartz enable_quartz clean,implib
17713 wine_fn_config_test dlls/quartz/tests quartz_test clean
17714 wine_fn_config_dll query enable_query
17715 wine_fn_config_dll rasapi16.dll16 enable_win16
17716 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17717 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17718 wine_fn_config_dll rasdlg enable_rasdlg implib
17719 wine_fn_config_dll regapi enable_regapi
17720 wine_fn_config_dll resutils enable_resutils implib
17721 wine_fn_config_dll riched20 enable_riched20 clean,implib
17722 wine_fn_config_test dlls/riched20/tests riched20_test
17723 wine_fn_config_dll riched32 enable_riched32
17724 wine_fn_config_test dlls/riched32/tests riched32_test
17725 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17726 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17727 wine_fn_config_dll rsabase enable_rsabase
17728 wine_fn_config_dll rsaenh enable_rsaenh implib
17729 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17730 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17731 wine_fn_config_dll rtutils enable_rtutils implib
17732 wine_fn_config_dll samlib enable_samlib
17733 wine_fn_config_dll sane.ds enable_sane_ds po
17734 wine_fn_config_dll scarddlg enable_scarddlg
17735 wine_fn_config_dll sccbase enable_sccbase
17736 wine_fn_config_dll schannel enable_schannel
17737 wine_fn_config_test dlls/schannel/tests schannel_test
17738 wine_fn_config_dll schedsvc enable_schedsvc clean
17739 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17740 wine_fn_config_dll scrrun enable_scrrun clean
17741 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17742 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17743 wine_fn_config_dll secur32 enable_secur32 implib
17744 wine_fn_config_test dlls/secur32/tests secur32_test
17745 wine_fn_config_dll security enable_security
17746 wine_fn_config_dll sensapi enable_sensapi implib
17747 wine_fn_config_dll serialui enable_serialui implib,po
17748 wine_fn_config_test dlls/serialui/tests serialui_test
17749 wine_fn_config_dll setupapi enable_setupapi implib,po
17750 wine_fn_config_test dlls/setupapi/tests setupapi_test
17751 wine_fn_config_dll setupx.dll16 enable_win16
17752 wine_fn_config_dll sfc enable_sfc implib
17753 wine_fn_config_dll sfc_os enable_sfc_os implib
17754 wine_fn_config_dll shdoclc enable_shdoclc po
17755 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17756 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17757 wine_fn_config_dll shell.dll16 enable_win16
17758 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17759 wine_fn_config_test dlls/shell32/tests shell32_test
17760 wine_fn_config_dll shfolder enable_shfolder implib
17761 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17762 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17763 wine_fn_config_dll slbcsp enable_slbcsp
17764 wine_fn_config_dll slc enable_slc implib
17765 wine_fn_config_test dlls/slc/tests slc_test
17766 wine_fn_config_dll snmpapi enable_snmpapi implib
17767 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17768 wine_fn_config_dll softpub enable_softpub
17769 wine_fn_config_dll sound.drv16 enable_win16
17770 wine_fn_config_dll spoolss enable_spoolss implib
17771 wine_fn_config_test dlls/spoolss/tests spoolss_test
17772 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17773 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17774 wine_fn_config_dll sti enable_sti clean,implib
17775 wine_fn_config_test dlls/sti/tests sti_test
17776 wine_fn_config_dll storage.dll16 enable_win16
17777 wine_fn_config_dll stress.dll16 enable_win16
17778 wine_fn_config_lib strmbase
17779 wine_fn_config_lib strmiids
17780 wine_fn_config_dll svrapi enable_svrapi
17781 wine_fn_config_dll sxs enable_sxs implib
17782 wine_fn_config_test dlls/sxs/tests sxs_test
17783 wine_fn_config_dll system.drv16 enable_win16
17784 wine_fn_config_dll t2embed enable_t2embed
17785 wine_fn_config_dll tapi32 enable_tapi32 implib
17786 wine_fn_config_dll taskschd enable_taskschd clean
17787 wine_fn_config_test dlls/taskschd/tests taskschd_test
17788 wine_fn_config_dll toolhelp.dll16 enable_win16
17789 wine_fn_config_dll traffic enable_traffic
17790 wine_fn_config_dll twain.dll16 enable_win16
17791 wine_fn_config_dll twain_32 enable_twain_32
17792 wine_fn_config_test dlls/twain_32/tests twain_32_test
17793 wine_fn_config_dll typelib.dll16 enable_win16
17794 wine_fn_config_dll ucrtbase enable_ucrtbase
17795 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17796 wine_fn_config_dll unicows enable_unicows implib
17797 wine_fn_config_dll updspapi enable_updspapi
17798 wine_fn_config_dll url enable_url implib
17799 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17800 wine_fn_config_test dlls/urlmon/tests urlmon_test
17801 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17802 wine_fn_config_dll user.exe16 enable_win16
17803 wine_fn_config_dll user32 enable_user32 clean,implib,po
17804 wine_fn_config_test dlls/user32/tests user32_test
17805 wine_fn_config_dll userenv enable_userenv implib
17806 wine_fn_config_test dlls/userenv/tests userenv_test
17807 wine_fn_config_dll usp10 enable_usp10 implib
17808 wine_fn_config_test dlls/usp10/tests usp10_test
17809 wine_fn_config_lib uuid
17810 wine_fn_config_dll uxtheme enable_uxtheme implib
17811 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17812 wine_fn_config_dll vbscript enable_vbscript clean
17813 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17814 wine_fn_config_dll vcomp enable_vcomp
17815 wine_fn_config_test dlls/vcomp/tests vcomp_test
17816 wine_fn_config_dll vcomp100 enable_vcomp100
17817 wine_fn_config_dll vcomp110 enable_vcomp110
17818 wine_fn_config_dll vcomp90 enable_vcomp90
17819 wine_fn_config_dll vdhcp.vxd enable_win16
17820 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17821 wine_fn_config_dll ver.dll16 enable_win16
17822 wine_fn_config_dll version enable_version implib
17823 wine_fn_config_test dlls/version/tests version_test
17824 wine_fn_config_dll vmm.vxd enable_win16
17825 wine_fn_config_dll vnbt.vxd enable_win16
17826 wine_fn_config_dll vnetbios.vxd enable_win16
17827 wine_fn_config_dll vssapi enable_vssapi
17828 wine_fn_config_dll vtdapi.vxd enable_win16
17829 wine_fn_config_dll vwin32.vxd enable_win16
17830 wine_fn_config_dll w32skrnl enable_win16
17831 wine_fn_config_dll w32sys.dll16 enable_win16
17832 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17833 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17834 wine_fn_config_dll wbemprox enable_wbemprox clean
17835 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17836 wine_fn_config_dll webservices enable_webservices implib
17837 wine_fn_config_test dlls/webservices/tests webservices_test
17838 wine_fn_config_dll wer enable_wer implib
17839 wine_fn_config_test dlls/wer/tests wer_test
17840 wine_fn_config_dll wevtapi enable_wevtapi
17841 wine_fn_config_dll wiaservc enable_wiaservc clean
17842 wine_fn_config_dll win32s16.dll16 enable_win16
17843 wine_fn_config_dll win87em.dll16 enable_win16
17844 wine_fn_config_dll winaspi.dll16 enable_win16
17845 wine_fn_config_dll windebug.dll16 enable_win16
17846 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17847 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17848 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17849 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17850 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17851 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17852 wine_fn_config_lib winecrt0
17853 wine_fn_config_dll wined3d enable_wined3d implib
17854 wine_fn_config_dll winegstreamer enable_winegstreamer
17855 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17856 wine_fn_config_dll winemac.drv enable_winemac_drv
17857 wine_fn_config_dll winemapi enable_winemapi
17858 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17859 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17860 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17861 wine_fn_config_dll wineps16.drv16 enable_win16
17862 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17863 wine_fn_config_dll winex11.drv enable_winex11_drv
17864 wine_fn_config_dll wing.dll16 enable_win16
17865 wine_fn_config_dll wing32 enable_wing32
17866 wine_fn_config_dll winhttp enable_winhttp clean,implib
17867 wine_fn_config_test dlls/winhttp/tests winhttp_test
17868 wine_fn_config_dll wininet enable_wininet implib,po
17869 wine_fn_config_test dlls/wininet/tests wininet_test
17870 wine_fn_config_dll winmm enable_winmm implib,po
17871 wine_fn_config_test dlls/winmm/tests winmm_test
17872 wine_fn_config_dll winnls.dll16 enable_win16
17873 wine_fn_config_dll winnls32 enable_winnls32 implib
17874 wine_fn_config_dll winscard enable_winscard implib
17875 wine_fn_config_dll winsock.dll16 enable_win16
17876 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17877 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17878 wine_fn_config_dll winsta enable_winsta
17879 wine_fn_config_dll wintab.dll16 enable_win16
17880 wine_fn_config_dll wintab32 enable_wintab32 implib
17881 wine_fn_config_test dlls/wintab32/tests wintab32_test
17882 wine_fn_config_dll wintrust enable_wintrust implib
17883 wine_fn_config_test dlls/wintrust/tests wintrust_test
17884 wine_fn_config_dll wlanapi enable_wlanapi
17885 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17886 wine_fn_config_test dlls/wldap32/tests wldap32_test
17887 wine_fn_config_dll wmi enable_wmi
17888 wine_fn_config_dll wmiutils enable_wmiutils clean
17889 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17890 wine_fn_config_dll wmp enable_wmp clean
17891 wine_fn_config_test dlls/wmp/tests wmp_test
17892 wine_fn_config_dll wmvcore enable_wmvcore
17893 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17894 wine_fn_config_dll wow32 enable_win16 implib
17895 wine_fn_config_dll wpcap enable_wpcap
17896 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17897 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
17898 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17899 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
17900 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17901 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
17902 wine_fn_config_dll wsock32 enable_wsock32 implib
17903 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17904 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
17905 wine_fn_config_dll wuapi enable_wuapi clean
17906 wine_fn_config_dll wuaueng enable_wuaueng
17907 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17908 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17909 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17910 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17911 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17912 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17913 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17914 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17915 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17916 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17917 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17918 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
17919 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
17920 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
17921 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
17922 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17923 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
17924 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17925 wine_fn_config_dll xinput1_1 enable_xinput1_1
17926 wine_fn_config_dll xinput1_2 enable_xinput1_2
17927 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17928 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
17929 wine_fn_config_dll xinput1_4 enable_xinput1_4
17930 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17931 wine_fn_config_dll xmllite enable_xmllite implib
17932 wine_fn_config_test dlls/xmllite/tests xmllite_test
17933 wine_fn_config_dll xolehlp enable_xolehlp
17934 wine_fn_config_dll xpsprint enable_xpsprint
17935 wine_fn_config_dll xpssvcs enable_xpssvcs
17936 wine_fn_config_makefile documentation enable_documentation clean
17937 wine_fn_config_makefile fonts enable_fonts clean,install-lib
17938 wine_fn_config_makefile include enable_include clean,install-dev
17939 wine_fn_config_makefile libs/port enable_libs_port
17940 wine_fn_config_makefile libs/wine enable_libs_wine clean,install-dev,install-lib
17941 wine_fn_config_makefile libs/wpp enable_libs_wpp
17942 wine_fn_config_makefile loader enable_loader clean,install-lib,manpage
17943 wine_fn_config_program arp enable_arp install
17944 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
17945 wine_fn_config_program attrib enable_attrib install,po
17946 wine_fn_config_program cabarc enable_cabarc install
17947 wine_fn_config_program cacls enable_cacls install
17948 wine_fn_config_program clock enable_clock install,po
17949 wine_fn_config_program cmd enable_cmd install,po
17950 wine_fn_config_test programs/cmd/tests cmd.exe_test
17951 wine_fn_config_program conhost enable_conhost install
17952 wine_fn_config_program control enable_control install
17953 wine_fn_config_program cscript enable_cscript clean,install
17954 wine_fn_config_program dpnsvr enable_dpnsvr install
17955 wine_fn_config_program dxdiag enable_dxdiag install,po
17956 wine_fn_config_program eject enable_eject install
17957 wine_fn_config_program expand enable_expand install
17958 wine_fn_config_program explorer enable_explorer install,po
17959 wine_fn_config_program extrac32 enable_extrac32 install
17960 wine_fn_config_program findstr enable_findstr install
17961 wine_fn_config_program hh enable_hh install
17962 wine_fn_config_program hostname enable_hostname install,po
17963 wine_fn_config_program icinfo enable_icinfo install
17964 wine_fn_config_program iexplore enable_iexplore install
17965 wine_fn_config_program ipconfig enable_ipconfig install,po
17966 wine_fn_config_program lodctr enable_lodctr install
17967 wine_fn_config_program mofcomp enable_mofcomp install
17968 wine_fn_config_program mshta enable_mshta install
17969 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
17970 wine_fn_config_program net enable_net install,po
17971 wine_fn_config_program netsh enable_netsh install
17972 wine_fn_config_program netstat enable_netstat install,po
17973 wine_fn_config_program ngen enable_ngen install
17974 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
17975 wine_fn_config_program oleview enable_oleview install,po
17976 wine_fn_config_program ping enable_ping install
17977 wine_fn_config_program plugplay enable_plugplay install
17978 wine_fn_config_program presentationfontcache enable_presentationfontcache install
17979 wine_fn_config_program progman enable_progman install,po
17980 wine_fn_config_program reg enable_reg install,po
17981 wine_fn_config_test programs/reg/tests reg.exe_test
17982 wine_fn_config_program regasm enable_regasm install
17983 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
17984 wine_fn_config_test programs/regedit/tests regedit.exe_test
17985 wine_fn_config_program regsvcs enable_regsvcs install
17986 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
17987 wine_fn_config_program rpcss enable_rpcss clean,install
17988 wine_fn_config_program rundll.exe16 enable_win16 install
17989 wine_fn_config_program rundll32 enable_rundll32 install
17990 wine_fn_config_program sc enable_sc install
17991 wine_fn_config_program schtasks enable_schtasks install
17992 wine_fn_config_program sdbinst enable_sdbinst install
17993 wine_fn_config_program secedit enable_secedit install
17994 wine_fn_config_program servicemodelreg enable_servicemodelreg install
17995 wine_fn_config_program services enable_services clean,install
17996 wine_fn_config_test programs/services/tests services.exe_test
17997 wine_fn_config_program spoolsv enable_spoolsv install
17998 wine_fn_config_program start enable_start install,po
17999 wine_fn_config_program svchost enable_svchost install
18000 wine_fn_config_program systeminfo enable_systeminfo install
18001 wine_fn_config_program taskkill enable_taskkill install,po
18002 wine_fn_config_program tasklist enable_tasklist install
18003 wine_fn_config_program taskmgr enable_taskmgr install,po
18004 wine_fn_config_program termsv enable_termsv install
18005 wine_fn_config_program uninstaller enable_uninstaller install,po
18006 wine_fn_config_program unlodctr enable_unlodctr install
18007 wine_fn_config_program view enable_view install,po
18008 wine_fn_config_program wevtutil enable_wevtutil install
18009 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18010 wine_fn_config_program winebrowser enable_winebrowser install
18011 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18012 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18013 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18014 wine_fn_config_program winedevice enable_winedevice install
18015 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18016 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18017 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18018 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18019 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18020 wine_fn_config_program winetest enable_winetest clean
18021 wine_fn_config_program winevdm enable_win16 install
18022 wine_fn_config_program winhelp.exe16 enable_win16 install
18023 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18024 wine_fn_config_program winoldap.mod16 enable_win16 install
18025 wine_fn_config_program winver enable_winver install
18026 wine_fn_config_program wmic enable_wmic install,po
18027 wine_fn_config_program wordpad enable_wordpad install,po
18028 wine_fn_config_program write enable_write install,po
18029 wine_fn_config_program wscript enable_wscript clean,install
18030 wine_fn_config_test programs/wscript/tests wscript.exe_test
18031 wine_fn_config_program wusa enable_wusa install
18032 wine_fn_config_program xcopy enable_xcopy install,po
18033 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18034 wine_fn_config_makefile server enable_server clean,install-lib,manpage
18035 wine_fn_config_tool tools clean,install-dev,install-lib,manpage
18036 wine_fn_config_tool tools/sfnt2fon clean
18037 wine_fn_config_tool tools/widl clean,install-dev,manpage
18038 wine_fn_config_tool tools/winebuild clean,install-dev,manpage
18039 wine_fn_config_tool tools/winedump clean,install-dev,manpage
18040 wine_fn_config_tool tools/winegcc clean,install-dev,manpage
18041 wine_fn_config_tool tools/wmc clean,install-dev,manpage
18042 wine_fn_config_tool tools/wrc clean,install-dev,manpage
18044 LINGUAS="\
18045 ar \
18046 bg \
18047 ca \
18048 cs \
18049 da \
18050 de \
18051 el \
18052 en \
18053 en_US \
18054 eo \
18055 es \
18056 fa \
18057 fi \
18058 fr \
18059 he \
18060 hi \
18061 hr \
18062 hu \
18063 it \
18064 ja \
18065 ko \
18066 lt \
18067 ml \
18068 nb_NO \
18069 nl \
18070 or \
18071 pa \
18072 pl \
18073 pt_BR \
18074 pt_PT \
18075 rm \
18076 ro \
18077 ru \
18078 sk \
18079 sl \
18080 sr_RS@cyrillic \
18081 sr_RS@latin \
18082 sv \
18083 te \
18084 th \
18085 tr \
18086 uk \
18087 wa \
18088 zh_CN \
18089 zh_TW"
18094 wine_fn_ignore_file ".gitignore"
18095 wine_fn_ignore_file "Makefile"
18096 wine_fn_ignore_file "TAGS"
18097 wine_fn_ignore_file "tags"
18098 wine_fn_ignore_file "autom4te.cache"
18099 wine_fn_ignore_file "config.cache"
18100 wine_fn_ignore_file "config.log"
18101 wine_fn_ignore_file "config.status"
18102 wine_fn_ignore_file "configure.lineno"
18103 wine_fn_ignore_file "include/config.h"
18104 wine_fn_ignore_file "include/stamp-h"
18105 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18107 if test "x$enable_tools" != xno
18108 then
18109 wine_fn_ignore_file "tools/makedep$ac_exeext"
18110 ac_config_commands="$ac_config_commands tools/makedep"
18114 ac_config_commands="$ac_config_commands Makefile"
18117 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18121 if test "x$enable_maintainer_mode" = xyes
18122 then
18123 wine_fn_append_rule "configure: configure.ac aclocal.m4
18124 autoconf --warnings=all
18125 include/config.h.in: include/stamp-h.in
18126 include/stamp-h.in: configure.ac aclocal.m4
18127 autoheader --warnings=all
18128 @echo timestamp > \$@"
18131 if test "x$with_gettextpo" = xyes
18132 then
18133 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18134 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18135 \$(LINGUAS:%=po/%.po): po/wine.pot
18136 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18137 po/wine.pot: \$(ALL_POT_FILES)
18138 msgcat -o \$@ \$(ALL_POT_FILES)"
18141 if test "$MSGFMT" != false
18142 then
18143 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18144 clean::
18145 \$(RM) \$(LINGUAS:%=po/%.mo)"
18147 posrc="po"
18148 test "$srcdir" = . || posrc="$srcdir/po"
18149 for i in $LINGUAS
18151 wine_fn_ignore_file "po/$i.mo"
18152 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18153 \$(MSGFMT) -o \$@ $posrc/$i.po"
18154 done
18155 else
18156 LINGUAS=
18159 if test "x$enable_tools" != xno
18160 then
18161 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18162 @./config.status tools/makedep
18163 Makefile: tools/makedep$ac_exeext
18164 distclean:: clean
18165 \$(RM) tools/makedep$ac_exeext"
18166 else
18167 wine_fn_append_rule "\$(MAKEDEP):
18168 @echo \"You need to run make in $TOOLSDIR first\" && false"
18171 if test -n "$with_wine64"
18172 then
18173 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18174 fonts server tools:
18175 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18176 $with_wine64/loader/wine:
18177 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18178 $with_wine64/loader/wine-preloader:
18179 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18180 clean::
18181 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18182 else
18183 as_fn_append LOADER_RULES "
18184 install install-lib:: wine.inf install-man-pages
18185 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18186 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18188 uninstall::
18189 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18193 if test "$srcdir" = .
18194 then
18195 ac_config_commands="$ac_config_commands .gitignore"
18199 $as_echo " done" >&6
18200 cat >confcache <<\_ACEOF
18201 # This file is a shell script that caches the results of configure
18202 # tests run on this system so they can be shared between configure
18203 # scripts and configure runs, see configure's option --config-cache.
18204 # It is not useful on other systems. If it contains results you don't
18205 # want to keep, you may remove or edit it.
18207 # config.status only pays attention to the cache file if you give it
18208 # the --recheck option to rerun configure.
18210 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18211 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18212 # following values.
18214 _ACEOF
18216 # The following way of writing the cache mishandles newlines in values,
18217 # but we know of no workaround that is simple, portable, and efficient.
18218 # So, we kill variables containing newlines.
18219 # Ultrix sh set writes to stderr and can't be redirected directly,
18220 # and sets the high bit in the cache file unless we assign to the vars.
18222 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18223 eval ac_val=\$$ac_var
18224 case $ac_val in #(
18225 *${as_nl}*)
18226 case $ac_var in #(
18227 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18229 esac
18230 case $ac_var in #(
18231 _ | IFS | as_nl) ;; #(
18232 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18233 *) { eval $ac_var=; unset $ac_var;} ;;
18234 esac ;;
18235 esac
18236 done
18238 (set) 2>&1 |
18239 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18240 *${as_nl}ac_space=\ *)
18241 # `set' does not quote correctly, so add quotes: double-quote
18242 # substitution turns \\\\ into \\, and sed turns \\ into \.
18243 sed -n \
18244 "s/'/'\\\\''/g;
18245 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18246 ;; #(
18248 # `set' quotes correctly as required by POSIX, so do not add quotes.
18249 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18251 esac |
18252 sort
18254 sed '
18255 /^ac_cv_env_/b end
18256 t clear
18257 :clear
18258 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18259 t end
18260 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18261 :end' >>confcache
18262 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18263 if test -w "$cache_file"; then
18264 if test "x$cache_file" != "x/dev/null"; then
18265 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18266 $as_echo "$as_me: updating cache $cache_file" >&6;}
18267 if test ! -f "$cache_file" || test -h "$cache_file"; then
18268 cat confcache >"$cache_file"
18269 else
18270 case $cache_file in #(
18271 */* | ?:*)
18272 mv -f confcache "$cache_file"$$ &&
18273 mv -f "$cache_file"$$ "$cache_file" ;; #(
18275 mv -f confcache "$cache_file" ;;
18276 esac
18279 else
18280 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18281 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18284 rm -f confcache
18286 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18287 # Let make expand exec_prefix.
18288 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18290 DEFS=-DHAVE_CONFIG_H
18292 ac_libobjs=
18293 ac_ltlibobjs=
18295 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18296 # 1. Remove the extension, and $U if already installed.
18297 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18298 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18299 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18300 # will be set to the directory where LIBOBJS objects are built.
18301 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18302 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18303 done
18304 LIBOBJS=$ac_libobjs
18306 LTLIBOBJS=$ac_ltlibobjs
18310 : "${CONFIG_STATUS=./config.status}"
18311 ac_write_fail=0
18312 ac_clean_files_save=$ac_clean_files
18313 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18314 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18315 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18316 as_write_fail=0
18317 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18318 #! $SHELL
18319 # Generated by $as_me.
18320 # Run this file to recreate the current configuration.
18321 # Compiler output produced by configure, useful for debugging
18322 # configure, is in config.log if it exists.
18324 debug=false
18325 ac_cs_recheck=false
18326 ac_cs_silent=false
18328 SHELL=\${CONFIG_SHELL-$SHELL}
18329 export SHELL
18330 _ASEOF
18331 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18332 ## -------------------- ##
18333 ## M4sh Initialization. ##
18334 ## -------------------- ##
18336 # Be more Bourne compatible
18337 DUALCASE=1; export DUALCASE # for MKS sh
18338 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18339 emulate sh
18340 NULLCMD=:
18341 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18342 # is contrary to our usage. Disable this feature.
18343 alias -g '${1+"$@"}'='"$@"'
18344 setopt NO_GLOB_SUBST
18345 else
18346 case `(set -o) 2>/dev/null` in #(
18347 *posix*) :
18348 set -o posix ;; #(
18349 *) :
18351 esac
18355 as_nl='
18357 export as_nl
18358 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18359 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18360 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18361 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18362 # Prefer a ksh shell builtin over an external printf program on Solaris,
18363 # but without wasting forks for bash or zsh.
18364 if test -z "$BASH_VERSION$ZSH_VERSION" \
18365 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18366 as_echo='print -r --'
18367 as_echo_n='print -rn --'
18368 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18369 as_echo='printf %s\n'
18370 as_echo_n='printf %s'
18371 else
18372 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18373 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18374 as_echo_n='/usr/ucb/echo -n'
18375 else
18376 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18377 as_echo_n_body='eval
18378 arg=$1;
18379 case $arg in #(
18380 *"$as_nl"*)
18381 expr "X$arg" : "X\\(.*\\)$as_nl";
18382 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18383 esac;
18384 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18386 export as_echo_n_body
18387 as_echo_n='sh -c $as_echo_n_body as_echo'
18389 export as_echo_body
18390 as_echo='sh -c $as_echo_body as_echo'
18393 # The user is always right.
18394 if test "${PATH_SEPARATOR+set}" != set; then
18395 PATH_SEPARATOR=:
18396 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18397 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18398 PATH_SEPARATOR=';'
18403 # IFS
18404 # We need space, tab and new line, in precisely that order. Quoting is
18405 # there to prevent editors from complaining about space-tab.
18406 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18407 # splitting by setting IFS to empty value.)
18408 IFS=" "" $as_nl"
18410 # Find who we are. Look in the path if we contain no directory separator.
18411 as_myself=
18412 case $0 in #((
18413 *[\\/]* ) as_myself=$0 ;;
18414 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18415 for as_dir in $PATH
18417 IFS=$as_save_IFS
18418 test -z "$as_dir" && as_dir=.
18419 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18420 done
18421 IFS=$as_save_IFS
18424 esac
18425 # We did not find ourselves, most probably we were run as `sh COMMAND'
18426 # in which case we are not to be found in the path.
18427 if test "x$as_myself" = x; then
18428 as_myself=$0
18430 if test ! -f "$as_myself"; then
18431 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18432 exit 1
18435 # Unset variables that we do not need and which cause bugs (e.g. in
18436 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18437 # suppresses any "Segmentation fault" message there. '((' could
18438 # trigger a bug in pdksh 5.2.14.
18439 for as_var in BASH_ENV ENV MAIL MAILPATH
18440 do eval test x\${$as_var+set} = xset \
18441 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18442 done
18443 PS1='$ '
18444 PS2='> '
18445 PS4='+ '
18447 # NLS nuisances.
18448 LC_ALL=C
18449 export LC_ALL
18450 LANGUAGE=C
18451 export LANGUAGE
18453 # CDPATH.
18454 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18457 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18458 # ----------------------------------------
18459 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18460 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18461 # script with STATUS, using 1 if that was 0.
18462 as_fn_error ()
18464 as_status=$1; test $as_status -eq 0 && as_status=1
18465 if test "$4"; then
18466 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18467 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18469 $as_echo "$as_me: error: $2" >&2
18470 as_fn_exit $as_status
18471 } # as_fn_error
18474 # as_fn_set_status STATUS
18475 # -----------------------
18476 # Set $? to STATUS, without forking.
18477 as_fn_set_status ()
18479 return $1
18480 } # as_fn_set_status
18482 # as_fn_exit STATUS
18483 # -----------------
18484 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18485 as_fn_exit ()
18487 set +e
18488 as_fn_set_status $1
18489 exit $1
18490 } # as_fn_exit
18492 # as_fn_unset VAR
18493 # ---------------
18494 # Portably unset VAR.
18495 as_fn_unset ()
18497 { eval $1=; unset $1;}
18499 as_unset=as_fn_unset
18500 # as_fn_append VAR VALUE
18501 # ----------------------
18502 # Append the text in VALUE to the end of the definition contained in VAR. Take
18503 # advantage of any shell optimizations that allow amortized linear growth over
18504 # repeated appends, instead of the typical quadratic growth present in naive
18505 # implementations.
18506 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18507 eval 'as_fn_append ()
18509 eval $1+=\$2
18511 else
18512 as_fn_append ()
18514 eval $1=\$$1\$2
18516 fi # as_fn_append
18518 # as_fn_arith ARG...
18519 # ------------------
18520 # Perform arithmetic evaluation on the ARGs, and store the result in the
18521 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18522 # must be portable across $(()) and expr.
18523 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18524 eval 'as_fn_arith ()
18526 as_val=$(( $* ))
18528 else
18529 as_fn_arith ()
18531 as_val=`expr "$@" || test $? -eq 1`
18533 fi # as_fn_arith
18536 if expr a : '\(a\)' >/dev/null 2>&1 &&
18537 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18538 as_expr=expr
18539 else
18540 as_expr=false
18543 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18544 as_basename=basename
18545 else
18546 as_basename=false
18549 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18550 as_dirname=dirname
18551 else
18552 as_dirname=false
18555 as_me=`$as_basename -- "$0" ||
18556 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18557 X"$0" : 'X\(//\)$' \| \
18558 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18559 $as_echo X/"$0" |
18560 sed '/^.*\/\([^/][^/]*\)\/*$/{
18561 s//\1/
18564 /^X\/\(\/\/\)$/{
18565 s//\1/
18568 /^X\/\(\/\).*/{
18569 s//\1/
18572 s/.*/./; q'`
18574 # Avoid depending upon Character Ranges.
18575 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18576 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18577 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18578 as_cr_digits='0123456789'
18579 as_cr_alnum=$as_cr_Letters$as_cr_digits
18581 ECHO_C= ECHO_N= ECHO_T=
18582 case `echo -n x` in #(((((
18583 -n*)
18584 case `echo 'xy\c'` in
18585 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18586 xy) ECHO_C='\c';;
18587 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18588 ECHO_T=' ';;
18589 esac;;
18591 ECHO_N='-n';;
18592 esac
18594 rm -f conf$$ conf$$.exe conf$$.file
18595 if test -d conf$$.dir; then
18596 rm -f conf$$.dir/conf$$.file
18597 else
18598 rm -f conf$$.dir
18599 mkdir conf$$.dir 2>/dev/null
18601 if (echo >conf$$.file) 2>/dev/null; then
18602 if ln -s conf$$.file conf$$ 2>/dev/null; then
18603 as_ln_s='ln -s'
18604 # ... but there are two gotchas:
18605 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18606 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18607 # In both cases, we have to default to `cp -pR'.
18608 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18609 as_ln_s='cp -pR'
18610 elif ln conf$$.file conf$$ 2>/dev/null; then
18611 as_ln_s=ln
18612 else
18613 as_ln_s='cp -pR'
18615 else
18616 as_ln_s='cp -pR'
18618 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18619 rmdir conf$$.dir 2>/dev/null
18622 # as_fn_mkdir_p
18623 # -------------
18624 # Create "$as_dir" as a directory, including parents if necessary.
18625 as_fn_mkdir_p ()
18628 case $as_dir in #(
18629 -*) as_dir=./$as_dir;;
18630 esac
18631 test -d "$as_dir" || eval $as_mkdir_p || {
18632 as_dirs=
18633 while :; do
18634 case $as_dir in #(
18635 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18636 *) as_qdir=$as_dir;;
18637 esac
18638 as_dirs="'$as_qdir' $as_dirs"
18639 as_dir=`$as_dirname -- "$as_dir" ||
18640 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18641 X"$as_dir" : 'X\(//\)[^/]' \| \
18642 X"$as_dir" : 'X\(//\)$' \| \
18643 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18644 $as_echo X"$as_dir" |
18645 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18646 s//\1/
18649 /^X\(\/\/\)[^/].*/{
18650 s//\1/
18653 /^X\(\/\/\)$/{
18654 s//\1/
18657 /^X\(\/\).*/{
18658 s//\1/
18661 s/.*/./; q'`
18662 test -d "$as_dir" && break
18663 done
18664 test -z "$as_dirs" || eval "mkdir $as_dirs"
18665 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18668 } # as_fn_mkdir_p
18669 if mkdir -p . 2>/dev/null; then
18670 as_mkdir_p='mkdir -p "$as_dir"'
18671 else
18672 test -d ./-p && rmdir ./-p
18673 as_mkdir_p=false
18677 # as_fn_executable_p FILE
18678 # -----------------------
18679 # Test if FILE is an executable regular file.
18680 as_fn_executable_p ()
18682 test -f "$1" && test -x "$1"
18683 } # as_fn_executable_p
18684 as_test_x='test -x'
18685 as_executable_p=as_fn_executable_p
18687 # Sed expression to map a string onto a valid CPP name.
18688 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18690 # Sed expression to map a string onto a valid variable name.
18691 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18694 exec 6>&1
18695 ## ----------------------------------- ##
18696 ## Main body of $CONFIG_STATUS script. ##
18697 ## ----------------------------------- ##
18698 _ASEOF
18699 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18701 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18702 # Save the log message, to keep $0 and so on meaningful, and to
18703 # report actual input values of CONFIG_FILES etc. instead of their
18704 # values after options handling.
18705 ac_log="
18706 This file was extended by Wine $as_me 1.7.52, which was
18707 generated by GNU Autoconf 2.69. Invocation command line was
18709 CONFIG_FILES = $CONFIG_FILES
18710 CONFIG_HEADERS = $CONFIG_HEADERS
18711 CONFIG_LINKS = $CONFIG_LINKS
18712 CONFIG_COMMANDS = $CONFIG_COMMANDS
18713 $ $0 $@
18715 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18718 _ACEOF
18720 case $ac_config_files in *"
18721 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18722 esac
18724 case $ac_config_headers in *"
18725 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18726 esac
18729 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18730 # Files that config.status was made for.
18731 config_files="$ac_config_files"
18732 config_headers="$ac_config_headers"
18733 config_links="$ac_config_links"
18734 config_commands="$ac_config_commands"
18736 _ACEOF
18738 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18739 ac_cs_usage="\
18740 \`$as_me' instantiates files and other configuration actions
18741 from templates according to the current configuration. Unless the files
18742 and actions are specified as TAGs, all are instantiated by default.
18744 Usage: $0 [OPTION]... [TAG]...
18746 -h, --help print this help, then exit
18747 -V, --version print version number and configuration settings, then exit
18748 --config print configuration, then exit
18749 -q, --quiet, --silent
18750 do not print progress messages
18751 -d, --debug don't remove temporary files
18752 --recheck update $as_me by reconfiguring in the same conditions
18753 --file=FILE[:TEMPLATE]
18754 instantiate the configuration file FILE
18755 --header=FILE[:TEMPLATE]
18756 instantiate the configuration header FILE
18758 Configuration files:
18759 $config_files
18761 Configuration headers:
18762 $config_headers
18764 Configuration links:
18765 $config_links
18767 Configuration commands:
18768 $config_commands
18770 Report bugs to <wine-devel@winehq.org>.
18771 Wine home page: <http://www.winehq.org>."
18773 _ACEOF
18774 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18775 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18776 ac_cs_version="\\
18777 Wine config.status 1.7.52
18778 configured by $0, generated by GNU Autoconf 2.69,
18779 with options \\"\$ac_cs_config\\"
18781 Copyright (C) 2012 Free Software Foundation, Inc.
18782 This config.status script is free software; the Free Software Foundation
18783 gives unlimited permission to copy, distribute and modify it."
18785 ac_pwd='$ac_pwd'
18786 srcdir='$srcdir'
18787 test -n "\$AWK" || AWK=awk
18788 _ACEOF
18790 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18791 # The default lists apply if the user does not specify any file.
18792 ac_need_defaults=:
18793 while test $# != 0
18795 case $1 in
18796 --*=?*)
18797 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18798 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18799 ac_shift=:
18801 --*=)
18802 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18803 ac_optarg=
18804 ac_shift=:
18807 ac_option=$1
18808 ac_optarg=$2
18809 ac_shift=shift
18811 esac
18813 case $ac_option in
18814 # Handling of the options.
18815 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18816 ac_cs_recheck=: ;;
18817 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18818 $as_echo "$ac_cs_version"; exit ;;
18819 --config | --confi | --conf | --con | --co | --c )
18820 $as_echo "$ac_cs_config"; exit ;;
18821 --debug | --debu | --deb | --de | --d | -d )
18822 debug=: ;;
18823 --file | --fil | --fi | --f )
18824 $ac_shift
18825 case $ac_optarg in
18826 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18827 '') as_fn_error $? "missing file argument" ;;
18828 esac
18829 as_fn_append CONFIG_FILES " '$ac_optarg'"
18830 ac_need_defaults=false;;
18831 --header | --heade | --head | --hea )
18832 $ac_shift
18833 case $ac_optarg in
18834 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18835 esac
18836 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18837 ac_need_defaults=false;;
18838 --he | --h)
18839 # Conflict between --help and --header
18840 as_fn_error $? "ambiguous option: \`$1'
18841 Try \`$0 --help' for more information.";;
18842 --help | --hel | -h )
18843 $as_echo "$ac_cs_usage"; exit ;;
18844 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18845 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18846 ac_cs_silent=: ;;
18848 # This is an error.
18849 -*) as_fn_error $? "unrecognized option: \`$1'
18850 Try \`$0 --help' for more information." ;;
18852 *) as_fn_append ac_config_targets " $1"
18853 ac_need_defaults=false ;;
18855 esac
18856 shift
18857 done
18859 ac_configure_extra_args=
18861 if $ac_cs_silent; then
18862 exec 6>/dev/null
18863 ac_configure_extra_args="$ac_configure_extra_args --silent"
18866 _ACEOF
18867 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18868 if \$ac_cs_recheck; then
18869 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18870 shift
18871 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18872 CONFIG_SHELL='$SHELL'
18873 export CONFIG_SHELL
18874 exec "\$@"
18877 _ACEOF
18878 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18879 exec 5>>config.log
18881 echo
18882 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18883 ## Running $as_me. ##
18884 _ASBOX
18885 $as_echo "$ac_log"
18886 } >&5
18888 _ACEOF
18889 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18891 # INIT-COMMANDS
18893 wine_fn_output_makedep ()
18895 as_dir=tools; as_fn_mkdir_p
18896 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18898 wine_fn_output_makefile ()
18900 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18901 `cat $wine_rules_file`
18902 _WINE_EOF
18903 as_fn_error $? "could not create Makefile" "$LINENO" 5
18905 wine_fn_output_gitignore ()
18907 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18908 $GITIGNORE
18909 _WINE_EOF
18910 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18913 _ACEOF
18915 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18917 # Handling of arguments.
18918 for ac_config_target in $ac_config_targets
18920 case $ac_config_target in
18921 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18922 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18923 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18924 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18925 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18926 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18927 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
18928 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18929 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18930 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
18931 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18932 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
18933 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
18934 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18935 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
18937 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18938 esac
18939 done
18942 # If the user did not use the arguments to specify the items to instantiate,
18943 # then the envvar interface is used. Set only those that are not.
18944 # We use the long form for the default assignment because of an extremely
18945 # bizarre bug on SunOS 4.1.3.
18946 if $ac_need_defaults; then
18947 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18948 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18949 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18950 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18953 # Have a temporary directory for convenience. Make it in the build tree
18954 # simply because there is no reason against having it here, and in addition,
18955 # creating and moving files from /tmp can sometimes cause problems.
18956 # Hook for its removal unless debugging.
18957 # Note that there is a small window in which the directory will not be cleaned:
18958 # after its creation but before its name has been assigned to `$tmp'.
18959 $debug ||
18961 tmp= ac_tmp=
18962 trap 'exit_status=$?
18963 : "${ac_tmp:=$tmp}"
18964 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18966 trap 'as_fn_exit 1' 1 2 13 15
18968 # Create a (secure) tmp directory for tmp files.
18971 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18972 test -d "$tmp"
18973 } ||
18975 tmp=./conf$$-$RANDOM
18976 (umask 077 && mkdir "$tmp")
18977 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18978 ac_tmp=$tmp
18980 # Set up the scripts for CONFIG_FILES section.
18981 # No need to generate them if there are no CONFIG_FILES.
18982 # This happens for instance with `./config.status config.h'.
18983 if test -n "$CONFIG_FILES"; then
18986 ac_cr=`echo X | tr X '\015'`
18987 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18988 # But we know of no other shell where ac_cr would be empty at this
18989 # point, so we can use a bashism as a fallback.
18990 if test "x$ac_cr" = x; then
18991 eval ac_cr=\$\'\\r\'
18993 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18994 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18995 ac_cs_awk_cr='\\r'
18996 else
18997 ac_cs_awk_cr=$ac_cr
19000 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19001 _ACEOF
19005 echo "cat >conf$$subs.awk <<_ACEOF" &&
19006 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19007 echo "_ACEOF"
19008 } >conf$$subs.sh ||
19009 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19010 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19011 ac_delim='%!_!# '
19012 for ac_last_try in false false false false false :; do
19013 . ./conf$$subs.sh ||
19014 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19016 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19017 if test $ac_delim_n = $ac_delim_num; then
19018 break
19019 elif $ac_last_try; then
19020 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19021 else
19022 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19024 done
19025 rm -f conf$$subs.sh
19027 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19028 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19029 _ACEOF
19030 sed -n '
19032 s/^/S["/; s/!.*/"]=/
19035 s/^[^!]*!//
19036 :repl
19037 t repl
19038 s/'"$ac_delim"'$//
19039 t delim
19042 s/\(.\{148\}\)..*/\1/
19043 t more1
19044 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19047 b repl
19048 :more1
19049 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19052 s/.\{148\}//
19053 t nl
19054 :delim
19056 s/\(.\{148\}\)..*/\1/
19057 t more2
19058 s/["\\]/\\&/g; s/^/"/; s/$/"/
19061 :more2
19062 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19065 s/.\{148\}//
19066 t delim
19067 ' <conf$$subs.awk | sed '
19068 /^[^""]/{
19070 s/\n//
19072 ' >>$CONFIG_STATUS || ac_write_fail=1
19073 rm -f conf$$subs.awk
19074 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19075 _ACAWK
19076 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19077 for (key in S) S_is_set[key] = 1
19078 FS = "\a"
19082 line = $ 0
19083 nfields = split(line, field, "@")
19084 substed = 0
19085 len = length(field[1])
19086 for (i = 2; i < nfields; i++) {
19087 key = field[i]
19088 keylen = length(key)
19089 if (S_is_set[key]) {
19090 value = S[key]
19091 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19092 len += length(value) + length(field[++i])
19093 substed = 1
19094 } else
19095 len += 1 + keylen
19098 print line
19101 _ACAWK
19102 _ACEOF
19103 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19104 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19105 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19106 else
19108 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19109 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19110 _ACEOF
19112 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19113 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19114 # trailing colons and then remove the whole line if VPATH becomes empty
19115 # (actually we leave an empty line to preserve line numbers).
19116 if test "x$srcdir" = x.; then
19117 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19119 s///
19120 s/^/:/
19121 s/[ ]*$/:/
19122 s/:\$(srcdir):/:/g
19123 s/:\${srcdir}:/:/g
19124 s/:@srcdir@:/:/g
19125 s/^:*//
19126 s/:*$//
19128 s/\(=[ ]*\).*/\1/
19130 s/\n//
19131 s/^[^=]*=[ ]*$//
19135 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19136 fi # test -n "$CONFIG_FILES"
19138 # Set up the scripts for CONFIG_HEADERS section.
19139 # No need to generate them if there are no CONFIG_HEADERS.
19140 # This happens for instance with `./config.status Makefile'.
19141 if test -n "$CONFIG_HEADERS"; then
19142 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19143 BEGIN {
19144 _ACEOF
19146 # Transform confdefs.h into an awk script `defines.awk', embedded as
19147 # here-document in config.status, that substitutes the proper values into
19148 # config.h.in to produce config.h.
19150 # Create a delimiter string that does not exist in confdefs.h, to ease
19151 # handling of long lines.
19152 ac_delim='%!_!# '
19153 for ac_last_try in false false :; do
19154 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19155 if test -z "$ac_tt"; then
19156 break
19157 elif $ac_last_try; then
19158 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19159 else
19160 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19162 done
19164 # For the awk script, D is an array of macro values keyed by name,
19165 # likewise P contains macro parameters if any. Preserve backslash
19166 # newline sequences.
19168 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19169 sed -n '
19170 s/.\{148\}/&'"$ac_delim"'/g
19171 t rset
19172 :rset
19173 s/^[ ]*#[ ]*define[ ][ ]*/ /
19174 t def
19176 :def
19177 s/\\$//
19178 t bsnl
19179 s/["\\]/\\&/g
19180 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19181 D["\1"]=" \3"/p
19182 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19184 :bsnl
19185 s/["\\]/\\&/g
19186 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19187 D["\1"]=" \3\\\\\\n"\\/p
19188 t cont
19189 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19190 t cont
19192 :cont
19194 s/.\{148\}/&'"$ac_delim"'/g
19195 t clear
19196 :clear
19197 s/\\$//
19198 t bsnlc
19199 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19201 :bsnlc
19202 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19203 b cont
19204 ' <confdefs.h | sed '
19205 s/'"$ac_delim"'/"\\\
19206 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19208 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19209 for (key in D) D_is_set[key] = 1
19210 FS = "\a"
19212 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19213 line = \$ 0
19214 split(line, arg, " ")
19215 if (arg[1] == "#") {
19216 defundef = arg[2]
19217 mac1 = arg[3]
19218 } else {
19219 defundef = substr(arg[1], 2)
19220 mac1 = arg[2]
19222 split(mac1, mac2, "(") #)
19223 macro = mac2[1]
19224 prefix = substr(line, 1, index(line, defundef) - 1)
19225 if (D_is_set[macro]) {
19226 # Preserve the white space surrounding the "#".
19227 print prefix "define", macro P[macro] D[macro]
19228 next
19229 } else {
19230 # Replace #undef with comments. This is necessary, for example,
19231 # in the case of _POSIX_SOURCE, which is predefined and required
19232 # on some systems where configure will not decide to define it.
19233 if (defundef == "undef") {
19234 print "/*", prefix defundef, macro, "*/"
19235 next
19239 { print }
19240 _ACAWK
19241 _ACEOF
19242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19243 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19244 fi # test -n "$CONFIG_HEADERS"
19247 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19248 shift
19249 for ac_tag
19251 case $ac_tag in
19252 :[FHLC]) ac_mode=$ac_tag; continue;;
19253 esac
19254 case $ac_mode$ac_tag in
19255 :[FHL]*:*);;
19256 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19257 :[FH]-) ac_tag=-:-;;
19258 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19259 esac
19260 ac_save_IFS=$IFS
19261 IFS=:
19262 set x $ac_tag
19263 IFS=$ac_save_IFS
19264 shift
19265 ac_file=$1
19266 shift
19268 case $ac_mode in
19269 :L) ac_source=$1;;
19270 :[FH])
19271 ac_file_inputs=
19272 for ac_f
19274 case $ac_f in
19275 -) ac_f="$ac_tmp/stdin";;
19276 *) # Look for the file first in the build tree, then in the source tree
19277 # (if the path is not absolute). The absolute path cannot be DOS-style,
19278 # because $ac_f cannot contain `:'.
19279 test -f "$ac_f" ||
19280 case $ac_f in
19281 [\\/$]*) false;;
19282 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19283 esac ||
19284 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19285 esac
19286 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19287 as_fn_append ac_file_inputs " '$ac_f'"
19288 done
19290 # Let's still pretend it is `configure' which instantiates (i.e., don't
19291 # use $as_me), people would be surprised to read:
19292 # /* config.h. Generated by config.status. */
19293 configure_input='Generated from '`
19294 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19295 `' by configure.'
19296 if test x"$ac_file" != x-; then
19297 configure_input="$ac_file. $configure_input"
19298 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19299 $as_echo "$as_me: creating $ac_file" >&6;}
19301 # Neutralize special characters interpreted by sed in replacement strings.
19302 case $configure_input in #(
19303 *\&* | *\|* | *\\* )
19304 ac_sed_conf_input=`$as_echo "$configure_input" |
19305 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19306 *) ac_sed_conf_input=$configure_input;;
19307 esac
19309 case $ac_tag in
19310 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19311 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19312 esac
19314 esac
19316 ac_dir=`$as_dirname -- "$ac_file" ||
19317 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19318 X"$ac_file" : 'X\(//\)[^/]' \| \
19319 X"$ac_file" : 'X\(//\)$' \| \
19320 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19321 $as_echo X"$ac_file" |
19322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19323 s//\1/
19326 /^X\(\/\/\)[^/].*/{
19327 s//\1/
19330 /^X\(\/\/\)$/{
19331 s//\1/
19334 /^X\(\/\).*/{
19335 s//\1/
19338 s/.*/./; q'`
19339 as_dir="$ac_dir"; as_fn_mkdir_p
19340 ac_builddir=.
19342 case "$ac_dir" in
19343 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19345 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19346 # A ".." for each directory in $ac_dir_suffix.
19347 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19348 case $ac_top_builddir_sub in
19349 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19350 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19351 esac ;;
19352 esac
19353 ac_abs_top_builddir=$ac_pwd
19354 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19355 # for backward compatibility:
19356 ac_top_builddir=$ac_top_build_prefix
19358 case $srcdir in
19359 .) # We are building in place.
19360 ac_srcdir=.
19361 ac_top_srcdir=$ac_top_builddir_sub
19362 ac_abs_top_srcdir=$ac_pwd ;;
19363 [\\/]* | ?:[\\/]* ) # Absolute name.
19364 ac_srcdir=$srcdir$ac_dir_suffix;
19365 ac_top_srcdir=$srcdir
19366 ac_abs_top_srcdir=$srcdir ;;
19367 *) # Relative name.
19368 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19369 ac_top_srcdir=$ac_top_build_prefix$srcdir
19370 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19371 esac
19372 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19375 case $ac_mode in
19378 # CONFIG_FILE
19381 _ACEOF
19383 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19384 # If the template does not know about datarootdir, expand it.
19385 # FIXME: This hack should be removed a few years after 2.60.
19386 ac_datarootdir_hack=; ac_datarootdir_seen=
19387 ac_sed_dataroot='
19388 /datarootdir/ {
19392 /@datadir@/p
19393 /@docdir@/p
19394 /@infodir@/p
19395 /@localedir@/p
19396 /@mandir@/p'
19397 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19398 *datarootdir*) ac_datarootdir_seen=yes;;
19399 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19401 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19402 _ACEOF
19403 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19404 ac_datarootdir_hack='
19405 s&@datadir@&$datadir&g
19406 s&@docdir@&$docdir&g
19407 s&@infodir@&$infodir&g
19408 s&@localedir@&$localedir&g
19409 s&@mandir@&$mandir&g
19410 s&\\\${datarootdir}&$datarootdir&g' ;;
19411 esac
19412 _ACEOF
19414 # Neutralize VPATH when `$srcdir' = `.'.
19415 # Shell code in configure.ac might set extrasub.
19416 # FIXME: do we really want to maintain this feature?
19417 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19418 ac_sed_extra="$ac_vpsub
19419 $extrasub
19420 _ACEOF
19421 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19423 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19424 s|@configure_input@|$ac_sed_conf_input|;t t
19425 s&@top_builddir@&$ac_top_builddir_sub&;t t
19426 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19427 s&@srcdir@&$ac_srcdir&;t t
19428 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19429 s&@top_srcdir@&$ac_top_srcdir&;t t
19430 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19431 s&@builddir@&$ac_builddir&;t t
19432 s&@abs_builddir@&$ac_abs_builddir&;t t
19433 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19434 $ac_datarootdir_hack
19436 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19437 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19439 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19440 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19441 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19442 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19443 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19444 which seems to be undefined. Please make sure it is defined" >&5
19445 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19446 which seems to be undefined. Please make sure it is defined" >&2;}
19448 rm -f "$ac_tmp/stdin"
19449 case $ac_file in
19450 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19451 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19452 esac \
19453 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19457 # CONFIG_HEADER
19459 if test x"$ac_file" != x-; then
19461 $as_echo "/* $configure_input */" \
19462 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19463 } >"$ac_tmp/config.h" \
19464 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19465 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19466 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19467 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19468 else
19469 rm -f "$ac_file"
19470 mv "$ac_tmp/config.h" "$ac_file" \
19471 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19473 else
19474 $as_echo "/* $configure_input */" \
19475 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19476 || as_fn_error $? "could not create -" "$LINENO" 5
19481 # CONFIG_LINK
19484 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19486 else
19487 # Prefer the file from the source tree if names are identical.
19488 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19489 ac_source=$srcdir/$ac_source
19492 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19493 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19495 if test ! -r "$ac_source"; then
19496 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19498 rm -f "$ac_file"
19500 # Try a relative symlink, then a hard link, then a copy.
19501 case $ac_source in
19502 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19503 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19504 esac
19505 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19506 ln "$ac_source" "$ac_file" 2>/dev/null ||
19507 cp -p "$ac_source" "$ac_file" ||
19508 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19511 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19512 $as_echo "$as_me: executing $ac_file commands" >&6;}
19514 esac
19517 case $ac_file$ac_mode in
19518 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19519 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19520 "Makefile":C) wine_fn_output_makefile Makefile ;;
19521 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19523 esac
19524 done # for ac_tag
19527 as_fn_exit 0
19528 _ACEOF
19529 ac_clean_files=$ac_clean_files_save
19531 test $ac_write_fail = 0 ||
19532 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19535 # configure is writing to config.log, and then calls config.status.
19536 # config.status does its own redirection, appending to config.log.
19537 # Unfortunately, on DOS this fails, as config.log is still kept open
19538 # by configure, so config.status won't be able to write to it; its
19539 # output is simply discarded. So we exec the FD to /dev/null,
19540 # effectively closing config.log, so it can be properly (re)opened and
19541 # appended to by config.status. When coming back to configure, we
19542 # need to make the FD available again.
19543 if test "$no_create" != yes; then
19544 ac_cs_success=:
19545 ac_config_status_args=
19546 test "$silent" = yes &&
19547 ac_config_status_args="$ac_config_status_args --quiet"
19548 exec 5>/dev/null
19549 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19550 exec 5>>config.log
19551 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19552 # would make configure fail if this is the last instruction.
19553 $ac_cs_success || as_fn_exit 1
19555 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19557 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19561 if test "$no_create" = "yes"
19562 then
19563 exit 0
19566 ac_save_IFS="$IFS"
19567 if test "x$wine_notices != "x; then
19568 echo >&6
19569 IFS="|"
19570 for msg in $wine_notices; do
19571 IFS="$ac_save_IFS"
19572 if ${msg:+false} :; then :
19574 else
19575 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19576 $as_echo "$as_me: $msg" >&6;}
19578 done
19580 IFS="|"
19581 for msg in $wine_warnings; do
19582 IFS="$ac_save_IFS"
19583 if ${msg:+false} :; then :
19585 else
19586 echo >&2
19587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19588 $as_echo "$as_me: WARNING: $msg" >&2;}
19590 done
19591 IFS="$ac_save_IFS"
19593 $as_echo "
19594 $as_me: Finished. Do '${ac_make}' to compile Wine.
19595 " >&6