xaudio2_1: Forward to xaudio2_7.
[wine.git] / configure
blob34edccee98dc62957452756d7b290a598ff61e19
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_1
1378 enable_xaudio2_2
1379 enable_xaudio2_3
1380 enable_xaudio2_4
1381 enable_xaudio2_5
1382 enable_xaudio2_6
1383 enable_xaudio2_7
1384 enable_xaudio2_8
1385 enable_xinput1_1
1386 enable_xinput1_2
1387 enable_xinput1_3
1388 enable_xinput1_4
1389 enable_xinput9_1_0
1390 enable_xmllite
1391 enable_xolehlp
1392 enable_xpsprint
1393 enable_xpssvcs
1394 enable_documentation
1395 enable_fonts
1396 enable_include
1397 enable_libs_port
1398 enable_libs_wine
1399 enable_libs_wpp
1400 enable_loader
1401 enable_arp
1402 enable_aspnet_regiis
1403 enable_attrib
1404 enable_cabarc
1405 enable_cacls
1406 enable_clock
1407 enable_cmd
1408 enable_conhost
1409 enable_control
1410 enable_cscript
1411 enable_dpnsvr
1412 enable_dxdiag
1413 enable_eject
1414 enable_expand
1415 enable_explorer
1416 enable_extrac32
1417 enable_findstr
1418 enable_hh
1419 enable_hostname
1420 enable_icinfo
1421 enable_iexplore
1422 enable_ipconfig
1423 enable_lodctr
1424 enable_mofcomp
1425 enable_mshta
1426 enable_msiexec
1427 enable_net
1428 enable_netsh
1429 enable_netstat
1430 enable_ngen
1431 enable_notepad
1432 enable_oleview
1433 enable_ping
1434 enable_plugplay
1435 enable_presentationfontcache
1436 enable_progman
1437 enable_reg
1438 enable_regasm
1439 enable_regedit
1440 enable_regsvcs
1441 enable_regsvr32
1442 enable_rpcss
1443 enable_rundll32
1444 enable_sc
1445 enable_schtasks
1446 enable_sdbinst
1447 enable_secedit
1448 enable_servicemodelreg
1449 enable_services
1450 enable_spoolsv
1451 enable_start
1452 enable_svchost
1453 enable_systeminfo
1454 enable_taskkill
1455 enable_tasklist
1456 enable_taskmgr
1457 enable_termsv
1458 enable_uninstaller
1459 enable_unlodctr
1460 enable_view
1461 enable_wevtutil
1462 enable_wineboot
1463 enable_winebrowser
1464 enable_winecfg
1465 enable_wineconsole
1466 enable_winedbg
1467 enable_winedevice
1468 enable_winefile
1469 enable_winemenubuilder
1470 enable_winemine
1471 enable_winemsibuilder
1472 enable_winepath
1473 enable_winetest
1474 enable_winhlp32
1475 enable_winver
1476 enable_wmic
1477 enable_wordpad
1478 enable_write
1479 enable_wscript
1480 enable_wusa
1481 enable_xcopy
1482 enable_server
1483 enable_tools
1485 ac_precious_vars='build_alias
1486 host_alias
1487 target_alias
1489 CFLAGS
1490 LDFLAGS
1491 LIBS
1492 CPPFLAGS
1494 CXXFLAGS
1497 XMKMF
1498 XML2_CFLAGS
1499 XML2_LIBS
1500 XSLT_CFLAGS
1501 XSLT_LIBS
1502 DBUS_CFLAGS
1503 DBUS_LIBS
1504 HAL_CFLAGS
1505 HAL_LIBS
1506 GNUTLS_CFLAGS
1507 GNUTLS_LIBS
1508 SANE_CFLAGS
1509 SANE_LIBS
1510 GPHOTO2_CFLAGS
1511 GPHOTO2_LIBS
1512 GPHOTO2_PORT_CFLAGS
1513 GPHOTO2_PORT_LIBS
1514 LCMS2_CFLAGS
1515 LCMS2_LIBS
1516 FREETYPE_CFLAGS
1517 FREETYPE_LIBS
1518 GSTREAMER_CFLAGS
1519 GSTREAMER_LIBS
1520 CAPI20_CFLAGS
1521 CAPI20_LIBS
1522 FONTCONFIG_CFLAGS
1523 FONTCONFIG_LIBS
1524 JPEG_CFLAGS
1525 JPEG_LIBS
1526 PNG_CFLAGS
1527 PNG_LIBS
1528 TIFF_CFLAGS
1529 TIFF_LIBS
1530 MPG123_CFLAGS
1531 MPG123_LIBS'
1534 # Initialize some variables set by options.
1535 ac_init_help=
1536 ac_init_version=false
1537 ac_unrecognized_opts=
1538 ac_unrecognized_sep=
1539 # The variables have the same names as the options, with
1540 # dashes changed to underlines.
1541 cache_file=/dev/null
1542 exec_prefix=NONE
1543 no_create=
1544 no_recursion=
1545 prefix=NONE
1546 program_prefix=NONE
1547 program_suffix=NONE
1548 program_transform_name=s,x,x,
1549 silent=
1550 site=
1551 srcdir=
1552 verbose=
1553 x_includes=NONE
1554 x_libraries=NONE
1556 # Installation directory options.
1557 # These are left unexpanded so users can "make install exec_prefix=/foo"
1558 # and all the variables that are supposed to be based on exec_prefix
1559 # by default will actually change.
1560 # Use braces instead of parens because sh, perl, etc. also accept them.
1561 # (The list follows the same order as the GNU Coding Standards.)
1562 bindir='${exec_prefix}/bin'
1563 sbindir='${exec_prefix}/sbin'
1564 libexecdir='${exec_prefix}/libexec'
1565 datarootdir='${prefix}/share'
1566 datadir='${datarootdir}'
1567 sysconfdir='${prefix}/etc'
1568 sharedstatedir='${prefix}/com'
1569 localstatedir='${prefix}/var'
1570 runstatedir='${localstatedir}/run'
1571 includedir='${prefix}/include'
1572 oldincludedir='/usr/include'
1573 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1574 infodir='${datarootdir}/info'
1575 htmldir='${docdir}'
1576 dvidir='${docdir}'
1577 pdfdir='${docdir}'
1578 psdir='${docdir}'
1579 libdir='${exec_prefix}/lib'
1580 localedir='${datarootdir}/locale'
1581 mandir='${datarootdir}/man'
1583 ac_prev=
1584 ac_dashdash=
1585 for ac_option
1587 # If the previous option needs an argument, assign it.
1588 if test -n "$ac_prev"; then
1589 eval $ac_prev=\$ac_option
1590 ac_prev=
1591 continue
1594 case $ac_option in
1595 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1596 *=) ac_optarg= ;;
1597 *) ac_optarg=yes ;;
1598 esac
1600 # Accept the important Cygnus configure options, so we can diagnose typos.
1602 case $ac_dashdash$ac_option in
1604 ac_dashdash=yes ;;
1606 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1607 ac_prev=bindir ;;
1608 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1609 bindir=$ac_optarg ;;
1611 -build | --build | --buil | --bui | --bu)
1612 ac_prev=build_alias ;;
1613 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1614 build_alias=$ac_optarg ;;
1616 -cache-file | --cache-file | --cache-fil | --cache-fi \
1617 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1618 ac_prev=cache_file ;;
1619 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1620 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1621 cache_file=$ac_optarg ;;
1623 --config-cache | -C)
1624 cache_file=config.cache ;;
1626 -datadir | --datadir | --datadi | --datad)
1627 ac_prev=datadir ;;
1628 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1629 datadir=$ac_optarg ;;
1631 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1632 | --dataroo | --dataro | --datar)
1633 ac_prev=datarootdir ;;
1634 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1635 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1636 datarootdir=$ac_optarg ;;
1638 -disable-* | --disable-*)
1639 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1640 # Reject names that are not valid shell variable names.
1641 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1642 as_fn_error $? "invalid feature name: $ac_useropt"
1643 ac_useropt_orig=$ac_useropt
1644 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1645 case $ac_user_opts in
1647 "enable_$ac_useropt"
1648 "*) ;;
1649 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1650 ac_unrecognized_sep=', ';;
1651 esac
1652 eval enable_$ac_useropt=no ;;
1654 -docdir | --docdir | --docdi | --doc | --do)
1655 ac_prev=docdir ;;
1656 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1657 docdir=$ac_optarg ;;
1659 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1660 ac_prev=dvidir ;;
1661 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1662 dvidir=$ac_optarg ;;
1664 -enable-* | --enable-*)
1665 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1666 # Reject names that are not valid shell variable names.
1667 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1668 as_fn_error $? "invalid feature name: $ac_useropt"
1669 ac_useropt_orig=$ac_useropt
1670 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1671 case $ac_user_opts in
1673 "enable_$ac_useropt"
1674 "*) ;;
1675 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1676 ac_unrecognized_sep=', ';;
1677 esac
1678 eval enable_$ac_useropt=\$ac_optarg ;;
1680 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1681 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1682 | --exec | --exe | --ex)
1683 ac_prev=exec_prefix ;;
1684 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1685 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1686 | --exec=* | --exe=* | --ex=*)
1687 exec_prefix=$ac_optarg ;;
1689 -gas | --gas | --ga | --g)
1690 # Obsolete; use --with-gas.
1691 with_gas=yes ;;
1693 -help | --help | --hel | --he | -h)
1694 ac_init_help=long ;;
1695 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1696 ac_init_help=recursive ;;
1697 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1698 ac_init_help=short ;;
1700 -host | --host | --hos | --ho)
1701 ac_prev=host_alias ;;
1702 -host=* | --host=* | --hos=* | --ho=*)
1703 host_alias=$ac_optarg ;;
1705 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1706 ac_prev=htmldir ;;
1707 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1708 | --ht=*)
1709 htmldir=$ac_optarg ;;
1711 -includedir | --includedir | --includedi | --included | --include \
1712 | --includ | --inclu | --incl | --inc)
1713 ac_prev=includedir ;;
1714 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1715 | --includ=* | --inclu=* | --incl=* | --inc=*)
1716 includedir=$ac_optarg ;;
1718 -infodir | --infodir | --infodi | --infod | --info | --inf)
1719 ac_prev=infodir ;;
1720 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1721 infodir=$ac_optarg ;;
1723 -libdir | --libdir | --libdi | --libd)
1724 ac_prev=libdir ;;
1725 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1726 libdir=$ac_optarg ;;
1728 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1729 | --libexe | --libex | --libe)
1730 ac_prev=libexecdir ;;
1731 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1732 | --libexe=* | --libex=* | --libe=*)
1733 libexecdir=$ac_optarg ;;
1735 -localedir | --localedir | --localedi | --localed | --locale)
1736 ac_prev=localedir ;;
1737 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1738 localedir=$ac_optarg ;;
1740 -localstatedir | --localstatedir | --localstatedi | --localstated \
1741 | --localstate | --localstat | --localsta | --localst | --locals)
1742 ac_prev=localstatedir ;;
1743 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1744 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1745 localstatedir=$ac_optarg ;;
1747 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1748 ac_prev=mandir ;;
1749 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1750 mandir=$ac_optarg ;;
1752 -nfp | --nfp | --nf)
1753 # Obsolete; use --without-fp.
1754 with_fp=no ;;
1756 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1757 | --no-cr | --no-c | -n)
1758 no_create=yes ;;
1760 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1761 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1762 no_recursion=yes ;;
1764 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1765 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1766 | --oldin | --oldi | --old | --ol | --o)
1767 ac_prev=oldincludedir ;;
1768 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1769 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1770 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1771 oldincludedir=$ac_optarg ;;
1773 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1774 ac_prev=prefix ;;
1775 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1776 prefix=$ac_optarg ;;
1778 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1779 | --program-pre | --program-pr | --program-p)
1780 ac_prev=program_prefix ;;
1781 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1782 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1783 program_prefix=$ac_optarg ;;
1785 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1786 | --program-suf | --program-su | --program-s)
1787 ac_prev=program_suffix ;;
1788 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1789 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1790 program_suffix=$ac_optarg ;;
1792 -program-transform-name | --program-transform-name \
1793 | --program-transform-nam | --program-transform-na \
1794 | --program-transform-n | --program-transform- \
1795 | --program-transform | --program-transfor \
1796 | --program-transfo | --program-transf \
1797 | --program-trans | --program-tran \
1798 | --progr-tra | --program-tr | --program-t)
1799 ac_prev=program_transform_name ;;
1800 -program-transform-name=* | --program-transform-name=* \
1801 | --program-transform-nam=* | --program-transform-na=* \
1802 | --program-transform-n=* | --program-transform-=* \
1803 | --program-transform=* | --program-transfor=* \
1804 | --program-transfo=* | --program-transf=* \
1805 | --program-trans=* | --program-tran=* \
1806 | --progr-tra=* | --program-tr=* | --program-t=*)
1807 program_transform_name=$ac_optarg ;;
1809 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1810 ac_prev=pdfdir ;;
1811 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1812 pdfdir=$ac_optarg ;;
1814 -psdir | --psdir | --psdi | --psd | --ps)
1815 ac_prev=psdir ;;
1816 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1817 psdir=$ac_optarg ;;
1819 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1820 | -silent | --silent | --silen | --sile | --sil)
1821 silent=yes ;;
1823 -runstatedir | --runstatedir | --runstatedi | --runstated \
1824 | --runstate | --runstat | --runsta | --runst | --runs \
1825 | --run | --ru | --r)
1826 ac_prev=runstatedir ;;
1827 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1828 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1829 | --run=* | --ru=* | --r=*)
1830 runstatedir=$ac_optarg ;;
1832 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1833 ac_prev=sbindir ;;
1834 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1835 | --sbi=* | --sb=*)
1836 sbindir=$ac_optarg ;;
1838 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1839 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1840 | --sharedst | --shareds | --shared | --share | --shar \
1841 | --sha | --sh)
1842 ac_prev=sharedstatedir ;;
1843 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1844 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1845 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1846 | --sha=* | --sh=*)
1847 sharedstatedir=$ac_optarg ;;
1849 -site | --site | --sit)
1850 ac_prev=site ;;
1851 -site=* | --site=* | --sit=*)
1852 site=$ac_optarg ;;
1854 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1855 ac_prev=srcdir ;;
1856 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1857 srcdir=$ac_optarg ;;
1859 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1860 | --syscon | --sysco | --sysc | --sys | --sy)
1861 ac_prev=sysconfdir ;;
1862 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1863 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1864 sysconfdir=$ac_optarg ;;
1866 -target | --target | --targe | --targ | --tar | --ta | --t)
1867 ac_prev=target_alias ;;
1868 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1869 target_alias=$ac_optarg ;;
1871 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1872 verbose=yes ;;
1874 -version | --version | --versio | --versi | --vers | -V)
1875 ac_init_version=: ;;
1877 -with-* | --with-*)
1878 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1879 # Reject names that are not valid shell variable names.
1880 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1881 as_fn_error $? "invalid package name: $ac_useropt"
1882 ac_useropt_orig=$ac_useropt
1883 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1884 case $ac_user_opts in
1886 "with_$ac_useropt"
1887 "*) ;;
1888 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1889 ac_unrecognized_sep=', ';;
1890 esac
1891 eval with_$ac_useropt=\$ac_optarg ;;
1893 -without-* | --without-*)
1894 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1895 # Reject names that are not valid shell variable names.
1896 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1897 as_fn_error $? "invalid package name: $ac_useropt"
1898 ac_useropt_orig=$ac_useropt
1899 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1900 case $ac_user_opts in
1902 "with_$ac_useropt"
1903 "*) ;;
1904 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1905 ac_unrecognized_sep=', ';;
1906 esac
1907 eval with_$ac_useropt=no ;;
1909 --x)
1910 # Obsolete; use --with-x.
1911 with_x=yes ;;
1913 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1914 | --x-incl | --x-inc | --x-in | --x-i)
1915 ac_prev=x_includes ;;
1916 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1917 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1918 x_includes=$ac_optarg ;;
1920 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1921 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1922 ac_prev=x_libraries ;;
1923 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1924 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1925 x_libraries=$ac_optarg ;;
1927 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1928 Try \`$0 --help' for more information"
1931 *=*)
1932 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1933 # Reject names that are not valid shell variable names.
1934 case $ac_envvar in #(
1935 '' | [0-9]* | *[!_$as_cr_alnum]* )
1936 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1937 esac
1938 eval $ac_envvar=\$ac_optarg
1939 export $ac_envvar ;;
1942 # FIXME: should be removed in autoconf 3.0.
1943 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1944 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1945 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1946 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1949 esac
1950 done
1952 if test -n "$ac_prev"; then
1953 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1954 as_fn_error $? "missing argument to $ac_option"
1957 if test -n "$ac_unrecognized_opts"; then
1958 case $enable_option_checking in
1959 no) ;;
1960 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1961 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1962 esac
1965 # Check all directory arguments for consistency.
1966 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1967 datadir sysconfdir sharedstatedir localstatedir includedir \
1968 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1969 libdir localedir mandir runstatedir
1971 eval ac_val=\$$ac_var
1972 # Remove trailing slashes.
1973 case $ac_val in
1974 */ )
1975 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1976 eval $ac_var=\$ac_val;;
1977 esac
1978 # Be sure to have absolute directory names.
1979 case $ac_val in
1980 [\\/$]* | ?:[\\/]* ) continue;;
1981 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1982 esac
1983 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1984 done
1986 # There might be people who depend on the old broken behavior: `$host'
1987 # used to hold the argument of --host etc.
1988 # FIXME: To remove some day.
1989 build=$build_alias
1990 host=$host_alias
1991 target=$target_alias
1993 # FIXME: To remove some day.
1994 if test "x$host_alias" != x; then
1995 if test "x$build_alias" = x; then
1996 cross_compiling=maybe
1997 elif test "x$build_alias" != "x$host_alias"; then
1998 cross_compiling=yes
2002 ac_tool_prefix=
2003 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2005 test "$silent" = yes && exec 6>/dev/null
2008 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2009 ac_ls_di=`ls -di .` &&
2010 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2011 as_fn_error $? "working directory cannot be determined"
2012 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2013 as_fn_error $? "pwd does not report name of working directory"
2016 # Find the source files, if location was not specified.
2017 if test -z "$srcdir"; then
2018 ac_srcdir_defaulted=yes
2019 # Try the directory containing this script, then the parent directory.
2020 ac_confdir=`$as_dirname -- "$as_myself" ||
2021 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2022 X"$as_myself" : 'X\(//\)[^/]' \| \
2023 X"$as_myself" : 'X\(//\)$' \| \
2024 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2025 $as_echo X"$as_myself" |
2026 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2027 s//\1/
2030 /^X\(\/\/\)[^/].*/{
2031 s//\1/
2034 /^X\(\/\/\)$/{
2035 s//\1/
2038 /^X\(\/\).*/{
2039 s//\1/
2042 s/.*/./; q'`
2043 srcdir=$ac_confdir
2044 if test ! -r "$srcdir/$ac_unique_file"; then
2045 srcdir=..
2047 else
2048 ac_srcdir_defaulted=no
2050 if test ! -r "$srcdir/$ac_unique_file"; then
2051 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2052 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2054 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2055 ac_abs_confdir=`(
2056 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2057 pwd)`
2058 # When building in place, set srcdir=.
2059 if test "$ac_abs_confdir" = "$ac_pwd"; then
2060 srcdir=.
2062 # Remove unnecessary trailing slashes from srcdir.
2063 # Double slashes in file names in object file debugging info
2064 # mess up M-x gdb in Emacs.
2065 case $srcdir in
2066 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2067 esac
2068 for ac_var in $ac_precious_vars; do
2069 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2070 eval ac_env_${ac_var}_value=\$${ac_var}
2071 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2072 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2073 done
2076 # Report the --help message.
2078 if test "$ac_init_help" = "long"; then
2079 # Omit some internal or obsolete options to make the list less imposing.
2080 # This message is too long to be a string in the A/UX 3.1 sh.
2081 cat <<_ACEOF
2082 \`configure' configures Wine 1.7.52 to adapt to many kinds of systems.
2084 Usage: $0 [OPTION]... [VAR=VALUE]...
2086 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2087 VAR=VALUE. See below for descriptions of some of the useful variables.
2089 Defaults for the options are specified in brackets.
2091 Configuration:
2092 -h, --help display this help and exit
2093 --help=short display options specific to this package
2094 --help=recursive display the short help of all the included packages
2095 -V, --version display version information and exit
2096 -q, --quiet, --silent do not print \`checking ...' messages
2097 --cache-file=FILE cache test results in FILE [disabled]
2098 -C, --config-cache alias for \`--cache-file=config.cache'
2099 -n, --no-create do not create output files
2100 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2102 Installation directories:
2103 --prefix=PREFIX install architecture-independent files in PREFIX
2104 [$ac_default_prefix]
2105 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2106 [PREFIX]
2108 By default, \`make install' will install all the files in
2109 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2110 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2111 for instance \`--prefix=\$HOME'.
2113 For better control, use the options below.
2115 Fine tuning of the installation directories:
2116 --bindir=DIR user executables [EPREFIX/bin]
2117 --sbindir=DIR system admin executables [EPREFIX/sbin]
2118 --libexecdir=DIR program executables [EPREFIX/libexec]
2119 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2120 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2121 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2122 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2123 --libdir=DIR object code libraries [EPREFIX/lib]
2124 --includedir=DIR C header files [PREFIX/include]
2125 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2126 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2127 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2128 --infodir=DIR info documentation [DATAROOTDIR/info]
2129 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2130 --mandir=DIR man documentation [DATAROOTDIR/man]
2131 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2132 --htmldir=DIR html documentation [DOCDIR]
2133 --dvidir=DIR dvi documentation [DOCDIR]
2134 --pdfdir=DIR pdf documentation [DOCDIR]
2135 --psdir=DIR ps documentation [DOCDIR]
2136 _ACEOF
2138 cat <<\_ACEOF
2140 X features:
2141 --x-includes=DIR X include files are in DIR
2142 --x-libraries=DIR X library files are in DIR
2144 System types:
2145 --build=BUILD configure for building on BUILD [guessed]
2146 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2147 _ACEOF
2150 if test -n "$ac_init_help"; then
2151 case $ac_init_help in
2152 short | recursive ) echo "Configuration of Wine 1.7.52:";;
2153 esac
2154 cat <<\_ACEOF
2156 Optional Features:
2157 --disable-option-checking ignore unrecognized --enable/--with options
2158 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2159 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2160 --disable-win16 do not include Win16 support
2161 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2162 binaries)
2163 --disable-tests do not build the regression tests
2164 --enable-maintainer-mode
2165 enable maintainer-specific build rules
2166 --disable-largefile omit support for large files
2168 Optional Packages:
2169 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2170 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2171 --without-alsa do not use the Alsa sound support
2172 --without-capi do not use CAPI (ISDN support)
2173 --without-cms do not use CMS (color management support)
2174 --without-coreaudio do not use the CoreAudio sound support
2175 --without-cups do not use CUPS
2176 --without-curses do not use (n)curses
2177 --without-dbus do not use DBus (dynamic device support)
2178 --without-fontconfig do not use fontconfig
2179 --without-freetype do not use the FreeType library
2180 --without-gettext do not use gettext
2181 --with-gettextpo use the GetTextPO library to rebuild po files
2182 --without-gphoto do not use gphoto (Digital Camera support)
2183 --without-glu do not use the GLU library
2184 --without-gnutls do not use GnuTLS (schannel support)
2185 --without-gsm do not use libgsm (GSM 06.10 codec support)
2186 --without-gstreamer do not use GStreamer (codecs support)
2187 --without-hal do not use HAL (dynamic device support)
2188 --without-jpeg do not use JPEG
2189 --without-ldap do not use LDAP
2190 --without-mpg123 do not use the mpg123 library
2191 --without-netapi do not use the Samba NetAPI library
2192 --without-openal do not use OpenAL
2193 --without-opencl do not use OpenCL
2194 --without-opengl do not use OpenGL
2195 --without-osmesa do not use the OSMesa library
2196 --without-oss do not use the OSS sound support
2197 --without-pcap do not use the Packet Capture library
2198 --without-png do not use PNG
2199 --without-pthread do not use the pthread library
2200 --without-sane do not use SANE (scanner support)
2201 --without-tiff do not use TIFF
2202 --without-v4l do not use v4l1 (v4l support)
2203 --without-xcomposite do not use the Xcomposite extension
2204 --without-xcursor do not use the Xcursor extension
2205 --without-xinerama do not use Xinerama (multi-monitor support)
2206 --without-xinput do not use the Xinput extension
2207 --without-xinput2 do not use the Xinput 2 extension
2208 --without-xml do not use XML
2209 --without-xrandr do not use Xrandr (resolution changes)
2210 --without-xrender do not use the Xrender extension
2211 --without-xshape do not use the Xshape extension
2212 --without-xshm do not use XShm (shared memory extension)
2213 --without-xslt do not use XSLT
2214 --without-xxf86vm do not use XFree video mode extension
2215 --without-zlib do not use Zlib (data compression)
2216 --with-wine-tools=DIR use Wine tools from directory DIR
2217 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2218 --with-x use the X Window System
2220 Some influential environment variables:
2221 CC C compiler command
2222 CFLAGS C compiler flags
2223 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2224 nonstandard directory <lib dir>
2225 LIBS libraries to pass to the linker, e.g. -l<library>
2226 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2227 you have headers in a nonstandard directory <include dir>
2228 CXX C++ compiler command
2229 CXXFLAGS C++ compiler flags
2230 CPP C preprocessor
2231 XMKMF Path to xmkmf, Makefile generator for X Window System
2232 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2233 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2234 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2235 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2236 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2237 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2238 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2239 HAL_LIBS Linker flags for hal, overriding pkg-config
2240 GNUTLS_CFLAGS
2241 C compiler flags for gnutls, overriding pkg-config
2242 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2243 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2244 SANE_LIBS Linker flags for libsane, overriding pkg-config
2245 GPHOTO2_CFLAGS
2246 C compiler flags for libgphoto2, overriding pkg-config
2247 GPHOTO2_LIBS
2248 Linker flags for libgphoto2, overriding pkg-config
2249 GPHOTO2_PORT_CFLAGS
2250 C compiler flags for libgphoto2_port, overriding pkg-config
2251 GPHOTO2_PORT_LIBS
2252 Linker flags for libgphoto2_port, overriding pkg-config
2253 LCMS2_CFLAGS
2254 C compiler flags for lcms2, overriding pkg-config
2255 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2256 FREETYPE_CFLAGS
2257 C compiler flags for freetype2, overriding pkg-config
2258 FREETYPE_LIBS
2259 Linker flags for freetype2, overriding pkg-config
2260 GSTREAMER_CFLAGS
2261 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2262 GSTREAMER_LIBS
2263 Linker flags for gstreamer-app-0.10, overriding pkg-config
2264 CAPI20_CFLAGS
2265 C compiler flags for capi20, overriding pkg-config
2266 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2267 FONTCONFIG_CFLAGS
2268 C compiler flags for fontconfig, overriding pkg-config
2269 FONTCONFIG_LIBS
2270 Linker flags for fontconfig, overriding pkg-config
2271 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2272 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2273 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2274 PNG_LIBS Linker flags for libpng, overriding pkg-config
2275 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2276 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2277 MPG123_CFLAGS
2278 C compiler flags for libmpg123, overriding pkg-config
2279 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2281 Use these variables to override the choices made by `configure' or to help
2282 it to find libraries and programs with nonstandard names/locations.
2284 Report bugs to <wine-devel@winehq.org>.
2285 Wine home page: <http://www.winehq.org>.
2286 _ACEOF
2287 ac_status=$?
2290 if test "$ac_init_help" = "recursive"; then
2291 # If there are subdirs, report their specific --help.
2292 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2293 test -d "$ac_dir" ||
2294 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2295 continue
2296 ac_builddir=.
2298 case "$ac_dir" in
2299 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2301 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2302 # A ".." for each directory in $ac_dir_suffix.
2303 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2304 case $ac_top_builddir_sub in
2305 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2306 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2307 esac ;;
2308 esac
2309 ac_abs_top_builddir=$ac_pwd
2310 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2311 # for backward compatibility:
2312 ac_top_builddir=$ac_top_build_prefix
2314 case $srcdir in
2315 .) # We are building in place.
2316 ac_srcdir=.
2317 ac_top_srcdir=$ac_top_builddir_sub
2318 ac_abs_top_srcdir=$ac_pwd ;;
2319 [\\/]* | ?:[\\/]* ) # Absolute name.
2320 ac_srcdir=$srcdir$ac_dir_suffix;
2321 ac_top_srcdir=$srcdir
2322 ac_abs_top_srcdir=$srcdir ;;
2323 *) # Relative name.
2324 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2325 ac_top_srcdir=$ac_top_build_prefix$srcdir
2326 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2327 esac
2328 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2330 cd "$ac_dir" || { ac_status=$?; continue; }
2331 # Check for guested configure.
2332 if test -f "$ac_srcdir/configure.gnu"; then
2333 echo &&
2334 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2335 elif test -f "$ac_srcdir/configure"; then
2336 echo &&
2337 $SHELL "$ac_srcdir/configure" --help=recursive
2338 else
2339 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2340 fi || ac_status=$?
2341 cd "$ac_pwd" || { ac_status=$?; break; }
2342 done
2345 test -n "$ac_init_help" && exit $ac_status
2346 if $ac_init_version; then
2347 cat <<\_ACEOF
2348 Wine configure 1.7.52
2349 generated by GNU Autoconf 2.69
2351 Copyright (C) 2012 Free Software Foundation, Inc.
2352 This configure script is free software; the Free Software Foundation
2353 gives unlimited permission to copy, distribute and modify it.
2354 _ACEOF
2355 exit
2358 ## ------------------------ ##
2359 ## Autoconf initialization. ##
2360 ## ------------------------ ##
2362 # ac_fn_c_try_compile LINENO
2363 # --------------------------
2364 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2365 ac_fn_c_try_compile ()
2367 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2368 rm -f conftest.$ac_objext
2369 if { { ac_try="$ac_compile"
2370 case "(($ac_try" in
2371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2372 *) ac_try_echo=$ac_try;;
2373 esac
2374 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2375 $as_echo "$ac_try_echo"; } >&5
2376 (eval "$ac_compile") 2>conftest.err
2377 ac_status=$?
2378 if test -s conftest.err; then
2379 grep -v '^ *+' conftest.err >conftest.er1
2380 cat conftest.er1 >&5
2381 mv -f conftest.er1 conftest.err
2383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2384 test $ac_status = 0; } && {
2385 test -z "$ac_c_werror_flag" ||
2386 test ! -s conftest.err
2387 } && test -s conftest.$ac_objext; then :
2388 ac_retval=0
2389 else
2390 $as_echo "$as_me: failed program was:" >&5
2391 sed 's/^/| /' conftest.$ac_ext >&5
2393 ac_retval=1
2395 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2396 as_fn_set_status $ac_retval
2398 } # ac_fn_c_try_compile
2400 # ac_fn_cxx_try_compile LINENO
2401 # ----------------------------
2402 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2403 ac_fn_cxx_try_compile ()
2405 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2406 rm -f conftest.$ac_objext
2407 if { { ac_try="$ac_compile"
2408 case "(($ac_try" in
2409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2410 *) ac_try_echo=$ac_try;;
2411 esac
2412 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2413 $as_echo "$ac_try_echo"; } >&5
2414 (eval "$ac_compile") 2>conftest.err
2415 ac_status=$?
2416 if test -s conftest.err; then
2417 grep -v '^ *+' conftest.err >conftest.er1
2418 cat conftest.er1 >&5
2419 mv -f conftest.er1 conftest.err
2421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2422 test $ac_status = 0; } && {
2423 test -z "$ac_cxx_werror_flag" ||
2424 test ! -s conftest.err
2425 } && test -s conftest.$ac_objext; then :
2426 ac_retval=0
2427 else
2428 $as_echo "$as_me: failed program was:" >&5
2429 sed 's/^/| /' conftest.$ac_ext >&5
2431 ac_retval=1
2433 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2434 as_fn_set_status $ac_retval
2436 } # ac_fn_cxx_try_compile
2438 # ac_fn_c_try_link LINENO
2439 # -----------------------
2440 # Try to link conftest.$ac_ext, and return whether this succeeded.
2441 ac_fn_c_try_link ()
2443 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2444 rm -f conftest.$ac_objext conftest$ac_exeext
2445 if { { ac_try="$ac_link"
2446 case "(($ac_try" in
2447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2448 *) ac_try_echo=$ac_try;;
2449 esac
2450 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2451 $as_echo "$ac_try_echo"; } >&5
2452 (eval "$ac_link") 2>conftest.err
2453 ac_status=$?
2454 if test -s conftest.err; then
2455 grep -v '^ *+' conftest.err >conftest.er1
2456 cat conftest.er1 >&5
2457 mv -f conftest.er1 conftest.err
2459 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2460 test $ac_status = 0; } && {
2461 test -z "$ac_c_werror_flag" ||
2462 test ! -s conftest.err
2463 } && test -s conftest$ac_exeext && {
2464 test "$cross_compiling" = yes ||
2465 test -x conftest$ac_exeext
2466 }; then :
2467 ac_retval=0
2468 else
2469 $as_echo "$as_me: failed program was:" >&5
2470 sed 's/^/| /' conftest.$ac_ext >&5
2472 ac_retval=1
2474 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2475 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2476 # interfere with the next link command; also delete a directory that is
2477 # left behind by Apple's compiler. We do this before executing the actions.
2478 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2479 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2480 as_fn_set_status $ac_retval
2482 } # ac_fn_c_try_link
2484 # ac_fn_c_try_cpp LINENO
2485 # ----------------------
2486 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2487 ac_fn_c_try_cpp ()
2489 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2490 if { { ac_try="$ac_cpp conftest.$ac_ext"
2491 case "(($ac_try" in
2492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2493 *) ac_try_echo=$ac_try;;
2494 esac
2495 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2496 $as_echo "$ac_try_echo"; } >&5
2497 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2498 ac_status=$?
2499 if test -s conftest.err; then
2500 grep -v '^ *+' conftest.err >conftest.er1
2501 cat conftest.er1 >&5
2502 mv -f conftest.er1 conftest.err
2504 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2505 test $ac_status = 0; } > conftest.i && {
2506 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2507 test ! -s conftest.err
2508 }; then :
2509 ac_retval=0
2510 else
2511 $as_echo "$as_me: failed program was:" >&5
2512 sed 's/^/| /' conftest.$ac_ext >&5
2514 ac_retval=1
2516 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2517 as_fn_set_status $ac_retval
2519 } # ac_fn_c_try_cpp
2521 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2522 # -------------------------------------------------------
2523 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2524 # the include files in INCLUDES and setting the cache variable VAR
2525 # accordingly.
2526 ac_fn_c_check_header_mongrel ()
2528 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2529 if eval \${$3+:} false; then :
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2531 $as_echo_n "checking for $2... " >&6; }
2532 if eval \${$3+:} false; then :
2533 $as_echo_n "(cached) " >&6
2535 eval ac_res=\$$3
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2537 $as_echo "$ac_res" >&6; }
2538 else
2539 # Is the header compilable?
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2541 $as_echo_n "checking $2 usability... " >&6; }
2542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2543 /* end confdefs.h. */
2545 #include <$2>
2546 _ACEOF
2547 if ac_fn_c_try_compile "$LINENO"; then :
2548 ac_header_compiler=yes
2549 else
2550 ac_header_compiler=no
2552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2554 $as_echo "$ac_header_compiler" >&6; }
2556 # Is the header present?
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2558 $as_echo_n "checking $2 presence... " >&6; }
2559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2560 /* end confdefs.h. */
2561 #include <$2>
2562 _ACEOF
2563 if ac_fn_c_try_cpp "$LINENO"; then :
2564 ac_header_preproc=yes
2565 else
2566 ac_header_preproc=no
2568 rm -f conftest.err conftest.i conftest.$ac_ext
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2570 $as_echo "$ac_header_preproc" >&6; }
2572 # So? What about this header?
2573 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2574 yes:no: )
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2576 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2578 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2580 no:yes:* )
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2582 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2584 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2586 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2588 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2590 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2591 ( $as_echo "## ------------------------------------ ##
2592 ## Report this to wine-devel@winehq.org ##
2593 ## ------------------------------------ ##"
2594 ) | sed "s/^/$as_me: WARNING: /" >&2
2596 esac
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2598 $as_echo_n "checking for $2... " >&6; }
2599 if eval \${$3+:} false; then :
2600 $as_echo_n "(cached) " >&6
2601 else
2602 eval "$3=\$ac_header_compiler"
2604 eval ac_res=\$$3
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2606 $as_echo "$ac_res" >&6; }
2608 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2610 } # ac_fn_c_check_header_mongrel
2612 # ac_fn_c_try_run LINENO
2613 # ----------------------
2614 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2615 # that executables *can* be run.
2616 ac_fn_c_try_run ()
2618 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2619 if { { ac_try="$ac_link"
2620 case "(($ac_try" in
2621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2622 *) ac_try_echo=$ac_try;;
2623 esac
2624 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2625 $as_echo "$ac_try_echo"; } >&5
2626 (eval "$ac_link") 2>&5
2627 ac_status=$?
2628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2629 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2630 { { case "(($ac_try" in
2631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2632 *) ac_try_echo=$ac_try;;
2633 esac
2634 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2635 $as_echo "$ac_try_echo"; } >&5
2636 (eval "$ac_try") 2>&5
2637 ac_status=$?
2638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2639 test $ac_status = 0; }; }; then :
2640 ac_retval=0
2641 else
2642 $as_echo "$as_me: program exited with status $ac_status" >&5
2643 $as_echo "$as_me: failed program was:" >&5
2644 sed 's/^/| /' conftest.$ac_ext >&5
2646 ac_retval=$ac_status
2648 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2649 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2650 as_fn_set_status $ac_retval
2652 } # ac_fn_c_try_run
2654 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2655 # -------------------------------------------------------
2656 # Tests whether HEADER exists and can be compiled using the include files in
2657 # INCLUDES, setting the cache variable VAR accordingly.
2658 ac_fn_c_check_header_compile ()
2660 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2662 $as_echo_n "checking for $2... " >&6; }
2663 if eval \${$3+:} false; then :
2664 $as_echo_n "(cached) " >&6
2665 else
2666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2667 /* end confdefs.h. */
2669 #include <$2>
2670 _ACEOF
2671 if ac_fn_c_try_compile "$LINENO"; then :
2672 eval "$3=yes"
2673 else
2674 eval "$3=no"
2676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2678 eval ac_res=\$$3
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2680 $as_echo "$ac_res" >&6; }
2681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2683 } # ac_fn_c_check_header_compile
2685 # ac_fn_c_check_func LINENO FUNC VAR
2686 # ----------------------------------
2687 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2688 ac_fn_c_check_func ()
2690 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2692 $as_echo_n "checking for $2... " >&6; }
2693 if eval \${$3+:} false; then :
2694 $as_echo_n "(cached) " >&6
2695 else
2696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2697 /* end confdefs.h. */
2698 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2699 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2700 #define $2 innocuous_$2
2702 /* System header to define __stub macros and hopefully few prototypes,
2703 which can conflict with char $2 (); below.
2704 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2705 <limits.h> exists even on freestanding compilers. */
2707 #ifdef __STDC__
2708 # include <limits.h>
2709 #else
2710 # include <assert.h>
2711 #endif
2713 #undef $2
2715 /* Override any GCC internal prototype to avoid an error.
2716 Use char because int might match the return type of a GCC
2717 builtin and then its argument prototype would still apply. */
2718 #ifdef __cplusplus
2719 extern "C"
2720 #endif
2721 char $2 ();
2722 /* The GNU C library defines this for functions which it implements
2723 to always fail with ENOSYS. Some functions are actually named
2724 something starting with __ and the normal name is an alias. */
2725 #if defined __stub_$2 || defined __stub___$2
2726 choke me
2727 #endif
2730 main ()
2732 return $2 ();
2734 return 0;
2736 _ACEOF
2737 if ac_fn_c_try_link "$LINENO"; then :
2738 eval "$3=yes"
2739 else
2740 eval "$3=no"
2742 rm -f core conftest.err conftest.$ac_objext \
2743 conftest$ac_exeext conftest.$ac_ext
2745 eval ac_res=\$$3
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2747 $as_echo "$ac_res" >&6; }
2748 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2750 } # ac_fn_c_check_func
2752 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2753 # ----------------------------------------------------
2754 # Tries to find if the field MEMBER exists in type AGGR, after including
2755 # INCLUDES, setting cache variable VAR accordingly.
2756 ac_fn_c_check_member ()
2758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2760 $as_echo_n "checking for $2.$3... " >&6; }
2761 if eval \${$4+:} false; then :
2762 $as_echo_n "(cached) " >&6
2763 else
2764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2765 /* end confdefs.h. */
2768 main ()
2770 static $2 ac_aggr;
2771 if (ac_aggr.$3)
2772 return 0;
2774 return 0;
2776 _ACEOF
2777 if ac_fn_c_try_compile "$LINENO"; then :
2778 eval "$4=yes"
2779 else
2780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2781 /* end confdefs.h. */
2784 main ()
2786 static $2 ac_aggr;
2787 if (sizeof ac_aggr.$3)
2788 return 0;
2790 return 0;
2792 _ACEOF
2793 if ac_fn_c_try_compile "$LINENO"; then :
2794 eval "$4=yes"
2795 else
2796 eval "$4=no"
2798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2802 eval ac_res=\$$4
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2804 $as_echo "$ac_res" >&6; }
2805 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2807 } # ac_fn_c_check_member
2809 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2810 # -------------------------------------------
2811 # Tests whether TYPE exists after having included INCLUDES, setting cache
2812 # variable VAR accordingly.
2813 ac_fn_c_check_type ()
2815 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2817 $as_echo_n "checking for $2... " >&6; }
2818 if eval \${$3+:} false; then :
2819 $as_echo_n "(cached) " >&6
2820 else
2821 eval "$3=no"
2822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2823 /* end confdefs.h. */
2826 main ()
2828 if (sizeof ($2))
2829 return 0;
2831 return 0;
2833 _ACEOF
2834 if ac_fn_c_try_compile "$LINENO"; then :
2835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2836 /* end confdefs.h. */
2839 main ()
2841 if (sizeof (($2)))
2842 return 0;
2844 return 0;
2846 _ACEOF
2847 if ac_fn_c_try_compile "$LINENO"; then :
2849 else
2850 eval "$3=yes"
2852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2856 eval ac_res=\$$3
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2858 $as_echo "$ac_res" >&6; }
2859 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2861 } # ac_fn_c_check_type
2862 cat >config.log <<_ACEOF
2863 This file contains any messages produced by compilers while
2864 running configure, to aid debugging if configure makes a mistake.
2866 It was created by Wine $as_me 1.7.52, which was
2867 generated by GNU Autoconf 2.69. Invocation command line was
2869 $ $0 $@
2871 _ACEOF
2872 exec 5>>config.log
2874 cat <<_ASUNAME
2875 ## --------- ##
2876 ## Platform. ##
2877 ## --------- ##
2879 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2880 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2881 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2882 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2883 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2885 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2886 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2888 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2889 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2890 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2891 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2892 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2893 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2894 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2896 _ASUNAME
2898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2899 for as_dir in $PATH
2901 IFS=$as_save_IFS
2902 test -z "$as_dir" && as_dir=.
2903 $as_echo "PATH: $as_dir"
2904 done
2905 IFS=$as_save_IFS
2907 } >&5
2909 cat >&5 <<_ACEOF
2912 ## ----------- ##
2913 ## Core tests. ##
2914 ## ----------- ##
2916 _ACEOF
2919 # Keep a trace of the command line.
2920 # Strip out --no-create and --no-recursion so they do not pile up.
2921 # Strip out --silent because we don't want to record it for future runs.
2922 # Also quote any args containing shell meta-characters.
2923 # Make two passes to allow for proper duplicate-argument suppression.
2924 ac_configure_args=
2925 ac_configure_args0=
2926 ac_configure_args1=
2927 ac_must_keep_next=false
2928 for ac_pass in 1 2
2930 for ac_arg
2932 case $ac_arg in
2933 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2934 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2935 | -silent | --silent | --silen | --sile | --sil)
2936 continue ;;
2937 *\'*)
2938 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2939 esac
2940 case $ac_pass in
2941 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2943 as_fn_append ac_configure_args1 " '$ac_arg'"
2944 if test $ac_must_keep_next = true; then
2945 ac_must_keep_next=false # Got value, back to normal.
2946 else
2947 case $ac_arg in
2948 *=* | --config-cache | -C | -disable-* | --disable-* \
2949 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2950 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2951 | -with-* | --with-* | -without-* | --without-* | --x)
2952 case "$ac_configure_args0 " in
2953 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2954 esac
2956 -* ) ac_must_keep_next=true ;;
2957 esac
2959 as_fn_append ac_configure_args " '$ac_arg'"
2961 esac
2962 done
2963 done
2964 { ac_configure_args0=; unset ac_configure_args0;}
2965 { ac_configure_args1=; unset ac_configure_args1;}
2967 # When interrupted or exit'd, cleanup temporary files, and complete
2968 # config.log. We remove comments because anyway the quotes in there
2969 # would cause problems or look ugly.
2970 # WARNING: Use '\'' to represent an apostrophe within the trap.
2971 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2972 trap 'exit_status=$?
2973 # Save into config.log some information that might help in debugging.
2975 echo
2977 $as_echo "## ---------------- ##
2978 ## Cache variables. ##
2979 ## ---------------- ##"
2980 echo
2981 # The following way of writing the cache mishandles newlines in values,
2983 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2984 eval ac_val=\$$ac_var
2985 case $ac_val in #(
2986 *${as_nl}*)
2987 case $ac_var in #(
2988 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2989 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2990 esac
2991 case $ac_var in #(
2992 _ | IFS | as_nl) ;; #(
2993 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2994 *) { eval $ac_var=; unset $ac_var;} ;;
2995 esac ;;
2996 esac
2997 done
2998 (set) 2>&1 |
2999 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3000 *${as_nl}ac_space=\ *)
3001 sed -n \
3002 "s/'\''/'\''\\\\'\'''\''/g;
3003 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3004 ;; #(
3006 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3008 esac |
3009 sort
3011 echo
3013 $as_echo "## ----------------- ##
3014 ## Output variables. ##
3015 ## ----------------- ##"
3016 echo
3017 for ac_var in $ac_subst_vars
3019 eval ac_val=\$$ac_var
3020 case $ac_val in
3021 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3022 esac
3023 $as_echo "$ac_var='\''$ac_val'\''"
3024 done | sort
3025 echo
3027 if test -n "$ac_subst_files"; then
3028 $as_echo "## ------------------- ##
3029 ## File substitutions. ##
3030 ## ------------------- ##"
3031 echo
3032 for ac_var in $ac_subst_files
3034 eval ac_val=\$$ac_var
3035 case $ac_val in
3036 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3037 esac
3038 $as_echo "$ac_var='\''$ac_val'\''"
3039 done | sort
3040 echo
3043 if test -s confdefs.h; then
3044 $as_echo "## ----------- ##
3045 ## confdefs.h. ##
3046 ## ----------- ##"
3047 echo
3048 cat confdefs.h
3049 echo
3051 test "$ac_signal" != 0 &&
3052 $as_echo "$as_me: caught signal $ac_signal"
3053 $as_echo "$as_me: exit $exit_status"
3054 } >&5
3055 rm -f core *.core core.conftest.* &&
3056 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3057 exit $exit_status
3059 for ac_signal in 1 2 13 15; do
3060 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3061 done
3062 ac_signal=0
3064 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3065 rm -f -r conftest* confdefs.h
3067 $as_echo "/* confdefs.h */" > confdefs.h
3069 # Predefined preprocessor variables.
3071 cat >>confdefs.h <<_ACEOF
3072 #define PACKAGE_NAME "$PACKAGE_NAME"
3073 _ACEOF
3075 cat >>confdefs.h <<_ACEOF
3076 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3077 _ACEOF
3079 cat >>confdefs.h <<_ACEOF
3080 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3081 _ACEOF
3083 cat >>confdefs.h <<_ACEOF
3084 #define PACKAGE_STRING "$PACKAGE_STRING"
3085 _ACEOF
3087 cat >>confdefs.h <<_ACEOF
3088 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3089 _ACEOF
3091 cat >>confdefs.h <<_ACEOF
3092 #define PACKAGE_URL "$PACKAGE_URL"
3093 _ACEOF
3096 # Let the site file select an alternate cache file if it wants to.
3097 # Prefer an explicitly selected file to automatically selected ones.
3098 ac_site_file1=NONE
3099 ac_site_file2=NONE
3100 if test -n "$CONFIG_SITE"; then
3101 # We do not want a PATH search for config.site.
3102 case $CONFIG_SITE in #((
3103 -*) ac_site_file1=./$CONFIG_SITE;;
3104 */*) ac_site_file1=$CONFIG_SITE;;
3105 *) ac_site_file1=./$CONFIG_SITE;;
3106 esac
3107 elif test "x$prefix" != xNONE; then
3108 ac_site_file1=$prefix/share/config.site
3109 ac_site_file2=$prefix/etc/config.site
3110 else
3111 ac_site_file1=$ac_default_prefix/share/config.site
3112 ac_site_file2=$ac_default_prefix/etc/config.site
3114 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3116 test "x$ac_site_file" = xNONE && continue
3117 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3119 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3120 sed 's/^/| /' "$ac_site_file" >&5
3121 . "$ac_site_file" \
3122 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3123 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3124 as_fn_error $? "failed to load site script $ac_site_file
3125 See \`config.log' for more details" "$LINENO" 5; }
3127 done
3129 if test -r "$cache_file"; then
3130 # Some versions of bash will fail to source /dev/null (special files
3131 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3132 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3134 $as_echo "$as_me: loading cache $cache_file" >&6;}
3135 case $cache_file in
3136 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3137 *) . "./$cache_file";;
3138 esac
3140 else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3142 $as_echo "$as_me: creating cache $cache_file" >&6;}
3143 >$cache_file
3146 # Check that the precious variables saved in the cache have kept the same
3147 # value.
3148 ac_cache_corrupted=false
3149 for ac_var in $ac_precious_vars; do
3150 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3151 eval ac_new_set=\$ac_env_${ac_var}_set
3152 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3153 eval ac_new_val=\$ac_env_${ac_var}_value
3154 case $ac_old_set,$ac_new_set in
3155 set,)
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3157 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3158 ac_cache_corrupted=: ;;
3159 ,set)
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3161 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3162 ac_cache_corrupted=: ;;
3163 ,);;
3165 if test "x$ac_old_val" != "x$ac_new_val"; then
3166 # differences in whitespace do not lead to failure.
3167 ac_old_val_w=`echo x $ac_old_val`
3168 ac_new_val_w=`echo x $ac_new_val`
3169 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3171 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3172 ac_cache_corrupted=:
3173 else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3175 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3176 eval $ac_var=\$ac_old_val
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3179 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3181 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3182 fi;;
3183 esac
3184 # Pass precious variables to config.status.
3185 if test "$ac_new_set" = set; then
3186 case $ac_new_val in
3187 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3188 *) ac_arg=$ac_var=$ac_new_val ;;
3189 esac
3190 case " $ac_configure_args " in
3191 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3192 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3193 esac
3195 done
3196 if $ac_cache_corrupted; then
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3200 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3201 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3203 ## -------------------- ##
3204 ## Main body of script. ##
3205 ## -------------------- ##
3207 ac_ext=c
3208 ac_cpp='$CPP $CPPFLAGS'
3209 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3215 ac_config_headers="$ac_config_headers include/config.h"
3217 ac_aux_dir=
3218 for ac_dir in tools "$srcdir"/tools; do
3219 if test -f "$ac_dir/install-sh"; then
3220 ac_aux_dir=$ac_dir
3221 ac_install_sh="$ac_aux_dir/install-sh -c"
3222 break
3223 elif test -f "$ac_dir/install.sh"; then
3224 ac_aux_dir=$ac_dir
3225 ac_install_sh="$ac_aux_dir/install.sh -c"
3226 break
3227 elif test -f "$ac_dir/shtool"; then
3228 ac_aux_dir=$ac_dir
3229 ac_install_sh="$ac_aux_dir/shtool install -c"
3230 break
3232 done
3233 if test -z "$ac_aux_dir"; then
3234 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3237 # These three variables are undocumented and unsupported,
3238 # and are intended to be withdrawn in a future Autoconf release.
3239 # They can cause serious problems if a builder's source tree is in a directory
3240 # whose full name contains unusual characters.
3241 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3242 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3243 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3247 libwine_version="1.0"
3251 # Check whether --enable-win16 was given.
3252 if test "${enable_win16+set}" = set; then :
3253 enableval=$enable_win16;
3256 # Check whether --enable-win64 was given.
3257 if test "${enable_win64+set}" = set; then :
3258 enableval=$enable_win64;
3261 # Check whether --enable-tests was given.
3262 if test "${enable_tests+set}" = set; then :
3263 enableval=$enable_tests;
3266 # Check whether --enable-maintainer-mode was given.
3267 if test "${enable_maintainer_mode+set}" = set; then :
3268 enableval=$enable_maintainer_mode;
3273 # Check whether --with-alsa was given.
3274 if test "${with_alsa+set}" = set; then :
3275 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3279 # Check whether --with-capi was given.
3280 if test "${with_capi+set}" = set; then :
3281 withval=$with_capi;
3285 # Check whether --with-cms was given.
3286 if test "${with_cms+set}" = set; then :
3287 withval=$with_cms;
3291 # Check whether --with-coreaudio was given.
3292 if test "${with_coreaudio+set}" = set; then :
3293 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3297 # Check whether --with-cups was given.
3298 if test "${with_cups+set}" = set; then :
3299 withval=$with_cups;
3303 # Check whether --with-curses was given.
3304 if test "${with_curses+set}" = set; then :
3305 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3309 # Check whether --with-dbus was given.
3310 if test "${with_dbus+set}" = set; then :
3311 withval=$with_dbus;
3315 # Check whether --with-fontconfig was given.
3316 if test "${with_fontconfig+set}" = set; then :
3317 withval=$with_fontconfig;
3321 # Check whether --with-freetype was given.
3322 if test "${with_freetype+set}" = set; then :
3323 withval=$with_freetype;
3327 # Check whether --with-gettext was given.
3328 if test "${with_gettext+set}" = set; then :
3329 withval=$with_gettext;
3333 # Check whether --with-gettextpo was given.
3334 if test "${with_gettextpo+set}" = set; then :
3335 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3339 # Check whether --with-gphoto was given.
3340 if test "${with_gphoto+set}" = set; then :
3341 withval=$with_gphoto;
3345 # Check whether --with-glu was given.
3346 if test "${with_glu+set}" = set; then :
3347 withval=$with_glu;
3351 # Check whether --with-gnutls was given.
3352 if test "${with_gnutls+set}" = set; then :
3353 withval=$with_gnutls;
3357 # Check whether --with-gsm was given.
3358 if test "${with_gsm+set}" = set; then :
3359 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3363 # Check whether --with-gstreamer was given.
3364 if test "${with_gstreamer+set}" = set; then :
3365 withval=$with_gstreamer;
3369 # Check whether --with-hal was given.
3370 if test "${with_hal+set}" = set; then :
3371 withval=$with_hal;
3375 # Check whether --with-jpeg was given.
3376 if test "${with_jpeg+set}" = set; then :
3377 withval=$with_jpeg;
3381 # Check whether --with-ldap was given.
3382 if test "${with_ldap+set}" = set; then :
3383 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3387 # Check whether --with-mpg123 was given.
3388 if test "${with_mpg123+set}" = set; then :
3389 withval=$with_mpg123;
3393 # Check whether --with-netapi was given.
3394 if test "${with_netapi+set}" = set; then :
3395 withval=$with_netapi;
3399 # Check whether --with-openal was given.
3400 if test "${with_openal+set}" = set; then :
3401 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3405 # Check whether --with-opencl was given.
3406 if test "${with_opencl+set}" = set; then :
3407 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3411 # Check whether --with-opengl was given.
3412 if test "${with_opengl+set}" = set; then :
3413 withval=$with_opengl;
3417 # Check whether --with-osmesa was given.
3418 if test "${with_osmesa+set}" = set; then :
3419 withval=$with_osmesa;
3423 # Check whether --with-oss was given.
3424 if test "${with_oss+set}" = set; then :
3425 withval=$with_oss;
3429 # Check whether --with-pcap was given.
3430 if test "${with_pcap+set}" = set; then :
3431 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3435 # Check whether --with-png was given.
3436 if test "${with_png+set}" = set; then :
3437 withval=$with_png;
3441 # Check whether --with-pthread was given.
3442 if test "${with_pthread+set}" = set; then :
3443 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3447 # Check whether --with-sane was given.
3448 if test "${with_sane+set}" = set; then :
3449 withval=$with_sane;
3453 # Check whether --with-tiff was given.
3454 if test "${with_tiff+set}" = set; then :
3455 withval=$with_tiff;
3459 # Check whether --with-v4l was given.
3460 if test "${with_v4l+set}" = set; then :
3461 withval=$with_v4l;
3465 # Check whether --with-xcomposite was given.
3466 if test "${with_xcomposite+set}" = set; then :
3467 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3471 # Check whether --with-xcursor was given.
3472 if test "${with_xcursor+set}" = set; then :
3473 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3477 # Check whether --with-xinerama was given.
3478 if test "${with_xinerama+set}" = set; then :
3479 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3483 # Check whether --with-xinput was given.
3484 if test "${with_xinput+set}" = set; then :
3485 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3489 # Check whether --with-xinput2 was given.
3490 if test "${with_xinput2+set}" = set; then :
3491 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3495 # Check whether --with-xml was given.
3496 if test "${with_xml+set}" = set; then :
3497 withval=$with_xml;
3501 # Check whether --with-xrandr was given.
3502 if test "${with_xrandr+set}" = set; then :
3503 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3507 # Check whether --with-xrender was given.
3508 if test "${with_xrender+set}" = set; then :
3509 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3513 # Check whether --with-xshape was given.
3514 if test "${with_xshape+set}" = set; then :
3515 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3519 # Check whether --with-xshm was given.
3520 if test "${with_xshm+set}" = set; then :
3521 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3525 # Check whether --with-xslt was given.
3526 if test "${with_xslt+set}" = set; then :
3527 withval=$with_xslt;
3531 # Check whether --with-xxf86vm was given.
3532 if test "${with_xxf86vm+set}" = set; then :
3533 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
3537 # Check whether --with-zlib was given.
3538 if test "${with_zlib+set}" = set; then :
3539 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3544 # Check whether --with-wine-tools was given.
3545 if test "${with_wine_tools+set}" = set; then :
3546 withval=$with_wine_tools;
3550 # Check whether --with-wine64 was given.
3551 if test "${with_wine64+set}" = set; then :
3552 withval=$with_wine64;
3556 # Make sure we can run config.sub.
3557 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3558 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3561 $as_echo_n "checking build system type... " >&6; }
3562 if ${ac_cv_build+:} false; then :
3563 $as_echo_n "(cached) " >&6
3564 else
3565 ac_build_alias=$build_alias
3566 test "x$ac_build_alias" = x &&
3567 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3568 test "x$ac_build_alias" = x &&
3569 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3570 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3571 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3575 $as_echo "$ac_cv_build" >&6; }
3576 case $ac_cv_build in
3577 *-*-*) ;;
3578 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3579 esac
3580 build=$ac_cv_build
3581 ac_save_IFS=$IFS; IFS='-'
3582 set x $ac_cv_build
3583 shift
3584 build_cpu=$1
3585 build_vendor=$2
3586 shift; shift
3587 # Remember, the first character of IFS is used to create $*,
3588 # except with old shells:
3589 build_os=$*
3590 IFS=$ac_save_IFS
3591 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3595 $as_echo_n "checking host system type... " >&6; }
3596 if ${ac_cv_host+:} false; then :
3597 $as_echo_n "(cached) " >&6
3598 else
3599 if test "x$host_alias" = x; then
3600 ac_cv_host=$ac_cv_build
3601 else
3602 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3603 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3608 $as_echo "$ac_cv_host" >&6; }
3609 case $ac_cv_host in
3610 *-*-*) ;;
3611 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3612 esac
3613 host=$ac_cv_host
3614 ac_save_IFS=$IFS; IFS='-'
3615 set x $ac_cv_host
3616 shift
3617 host_cpu=$1
3618 host_vendor=$2
3619 shift; shift
3620 # Remember, the first character of IFS is used to create $*,
3621 # except with old shells:
3622 host_os=$*
3623 IFS=$ac_save_IFS
3624 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3628 case "$srcdir" in
3629 .) ;;
3630 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3631 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3632 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3633 fi ;;
3634 esac
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3638 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3639 set x ${MAKE-make}
3640 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3641 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3642 $as_echo_n "(cached) " >&6
3643 else
3644 cat >conftest.make <<\_ACEOF
3645 SHELL = /bin/sh
3646 all:
3647 @echo '@@@%%%=$(MAKE)=@@@%%%'
3648 _ACEOF
3649 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3650 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3651 *@@@%%%=?*=@@@%%%*)
3652 eval ac_cv_prog_make_${ac_make}_set=yes;;
3654 eval ac_cv_prog_make_${ac_make}_set=no;;
3655 esac
3656 rm -f conftest.make
3658 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3660 $as_echo "yes" >&6; }
3661 SET_MAKE=
3662 else
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3664 $as_echo "no" >&6; }
3665 SET_MAKE="MAKE=${MAKE-make}"
3668 ac_ext=c
3669 ac_cpp='$CPP $CPPFLAGS'
3670 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3671 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3672 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3673 if test -n "$ac_tool_prefix"; then
3674 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3675 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3677 $as_echo_n "checking for $ac_word... " >&6; }
3678 if ${ac_cv_prog_CC+:} false; then :
3679 $as_echo_n "(cached) " >&6
3680 else
3681 if test -n "$CC"; then
3682 ac_cv_prog_CC="$CC" # Let the user override the test.
3683 else
3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3685 for as_dir in $PATH
3687 IFS=$as_save_IFS
3688 test -z "$as_dir" && as_dir=.
3689 for ac_exec_ext in '' $ac_executable_extensions; do
3690 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3691 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3693 break 2
3695 done
3696 done
3697 IFS=$as_save_IFS
3701 CC=$ac_cv_prog_CC
3702 if test -n "$CC"; then
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3704 $as_echo "$CC" >&6; }
3705 else
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3707 $as_echo "no" >&6; }
3712 if test -z "$ac_cv_prog_CC"; then
3713 ac_ct_CC=$CC
3714 # Extract the first word of "gcc", so it can be a program name with args.
3715 set dummy gcc; ac_word=$2
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717 $as_echo_n "checking for $ac_word... " >&6; }
3718 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3719 $as_echo_n "(cached) " >&6
3720 else
3721 if test -n "$ac_ct_CC"; then
3722 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3723 else
3724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3725 for as_dir in $PATH
3727 IFS=$as_save_IFS
3728 test -z "$as_dir" && as_dir=.
3729 for ac_exec_ext in '' $ac_executable_extensions; do
3730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3731 ac_cv_prog_ac_ct_CC="gcc"
3732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3733 break 2
3735 done
3736 done
3737 IFS=$as_save_IFS
3741 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3742 if test -n "$ac_ct_CC"; then
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3744 $as_echo "$ac_ct_CC" >&6; }
3745 else
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3747 $as_echo "no" >&6; }
3750 if test "x$ac_ct_CC" = x; then
3751 CC=""
3752 else
3753 case $cross_compiling:$ac_tool_warned in
3754 yes:)
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3756 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3757 ac_tool_warned=yes ;;
3758 esac
3759 CC=$ac_ct_CC
3761 else
3762 CC="$ac_cv_prog_CC"
3765 if test -z "$CC"; then
3766 if test -n "$ac_tool_prefix"; then
3767 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3768 set dummy ${ac_tool_prefix}cc; ac_word=$2
3769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3770 $as_echo_n "checking for $ac_word... " >&6; }
3771 if ${ac_cv_prog_CC+:} false; then :
3772 $as_echo_n "(cached) " >&6
3773 else
3774 if test -n "$CC"; then
3775 ac_cv_prog_CC="$CC" # Let the user override the test.
3776 else
3777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3778 for as_dir in $PATH
3780 IFS=$as_save_IFS
3781 test -z "$as_dir" && as_dir=.
3782 for ac_exec_ext in '' $ac_executable_extensions; do
3783 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3784 ac_cv_prog_CC="${ac_tool_prefix}cc"
3785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3786 break 2
3788 done
3789 done
3790 IFS=$as_save_IFS
3794 CC=$ac_cv_prog_CC
3795 if test -n "$CC"; then
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3797 $as_echo "$CC" >&6; }
3798 else
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3800 $as_echo "no" >&6; }
3806 if test -z "$CC"; then
3807 # Extract the first word of "cc", so it can be a program name with args.
3808 set dummy cc; ac_word=$2
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3810 $as_echo_n "checking for $ac_word... " >&6; }
3811 if ${ac_cv_prog_CC+:} false; then :
3812 $as_echo_n "(cached) " >&6
3813 else
3814 if test -n "$CC"; then
3815 ac_cv_prog_CC="$CC" # Let the user override the test.
3816 else
3817 ac_prog_rejected=no
3818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3819 for as_dir in $PATH
3821 IFS=$as_save_IFS
3822 test -z "$as_dir" && as_dir=.
3823 for ac_exec_ext in '' $ac_executable_extensions; do
3824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3825 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3826 ac_prog_rejected=yes
3827 continue
3829 ac_cv_prog_CC="cc"
3830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3831 break 2
3833 done
3834 done
3835 IFS=$as_save_IFS
3837 if test $ac_prog_rejected = yes; then
3838 # We found a bogon in the path, so make sure we never use it.
3839 set dummy $ac_cv_prog_CC
3840 shift
3841 if test $# != 0; then
3842 # We chose a different compiler from the bogus one.
3843 # However, it has the same basename, so the bogon will be chosen
3844 # first if we set CC to just the basename; use the full file name.
3845 shift
3846 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3851 CC=$ac_cv_prog_CC
3852 if test -n "$CC"; then
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3854 $as_echo "$CC" >&6; }
3855 else
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3857 $as_echo "no" >&6; }
3862 if test -z "$CC"; then
3863 if test -n "$ac_tool_prefix"; then
3864 for ac_prog in cl.exe
3866 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3867 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3869 $as_echo_n "checking for $ac_word... " >&6; }
3870 if ${ac_cv_prog_CC+:} false; then :
3871 $as_echo_n "(cached) " >&6
3872 else
3873 if test -n "$CC"; then
3874 ac_cv_prog_CC="$CC" # Let the user override the test.
3875 else
3876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877 for as_dir in $PATH
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
3881 for ac_exec_ext in '' $ac_executable_extensions; do
3882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3883 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3885 break 2
3887 done
3888 done
3889 IFS=$as_save_IFS
3893 CC=$ac_cv_prog_CC
3894 if test -n "$CC"; then
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3896 $as_echo "$CC" >&6; }
3897 else
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899 $as_echo "no" >&6; }
3903 test -n "$CC" && break
3904 done
3906 if test -z "$CC"; then
3907 ac_ct_CC=$CC
3908 for ac_prog in cl.exe
3910 # Extract the first word of "$ac_prog", so it can be a program name with args.
3911 set dummy $ac_prog; ac_word=$2
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3913 $as_echo_n "checking for $ac_word... " >&6; }
3914 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3915 $as_echo_n "(cached) " >&6
3916 else
3917 if test -n "$ac_ct_CC"; then
3918 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3919 else
3920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3921 for as_dir in $PATH
3923 IFS=$as_save_IFS
3924 test -z "$as_dir" && as_dir=.
3925 for ac_exec_ext in '' $ac_executable_extensions; do
3926 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3927 ac_cv_prog_ac_ct_CC="$ac_prog"
3928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3929 break 2
3931 done
3932 done
3933 IFS=$as_save_IFS
3937 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3938 if test -n "$ac_ct_CC"; then
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3940 $as_echo "$ac_ct_CC" >&6; }
3941 else
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3943 $as_echo "no" >&6; }
3947 test -n "$ac_ct_CC" && break
3948 done
3950 if test "x$ac_ct_CC" = x; then
3951 CC=""
3952 else
3953 case $cross_compiling:$ac_tool_warned in
3954 yes:)
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3957 ac_tool_warned=yes ;;
3958 esac
3959 CC=$ac_ct_CC
3966 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3967 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3968 as_fn_error $? "no acceptable C compiler found in \$PATH
3969 See \`config.log' for more details" "$LINENO" 5; }
3971 # Provide some information about the compiler.
3972 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3973 set X $ac_compile
3974 ac_compiler=$2
3975 for ac_option in --version -v -V -qversion; do
3976 { { ac_try="$ac_compiler $ac_option >&5"
3977 case "(($ac_try" in
3978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3979 *) ac_try_echo=$ac_try;;
3980 esac
3981 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3982 $as_echo "$ac_try_echo"; } >&5
3983 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3984 ac_status=$?
3985 if test -s conftest.err; then
3986 sed '10a\
3987 ... rest of stderr output deleted ...
3988 10q' conftest.err >conftest.er1
3989 cat conftest.er1 >&5
3991 rm -f conftest.er1 conftest.err
3992 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3993 test $ac_status = 0; }
3994 done
3996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3997 /* end confdefs.h. */
4000 main ()
4004 return 0;
4006 _ACEOF
4007 ac_clean_files_save=$ac_clean_files
4008 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4009 # Try to create an executable without -o first, disregard a.out.
4010 # It will help us diagnose broken compilers, and finding out an intuition
4011 # of exeext.
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4013 $as_echo_n "checking whether the C compiler works... " >&6; }
4014 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4016 # The possible output files:
4017 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4019 ac_rmfiles=
4020 for ac_file in $ac_files
4022 case $ac_file in
4023 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4024 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4025 esac
4026 done
4027 rm -f $ac_rmfiles
4029 if { { ac_try="$ac_link_default"
4030 case "(($ac_try" in
4031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4032 *) ac_try_echo=$ac_try;;
4033 esac
4034 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4035 $as_echo "$ac_try_echo"; } >&5
4036 (eval "$ac_link_default") 2>&5
4037 ac_status=$?
4038 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4039 test $ac_status = 0; }; then :
4040 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4041 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4042 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4043 # so that the user can short-circuit this test for compilers unknown to
4044 # Autoconf.
4045 for ac_file in $ac_files ''
4047 test -f "$ac_file" || continue
4048 case $ac_file in
4049 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4051 [ab].out )
4052 # We found the default executable, but exeext='' is most
4053 # certainly right.
4054 break;;
4055 *.* )
4056 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4057 then :; else
4058 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4060 # We set ac_cv_exeext here because the later test for it is not
4061 # safe: cross compilers may not add the suffix if given an `-o'
4062 # argument, so we may need to know it at that point already.
4063 # Even if this section looks crufty: it has the advantage of
4064 # actually working.
4065 break;;
4067 break;;
4068 esac
4069 done
4070 test "$ac_cv_exeext" = no && ac_cv_exeext=
4072 else
4073 ac_file=''
4075 if test -z "$ac_file"; then :
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4077 $as_echo "no" >&6; }
4078 $as_echo "$as_me: failed program was:" >&5
4079 sed 's/^/| /' conftest.$ac_ext >&5
4081 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4082 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4083 as_fn_error 77 "C compiler cannot create executables
4084 See \`config.log' for more details" "$LINENO" 5; }
4085 else
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4087 $as_echo "yes" >&6; }
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4090 $as_echo_n "checking for C compiler default output file name... " >&6; }
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4092 $as_echo "$ac_file" >&6; }
4093 ac_exeext=$ac_cv_exeext
4095 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4096 ac_clean_files=$ac_clean_files_save
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4098 $as_echo_n "checking for suffix of executables... " >&6; }
4099 if { { ac_try="$ac_link"
4100 case "(($ac_try" in
4101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4102 *) ac_try_echo=$ac_try;;
4103 esac
4104 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4105 $as_echo "$ac_try_echo"; } >&5
4106 (eval "$ac_link") 2>&5
4107 ac_status=$?
4108 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4109 test $ac_status = 0; }; then :
4110 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4111 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4112 # work properly (i.e., refer to `conftest.exe'), while it won't with
4113 # `rm'.
4114 for ac_file in conftest.exe conftest conftest.*; do
4115 test -f "$ac_file" || continue
4116 case $ac_file in
4117 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4118 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4119 break;;
4120 * ) break;;
4121 esac
4122 done
4123 else
4124 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4125 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4126 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4127 See \`config.log' for more details" "$LINENO" 5; }
4129 rm -f conftest conftest$ac_cv_exeext
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4131 $as_echo "$ac_cv_exeext" >&6; }
4133 rm -f conftest.$ac_ext
4134 EXEEXT=$ac_cv_exeext
4135 ac_exeext=$EXEEXT
4136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4137 /* end confdefs.h. */
4138 #include <stdio.h>
4140 main ()
4142 FILE *f = fopen ("conftest.out", "w");
4143 return ferror (f) || fclose (f) != 0;
4146 return 0;
4148 _ACEOF
4149 ac_clean_files="$ac_clean_files conftest.out"
4150 # Check that the compiler produces executables we can run. If not, either
4151 # the compiler is broken, or we cross compile.
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4153 $as_echo_n "checking whether we are cross compiling... " >&6; }
4154 if test "$cross_compiling" != yes; then
4155 { { ac_try="$ac_link"
4156 case "(($ac_try" in
4157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4158 *) ac_try_echo=$ac_try;;
4159 esac
4160 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4161 $as_echo "$ac_try_echo"; } >&5
4162 (eval "$ac_link") 2>&5
4163 ac_status=$?
4164 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4165 test $ac_status = 0; }
4166 if { ac_try='./conftest$ac_cv_exeext'
4167 { { case "(($ac_try" in
4168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4169 *) ac_try_echo=$ac_try;;
4170 esac
4171 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4172 $as_echo "$ac_try_echo"; } >&5
4173 (eval "$ac_try") 2>&5
4174 ac_status=$?
4175 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4176 test $ac_status = 0; }; }; then
4177 cross_compiling=no
4178 else
4179 if test "$cross_compiling" = maybe; then
4180 cross_compiling=yes
4181 else
4182 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4183 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4184 as_fn_error $? "cannot run C compiled programs.
4185 If you meant to cross compile, use \`--host'.
4186 See \`config.log' for more details" "$LINENO" 5; }
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4191 $as_echo "$cross_compiling" >&6; }
4193 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4194 ac_clean_files=$ac_clean_files_save
4195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4196 $as_echo_n "checking for suffix of object files... " >&6; }
4197 if ${ac_cv_objext+:} false; then :
4198 $as_echo_n "(cached) " >&6
4199 else
4200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4201 /* end confdefs.h. */
4204 main ()
4208 return 0;
4210 _ACEOF
4211 rm -f conftest.o conftest.obj
4212 if { { ac_try="$ac_compile"
4213 case "(($ac_try" in
4214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4215 *) ac_try_echo=$ac_try;;
4216 esac
4217 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4218 $as_echo "$ac_try_echo"; } >&5
4219 (eval "$ac_compile") 2>&5
4220 ac_status=$?
4221 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4222 test $ac_status = 0; }; then :
4223 for ac_file in conftest.o conftest.obj conftest.*; do
4224 test -f "$ac_file" || continue;
4225 case $ac_file in
4226 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4227 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4228 break;;
4229 esac
4230 done
4231 else
4232 $as_echo "$as_me: failed program was:" >&5
4233 sed 's/^/| /' conftest.$ac_ext >&5
4235 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4236 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4237 as_fn_error $? "cannot compute suffix of object files: cannot compile
4238 See \`config.log' for more details" "$LINENO" 5; }
4240 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4243 $as_echo "$ac_cv_objext" >&6; }
4244 OBJEXT=$ac_cv_objext
4245 ac_objext=$OBJEXT
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4247 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4248 if ${ac_cv_c_compiler_gnu+:} false; then :
4249 $as_echo_n "(cached) " >&6
4250 else
4251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4252 /* end confdefs.h. */
4255 main ()
4257 #ifndef __GNUC__
4258 choke me
4259 #endif
4262 return 0;
4264 _ACEOF
4265 if ac_fn_c_try_compile "$LINENO"; then :
4266 ac_compiler_gnu=yes
4267 else
4268 ac_compiler_gnu=no
4270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4271 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4275 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4276 if test $ac_compiler_gnu = yes; then
4277 GCC=yes
4278 else
4279 GCC=
4281 ac_test_CFLAGS=${CFLAGS+set}
4282 ac_save_CFLAGS=$CFLAGS
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4284 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4285 if ${ac_cv_prog_cc_g+:} false; then :
4286 $as_echo_n "(cached) " >&6
4287 else
4288 ac_save_c_werror_flag=$ac_c_werror_flag
4289 ac_c_werror_flag=yes
4290 ac_cv_prog_cc_g=no
4291 CFLAGS="-g"
4292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4293 /* end confdefs.h. */
4296 main ()
4300 return 0;
4302 _ACEOF
4303 if ac_fn_c_try_compile "$LINENO"; then :
4304 ac_cv_prog_cc_g=yes
4305 else
4306 CFLAGS=""
4307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4308 /* end confdefs.h. */
4311 main ()
4315 return 0;
4317 _ACEOF
4318 if ac_fn_c_try_compile "$LINENO"; then :
4320 else
4321 ac_c_werror_flag=$ac_save_c_werror_flag
4322 CFLAGS="-g"
4323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4324 /* end confdefs.h. */
4327 main ()
4331 return 0;
4333 _ACEOF
4334 if ac_fn_c_try_compile "$LINENO"; then :
4335 ac_cv_prog_cc_g=yes
4337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4342 ac_c_werror_flag=$ac_save_c_werror_flag
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4345 $as_echo "$ac_cv_prog_cc_g" >&6; }
4346 if test "$ac_test_CFLAGS" = set; then
4347 CFLAGS=$ac_save_CFLAGS
4348 elif test $ac_cv_prog_cc_g = yes; then
4349 if test "$GCC" = yes; then
4350 CFLAGS="-g -O2"
4351 else
4352 CFLAGS="-g"
4354 else
4355 if test "$GCC" = yes; then
4356 CFLAGS="-O2"
4357 else
4358 CFLAGS=
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4362 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4363 if ${ac_cv_prog_cc_c89+:} false; then :
4364 $as_echo_n "(cached) " >&6
4365 else
4366 ac_cv_prog_cc_c89=no
4367 ac_save_CC=$CC
4368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4369 /* end confdefs.h. */
4370 #include <stdarg.h>
4371 #include <stdio.h>
4372 struct stat;
4373 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4374 struct buf { int x; };
4375 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4376 static char *e (p, i)
4377 char **p;
4378 int i;
4380 return p[i];
4382 static char *f (char * (*g) (char **, int), char **p, ...)
4384 char *s;
4385 va_list v;
4386 va_start (v,p);
4387 s = g (p, va_arg (v,int));
4388 va_end (v);
4389 return s;
4392 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4393 function prototypes and stuff, but not '\xHH' hex character constants.
4394 These don't provoke an error unfortunately, instead are silently treated
4395 as 'x'. The following induces an error, until -std is added to get
4396 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4397 array size at least. It's necessary to write '\x00'==0 to get something
4398 that's true only with -std. */
4399 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4401 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4402 inside strings and character constants. */
4403 #define FOO(x) 'x'
4404 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4406 int test (int i, double x);
4407 struct s1 {int (*f) (int a);};
4408 struct s2 {int (*f) (double a);};
4409 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4410 int argc;
4411 char **argv;
4413 main ()
4415 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4417 return 0;
4419 _ACEOF
4420 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4421 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4423 CC="$ac_save_CC $ac_arg"
4424 if ac_fn_c_try_compile "$LINENO"; then :
4425 ac_cv_prog_cc_c89=$ac_arg
4427 rm -f core conftest.err conftest.$ac_objext
4428 test "x$ac_cv_prog_cc_c89" != "xno" && break
4429 done
4430 rm -f conftest.$ac_ext
4431 CC=$ac_save_CC
4434 # AC_CACHE_VAL
4435 case "x$ac_cv_prog_cc_c89" in
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4438 $as_echo "none needed" >&6; } ;;
4439 xno)
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4441 $as_echo "unsupported" >&6; } ;;
4443 CC="$CC $ac_cv_prog_cc_c89"
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4445 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4446 esac
4447 if test "x$ac_cv_prog_cc_c89" != xno; then :
4451 ac_ext=c
4452 ac_cpp='$CPP $CPPFLAGS'
4453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4454 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4457 ac_ext=cpp
4458 ac_cpp='$CXXCPP $CPPFLAGS'
4459 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4460 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4461 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4462 if test -z "$CXX"; then
4463 if test -n "$CCC"; then
4464 CXX=$CCC
4465 else
4466 if test -n "$ac_tool_prefix"; then
4467 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4469 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4470 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4472 $as_echo_n "checking for $ac_word... " >&6; }
4473 if ${ac_cv_prog_CXX+:} false; then :
4474 $as_echo_n "(cached) " >&6
4475 else
4476 if test -n "$CXX"; then
4477 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4478 else
4479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4480 for as_dir in $PATH
4482 IFS=$as_save_IFS
4483 test -z "$as_dir" && as_dir=.
4484 for ac_exec_ext in '' $ac_executable_extensions; do
4485 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4486 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4488 break 2
4490 done
4491 done
4492 IFS=$as_save_IFS
4496 CXX=$ac_cv_prog_CXX
4497 if test -n "$CXX"; then
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4499 $as_echo "$CXX" >&6; }
4500 else
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4502 $as_echo "no" >&6; }
4506 test -n "$CXX" && break
4507 done
4509 if test -z "$CXX"; then
4510 ac_ct_CXX=$CXX
4511 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4513 # Extract the first word of "$ac_prog", so it can be a program name with args.
4514 set dummy $ac_prog; ac_word=$2
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4516 $as_echo_n "checking for $ac_word... " >&6; }
4517 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4518 $as_echo_n "(cached) " >&6
4519 else
4520 if test -n "$ac_ct_CXX"; then
4521 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4522 else
4523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4524 for as_dir in $PATH
4526 IFS=$as_save_IFS
4527 test -z "$as_dir" && as_dir=.
4528 for ac_exec_ext in '' $ac_executable_extensions; do
4529 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4530 ac_cv_prog_ac_ct_CXX="$ac_prog"
4531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4532 break 2
4534 done
4535 done
4536 IFS=$as_save_IFS
4540 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4541 if test -n "$ac_ct_CXX"; then
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4543 $as_echo "$ac_ct_CXX" >&6; }
4544 else
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4546 $as_echo "no" >&6; }
4550 test -n "$ac_ct_CXX" && break
4551 done
4553 if test "x$ac_ct_CXX" = x; then
4554 CXX="g++"
4555 else
4556 case $cross_compiling:$ac_tool_warned in
4557 yes:)
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4559 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4560 ac_tool_warned=yes ;;
4561 esac
4562 CXX=$ac_ct_CXX
4568 # Provide some information about the compiler.
4569 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4570 set X $ac_compile
4571 ac_compiler=$2
4572 for ac_option in --version -v -V -qversion; do
4573 { { ac_try="$ac_compiler $ac_option >&5"
4574 case "(($ac_try" in
4575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4576 *) ac_try_echo=$ac_try;;
4577 esac
4578 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4579 $as_echo "$ac_try_echo"; } >&5
4580 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4581 ac_status=$?
4582 if test -s conftest.err; then
4583 sed '10a\
4584 ... rest of stderr output deleted ...
4585 10q' conftest.err >conftest.er1
4586 cat conftest.er1 >&5
4588 rm -f conftest.er1 conftest.err
4589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4590 test $ac_status = 0; }
4591 done
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4594 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4595 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4596 $as_echo_n "(cached) " >&6
4597 else
4598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4599 /* end confdefs.h. */
4602 main ()
4604 #ifndef __GNUC__
4605 choke me
4606 #endif
4609 return 0;
4611 _ACEOF
4612 if ac_fn_cxx_try_compile "$LINENO"; then :
4613 ac_compiler_gnu=yes
4614 else
4615 ac_compiler_gnu=no
4617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4618 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4622 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4623 if test $ac_compiler_gnu = yes; then
4624 GXX=yes
4625 else
4626 GXX=
4628 ac_test_CXXFLAGS=${CXXFLAGS+set}
4629 ac_save_CXXFLAGS=$CXXFLAGS
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4631 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4632 if ${ac_cv_prog_cxx_g+:} false; then :
4633 $as_echo_n "(cached) " >&6
4634 else
4635 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4636 ac_cxx_werror_flag=yes
4637 ac_cv_prog_cxx_g=no
4638 CXXFLAGS="-g"
4639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4640 /* end confdefs.h. */
4643 main ()
4647 return 0;
4649 _ACEOF
4650 if ac_fn_cxx_try_compile "$LINENO"; then :
4651 ac_cv_prog_cxx_g=yes
4652 else
4653 CXXFLAGS=""
4654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4655 /* end confdefs.h. */
4658 main ()
4662 return 0;
4664 _ACEOF
4665 if ac_fn_cxx_try_compile "$LINENO"; then :
4667 else
4668 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4669 CXXFLAGS="-g"
4670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4671 /* end confdefs.h. */
4674 main ()
4678 return 0;
4680 _ACEOF
4681 if ac_fn_cxx_try_compile "$LINENO"; then :
4682 ac_cv_prog_cxx_g=yes
4684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4689 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4692 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4693 if test "$ac_test_CXXFLAGS" = set; then
4694 CXXFLAGS=$ac_save_CXXFLAGS
4695 elif test $ac_cv_prog_cxx_g = yes; then
4696 if test "$GXX" = yes; then
4697 CXXFLAGS="-g -O2"
4698 else
4699 CXXFLAGS="-g"
4701 else
4702 if test "$GXX" = yes; then
4703 CXXFLAGS="-O2"
4704 else
4705 CXXFLAGS=
4708 ac_ext=c
4709 ac_cpp='$CPP $CPPFLAGS'
4710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4714 if test -n "$ac_tool_prefix"; then
4715 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4716 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4718 $as_echo_n "checking for $ac_word... " >&6; }
4719 if ${ac_cv_prog_CPPBIN+:} false; then :
4720 $as_echo_n "(cached) " >&6
4721 else
4722 if test -n "$CPPBIN"; then
4723 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4724 else
4725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4726 for as_dir in $PATH
4728 IFS=$as_save_IFS
4729 test -z "$as_dir" && as_dir=.
4730 for ac_exec_ext in '' $ac_executable_extensions; do
4731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4732 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4734 break 2
4736 done
4737 done
4738 IFS=$as_save_IFS
4742 CPPBIN=$ac_cv_prog_CPPBIN
4743 if test -n "$CPPBIN"; then
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4745 $as_echo "$CPPBIN" >&6; }
4746 else
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4748 $as_echo "no" >&6; }
4753 if test -z "$ac_cv_prog_CPPBIN"; then
4754 ac_ct_CPPBIN=$CPPBIN
4755 # Extract the first word of "cpp", so it can be a program name with args.
4756 set dummy cpp; ac_word=$2
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4758 $as_echo_n "checking for $ac_word... " >&6; }
4759 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4760 $as_echo_n "(cached) " >&6
4761 else
4762 if test -n "$ac_ct_CPPBIN"; then
4763 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4764 else
4765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4766 for as_dir in $PATH
4768 IFS=$as_save_IFS
4769 test -z "$as_dir" && as_dir=.
4770 for ac_exec_ext in '' $ac_executable_extensions; do
4771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4772 ac_cv_prog_ac_ct_CPPBIN="cpp"
4773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4774 break 2
4776 done
4777 done
4778 IFS=$as_save_IFS
4782 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4783 if test -n "$ac_ct_CPPBIN"; then
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4785 $as_echo "$ac_ct_CPPBIN" >&6; }
4786 else
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4788 $as_echo "no" >&6; }
4791 if test "x$ac_ct_CPPBIN" = x; then
4792 CPPBIN="cpp"
4793 else
4794 case $cross_compiling:$ac_tool_warned in
4795 yes:)
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4797 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4798 ac_tool_warned=yes ;;
4799 esac
4800 CPPBIN=$ac_ct_CPPBIN
4802 else
4803 CPPBIN="$ac_cv_prog_CPPBIN"
4807 cat >>confdefs.h <<_ACEOF
4808 #define EXEEXT "$ac_exeext"
4809 _ACEOF
4811 if test -n "$ac_tool_prefix"; then
4812 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4813 set dummy ${ac_tool_prefix}ld; ac_word=$2
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4815 $as_echo_n "checking for $ac_word... " >&6; }
4816 if ${ac_cv_prog_LD+:} false; then :
4817 $as_echo_n "(cached) " >&6
4818 else
4819 if test -n "$LD"; then
4820 ac_cv_prog_LD="$LD" # Let the user override the test.
4821 else
4822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4823 for as_dir in $PATH
4825 IFS=$as_save_IFS
4826 test -z "$as_dir" && as_dir=.
4827 for ac_exec_ext in '' $ac_executable_extensions; do
4828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4829 ac_cv_prog_LD="${ac_tool_prefix}ld"
4830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4831 break 2
4833 done
4834 done
4835 IFS=$as_save_IFS
4839 LD=$ac_cv_prog_LD
4840 if test -n "$LD"; then
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4842 $as_echo "$LD" >&6; }
4843 else
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4845 $as_echo "no" >&6; }
4850 if test -z "$ac_cv_prog_LD"; then
4851 ac_ct_LD=$LD
4852 # Extract the first word of "ld", so it can be a program name with args.
4853 set dummy ld; ac_word=$2
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4855 $as_echo_n "checking for $ac_word... " >&6; }
4856 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4857 $as_echo_n "(cached) " >&6
4858 else
4859 if test -n "$ac_ct_LD"; then
4860 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4861 else
4862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4863 for as_dir in $PATH
4865 IFS=$as_save_IFS
4866 test -z "$as_dir" && as_dir=.
4867 for ac_exec_ext in '' $ac_executable_extensions; do
4868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4869 ac_cv_prog_ac_ct_LD="ld"
4870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4871 break 2
4873 done
4874 done
4875 IFS=$as_save_IFS
4879 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4880 if test -n "$ac_ct_LD"; then
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4882 $as_echo "$ac_ct_LD" >&6; }
4883 else
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4885 $as_echo "no" >&6; }
4888 if test "x$ac_ct_LD" = x; then
4889 LD=""
4890 else
4891 case $cross_compiling:$ac_tool_warned in
4892 yes:)
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4894 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4895 ac_tool_warned=yes ;;
4896 esac
4897 LD=$ac_ct_LD
4899 else
4900 LD="$ac_cv_prog_LD"
4904 case $host in
4905 *-darwin*)
4906 if test "x$enable_win64" = "xyes"
4907 then
4908 CC="$CC -m64"
4909 CXX="$CXX -m64"
4910 host_cpu="x86_64"
4911 notice_platform="64-bit "
4912 TARGETFLAGS="-m64"
4914 else
4915 CC="$CC -m32"
4916 CXX="$CXX -m32"
4917 host_cpu="i386"
4918 notice_platform="32-bit "
4919 TARGETFLAGS="-m32"
4921 enable_win16=${enable_win16:-yes}
4923 with_fontconfig=${with_fontconfig:-no}
4925 x86_64*|amd64*)
4926 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4927 then
4928 CC="$CC -m32"
4929 CXX="$CXX -m32"
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4931 $as_echo_n "checking whether $CC works... " >&6; }
4933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4934 /* end confdefs.h. */
4937 main ()
4941 return 0;
4943 _ACEOF
4944 if ac_fn_c_try_link "$LINENO"; then :
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4946 $as_echo "yes" >&6; }
4947 else
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949 $as_echo "no" >&6; }
4950 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4952 rm -f core conftest.err conftest.$ac_objext \
4953 conftest$ac_exeext conftest.$ac_ext
4954 host_cpu="i386"
4955 notice_platform="32-bit "
4956 TARGETFLAGS="-m32"
4958 enable_win16=${enable_win16:-yes}
4959 else
4960 if test "x${GCC}" = "xyes"
4961 then
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4963 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4965 /* end confdefs.h. */
4966 #include <stdarg.h>
4968 main ()
4970 void func(__builtin_ms_va_list *args);
4972 return 0;
4974 _ACEOF
4975 if ac_fn_c_try_compile "$LINENO"; then :
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4977 $as_echo "yes" >&6; }
4978 else
4979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4980 $as_echo "no" >&6; }
4981 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4985 host_cpu="x86_64"
4986 TARGETFLAGS="-m64"
4990 arm*)
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4992 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4994 /* end confdefs.h. */
4995 int ac_test(int i) { return i; }
4997 main ()
4999 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5001 return 0;
5003 _ACEOF
5004 if ac_fn_c_try_link "$LINENO"; then :
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5006 $as_echo "yes" >&6; }
5007 else
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5009 $as_echo "no" >&6; }
5010 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5012 rm -f core conftest.err conftest.$ac_objext \
5013 conftest$ac_exeext conftest.$ac_ext
5014 CFLAGS="$CFLAGS -marm"
5015 TARGETFLAGS="-marm"
5018 *-mingw32*|*-cygwin*)
5019 enable_win16=${enable_win16:-no}
5020 CFLAGS="$CFLAGS -D_WIN32"
5022 i[3456789]86*)
5023 enable_win16=${enable_win16:-yes}
5025 esac
5027 enable_win16=${enable_win16:-no}
5028 enable_win64=${enable_win64:-no}
5030 enable_winetest=${enable_winetest:-$enable_tests}
5032 if test -n "$with_wine64"
5033 then
5034 if test "x$enable_win64" = "xyes"
5035 then
5036 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5037 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5039 enable_fonts=${enable_fonts:-no}
5040 enable_server=${enable_server:-no}
5041 elif test "x$enable_win64" = "xyes"
5042 then
5043 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5047 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5048 if ${wine_cv_toolsdir+:} false; then :
5049 $as_echo_n "(cached) " >&6
5050 else
5051 wine_cv_toolsdir="$with_wine_tools"
5052 if test -z "$with_wine_tools"; then
5053 if test "$cross_compiling" = "yes"; then
5054 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5055 elif test -n "$with_wine64"; then
5056 wine_cv_toolsdir="$with_wine64"
5059 if test -z "$wine_cv_toolsdir"; then
5060 wine_makedep=tools/makedep
5061 wine_cv_toolsdir="\$(top_builddir)"
5062 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5063 wine_makedep=$wine_cv_toolsdir/tools/makedep
5064 case "$wine_cv_toolsdir" in
5065 /*) ;;
5066 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5067 esac
5068 enable_tools=${enable_tools:-no}
5069 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5070 else
5071 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5075 $as_echo "$wine_cv_toolsdir" >&6; }
5076 TOOLSDIR=$wine_cv_toolsdir
5078 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5079 then
5080 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5084 for ac_prog in flex
5086 # Extract the first word of "$ac_prog", so it can be a program name with args.
5087 set dummy $ac_prog; ac_word=$2
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5089 $as_echo_n "checking for $ac_word... " >&6; }
5090 if ${ac_cv_prog_FLEX+:} false; then :
5091 $as_echo_n "(cached) " >&6
5092 else
5093 if test -n "$FLEX"; then
5094 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5095 else
5096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5097 for as_dir in $PATH
5099 IFS=$as_save_IFS
5100 test -z "$as_dir" && as_dir=.
5101 for ac_exec_ext in '' $ac_executable_extensions; do
5102 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5103 ac_cv_prog_FLEX="$ac_prog"
5104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5105 break 2
5107 done
5108 done
5109 IFS=$as_save_IFS
5113 FLEX=$ac_cv_prog_FLEX
5114 if test -n "$FLEX"; then
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5116 $as_echo "$FLEX" >&6; }
5117 else
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5119 $as_echo "no" >&6; }
5123 test -n "$FLEX" && break
5124 done
5125 test -n "$FLEX" || FLEX="none"
5127 if test "$FLEX" = "none"
5128 then
5129 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5132 $as_echo_n "checking whether flex is recent enough... " >&6; }
5133 cat >conftest.l <<EOF
5134 %top{
5135 #include "prediluvian.h"
5139 if $FLEX -t conftest.l >/dev/null 2>&5
5140 then
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5142 $as_echo "yes" >&6; }
5143 else
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5145 $as_echo "no" >&6; }
5146 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5149 for ac_prog in bison
5151 # Extract the first word of "$ac_prog", so it can be a program name with args.
5152 set dummy $ac_prog; ac_word=$2
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5154 $as_echo_n "checking for $ac_word... " >&6; }
5155 if ${ac_cv_prog_BISON+:} false; then :
5156 $as_echo_n "(cached) " >&6
5157 else
5158 if test -n "$BISON"; then
5159 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5160 else
5161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5162 for as_dir in $PATH
5164 IFS=$as_save_IFS
5165 test -z "$as_dir" && as_dir=.
5166 for ac_exec_ext in '' $ac_executable_extensions; do
5167 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5168 ac_cv_prog_BISON="$ac_prog"
5169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5170 break 2
5172 done
5173 done
5174 IFS=$as_save_IFS
5178 BISON=$ac_cv_prog_BISON
5179 if test -n "$BISON"; then
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5181 $as_echo "$BISON" >&6; }
5182 else
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5184 $as_echo "no" >&6; }
5188 test -n "$BISON" && break
5189 done
5190 test -n "$BISON" || BISON="none"
5192 if test "$BISON" = "none"
5193 then
5194 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5197 if test -n "$ac_tool_prefix"; then
5198 for ac_prog in ar gar
5200 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5201 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5203 $as_echo_n "checking for $ac_word... " >&6; }
5204 if ${ac_cv_prog_AR+:} false; then :
5205 $as_echo_n "(cached) " >&6
5206 else
5207 if test -n "$AR"; then
5208 ac_cv_prog_AR="$AR" # Let the user override the test.
5209 else
5210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5211 for as_dir in $PATH
5213 IFS=$as_save_IFS
5214 test -z "$as_dir" && as_dir=.
5215 for ac_exec_ext in '' $ac_executable_extensions; do
5216 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5217 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5219 break 2
5221 done
5222 done
5223 IFS=$as_save_IFS
5227 AR=$ac_cv_prog_AR
5228 if test -n "$AR"; then
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5230 $as_echo "$AR" >&6; }
5231 else
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5233 $as_echo "no" >&6; }
5237 test -n "$AR" && break
5238 done
5240 if test -z "$AR"; then
5241 ac_ct_AR=$AR
5242 for ac_prog in ar gar
5244 # Extract the first word of "$ac_prog", so it can be a program name with args.
5245 set dummy $ac_prog; ac_word=$2
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5247 $as_echo_n "checking for $ac_word... " >&6; }
5248 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5249 $as_echo_n "(cached) " >&6
5250 else
5251 if test -n "$ac_ct_AR"; then
5252 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5253 else
5254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5255 for as_dir in $PATH
5257 IFS=$as_save_IFS
5258 test -z "$as_dir" && as_dir=.
5259 for ac_exec_ext in '' $ac_executable_extensions; do
5260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5261 ac_cv_prog_ac_ct_AR="$ac_prog"
5262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5263 break 2
5265 done
5266 done
5267 IFS=$as_save_IFS
5271 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5272 if test -n "$ac_ct_AR"; then
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5274 $as_echo "$ac_ct_AR" >&6; }
5275 else
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5277 $as_echo "no" >&6; }
5281 test -n "$ac_ct_AR" && break
5282 done
5284 if test "x$ac_ct_AR" = x; then
5285 AR="ar"
5286 else
5287 case $cross_compiling:$ac_tool_warned in
5288 yes:)
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5291 ac_tool_warned=yes ;;
5292 esac
5293 AR=$ac_ct_AR
5297 if test -n "$ac_tool_prefix"; then
5298 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5299 set dummy ${ac_tool_prefix}strip; ac_word=$2
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5301 $as_echo_n "checking for $ac_word... " >&6; }
5302 if ${ac_cv_prog_STRIP+:} false; then :
5303 $as_echo_n "(cached) " >&6
5304 else
5305 if test -n "$STRIP"; then
5306 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5307 else
5308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309 for as_dir in $PATH
5311 IFS=$as_save_IFS
5312 test -z "$as_dir" && as_dir=.
5313 for ac_exec_ext in '' $ac_executable_extensions; do
5314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5315 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5317 break 2
5319 done
5320 done
5321 IFS=$as_save_IFS
5325 STRIP=$ac_cv_prog_STRIP
5326 if test -n "$STRIP"; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5328 $as_echo "$STRIP" >&6; }
5329 else
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331 $as_echo "no" >&6; }
5336 if test -z "$ac_cv_prog_STRIP"; then
5337 ac_ct_STRIP=$STRIP
5338 # Extract the first word of "strip", so it can be a program name with args.
5339 set dummy strip; ac_word=$2
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5341 $as_echo_n "checking for $ac_word... " >&6; }
5342 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5343 $as_echo_n "(cached) " >&6
5344 else
5345 if test -n "$ac_ct_STRIP"; then
5346 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5347 else
5348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5349 for as_dir in $PATH
5351 IFS=$as_save_IFS
5352 test -z "$as_dir" && as_dir=.
5353 for ac_exec_ext in '' $ac_executable_extensions; do
5354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5355 ac_cv_prog_ac_ct_STRIP="strip"
5356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5357 break 2
5359 done
5360 done
5361 IFS=$as_save_IFS
5365 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5366 if test -n "$ac_ct_STRIP"; then
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5368 $as_echo "$ac_ct_STRIP" >&6; }
5369 else
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5371 $as_echo "no" >&6; }
5374 if test "x$ac_ct_STRIP" = x; then
5375 STRIP="strip"
5376 else
5377 case $cross_compiling:$ac_tool_warned in
5378 yes:)
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5380 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5381 ac_tool_warned=yes ;;
5382 esac
5383 STRIP=$ac_ct_STRIP
5385 else
5386 STRIP="$ac_cv_prog_STRIP"
5389 ARFLAGS=rc
5391 if test -n "$ac_tool_prefix"; then
5392 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5393 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5395 $as_echo_n "checking for $ac_word... " >&6; }
5396 if ${ac_cv_prog_RANLIB+:} false; then :
5397 $as_echo_n "(cached) " >&6
5398 else
5399 if test -n "$RANLIB"; then
5400 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5401 else
5402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403 for as_dir in $PATH
5405 IFS=$as_save_IFS
5406 test -z "$as_dir" && as_dir=.
5407 for ac_exec_ext in '' $ac_executable_extensions; do
5408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5409 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5411 break 2
5413 done
5414 done
5415 IFS=$as_save_IFS
5419 RANLIB=$ac_cv_prog_RANLIB
5420 if test -n "$RANLIB"; then
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5422 $as_echo "$RANLIB" >&6; }
5423 else
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5425 $as_echo "no" >&6; }
5430 if test -z "$ac_cv_prog_RANLIB"; then
5431 ac_ct_RANLIB=$RANLIB
5432 # Extract the first word of "ranlib", so it can be a program name with args.
5433 set dummy ranlib; ac_word=$2
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5435 $as_echo_n "checking for $ac_word... " >&6; }
5436 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5437 $as_echo_n "(cached) " >&6
5438 else
5439 if test -n "$ac_ct_RANLIB"; then
5440 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5441 else
5442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5443 for as_dir in $PATH
5445 IFS=$as_save_IFS
5446 test -z "$as_dir" && as_dir=.
5447 for ac_exec_ext in '' $ac_executable_extensions; do
5448 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5449 ac_cv_prog_ac_ct_RANLIB="ranlib"
5450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5451 break 2
5453 done
5454 done
5455 IFS=$as_save_IFS
5459 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5460 if test -n "$ac_ct_RANLIB"; then
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5462 $as_echo "$ac_ct_RANLIB" >&6; }
5463 else
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5465 $as_echo "no" >&6; }
5468 if test "x$ac_ct_RANLIB" = x; then
5469 RANLIB=":"
5470 else
5471 case $cross_compiling:$ac_tool_warned in
5472 yes:)
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5474 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5475 ac_tool_warned=yes ;;
5476 esac
5477 RANLIB=$ac_ct_RANLIB
5479 else
5480 RANLIB="$ac_cv_prog_RANLIB"
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5484 $as_echo_n "checking whether ln -s works... " >&6; }
5485 LN_S=$as_ln_s
5486 if test "$LN_S" = "ln -s"; then
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5488 $as_echo "yes" >&6; }
5489 else
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5491 $as_echo "no, using $LN_S" >&6; }
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5495 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5496 if ${ac_cv_path_GREP+:} false; then :
5497 $as_echo_n "(cached) " >&6
5498 else
5499 if test -z "$GREP"; then
5500 ac_path_GREP_found=false
5501 # Loop through the user's path and test for each of PROGNAME-LIST
5502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5503 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5505 IFS=$as_save_IFS
5506 test -z "$as_dir" && as_dir=.
5507 for ac_prog in grep ggrep; do
5508 for ac_exec_ext in '' $ac_executable_extensions; do
5509 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5510 as_fn_executable_p "$ac_path_GREP" || continue
5511 # Check for GNU ac_path_GREP and select it if it is found.
5512 # Check for GNU $ac_path_GREP
5513 case `"$ac_path_GREP" --version 2>&1` in
5514 *GNU*)
5515 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5517 ac_count=0
5518 $as_echo_n 0123456789 >"conftest.in"
5519 while :
5521 cat "conftest.in" "conftest.in" >"conftest.tmp"
5522 mv "conftest.tmp" "conftest.in"
5523 cp "conftest.in" "conftest.nl"
5524 $as_echo 'GREP' >> "conftest.nl"
5525 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5526 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5527 as_fn_arith $ac_count + 1 && ac_count=$as_val
5528 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5529 # Best one so far, save it but keep looking for a better one
5530 ac_cv_path_GREP="$ac_path_GREP"
5531 ac_path_GREP_max=$ac_count
5533 # 10*(2^10) chars as input seems more than enough
5534 test $ac_count -gt 10 && break
5535 done
5536 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5537 esac
5539 $ac_path_GREP_found && break 3
5540 done
5541 done
5542 done
5543 IFS=$as_save_IFS
5544 if test -z "$ac_cv_path_GREP"; then
5545 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5547 else
5548 ac_cv_path_GREP=$GREP
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5553 $as_echo "$ac_cv_path_GREP" >&6; }
5554 GREP="$ac_cv_path_GREP"
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5558 $as_echo_n "checking for egrep... " >&6; }
5559 if ${ac_cv_path_EGREP+:} false; then :
5560 $as_echo_n "(cached) " >&6
5561 else
5562 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5563 then ac_cv_path_EGREP="$GREP -E"
5564 else
5565 if test -z "$EGREP"; then
5566 ac_path_EGREP_found=false
5567 # Loop through the user's path and test for each of PROGNAME-LIST
5568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5569 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5571 IFS=$as_save_IFS
5572 test -z "$as_dir" && as_dir=.
5573 for ac_prog in egrep; do
5574 for ac_exec_ext in '' $ac_executable_extensions; do
5575 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5576 as_fn_executable_p "$ac_path_EGREP" || continue
5577 # Check for GNU ac_path_EGREP and select it if it is found.
5578 # Check for GNU $ac_path_EGREP
5579 case `"$ac_path_EGREP" --version 2>&1` in
5580 *GNU*)
5581 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5583 ac_count=0
5584 $as_echo_n 0123456789 >"conftest.in"
5585 while :
5587 cat "conftest.in" "conftest.in" >"conftest.tmp"
5588 mv "conftest.tmp" "conftest.in"
5589 cp "conftest.in" "conftest.nl"
5590 $as_echo 'EGREP' >> "conftest.nl"
5591 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5592 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5593 as_fn_arith $ac_count + 1 && ac_count=$as_val
5594 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5595 # Best one so far, save it but keep looking for a better one
5596 ac_cv_path_EGREP="$ac_path_EGREP"
5597 ac_path_EGREP_max=$ac_count
5599 # 10*(2^10) chars as input seems more than enough
5600 test $ac_count -gt 10 && break
5601 done
5602 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5603 esac
5605 $ac_path_EGREP_found && break 3
5606 done
5607 done
5608 done
5609 IFS=$as_save_IFS
5610 if test -z "$ac_cv_path_EGREP"; then
5611 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5613 else
5614 ac_cv_path_EGREP=$EGREP
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5620 $as_echo "$ac_cv_path_EGREP" >&6; }
5621 EGREP="$ac_cv_path_EGREP"
5624 # Extract the first word of "ldconfig", so it can be a program name with args.
5625 set dummy ldconfig; ac_word=$2
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5627 $as_echo_n "checking for $ac_word... " >&6; }
5628 if ${ac_cv_path_LDCONFIG+:} false; then :
5629 $as_echo_n "(cached) " >&6
5630 else
5631 case $LDCONFIG in
5632 [\\/]* | ?:[\\/]*)
5633 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5637 for as_dir in /sbin /usr/sbin $PATH
5639 IFS=$as_save_IFS
5640 test -z "$as_dir" && as_dir=.
5641 for ac_exec_ext in '' $ac_executable_extensions; do
5642 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5643 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5645 break 2
5647 done
5648 done
5649 IFS=$as_save_IFS
5651 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5653 esac
5655 LDCONFIG=$ac_cv_path_LDCONFIG
5656 if test -n "$LDCONFIG"; then
5657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5658 $as_echo "$LDCONFIG" >&6; }
5659 else
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5661 $as_echo "no" >&6; }
5665 for ac_prog in msgfmt
5667 # Extract the first word of "$ac_prog", so it can be a program name with args.
5668 set dummy $ac_prog; ac_word=$2
5669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5670 $as_echo_n "checking for $ac_word... " >&6; }
5671 if ${ac_cv_prog_MSGFMT+:} false; then :
5672 $as_echo_n "(cached) " >&6
5673 else
5674 if test -n "$MSGFMT"; then
5675 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5676 else
5677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5678 for as_dir in $PATH
5680 IFS=$as_save_IFS
5681 test -z "$as_dir" && as_dir=.
5682 for ac_exec_ext in '' $ac_executable_extensions; do
5683 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5684 ac_cv_prog_MSGFMT="$ac_prog"
5685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5686 break 2
5688 done
5689 done
5690 IFS=$as_save_IFS
5694 MSGFMT=$ac_cv_prog_MSGFMT
5695 if test -n "$MSGFMT"; then
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5697 $as_echo "$MSGFMT" >&6; }
5698 else
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5700 $as_echo "no" >&6; }
5704 test -n "$MSGFMT" && break
5705 done
5706 test -n "$MSGFMT" || MSGFMT="false"
5708 if ${ac_tool_prefix+:} false; then :
5709 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5710 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5712 $as_echo_n "checking for $ac_word... " >&6; }
5713 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5714 $as_echo_n "(cached) " >&6
5715 else
5716 if test -n "$PKG_CONFIG"; then
5717 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5718 else
5719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720 for as_dir in $PATH
5722 IFS=$as_save_IFS
5723 test -z "$as_dir" && as_dir=.
5724 for ac_exec_ext in '' $ac_executable_extensions; do
5725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5726 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5728 break 2
5730 done
5731 done
5732 IFS=$as_save_IFS
5736 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5737 if test -n "$PKG_CONFIG"; then
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5739 $as_echo "$PKG_CONFIG" >&6; }
5740 else
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5742 $as_echo "no" >&6; }
5747 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5748 if test "x$cross_compiling" = xyes; then :
5750 else
5751 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5752 # Extract the first word of "pkg-config", so it can be a program name with args.
5753 set dummy pkg-config; ac_word=$2
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5755 $as_echo_n "checking for $ac_word... " >&6; }
5756 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5757 $as_echo_n "(cached) " >&6
5758 else
5759 if test -n "$PKG_CONFIG"; then
5760 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5761 else
5762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5763 for as_dir in $PATH
5765 IFS=$as_save_IFS
5766 test -z "$as_dir" && as_dir=.
5767 for ac_exec_ext in '' $ac_executable_extensions; do
5768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5769 ac_cv_prog_PKG_CONFIG="pkg-config"
5770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5771 break 2
5773 done
5774 done
5775 IFS=$as_save_IFS
5779 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5780 if test -n "$PKG_CONFIG"; then
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5782 $as_echo "$PKG_CONFIG" >&6; }
5783 else
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5785 $as_echo "no" >&6; }
5790 else
5791 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5794 if test "x$enable_maintainer_mode" != "xyes"
5795 then
5796 FONTFORGE=""
5797 RSVG=""
5798 CONVERT=""
5799 ICOTOOL=""
5800 else
5801 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5802 for ac_prog in fontforge
5804 # Extract the first word of "$ac_prog", so it can be a program name with args.
5805 set dummy $ac_prog; ac_word=$2
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5807 $as_echo_n "checking for $ac_word... " >&6; }
5808 if ${ac_cv_prog_FONTFORGE+:} false; then :
5809 $as_echo_n "(cached) " >&6
5810 else
5811 if test -n "$FONTFORGE"; then
5812 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5813 else
5814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5815 for as_dir in $PATH
5817 IFS=$as_save_IFS
5818 test -z "$as_dir" && as_dir=.
5819 for ac_exec_ext in '' $ac_executable_extensions; do
5820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5821 ac_cv_prog_FONTFORGE="$ac_prog"
5822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5823 break 2
5825 done
5826 done
5827 IFS=$as_save_IFS
5831 FONTFORGE=$ac_cv_prog_FONTFORGE
5832 if test -n "$FONTFORGE"; then
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5834 $as_echo "$FONTFORGE" >&6; }
5835 else
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5837 $as_echo "no" >&6; }
5841 test -n "$FONTFORGE" && break
5842 done
5843 test -n "$FONTFORGE" || FONTFORGE="false"
5845 for ac_prog in rsvg-convert rsvg
5847 # Extract the first word of "$ac_prog", so it can be a program name with args.
5848 set dummy $ac_prog; ac_word=$2
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5850 $as_echo_n "checking for $ac_word... " >&6; }
5851 if ${ac_cv_prog_RSVG+:} false; then :
5852 $as_echo_n "(cached) " >&6
5853 else
5854 if test -n "$RSVG"; then
5855 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5856 else
5857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5858 for as_dir in $PATH
5860 IFS=$as_save_IFS
5861 test -z "$as_dir" && as_dir=.
5862 for ac_exec_ext in '' $ac_executable_extensions; do
5863 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5864 ac_cv_prog_RSVG="$ac_prog"
5865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5866 break 2
5868 done
5869 done
5870 IFS=$as_save_IFS
5874 RSVG=$ac_cv_prog_RSVG
5875 if test -n "$RSVG"; then
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5877 $as_echo "$RSVG" >&6; }
5878 else
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5880 $as_echo "no" >&6; }
5884 test -n "$RSVG" && break
5885 done
5886 test -n "$RSVG" || RSVG="false"
5888 for ac_prog in convert
5890 # Extract the first word of "$ac_prog", so it can be a program name with args.
5891 set dummy $ac_prog; ac_word=$2
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5893 $as_echo_n "checking for $ac_word... " >&6; }
5894 if ${ac_cv_prog_CONVERT+:} false; then :
5895 $as_echo_n "(cached) " >&6
5896 else
5897 if test -n "$CONVERT"; then
5898 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5899 else
5900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5901 for as_dir in $PATH
5903 IFS=$as_save_IFS
5904 test -z "$as_dir" && as_dir=.
5905 for ac_exec_ext in '' $ac_executable_extensions; do
5906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5907 ac_cv_prog_CONVERT="$ac_prog"
5908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5909 break 2
5911 done
5912 done
5913 IFS=$as_save_IFS
5917 CONVERT=$ac_cv_prog_CONVERT
5918 if test -n "$CONVERT"; then
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5920 $as_echo "$CONVERT" >&6; }
5921 else
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5923 $as_echo "no" >&6; }
5927 test -n "$CONVERT" && break
5928 done
5929 test -n "$CONVERT" || CONVERT="false"
5931 for ac_prog in icotool
5933 # Extract the first word of "$ac_prog", so it can be a program name with args.
5934 set dummy $ac_prog; ac_word=$2
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5936 $as_echo_n "checking for $ac_word... " >&6; }
5937 if ${ac_cv_prog_ICOTOOL+:} false; then :
5938 $as_echo_n "(cached) " >&6
5939 else
5940 if test -n "$ICOTOOL"; then
5941 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5942 else
5943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5944 for as_dir in $PATH
5946 IFS=$as_save_IFS
5947 test -z "$as_dir" && as_dir=.
5948 for ac_exec_ext in '' $ac_executable_extensions; do
5949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5950 ac_cv_prog_ICOTOOL="$ac_prog"
5951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5952 break 2
5954 done
5955 done
5956 IFS=$as_save_IFS
5960 ICOTOOL=$ac_cv_prog_ICOTOOL
5961 if test -n "$ICOTOOL"; then
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5963 $as_echo "$ICOTOOL" >&6; }
5964 else
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5966 $as_echo "no" >&6; }
5970 test -n "$ICOTOOL" && break
5971 done
5972 test -n "$ICOTOOL" || ICOTOOL="false"
5974 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5975 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5977 if test "$CONVERT" = false
5978 then
5979 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5980 else
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5982 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5983 convert_version=`convert --version | head -n1`
5984 if test "x$convert_version" != "x"
5985 then
5986 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5987 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5988 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5989 then
5990 CONVERT=false
5993 if test "$CONVERT" = false
5994 then
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5996 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5997 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5998 else
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6000 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6004 if test "$ICOTOOL" = false
6005 then
6006 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6007 else
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6009 $as_echo_n "checking for recent enough icotool... " >&6; }
6010 icotool_version=`icotool --version | head -n1`
6011 if test "x$icotool_version" != "x"
6012 then
6013 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6014 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6015 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6016 then
6017 ICOTOOL=false
6018 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6021 if test "$ICOTOOL" = false
6022 then
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6024 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6025 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6026 else
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6028 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6032 with_gettext=yes
6033 with_gettextpo=yes
6034 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6037 test "x$with_gettext" != xno || MSGFMT=false
6038 if test "$MSGFMT" != "false"
6039 then
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6041 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6042 cat >conftest.po <<EOF
6043 # comment
6044 msgctxt "ctxt"
6045 msgid "id"
6046 msgstr "str"
6048 if $MSGFMT -o /dev/null conftest.po 2>&5
6049 then
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6051 $as_echo "yes" >&6; }
6052 else
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6054 $as_echo "no" >&6; }
6055 MSGFMT=false
6058 if test "$MSGFMT" = false; then :
6059 case "x$with_gettext" in
6060 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6061 xno) ;;
6062 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6063 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6064 esac
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6069 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6070 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6071 $as_echo_n "(cached) " >&6
6072 else
6073 ac_check_lib_save_LIBS=$LIBS
6074 LIBS="-li386 $LIBS"
6075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6076 /* end confdefs.h. */
6078 /* Override any GCC internal prototype to avoid an error.
6079 Use char because int might match the return type of a GCC
6080 builtin and then its argument prototype would still apply. */
6081 #ifdef __cplusplus
6082 extern "C"
6083 #endif
6084 char i386_set_ldt ();
6086 main ()
6088 return i386_set_ldt ();
6090 return 0;
6092 _ACEOF
6093 if ac_fn_c_try_link "$LINENO"; then :
6094 ac_cv_lib_i386_i386_set_ldt=yes
6095 else
6096 ac_cv_lib_i386_i386_set_ldt=no
6098 rm -f core conftest.err conftest.$ac_objext \
6099 conftest$ac_exeext conftest.$ac_ext
6100 LIBS=$ac_check_lib_save_LIBS
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6103 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6104 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6105 cat >>confdefs.h <<_ACEOF
6106 #define HAVE_LIBI386 1
6107 _ACEOF
6109 LIBS="-li386 $LIBS"
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6114 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6115 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6116 $as_echo_n "(cached) " >&6
6117 else
6118 ac_check_lib_save_LIBS=$LIBS
6119 LIBS="-lossaudio $LIBS"
6120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6121 /* end confdefs.h. */
6123 /* Override any GCC internal prototype to avoid an error.
6124 Use char because int might match the return type of a GCC
6125 builtin and then its argument prototype would still apply. */
6126 #ifdef __cplusplus
6127 extern "C"
6128 #endif
6129 char _oss_ioctl ();
6131 main ()
6133 return _oss_ioctl ();
6135 return 0;
6137 _ACEOF
6138 if ac_fn_c_try_link "$LINENO"; then :
6139 ac_cv_lib_ossaudio__oss_ioctl=yes
6140 else
6141 ac_cv_lib_ossaudio__oss_ioctl=no
6143 rm -f core conftest.err conftest.$ac_objext \
6144 conftest$ac_exeext conftest.$ac_ext
6145 LIBS=$ac_check_lib_save_LIBS
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6148 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6149 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6150 cat >>confdefs.h <<_ACEOF
6151 #define HAVE_LIBOSSAUDIO 1
6152 _ACEOF
6154 LIBS="-lossaudio $LIBS"
6159 OPENGL_LIBS=""
6163 # Check whether --enable-largefile was given.
6164 if test "${enable_largefile+set}" = set; then :
6165 enableval=$enable_largefile;
6168 if test "$enable_largefile" != no; then
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6171 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6172 if ${ac_cv_sys_largefile_CC+:} false; then :
6173 $as_echo_n "(cached) " >&6
6174 else
6175 ac_cv_sys_largefile_CC=no
6176 if test "$GCC" != yes; then
6177 ac_save_CC=$CC
6178 while :; do
6179 # IRIX 6.2 and later do not support large files by default,
6180 # so use the C compiler's -n32 option if that helps.
6181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6182 /* end confdefs.h. */
6183 #include <sys/types.h>
6184 /* Check that off_t can represent 2**63 - 1 correctly.
6185 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6186 since some C++ compilers masquerading as C compilers
6187 incorrectly reject 9223372036854775807. */
6188 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6189 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6190 && LARGE_OFF_T % 2147483647 == 1)
6191 ? 1 : -1];
6193 main ()
6197 return 0;
6199 _ACEOF
6200 if ac_fn_c_try_compile "$LINENO"; then :
6201 break
6203 rm -f core conftest.err conftest.$ac_objext
6204 CC="$CC -n32"
6205 if ac_fn_c_try_compile "$LINENO"; then :
6206 ac_cv_sys_largefile_CC=' -n32'; break
6208 rm -f core conftest.err conftest.$ac_objext
6209 break
6210 done
6211 CC=$ac_save_CC
6212 rm -f conftest.$ac_ext
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6216 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6217 if test "$ac_cv_sys_largefile_CC" != no; then
6218 CC=$CC$ac_cv_sys_largefile_CC
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6222 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6223 if ${ac_cv_sys_file_offset_bits+:} false; then :
6224 $as_echo_n "(cached) " >&6
6225 else
6226 while :; do
6227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6228 /* end confdefs.h. */
6229 #include <sys/types.h>
6230 /* Check that off_t can represent 2**63 - 1 correctly.
6231 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6232 since some C++ compilers masquerading as C compilers
6233 incorrectly reject 9223372036854775807. */
6234 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6235 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6236 && LARGE_OFF_T % 2147483647 == 1)
6237 ? 1 : -1];
6239 main ()
6243 return 0;
6245 _ACEOF
6246 if ac_fn_c_try_compile "$LINENO"; then :
6247 ac_cv_sys_file_offset_bits=no; break
6249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6251 /* end confdefs.h. */
6252 #define _FILE_OFFSET_BITS 64
6253 #include <sys/types.h>
6254 /* Check that off_t can represent 2**63 - 1 correctly.
6255 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6256 since some C++ compilers masquerading as C compilers
6257 incorrectly reject 9223372036854775807. */
6258 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6259 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6260 && LARGE_OFF_T % 2147483647 == 1)
6261 ? 1 : -1];
6263 main ()
6267 return 0;
6269 _ACEOF
6270 if ac_fn_c_try_compile "$LINENO"; then :
6271 ac_cv_sys_file_offset_bits=64; break
6273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6274 ac_cv_sys_file_offset_bits=unknown
6275 break
6276 done
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6279 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6280 case $ac_cv_sys_file_offset_bits in #(
6281 no | unknown) ;;
6283 cat >>confdefs.h <<_ACEOF
6284 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6285 _ACEOF
6287 esac
6288 rm -rf conftest*
6289 if test $ac_cv_sys_file_offset_bits = unknown; then
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6291 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6292 if ${ac_cv_sys_large_files+:} false; then :
6293 $as_echo_n "(cached) " >&6
6294 else
6295 while :; do
6296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6297 /* end confdefs.h. */
6298 #include <sys/types.h>
6299 /* Check that off_t can represent 2**63 - 1 correctly.
6300 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6301 since some C++ compilers masquerading as C compilers
6302 incorrectly reject 9223372036854775807. */
6303 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6304 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6305 && LARGE_OFF_T % 2147483647 == 1)
6306 ? 1 : -1];
6308 main ()
6312 return 0;
6314 _ACEOF
6315 if ac_fn_c_try_compile "$LINENO"; then :
6316 ac_cv_sys_large_files=no; break
6318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6320 /* end confdefs.h. */
6321 #define _LARGE_FILES 1
6322 #include <sys/types.h>
6323 /* Check that off_t can represent 2**63 - 1 correctly.
6324 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6325 since some C++ compilers masquerading as C compilers
6326 incorrectly reject 9223372036854775807. */
6327 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6328 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6329 && LARGE_OFF_T % 2147483647 == 1)
6330 ? 1 : -1];
6332 main ()
6336 return 0;
6338 _ACEOF
6339 if ac_fn_c_try_compile "$LINENO"; then :
6340 ac_cv_sys_large_files=1; break
6342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6343 ac_cv_sys_large_files=unknown
6344 break
6345 done
6347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6348 $as_echo "$ac_cv_sys_large_files" >&6; }
6349 case $ac_cv_sys_large_files in #(
6350 no | unknown) ;;
6352 cat >>confdefs.h <<_ACEOF
6353 #define _LARGE_FILES $ac_cv_sys_large_files
6354 _ACEOF
6356 esac
6357 rm -rf conftest*
6364 ac_ext=c
6365 ac_cpp='$CPP $CPPFLAGS'
6366 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6367 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6368 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6370 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6371 # On Suns, sometimes $CPP names a directory.
6372 if test -n "$CPP" && test -d "$CPP"; then
6373 CPP=
6375 if test -z "$CPP"; then
6376 if ${ac_cv_prog_CPP+:} false; then :
6377 $as_echo_n "(cached) " >&6
6378 else
6379 # Double quotes because CPP needs to be expanded
6380 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6382 ac_preproc_ok=false
6383 for ac_c_preproc_warn_flag in '' yes
6385 # Use a header file that comes with gcc, so configuring glibc
6386 # with a fresh cross-compiler works.
6387 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6388 # <limits.h> exists even on freestanding compilers.
6389 # On the NeXT, cc -E runs the code through the compiler's parser,
6390 # not just through cpp. "Syntax error" is here to catch this case.
6391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6392 /* end confdefs.h. */
6393 #ifdef __STDC__
6394 # include <limits.h>
6395 #else
6396 # include <assert.h>
6397 #endif
6398 Syntax error
6399 _ACEOF
6400 if ac_fn_c_try_cpp "$LINENO"; then :
6402 else
6403 # Broken: fails on valid input.
6404 continue
6406 rm -f conftest.err conftest.i conftest.$ac_ext
6408 # OK, works on sane cases. Now check whether nonexistent headers
6409 # can be detected and how.
6410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6411 /* end confdefs.h. */
6412 #include <ac_nonexistent.h>
6413 _ACEOF
6414 if ac_fn_c_try_cpp "$LINENO"; then :
6415 # Broken: success on invalid input.
6416 continue
6417 else
6418 # Passes both tests.
6419 ac_preproc_ok=:
6420 break
6422 rm -f conftest.err conftest.i conftest.$ac_ext
6424 done
6425 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6426 rm -f conftest.i conftest.err conftest.$ac_ext
6427 if $ac_preproc_ok; then :
6428 break
6431 done
6432 ac_cv_prog_CPP=$CPP
6435 CPP=$ac_cv_prog_CPP
6436 else
6437 ac_cv_prog_CPP=$CPP
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6440 $as_echo "$CPP" >&6; }
6441 ac_preproc_ok=false
6442 for ac_c_preproc_warn_flag in '' yes
6444 # Use a header file that comes with gcc, so configuring glibc
6445 # with a fresh cross-compiler works.
6446 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6447 # <limits.h> exists even on freestanding compilers.
6448 # On the NeXT, cc -E runs the code through the compiler's parser,
6449 # not just through cpp. "Syntax error" is here to catch this case.
6450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6451 /* end confdefs.h. */
6452 #ifdef __STDC__
6453 # include <limits.h>
6454 #else
6455 # include <assert.h>
6456 #endif
6457 Syntax error
6458 _ACEOF
6459 if ac_fn_c_try_cpp "$LINENO"; then :
6461 else
6462 # Broken: fails on valid input.
6463 continue
6465 rm -f conftest.err conftest.i conftest.$ac_ext
6467 # OK, works on sane cases. Now check whether nonexistent headers
6468 # can be detected and how.
6469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6470 /* end confdefs.h. */
6471 #include <ac_nonexistent.h>
6472 _ACEOF
6473 if ac_fn_c_try_cpp "$LINENO"; then :
6474 # Broken: success on invalid input.
6475 continue
6476 else
6477 # Passes both tests.
6478 ac_preproc_ok=:
6479 break
6481 rm -f conftest.err conftest.i conftest.$ac_ext
6483 done
6484 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6485 rm -f conftest.i conftest.err conftest.$ac_ext
6486 if $ac_preproc_ok; then :
6488 else
6489 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6490 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6491 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6492 See \`config.log' for more details" "$LINENO" 5; }
6495 ac_ext=c
6496 ac_cpp='$CPP $CPPFLAGS'
6497 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6498 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6499 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6503 $as_echo_n "checking for ANSI C header files... " >&6; }
6504 if ${ac_cv_header_stdc+:} false; then :
6505 $as_echo_n "(cached) " >&6
6506 else
6507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6508 /* end confdefs.h. */
6509 #include <stdlib.h>
6510 #include <stdarg.h>
6511 #include <string.h>
6512 #include <float.h>
6515 main ()
6519 return 0;
6521 _ACEOF
6522 if ac_fn_c_try_compile "$LINENO"; then :
6523 ac_cv_header_stdc=yes
6524 else
6525 ac_cv_header_stdc=no
6527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6529 if test $ac_cv_header_stdc = yes; then
6530 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6532 /* end confdefs.h. */
6533 #include <string.h>
6535 _ACEOF
6536 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6537 $EGREP "memchr" >/dev/null 2>&1; then :
6539 else
6540 ac_cv_header_stdc=no
6542 rm -f conftest*
6546 if test $ac_cv_header_stdc = yes; then
6547 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6549 /* end confdefs.h. */
6550 #include <stdlib.h>
6552 _ACEOF
6553 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6554 $EGREP "free" >/dev/null 2>&1; then :
6556 else
6557 ac_cv_header_stdc=no
6559 rm -f conftest*
6563 if test $ac_cv_header_stdc = yes; then
6564 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6565 if test "$cross_compiling" = yes; then :
6567 else
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6570 #include <ctype.h>
6571 #include <stdlib.h>
6572 #if ((' ' & 0x0FF) == 0x020)
6573 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6574 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6575 #else
6576 # define ISLOWER(c) \
6577 (('a' <= (c) && (c) <= 'i') \
6578 || ('j' <= (c) && (c) <= 'r') \
6579 || ('s' <= (c) && (c) <= 'z'))
6580 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6581 #endif
6583 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6585 main ()
6587 int i;
6588 for (i = 0; i < 256; i++)
6589 if (XOR (islower (i), ISLOWER (i))
6590 || toupper (i) != TOUPPER (i))
6591 return 2;
6592 return 0;
6594 _ACEOF
6595 if ac_fn_c_try_run "$LINENO"; then :
6597 else
6598 ac_cv_header_stdc=no
6600 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6601 conftest.$ac_objext conftest.beam conftest.$ac_ext
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6607 $as_echo "$ac_cv_header_stdc" >&6; }
6608 if test $ac_cv_header_stdc = yes; then
6610 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6614 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6615 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6616 inttypes.h stdint.h unistd.h
6617 do :
6618 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6619 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6621 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6622 cat >>confdefs.h <<_ACEOF
6623 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6624 _ACEOF
6628 done
6631 for ac_header in \
6632 AL/al.h \
6633 ApplicationServices/ApplicationServices.h \
6634 AudioToolbox/AudioConverter.h \
6635 AudioUnit/AudioUnit.h \
6636 AudioUnit/AudioComponent.h \
6637 CL/cl.h \
6638 Carbon/Carbon.h \
6639 CoreAudio/CoreAudio.h \
6640 CoreServices/CoreServices.h \
6641 DiskArbitration/DiskArbitration.h \
6642 IOKit/IOKitLib.h \
6643 IOKit/hid/IOHIDLib.h \
6644 OpenAL/al.h \
6645 OpenCL/opencl.h \
6646 QuickTime/ImageCompression.h \
6647 Security/Security.h \
6648 alias.h \
6649 alsa/asoundlib.h \
6650 arpa/inet.h \
6651 arpa/nameser.h \
6652 asm/types.h \
6653 asm/user.h \
6654 curses.h \
6655 direct.h \
6656 dirent.h \
6657 dlfcn.h \
6658 elf.h \
6659 float.h \
6660 fnmatch.h \
6661 getopt.h \
6662 gettext-po.h \
6663 grp.h \
6664 gsm.h \
6665 gsm/gsm.h \
6666 ieeefp.h \
6667 inet/mib2.h \
6668 io.h \
6669 kstat.h \
6670 lber.h \
6671 ldap.h \
6672 libproc.h \
6673 link.h \
6674 linux/cdrom.h \
6675 linux/compiler.h \
6676 linux/filter.h \
6677 linux/hdreg.h \
6678 linux/input.h \
6679 linux/ioctl.h \
6680 linux/joystick.h \
6681 linux/major.h \
6682 linux/param.h \
6683 linux/serial.h \
6684 linux/types.h \
6685 linux/ucdrom.h \
6686 lwp.h \
6687 mach-o/nlist.h \
6688 mach-o/loader.h \
6689 mach/mach.h \
6690 mach/machine.h \
6691 machine/cpu.h \
6692 machine/limits.h \
6693 machine/sysarch.h \
6694 mntent.h \
6695 ncurses.h \
6696 netdb.h \
6697 netinet/in.h \
6698 netinet/in_systm.h \
6699 netinet/tcp.h \
6700 netinet/tcp_fsm.h \
6701 pcap/pcap.h \
6702 poll.h \
6703 port.h \
6704 process.h \
6705 pthread.h \
6706 pwd.h \
6707 sched.h \
6708 scsi/scsi.h \
6709 scsi/scsi_ioctl.h \
6710 scsi/sg.h \
6711 stdbool.h \
6712 stdint.h \
6713 stropts.h \
6714 sys/asoundlib.h \
6715 sys/attr.h \
6716 sys/cdio.h \
6717 sys/elf32.h \
6718 sys/epoll.h \
6719 sys/event.h \
6720 sys/exec_elf.h \
6721 sys/filio.h \
6722 sys/inotify.h \
6723 sys/ioctl.h \
6724 sys/ipc.h \
6725 sys/limits.h \
6726 sys/link.h \
6727 sys/mman.h \
6728 sys/modem.h \
6729 sys/msg.h \
6730 sys/mtio.h \
6731 sys/param.h \
6732 sys/poll.h \
6733 sys/prctl.h \
6734 sys/protosw.h \
6735 sys/ptrace.h \
6736 sys/queue.h \
6737 sys/resource.h \
6738 sys/scsiio.h \
6739 sys/shm.h \
6740 sys/signal.h \
6741 sys/socket.h \
6742 sys/socketvar.h \
6743 sys/sockio.h \
6744 sys/statvfs.h \
6745 sys/strtio.h \
6746 sys/syscall.h \
6747 sys/tihdr.h \
6748 sys/time.h \
6749 sys/timeout.h \
6750 sys/times.h \
6751 sys/uio.h \
6752 sys/user.h \
6753 sys/utsname.h \
6754 sys/vm86.h \
6755 sys/vnode.h \
6756 sys/wait.h \
6757 syscall.h \
6758 termios.h \
6759 unistd.h \
6760 utime.h \
6761 valgrind/memcheck.h \
6762 valgrind/valgrind.h \
6763 zlib.h
6765 do :
6766 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6767 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6768 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6769 cat >>confdefs.h <<_ACEOF
6770 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6771 _ACEOF
6775 done
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6778 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6779 if ${ac_cv_header_stat_broken+:} false; then :
6780 $as_echo_n "(cached) " >&6
6781 else
6782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6783 /* end confdefs.h. */
6784 #include <sys/types.h>
6785 #include <sys/stat.h>
6787 #if defined S_ISBLK && defined S_IFDIR
6788 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6789 #endif
6791 #if defined S_ISBLK && defined S_IFCHR
6792 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6793 #endif
6795 #if defined S_ISLNK && defined S_IFREG
6796 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6797 #endif
6799 #if defined S_ISSOCK && defined S_IFREG
6800 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6801 #endif
6803 _ACEOF
6804 if ac_fn_c_try_compile "$LINENO"; then :
6805 ac_cv_header_stat_broken=no
6806 else
6807 ac_cv_header_stat_broken=yes
6809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6812 $as_echo "$ac_cv_header_stat_broken" >&6; }
6813 if test $ac_cv_header_stat_broken = yes; then
6815 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6821 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6822 do :
6823 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6824 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6825 #ifdef HAVE_SYS_PARAM_H
6826 # include <sys/param.h>
6827 #endif
6829 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6830 cat >>confdefs.h <<_ACEOF
6831 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6832 _ACEOF
6836 done
6839 for ac_header in \
6840 netinet/ip.h \
6841 net/if.h \
6842 net/if_arp.h \
6843 net/if_dl.h \
6844 net/if_types.h \
6845 net/route.h \
6846 netinet/if_ether.h \
6847 netinet/if_inarp.h \
6848 netinet/in_pcb.h \
6849 netinet/ip_icmp.h \
6850 netinet/ip_var.h \
6851 netinet/udp.h \
6852 netipx/ipx.h \
6853 sys/un.h \
6855 do :
6856 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6857 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6858 #ifdef HAVE_SYS_SOCKET_H
6859 # include <sys/socket.h>
6860 #endif
6861 #ifdef HAVE_SYS_SOCKETVAR_H
6862 # include <sys/socketvar.h>
6863 #endif
6864 #ifdef HAVE_NET_ROUTE_H
6865 # include <net/route.h>
6866 #endif
6867 #ifdef HAVE_NETINET_IN_H
6868 # include <netinet/in.h>
6869 #endif
6870 #ifdef HAVE_NETINET_IN_SYSTM_H
6871 # include <netinet/in_systm.h>
6872 #endif
6873 #ifdef HAVE_NET_IF_H
6874 # include <net/if.h>
6875 #endif
6876 #ifdef HAVE_NETINET_IP_H
6877 # include <netinet/ip.h>
6878 #endif
6880 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6881 cat >>confdefs.h <<_ACEOF
6882 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6883 _ACEOF
6887 done
6890 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6891 do :
6892 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6893 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6894 #ifdef HAVE_ALIAS_H
6895 # include <alias.h>
6896 #endif
6897 #ifdef HAVE_SYS_SOCKET_H
6898 # include <sys/socket.h>
6899 #endif
6900 #ifdef HAVE_SYS_SOCKETVAR_H
6901 # include <sys/socketvar.h>
6902 #endif
6903 #ifdef HAVE_SYS_TIMEOUT_H
6904 # include <sys/timeout.h>
6905 #endif
6906 #ifdef HAVE_NETINET_IN_H
6907 # include <netinet/in.h>
6908 #endif
6909 #ifdef HAVE_NETINET_IN_SYSTM_H
6910 # include <netinet/in_systm.h>
6911 #endif
6912 #ifdef HAVE_NETINET_IP_H
6913 # include <netinet/ip.h>
6914 #endif
6915 #ifdef HAVE_NETINET_IP_VAR_H
6916 # include <netinet/ip_var.h>
6917 #endif
6918 #ifdef HAVE_NETINET_IP_ICMP_H
6919 # include <netinet/ip_icmp.h>
6920 #endif
6921 #ifdef HAVE_NETINET_UDP_H
6922 # include <netinet/udp.h>
6923 #endif
6924 #ifdef HAVE_NETINET_TCP_H
6925 # include <netinet/tcp.h>
6926 #endif
6927 #ifdef HAVE_NETINET_TCP_TIMER_H
6928 #include <netinet/tcp_timer.h>
6929 #endif
6931 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6932 cat >>confdefs.h <<_ACEOF
6933 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6934 _ACEOF
6938 done
6941 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6942 do :
6943 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6944 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6945 #ifdef HAVE_ASM_TYPES_H
6946 # include <asm/types.h>
6947 #endif
6948 #ifdef HAVE_SYS_SOCKET_H
6949 # include <sys/socket.h>
6950 #endif
6951 #ifdef HAVE_LINUX_TYPES_H
6952 # include <linux/types.h>
6953 #endif
6955 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6956 cat >>confdefs.h <<_ACEOF
6957 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6958 _ACEOF
6962 done
6965 for ac_header in mach-o/dyld_images.h
6966 do :
6967 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6968 # include <stdbool.h>
6969 #endif
6970 #ifdef HAVE_STDINT_H
6971 # include <stdint.h>
6972 #endif
6974 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6975 cat >>confdefs.h <<_ACEOF
6976 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6977 _ACEOF
6981 done
6984 for ac_header in resolv.h
6985 do :
6986 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6987 #ifdef HAVE_SYS_SOCKET_H
6988 # include <sys/socket.h>
6989 #endif
6990 #ifdef HAVE_NETINET_IN_H
6991 # include <netinet/in.h>
6992 #endif
6993 #ifdef HAVE_ARPA_NAMESER_H
6994 # include <arpa/nameser.h>
6995 #endif
6997 if test "x$ac_cv_header_resolv_h" = xyes; then :
6998 cat >>confdefs.h <<_ACEOF
6999 #define HAVE_RESOLV_H 1
7000 _ACEOF
7004 done
7007 for ac_header in ifaddrs.h
7008 do :
7009 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7011 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7012 cat >>confdefs.h <<_ACEOF
7013 #define HAVE_IFADDRS_H 1
7014 _ACEOF
7018 done
7021 for ac_header in sys/ucontext.h
7022 do :
7023 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7025 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7026 cat >>confdefs.h <<_ACEOF
7027 #define HAVE_SYS_UCONTEXT_H 1
7028 _ACEOF
7032 done
7035 for ac_header in sys/thr.h
7036 do :
7037 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7038 #ifdef HAVE_SYS_UCONTEXT_H
7039 #include <sys/ucontext.h>
7040 #endif
7042 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7043 cat >>confdefs.h <<_ACEOF
7044 #define HAVE_SYS_THR_H 1
7045 _ACEOF
7049 done
7052 for ac_header in pthread_np.h
7053 do :
7054 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7055 #include <pthread.h>
7056 #endif
7058 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7059 cat >>confdefs.h <<_ACEOF
7060 #define HAVE_PTHREAD_NP_H 1
7061 _ACEOF
7065 done
7068 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7069 do :
7070 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7071 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7072 #include <sys/time.h>
7073 #endif
7074 #include <sys/types.h>
7075 #ifdef HAVE_ASM_TYPES_H
7076 #include <asm/types.h>
7077 #endif
7079 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7080 cat >>confdefs.h <<_ACEOF
7081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7082 _ACEOF
7086 done
7089 for ac_header in libprocstat.h
7090 do :
7091 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7092 #include <sys/param.h>
7093 #endif
7094 #ifdef HAVE_SYS_QUEUE_H
7095 #include <sys/queue.h>
7096 #endif
7097 #ifdef HAVE_SYS_SOCKET_H
7098 #include <sys/socket.h>
7099 #endif
7101 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7102 cat >>confdefs.h <<_ACEOF
7103 #define HAVE_LIBPROCSTAT_H 1
7104 _ACEOF
7108 done
7112 dlldir="\${libdir}/wine"
7114 DLLPREFIX=""
7116 DLLFLAGS="-D_REENTRANT"
7118 LDRPATH_INSTALL=""
7120 LDRPATH_LOCAL=""
7122 LIBEXT="so"
7123 DLLEXT=".so"
7124 IMPLIBEXT="def"
7125 STATIC_IMPLIBEXT="def.a"
7126 # Extract the first word of "ldd", so it can be a program name with args.
7127 set dummy ldd; ac_word=$2
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7129 $as_echo_n "checking for $ac_word... " >&6; }
7130 if ${ac_cv_path_LDD+:} false; then :
7131 $as_echo_n "(cached) " >&6
7132 else
7133 case $LDD in
7134 [\\/]* | ?:[\\/]*)
7135 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7139 as_dummy="/sbin:/usr/sbin:$PATH"
7140 for as_dir in $as_dummy
7142 IFS=$as_save_IFS
7143 test -z "$as_dir" && as_dir=.
7144 for ac_exec_ext in '' $ac_executable_extensions; do
7145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7146 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7148 break 2
7150 done
7151 done
7152 IFS=$as_save_IFS
7154 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7156 esac
7158 LDD=$ac_cv_path_LDD
7159 if test -n "$LDD"; then
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7161 $as_echo "$LDD" >&6; }
7162 else
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7164 $as_echo "no" >&6; }
7168 if test -n "$ac_tool_prefix"; then
7169 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7170 set dummy ${ac_tool_prefix}otool; ac_word=$2
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7172 $as_echo_n "checking for $ac_word... " >&6; }
7173 if ${ac_cv_prog_OTOOL+:} false; then :
7174 $as_echo_n "(cached) " >&6
7175 else
7176 if test -n "$OTOOL"; then
7177 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7178 else
7179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7180 for as_dir in $PATH
7182 IFS=$as_save_IFS
7183 test -z "$as_dir" && as_dir=.
7184 for ac_exec_ext in '' $ac_executable_extensions; do
7185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7186 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7188 break 2
7190 done
7191 done
7192 IFS=$as_save_IFS
7196 OTOOL=$ac_cv_prog_OTOOL
7197 if test -n "$OTOOL"; then
7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7199 $as_echo "$OTOOL" >&6; }
7200 else
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7202 $as_echo "no" >&6; }
7207 if test -z "$ac_cv_prog_OTOOL"; then
7208 ac_ct_OTOOL=$OTOOL
7209 # Extract the first word of "otool", so it can be a program name with args.
7210 set dummy otool; ac_word=$2
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7212 $as_echo_n "checking for $ac_word... " >&6; }
7213 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7214 $as_echo_n "(cached) " >&6
7215 else
7216 if test -n "$ac_ct_OTOOL"; then
7217 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7218 else
7219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7220 for as_dir in $PATH
7222 IFS=$as_save_IFS
7223 test -z "$as_dir" && as_dir=.
7224 for ac_exec_ext in '' $ac_executable_extensions; do
7225 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7226 ac_cv_prog_ac_ct_OTOOL="otool"
7227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7228 break 2
7230 done
7231 done
7232 IFS=$as_save_IFS
7236 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7237 if test -n "$ac_ct_OTOOL"; then
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7239 $as_echo "$ac_ct_OTOOL" >&6; }
7240 else
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7242 $as_echo "no" >&6; }
7245 if test "x$ac_ct_OTOOL" = x; then
7246 OTOOL="otool"
7247 else
7248 case $cross_compiling:$ac_tool_warned in
7249 yes:)
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7251 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7252 ac_tool_warned=yes ;;
7253 esac
7254 OTOOL=$ac_ct_OTOOL
7256 else
7257 OTOOL="$ac_cv_prog_OTOOL"
7260 if test -n "$ac_tool_prefix"; then
7261 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7262 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7264 $as_echo_n "checking for $ac_word... " >&6; }
7265 if ${ac_cv_prog_READELF+:} false; then :
7266 $as_echo_n "(cached) " >&6
7267 else
7268 if test -n "$READELF"; then
7269 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7270 else
7271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7272 for as_dir in $PATH
7274 IFS=$as_save_IFS
7275 test -z "$as_dir" && as_dir=.
7276 for ac_exec_ext in '' $ac_executable_extensions; do
7277 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7278 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7280 break 2
7282 done
7283 done
7284 IFS=$as_save_IFS
7288 READELF=$ac_cv_prog_READELF
7289 if test -n "$READELF"; then
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7291 $as_echo "$READELF" >&6; }
7292 else
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7294 $as_echo "no" >&6; }
7299 if test -z "$ac_cv_prog_READELF"; then
7300 ac_ct_READELF=$READELF
7301 # Extract the first word of "readelf", so it can be a program name with args.
7302 set dummy readelf; ac_word=$2
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7304 $as_echo_n "checking for $ac_word... " >&6; }
7305 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7306 $as_echo_n "(cached) " >&6
7307 else
7308 if test -n "$ac_ct_READELF"; then
7309 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7310 else
7311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7312 for as_dir in $PATH
7314 IFS=$as_save_IFS
7315 test -z "$as_dir" && as_dir=.
7316 for ac_exec_ext in '' $ac_executable_extensions; do
7317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7318 ac_cv_prog_ac_ct_READELF="readelf"
7319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7320 break 2
7322 done
7323 done
7324 IFS=$as_save_IFS
7328 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7329 if test -n "$ac_ct_READELF"; then
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7331 $as_echo "$ac_ct_READELF" >&6; }
7332 else
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7334 $as_echo "no" >&6; }
7337 if test "x$ac_ct_READELF" = x; then
7338 READELF="true"
7339 else
7340 case $cross_compiling:$ac_tool_warned in
7341 yes:)
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7343 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7344 ac_tool_warned=yes ;;
7345 esac
7346 READELF=$ac_ct_READELF
7348 else
7349 READELF="$ac_cv_prog_READELF"
7352 wine_rules_file=conf$$rules.make
7353 rm -f $wine_rules_file
7354 ALL_POT_FILES=""
7355 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7356 ALL_TEST_RESOURCES=""
7359 wine_fn_append_file ()
7361 as_fn_append $1 " \\$as_nl $2"
7364 wine_fn_ignore_file ()
7366 case "$1" in
7367 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7368 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7369 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7370 esac
7373 wine_fn_append_rule ()
7375 $as_echo "$1" >>$wine_rules_file
7378 wine_fn_has_flag ()
7380 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7383 wine_fn_depend_rules ()
7385 wine_fn_append_rule \
7386 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7387 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7388 depend: $ac_dir/depend
7389 .PHONY: $ac_dir/depend
7390 $ac_dir/depend: \$(MAKEDEP) dummy
7391 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7394 wine_fn_pot_rules ()
7396 test "x$with_gettextpo" = xyes || return
7398 if wine_fn_has_flag mc
7399 then
7400 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7401 wine_fn_append_rule \
7402 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7403 @cd $ac_dir && \$(MAKE) msg.pot
7404 $ac_dir/msg.pot: tools/wmc include"
7406 if wine_fn_has_flag po
7407 then
7408 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7409 wine_fn_append_rule \
7410 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7411 @cd $ac_dir && \$(MAKE) rsrc.pot
7412 $ac_dir/rsrc.pot: tools/wrc include"
7416 wine_fn_all_rules ()
7418 wine_fn_depend_rules
7419 wine_fn_append_rule \
7420 "all: $ac_dir
7421 .PHONY: $ac_dir
7422 $ac_dir: $ac_dir/Makefile dummy
7423 @cd $ac_dir && \$(MAKE)"
7426 wine_fn_install_rules ()
7428 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7430 wine_fn_append_rule \
7431 ".PHONY: $ac_dir/install $ac_dir/uninstall
7432 $ac_dir/install:: $ac_dir
7433 @cd $ac_dir && \$(MAKE) install
7434 $ac_dir/uninstall:: $ac_dir/Makefile
7435 @cd $ac_dir && \$(MAKE) uninstall
7436 install:: $ac_dir/install
7437 __uninstall__: $ac_dir/uninstall"
7439 if wine_fn_has_flag install-lib
7440 then
7441 wine_fn_append_rule \
7442 ".PHONY: $ac_dir/install-lib
7443 $ac_dir/install-lib:: $ac_dir
7444 @cd $ac_dir && \$(MAKE) install-lib
7445 install-lib:: $ac_dir/install-lib"
7448 if wine_fn_has_flag install-dev
7449 then
7450 wine_fn_append_rule \
7451 ".PHONY: $ac_dir/install-dev
7452 $ac_dir/install-dev:: $ac_dir
7453 @cd $ac_dir && \$(MAKE) install-dev
7454 install-dev:: $ac_dir/install-dev"
7458 wine_fn_clean_rules ()
7460 ac_clean=$@
7461 ac_extraclean="$ac_dir/Makefile"
7462 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7463 case $ac_dir in
7464 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7465 esac
7467 if wine_fn_has_flag clean
7468 then
7469 wine_fn_append_rule \
7470 "__clean__: $ac_dir/clean
7471 .PHONY: $ac_dir/clean
7472 $ac_dir/clean: $ac_dir/Makefile
7473 @cd $ac_dir && \$(MAKE) clean
7474 \$(RM) $ac_extraclean"
7475 else
7476 wine_fn_append_rule \
7477 "__clean__: $ac_dir/clean
7478 .PHONY: $ac_dir/clean
7479 $ac_dir/clean: dummy
7480 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7484 wine_fn_disabled_rules ()
7486 ac_clean=$@
7487 ac_extraclean="$ac_dir/Makefile"
7488 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7490 wine_fn_append_rule \
7491 "__clean__: $ac_dir/clean
7492 .PHONY: $ac_dir/clean
7493 $ac_dir/clean: dummy
7494 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7497 wine_fn_config_makefile ()
7499 ac_dir=$1
7500 ac_enable=$2
7501 ac_flags=$3
7503 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7504 wine_fn_disabled_rules; return
7506 wine_fn_all_rules
7507 wine_fn_install_rules
7508 wine_fn_clean_rules
7511 wine_fn_config_lib ()
7513 ac_name=$1
7514 ac_flags=$2
7515 ac_dir=dlls/$ac_name
7516 ac_deps="include"
7518 if test "x$enable_tools" = xno; then :
7520 else
7521 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7523 wine_fn_all_rules
7524 wine_fn_clean_rules
7526 wine_fn_append_rule \
7527 ".PHONY: $ac_dir/install $ac_dir/uninstall
7528 $ac_dir/install:: $ac_dir
7529 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7530 $ac_dir/uninstall::
7531 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7532 install install-dev:: $ac_dir/install
7533 __uninstall__: $ac_dir/uninstall
7534 __builddeps__: $ac_dir
7535 $ac_dir: $ac_deps"
7538 wine_fn_config_dll ()
7540 ac_name=$1
7541 ac_dir=dlls/$ac_name
7542 ac_enable=$2
7543 ac_flags=$3
7544 ac_implib=${4:-$ac_name}
7545 ac_file=$ac_dir/lib$ac_implib
7546 ac_dll=$ac_name
7547 ac_deps="include"
7548 ac_implibflags=""
7550 if test "x$enable_tools" = xno; then :
7552 else
7553 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7555 case $ac_name in
7556 *16) ac_implibflags=" -m16" ;;
7557 *.*) ;;
7558 *) ac_dll=$ac_dll.dll ;;
7559 esac
7561 ac_clean=
7562 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7563 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7564 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7565 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7567 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7568 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7569 then
7570 wine_fn_depend_rules
7571 wine_fn_clean_rules $ac_clean
7572 else
7573 wine_fn_disabled_rules $ac_clean
7574 return
7576 else
7577 wine_fn_all_rules
7578 wine_fn_clean_rules $ac_clean
7579 wine_fn_append_rule \
7580 "$ac_dir: __builddeps__
7581 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7582 @cd $ac_dir && \$(MAKE) \$@
7583 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7584 install install-lib:: $ac_dir/install-lib
7585 __uninstall__: $ac_dir/uninstall"
7586 if test -n "$DLLEXT"
7587 then
7588 wine_fn_append_rule \
7589 "$ac_dir/install-lib:: $ac_dir
7590 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7591 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7592 $ac_dir/uninstall::
7593 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7594 else
7595 wine_fn_append_rule \
7596 "$ac_dir/install-lib:: $ac_dir
7597 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7598 $ac_dir/uninstall::
7599 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7602 wine_fn_pot_rules
7605 if wine_fn_has_flag staticimplib
7606 then
7607 wine_fn_append_rule \
7608 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7609 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7610 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7611 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7612 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7613 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7614 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7615 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7616 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7617 $ac_dir/uninstall::
7618 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7619 install install-dev:: $ac_dir/install-dev
7620 __uninstall__: $ac_dir/uninstall"
7622 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7623 then
7624 wine_fn_append_rule \
7625 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7626 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7627 $ac_dir/uninstall::
7628 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7631 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7632 then
7633 wine_fn_append_rule \
7634 "__builddeps__: $ac_file.cross.a
7635 $ac_file.cross.a: $ac_dir/Makefile dummy
7636 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7639 elif wine_fn_has_flag implib
7640 then
7641 wine_fn_append_rule \
7642 "__builddeps__: $ac_file.$IMPLIBEXT
7643 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7644 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7645 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7646 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7647 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7648 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7649 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7650 $ac_dir/uninstall::
7651 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7652 install install-dev:: $ac_dir/install-dev
7653 __uninstall__: $ac_dir/uninstall"
7654 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7655 then
7656 wine_fn_append_rule \
7657 "__builddeps__: $ac_file.cross.a
7658 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7659 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7662 if test "$ac_name" != "$ac_implib"
7663 then
7664 wine_fn_append_rule \
7665 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7666 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7667 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7668 clean::
7669 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7670 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7671 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7672 then
7673 wine_fn_append_rule \
7674 "__builddeps__: dlls/lib$ac_implib.cross.a
7675 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7676 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7677 clean::
7678 \$(RM) dlls/lib$ac_implib.cross.a"
7679 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7685 wine_fn_config_program ()
7687 ac_name=$1
7688 ac_dir=programs/$ac_name
7689 ac_enable=$2
7690 ac_flags=$3
7691 ac_program=$ac_name
7693 case $ac_name in
7694 *.*) ;;
7695 *) ac_program=$ac_program.exe ;;
7696 esac
7698 ac_clean=
7699 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7700 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7701 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7702 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7704 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7705 wine_fn_disabled_rules $ac_clean; return
7708 wine_fn_all_rules
7709 wine_fn_clean_rules $ac_clean
7710 wine_fn_append_rule "$ac_dir: __builddeps__"
7711 wine_fn_pot_rules
7713 wine_fn_has_flag install || return
7714 wine_fn_append_rule \
7715 ".PHONY: $ac_dir/install $ac_dir/uninstall
7716 install install-lib:: $ac_dir/install
7717 __uninstall__: $ac_dir/uninstall"
7719 if test -n "$DLLEXT"
7720 then
7721 wine_fn_append_rule \
7722 "$ac_dir/install:: $ac_dir
7723 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7724 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7725 $ac_dir/uninstall::
7726 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7728 if test -z "$with_wine64" && wine_fn_has_flag installbin
7729 then
7730 wine_fn_append_rule \
7731 "$ac_dir/install:: __tooldeps__
7732 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7733 $ac_dir/uninstall::
7734 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7736 else
7737 wine_fn_append_rule \
7738 "$ac_dir/install:: $ac_dir
7739 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7740 $ac_dir/uninstall::
7741 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7744 if test -z "$with_wine64" && wine_fn_has_flag manpage
7745 then
7746 wine_fn_append_rule \
7747 "$ac_dir/install:: $ac_dir
7748 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7749 $ac_dir/uninstall::
7750 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7754 wine_fn_config_test ()
7756 ac_dir=$1
7757 ac_name=$2
7758 ac_flags=$3
7760 ac_clean=
7761 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7762 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7764 if test "x$enable_tests" = xno; then :
7765 wine_fn_disabled_rules $ac_clean; return
7768 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7769 wine_fn_all_rules
7770 wine_fn_clean_rules $ac_clean
7772 wine_fn_append_rule \
7773 "$ac_dir: programs/winetest/Makefile __builddeps__
7774 programs/winetest: $ac_dir
7775 check test: $ac_dir/test
7776 .PHONY: $ac_dir/test
7777 $ac_dir/test: dummy
7778 @cd $ac_dir && \$(MAKE) test
7779 testclean::
7780 \$(RM) $ac_dir/*.ok"
7782 if test -n "$CROSSTARGET"
7783 then
7784 wine_fn_append_rule \
7785 "crosstest: $ac_dir/crosstest
7786 .PHONY: $ac_dir/crosstest
7787 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7788 @cd $ac_dir && \$(MAKE) crosstest"
7792 wine_fn_config_tool ()
7794 ac_dir=$1
7795 ac_flags=$2
7796 if test "x$enable_tools" = xno; then :
7797 return
7800 wine_fn_all_rules
7801 wine_fn_install_rules
7802 wine_fn_clean_rules
7804 wine_fn_append_rule "__tooldeps__: $ac_dir"
7805 wine_fn_append_rule "$ac_dir: libs/port"
7806 case $ac_dir in
7807 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7808 esac
7811 wine_fn_config_symlink ()
7813 ac_linkdir=
7814 if test "x$1" = "x-d"
7815 then
7816 ac_linkdir=$2
7817 shift; shift
7819 ac_links=$@
7820 wine_fn_append_rule \
7821 "$ac_links:
7822 @./config.status \$@
7823 distclean::
7824 \$(RM) $ac_links"
7825 for f in $ac_links; do wine_fn_ignore_file $f; done
7826 test -n "$ac_linkdir" || return
7827 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7830 wine_binary="wine"
7831 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7832 loader_programs="$wine_binary wine-installed"
7833 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7835 LOADER_RULES="
7836 all: wine.inf
7838 install install-lib:: wine-installed
7839 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7841 uninstall::
7842 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7846 case $host_os in
7847 cygwin*|mingw32*)
7848 if test -n "$ac_tool_prefix"; then
7849 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7850 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7852 $as_echo_n "checking for $ac_word... " >&6; }
7853 if ${ac_cv_prog_DLLTOOL+:} false; then :
7854 $as_echo_n "(cached) " >&6
7855 else
7856 if test -n "$DLLTOOL"; then
7857 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7858 else
7859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7860 for as_dir in $PATH
7862 IFS=$as_save_IFS
7863 test -z "$as_dir" && as_dir=.
7864 for ac_exec_ext in '' $ac_executable_extensions; do
7865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7866 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7868 break 2
7870 done
7871 done
7872 IFS=$as_save_IFS
7876 DLLTOOL=$ac_cv_prog_DLLTOOL
7877 if test -n "$DLLTOOL"; then
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7879 $as_echo "$DLLTOOL" >&6; }
7880 else
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7882 $as_echo "no" >&6; }
7887 if test -z "$ac_cv_prog_DLLTOOL"; then
7888 ac_ct_DLLTOOL=$DLLTOOL
7889 # Extract the first word of "dlltool", so it can be a program name with args.
7890 set dummy dlltool; ac_word=$2
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7892 $as_echo_n "checking for $ac_word... " >&6; }
7893 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7894 $as_echo_n "(cached) " >&6
7895 else
7896 if test -n "$ac_ct_DLLTOOL"; then
7897 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7898 else
7899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7900 for as_dir in $PATH
7902 IFS=$as_save_IFS
7903 test -z "$as_dir" && as_dir=.
7904 for ac_exec_ext in '' $ac_executable_extensions; do
7905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7906 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7908 break 2
7910 done
7911 done
7912 IFS=$as_save_IFS
7916 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7917 if test -n "$ac_ct_DLLTOOL"; then
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7919 $as_echo "$ac_ct_DLLTOOL" >&6; }
7920 else
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7922 $as_echo "no" >&6; }
7925 if test "x$ac_ct_DLLTOOL" = x; then
7926 DLLTOOL="false"
7927 else
7928 case $cross_compiling:$ac_tool_warned in
7929 yes:)
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7931 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7932 ac_tool_warned=yes ;;
7933 esac
7934 DLLTOOL=$ac_ct_DLLTOOL
7936 else
7937 DLLTOOL="$ac_cv_prog_DLLTOOL"
7940 LIBEXT="dll"
7941 DLLEXT=""
7942 IMPLIBEXT="a"
7943 STATIC_IMPLIBEXT="a"
7944 enable_iphlpapi=${enable_iphlpapi:-no}
7945 enable_kernel32=${enable_kernel32:-no}
7946 enable_msvcrt=${enable_msvcrt:-no}
7947 enable_ntdll=${enable_ntdll:-no}
7948 enable_ws2_32=${enable_ws2_32:-no}
7949 enable_loader=${enable_loader:-no}
7950 enable_server=${enable_server:-no}
7951 with_x=${with_x:-no}
7952 with_pthread=${with_pthread:-no}
7954 crtlibs=""
7955 case $host_os in
7956 mingw32*)
7957 crtlibs="-lmsvcrt"
7958 SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7960 esac
7962 libwine_targets="libwine.dll libwine.a"
7963 LIBWINE_RULES="
7964 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7966 all: libwine.dll libwine.a
7968 libwine.a: \$(srcdir)/wine.def
7969 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7971 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7972 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7974 install install-lib:: libwine.dll
7975 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7977 install install-dev:: libwine.a
7978 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7980 uninstall::
7981 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7986 darwin*|macosx*)
7987 for ac_header in libunwind.h
7988 do :
7989 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7990 if test "x$ac_cv_header_libunwind_h" = xyes; then :
7991 cat >>confdefs.h <<_ACEOF
7992 #define HAVE_LIBUNWIND_H 1
7993 _ACEOF
7997 done
7999 LIBEXT="dylib"
8000 DLLFLAGS="$DLLFLAGS -fPIC"
8001 LIBWINE_LDFLAGS="-multiply_defined suppress"
8002 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8003 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8004 COREFOUNDATION_LIBS="-framework CoreFoundation"
8006 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8008 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8010 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8012 CORESERVICES_LIBS="-framework CoreServices"
8014 APPKIT_LIBS="-framework AppKit"
8016 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8018 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8019 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8020 $as_echo_n "(cached) " >&6
8021 else
8022 ac_wine_try_cflags_saved=$CFLAGS
8023 CFLAGS="$CFLAGS -Wl,-no_pie"
8024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8025 /* end confdefs.h. */
8026 int main(int argc, char **argv) { return 0; }
8027 _ACEOF
8028 if ac_fn_c_try_link "$LINENO"; then :
8029 ac_cv_cflags__Wl__no_pie=yes
8030 else
8031 ac_cv_cflags__Wl__no_pie=no
8033 rm -f core conftest.err conftest.$ac_objext \
8034 conftest$ac_exeext conftest.$ac_ext
8035 CFLAGS=$ac_wine_try_cflags_saved
8037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8038 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8039 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8040 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8042 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8043 then
8044 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8047 if test "$ac_cv_header_Security_Security_h" = "yes"
8048 then
8049 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8051 ac_save_LIBS="$LIBS"
8052 LIBS="$LIBS $SECURITY_LIBS"
8053 for ac_func in SSLCopyPeerCertificates
8054 do :
8055 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8056 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8057 cat >>confdefs.h <<_ACEOF
8058 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8059 _ACEOF
8062 done
8064 LIBS="$ac_save_LIBS"
8065 with_gnutls=${with_gnutls:-no}
8067 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8068 then
8069 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8070 then
8071 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8073 else
8074 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8077 ac_save_LIBS="$LIBS"
8078 LIBS="$LIBS $COREAUDIO_LIBS"
8079 for ac_func in AUGraphAddNode
8080 do :
8081 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8082 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8083 cat >>confdefs.h <<_ACEOF
8084 #define HAVE_AUGRAPHADDNODE 1
8085 _ACEOF
8088 done
8090 LIBS="$ac_save_LIBS"
8092 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8093 then
8094 OPENAL_LIBS="-framework OpenAL"
8097 cat >>confdefs.h <<_ACEOF
8098 #define HAVE_OPENAL 1
8099 _ACEOF
8101 ac_cv_lib_openal=yes
8103 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8104 then
8105 OPENCL_LIBS="-framework OpenCL"
8107 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8109 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8110 then
8111 ac_save_LIBS="$LIBS"
8112 LIBS="$LIBS $IOKIT_LIBS"
8113 for ac_func in IOHIDManagerCreate
8114 do :
8115 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8116 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8117 cat >>confdefs.h <<_ACEOF
8118 #define HAVE_IOHIDMANAGERCREATE 1
8119 _ACEOF
8122 done
8124 LIBS="$ac_save_LIBS"
8126 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8127 then
8128 ac_save_LIBS="$LIBS"
8129 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8131 $as_echo_n "checking for the QuickTime framework... " >&6; }
8132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8133 /* end confdefs.h. */
8134 #include <QuickTime/ImageCompression.h>
8136 main ()
8138 CodecManagerVersion(NULL);
8140 return 0;
8142 _ACEOF
8143 if ac_fn_c_try_link "$LINENO"; then :
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8145 $as_echo "yes" >&6; }
8146 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8148 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8149 else
8150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8151 $as_echo "no" >&6; }
8152 ac_cv_header_QuickTime_ImageCompression_h=no
8154 rm -f core conftest.err conftest.$ac_objext \
8155 conftest$ac_exeext conftest.$ac_ext
8156 LIBS="$ac_save_LIBS"
8158 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8159 then
8160 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8162 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8163 then
8164 CARBON_LIBS="-framework Carbon"
8168 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8169 then
8170 ac_save_LIBS="$LIBS"
8171 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8172 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8173 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8174 enable_winemac_drv=${enable_winemac_drv:-yes}
8177 LIBS="$ac_save_LIBS"
8180 if test "x$enable_win16" = "xyes"
8181 then
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8183 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8184 if test "$cross_compiling" = yes; then :
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8186 $as_echo "cross-compiling, assuming yes" >&6; }
8187 else
8188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8189 /* end confdefs.h. */
8190 asm(".text\n"
8191 "bad:\tnop;nop\n"
8192 "good:\tnop;nop\n\t"
8193 ".globl _testfunc\n"
8194 "_testfunc:\tcallw good");
8195 extern void testfunc();
8197 main ()
8199 unsigned short *p = (unsigned short *)testfunc;
8200 return p[0] != 0xe866 || p[1] != 0xfffa
8202 return 0;
8204 _ACEOF
8205 if ac_fn_c_try_run "$LINENO"; then :
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8207 $as_echo "yes" >&6; }
8208 else
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8210 $as_echo "no" >&6; }
8211 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
8213 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8214 conftest.$ac_objext conftest.beam conftest.$ac_ext
8219 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8220 LIBWINE_RULES="
8221 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8223 all: libwine.dylib
8225 libwine.$libwine_version.dylib: \$(OBJS)
8226 \$(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 \$@
8228 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8229 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8231 libwine.dylib: libwine.$libwine_soversion.dylib
8232 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8234 install install-lib:: libwine.$libwine_version.dylib
8235 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8236 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8238 install install-dev::
8239 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8241 uninstall::
8242 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8246 as_fn_append LOADER_RULES "
8247 $wine_binary: main.o wine_info.plist
8248 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8250 wine-installed: main.o wine_info.plist
8251 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8255 linux-android*)
8256 DLLFLAGS="$DLLFLAGS -fPIC"
8257 DLLPREFIX="lib"
8258 LDEXECFLAGS=""
8259 dlldir="\${libdir}"
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8261 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8262 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8263 $as_echo_n "(cached) " >&6
8264 else
8265 ac_wine_try_cflags_saved=$CFLAGS
8266 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8268 /* end confdefs.h. */
8269 int main(int argc, char **argv) { return 0; }
8270 _ACEOF
8271 if ac_fn_c_try_link "$LINENO"; then :
8272 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8273 else
8274 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8276 rm -f core conftest.err conftest.$ac_objext \
8277 conftest$ac_exeext conftest.$ac_ext
8278 CFLAGS=$ac_wine_try_cflags_saved
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8281 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8282 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8283 LDEXECFLAGS="-Wl,--export-dynamic"
8285 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8287 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8288 if eval \${$as_ac_var+:} false; then :
8289 $as_echo_n "(cached) " >&6
8290 else
8291 ac_wine_try_cflags_saved=$CFLAGS
8292 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8294 /* end confdefs.h. */
8295 int main(int argc, char **argv) { return 0; }
8296 _ACEOF
8297 if ac_fn_c_try_link "$LINENO"; then :
8298 eval "$as_ac_var=yes"
8299 else
8300 eval "$as_ac_var=no"
8302 rm -f core conftest.err conftest.$ac_objext \
8303 conftest$ac_exeext conftest.$ac_ext
8304 CFLAGS=$ac_wine_try_cflags_saved
8306 eval ac_res=\$$as_ac_var
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8308 $as_echo "$ac_res" >&6; }
8309 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8310 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8311 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8312 else
8313 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8315 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8316 if eval \${$as_ac_var+:} false; then :
8317 $as_echo_n "(cached) " >&6
8318 else
8319 ac_wine_try_cflags_saved=$CFLAGS
8320 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8322 /* end confdefs.h. */
8323 int main(int argc, char **argv) { return 0; }
8324 _ACEOF
8325 if ac_fn_c_try_link "$LINENO"; then :
8326 eval "$as_ac_var=yes"
8327 else
8328 eval "$as_ac_var=no"
8330 rm -f core conftest.err conftest.$ac_objext \
8331 conftest$ac_exeext conftest.$ac_ext
8332 CFLAGS=$ac_wine_try_cflags_saved
8334 eval ac_res=\$$as_ac_var
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8336 $as_echo "$ac_res" >&6; }
8337 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8338 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8339 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8344 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8345 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8346 $as_echo_n "(cached) " >&6
8347 else
8348 ac_wine_try_cflags_saved=$CFLAGS
8349 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8351 /* end confdefs.h. */
8352 int main(int argc, char **argv) { return 0; }
8353 _ACEOF
8354 if ac_fn_c_try_link "$LINENO"; then :
8355 ac_cv_cflags__Wl___enable_new_dtags=yes
8356 else
8357 ac_cv_cflags__Wl___enable_new_dtags=no
8359 rm -f core conftest.err conftest.$ac_objext \
8360 conftest$ac_exeext conftest.$ac_ext
8361 CFLAGS=$ac_wine_try_cflags_saved
8363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8364 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8365 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8366 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8369 case $host_cpu in
8370 *i[3456789]86* | x86_64)
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8372 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8373 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8374 $as_echo_n "(cached) " >&6
8375 else
8376 ac_wine_try_cflags_saved=$CFLAGS
8377 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8379 /* end confdefs.h. */
8380 int main(int argc, char **argv) { return 0; }
8381 _ACEOF
8382 if ac_fn_c_try_link "$LINENO"; then :
8383 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8384 else
8385 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8387 rm -f core conftest.err conftest.$ac_objext \
8388 conftest$ac_exeext conftest.$ac_ext
8389 CFLAGS=$ac_wine_try_cflags_saved
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8392 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8393 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8394 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8397 esac
8399 libwine_targets="libwine.so"
8400 LIBWINE_RULES="
8401 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8403 all: libwine.so
8405 libwine.so: \$(OBJS)
8406 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8408 install install-lib:: libwine.so
8409 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8411 uninstall::
8412 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8416 as_fn_append LOADER_RULES "
8417 $wine_binary: main.o
8418 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8420 wine-installed: main.o
8421 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8426 DLLFLAGS="$DLLFLAGS -fPIC"
8427 LDEXECFLAGS=""
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8429 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8430 if ${ac_cv_c_dll_gnuelf+:} false; then :
8431 $as_echo_n "(cached) " >&6
8432 else
8433 ac_wine_try_cflags_saved=$CFLAGS
8434 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8436 /* end confdefs.h. */
8437 void myfunc() {}
8438 _ACEOF
8439 if ac_fn_c_try_link "$LINENO"; then :
8440 ac_cv_c_dll_gnuelf="yes"
8441 else
8442 ac_cv_c_dll_gnuelf="no"
8444 rm -f core conftest.err conftest.$ac_objext \
8445 conftest$ac_exeext conftest.$ac_ext
8446 CFLAGS=$ac_wine_try_cflags_saved
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8449 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8450 if test "$ac_cv_c_dll_gnuelf" = "yes"
8451 then
8452 LDSHARED="\$(CC) -shared"
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8454 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8455 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8456 $as_echo_n "(cached) " >&6
8457 else
8458 ac_wine_try_cflags_saved=$CFLAGS
8459 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8461 /* end confdefs.h. */
8462 int main(int argc, char **argv) { return 0; }
8463 _ACEOF
8464 if ac_fn_c_try_link "$LINENO"; then :
8465 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8466 else
8467 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8469 rm -f core conftest.err conftest.$ac_objext \
8470 conftest$ac_exeext conftest.$ac_ext
8471 CFLAGS=$ac_wine_try_cflags_saved
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8474 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8475 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8476 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8477 else
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8479 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8480 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8481 $as_echo_n "(cached) " >&6
8482 else
8483 ac_wine_try_cflags_saved=$CFLAGS
8484 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8486 /* end confdefs.h. */
8487 int main(int argc, char **argv) { return 0; }
8488 _ACEOF
8489 if ac_fn_c_try_link "$LINENO"; then :
8490 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8491 else
8492 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8494 rm -f core conftest.err conftest.$ac_objext \
8495 conftest$ac_exeext conftest.$ac_ext
8496 CFLAGS=$ac_wine_try_cflags_saved
8498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8499 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8500 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8501 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8505 echo '{ global: *; };' >conftest.map
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8507 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8508 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8509 $as_echo_n "(cached) " >&6
8510 else
8511 ac_wine_try_cflags_saved=$CFLAGS
8512 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8514 /* end confdefs.h. */
8515 int main(int argc, char **argv) { return 0; }
8516 _ACEOF
8517 if ac_fn_c_try_link "$LINENO"; then :
8518 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8519 else
8520 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8522 rm -f core conftest.err conftest.$ac_objext \
8523 conftest$ac_exeext conftest.$ac_ext
8524 CFLAGS=$ac_wine_try_cflags_saved
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8527 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8528 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8529 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8531 rm -f conftest.map
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8534 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8535 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8536 $as_echo_n "(cached) " >&6
8537 else
8538 ac_wine_try_cflags_saved=$CFLAGS
8539 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8541 /* end confdefs.h. */
8542 int main(int argc, char **argv) { return 0; }
8543 _ACEOF
8544 if ac_fn_c_try_link "$LINENO"; then :
8545 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8546 else
8547 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8549 rm -f core conftest.err conftest.$ac_objext \
8550 conftest$ac_exeext conftest.$ac_ext
8551 CFLAGS=$ac_wine_try_cflags_saved
8553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8554 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8555 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8556 LDEXECFLAGS="-Wl,--export-dynamic"
8559 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8561 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8562 if eval \${$as_ac_var+:} false; then :
8563 $as_echo_n "(cached) " >&6
8564 else
8565 ac_wine_try_cflags_saved=$CFLAGS
8566 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8568 /* end confdefs.h. */
8569 int main(int argc, char **argv) { return 0; }
8570 _ACEOF
8571 if ac_fn_c_try_link "$LINENO"; then :
8572 eval "$as_ac_var=yes"
8573 else
8574 eval "$as_ac_var=no"
8576 rm -f core conftest.err conftest.$ac_objext \
8577 conftest$ac_exeext conftest.$ac_ext
8578 CFLAGS=$ac_wine_try_cflags_saved
8580 eval ac_res=\$$as_ac_var
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8582 $as_echo "$ac_res" >&6; }
8583 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8584 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8585 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8586 else
8587 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8589 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8590 if eval \${$as_ac_var+:} false; then :
8591 $as_echo_n "(cached) " >&6
8592 else
8593 ac_wine_try_cflags_saved=$CFLAGS
8594 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8596 /* end confdefs.h. */
8597 int main(int argc, char **argv) { return 0; }
8598 _ACEOF
8599 if ac_fn_c_try_link "$LINENO"; then :
8600 eval "$as_ac_var=yes"
8601 else
8602 eval "$as_ac_var=no"
8604 rm -f core conftest.err conftest.$ac_objext \
8605 conftest$ac_exeext conftest.$ac_ext
8606 CFLAGS=$ac_wine_try_cflags_saved
8608 eval ac_res=\$$as_ac_var
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8610 $as_echo "$ac_res" >&6; }
8611 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8612 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8613 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8618 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8619 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8620 $as_echo_n "(cached) " >&6
8621 else
8622 ac_wine_try_cflags_saved=$CFLAGS
8623 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8625 /* end confdefs.h. */
8626 int main(int argc, char **argv) { return 0; }
8627 _ACEOF
8628 if ac_fn_c_try_link "$LINENO"; then :
8629 ac_cv_cflags__Wl___enable_new_dtags=yes
8630 else
8631 ac_cv_cflags__Wl___enable_new_dtags=no
8633 rm -f core conftest.err conftest.$ac_objext \
8634 conftest$ac_exeext conftest.$ac_ext
8635 CFLAGS=$ac_wine_try_cflags_saved
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8638 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8639 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8640 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8643 case $host_cpu in
8644 *i[3456789]86* | x86_64)
8645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8646 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8647 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8648 $as_echo_n "(cached) " >&6
8649 else
8650 ac_wine_try_cflags_saved=$CFLAGS
8651 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8653 /* end confdefs.h. */
8654 int main(int argc, char **argv) { return 0; }
8655 _ACEOF
8656 if ac_fn_c_try_link "$LINENO"; then :
8657 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8658 else
8659 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8661 rm -f core conftest.err conftest.$ac_objext \
8662 conftest$ac_exeext conftest.$ac_ext
8663 CFLAGS=$ac_wine_try_cflags_saved
8665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8666 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8667 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8668 case $host_os in
8669 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8670 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8671 esac
8674 # Extract the first word of "prelink", so it can be a program name with args.
8675 set dummy prelink; ac_word=$2
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8677 $as_echo_n "checking for $ac_word... " >&6; }
8678 if ${ac_cv_path_PRELINK+:} false; then :
8679 $as_echo_n "(cached) " >&6
8680 else
8681 case $PRELINK in
8682 [\\/]* | ?:[\\/]*)
8683 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8687 for as_dir in /sbin /usr/sbin $PATH
8689 IFS=$as_save_IFS
8690 test -z "$as_dir" && as_dir=.
8691 for ac_exec_ext in '' $ac_executable_extensions; do
8692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8693 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8695 break 2
8697 done
8698 done
8699 IFS=$as_save_IFS
8701 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8703 esac
8705 PRELINK=$ac_cv_path_PRELINK
8706 if test -n "$PRELINK"; then
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8708 $as_echo "$PRELINK" >&6; }
8709 else
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8711 $as_echo "no" >&6; }
8715 if test "x$PRELINK" = xfalse
8716 then
8717 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
8720 esac
8722 else
8723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8724 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8725 if ${ac_cv_c_dll_unixware+:} false; then :
8726 $as_echo_n "(cached) " >&6
8727 else
8728 ac_wine_try_cflags_saved=$CFLAGS
8729 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8731 /* end confdefs.h. */
8732 void myfunc() {}
8733 _ACEOF
8734 if ac_fn_c_try_link "$LINENO"; then :
8735 ac_cv_c_dll_unixware="yes"
8736 else
8737 ac_cv_c_dll_unixware="no"
8739 rm -f core conftest.err conftest.$ac_objext \
8740 conftest$ac_exeext conftest.$ac_ext
8741 CFLAGS=$ac_wine_try_cflags_saved
8743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8744 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8745 if test "$ac_cv_c_dll_unixware" = "yes"
8746 then
8747 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8750 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8751 LIBWINE_RULES="
8752 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8754 all: libwine.so
8756 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8757 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8759 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8760 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8762 libwine.so: libwine.so.$libwine_soversion
8763 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8765 install install-lib:: libwine.so.$libwine_version
8766 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8767 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8769 install install-dev::
8770 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8772 uninstall::
8773 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8777 as_fn_append LOADER_RULES "
8778 $wine_binary: main.o
8779 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8781 wine-installed: main.o
8782 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8785 esac
8787 as_fn_append LIBWINE_RULES "
8788 EXTRA_TARGETS = $libwine_targets
8791 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8792 enable_winemac_drv=${enable_winemac_drv:-no}
8794 CROSSTARGET=""
8796 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8797 then
8798 case "$host_cpu" in
8799 i[3456789]86*)
8800 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
8801 mingw32-gcc" ;;
8802 x86_64)
8803 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 " ;;
8805 ac_prefix_list="" ;;
8806 esac
8807 for ac_prog in $ac_prefix_list
8809 # Extract the first word of "$ac_prog", so it can be a program name with args.
8810 set dummy $ac_prog; ac_word=$2
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8812 $as_echo_n "checking for $ac_word... " >&6; }
8813 if ${ac_cv_prog_CROSSCC+:} false; then :
8814 $as_echo_n "(cached) " >&6
8815 else
8816 if test -n "$CROSSCC"; then
8817 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8818 else
8819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8820 for as_dir in $PATH
8822 IFS=$as_save_IFS
8823 test -z "$as_dir" && as_dir=.
8824 for ac_exec_ext in '' $ac_executable_extensions; do
8825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8826 ac_cv_prog_CROSSCC="$ac_prog"
8827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8828 break 2
8830 done
8831 done
8832 IFS=$as_save_IFS
8836 CROSSCC=$ac_cv_prog_CROSSCC
8837 if test -n "$CROSSCC"; then
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8839 $as_echo "$CROSSCC" >&6; }
8840 else
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8842 $as_echo "no" >&6; }
8846 test -n "$CROSSCC" && break
8847 done
8848 test -n "$CROSSCC" || CROSSCC="false"
8850 if test "$CROSSCC" != "false"
8851 then
8852 ac_save_CC="$CC"
8853 CC="$CROSSCC"
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8855 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8857 /* end confdefs.h. */
8860 main ()
8864 return 0;
8866 _ACEOF
8867 if ac_fn_c_try_compile "$LINENO"; then :
8868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8869 $as_echo "yes" >&6; }
8870 set x $CROSSCC
8871 shift
8872 while test $# -ge 1
8874 case "$1" in
8875 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8876 esac
8877 shift
8878 done
8879 else
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8881 $as_echo "no" >&6; }
8883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8884 CC="$ac_save_CC"
8889 if test "$ac_cv_header_pthread_h" = "yes"
8890 then
8891 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8892 if test "x$ac_cv_func_pthread_create" = xyes; then :
8894 else
8895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8896 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8897 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8898 $as_echo_n "(cached) " >&6
8899 else
8900 ac_check_lib_save_LIBS=$LIBS
8901 LIBS="-lpthread $LIBS"
8902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8903 /* end confdefs.h. */
8905 /* Override any GCC internal prototype to avoid an error.
8906 Use char because int might match the return type of a GCC
8907 builtin and then its argument prototype would still apply. */
8908 #ifdef __cplusplus
8909 extern "C"
8910 #endif
8911 char pthread_create ();
8913 main ()
8915 return pthread_create ();
8917 return 0;
8919 _ACEOF
8920 if ac_fn_c_try_link "$LINENO"; then :
8921 ac_cv_lib_pthread_pthread_create=yes
8922 else
8923 ac_cv_lib_pthread_pthread_create=no
8925 rm -f core conftest.err conftest.$ac_objext \
8926 conftest$ac_exeext conftest.$ac_ext
8927 LIBS=$ac_check_lib_save_LIBS
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8930 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8931 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8932 PTHREAD_LIBS="-lpthread"
8939 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8940 case "x$with_pthread" in
8941 xno) ;;
8942 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8943 Wine cannot support threads without libpthread.
8944 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8945 esac
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8950 $as_echo_n "checking for X... " >&6; }
8953 # Check whether --with-x was given.
8954 if test "${with_x+set}" = set; then :
8955 withval=$with_x;
8958 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8959 if test "x$with_x" = xno; then
8960 # The user explicitly disabled X.
8961 have_x=disabled
8962 else
8963 case $x_includes,$x_libraries in #(
8964 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8965 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8966 $as_echo_n "(cached) " >&6
8967 else
8968 # One or both of the vars are not set, and there is no cached value.
8969 ac_x_includes=no ac_x_libraries=no
8970 rm -f -r conftest.dir
8971 if mkdir conftest.dir; then
8972 cd conftest.dir
8973 cat >Imakefile <<'_ACEOF'
8974 incroot:
8975 @echo incroot='${INCROOT}'
8976 usrlibdir:
8977 @echo usrlibdir='${USRLIBDIR}'
8978 libdir:
8979 @echo libdir='${LIBDIR}'
8980 _ACEOF
8981 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8982 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8983 for ac_var in incroot usrlibdir libdir; do
8984 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8985 done
8986 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8987 for ac_extension in a so sl dylib la dll; do
8988 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8989 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8990 ac_im_usrlibdir=$ac_im_libdir; break
8992 done
8993 # Screen out bogus values from the imake configuration. They are
8994 # bogus both because they are the default anyway, and because
8995 # using them would break gcc on systems where it needs fixed includes.
8996 case $ac_im_incroot in
8997 /usr/include) ac_x_includes= ;;
8998 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8999 esac
9000 case $ac_im_usrlibdir in
9001 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9002 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9003 esac
9005 cd ..
9006 rm -f -r conftest.dir
9009 # Standard set of common directories for X headers.
9010 # Check X11 before X11Rn because it is often a symlink to the current release.
9011 ac_x_header_dirs='
9012 /usr/X11/include
9013 /usr/X11R7/include
9014 /usr/X11R6/include
9015 /usr/X11R5/include
9016 /usr/X11R4/include
9018 /usr/include/X11
9019 /usr/include/X11R7
9020 /usr/include/X11R6
9021 /usr/include/X11R5
9022 /usr/include/X11R4
9024 /usr/local/X11/include
9025 /usr/local/X11R7/include
9026 /usr/local/X11R6/include
9027 /usr/local/X11R5/include
9028 /usr/local/X11R4/include
9030 /usr/local/include/X11
9031 /usr/local/include/X11R7
9032 /usr/local/include/X11R6
9033 /usr/local/include/X11R5
9034 /usr/local/include/X11R4
9036 /usr/X386/include
9037 /usr/x386/include
9038 /usr/XFree86/include/X11
9040 /usr/include
9041 /usr/local/include
9042 /usr/unsupported/include
9043 /usr/athena/include
9044 /usr/local/x11r5/include
9045 /usr/lpp/Xamples/include
9047 /usr/openwin/include
9048 /usr/openwin/share/include'
9050 if test "$ac_x_includes" = no; then
9051 # Guess where to find include files, by looking for Xlib.h.
9052 # First, try using that file with no special directory specified.
9053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9054 /* end confdefs.h. */
9055 #include <X11/Xlib.h>
9056 _ACEOF
9057 if ac_fn_c_try_cpp "$LINENO"; then :
9058 # We can compile using X headers with no special include directory.
9059 ac_x_includes=
9060 else
9061 for ac_dir in $ac_x_header_dirs; do
9062 if test -r "$ac_dir/X11/Xlib.h"; then
9063 ac_x_includes=$ac_dir
9064 break
9066 done
9068 rm -f conftest.err conftest.i conftest.$ac_ext
9069 fi # $ac_x_includes = no
9071 if test "$ac_x_libraries" = no; then
9072 # Check for the libraries.
9073 # See if we find them without any special options.
9074 # Don't add to $LIBS permanently.
9075 ac_save_LIBS=$LIBS
9076 LIBS="-lX11 $LIBS"
9077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9078 /* end confdefs.h. */
9079 #include <X11/Xlib.h>
9081 main ()
9083 XrmInitialize ()
9085 return 0;
9087 _ACEOF
9088 if ac_fn_c_try_link "$LINENO"; then :
9089 LIBS=$ac_save_LIBS
9090 # We can link X programs with no special library path.
9091 ac_x_libraries=
9092 else
9093 LIBS=$ac_save_LIBS
9094 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9096 # Don't even attempt the hair of trying to link an X program!
9097 for ac_extension in a so sl dylib la dll; do
9098 if test -r "$ac_dir/libX11.$ac_extension"; then
9099 ac_x_libraries=$ac_dir
9100 break 2
9102 done
9103 done
9105 rm -f core conftest.err conftest.$ac_objext \
9106 conftest$ac_exeext conftest.$ac_ext
9107 fi # $ac_x_libraries = no
9109 case $ac_x_includes,$ac_x_libraries in #(
9110 no,* | *,no | *\'*)
9111 # Didn't find X, or a directory has "'" in its name.
9112 ac_cv_have_x="have_x=no";; #(
9114 # Record where we found X for the cache.
9115 ac_cv_have_x="have_x=yes\
9116 ac_x_includes='$ac_x_includes'\
9117 ac_x_libraries='$ac_x_libraries'"
9118 esac
9120 ;; #(
9121 *) have_x=yes;;
9122 esac
9123 eval "$ac_cv_have_x"
9124 fi # $with_x != no
9126 if test "$have_x" != yes; then
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9128 $as_echo "$have_x" >&6; }
9129 no_x=yes
9130 else
9131 # If each of the values was on the command line, it overrides each guess.
9132 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9133 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9134 # Update the cache value to reflect the command line values.
9135 ac_cv_have_x="have_x=yes\
9136 ac_x_includes='$x_includes'\
9137 ac_x_libraries='$x_libraries'"
9138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9139 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9142 if test "$no_x" = yes; then
9143 # Not all programs may use this symbol, but it does not hurt to define it.
9145 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9147 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9148 else
9149 if test -n "$x_includes"; then
9150 X_CFLAGS="$X_CFLAGS -I$x_includes"
9153 # It would also be nice to do this for all -L options, not just this one.
9154 if test -n "$x_libraries"; then
9155 X_LIBS="$X_LIBS -L$x_libraries"
9156 # For Solaris; some versions of Sun CC require a space after -R and
9157 # others require no space. Words are not sufficient . . . .
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9159 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9160 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9161 ac_xsave_c_werror_flag=$ac_c_werror_flag
9162 ac_c_werror_flag=yes
9163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9164 /* end confdefs.h. */
9167 main ()
9171 return 0;
9173 _ACEOF
9174 if ac_fn_c_try_link "$LINENO"; then :
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9176 $as_echo "no" >&6; }
9177 X_LIBS="$X_LIBS -R$x_libraries"
9178 else
9179 LIBS="$ac_xsave_LIBS -R $x_libraries"
9180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9181 /* end confdefs.h. */
9184 main ()
9188 return 0;
9190 _ACEOF
9191 if ac_fn_c_try_link "$LINENO"; then :
9192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9193 $as_echo "yes" >&6; }
9194 X_LIBS="$X_LIBS -R $x_libraries"
9195 else
9196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9197 $as_echo "neither works" >&6; }
9199 rm -f core conftest.err conftest.$ac_objext \
9200 conftest$ac_exeext conftest.$ac_ext
9202 rm -f core conftest.err conftest.$ac_objext \
9203 conftest$ac_exeext conftest.$ac_ext
9204 ac_c_werror_flag=$ac_xsave_c_werror_flag
9205 LIBS=$ac_xsave_LIBS
9208 # Check for system-dependent libraries X programs must link with.
9209 # Do this before checking for the system-independent R6 libraries
9210 # (-lICE), since we may need -lsocket or whatever for X linking.
9212 if test "$ISC" = yes; then
9213 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9214 else
9215 # Martyn Johnson says this is needed for Ultrix, if the X
9216 # libraries were built with DECnet support. And Karl Berry says
9217 # the Alpha needs dnet_stub (dnet does not exist).
9218 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9222 /* Override any GCC internal prototype to avoid an error.
9223 Use char because int might match the return type of a GCC
9224 builtin and then its argument prototype would still apply. */
9225 #ifdef __cplusplus
9226 extern "C"
9227 #endif
9228 char XOpenDisplay ();
9230 main ()
9232 return XOpenDisplay ();
9234 return 0;
9236 _ACEOF
9237 if ac_fn_c_try_link "$LINENO"; then :
9239 else
9240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9241 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9242 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9243 $as_echo_n "(cached) " >&6
9244 else
9245 ac_check_lib_save_LIBS=$LIBS
9246 LIBS="-ldnet $LIBS"
9247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9248 /* end confdefs.h. */
9250 /* Override any GCC internal prototype to avoid an error.
9251 Use char because int might match the return type of a GCC
9252 builtin and then its argument prototype would still apply. */
9253 #ifdef __cplusplus
9254 extern "C"
9255 #endif
9256 char dnet_ntoa ();
9258 main ()
9260 return dnet_ntoa ();
9262 return 0;
9264 _ACEOF
9265 if ac_fn_c_try_link "$LINENO"; then :
9266 ac_cv_lib_dnet_dnet_ntoa=yes
9267 else
9268 ac_cv_lib_dnet_dnet_ntoa=no
9270 rm -f core conftest.err conftest.$ac_objext \
9271 conftest$ac_exeext conftest.$ac_ext
9272 LIBS=$ac_check_lib_save_LIBS
9274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9275 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9276 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9277 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9280 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9282 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9283 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9284 $as_echo_n "(cached) " >&6
9285 else
9286 ac_check_lib_save_LIBS=$LIBS
9287 LIBS="-ldnet_stub $LIBS"
9288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9289 /* end confdefs.h. */
9291 /* Override any GCC internal prototype to avoid an error.
9292 Use char because int might match the return type of a GCC
9293 builtin and then its argument prototype would still apply. */
9294 #ifdef __cplusplus
9295 extern "C"
9296 #endif
9297 char dnet_ntoa ();
9299 main ()
9301 return dnet_ntoa ();
9303 return 0;
9305 _ACEOF
9306 if ac_fn_c_try_link "$LINENO"; then :
9307 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9308 else
9309 ac_cv_lib_dnet_stub_dnet_ntoa=no
9311 rm -f core conftest.err conftest.$ac_objext \
9312 conftest$ac_exeext conftest.$ac_ext
9313 LIBS=$ac_check_lib_save_LIBS
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9316 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9317 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9318 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9323 rm -f core conftest.err conftest.$ac_objext \
9324 conftest$ac_exeext conftest.$ac_ext
9325 LIBS="$ac_xsave_LIBS"
9327 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9328 # to get the SysV transport functions.
9329 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9330 # needs -lnsl.
9331 # The nsl library prevents programs from opening the X display
9332 # on Irix 5.2, according to T.E. Dickey.
9333 # The functions gethostbyname, getservbyname, and inet_addr are
9334 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9335 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9336 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9340 if test $ac_cv_func_gethostbyname = no; then
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9342 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9343 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9344 $as_echo_n "(cached) " >&6
9345 else
9346 ac_check_lib_save_LIBS=$LIBS
9347 LIBS="-lnsl $LIBS"
9348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9349 /* end confdefs.h. */
9351 /* Override any GCC internal prototype to avoid an error.
9352 Use char because int might match the return type of a GCC
9353 builtin and then its argument prototype would still apply. */
9354 #ifdef __cplusplus
9355 extern "C"
9356 #endif
9357 char gethostbyname ();
9359 main ()
9361 return gethostbyname ();
9363 return 0;
9365 _ACEOF
9366 if ac_fn_c_try_link "$LINENO"; then :
9367 ac_cv_lib_nsl_gethostbyname=yes
9368 else
9369 ac_cv_lib_nsl_gethostbyname=no
9371 rm -f core conftest.err conftest.$ac_objext \
9372 conftest$ac_exeext conftest.$ac_ext
9373 LIBS=$ac_check_lib_save_LIBS
9375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9376 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9377 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9378 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9381 if test $ac_cv_lib_nsl_gethostbyname = no; then
9382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9383 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9384 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9385 $as_echo_n "(cached) " >&6
9386 else
9387 ac_check_lib_save_LIBS=$LIBS
9388 LIBS="-lbsd $LIBS"
9389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9390 /* end confdefs.h. */
9392 /* Override any GCC internal prototype to avoid an error.
9393 Use char because int might match the return type of a GCC
9394 builtin and then its argument prototype would still apply. */
9395 #ifdef __cplusplus
9396 extern "C"
9397 #endif
9398 char gethostbyname ();
9400 main ()
9402 return gethostbyname ();
9404 return 0;
9406 _ACEOF
9407 if ac_fn_c_try_link "$LINENO"; then :
9408 ac_cv_lib_bsd_gethostbyname=yes
9409 else
9410 ac_cv_lib_bsd_gethostbyname=no
9412 rm -f core conftest.err conftest.$ac_objext \
9413 conftest$ac_exeext conftest.$ac_ext
9414 LIBS=$ac_check_lib_save_LIBS
9416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9417 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9418 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9419 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9425 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9426 # socket/setsockopt and other routines are undefined under SCO ODT
9427 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9428 # on later versions), says Simon Leinen: it contains gethostby*
9429 # variants that don't use the name server (or something). -lsocket
9430 # must be given before -lnsl if both are needed. We assume that
9431 # if connect needs -lnsl, so does gethostbyname.
9432 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9433 if test "x$ac_cv_func_connect" = xyes; then :
9437 if test $ac_cv_func_connect = no; then
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9439 $as_echo_n "checking for connect in -lsocket... " >&6; }
9440 if ${ac_cv_lib_socket_connect+:} false; then :
9441 $as_echo_n "(cached) " >&6
9442 else
9443 ac_check_lib_save_LIBS=$LIBS
9444 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9446 /* end confdefs.h. */
9448 /* Override any GCC internal prototype to avoid an error.
9449 Use char because int might match the return type of a GCC
9450 builtin and then its argument prototype would still apply. */
9451 #ifdef __cplusplus
9452 extern "C"
9453 #endif
9454 char connect ();
9456 main ()
9458 return connect ();
9460 return 0;
9462 _ACEOF
9463 if ac_fn_c_try_link "$LINENO"; then :
9464 ac_cv_lib_socket_connect=yes
9465 else
9466 ac_cv_lib_socket_connect=no
9468 rm -f core conftest.err conftest.$ac_objext \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_lib_save_LIBS
9472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9473 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9474 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9475 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9480 # Guillermo Gomez says -lposix is necessary on A/UX.
9481 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9482 if test "x$ac_cv_func_remove" = xyes; then :
9486 if test $ac_cv_func_remove = no; then
9487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9488 $as_echo_n "checking for remove in -lposix... " >&6; }
9489 if ${ac_cv_lib_posix_remove+:} false; then :
9490 $as_echo_n "(cached) " >&6
9491 else
9492 ac_check_lib_save_LIBS=$LIBS
9493 LIBS="-lposix $LIBS"
9494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9495 /* end confdefs.h. */
9497 /* Override any GCC internal prototype to avoid an error.
9498 Use char because int might match the return type of a GCC
9499 builtin and then its argument prototype would still apply. */
9500 #ifdef __cplusplus
9501 extern "C"
9502 #endif
9503 char remove ();
9505 main ()
9507 return remove ();
9509 return 0;
9511 _ACEOF
9512 if ac_fn_c_try_link "$LINENO"; then :
9513 ac_cv_lib_posix_remove=yes
9514 else
9515 ac_cv_lib_posix_remove=no
9517 rm -f core conftest.err conftest.$ac_objext \
9518 conftest$ac_exeext conftest.$ac_ext
9519 LIBS=$ac_check_lib_save_LIBS
9521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9522 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9523 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9524 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9529 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9530 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9531 if test "x$ac_cv_func_shmat" = xyes; then :
9535 if test $ac_cv_func_shmat = no; then
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9537 $as_echo_n "checking for shmat in -lipc... " >&6; }
9538 if ${ac_cv_lib_ipc_shmat+:} false; then :
9539 $as_echo_n "(cached) " >&6
9540 else
9541 ac_check_lib_save_LIBS=$LIBS
9542 LIBS="-lipc $LIBS"
9543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9544 /* end confdefs.h. */
9546 /* Override any GCC internal prototype to avoid an error.
9547 Use char because int might match the return type of a GCC
9548 builtin and then its argument prototype would still apply. */
9549 #ifdef __cplusplus
9550 extern "C"
9551 #endif
9552 char shmat ();
9554 main ()
9556 return shmat ();
9558 return 0;
9560 _ACEOF
9561 if ac_fn_c_try_link "$LINENO"; then :
9562 ac_cv_lib_ipc_shmat=yes
9563 else
9564 ac_cv_lib_ipc_shmat=no
9566 rm -f core conftest.err conftest.$ac_objext \
9567 conftest$ac_exeext conftest.$ac_ext
9568 LIBS=$ac_check_lib_save_LIBS
9570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9571 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9572 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9573 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9579 # Check for libraries that X11R6 Xt/Xaw programs need.
9580 ac_save_LDFLAGS=$LDFLAGS
9581 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9582 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9583 # check for ICE first), but we must link in the order -lSM -lICE or
9584 # we get undefined symbols. So assume we have SM if we have ICE.
9585 # These have to be linked with before -lX11, unlike the other
9586 # libraries we check for below, so use a different variable.
9587 # John Interrante, Karl Berry
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9589 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9590 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9591 $as_echo_n "(cached) " >&6
9592 else
9593 ac_check_lib_save_LIBS=$LIBS
9594 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9596 /* end confdefs.h. */
9598 /* Override any GCC internal prototype to avoid an error.
9599 Use char because int might match the return type of a GCC
9600 builtin and then its argument prototype would still apply. */
9601 #ifdef __cplusplus
9602 extern "C"
9603 #endif
9604 char IceConnectionNumber ();
9606 main ()
9608 return IceConnectionNumber ();
9610 return 0;
9612 _ACEOF
9613 if ac_fn_c_try_link "$LINENO"; then :
9614 ac_cv_lib_ICE_IceConnectionNumber=yes
9615 else
9616 ac_cv_lib_ICE_IceConnectionNumber=no
9618 rm -f core conftest.err conftest.$ac_objext \
9619 conftest$ac_exeext conftest.$ac_ext
9620 LIBS=$ac_check_lib_save_LIBS
9622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9623 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9624 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9625 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9628 LDFLAGS=$ac_save_LDFLAGS
9633 if test "$have_x" = "yes"
9634 then
9635 ac_save_CPPFLAGS="$CPPFLAGS"
9636 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9639 $as_echo_n "checking for -lX11... " >&6; }
9640 if ${ac_cv_lib_soname_X11+:} false; then :
9641 $as_echo_n "(cached) " >&6
9642 else
9643 ac_check_soname_save_LIBS=$LIBS
9644 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9646 /* end confdefs.h. */
9648 /* Override any GCC internal prototype to avoid an error.
9649 Use char because int might match the return type of a GCC
9650 builtin and then its argument prototype would still apply. */
9651 #ifdef __cplusplus
9652 extern "C"
9653 #endif
9654 char XCreateWindow ();
9656 main ()
9658 return XCreateWindow ();
9660 return 0;
9662 _ACEOF
9663 if ac_fn_c_try_link "$LINENO"; then :
9664 case "$LIBEXT" in
9665 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9666 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'` ;;
9667 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9668 if ${ac_cv_lib_soname_X11:+false} :; then :
9669 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9670 fi ;;
9671 esac
9673 rm -f core conftest.err conftest.$ac_objext \
9674 conftest$ac_exeext conftest.$ac_ext
9675 LIBS=$ac_check_soname_save_LIBS
9677 if ${ac_cv_lib_soname_X11:+false} :; then :
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9679 $as_echo "not found" >&6; }
9681 else
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9683 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9685 cat >>confdefs.h <<_ACEOF
9686 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9687 _ACEOF
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9692 $as_echo_n "checking for -lXext... " >&6; }
9693 if ${ac_cv_lib_soname_Xext+:} false; then :
9694 $as_echo_n "(cached) " >&6
9695 else
9696 ac_check_soname_save_LIBS=$LIBS
9697 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9699 /* end confdefs.h. */
9701 /* Override any GCC internal prototype to avoid an error.
9702 Use char because int might match the return type of a GCC
9703 builtin and then its argument prototype would still apply. */
9704 #ifdef __cplusplus
9705 extern "C"
9706 #endif
9707 char XextCreateExtension ();
9709 main ()
9711 return XextCreateExtension ();
9713 return 0;
9715 _ACEOF
9716 if ac_fn_c_try_link "$LINENO"; then :
9717 case "$LIBEXT" in
9718 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9719 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'` ;;
9720 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9721 if ${ac_cv_lib_soname_Xext:+false} :; then :
9722 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9723 fi ;;
9724 esac
9726 rm -f core conftest.err conftest.$ac_objext \
9727 conftest$ac_exeext conftest.$ac_ext
9728 LIBS=$ac_check_soname_save_LIBS
9730 if ${ac_cv_lib_soname_Xext:+false} :; then :
9731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9732 $as_echo "not found" >&6; }
9734 else
9735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9736 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9738 cat >>confdefs.h <<_ACEOF
9739 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9740 _ACEOF
9742 X_LIBS="$X_LIBS -lXext"
9744 X_LIBS="$X_LIBS -lX11"
9746 for ac_header in X11/Xlib.h \
9747 X11/XKBlib.h \
9748 X11/Xutil.h \
9749 X11/Xcursor/Xcursor.h \
9750 X11/extensions/shape.h \
9751 X11/extensions/XInput.h \
9752 X11/extensions/XInput2.h \
9753 X11/extensions/XShm.h \
9754 X11/extensions/Xcomposite.h \
9755 X11/extensions/Xinerama.h \
9756 X11/extensions/Xrandr.h \
9757 X11/extensions/Xrender.h \
9758 X11/extensions/xf86vmode.h \
9759 X11/extensions/xf86vmproto.h
9760 do :
9761 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9762 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9763 # include <X11/Xlib.h>
9764 #endif
9765 #ifdef HAVE_X11_XUTIL_H
9766 # include <X11/Xutil.h>
9767 #endif
9769 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9770 cat >>confdefs.h <<_ACEOF
9771 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9772 _ACEOF
9776 done
9779 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9780 then
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9782 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9783 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9784 $as_echo_n "(cached) " >&6
9785 else
9786 ac_check_lib_save_LIBS=$LIBS
9787 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9789 /* end confdefs.h. */
9791 /* Override any GCC internal prototype to avoid an error.
9792 Use char because int might match the return type of a GCC
9793 builtin and then its argument prototype would still apply. */
9794 #ifdef __cplusplus
9795 extern "C"
9796 #endif
9797 char XkbQueryExtension ();
9799 main ()
9801 return XkbQueryExtension ();
9803 return 0;
9805 _ACEOF
9806 if ac_fn_c_try_link "$LINENO"; then :
9807 ac_cv_lib_X11_XkbQueryExtension=yes
9808 else
9809 ac_cv_lib_X11_XkbQueryExtension=no
9811 rm -f core conftest.err conftest.$ac_objext \
9812 conftest$ac_exeext conftest.$ac_ext
9813 LIBS=$ac_check_lib_save_LIBS
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9816 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9817 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9819 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9825 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9826 then
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9828 $as_echo_n "checking for -lXcursor... " >&6; }
9829 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9830 $as_echo_n "(cached) " >&6
9831 else
9832 ac_check_soname_save_LIBS=$LIBS
9833 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9835 /* end confdefs.h. */
9837 /* Override any GCC internal prototype to avoid an error.
9838 Use char because int might match the return type of a GCC
9839 builtin and then its argument prototype would still apply. */
9840 #ifdef __cplusplus
9841 extern "C"
9842 #endif
9843 char XcursorImageLoadCursor ();
9845 main ()
9847 return XcursorImageLoadCursor ();
9849 return 0;
9851 _ACEOF
9852 if ac_fn_c_try_link "$LINENO"; then :
9853 case "$LIBEXT" in
9854 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9855 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'` ;;
9856 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9857 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9858 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9859 fi ;;
9860 esac
9862 rm -f core conftest.err conftest.$ac_objext \
9863 conftest$ac_exeext conftest.$ac_ext
9864 LIBS=$ac_check_soname_save_LIBS
9866 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9868 $as_echo "not found" >&6; }
9870 else
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9872 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9874 cat >>confdefs.h <<_ACEOF
9875 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9876 _ACEOF
9881 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9882 case "x$with_xcursor" in
9883 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9884 xno) ;;
9885 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9886 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9887 esac
9890 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9891 then
9892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9893 $as_echo_n "checking for -lXi... " >&6; }
9894 if ${ac_cv_lib_soname_Xi+:} false; then :
9895 $as_echo_n "(cached) " >&6
9896 else
9897 ac_check_soname_save_LIBS=$LIBS
9898 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9900 /* end confdefs.h. */
9902 /* Override any GCC internal prototype to avoid an error.
9903 Use char because int might match the return type of a GCC
9904 builtin and then its argument prototype would still apply. */
9905 #ifdef __cplusplus
9906 extern "C"
9907 #endif
9908 char XOpenDevice ();
9910 main ()
9912 return XOpenDevice ();
9914 return 0;
9916 _ACEOF
9917 if ac_fn_c_try_link "$LINENO"; then :
9918 case "$LIBEXT" in
9919 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9920 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'` ;;
9921 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9922 if ${ac_cv_lib_soname_Xi:+false} :; then :
9923 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9924 fi ;;
9925 esac
9927 rm -f core conftest.err conftest.$ac_objext \
9928 conftest$ac_exeext conftest.$ac_ext
9929 LIBS=$ac_check_soname_save_LIBS
9931 if ${ac_cv_lib_soname_Xi:+false} :; then :
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9933 $as_echo "not found" >&6; }
9935 else
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9937 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9939 cat >>confdefs.h <<_ACEOF
9940 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9941 _ACEOF
9946 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9947 case "x$with_xinput" in
9948 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9949 xno) ;;
9950 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9951 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9952 esac
9955 if test "x$ac_cv_lib_soname_Xi" != x
9956 then
9957 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9958 case "x$with_xinput2" in
9959 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9960 xno) ;;
9961 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9962 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9963 esac
9967 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9968 then
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9970 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9971 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9972 $as_echo_n "(cached) " >&6
9973 else
9974 ac_check_lib_save_LIBS=$LIBS
9975 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9977 /* end confdefs.h. */
9979 /* Override any GCC internal prototype to avoid an error.
9980 Use char because int might match the return type of a GCC
9981 builtin and then its argument prototype would still apply. */
9982 #ifdef __cplusplus
9983 extern "C"
9984 #endif
9985 char XShmQueryExtension ();
9987 main ()
9989 return XShmQueryExtension ();
9991 return 0;
9993 _ACEOF
9994 if ac_fn_c_try_link "$LINENO"; then :
9995 ac_cv_lib_Xext_XShmQueryExtension=yes
9996 else
9997 ac_cv_lib_Xext_XShmQueryExtension=no
9999 rm -f core conftest.err conftest.$ac_objext \
10000 conftest$ac_exeext conftest.$ac_ext
10001 LIBS=$ac_check_lib_save_LIBS
10003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10004 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10005 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10007 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10012 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10013 case "x$with_xshm" in
10014 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10015 xno) ;;
10016 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10017 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10018 esac
10021 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10022 then
10023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10024 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10025 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10026 $as_echo_n "(cached) " >&6
10027 else
10028 ac_check_lib_save_LIBS=$LIBS
10029 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10031 /* end confdefs.h. */
10033 /* Override any GCC internal prototype to avoid an error.
10034 Use char because int might match the return type of a GCC
10035 builtin and then its argument prototype would still apply. */
10036 #ifdef __cplusplus
10037 extern "C"
10038 #endif
10039 char XShapeQueryExtension ();
10041 main ()
10043 return XShapeQueryExtension ();
10045 return 0;
10047 _ACEOF
10048 if ac_fn_c_try_link "$LINENO"; then :
10049 ac_cv_lib_Xext_XShapeQueryExtension=yes
10050 else
10051 ac_cv_lib_Xext_XShapeQueryExtension=no
10053 rm -f core conftest.err conftest.$ac_objext \
10054 conftest$ac_exeext conftest.$ac_ext
10055 LIBS=$ac_check_lib_save_LIBS
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10058 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10059 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10061 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10066 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10067 case "x$with_xshape" in
10068 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10069 xno) ;;
10070 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10071 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10072 esac
10075 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10076 then
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10078 $as_echo_n "checking for -lXxf86vm... " >&6; }
10079 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10080 $as_echo_n "(cached) " >&6
10081 else
10082 ac_check_soname_save_LIBS=$LIBS
10083 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10085 /* end confdefs.h. */
10087 /* Override any GCC internal prototype to avoid an error.
10088 Use char because int might match the return type of a GCC
10089 builtin and then its argument prototype would still apply. */
10090 #ifdef __cplusplus
10091 extern "C"
10092 #endif
10093 char XF86VidModeQueryExtension ();
10095 main ()
10097 return XF86VidModeQueryExtension ();
10099 return 0;
10101 _ACEOF
10102 if ac_fn_c_try_link "$LINENO"; then :
10103 case "$LIBEXT" in
10104 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10105 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'` ;;
10106 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10107 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10108 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10109 fi ;;
10110 esac
10112 rm -f core conftest.err conftest.$ac_objext \
10113 conftest$ac_exeext conftest.$ac_ext
10114 LIBS=$ac_check_soname_save_LIBS
10116 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10118 $as_echo "not found" >&6; }
10120 else
10121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10122 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10124 cat >>confdefs.h <<_ACEOF
10125 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10126 _ACEOF
10131 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10132 case "x$with_xxf86vm" in
10133 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10134 xno) ;;
10135 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10136 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10137 esac
10140 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10141 then
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10143 $as_echo_n "checking for -lXrender... " >&6; }
10144 if ${ac_cv_lib_soname_Xrender+:} false; then :
10145 $as_echo_n "(cached) " >&6
10146 else
10147 ac_check_soname_save_LIBS=$LIBS
10148 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10150 /* end confdefs.h. */
10152 /* Override any GCC internal prototype to avoid an error.
10153 Use char because int might match the return type of a GCC
10154 builtin and then its argument prototype would still apply. */
10155 #ifdef __cplusplus
10156 extern "C"
10157 #endif
10158 char XRenderQueryExtension ();
10160 main ()
10162 return XRenderQueryExtension ();
10164 return 0;
10166 _ACEOF
10167 if ac_fn_c_try_link "$LINENO"; then :
10168 case "$LIBEXT" in
10169 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10170 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'` ;;
10171 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10172 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10173 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10174 fi ;;
10175 esac
10177 rm -f core conftest.err conftest.$ac_objext \
10178 conftest$ac_exeext conftest.$ac_ext
10179 LIBS=$ac_check_soname_save_LIBS
10181 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10183 $as_echo "not found" >&6; }
10185 else
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10187 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10189 cat >>confdefs.h <<_ACEOF
10190 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10191 _ACEOF
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10194 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10195 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10196 $as_echo_n "(cached) " >&6
10197 else
10198 ac_check_lib_save_LIBS=$LIBS
10199 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10201 /* end confdefs.h. */
10203 /* Override any GCC internal prototype to avoid an error.
10204 Use char because int might match the return type of a GCC
10205 builtin and then its argument prototype would still apply. */
10206 #ifdef __cplusplus
10207 extern "C"
10208 #endif
10209 char XRenderSetPictureTransform ();
10211 main ()
10213 return XRenderSetPictureTransform ();
10215 return 0;
10217 _ACEOF
10218 if ac_fn_c_try_link "$LINENO"; then :
10219 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10220 else
10221 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10223 rm -f core conftest.err conftest.$ac_objext \
10224 conftest$ac_exeext conftest.$ac_ext
10225 LIBS=$ac_check_lib_save_LIBS
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10228 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10229 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10231 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10236 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10237 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10238 $as_echo_n "(cached) " >&6
10239 else
10240 ac_check_lib_save_LIBS=$LIBS
10241 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10243 /* end confdefs.h. */
10245 /* Override any GCC internal prototype to avoid an error.
10246 Use char because int might match the return type of a GCC
10247 builtin and then its argument prototype would still apply. */
10248 #ifdef __cplusplus
10249 extern "C"
10250 #endif
10251 char XRenderCreateLinearGradient ();
10253 main ()
10255 return XRenderCreateLinearGradient ();
10257 return 0;
10259 _ACEOF
10260 if ac_fn_c_try_link "$LINENO"; then :
10261 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10262 else
10263 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10265 rm -f core conftest.err conftest.$ac_objext \
10266 conftest$ac_exeext conftest.$ac_ext
10267 LIBS=$ac_check_lib_save_LIBS
10269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10270 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10271 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10273 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10280 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10281 case "x$with_xrender" in
10282 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10283 xno) ;;
10284 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10285 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10286 esac
10289 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10290 then
10291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10292 /* end confdefs.h. */
10293 #include <X11/Xlib.h>
10294 #include <X11/extensions/Xrandr.h>
10296 main ()
10298 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10300 return 0;
10302 _ACEOF
10303 if ac_fn_c_try_compile "$LINENO"; then :
10304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10305 $as_echo_n "checking for -lXrandr... " >&6; }
10306 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10307 $as_echo_n "(cached) " >&6
10308 else
10309 ac_check_soname_save_LIBS=$LIBS
10310 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10312 /* end confdefs.h. */
10314 /* Override any GCC internal prototype to avoid an error.
10315 Use char because int might match the return type of a GCC
10316 builtin and then its argument prototype would still apply. */
10317 #ifdef __cplusplus
10318 extern "C"
10319 #endif
10320 char XRRQueryExtension ();
10322 main ()
10324 return XRRQueryExtension ();
10326 return 0;
10328 _ACEOF
10329 if ac_fn_c_try_link "$LINENO"; then :
10330 case "$LIBEXT" in
10331 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10332 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'` ;;
10333 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10334 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10335 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10336 fi ;;
10337 esac
10339 rm -f core conftest.err conftest.$ac_objext \
10340 conftest$ac_exeext conftest.$ac_ext
10341 LIBS=$ac_check_soname_save_LIBS
10343 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10345 $as_echo "not found" >&6; }
10347 else
10348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10349 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10351 cat >>confdefs.h <<_ACEOF
10352 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10353 _ACEOF
10355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10356 /* end confdefs.h. */
10357 #include <X11/Xlib.h>
10358 #include <X11/extensions/Xrandr.h>
10360 main ()
10362 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10364 return 0;
10366 _ACEOF
10367 if ac_fn_c_try_compile "$LINENO"; then :
10369 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10377 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10378 case "x$with_xrandr" in
10379 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10380 xno) ;;
10381 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10382 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10383 esac
10386 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10387 then
10388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10389 /* end confdefs.h. */
10390 #include <X11/Xlib.h>
10391 #include <X11/extensions/Xinerama.h>
10393 main ()
10395 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10397 return 0;
10399 _ACEOF
10400 if ac_fn_c_try_compile "$LINENO"; then :
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10402 $as_echo_n "checking for -lXinerama... " >&6; }
10403 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10404 $as_echo_n "(cached) " >&6
10405 else
10406 ac_check_soname_save_LIBS=$LIBS
10407 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10409 /* end confdefs.h. */
10411 /* Override any GCC internal prototype to avoid an error.
10412 Use char because int might match the return type of a GCC
10413 builtin and then its argument prototype would still apply. */
10414 #ifdef __cplusplus
10415 extern "C"
10416 #endif
10417 char XineramaQueryScreens ();
10419 main ()
10421 return XineramaQueryScreens ();
10423 return 0;
10425 _ACEOF
10426 if ac_fn_c_try_link "$LINENO"; then :
10427 case "$LIBEXT" in
10428 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10429 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'` ;;
10430 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10431 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10432 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10433 fi ;;
10434 esac
10436 rm -f core conftest.err conftest.$ac_objext \
10437 conftest$ac_exeext conftest.$ac_ext
10438 LIBS=$ac_check_soname_save_LIBS
10440 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10442 $as_echo "not found" >&6; }
10444 else
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10446 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10448 cat >>confdefs.h <<_ACEOF
10449 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10450 _ACEOF
10455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10457 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10458 case "x$with_xinerama" in
10459 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10460 xno) ;;
10461 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10462 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10463 esac
10466 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10467 then
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10469 $as_echo_n "checking for -lXcomposite... " >&6; }
10470 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10471 $as_echo_n "(cached) " >&6
10472 else
10473 ac_check_soname_save_LIBS=$LIBS
10474 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10476 /* end confdefs.h. */
10478 /* Override any GCC internal prototype to avoid an error.
10479 Use char because int might match the return type of a GCC
10480 builtin and then its argument prototype would still apply. */
10481 #ifdef __cplusplus
10482 extern "C"
10483 #endif
10484 char XCompositeRedirectWindow ();
10486 main ()
10488 return XCompositeRedirectWindow ();
10490 return 0;
10492 _ACEOF
10493 if ac_fn_c_try_link "$LINENO"; then :
10494 case "$LIBEXT" in
10495 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10496 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'` ;;
10497 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10498 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10499 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10500 fi ;;
10501 esac
10503 rm -f core conftest.err conftest.$ac_objext \
10504 conftest$ac_exeext conftest.$ac_ext
10505 LIBS=$ac_check_soname_save_LIBS
10507 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10509 $as_echo "not found" >&6; }
10511 else
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10513 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10515 cat >>confdefs.h <<_ACEOF
10516 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10517 _ACEOF
10522 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10523 case "x$with_xcomposite" in
10524 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10525 xno) ;;
10526 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10527 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10528 esac
10531 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10532 #include <X11/Xlib.h>
10533 #endif
10535 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10537 cat >>confdefs.h <<_ACEOF
10538 #define HAVE_XICCALLBACK_CALLBACK 1
10539 _ACEOF
10543 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10544 #include <X11/Xlib.h>
10545 #endif
10547 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10549 cat >>confdefs.h <<_ACEOF
10550 #define HAVE_XEVENT_XCOOKIE 1
10551 _ACEOF
10558 opengl_msg=""
10559 if test "x$with_opengl" != "xno"
10560 then
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10562 $as_echo_n "checking for -lGL... " >&6; }
10563 if ${ac_cv_lib_soname_GL+:} false; then :
10564 $as_echo_n "(cached) " >&6
10565 else
10566 ac_check_soname_save_LIBS=$LIBS
10567 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10569 /* end confdefs.h. */
10571 /* Override any GCC internal prototype to avoid an error.
10572 Use char because int might match the return type of a GCC
10573 builtin and then its argument prototype would still apply. */
10574 #ifdef __cplusplus
10575 extern "C"
10576 #endif
10577 char glXCreateContext ();
10579 main ()
10581 return glXCreateContext ();
10583 return 0;
10585 _ACEOF
10586 if ac_fn_c_try_link "$LINENO"; then :
10587 case "$LIBEXT" in
10588 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10589 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'` ;;
10590 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10591 if ${ac_cv_lib_soname_GL:+false} :; then :
10592 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10593 fi ;;
10594 esac
10596 rm -f core conftest.err conftest.$ac_objext \
10597 conftest$ac_exeext conftest.$ac_ext
10598 LIBS=$ac_check_soname_save_LIBS
10600 if ${ac_cv_lib_soname_GL:+false} :; then :
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10602 $as_echo "not found" >&6; }
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10604 $as_echo_n "checking for -lGL... " >&6; }
10605 if ${ac_cv_lib_soname_GL+:} false; then :
10606 $as_echo_n "(cached) " >&6
10607 else
10608 ac_check_soname_save_LIBS=$LIBS
10609 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"
10610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10611 /* end confdefs.h. */
10613 /* Override any GCC internal prototype to avoid an error.
10614 Use char because int might match the return type of a GCC
10615 builtin and then its argument prototype would still apply. */
10616 #ifdef __cplusplus
10617 extern "C"
10618 #endif
10619 char glXCreateContext ();
10621 main ()
10623 return glXCreateContext ();
10625 return 0;
10627 _ACEOF
10628 if ac_fn_c_try_link "$LINENO"; then :
10629 case "$LIBEXT" in
10630 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10631 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'` ;;
10632 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10633 if ${ac_cv_lib_soname_GL:+false} :; then :
10634 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10635 fi ;;
10636 esac
10638 rm -f core conftest.err conftest.$ac_objext \
10639 conftest$ac_exeext conftest.$ac_ext
10640 LIBS=$ac_check_soname_save_LIBS
10642 if ${ac_cv_lib_soname_GL:+false} :; then :
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10644 $as_echo "not found" >&6; }
10645 if test -f /usr/X11R6/lib/libGL.a
10646 then
10647 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10648 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10649 else
10650 opengl_msg="No OpenGL library found on this system."
10652 else
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10654 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10656 cat >>confdefs.h <<_ACEOF
10657 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10658 _ACEOF
10660 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"
10662 else
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10664 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10666 cat >>confdefs.h <<_ACEOF
10667 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10668 _ACEOF
10670 OPENGL_LIBS="-lGL"
10672 if test "x$with_glu" != "xno"
10673 then
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10675 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10676 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10677 $as_echo_n "(cached) " >&6
10678 else
10679 ac_check_lib_save_LIBS=$LIBS
10680 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10682 /* end confdefs.h. */
10684 /* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
10687 #ifdef __cplusplus
10688 extern "C"
10689 #endif
10690 char gluLookAt ();
10692 main ()
10694 return gluLookAt ();
10696 return 0;
10698 _ACEOF
10699 if ac_fn_c_try_link "$LINENO"; then :
10700 ac_cv_lib_GLU_gluLookAt=yes
10701 else
10702 ac_cv_lib_GLU_gluLookAt=no
10704 rm -f core conftest.err conftest.$ac_objext \
10705 conftest$ac_exeext conftest.$ac_ext
10706 LIBS=$ac_check_lib_save_LIBS
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10709 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10710 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10714 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10715 case "x$with_glu" in
10716 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10717 xno) ;;
10718 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10719 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10720 esac
10724 if test "x$with_osmesa" != "xno"
10725 then
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10727 $as_echo_n "checking for -lOSMesa... " >&6; }
10728 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10729 $as_echo_n "(cached) " >&6
10730 else
10731 ac_check_soname_save_LIBS=$LIBS
10732 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10734 /* end confdefs.h. */
10736 /* Override any GCC internal prototype to avoid an error.
10737 Use char because int might match the return type of a GCC
10738 builtin and then its argument prototype would still apply. */
10739 #ifdef __cplusplus
10740 extern "C"
10741 #endif
10742 char glAccum ();
10744 main ()
10746 return glAccum ();
10748 return 0;
10750 _ACEOF
10751 if ac_fn_c_try_link "$LINENO"; then :
10752 case "$LIBEXT" in
10753 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10754 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'` ;;
10755 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10756 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10757 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10758 fi ;;
10759 esac
10761 rm -f core conftest.err conftest.$ac_objext \
10762 conftest$ac_exeext conftest.$ac_ext
10763 LIBS=$ac_check_soname_save_LIBS
10765 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10767 $as_echo "not found" >&6; }
10769 else
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10771 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10773 cat >>confdefs.h <<_ACEOF
10774 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10775 _ACEOF
10779 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10780 case "x$with_osmesa" in
10781 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10782 xno) ;;
10783 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10784 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10785 esac
10789 if test -n "$opengl_msg"; then :
10790 case "x$with_opengl" in
10791 x) as_fn_append wine_warnings "|$opengl_msg
10792 OpenGL and Direct3D won't be supported." ;;
10793 xno) ;;
10794 *) as_fn_error $? "$opengl_msg
10795 OpenGL and Direct3D won't be supported.
10796 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10797 esac
10800 CPPFLAGS="$ac_save_CPPFLAGS"
10801 else
10802 X_CFLAGS=""
10803 X_LIBS=""
10804 enable_winex11_drv=${enable_winex11_drv:-no}
10806 if test "x$X_LIBS" = "x"; then :
10807 case "x$with_x" in
10808 xno) ;;
10809 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10810 without X support, which probably isn't what you want. You will need
10811 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10812 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10813 esac
10816 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10818 if test "$ac_cv_header_CL_cl_h" = "yes"
10819 then
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10821 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10822 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10823 $as_echo_n "(cached) " >&6
10824 else
10825 ac_check_lib_save_LIBS=$LIBS
10826 LIBS="-lOpenCL $LIBS"
10827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10828 /* end confdefs.h. */
10830 /* Override any GCC internal prototype to avoid an error.
10831 Use char because int might match the return type of a GCC
10832 builtin and then its argument prototype would still apply. */
10833 #ifdef __cplusplus
10834 extern "C"
10835 #endif
10836 char clGetPlatformInfo ();
10838 main ()
10840 return clGetPlatformInfo ();
10842 return 0;
10844 _ACEOF
10845 if ac_fn_c_try_link "$LINENO"; then :
10846 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10847 else
10848 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10850 rm -f core conftest.err conftest.$ac_objext \
10851 conftest$ac_exeext conftest.$ac_ext
10852 LIBS=$ac_check_lib_save_LIBS
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10855 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10856 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10857 OPENCL_LIBS="-lOpenCL"
10862 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10863 case "x$with_opencl" in
10864 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10865 xno) ;;
10866 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10867 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10868 esac
10870 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10872 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10873 then
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10875 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10876 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10877 $as_echo_n "(cached) " >&6
10878 else
10879 ac_check_lib_save_LIBS=$LIBS
10880 LIBS="-lpcap $LIBS"
10881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10882 /* end confdefs.h. */
10884 /* Override any GCC internal prototype to avoid an error.
10885 Use char because int might match the return type of a GCC
10886 builtin and then its argument prototype would still apply. */
10887 #ifdef __cplusplus
10888 extern "C"
10889 #endif
10890 char pcap_create ();
10892 main ()
10894 return pcap_create ();
10896 return 0;
10898 _ACEOF
10899 if ac_fn_c_try_link "$LINENO"; then :
10900 ac_cv_lib_pcap_pcap_create=yes
10901 else
10902 ac_cv_lib_pcap_pcap_create=no
10904 rm -f core conftest.err conftest.$ac_objext \
10905 conftest$ac_exeext conftest.$ac_ext
10906 LIBS=$ac_check_lib_save_LIBS
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10909 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10910 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10911 LIBPCAP="-lpcap"
10916 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10917 case "x$with_pcap" in
10918 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10919 xno) ;;
10920 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10921 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10922 esac
10924 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10927 if test "x$with_xml" != "xno"
10928 then
10929 if ${XML2_CFLAGS:+false} :; then :
10930 if ${PKG_CONFIG+:} false; then :
10931 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10934 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10935 if ${XML2_LIBS:+false} :; then :
10936 if ${PKG_CONFIG+:} false; then :
10937 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10940 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10941 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10942 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10943 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10944 ac_save_CPPFLAGS=$CPPFLAGS
10945 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10946 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10947 do :
10948 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10949 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10950 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10951 cat >>confdefs.h <<_ACEOF
10952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10953 _ACEOF
10957 done
10959 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"
10960 then
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10962 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10963 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10964 $as_echo_n "(cached) " >&6
10965 else
10966 ac_check_lib_save_LIBS=$LIBS
10967 LIBS="-lxml2 $XML2_LIBS $LIBS"
10968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10969 /* end confdefs.h. */
10971 /* Override any GCC internal prototype to avoid an error.
10972 Use char because int might match the return type of a GCC
10973 builtin and then its argument prototype would still apply. */
10974 #ifdef __cplusplus
10975 extern "C"
10976 #endif
10977 char xmlParseMemory ();
10979 main ()
10981 return xmlParseMemory ();
10983 return 0;
10985 _ACEOF
10986 if ac_fn_c_try_link "$LINENO"; then :
10987 ac_cv_lib_xml2_xmlParseMemory=yes
10988 else
10989 ac_cv_lib_xml2_xmlParseMemory=no
10991 rm -f core conftest.err conftest.$ac_objext \
10992 conftest$ac_exeext conftest.$ac_ext
10993 LIBS=$ac_check_lib_save_LIBS
10995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10996 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10997 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10999 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11001 else
11002 XML2_LIBS=""
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11006 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11007 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11008 $as_echo_n "(cached) " >&6
11009 else
11010 ac_check_lib_save_LIBS=$LIBS
11011 LIBS="-lxml2 $XML2_LIBS $LIBS"
11012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11013 /* end confdefs.h. */
11015 /* Override any GCC internal prototype to avoid an error.
11016 Use char because int might match the return type of a GCC
11017 builtin and then its argument prototype would still apply. */
11018 #ifdef __cplusplus
11019 extern "C"
11020 #endif
11021 char xmlReadMemory ();
11023 main ()
11025 return xmlReadMemory ();
11027 return 0;
11029 _ACEOF
11030 if ac_fn_c_try_link "$LINENO"; then :
11031 ac_cv_lib_xml2_xmlReadMemory=yes
11032 else
11033 ac_cv_lib_xml2_xmlReadMemory=no
11035 rm -f core conftest.err conftest.$ac_objext \
11036 conftest$ac_exeext conftest.$ac_ext
11037 LIBS=$ac_check_lib_save_LIBS
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11040 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11041 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11043 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11048 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11049 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11050 $as_echo_n "(cached) " >&6
11051 else
11052 ac_check_lib_save_LIBS=$LIBS
11053 LIBS="-lxml2 $XML2_LIBS $LIBS"
11054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11055 /* end confdefs.h. */
11057 /* Override any GCC internal prototype to avoid an error.
11058 Use char because int might match the return type of a GCC
11059 builtin and then its argument prototype would still apply. */
11060 #ifdef __cplusplus
11061 extern "C"
11062 #endif
11063 char xmlNewDocPI ();
11065 main ()
11067 return xmlNewDocPI ();
11069 return 0;
11071 _ACEOF
11072 if ac_fn_c_try_link "$LINENO"; then :
11073 ac_cv_lib_xml2_xmlNewDocPI=yes
11074 else
11075 ac_cv_lib_xml2_xmlNewDocPI=no
11077 rm -f core conftest.err conftest.$ac_objext \
11078 conftest$ac_exeext conftest.$ac_ext
11079 LIBS=$ac_check_lib_save_LIBS
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11082 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11083 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11085 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11090 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11091 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11092 $as_echo_n "(cached) " >&6
11093 else
11094 ac_check_lib_save_LIBS=$LIBS
11095 LIBS="-lxml2 $XML2_LIBS $LIBS"
11096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11097 /* end confdefs.h. */
11099 /* Override any GCC internal prototype to avoid an error.
11100 Use char because int might match the return type of a GCC
11101 builtin and then its argument prototype would still apply. */
11102 #ifdef __cplusplus
11103 extern "C"
11104 #endif
11105 char xmlSchemaSetParserStructuredErrors ();
11107 main ()
11109 return xmlSchemaSetParserStructuredErrors ();
11111 return 0;
11113 _ACEOF
11114 if ac_fn_c_try_link "$LINENO"; then :
11115 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11116 else
11117 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11119 rm -f core conftest.err conftest.$ac_objext \
11120 conftest$ac_exeext conftest.$ac_ext
11121 LIBS=$ac_check_lib_save_LIBS
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11124 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11125 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11127 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11132 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11133 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11134 $as_echo_n "(cached) " >&6
11135 else
11136 ac_check_lib_save_LIBS=$LIBS
11137 LIBS="-lxml2 $XML2_LIBS $LIBS"
11138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11139 /* end confdefs.h. */
11141 /* Override any GCC internal prototype to avoid an error.
11142 Use char because int might match the return type of a GCC
11143 builtin and then its argument prototype would still apply. */
11144 #ifdef __cplusplus
11145 extern "C"
11146 #endif
11147 char xmlSchemaSetValidStructuredErrors ();
11149 main ()
11151 return xmlSchemaSetValidStructuredErrors ();
11153 return 0;
11155 _ACEOF
11156 if ac_fn_c_try_link "$LINENO"; then :
11157 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11158 else
11159 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11161 rm -f core conftest.err conftest.$ac_objext \
11162 conftest$ac_exeext conftest.$ac_ext
11163 LIBS=$ac_check_lib_save_LIBS
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11166 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11167 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11169 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11174 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11175 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11176 $as_echo_n "(cached) " >&6
11177 else
11178 ac_check_lib_save_LIBS=$LIBS
11179 LIBS="-lxml2 $XML2_LIBS $LIBS"
11180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11181 /* end confdefs.h. */
11183 /* Override any GCC internal prototype to avoid an error.
11184 Use char because int might match the return type of a GCC
11185 builtin and then its argument prototype would still apply. */
11186 #ifdef __cplusplus
11187 extern "C"
11188 #endif
11189 char xmlFirstElementChild ();
11191 main ()
11193 return xmlFirstElementChild ();
11195 return 0;
11197 _ACEOF
11198 if ac_fn_c_try_link "$LINENO"; then :
11199 ac_cv_lib_xml2_xmlFirstElementChild=yes
11200 else
11201 ac_cv_lib_xml2_xmlFirstElementChild=no
11203 rm -f core conftest.err conftest.$ac_objext \
11204 conftest$ac_exeext conftest.$ac_ext
11205 LIBS=$ac_check_lib_save_LIBS
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11208 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11209 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11211 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11215 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11217 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11219 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11223 else
11224 XML2_CFLAGS=""
11225 XML2_LIBS=""
11227 CPPFLAGS=$ac_save_CPPFLAGS
11228 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11229 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11232 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11233 case "x$with_xml" in
11234 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11235 xno) ;;
11236 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11237 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11238 esac
11241 if test "x$with_xslt" != "xno"
11242 then
11243 if ${XSLT_CFLAGS:+false} :; then :
11244 if ${PKG_CONFIG+:} false; then :
11245 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11248 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11249 if ${XSLT_LIBS:+false} :; then :
11250 if ${PKG_CONFIG+:} false; then :
11251 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11254 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11255 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11256 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11257 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11258 ac_save_CPPFLAGS=$CPPFLAGS
11259 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11260 for ac_header in libxslt/pattern.h libxslt/transform.h
11261 do :
11262 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11263 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11264 # include <libxslt/pattern.h>
11265 #endif
11267 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11268 cat >>confdefs.h <<_ACEOF
11269 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11270 _ACEOF
11274 done
11276 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11277 then
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11279 $as_echo_n "checking for -lxslt... " >&6; }
11280 if ${ac_cv_lib_soname_xslt+:} false; then :
11281 $as_echo_n "(cached) " >&6
11282 else
11283 ac_check_soname_save_LIBS=$LIBS
11284 LIBS="-lxslt $XSLT_LIBS $LIBS"
11285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11286 /* end confdefs.h. */
11288 /* Override any GCC internal prototype to avoid an error.
11289 Use char because int might match the return type of a GCC
11290 builtin and then its argument prototype would still apply. */
11291 #ifdef __cplusplus
11292 extern "C"
11293 #endif
11294 char xsltCompilePattern ();
11296 main ()
11298 return xsltCompilePattern ();
11300 return 0;
11302 _ACEOF
11303 if ac_fn_c_try_link "$LINENO"; then :
11304 case "$LIBEXT" in
11305 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11306 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'` ;;
11307 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11308 if ${ac_cv_lib_soname_xslt:+false} :; then :
11309 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11310 fi ;;
11311 esac
11313 rm -f core conftest.err conftest.$ac_objext \
11314 conftest$ac_exeext conftest.$ac_ext
11315 LIBS=$ac_check_soname_save_LIBS
11317 if ${ac_cv_lib_soname_xslt:+false} :; then :
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11319 $as_echo "not found" >&6; }
11321 else
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11323 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11325 cat >>confdefs.h <<_ACEOF
11326 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11327 _ACEOF
11331 else
11332 XSLT_CFLAGS=""
11334 CPPFLAGS=$ac_save_CPPFLAGS
11335 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11336 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11339 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11340 case "x$with_xslt" in
11341 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11342 xno) ;;
11343 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11344 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11345 esac
11348 if test "x$with_dbus" != "xno"
11349 then
11350 if ${DBUS_CFLAGS:+false} :; then :
11351 if ${PKG_CONFIG+:} false; then :
11352 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11356 if ${DBUS_LIBS:+false} :; then :
11357 if ${PKG_CONFIG+:} false; then :
11358 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11363 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11364 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11365 ac_save_CPPFLAGS=$CPPFLAGS
11366 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11367 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11368 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11370 $as_echo_n "checking for -ldbus-1... " >&6; }
11371 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11372 $as_echo_n "(cached) " >&6
11373 else
11374 ac_check_soname_save_LIBS=$LIBS
11375 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377 /* end confdefs.h. */
11379 /* Override any GCC internal prototype to avoid an error.
11380 Use char because int might match the return type of a GCC
11381 builtin and then its argument prototype would still apply. */
11382 #ifdef __cplusplus
11383 extern "C"
11384 #endif
11385 char dbus_connection_close ();
11387 main ()
11389 return dbus_connection_close ();
11391 return 0;
11393 _ACEOF
11394 if ac_fn_c_try_link "$LINENO"; then :
11395 case "$LIBEXT" in
11396 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11397 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'` ;;
11398 *) 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'`
11399 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11400 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11401 fi ;;
11402 esac
11404 rm -f core conftest.err conftest.$ac_objext \
11405 conftest$ac_exeext conftest.$ac_ext
11406 LIBS=$ac_check_soname_save_LIBS
11408 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11410 $as_echo "not found" >&6; }
11411 DBUS_CFLAGS=""
11412 else
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11414 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11416 cat >>confdefs.h <<_ACEOF
11417 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11418 _ACEOF
11422 else
11423 DBUS_CFLAGS=""
11427 CPPFLAGS=$ac_save_CPPFLAGS
11428 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11429 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11432 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11433 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11434 case "x$with_dbus" in
11435 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11436 xno) ;;
11437 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11438 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11439 esac
11442 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11443 then
11444 if ${HAL_CFLAGS:+false} :; then :
11445 if ${PKG_CONFIG+:} false; then :
11446 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11450 if ${HAL_LIBS:+false} :; then :
11451 if ${PKG_CONFIG+:} false; then :
11452 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11456 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11457 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11458 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11459 ac_save_CPPFLAGS=$CPPFLAGS
11460 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11461 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11462 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11464 $as_echo_n "checking for -lhal... " >&6; }
11465 if ${ac_cv_lib_soname_hal+:} false; then :
11466 $as_echo_n "(cached) " >&6
11467 else
11468 ac_check_soname_save_LIBS=$LIBS
11469 LIBS="-lhal $HAL_LIBS $LIBS"
11470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11471 /* end confdefs.h. */
11473 /* Override any GCC internal prototype to avoid an error.
11474 Use char because int might match the return type of a GCC
11475 builtin and then its argument prototype would still apply. */
11476 #ifdef __cplusplus
11477 extern "C"
11478 #endif
11479 char libhal_ctx_new ();
11481 main ()
11483 return libhal_ctx_new ();
11485 return 0;
11487 _ACEOF
11488 if ac_fn_c_try_link "$LINENO"; then :
11489 case "$LIBEXT" in
11490 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11491 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'` ;;
11492 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11493 if ${ac_cv_lib_soname_hal:+false} :; then :
11494 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11495 fi ;;
11496 esac
11498 rm -f core conftest.err conftest.$ac_objext \
11499 conftest$ac_exeext conftest.$ac_ext
11500 LIBS=$ac_check_soname_save_LIBS
11502 if ${ac_cv_lib_soname_hal:+false} :; then :
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11504 $as_echo "not found" >&6; }
11505 HAL_CFLAGS=""
11506 else
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11508 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11510 cat >>confdefs.h <<_ACEOF
11511 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11512 _ACEOF
11516 else
11517 HAL_CFLAGS=""
11521 CPPFLAGS=$ac_save_CPPFLAGS
11522 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11523 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11525 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11526 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11527 case "x$with_hal" in
11528 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11529 xno) ;;
11530 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11531 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11532 esac
11536 if test "x$with_gnutls" != "xno"
11537 then
11538 if ${GNUTLS_CFLAGS:+false} :; then :
11539 if ${PKG_CONFIG+:} false; then :
11540 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11544 if ${GNUTLS_LIBS:+false} :; then :
11545 if ${PKG_CONFIG+:} false; then :
11546 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11551 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11552 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11553 ac_save_CPPFLAGS=$CPPFLAGS
11554 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11555 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11556 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h. */
11559 #include <gnutls/gnutls.h>
11560 #include <gnutls/crypto.h>
11562 main ()
11564 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11566 return 0;
11568 _ACEOF
11569 if ac_fn_c_try_compile "$LINENO"; then :
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11571 $as_echo_n "checking for -lgnutls... " >&6; }
11572 if ${ac_cv_lib_soname_gnutls+:} false; then :
11573 $as_echo_n "(cached) " >&6
11574 else
11575 ac_check_soname_save_LIBS=$LIBS
11576 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11578 /* end confdefs.h. */
11580 /* Override any GCC internal prototype to avoid an error.
11581 Use char because int might match the return type of a GCC
11582 builtin and then its argument prototype would still apply. */
11583 #ifdef __cplusplus
11584 extern "C"
11585 #endif
11586 char gnutls_global_init ();
11588 main ()
11590 return gnutls_global_init ();
11592 return 0;
11594 _ACEOF
11595 if ac_fn_c_try_link "$LINENO"; then :
11596 case "$LIBEXT" in
11597 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11598 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'` ;;
11599 *) 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'`
11600 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11601 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'`
11602 fi ;;
11603 esac
11605 rm -f core conftest.err conftest.$ac_objext \
11606 conftest$ac_exeext conftest.$ac_ext
11607 LIBS=$ac_check_soname_save_LIBS
11609 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11611 $as_echo "not found" >&6; }
11612 GNUTLS_CFLAGS=""
11613 else
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11615 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11617 cat >>confdefs.h <<_ACEOF
11618 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11619 _ACEOF
11624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11625 else
11626 GNUTLS_CFLAGS=""
11630 CPPFLAGS=$ac_save_CPPFLAGS
11631 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11632 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11635 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11636 case "x$with_gnutls" in
11637 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11638 xno) ;;
11639 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11640 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11641 esac
11644 CURSES_LIBS=""
11645 if test "$ac_cv_header_ncurses_h" = "yes"
11646 then
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11648 $as_echo_n "checking for -lncurses... " >&6; }
11649 if ${ac_cv_lib_soname_ncurses+:} false; then :
11650 $as_echo_n "(cached) " >&6
11651 else
11652 ac_check_soname_save_LIBS=$LIBS
11653 LIBS="-lncurses $LIBS"
11654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11655 /* end confdefs.h. */
11657 /* Override any GCC internal prototype to avoid an error.
11658 Use char because int might match the return type of a GCC
11659 builtin and then its argument prototype would still apply. */
11660 #ifdef __cplusplus
11661 extern "C"
11662 #endif
11663 char waddch ();
11665 main ()
11667 return waddch ();
11669 return 0;
11671 _ACEOF
11672 if ac_fn_c_try_link "$LINENO"; then :
11673 case "$LIBEXT" in
11674 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11675 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'` ;;
11676 *) 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'`
11677 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11678 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11679 fi ;;
11680 esac
11682 rm -f core conftest.err conftest.$ac_objext \
11683 conftest$ac_exeext conftest.$ac_ext
11684 LIBS=$ac_check_soname_save_LIBS
11686 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11688 $as_echo "not found" >&6; }
11690 else
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11692 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11694 cat >>confdefs.h <<_ACEOF
11695 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11696 _ACEOF
11698 CURSES_LIBS="-lncurses"
11700 elif test "$ac_cv_header_curses_h" = "yes"
11701 then
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11703 $as_echo_n "checking for -lcurses... " >&6; }
11704 if ${ac_cv_lib_soname_curses+:} false; then :
11705 $as_echo_n "(cached) " >&6
11706 else
11707 ac_check_soname_save_LIBS=$LIBS
11708 LIBS="-lcurses $LIBS"
11709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11710 /* end confdefs.h. */
11712 /* Override any GCC internal prototype to avoid an error.
11713 Use char because int might match the return type of a GCC
11714 builtin and then its argument prototype would still apply. */
11715 #ifdef __cplusplus
11716 extern "C"
11717 #endif
11718 char waddch ();
11720 main ()
11722 return waddch ();
11724 return 0;
11726 _ACEOF
11727 if ac_fn_c_try_link "$LINENO"; then :
11728 case "$LIBEXT" in
11729 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11730 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'` ;;
11731 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11732 if ${ac_cv_lib_soname_curses:+false} :; then :
11733 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11734 fi ;;
11735 esac
11737 rm -f core conftest.err conftest.$ac_objext \
11738 conftest$ac_exeext conftest.$ac_ext
11739 LIBS=$ac_check_soname_save_LIBS
11741 if ${ac_cv_lib_soname_curses:+false} :; then :
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11743 $as_echo "not found" >&6; }
11745 else
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11747 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11749 cat >>confdefs.h <<_ACEOF
11750 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11751 _ACEOF
11753 CURSES_LIBS="-lcurses"
11756 ac_save_LIBS="$LIBS"
11757 LIBS="$LIBS $CURSES_LIBS"
11758 for ac_func in mousemask
11759 do :
11760 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11761 if test "x$ac_cv_func_mousemask" = xyes; then :
11762 cat >>confdefs.h <<_ACEOF
11763 #define HAVE_MOUSEMASK 1
11764 _ACEOF
11767 done
11769 LIBS="$ac_save_LIBS"
11770 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11771 case "x$with_curses" in
11772 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11773 xno) ;;
11774 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11775 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11776 esac
11779 if test "x$with_sane" != "xno"
11780 then
11781 if ${SANE_CFLAGS:+false} :; then :
11782 if ${PKG_CONFIG+:} false; then :
11783 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11786 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11787 if ${SANE_LIBS:+false} :; then :
11788 if ${PKG_CONFIG+:} false; then :
11789 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11792 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11794 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11795 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11796 ac_save_CPPFLAGS=$CPPFLAGS
11797 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11798 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11799 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11801 $as_echo_n "checking for -lsane... " >&6; }
11802 if ${ac_cv_lib_soname_sane+:} false; then :
11803 $as_echo_n "(cached) " >&6
11804 else
11805 ac_check_soname_save_LIBS=$LIBS
11806 LIBS="-lsane $SANE_LIBS $LIBS"
11807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11808 /* end confdefs.h. */
11810 /* Override any GCC internal prototype to avoid an error.
11811 Use char because int might match the return type of a GCC
11812 builtin and then its argument prototype would still apply. */
11813 #ifdef __cplusplus
11814 extern "C"
11815 #endif
11816 char sane_init ();
11818 main ()
11820 return sane_init ();
11822 return 0;
11824 _ACEOF
11825 if ac_fn_c_try_link "$LINENO"; then :
11826 case "$LIBEXT" in
11827 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11828 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'` ;;
11829 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11830 if ${ac_cv_lib_soname_sane:+false} :; then :
11831 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11832 fi ;;
11833 esac
11835 rm -f core conftest.err conftest.$ac_objext \
11836 conftest$ac_exeext conftest.$ac_ext
11837 LIBS=$ac_check_soname_save_LIBS
11839 if ${ac_cv_lib_soname_sane:+false} :; then :
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11841 $as_echo "not found" >&6; }
11842 SANE_CFLAGS=""
11843 else
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11845 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11847 cat >>confdefs.h <<_ACEOF
11848 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11849 _ACEOF
11853 else
11854 SANE_CFLAGS=""
11858 CPPFLAGS=$ac_save_CPPFLAGS
11859 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11860 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11863 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11864 case "x$with_sane" in
11865 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11866 xno) ;;
11867 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11868 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11869 esac
11872 if test "x$with_v4l" != "xno"
11873 then
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11875 $as_echo_n "checking for -lv4l1... " >&6; }
11876 if ${ac_cv_lib_soname_v4l1+:} false; then :
11877 $as_echo_n "(cached) " >&6
11878 else
11879 ac_check_soname_save_LIBS=$LIBS
11880 LIBS="-lv4l1 $LIBS"
11881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11882 /* end confdefs.h. */
11884 /* Override any GCC internal prototype to avoid an error.
11885 Use char because int might match the return type of a GCC
11886 builtin and then its argument prototype would still apply. */
11887 #ifdef __cplusplus
11888 extern "C"
11889 #endif
11890 char v4l1_open ();
11892 main ()
11894 return v4l1_open ();
11896 return 0;
11898 _ACEOF
11899 if ac_fn_c_try_link "$LINENO"; then :
11900 case "$LIBEXT" in
11901 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11902 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'` ;;
11903 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11904 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11905 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11906 fi ;;
11907 esac
11909 rm -f core conftest.err conftest.$ac_objext \
11910 conftest$ac_exeext conftest.$ac_ext
11911 LIBS=$ac_check_soname_save_LIBS
11913 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11915 $as_echo "not found" >&6; }
11917 else
11918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11919 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11921 cat >>confdefs.h <<_ACEOF
11922 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11923 _ACEOF
11928 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11929 case "x$with_v4l" in
11930 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11931 xno) ;;
11932 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11933 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11934 esac
11937 if test "x$with_gphoto" != "xno"
11938 then
11939 if ${GPHOTO2_CFLAGS:+false} :; then :
11940 if ${PKG_CONFIG+:} false; then :
11941 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11944 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11945 if ${GPHOTO2_LIBS:+false} :; then :
11946 if ${PKG_CONFIG+:} false; then :
11947 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11950 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11951 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11952 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11953 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11954 ac_save_CPPFLAGS=$CPPFLAGS
11955 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11956 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11957 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11959 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11960 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11961 $as_echo_n "(cached) " >&6
11962 else
11963 ac_check_lib_save_LIBS=$LIBS
11964 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11966 /* end confdefs.h. */
11968 /* Override any GCC internal prototype to avoid an error.
11969 Use char because int might match the return type of a GCC
11970 builtin and then its argument prototype would still apply. */
11971 #ifdef __cplusplus
11972 extern "C"
11973 #endif
11974 char gp_camera_new ();
11976 main ()
11978 return gp_camera_new ();
11980 return 0;
11982 _ACEOF
11983 if ac_fn_c_try_link "$LINENO"; then :
11984 ac_cv_lib_gphoto2_gp_camera_new=yes
11985 else
11986 ac_cv_lib_gphoto2_gp_camera_new=no
11988 rm -f core conftest.err conftest.$ac_objext \
11989 conftest$ac_exeext conftest.$ac_ext
11990 LIBS=$ac_check_lib_save_LIBS
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11993 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11994 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11996 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11998 else
11999 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12002 else
12003 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12007 CPPFLAGS=$ac_save_CPPFLAGS
12008 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12009 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12011 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12012 if ${PKG_CONFIG+:} false; then :
12013 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12016 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12017 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12018 if ${PKG_CONFIG+:} false; then :
12019 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12022 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12023 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12024 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12025 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12026 ac_save_CPPFLAGS=$CPPFLAGS
12027 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12028 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12029 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12031 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12032 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12033 $as_echo_n "(cached) " >&6
12034 else
12035 ac_check_lib_save_LIBS=$LIBS
12036 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12038 /* end confdefs.h. */
12040 /* Override any GCC internal prototype to avoid an error.
12041 Use char because int might match the return type of a GCC
12042 builtin and then its argument prototype would still apply. */
12043 #ifdef __cplusplus
12044 extern "C"
12045 #endif
12046 char gp_port_info_list_new ();
12048 main ()
12050 return gp_port_info_list_new ();
12052 return 0;
12054 _ACEOF
12055 if ac_fn_c_try_link "$LINENO"; then :
12056 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12057 else
12058 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12060 rm -f core conftest.err conftest.$ac_objext \
12061 conftest$ac_exeext conftest.$ac_ext
12062 LIBS=$ac_check_lib_save_LIBS
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12065 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12066 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12068 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12070 else
12071 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12074 else
12075 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12079 CPPFLAGS=$ac_save_CPPFLAGS
12080 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12081 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12084 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12085 case "x$with_gphoto" in
12086 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12087 xno) ;;
12088 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12089 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12090 esac
12092 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12093 case "x$with_gphoto" in
12094 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12095 xno) ;;
12096 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12097 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12098 esac
12102 if test "$ac_cv_header_resolv_h" = "yes"
12103 then
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12105 $as_echo_n "checking for resolver library... " >&6; }
12106 if ${ac_cv_have_resolv+:} false; then :
12107 $as_echo_n "(cached) " >&6
12108 else
12109 ac_save_LIBS="$LIBS"
12110 for lib in '' -lresolv
12112 LIBS="$lib $ac_save_LIBS"
12113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12114 /* end confdefs.h. */
12115 #ifdef HAVE_NETINET_IN_H
12116 #include <netinet/in.h>
12117 #endif
12118 #include <resolv.h>
12120 main ()
12122 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12124 return 0;
12126 _ACEOF
12127 if ac_fn_c_try_link "$LINENO"; then :
12128 ac_cv_have_resolv=${lib:-"none required"}
12129 else
12130 ac_cv_have_resolv="not found"
12132 rm -f core conftest.err conftest.$ac_objext \
12133 conftest$ac_exeext conftest.$ac_ext
12134 test "x$ac_cv_have_resolv" = "xnot found" || break
12135 done
12136 LIBS="$ac_save_LIBS"
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12139 $as_echo "$ac_cv_have_resolv" >&6; }
12141 case "$ac_cv_have_resolv" in
12142 "not found") ;;
12143 "none required")
12145 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12148 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12150 RESOLV_LIBS=$ac_cv_have_resolv
12152 esac
12155 if test "x$with_cms" != "xno"
12156 then
12157 if ${LCMS2_CFLAGS:+false} :; then :
12158 if ${PKG_CONFIG+:} false; then :
12159 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12163 if ${LCMS2_LIBS:+false} :; then :
12164 if ${PKG_CONFIG+:} false; then :
12165 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12169 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12170 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12171 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12172 ac_save_CPPFLAGS=$CPPFLAGS
12173 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12174 for ac_header in lcms2.h
12175 do :
12176 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12177 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12178 cat >>confdefs.h <<_ACEOF
12179 #define HAVE_LCMS2_H 1
12180 _ACEOF
12184 done
12186 if test "$ac_cv_header_lcms2_h" = "yes"
12187 then
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12189 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12190 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12191 $as_echo_n "(cached) " >&6
12192 else
12193 ac_check_lib_save_LIBS=$LIBS
12194 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12196 /* end confdefs.h. */
12198 /* Override any GCC internal prototype to avoid an error.
12199 Use char because int might match the return type of a GCC
12200 builtin and then its argument prototype would still apply. */
12201 #ifdef __cplusplus
12202 extern "C"
12203 #endif
12204 char cmsOpenProfileFromFile ();
12206 main ()
12208 return cmsOpenProfileFromFile ();
12210 return 0;
12212 _ACEOF
12213 if ac_fn_c_try_link "$LINENO"; then :
12214 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12215 else
12216 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12218 rm -f core conftest.err conftest.$ac_objext \
12219 conftest$ac_exeext conftest.$ac_ext
12220 LIBS=$ac_check_lib_save_LIBS
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12223 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12224 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12226 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12228 else
12229 LCMS2_LIBS=""
12232 else
12233 LCMS2_CFLAGS=""
12234 LCMS2_LIBS=""
12236 CPPFLAGS=$ac_save_CPPFLAGS
12237 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12238 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12241 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12242 case "x$with_cms" in
12243 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12244 xno) ;;
12245 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12246 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12247 esac
12250 if test "x$with_freetype" != "xno"
12251 then
12252 if ${FREETYPE_CFLAGS:+false} :; then :
12253 if ${PKG_CONFIG+:} false; then :
12254 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12257 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12258 if ${FREETYPE_LIBS:+false} :; then :
12259 if ${PKG_CONFIG+:} false; then :
12260 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12263 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12264 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12265 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12266 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12267 ac_save_CPPFLAGS=$CPPFLAGS
12268 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12269 for ac_header in ft2build.h
12270 do :
12271 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12272 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12273 cat >>confdefs.h <<_ACEOF
12274 #define HAVE_FT2BUILD_H 1
12275 _ACEOF
12279 done
12281 if test "$ac_cv_header_ft2build_h" = "yes"
12282 then
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12284 $as_echo_n "checking for -lfreetype... " >&6; }
12285 if ${ac_cv_lib_soname_freetype+:} false; then :
12286 $as_echo_n "(cached) " >&6
12287 else
12288 ac_check_soname_save_LIBS=$LIBS
12289 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12291 /* end confdefs.h. */
12293 /* Override any GCC internal prototype to avoid an error.
12294 Use char because int might match the return type of a GCC
12295 builtin and then its argument prototype would still apply. */
12296 #ifdef __cplusplus
12297 extern "C"
12298 #endif
12299 char FT_Init_FreeType ();
12301 main ()
12303 return FT_Init_FreeType ();
12305 return 0;
12307 _ACEOF
12308 if ac_fn_c_try_link "$LINENO"; then :
12309 case "$LIBEXT" in
12310 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12311 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'` ;;
12312 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12313 if ${ac_cv_lib_soname_freetype:+false} :; then :
12314 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12315 fi ;;
12316 esac
12318 rm -f core conftest.err conftest.$ac_objext \
12319 conftest$ac_exeext conftest.$ac_ext
12320 LIBS=$ac_check_soname_save_LIBS
12322 if ${ac_cv_lib_soname_freetype:+false} :; then :
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12324 $as_echo "not found" >&6; }
12325 FREETYPE_LIBS=""
12326 else
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12328 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12330 cat >>confdefs.h <<_ACEOF
12331 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12332 _ACEOF
12335 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12337 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12338 #include FT_MODULE_H
12340 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12342 cat >>confdefs.h <<_ACEOF
12343 #define HAVE_FT_TRUETYPEENGINETYPE 1
12344 _ACEOF
12350 else
12351 FREETYPE_CFLAGS=""
12352 FREETYPE_LIBS=""
12354 CPPFLAGS=$ac_save_CPPFLAGS
12355 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12356 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12359 if test "x$ac_cv_lib_soname_freetype" = x; then :
12360 case "x$with_freetype" in
12361 xno) ;;
12362 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12363 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12364 esac
12366 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12369 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12370 if ${ac_cv_c_ppdev+:} false; then :
12371 $as_echo_n "(cached) " >&6
12372 else
12373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12374 /* end confdefs.h. */
12375 #ifdef HAVE_SYS_IOCTL_H
12376 # include <sys/ioctl.h>
12377 #endif
12378 #include <linux/ppdev.h>
12380 main ()
12382 ioctl (1,PPCLAIM,0)
12384 return 0;
12386 _ACEOF
12387 if ac_fn_c_try_compile "$LINENO"; then :
12388 ac_cv_c_ppdev="yes"
12389 else
12390 ac_cv_c_ppdev="no"
12392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12395 $as_echo "$ac_cv_c_ppdev" >&6; }
12396 if test "$ac_cv_c_ppdev" = "yes"
12397 then
12399 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12403 ac_wine_check_funcs_save_LIBS="$LIBS"
12404 LIBS="$LIBS $PTHREAD_LIBS"
12405 for ac_func in \
12406 pthread_attr_get_np \
12407 pthread_getattr_np \
12408 pthread_getthreadid_np \
12409 pthread_get_stackaddr_np \
12410 pthread_get_stacksize_np
12411 do :
12412 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12413 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12414 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12415 cat >>confdefs.h <<_ACEOF
12416 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12417 _ACEOF
12420 done
12422 LIBS="$ac_wine_check_funcs_save_LIBS"
12424 if test "$ac_cv_header_zlib_h" = "yes"
12425 then
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12427 $as_echo_n "checking for inflate in -lz... " >&6; }
12428 if ${ac_cv_lib_z_inflate+:} false; then :
12429 $as_echo_n "(cached) " >&6
12430 else
12431 ac_check_lib_save_LIBS=$LIBS
12432 LIBS="-lz $LIBS"
12433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12434 /* end confdefs.h. */
12436 /* Override any GCC internal prototype to avoid an error.
12437 Use char because int might match the return type of a GCC
12438 builtin and then its argument prototype would still apply. */
12439 #ifdef __cplusplus
12440 extern "C"
12441 #endif
12442 char inflate ();
12444 main ()
12446 return inflate ();
12448 return 0;
12450 _ACEOF
12451 if ac_fn_c_try_link "$LINENO"; then :
12452 ac_cv_lib_z_inflate=yes
12453 else
12454 ac_cv_lib_z_inflate=no
12456 rm -f core conftest.err conftest.$ac_objext \
12457 conftest$ac_exeext conftest.$ac_ext
12458 LIBS=$ac_check_lib_save_LIBS
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12461 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12462 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12464 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12466 Z_LIBS="-lz"
12471 if test "x$Z_LIBS" = "x"; then :
12472 case "x$with_zlib" in
12473 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12474 xno) ;;
12475 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12476 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12477 esac
12480 if test "x$enable_tools" != xno
12481 then
12482 if test "$ac_cv_header_gettext_po_h" = "yes"
12483 then
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12485 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12486 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12487 $as_echo_n "(cached) " >&6
12488 else
12489 ac_check_lib_save_LIBS=$LIBS
12490 LIBS="-lgettextpo $LIBS"
12491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12492 /* end confdefs.h. */
12494 /* Override any GCC internal prototype to avoid an error.
12495 Use char because int might match the return type of a GCC
12496 builtin and then its argument prototype would still apply. */
12497 #ifdef __cplusplus
12498 extern "C"
12499 #endif
12500 char po_message_msgctxt ();
12502 main ()
12504 return po_message_msgctxt ();
12506 return 0;
12508 _ACEOF
12509 if ac_fn_c_try_link "$LINENO"; then :
12510 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12511 else
12512 ac_cv_lib_gettextpo_po_message_msgctxt=no
12514 rm -f core conftest.err conftest.$ac_objext \
12515 conftest$ac_exeext conftest.$ac_ext
12516 LIBS=$ac_check_lib_save_LIBS
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12519 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12520 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12522 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12524 GETTEXTPO_LIBS="-lgettextpo"
12529 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12530 case "x$with_gettextpo" in
12531 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12532 xno) ;;
12533 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12534 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12535 esac
12539 if test "x$with_gstreamer" != "xno"
12540 then
12541 if ${GSTREAMER_CFLAGS:+false} :; then :
12542 if ${PKG_CONFIG+:} false; then :
12543 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12547 if ${GSTREAMER_LIBS:+false} :; then :
12548 if ${PKG_CONFIG+:} false; then :
12549 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12554 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12555 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12556 ac_save_CPPFLAGS=$CPPFLAGS
12557 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12558 ac_gst_incl=""
12559 for i in $GSTREAMER_CFLAGS
12561 case "$i" in
12562 -I*) ac_gst_incl="$ac_gst_incl $i";;
12563 esac
12564 done
12565 GSTREAMER_CFLAGS=$ac_gst_incl
12566 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12567 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12568 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12569 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12570 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12572 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12574 /* end confdefs.h. */
12575 #include <gst/app/gstappsink.h>
12577 main ()
12579 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12581 return 0;
12583 _ACEOF
12584 if ac_fn_c_try_compile "$LINENO"; then :
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12586 $as_echo "yes" >&6; }
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12588 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12589 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12590 $as_echo_n "(cached) " >&6
12591 else
12592 ac_check_lib_save_LIBS=$LIBS
12593 LIBS="-lgstreamer-0.10 $LIBS"
12594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12595 /* end confdefs.h. */
12597 /* Override any GCC internal prototype to avoid an error.
12598 Use char because int might match the return type of a GCC
12599 builtin and then its argument prototype would still apply. */
12600 #ifdef __cplusplus
12601 extern "C"
12602 #endif
12603 char gst_pad_get_caps_reffed ();
12605 main ()
12607 return gst_pad_get_caps_reffed ();
12609 return 0;
12611 _ACEOF
12612 if ac_fn_c_try_link "$LINENO"; then :
12613 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12614 else
12615 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12617 rm -f core conftest.err conftest.$ac_objext \
12618 conftest$ac_exeext conftest.$ac_ext
12619 LIBS=$ac_check_lib_save_LIBS
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12622 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12623 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12625 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12626 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12627 $as_echo_n "(cached) " >&6
12628 else
12629 ac_check_lib_save_LIBS=$LIBS
12630 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12632 /* end confdefs.h. */
12634 /* Override any GCC internal prototype to avoid an error.
12635 Use char because int might match the return type of a GCC
12636 builtin and then its argument prototype would still apply. */
12637 #ifdef __cplusplus
12638 extern "C"
12639 #endif
12640 char gst_app_buffer_new ();
12642 main ()
12644 return gst_app_buffer_new ();
12646 return 0;
12648 _ACEOF
12649 if ac_fn_c_try_link "$LINENO"; then :
12650 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12651 else
12652 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12654 rm -f core conftest.err conftest.$ac_objext \
12655 conftest$ac_exeext conftest.$ac_ext
12656 LIBS=$ac_check_lib_save_LIBS
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12659 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12660 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12666 else
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12668 $as_echo "no" >&6; }
12670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12674 else
12675 GSTREAMER_CFLAGS=""
12679 CPPFLAGS=$ac_save_CPPFLAGS
12680 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12681 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12684 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12685 case "x$with_gstreamer" in
12686 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12687 xno) ;;
12688 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12689 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12690 esac
12692 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12694 ALSA_LIBS=""
12696 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12697 then
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12699 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12700 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12701 $as_echo_n "(cached) " >&6
12702 else
12703 ac_check_lib_save_LIBS=$LIBS
12704 LIBS="-lasound $LIBS"
12705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12706 /* end confdefs.h. */
12708 /* Override any GCC internal prototype to avoid an error.
12709 Use char because int might match the return type of a GCC
12710 builtin and then its argument prototype would still apply. */
12711 #ifdef __cplusplus
12712 extern "C"
12713 #endif
12714 char snd_pcm_hw_params_get_access_mask ();
12716 main ()
12718 return snd_pcm_hw_params_get_access_mask ();
12720 return 0;
12722 _ACEOF
12723 if ac_fn_c_try_link "$LINENO"; then :
12724 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12725 else
12726 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12728 rm -f core conftest.err conftest.$ac_objext \
12729 conftest$ac_exeext conftest.$ac_ext
12730 LIBS=$ac_check_lib_save_LIBS
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12733 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12734 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12736 /* end confdefs.h. */
12737 #ifdef HAVE_ALSA_ASOUNDLIB_H
12738 #include <alsa/asoundlib.h>
12739 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12740 #include <sys/asoundlib.h>
12741 #endif
12743 main ()
12745 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12747 return 0;
12749 _ACEOF
12750 if ac_fn_c_try_compile "$LINENO"; then :
12751 ALSA_LIBS="-lasound"
12753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12758 if test "x$with_oss" != xno
12759 then
12760 ac_save_CPPFLAGS="$CPPFLAGS"
12761 if test -f /etc/oss.conf
12762 then
12763 . /etc/oss.conf
12765 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12766 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12767 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12768 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12769 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12771 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12773 cat >>confdefs.h <<_ACEOF
12774 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12775 _ACEOF
12777 OSS4_CFLAGS="$ac_oss_incl"
12784 CPPFLAGS="$ac_save_CPPFLAGS"
12785 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12786 then
12787 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12791 if test "x$with_capi" != "xno"
12792 then
12793 if ${CAPI20_CFLAGS:+false} :; then :
12794 if ${PKG_CONFIG+:} false; then :
12795 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12799 if ${CAPI20_LIBS:+false} :; then :
12800 if ${PKG_CONFIG+:} false; then :
12801 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12806 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12807 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12808 ac_save_CPPFLAGS=$CPPFLAGS
12809 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12810 for ac_header in capi20.h linux/capi.h
12811 do :
12812 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12813 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12815 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12816 cat >>confdefs.h <<_ACEOF
12817 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12818 _ACEOF
12822 done
12824 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12825 then
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12827 $as_echo_n "checking for -lcapi20... " >&6; }
12828 if ${ac_cv_lib_soname_capi20+:} false; then :
12829 $as_echo_n "(cached) " >&6
12830 else
12831 ac_check_soname_save_LIBS=$LIBS
12832 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12834 /* end confdefs.h. */
12836 /* Override any GCC internal prototype to avoid an error.
12837 Use char because int might match the return type of a GCC
12838 builtin and then its argument prototype would still apply. */
12839 #ifdef __cplusplus
12840 extern "C"
12841 #endif
12842 char capi20_register ();
12844 main ()
12846 return capi20_register ();
12848 return 0;
12850 _ACEOF
12851 if ac_fn_c_try_link "$LINENO"; then :
12852 case "$LIBEXT" in
12853 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12854 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'` ;;
12855 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12856 if ${ac_cv_lib_soname_capi20:+false} :; then :
12857 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12858 fi ;;
12859 esac
12861 rm -f core conftest.err conftest.$ac_objext \
12862 conftest$ac_exeext conftest.$ac_ext
12863 LIBS=$ac_check_soname_save_LIBS
12865 if ${ac_cv_lib_soname_capi20:+false} :; then :
12866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12867 $as_echo "not found" >&6; }
12869 else
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12871 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12873 cat >>confdefs.h <<_ACEOF
12874 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12875 _ACEOF
12880 CPPFLAGS=$ac_save_CPPFLAGS
12881 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12882 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12885 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12886 case "x$with_capi" in
12887 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12888 xno) ;;
12889 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12890 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12891 esac
12894 CUPS_CFLAGS=""
12896 if test "x$with_cups" != "xno"
12897 then
12898 ac_save_CPPFLAGS="$CPPFLAGS"
12899 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12900 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12901 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12902 for ac_header in cups/cups.h
12903 do :
12904 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12905 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12906 cat >>confdefs.h <<_ACEOF
12907 #define HAVE_CUPS_CUPS_H 1
12908 _ACEOF
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12910 $as_echo_n "checking for -lcups... " >&6; }
12911 if ${ac_cv_lib_soname_cups+:} false; then :
12912 $as_echo_n "(cached) " >&6
12913 else
12914 ac_check_soname_save_LIBS=$LIBS
12915 LIBS="-lcups $ac_cups_libs $LIBS"
12916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12917 /* end confdefs.h. */
12919 /* Override any GCC internal prototype to avoid an error.
12920 Use char because int might match the return type of a GCC
12921 builtin and then its argument prototype would still apply. */
12922 #ifdef __cplusplus
12923 extern "C"
12924 #endif
12925 char cupsGetDefault ();
12927 main ()
12929 return cupsGetDefault ();
12931 return 0;
12933 _ACEOF
12934 if ac_fn_c_try_link "$LINENO"; then :
12935 case "$LIBEXT" in
12936 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12937 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'` ;;
12938 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12939 if ${ac_cv_lib_soname_cups:+false} :; then :
12940 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12941 fi ;;
12942 esac
12944 rm -f core conftest.err conftest.$ac_objext \
12945 conftest$ac_exeext conftest.$ac_ext
12946 LIBS=$ac_check_soname_save_LIBS
12948 if ${ac_cv_lib_soname_cups:+false} :; then :
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12950 $as_echo "not found" >&6; }
12952 else
12953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12954 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12956 cat >>confdefs.h <<_ACEOF
12957 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12958 _ACEOF
12960 CUPS_CFLAGS="$ac_cups_cflags"
12964 done
12966 CPPFLAGS="$ac_save_CPPFLAGS"
12968 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12969 case "x$with_cups" in
12970 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12971 xno) ;;
12972 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
12973 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12974 esac
12977 if test "x$with_fontconfig" != "xno"
12978 then
12979 if ${FONTCONFIG_CFLAGS:+false} :; then :
12980 if ${PKG_CONFIG+:} false; then :
12981 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12984 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12985 if ${FONTCONFIG_LIBS:+false} :; then :
12986 if ${PKG_CONFIG+:} false; then :
12987 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12990 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
12992 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12993 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12994 ac_save_CPPFLAGS=$CPPFLAGS
12995 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
12996 for ac_header in fontconfig/fontconfig.h
12997 do :
12998 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12999 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13000 cat >>confdefs.h <<_ACEOF
13001 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13002 _ACEOF
13006 done
13008 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13009 then
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13011 $as_echo_n "checking for -lfontconfig... " >&6; }
13012 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13013 $as_echo_n "(cached) " >&6
13014 else
13015 ac_check_soname_save_LIBS=$LIBS
13016 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13018 /* end confdefs.h. */
13020 /* Override any GCC internal prototype to avoid an error.
13021 Use char because int might match the return type of a GCC
13022 builtin and then its argument prototype would still apply. */
13023 #ifdef __cplusplus
13024 extern "C"
13025 #endif
13026 char FcInit ();
13028 main ()
13030 return FcInit ();
13032 return 0;
13034 _ACEOF
13035 if ac_fn_c_try_link "$LINENO"; then :
13036 case "$LIBEXT" in
13037 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13038 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'` ;;
13039 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13040 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13041 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13042 fi ;;
13043 esac
13045 rm -f core conftest.err conftest.$ac_objext \
13046 conftest$ac_exeext conftest.$ac_ext
13047 LIBS=$ac_check_soname_save_LIBS
13049 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13051 $as_echo "not found" >&6; }
13052 FONTCONFIG_CFLAGS=""
13053 else
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13055 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13057 cat >>confdefs.h <<_ACEOF
13058 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13059 _ACEOF
13063 else
13064 FONTCONFIG_CFLAGS=""
13066 CPPFLAGS=$ac_save_CPPFLAGS
13067 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13068 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13071 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13072 case "x$with_fontconfig" in
13073 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13074 xno) ;;
13075 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13076 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13077 esac
13080 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13081 then
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13083 $as_echo_n "checking for -lgsm... " >&6; }
13084 if ${ac_cv_lib_soname_gsm+:} false; then :
13085 $as_echo_n "(cached) " >&6
13086 else
13087 ac_check_soname_save_LIBS=$LIBS
13088 LIBS="-lgsm $LIBS"
13089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13090 /* end confdefs.h. */
13092 /* Override any GCC internal prototype to avoid an error.
13093 Use char because int might match the return type of a GCC
13094 builtin and then its argument prototype would still apply. */
13095 #ifdef __cplusplus
13096 extern "C"
13097 #endif
13098 char gsm_create ();
13100 main ()
13102 return gsm_create ();
13104 return 0;
13106 _ACEOF
13107 if ac_fn_c_try_link "$LINENO"; then :
13108 case "$LIBEXT" in
13109 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13110 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'` ;;
13111 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13112 if ${ac_cv_lib_soname_gsm:+false} :; then :
13113 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13114 fi ;;
13115 esac
13117 rm -f core conftest.err conftest.$ac_objext \
13118 conftest$ac_exeext conftest.$ac_ext
13119 LIBS=$ac_check_soname_save_LIBS
13121 if ${ac_cv_lib_soname_gsm:+false} :; then :
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13123 $as_echo "not found" >&6; }
13125 else
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13127 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13129 cat >>confdefs.h <<_ACEOF
13130 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13131 _ACEOF
13136 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13137 case "x$with_gsm" in
13138 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13139 xno) ;;
13140 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13141 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13142 esac
13145 if test "x$with_jpeg" != "xno"
13146 then
13147 if ${JPEG_CFLAGS:+false} :; then :
13148 if ${PKG_CONFIG+:} false; then :
13149 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13153 if ${JPEG_LIBS:+false} :; then :
13154 if ${PKG_CONFIG+:} false; then :
13155 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13160 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13161 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13162 ac_save_CPPFLAGS=$CPPFLAGS
13163 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13164 for ac_header in jpeglib.h
13165 do :
13166 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13167 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13168 cat >>confdefs.h <<_ACEOF
13169 #define HAVE_JPEGLIB_H 1
13170 _ACEOF
13174 done
13176 if test "$ac_cv_header_jpeglib_h" = "yes"
13177 then
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13179 $as_echo_n "checking for -ljpeg... " >&6; }
13180 if ${ac_cv_lib_soname_jpeg+:} false; then :
13181 $as_echo_n "(cached) " >&6
13182 else
13183 ac_check_soname_save_LIBS=$LIBS
13184 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13186 /* end confdefs.h. */
13188 /* Override any GCC internal prototype to avoid an error.
13189 Use char because int might match the return type of a GCC
13190 builtin and then its argument prototype would still apply. */
13191 #ifdef __cplusplus
13192 extern "C"
13193 #endif
13194 char jpeg_start_decompress ();
13196 main ()
13198 return jpeg_start_decompress ();
13200 return 0;
13202 _ACEOF
13203 if ac_fn_c_try_link "$LINENO"; then :
13204 case "$LIBEXT" in
13205 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13206 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'` ;;
13207 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13208 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13209 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13210 fi ;;
13211 esac
13213 rm -f core conftest.err conftest.$ac_objext \
13214 conftest$ac_exeext conftest.$ac_ext
13215 LIBS=$ac_check_soname_save_LIBS
13217 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13219 $as_echo "not found" >&6; }
13220 JPEG_CFLAGS=""
13221 else
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13223 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13225 cat >>confdefs.h <<_ACEOF
13226 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13227 _ACEOF
13231 else
13232 JPEG_CFLAGS=""
13234 CPPFLAGS=$ac_save_CPPFLAGS
13235 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13236 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13239 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13240 case "x$with_jpeg" in
13241 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13242 xno) ;;
13243 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13244 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13245 esac
13248 if test "x$with_png" != "xno"
13249 then
13250 if ${PNG_CFLAGS:+false} :; then :
13251 if ${PKG_CONFIG+:} false; then :
13252 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13255 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13256 if ${PNG_LIBS:+false} :; then :
13257 if ${PKG_CONFIG+:} false; then :
13258 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13261 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13263 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13264 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13265 ac_save_CPPFLAGS=$CPPFLAGS
13266 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13267 for ac_header in png.h
13268 do :
13269 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13270 if test "x$ac_cv_header_png_h" = xyes; then :
13271 cat >>confdefs.h <<_ACEOF
13272 #define HAVE_PNG_H 1
13273 _ACEOF
13277 done
13279 if test "$ac_cv_header_png_h" = "yes"
13280 then
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13282 $as_echo_n "checking for -lpng... " >&6; }
13283 if ${ac_cv_lib_soname_png+:} false; then :
13284 $as_echo_n "(cached) " >&6
13285 else
13286 ac_check_soname_save_LIBS=$LIBS
13287 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13289 /* end confdefs.h. */
13291 /* Override any GCC internal prototype to avoid an error.
13292 Use char because int might match the return type of a GCC
13293 builtin and then its argument prototype would still apply. */
13294 #ifdef __cplusplus
13295 extern "C"
13296 #endif
13297 char png_create_read_struct ();
13299 main ()
13301 return png_create_read_struct ();
13303 return 0;
13305 _ACEOF
13306 if ac_fn_c_try_link "$LINENO"; then :
13307 case "$LIBEXT" in
13308 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13309 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'` ;;
13310 *) 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'`
13311 if ${ac_cv_lib_soname_png:+false} :; then :
13312 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13313 fi ;;
13314 esac
13316 rm -f core conftest.err conftest.$ac_objext \
13317 conftest$ac_exeext conftest.$ac_ext
13318 LIBS=$ac_check_soname_save_LIBS
13320 if ${ac_cv_lib_soname_png:+false} :; then :
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13322 $as_echo "not found" >&6; }
13323 PNG_CFLAGS=""
13324 else
13325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13326 $as_echo "$ac_cv_lib_soname_png" >&6; }
13328 cat >>confdefs.h <<_ACEOF
13329 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13330 _ACEOF
13332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13333 /* end confdefs.h. */
13334 #include <png.h>
13336 main ()
13338 typeof(png_set_expand_gray_1_2_4_to_8) *p
13340 return 0;
13342 _ACEOF
13343 if ac_fn_c_try_compile "$LINENO"; then :
13345 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13350 else
13351 PNG_CFLAGS=""
13353 CPPFLAGS=$ac_save_CPPFLAGS
13354 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13355 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13358 if test "x$ac_cv_lib_soname_png" = "x"; then :
13359 case "x$with_png" in
13360 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13361 xno) ;;
13362 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13363 This is an error since --with-png was requested." "$LINENO" 5 ;;
13364 esac
13367 if test "x$with_tiff" != "xno"
13368 then
13369 if ${TIFF_CFLAGS:+false} :; then :
13370 if ${PKG_CONFIG+:} false; then :
13371 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13375 if ${TIFF_LIBS:+false} :; then :
13376 if ${PKG_CONFIG+:} false; then :
13377 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13382 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13383 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13384 ac_save_CPPFLAGS=$CPPFLAGS
13385 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13386 for ac_header in tiffio.h
13387 do :
13388 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13389 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13390 cat >>confdefs.h <<_ACEOF
13391 #define HAVE_TIFFIO_H 1
13392 _ACEOF
13396 done
13398 if test "$ac_cv_header_tiffio_h" = "yes"
13399 then
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13401 $as_echo_n "checking for -ltiff... " >&6; }
13402 if ${ac_cv_lib_soname_tiff+:} false; then :
13403 $as_echo_n "(cached) " >&6
13404 else
13405 ac_check_soname_save_LIBS=$LIBS
13406 LIBS="-ltiff $TIFF_LIBS $LIBS"
13407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13408 /* end confdefs.h. */
13410 /* Override any GCC internal prototype to avoid an error.
13411 Use char because int might match the return type of a GCC
13412 builtin and then its argument prototype would still apply. */
13413 #ifdef __cplusplus
13414 extern "C"
13415 #endif
13416 char TIFFClientOpen ();
13418 main ()
13420 return TIFFClientOpen ();
13422 return 0;
13424 _ACEOF
13425 if ac_fn_c_try_link "$LINENO"; then :
13426 case "$LIBEXT" in
13427 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13428 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'` ;;
13429 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13430 if ${ac_cv_lib_soname_tiff:+false} :; then :
13431 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13432 fi ;;
13433 esac
13435 rm -f core conftest.err conftest.$ac_objext \
13436 conftest$ac_exeext conftest.$ac_ext
13437 LIBS=$ac_check_soname_save_LIBS
13439 if ${ac_cv_lib_soname_tiff:+false} :; then :
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13441 $as_echo "not found" >&6; }
13443 else
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13445 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13447 cat >>confdefs.h <<_ACEOF
13448 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13449 _ACEOF
13454 CPPFLAGS=$ac_save_CPPFLAGS
13455 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13456 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13459 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13460 case "x$with_tiff" in
13461 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13462 xno) ;;
13463 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13464 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13465 esac
13468 if test "x$with_mpg123" != "xno"
13469 then
13470 if ${MPG123_CFLAGS:+false} :; then :
13471 if ${PKG_CONFIG+:} false; then :
13472 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13476 if ${MPG123_LIBS:+false} :; then :
13477 if ${PKG_CONFIG+:} false; then :
13478 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13482 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13483 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13484 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13485 ac_save_CPPFLAGS=$CPPFLAGS
13486 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13487 for ac_header in mpg123.h
13488 do :
13489 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13490 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13491 cat >>confdefs.h <<_ACEOF
13492 #define HAVE_MPG123_H 1
13493 _ACEOF
13497 done
13499 if test "$ac_cv_header_mpg123_h" = "yes"
13500 then
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13502 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13503 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13504 $as_echo_n "(cached) " >&6
13505 else
13506 ac_check_lib_save_LIBS=$LIBS
13507 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13509 /* end confdefs.h. */
13511 /* Override any GCC internal prototype to avoid an error.
13512 Use char because int might match the return type of a GCC
13513 builtin and then its argument prototype would still apply. */
13514 #ifdef __cplusplus
13515 extern "C"
13516 #endif
13517 char mpg123_feed ();
13519 main ()
13521 return mpg123_feed ();
13523 return 0;
13525 _ACEOF
13526 if ac_fn_c_try_link "$LINENO"; then :
13527 ac_cv_lib_mpg123_mpg123_feed=yes
13528 else
13529 ac_cv_lib_mpg123_mpg123_feed=no
13531 rm -f core conftest.err conftest.$ac_objext \
13532 conftest$ac_exeext conftest.$ac_ext
13533 LIBS=$ac_check_lib_save_LIBS
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13536 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13537 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13539 else
13540 MPG123_LIBS=""
13543 else
13544 MPG123_CFLAGS=""
13545 MPG123_LIBS=""
13547 CPPFLAGS=$ac_save_CPPFLAGS
13548 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13549 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13552 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13553 case "x$with_mpg123" in
13554 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13555 xno) ;;
13556 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13557 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13558 esac
13560 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}
13562 if test "$ac_cv_header_AL_al_h" = "yes"
13563 then
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13565 $as_echo_n "checking for -lopenal... " >&6; }
13566 if ${ac_cv_lib_soname_openal+:} false; then :
13567 $as_echo_n "(cached) " >&6
13568 else
13569 ac_check_soname_save_LIBS=$LIBS
13570 LIBS="-lopenal $LIBS"
13571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13572 /* end confdefs.h. */
13574 /* Override any GCC internal prototype to avoid an error.
13575 Use char because int might match the return type of a GCC
13576 builtin and then its argument prototype would still apply. */
13577 #ifdef __cplusplus
13578 extern "C"
13579 #endif
13580 char alGetSource3i ();
13582 main ()
13584 return alGetSource3i ();
13586 return 0;
13588 _ACEOF
13589 if ac_fn_c_try_link "$LINENO"; then :
13590 case "$LIBEXT" in
13591 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13592 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'` ;;
13593 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13594 if ${ac_cv_lib_soname_openal:+false} :; then :
13595 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13596 fi ;;
13597 esac
13599 rm -f core conftest.err conftest.$ac_objext \
13600 conftest$ac_exeext conftest.$ac_ext
13601 LIBS=$ac_check_soname_save_LIBS
13603 if ${ac_cv_lib_soname_openal:+false} :; then :
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13605 $as_echo "not found" >&6; }
13607 else
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13609 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13611 cat >>confdefs.h <<_ACEOF
13612 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13613 _ACEOF
13615 OPENAL_LIBS="-lopenal"
13617 ac_cv_lib_openal=yes
13619 cat >>confdefs.h <<_ACEOF
13620 #define HAVE_OPENAL 1
13621 _ACEOF
13625 if test "x$ac_cv_lib_openal" != xyes; then :
13626 case "x$with_openal" in
13627 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13628 xno) ;;
13629 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13630 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13631 esac
13633 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13635 if test "x$ac_cv_lib_openal" = xyes
13636 then
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13638 $as_echo_n "checking for openal-soft... " >&6; }
13639 if ${ac_cv_have_openalsoft+:} false; then :
13640 $as_echo_n "(cached) " >&6
13641 else
13642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13643 /* end confdefs.h. */
13644 #include <AL/alext.h>
13645 LPALCRENDERSAMPLESSOFT x;
13647 main ()
13651 return 0;
13653 _ACEOF
13654 if ac_fn_c_try_compile "$LINENO"; then :
13655 ac_cv_have_openalsoft=yes
13656 else
13657 ac_cv_have_openalsoft=no
13659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13662 $as_echo "$ac_cv_have_openalsoft" >&6; }
13664 if test "x$ac_cv_have_openalsoft" != xyes
13665 then
13666 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13667 enable_xaudio2_7=${enable_xaudio2_7:-no}
13670 if test "$ac_cv_header_kstat_h" = "yes"
13671 then
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13673 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13674 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13675 $as_echo_n "(cached) " >&6
13676 else
13677 ac_check_lib_save_LIBS=$LIBS
13678 LIBS="-lkstat $LIBS"
13679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13680 /* end confdefs.h. */
13682 /* Override any GCC internal prototype to avoid an error.
13683 Use char because int might match the return type of a GCC
13684 builtin and then its argument prototype would still apply. */
13685 #ifdef __cplusplus
13686 extern "C"
13687 #endif
13688 char kstat_open ();
13690 main ()
13692 return kstat_open ();
13694 return 0;
13696 _ACEOF
13697 if ac_fn_c_try_link "$LINENO"; then :
13698 ac_cv_lib_kstat_kstat_open=yes
13699 else
13700 ac_cv_lib_kstat_kstat_open=no
13702 rm -f core conftest.err conftest.$ac_objext \
13703 conftest$ac_exeext conftest.$ac_ext
13704 LIBS=$ac_check_lib_save_LIBS
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13707 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13708 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13710 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13712 KSTAT_LIBS="-lkstat"
13718 if test "$ac_cv_header_libprocstat_h" = "yes"
13719 then
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13721 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13722 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13723 $as_echo_n "(cached) " >&6
13724 else
13725 ac_check_lib_save_LIBS=$LIBS
13726 LIBS="-lprocstat $LIBS"
13727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13728 /* end confdefs.h. */
13730 /* Override any GCC internal prototype to avoid an error.
13731 Use char because int might match the return type of a GCC
13732 builtin and then its argument prototype would still apply. */
13733 #ifdef __cplusplus
13734 extern "C"
13735 #endif
13736 char procstat_open_sysctl ();
13738 main ()
13740 return procstat_open_sysctl ();
13742 return 0;
13744 _ACEOF
13745 if ac_fn_c_try_link "$LINENO"; then :
13746 ac_cv_lib_procstat_procstat_open_sysctl=yes
13747 else
13748 ac_cv_lib_procstat_procstat_open_sysctl=no
13750 rm -f core conftest.err conftest.$ac_objext \
13751 conftest$ac_exeext conftest.$ac_ext
13752 LIBS=$ac_check_lib_save_LIBS
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13755 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13756 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13758 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13760 PROCSTAT_LIBS="-lprocstat"
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13767 $as_echo_n "checking for -lodbc... " >&6; }
13768 if ${ac_cv_lib_soname_odbc+:} false; then :
13769 $as_echo_n "(cached) " >&6
13770 else
13771 ac_check_soname_save_LIBS=$LIBS
13772 LIBS="-lodbc $LIBS"
13773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13774 /* end confdefs.h. */
13776 /* Override any GCC internal prototype to avoid an error.
13777 Use char because int might match the return type of a GCC
13778 builtin and then its argument prototype would still apply. */
13779 #ifdef __cplusplus
13780 extern "C"
13781 #endif
13782 char SQLConnect ();
13784 main ()
13786 return SQLConnect ();
13788 return 0;
13790 _ACEOF
13791 if ac_fn_c_try_link "$LINENO"; then :
13792 case "$LIBEXT" in
13793 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13794 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'` ;;
13795 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13796 if ${ac_cv_lib_soname_odbc:+false} :; then :
13797 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13798 fi ;;
13799 esac
13801 rm -f core conftest.err conftest.$ac_objext \
13802 conftest$ac_exeext conftest.$ac_ext
13803 LIBS=$ac_check_soname_save_LIBS
13805 if ${ac_cv_lib_soname_odbc:+false} :; then :
13806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13807 $as_echo "not found" >&6; }
13808 cat >>confdefs.h <<_ACEOF
13809 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13810 _ACEOF
13812 else
13813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13814 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13816 cat >>confdefs.h <<_ACEOF
13817 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13818 _ACEOF
13823 if test "x$with_netapi" != "xno"
13824 then
13825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13826 $as_echo_n "checking for -lnetapi... " >&6; }
13827 if ${ac_cv_lib_soname_netapi+:} false; then :
13828 $as_echo_n "(cached) " >&6
13829 else
13830 ac_check_soname_save_LIBS=$LIBS
13831 LIBS="-lnetapi $LIBS"
13832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13833 /* end confdefs.h. */
13835 /* Override any GCC internal prototype to avoid an error.
13836 Use char because int might match the return type of a GCC
13837 builtin and then its argument prototype would still apply. */
13838 #ifdef __cplusplus
13839 extern "C"
13840 #endif
13841 char libnetapi_init ();
13843 main ()
13845 return libnetapi_init ();
13847 return 0;
13849 _ACEOF
13850 if ac_fn_c_try_link "$LINENO"; then :
13851 case "$LIBEXT" in
13852 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13853 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'` ;;
13854 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13855 if ${ac_cv_lib_soname_netapi:+false} :; then :
13856 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13857 fi ;;
13858 esac
13860 rm -f core conftest.err conftest.$ac_objext \
13861 conftest$ac_exeext conftest.$ac_ext
13862 LIBS=$ac_check_soname_save_LIBS
13864 if ${ac_cv_lib_soname_netapi:+false} :; then :
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13866 $as_echo "not found" >&6; }
13867 cat >>confdefs.h <<_ACEOF
13868 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13869 _ACEOF
13871 else
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13873 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13875 cat >>confdefs.h <<_ACEOF
13876 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13877 _ACEOF
13883 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
13884 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
13885 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
13886 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
13888 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13889 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
13890 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13891 then
13892 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13896 EXTRACFLAGS=""
13898 if test "x${GCC}" = "xyes"
13899 then
13900 EXTRACFLAGS="-Wall -pipe"
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13903 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13904 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13905 $as_echo_n "(cached) " >&6
13906 else
13907 if test "$cross_compiling" = yes; then :
13908 ac_cv_c_gcc_strength_bug="no"
13909 else
13910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13911 /* end confdefs.h. */
13912 int L[4] = {0,1,2,3};
13914 main ()
13916 static int Array[3];
13917 unsigned int B = 3;
13918 int i;
13919 for(i=0; i<B; i++) Array[i] = i - 3;
13920 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13921 L[i] = 4;
13922 return (Array[1] != -2 || L[2] != 3)
13924 return 0;
13926 _ACEOF
13927 if ac_fn_c_try_run "$LINENO"; then :
13928 ac_cv_c_gcc_strength_bug="no"
13929 else
13930 ac_cv_c_gcc_strength_bug="yes"
13932 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13933 conftest.$ac_objext conftest.beam conftest.$ac_ext
13937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13938 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13939 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13940 then
13941 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13945 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13946 if ${ac_cv_cflags__fno_builtin+:} false; then :
13947 $as_echo_n "(cached) " >&6
13948 else
13949 ac_wine_try_cflags_saved=$CFLAGS
13950 CFLAGS="$CFLAGS -fno-builtin"
13951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13952 /* end confdefs.h. */
13953 int main(int argc, char **argv) { return 0; }
13954 _ACEOF
13955 if ac_fn_c_try_link "$LINENO"; then :
13956 ac_cv_cflags__fno_builtin=yes
13957 else
13958 ac_cv_cflags__fno_builtin=no
13960 rm -f core conftest.err conftest.$ac_objext \
13961 conftest$ac_exeext conftest.$ac_ext
13962 CFLAGS=$ac_wine_try_cflags_saved
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13965 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13966 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
13967 BUILTINFLAG="-fno-builtin"
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13971 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13972 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
13973 $as_echo_n "(cached) " >&6
13974 else
13975 ac_wine_try_cflags_saved=$CFLAGS
13976 CFLAGS="$CFLAGS -fno-strict-aliasing"
13977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13978 /* end confdefs.h. */
13979 int main(int argc, char **argv) { return 0; }
13980 _ACEOF
13981 if ac_fn_c_try_link "$LINENO"; then :
13982 ac_cv_cflags__fno_strict_aliasing=yes
13983 else
13984 ac_cv_cflags__fno_strict_aliasing=no
13986 rm -f core conftest.err conftest.$ac_objext \
13987 conftest$ac_exeext conftest.$ac_ext
13988 CFLAGS=$ac_wine_try_cflags_saved
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13991 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13992 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
13993 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
13995 saved_CFLAGS=$CFLAGS
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13997 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13998 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
13999 $as_echo_n "(cached) " >&6
14000 else
14001 ac_wine_try_cflags_saved=$CFLAGS
14002 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14004 /* end confdefs.h. */
14005 int main(int argc, char **argv) { return 0; }
14006 _ACEOF
14007 if ac_fn_c_try_link "$LINENO"; then :
14008 ac_cv_cflags__Werror_unknown_warning_option=yes
14009 else
14010 ac_cv_cflags__Werror_unknown_warning_option=no
14012 rm -f core conftest.err conftest.$ac_objext \
14013 conftest$ac_exeext conftest.$ac_ext
14014 CFLAGS=$ac_wine_try_cflags_saved
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14017 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14018 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14019 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14022 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14023 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14024 $as_echo_n "(cached) " >&6
14025 else
14026 ac_wine_try_cflags_saved=$CFLAGS
14027 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14029 /* end confdefs.h. */
14030 int main(int argc, char **argv) { return 0; }
14031 _ACEOF
14032 if ac_fn_c_try_link "$LINENO"; then :
14033 ac_cv_cflags__Wdeclaration_after_statement=yes
14034 else
14035 ac_cv_cflags__Wdeclaration_after_statement=no
14037 rm -f core conftest.err conftest.$ac_objext \
14038 conftest$ac_exeext conftest.$ac_ext
14039 CFLAGS=$ac_wine_try_cflags_saved
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14042 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14043 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14044 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14047 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14048 if ${ac_cv_cflags__Wempty_body+:} false; then :
14049 $as_echo_n "(cached) " >&6
14050 else
14051 ac_wine_try_cflags_saved=$CFLAGS
14052 CFLAGS="$CFLAGS -Wempty-body"
14053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14054 /* end confdefs.h. */
14055 int main(int argc, char **argv) { return 0; }
14056 _ACEOF
14057 if ac_fn_c_try_link "$LINENO"; then :
14058 ac_cv_cflags__Wempty_body=yes
14059 else
14060 ac_cv_cflags__Wempty_body=no
14062 rm -f core conftest.err conftest.$ac_objext \
14063 conftest$ac_exeext conftest.$ac_ext
14064 CFLAGS=$ac_wine_try_cflags_saved
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14067 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14068 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14069 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14072 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14073 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14074 $as_echo_n "(cached) " >&6
14075 else
14076 ac_wine_try_cflags_saved=$CFLAGS
14077 CFLAGS="$CFLAGS -Wignored-qualifiers"
14078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14079 /* end confdefs.h. */
14080 int main(int argc, char **argv) { return 0; }
14081 _ACEOF
14082 if ac_fn_c_try_link "$LINENO"; then :
14083 ac_cv_cflags__Wignored_qualifiers=yes
14084 else
14085 ac_cv_cflags__Wignored_qualifiers=no
14087 rm -f core conftest.err conftest.$ac_objext \
14088 conftest$ac_exeext conftest.$ac_ext
14089 CFLAGS=$ac_wine_try_cflags_saved
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14092 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14093 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14094 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14097 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14098 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14099 $as_echo_n "(cached) " >&6
14100 else
14101 ac_wine_try_cflags_saved=$CFLAGS
14102 CFLAGS="$CFLAGS -Wstrict-prototypes"
14103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14104 /* end confdefs.h. */
14105 int main(int argc, char **argv) { return 0; }
14106 _ACEOF
14107 if ac_fn_c_try_link "$LINENO"; then :
14108 ac_cv_cflags__Wstrict_prototypes=yes
14109 else
14110 ac_cv_cflags__Wstrict_prototypes=no
14112 rm -f core conftest.err conftest.$ac_objext \
14113 conftest$ac_exeext conftest.$ac_ext
14114 CFLAGS=$ac_wine_try_cflags_saved
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14117 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14118 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14119 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14122 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14123 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14124 $as_echo_n "(cached) " >&6
14125 else
14126 ac_wine_try_cflags_saved=$CFLAGS
14127 CFLAGS="$CFLAGS -Wtype-limits"
14128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14129 /* end confdefs.h. */
14130 int main(int argc, char **argv) { return 0; }
14131 _ACEOF
14132 if ac_fn_c_try_link "$LINENO"; then :
14133 ac_cv_cflags__Wtype_limits=yes
14134 else
14135 ac_cv_cflags__Wtype_limits=no
14137 rm -f core conftest.err conftest.$ac_objext \
14138 conftest$ac_exeext conftest.$ac_ext
14139 CFLAGS=$ac_wine_try_cflags_saved
14141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14142 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14143 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14144 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14147 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14148 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14149 $as_echo_n "(cached) " >&6
14150 else
14151 ac_wine_try_cflags_saved=$CFLAGS
14152 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14154 /* end confdefs.h. */
14155 int main(int argc, char **argv) { return 0; }
14156 _ACEOF
14157 if ac_fn_c_try_link "$LINENO"; then :
14158 ac_cv_cflags__Wunused_but_set_parameter=yes
14159 else
14160 ac_cv_cflags__Wunused_but_set_parameter=no
14162 rm -f core conftest.err conftest.$ac_objext \
14163 conftest$ac_exeext conftest.$ac_ext
14164 CFLAGS=$ac_wine_try_cflags_saved
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14167 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14168 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14169 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14172 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14173 if ${ac_cv_cflags__Wvla+:} false; then :
14174 $as_echo_n "(cached) " >&6
14175 else
14176 ac_wine_try_cflags_saved=$CFLAGS
14177 CFLAGS="$CFLAGS -Wvla"
14178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14179 /* end confdefs.h. */
14180 int main(int argc, char **argv) { return 0; }
14181 _ACEOF
14182 if ac_fn_c_try_link "$LINENO"; then :
14183 ac_cv_cflags__Wvla=yes
14184 else
14185 ac_cv_cflags__Wvla=no
14187 rm -f core conftest.err conftest.$ac_objext \
14188 conftest$ac_exeext conftest.$ac_ext
14189 CFLAGS=$ac_wine_try_cflags_saved
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14192 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14193 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14194 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14197 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14198 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14199 $as_echo_n "(cached) " >&6
14200 else
14201 ac_wine_try_cflags_saved=$CFLAGS
14202 CFLAGS="$CFLAGS -Wwrite-strings"
14203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14205 int main(int argc, char **argv) { return 0; }
14206 _ACEOF
14207 if ac_fn_c_try_link "$LINENO"; then :
14208 ac_cv_cflags__Wwrite_strings=yes
14209 else
14210 ac_cv_cflags__Wwrite_strings=no
14212 rm -f core conftest.err conftest.$ac_objext \
14213 conftest$ac_exeext conftest.$ac_ext
14214 CFLAGS=$ac_wine_try_cflags_saved
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14217 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14218 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14219 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14223 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14224 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14225 $as_echo_n "(cached) " >&6
14226 else
14227 ac_wine_try_cflags_saved=$CFLAGS
14228 CFLAGS="$CFLAGS -Wpointer-arith"
14229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14230 /* end confdefs.h. */
14231 int main(int argc, char **argv) { return 0; }
14232 _ACEOF
14233 if ac_fn_c_try_link "$LINENO"; then :
14234 ac_cv_cflags__Wpointer_arith=yes
14235 else
14236 ac_cv_cflags__Wpointer_arith=no
14238 rm -f core conftest.err conftest.$ac_objext \
14239 conftest$ac_exeext conftest.$ac_ext
14240 CFLAGS=$ac_wine_try_cflags_saved
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14243 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14244 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14245 saved_string_h_CFLAGS=$CFLAGS
14246 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14248 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14249 if ${ac_cv_c_string_h_warnings+:} false; then :
14250 $as_echo_n "(cached) " >&6
14251 else
14252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14253 /* end confdefs.h. */
14254 #include <string.h>
14256 main ()
14260 return 0;
14262 _ACEOF
14263 if ac_fn_c_try_compile "$LINENO"; then :
14264 ac_cv_c_string_h_warnings=no
14265 else
14266 ac_cv_c_string_h_warnings=yes
14268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14271 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14272 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14273 CFLAGS=$saved_string_h_CFLAGS
14276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14277 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14278 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14279 $as_echo_n "(cached) " >&6
14280 else
14281 ac_wine_try_cflags_saved=$CFLAGS
14282 CFLAGS="$CFLAGS -Wlogical-op"
14283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14284 /* end confdefs.h. */
14285 int main(int argc, char **argv) { return 0; }
14286 _ACEOF
14287 if ac_fn_c_try_link "$LINENO"; then :
14288 ac_cv_cflags__Wlogical_op=yes
14289 else
14290 ac_cv_cflags__Wlogical_op=no
14292 rm -f core conftest.err conftest.$ac_objext \
14293 conftest$ac_exeext conftest.$ac_ext
14294 CFLAGS=$ac_wine_try_cflags_saved
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14297 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14298 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14299 saved_string_h_CFLAGS=$CFLAGS
14300 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14302 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14303 if ${ac_cv_c_logicalop_noisy+:} false; then :
14304 $as_echo_n "(cached) " >&6
14305 else
14306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14307 /* end confdefs.h. */
14308 #include <string.h>
14309 char*f(const char *h,char n) {return strchr(h,n);}
14311 main ()
14315 return 0;
14317 _ACEOF
14318 if ac_fn_c_try_compile "$LINENO"; then :
14319 ac_cv_c_logicalop_noisy=no
14320 else
14321 ac_cv_c_logicalop_noisy=yes
14323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14326 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14327 CFLAGS=$saved_string_h_CFLAGS
14328 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14331 CFLAGS=$saved_CFLAGS
14333 for ac_flag in $CFLAGS; do
14334 case $ac_flag in
14335 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14336 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14337 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14338 $as_echo_n "(cached) " >&6
14339 else
14340 ac_wine_try_cflags_saved=$CFLAGS
14341 CFLAGS="$CFLAGS -gdwarf-2"
14342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14343 /* end confdefs.h. */
14344 int main(int argc, char **argv) { return 0; }
14345 _ACEOF
14346 if ac_fn_c_try_link "$LINENO"; then :
14347 ac_cv_cflags__gdwarf_2=yes
14348 else
14349 ac_cv_cflags__gdwarf_2=no
14351 rm -f core conftest.err conftest.$ac_objext \
14352 conftest$ac_exeext conftest.$ac_ext
14353 CFLAGS=$ac_wine_try_cflags_saved
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14356 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14357 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14358 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14361 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14362 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14363 $as_echo_n "(cached) " >&6
14364 else
14365 ac_wine_try_cflags_saved=$CFLAGS
14366 CFLAGS="$CFLAGS -gstrict-dwarf"
14367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14368 /* end confdefs.h. */
14369 int main(int argc, char **argv) { return 0; }
14370 _ACEOF
14371 if ac_fn_c_try_link "$LINENO"; then :
14372 ac_cv_cflags__gstrict_dwarf=yes
14373 else
14374 ac_cv_cflags__gstrict_dwarf=no
14376 rm -f core conftest.err conftest.$ac_objext \
14377 conftest$ac_exeext conftest.$ac_ext
14378 CFLAGS=$ac_wine_try_cflags_saved
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14381 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14382 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14383 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14384 fi ;;
14385 esac
14386 done
14388 case $host_cpu in
14389 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14390 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14391 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14392 $as_echo_n "(cached) " >&6
14393 else
14394 ac_wine_try_cflags_saved=$CFLAGS
14395 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14397 /* end confdefs.h. */
14398 int main(int argc, char **argv) { return 0; }
14399 _ACEOF
14400 if ac_fn_c_try_link "$LINENO"; then :
14401 ac_cv_cflags__fno_omit_frame_pointer=yes
14402 else
14403 ac_cv_cflags__fno_omit_frame_pointer=no
14405 rm -f core conftest.err conftest.$ac_objext \
14406 conftest$ac_exeext conftest.$ac_ext
14407 CFLAGS=$ac_wine_try_cflags_saved
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14410 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14411 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14412 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14413 fi ;;
14414 esac
14416 case $host in
14417 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14418 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14419 if ${ac_cv_cflags__Wno_format+:} false; then :
14420 $as_echo_n "(cached) " >&6
14421 else
14422 ac_wine_try_cflags_saved=$CFLAGS
14423 CFLAGS="$CFLAGS -Wno-format"
14424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14425 /* end confdefs.h. */
14426 int main(int argc, char **argv) { return 0; }
14427 _ACEOF
14428 if ac_fn_c_try_link "$LINENO"; then :
14429 ac_cv_cflags__Wno_format=yes
14430 else
14431 ac_cv_cflags__Wno_format=no
14433 rm -f core conftest.err conftest.$ac_objext \
14434 conftest$ac_exeext conftest.$ac_ext
14435 CFLAGS=$ac_wine_try_cflags_saved
14437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14438 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14439 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14440 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14441 fi ;;
14442 esac
14444 if test "x$enable_maintainer_mode" = "xyes"
14445 then
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14447 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14448 if ${ac_cv_cflags__Werror+:} false; then :
14449 $as_echo_n "(cached) " >&6
14450 else
14451 ac_wine_try_cflags_saved=$CFLAGS
14452 CFLAGS="$CFLAGS -Werror"
14453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14454 /* end confdefs.h. */
14455 int main(int argc, char **argv) { return 0; }
14456 _ACEOF
14457 if ac_fn_c_try_link "$LINENO"; then :
14458 ac_cv_cflags__Werror=yes
14459 else
14460 ac_cv_cflags__Werror=no
14462 rm -f core conftest.err conftest.$ac_objext \
14463 conftest$ac_exeext conftest.$ac_ext
14464 CFLAGS=$ac_wine_try_cflags_saved
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14467 $as_echo "$ac_cv_cflags__Werror" >&6; }
14468 if test "x$ac_cv_cflags__Werror" = xyes; then :
14469 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14473 saved_CFLAGS="$CFLAGS"
14474 CFLAGS="$CFLAGS -Werror"
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14476 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14477 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14478 $as_echo_n "(cached) " >&6
14479 else
14480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14481 /* end confdefs.h. */
14482 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14484 main ()
14488 return 0;
14490 _ACEOF
14491 if ac_fn_c_try_compile "$LINENO"; then :
14492 ac_cv_have_ms_hook_prologue="yes"
14493 else
14494 ac_cv_have_ms_hook_prologue="no"
14496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14499 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14500 CFLAGS="$saved_CFLAGS"
14501 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14502 then
14504 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14506 else
14507 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14514 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14515 if ${ac_cv_c_fortify_enabled+:} false; then :
14516 $as_echo_n "(cached) " >&6
14517 else
14518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14519 /* end confdefs.h. */
14520 #include <string.h>
14522 main ()
14524 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14525 #error Fortify enabled
14526 #endif
14528 return 0;
14530 _ACEOF
14531 if ac_fn_c_try_compile "$LINENO"; then :
14532 ac_cv_c_fortify_enabled=no
14533 else
14534 ac_cv_c_fortify_enabled=yes
14536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14539 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14540 if test "$ac_cv_c_fortify_enabled" = yes
14541 then
14542 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14547 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14548 if ${ac_cv_c_extern_prefix+:} false; then :
14549 $as_echo_n "(cached) " >&6
14550 else
14551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14552 /* end confdefs.h. */
14553 extern int ac_test;
14555 main ()
14557 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14559 return 0;
14561 _ACEOF
14562 if ac_fn_c_try_link "$LINENO"; then :
14563 ac_cv_c_extern_prefix="yes"
14564 else
14565 ac_cv_c_extern_prefix="no"
14567 rm -f core conftest.err conftest.$ac_objext \
14568 conftest$ac_exeext conftest.$ac_ext
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14571 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14573 case $host_cpu in
14574 *i[3456789]86*)
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14576 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14577 if ${ac_cv_c_stdcall_suffix+:} false; then :
14578 $as_echo_n "(cached) " >&6
14579 else
14580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14581 /* end confdefs.h. */
14582 #ifndef _MSC_VER
14583 #define __stdcall __attribute__((__stdcall__))
14584 #endif
14585 int __stdcall ac_test(int i) { return i; }
14587 main ()
14589 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14591 return 0;
14593 _ACEOF
14594 if ac_fn_c_try_link "$LINENO"; then :
14595 ac_cv_c_stdcall_suffix="yes"
14596 else
14597 ac_cv_c_stdcall_suffix="no"
14599 rm -f core conftest.err conftest.$ac_objext \
14600 conftest$ac_exeext conftest.$ac_ext
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14603 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14604 *) ac_cv_c_stdcall_suffix="no" ;;
14605 esac
14608 if test "$ac_cv_c_extern_prefix" = "yes"
14609 then
14610 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14612 asm_name_prefix="_"
14613 else
14614 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14616 asm_name_prefix=""
14620 if test "$ac_cv_c_stdcall_suffix" = "yes"
14621 then
14622 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14624 else
14625 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14631 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14632 if ${ac_cv_asm_func_def+:} false; then :
14633 $as_echo_n "(cached) " >&6
14634 else
14635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14636 /* end confdefs.h. */
14639 main ()
14641 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14643 return 0;
14645 _ACEOF
14646 if ac_fn_c_try_link "$LINENO"; then :
14647 ac_cv_asm_func_def=".def"
14648 else
14649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14650 /* end confdefs.h. */
14653 main ()
14655 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14657 return 0;
14659 _ACEOF
14660 if ac_fn_c_try_link "$LINENO"; then :
14661 ac_cv_asm_func_def=".type @function"
14662 else
14663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14664 /* end confdefs.h. */
14667 main ()
14669 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14671 return 0;
14673 _ACEOF
14674 if ac_fn_c_try_link "$LINENO"; then :
14675 ac_cv_asm_func_def=".type 2"
14676 else
14677 ac_cv_asm_func_def="unknown"
14679 rm -f core conftest.err conftest.$ac_objext \
14680 conftest$ac_exeext conftest.$ac_ext
14682 rm -f core conftest.err conftest.$ac_objext \
14683 conftest$ac_exeext conftest.$ac_ext
14685 rm -f core conftest.err conftest.$ac_objext \
14686 conftest$ac_exeext conftest.$ac_ext
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14689 $as_echo "$ac_cv_asm_func_def" >&6; }
14692 case "$ac_cv_asm_func_def" in
14693 ".def")
14694 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14696 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14697 ".type @function")
14698 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14700 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14701 ".type 2")
14702 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14704 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14706 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14708 asm_func_header="" ;;
14709 esac
14711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14712 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14713 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14714 $as_echo_n "(cached) " >&6
14715 else
14716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14717 /* end confdefs.h. */
14718 asm(".text\n\t.long 0");
14720 main ()
14724 return 0;
14726 _ACEOF
14727 if ac_fn_c_try_compile "$LINENO"; then :
14728 ac_cv_c_asm_outside_funcs="yes"
14729 else
14730 ac_cv_c_asm_outside_funcs="no"
14732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14735 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14738 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14739 if ${ac_cv_c_dot_previous+:} false; then :
14740 $as_echo_n "(cached) " >&6
14741 else
14742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14743 /* end confdefs.h. */
14746 main ()
14748 asm(".text\nac_test:\t.long 0\n\t.previous");
14750 return 0;
14752 _ACEOF
14753 if ac_fn_c_try_link "$LINENO"; then :
14754 ac_cv_c_dot_previous="yes"
14755 else
14756 ac_cv_c_dot_previous="no"
14758 rm -f core conftest.err conftest.$ac_objext \
14759 conftest$ac_exeext conftest.$ac_ext
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14762 $as_echo "$ac_cv_c_dot_previous" >&6; }
14764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14765 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14766 if ${ac_cv_c_cfi_support+:} false; then :
14767 $as_echo_n "(cached) " >&6
14768 else
14769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14770 /* end confdefs.h. */
14771 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14773 main ()
14777 return 0;
14779 _ACEOF
14780 if ac_fn_c_try_compile "$LINENO"; then :
14781 ac_cv_c_cfi_support="yes"
14782 else
14783 ac_cv_c_cfi_support="no"
14785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14788 $as_echo "$ac_cv_c_cfi_support" >&6; }
14790 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14791 asm_func_trailer=""
14792 if test "$ac_cv_c_dot_previous" = "yes"
14793 then
14794 asm_func_trailer="\\n\\t.previous"
14796 if test "$ac_cv_c_cfi_support" = "yes"
14797 then
14798 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14799 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14801 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14803 UNWINDFLAGS=-fasynchronous-unwind-tables
14805 else
14806 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14808 if test "x$enable_win64" = "xyes"
14809 then
14810 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14814 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14817 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14818 then
14819 cat >>confdefs.h <<_ACEOF
14820 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14821 _ACEOF
14823 else
14824 cat >>confdefs.h <<_ACEOF
14825 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14826 _ACEOF
14830 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14833 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14837 case $build_os in
14838 cygwin*|mingw32*) TOOLSEXT=".exe"
14840 esac
14842 case $host_os in
14843 linux*)
14844 case $host_cpu in
14845 *i[3456789]86*|x86_64*)
14846 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14847 loader_programs="$loader_programs $wine_binary-preloader"
14848 as_fn_append LOADER_RULES "
14849 $wine_binary-preloader: preloader.o
14850 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14852 install install-lib:: $wine_binary-preloader
14853 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14855 uninstall::
14856 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14858 preloader_EXTRADEFS = $BUILTINFLAG
14859 " ;;
14860 esac
14862 esac
14863 as_fn_append LOADER_RULES "
14864 PROGRAMS = $loader_programs
14868 ac_save_CFLAGS="$CFLAGS"
14869 CFLAGS="$CFLAGS $BUILTINFLAG"
14870 for ac_func in \
14871 __res_get_state \
14872 __res_getservers \
14873 _finite \
14874 _isnan \
14875 _pclose \
14876 _popen \
14877 _snprintf \
14878 _spawnvp \
14879 _strdup \
14880 _stricmp \
14881 _strnicmp \
14882 _strtoi64 \
14883 _strtoui64 \
14884 _vsnprintf \
14885 asctime_r \
14886 chsize \
14887 dlopen \
14888 epoll_create \
14889 ffs \
14890 finitef \
14891 fnmatch \
14892 fork \
14893 fpclass \
14894 fstatfs \
14895 fstatvfs \
14896 ftruncate \
14897 futimens \
14898 futimes \
14899 futimesat \
14900 getattrlist \
14901 getdirentries \
14902 getopt_long_only \
14903 getpwuid \
14904 gettimeofday \
14905 getuid \
14906 if_nameindex \
14907 isnanf \
14908 kqueue \
14909 lstat \
14910 memmove \
14911 mmap \
14912 pclose \
14913 pipe2 \
14914 poll \
14915 popen \
14916 port_create \
14917 prctl \
14918 pread \
14919 proc_pidinfo \
14920 pwrite \
14921 readdir \
14922 readlink \
14923 sched_yield \
14924 select \
14925 setproctitle \
14926 setrlimit \
14927 settimeofday \
14928 sigaltstack \
14929 sigprocmask \
14930 snprintf \
14931 statfs \
14932 statvfs \
14933 strcasecmp \
14934 strdup \
14935 strerror \
14936 strncasecmp \
14937 strtold \
14938 strtoll \
14939 strtoull \
14940 symlink \
14941 tcdrain \
14942 thr_kill2 \
14943 timegm \
14944 usleep \
14945 vsnprintf
14947 do :
14948 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14949 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14950 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14951 cat >>confdefs.h <<_ACEOF
14952 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14953 _ACEOF
14956 done
14958 CFLAGS="$ac_save_CFLAGS"
14960 if test "$ac_cv_func_dlopen" = no
14961 then
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14963 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14964 if ${ac_cv_lib_dl_dlopen+:} false; then :
14965 $as_echo_n "(cached) " >&6
14966 else
14967 ac_check_lib_save_LIBS=$LIBS
14968 LIBS="-ldl $LIBS"
14969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14970 /* end confdefs.h. */
14972 /* Override any GCC internal prototype to avoid an error.
14973 Use char because int might match the return type of a GCC
14974 builtin and then its argument prototype would still apply. */
14975 #ifdef __cplusplus
14976 extern "C"
14977 #endif
14978 char dlopen ();
14980 main ()
14982 return dlopen ();
14984 return 0;
14986 _ACEOF
14987 if ac_fn_c_try_link "$LINENO"; then :
14988 ac_cv_lib_dl_dlopen=yes
14989 else
14990 ac_cv_lib_dl_dlopen=no
14992 rm -f core conftest.err conftest.$ac_objext \
14993 conftest$ac_exeext conftest.$ac_ext
14994 LIBS=$ac_check_lib_save_LIBS
14996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14997 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14998 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14999 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15000 DL_LIBS="-ldl"
15005 ac_wine_check_funcs_save_LIBS="$LIBS"
15006 LIBS="$LIBS $DL_LIBS"
15007 for ac_func in dladdr
15008 do :
15009 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15010 if test "x$ac_cv_func_dladdr" = xyes; then :
15011 cat >>confdefs.h <<_ACEOF
15012 #define HAVE_DLADDR 1
15013 _ACEOF
15016 done
15018 LIBS="$ac_wine_check_funcs_save_LIBS"
15020 if test "$ac_cv_func_poll" = no
15021 then
15022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15023 $as_echo_n "checking for poll in -lpoll... " >&6; }
15024 if ${ac_cv_lib_poll_poll+:} false; then :
15025 $as_echo_n "(cached) " >&6
15026 else
15027 ac_check_lib_save_LIBS=$LIBS
15028 LIBS="-lpoll $LIBS"
15029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15030 /* end confdefs.h. */
15032 /* Override any GCC internal prototype to avoid an error.
15033 Use char because int might match the return type of a GCC
15034 builtin and then its argument prototype would still apply. */
15035 #ifdef __cplusplus
15036 extern "C"
15037 #endif
15038 char poll ();
15040 main ()
15042 return poll ();
15044 return 0;
15046 _ACEOF
15047 if ac_fn_c_try_link "$LINENO"; then :
15048 ac_cv_lib_poll_poll=yes
15049 else
15050 ac_cv_lib_poll_poll=no
15052 rm -f core conftest.err conftest.$ac_objext \
15053 conftest$ac_exeext conftest.$ac_ext
15054 LIBS=$ac_check_lib_save_LIBS
15056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15057 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15058 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15059 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15060 POLL_LIBS="-lpoll"
15066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15067 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15068 if ${ac_cv_search_gethostbyname+:} false; then :
15069 $as_echo_n "(cached) " >&6
15070 else
15071 ac_func_search_save_LIBS=$LIBS
15072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15073 /* end confdefs.h. */
15075 /* Override any GCC internal prototype to avoid an error.
15076 Use char because int might match the return type of a GCC
15077 builtin and then its argument prototype would still apply. */
15078 #ifdef __cplusplus
15079 extern "C"
15080 #endif
15081 char gethostbyname ();
15083 main ()
15085 return gethostbyname ();
15087 return 0;
15089 _ACEOF
15090 for ac_lib in '' nsl; do
15091 if test -z "$ac_lib"; then
15092 ac_res="none required"
15093 else
15094 ac_res=-l$ac_lib
15095 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15097 if ac_fn_c_try_link "$LINENO"; then :
15098 ac_cv_search_gethostbyname=$ac_res
15100 rm -f core conftest.err conftest.$ac_objext \
15101 conftest$ac_exeext
15102 if ${ac_cv_search_gethostbyname+:} false; then :
15103 break
15105 done
15106 if ${ac_cv_search_gethostbyname+:} false; then :
15108 else
15109 ac_cv_search_gethostbyname=no
15111 rm conftest.$ac_ext
15112 LIBS=$ac_func_search_save_LIBS
15114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15115 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15116 ac_res=$ac_cv_search_gethostbyname
15117 if test "$ac_res" != no; then :
15118 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15124 $as_echo_n "checking for library containing connect... " >&6; }
15125 if ${ac_cv_search_connect+:} false; then :
15126 $as_echo_n "(cached) " >&6
15127 else
15128 ac_func_search_save_LIBS=$LIBS
15129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15130 /* end confdefs.h. */
15132 /* Override any GCC internal prototype to avoid an error.
15133 Use char because int might match the return type of a GCC
15134 builtin and then its argument prototype would still apply. */
15135 #ifdef __cplusplus
15136 extern "C"
15137 #endif
15138 char connect ();
15140 main ()
15142 return connect ();
15144 return 0;
15146 _ACEOF
15147 for ac_lib in '' socket; do
15148 if test -z "$ac_lib"; then
15149 ac_res="none required"
15150 else
15151 ac_res=-l$ac_lib
15152 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15154 if ac_fn_c_try_link "$LINENO"; then :
15155 ac_cv_search_connect=$ac_res
15157 rm -f core conftest.err conftest.$ac_objext \
15158 conftest$ac_exeext
15159 if ${ac_cv_search_connect+:} false; then :
15160 break
15162 done
15163 if ${ac_cv_search_connect+:} false; then :
15165 else
15166 ac_cv_search_connect=no
15168 rm conftest.$ac_ext
15169 LIBS=$ac_func_search_save_LIBS
15171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15172 $as_echo "$ac_cv_search_connect" >&6; }
15173 ac_res=$ac_cv_search_connect
15174 if test "$ac_res" != no; then :
15175 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15181 $as_echo_n "checking for library containing inet_aton... " >&6; }
15182 if ${ac_cv_search_inet_aton+:} false; then :
15183 $as_echo_n "(cached) " >&6
15184 else
15185 ac_func_search_save_LIBS=$LIBS
15186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15187 /* end confdefs.h. */
15189 /* Override any GCC internal prototype to avoid an error.
15190 Use char because int might match the return type of a GCC
15191 builtin and then its argument prototype would still apply. */
15192 #ifdef __cplusplus
15193 extern "C"
15194 #endif
15195 char inet_aton ();
15197 main ()
15199 return inet_aton ();
15201 return 0;
15203 _ACEOF
15204 for ac_lib in '' resolv; do
15205 if test -z "$ac_lib"; then
15206 ac_res="none required"
15207 else
15208 ac_res=-l$ac_lib
15209 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15211 if ac_fn_c_try_link "$LINENO"; then :
15212 ac_cv_search_inet_aton=$ac_res
15214 rm -f core conftest.err conftest.$ac_objext \
15215 conftest$ac_exeext
15216 if ${ac_cv_search_inet_aton+:} false; then :
15217 break
15219 done
15220 if ${ac_cv_search_inet_aton+:} false; then :
15222 else
15223 ac_cv_search_inet_aton=no
15225 rm conftest.$ac_ext
15226 LIBS=$ac_func_search_save_LIBS
15228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15229 $as_echo "$ac_cv_search_inet_aton" >&6; }
15230 ac_res=$ac_cv_search_inet_aton
15231 if test "$ac_res" != no; then :
15232 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15237 for ac_func in \
15238 getaddrinfo \
15239 getnameinfo \
15240 getnetbyname \
15241 getprotobyname \
15242 getprotobynumber \
15243 getservbyport \
15244 inet_addr \
15245 inet_network \
15246 inet_ntop \
15247 inet_pton \
15248 sendmsg \
15249 socketpair \
15251 do :
15252 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15253 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15254 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15255 cat >>confdefs.h <<_ACEOF
15256 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15257 _ACEOF
15260 done
15263 ac_save_LIBS=$LIBS
15264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15265 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15266 if ${ac_cv_search_clock_gettime+:} false; then :
15267 $as_echo_n "(cached) " >&6
15268 else
15269 ac_func_search_save_LIBS=$LIBS
15270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15271 /* end confdefs.h. */
15273 /* Override any GCC internal prototype to avoid an error.
15274 Use char because int might match the return type of a GCC
15275 builtin and then its argument prototype would still apply. */
15276 #ifdef __cplusplus
15277 extern "C"
15278 #endif
15279 char clock_gettime ();
15281 main ()
15283 return clock_gettime ();
15285 return 0;
15287 _ACEOF
15288 for ac_lib in '' rt; do
15289 if test -z "$ac_lib"; then
15290 ac_res="none required"
15291 else
15292 ac_res=-l$ac_lib
15293 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15295 if ac_fn_c_try_link "$LINENO"; then :
15296 ac_cv_search_clock_gettime=$ac_res
15298 rm -f core conftest.err conftest.$ac_objext \
15299 conftest$ac_exeext
15300 if ${ac_cv_search_clock_gettime+:} false; then :
15301 break
15303 done
15304 if ${ac_cv_search_clock_gettime+:} false; then :
15306 else
15307 ac_cv_search_clock_gettime=no
15309 rm conftest.$ac_ext
15310 LIBS=$ac_func_search_save_LIBS
15312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15313 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15314 ac_res=$ac_cv_search_clock_gettime
15315 if test "$ac_res" != no; then :
15316 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15318 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15320 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15324 LIBS=$ac_save_LIBS
15326 LDAP_LIBS=""
15328 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15329 then
15330 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15332 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15334 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15335 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15336 $as_echo_n "(cached) " >&6
15337 else
15338 ac_check_lib_save_LIBS=$LIBS
15339 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15341 /* end confdefs.h. */
15343 /* Override any GCC internal prototype to avoid an error.
15344 Use char because int might match the return type of a GCC
15345 builtin and then its argument prototype would still apply. */
15346 #ifdef __cplusplus
15347 extern "C"
15348 #endif
15349 char ldap_initialize ();
15351 main ()
15353 return ldap_initialize ();
15355 return 0;
15357 _ACEOF
15358 if ac_fn_c_try_link "$LINENO"; then :
15359 ac_cv_lib_ldap_r_ldap_initialize=yes
15360 else
15361 ac_cv_lib_ldap_r_ldap_initialize=no
15363 rm -f core conftest.err conftest.$ac_objext \
15364 conftest$ac_exeext conftest.$ac_ext
15365 LIBS=$ac_check_lib_save_LIBS
15367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15368 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15369 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15371 $as_echo_n "checking for ber_init in -llber... " >&6; }
15372 if ${ac_cv_lib_lber_ber_init+:} false; then :
15373 $as_echo_n "(cached) " >&6
15374 else
15375 ac_check_lib_save_LIBS=$LIBS
15376 LIBS="-llber $PTHREAD_LIBS $LIBS"
15377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15378 /* end confdefs.h. */
15380 /* Override any GCC internal prototype to avoid an error.
15381 Use char because int might match the return type of a GCC
15382 builtin and then its argument prototype would still apply. */
15383 #ifdef __cplusplus
15384 extern "C"
15385 #endif
15386 char ber_init ();
15388 main ()
15390 return ber_init ();
15392 return 0;
15394 _ACEOF
15395 if ac_fn_c_try_link "$LINENO"; then :
15396 ac_cv_lib_lber_ber_init=yes
15397 else
15398 ac_cv_lib_lber_ber_init=no
15400 rm -f core conftest.err conftest.$ac_objext \
15401 conftest$ac_exeext conftest.$ac_ext
15402 LIBS=$ac_check_lib_save_LIBS
15404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15405 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15406 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15408 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15410 LDAP_LIBS="-lldap_r -llber"
15417 ac_wine_check_funcs_save_LIBS="$LIBS"
15418 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15419 for ac_func in \
15420 ldap_count_references \
15421 ldap_first_reference \
15422 ldap_next_reference \
15423 ldap_parse_reference \
15424 ldap_parse_sort_control \
15425 ldap_parse_sortresponse_control \
15426 ldap_parse_vlv_control \
15427 ldap_parse_vlvresponse_control
15428 do :
15429 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15430 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15431 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15432 cat >>confdefs.h <<_ACEOF
15433 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15434 _ACEOF
15437 done
15439 LIBS="$ac_wine_check_funcs_save_LIBS"
15441 if test "x$LDAP_LIBS" = "x"; then :
15442 case "x$with_ldap" in
15443 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15444 xno) ;;
15445 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15446 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15447 esac
15450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15451 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15452 if ${wine_cv_one_arg_mkdir+:} false; then :
15453 $as_echo_n "(cached) " >&6
15454 else
15455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15456 /* end confdefs.h. */
15457 #include <sys/stat.h>
15459 main ()
15461 mkdir("foo");
15463 return 0;
15465 _ACEOF
15466 if ac_fn_c_try_compile "$LINENO"; then :
15467 wine_cv_one_arg_mkdir=yes
15468 else
15469 wine_cv_one_arg_mkdir=no
15471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15474 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15475 if test "$wine_cv_one_arg_mkdir" = "yes"
15476 then
15478 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15483 $as_echo_n "checking for sched_setaffinity... " >&6; }
15484 if ${wine_cv_have_sched_setaffinity+:} false; then :
15485 $as_echo_n "(cached) " >&6
15486 else
15487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15488 /* end confdefs.h. */
15489 #define _GNU_SOURCE
15490 #include <sched.h>
15492 main ()
15494 sched_setaffinity(0, 0, 0);
15496 return 0;
15498 _ACEOF
15499 if ac_fn_c_try_link "$LINENO"; then :
15500 wine_cv_have_sched_setaffinity=yes
15501 else
15502 wine_cv_have_sched_setaffinity=no
15504 rm -f core conftest.err conftest.$ac_objext \
15505 conftest$ac_exeext conftest.$ac_ext
15507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15508 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15509 if test "$wine_cv_have_sched_setaffinity" = "yes"
15510 then
15512 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15517 $as_echo_n "checking for fallocate... " >&6; }
15518 if ${wine_cv_have_fallocate+:} false; then :
15519 $as_echo_n "(cached) " >&6
15520 else
15521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15522 /* end confdefs.h. */
15523 #define _GNU_SOURCE
15524 #include <fcntl.h>
15526 main ()
15528 fallocate(-1, 0, 0, 0);
15530 return 0;
15532 _ACEOF
15533 if ac_fn_c_try_link "$LINENO"; then :
15534 wine_cv_have_fallocate=yes
15535 else
15536 wine_cv_have_fallocate=no
15538 rm -f core conftest.err conftest.$ac_objext \
15539 conftest$ac_exeext conftest.$ac_ext
15541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15542 $as_echo "$wine_cv_have_fallocate" >&6; }
15543 if test "$wine_cv_have_fallocate" = "yes"
15544 then
15546 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15552 $as_echo_n "checking for inline... " >&6; }
15553 if ${ac_cv_c_inline+:} false; then :
15554 $as_echo_n "(cached) " >&6
15555 else
15556 ac_cv_c_inline=no
15557 for ac_kw in inline __inline__ __inline; do
15558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15559 /* end confdefs.h. */
15560 #ifndef __cplusplus
15561 typedef int foo_t;
15562 static $ac_kw foo_t static_foo () {return 0; }
15563 $ac_kw foo_t foo () {return 0; }
15564 #endif
15566 _ACEOF
15567 if ac_fn_c_try_compile "$LINENO"; then :
15568 ac_cv_c_inline=$ac_kw
15570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15571 test "$ac_cv_c_inline" != no && break
15572 done
15575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15576 $as_echo "$ac_cv_c_inline" >&6; }
15578 case $ac_cv_c_inline in
15579 inline | yes) ;;
15581 case $ac_cv_c_inline in
15582 no) ac_val=;;
15583 *) ac_val=$ac_cv_c_inline;;
15584 esac
15585 cat >>confdefs.h <<_ACEOF
15586 #ifndef __cplusplus
15587 #define inline $ac_val
15588 #endif
15589 _ACEOF
15591 esac
15593 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15594 if test "x$ac_cv_type_mode_t" = xyes; then :
15596 cat >>confdefs.h <<_ACEOF
15597 #define HAVE_MODE_T 1
15598 _ACEOF
15602 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15603 if test "x$ac_cv_type_off_t" = xyes; then :
15605 cat >>confdefs.h <<_ACEOF
15606 #define HAVE_OFF_T 1
15607 _ACEOF
15611 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15612 if test "x$ac_cv_type_pid_t" = xyes; then :
15614 cat >>confdefs.h <<_ACEOF
15615 #define HAVE_PID_T 1
15616 _ACEOF
15620 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15621 if test "x$ac_cv_type_size_t" = xyes; then :
15623 cat >>confdefs.h <<_ACEOF
15624 #define HAVE_SIZE_T 1
15625 _ACEOF
15629 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15630 if test "x$ac_cv_type_ssize_t" = xyes; then :
15632 cat >>confdefs.h <<_ACEOF
15633 #define HAVE_SSIZE_T 1
15634 _ACEOF
15638 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15639 if test "x$ac_cv_type_long_long" = xyes; then :
15641 cat >>confdefs.h <<_ACEOF
15642 #define HAVE_LONG_LONG 1
15643 _ACEOF
15647 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15648 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15650 cat >>confdefs.h <<_ACEOF
15651 #define HAVE_FSBLKCNT_T 1
15652 _ACEOF
15656 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15657 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15659 cat >>confdefs.h <<_ACEOF
15660 #define HAVE_FSFILCNT_T 1
15661 _ACEOF
15666 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15667 #include <signal.h>
15669 if test "x$ac_cv_type_sigset_t" = xyes; then :
15671 cat >>confdefs.h <<_ACEOF
15672 #define HAVE_SIGSET_T 1
15673 _ACEOF
15678 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15680 if test "x$ac_cv_type_request_sense" = xyes; then :
15682 cat >>confdefs.h <<_ACEOF
15683 #define HAVE_REQUEST_SENSE 1
15684 _ACEOF
15690 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15691 #ifdef HAVE_SYS_SOCKET_H
15692 #include <sys/socket.h>
15693 #endif
15694 #ifdef HAVE_SYS_SOCKETVAR_H
15695 #include <sys/socketvar.h>
15696 #endif
15697 #ifdef HAVE_NET_ROUTE_H
15698 #include <net/route.h>
15699 #endif
15700 #ifdef HAVE_NETINET_IN_H
15701 #include <netinet/in.h>
15702 #endif
15703 #ifdef HAVE_NETINET_IN_SYSTM_H
15704 #include <netinet/in_systm.h>
15705 #endif
15706 #ifdef HAVE_NETINET_IP_H
15707 #include <netinet/ip.h>
15708 #endif
15709 #ifdef HAVE_NETINET_IN_PCB_H
15710 #include <netinet/in_pcb.h>
15711 #endif
15713 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15715 cat >>confdefs.h <<_ACEOF
15716 #define HAVE_STRUCT_XINPGEN 1
15717 _ACEOF
15723 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15724 #include <link.h>
15725 #endif
15726 #ifdef HAVE_SYS_LINK_H
15727 #include <sys/link.h>
15728 #endif
15730 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15732 cat >>confdefs.h <<_ACEOF
15733 #define HAVE_STRUCT_R_DEBUG 1
15734 _ACEOF
15738 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15739 #include <link.h>
15740 #endif
15741 #ifdef HAVE_SYS_LINK_H
15742 #include <sys/link.h>
15743 #endif
15745 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15747 cat >>confdefs.h <<_ACEOF
15748 #define HAVE_STRUCT_LINK_MAP 1
15749 _ACEOF
15755 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15756 #include <linux/input.h>
15757 #endif
15759 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15761 cat >>confdefs.h <<_ACEOF
15762 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15763 _ACEOF
15769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15770 $as_echo_n "checking for sigaddset... " >&6; }
15771 if ${wine_cv_have_sigaddset+:} false; then :
15772 $as_echo_n "(cached) " >&6
15773 else
15774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15775 /* end confdefs.h. */
15776 #include <signal.h>
15778 main ()
15780 sigset_t set; sigaddset(&set,SIGTERM);
15782 return 0;
15784 _ACEOF
15785 if ac_fn_c_try_link "$LINENO"; then :
15786 wine_cv_have_sigaddset=yes
15787 else
15788 wine_cv_have_sigaddset=no
15790 rm -f core conftest.err conftest.$ac_objext \
15791 conftest$ac_exeext conftest.$ac_ext
15793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15794 $as_echo "$wine_cv_have_sigaddset" >&6; }
15795 if test "$wine_cv_have_sigaddset" = "yes"
15796 then
15798 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15804 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15805 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15806 $as_echo_n "(cached) " >&6
15807 else
15808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15809 /* end confdefs.h. */
15810 #include <netdb.h>
15812 main ()
15815 char *name=0;
15816 struct hostent he;
15817 struct hostent *result;
15818 char *buf=0;
15819 int bufsize=0;
15820 int errnr;
15821 char *addr=0;
15822 int addrlen=0;
15823 int addrtype=0;
15824 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15825 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15828 return 0;
15830 _ACEOF
15831 if ac_fn_c_try_link "$LINENO"; then :
15832 wine_cv_linux_gethostbyname_r_6=yes
15833 else
15834 wine_cv_linux_gethostbyname_r_6=no
15837 rm -f core conftest.err conftest.$ac_objext \
15838 conftest$ac_exeext conftest.$ac_ext
15841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15842 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15843 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15844 then
15846 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15850 if test "$ac_cv_header_linux_joystick_h" = "yes"
15851 then
15852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15853 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15854 if ${wine_cv_linux_joystick_22_api+:} false; then :
15855 $as_echo_n "(cached) " >&6
15856 else
15857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15858 /* end confdefs.h. */
15860 #include <sys/ioctl.h>
15861 #include <sys/types.h>
15862 #include <linux/joystick.h>
15864 struct js_event blub;
15865 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15866 #error "no 2.2 header"
15867 #endif
15870 main ()
15872 /*empty*/
15874 return 0;
15876 _ACEOF
15877 if ac_fn_c_try_compile "$LINENO"; then :
15878 wine_cv_linux_joystick_22_api=yes
15879 else
15880 wine_cv_linux_joystick_22_api=no
15882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15886 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15887 if test "$wine_cv_linux_joystick_22_api" = "yes"
15888 then
15890 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15896 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15897 #ifdef HAVE_SYS_PARAM_H
15898 # include <sys/param.h>
15899 #endif
15900 #ifdef HAVE_SYS_MOUNT_H
15901 # include <sys/mount.h>
15902 #endif
15903 #ifdef HAVE_SYS_VFS_H
15904 # include <sys/vfs.h>
15905 #endif
15906 #ifdef HAVE_SYS_STATFS_H
15907 # include <sys/statfs.h>
15908 #endif
15910 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15912 cat >>confdefs.h <<_ACEOF
15913 #define HAVE_STRUCT_STATFS_F_BFREE 1
15914 _ACEOF
15918 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15919 #ifdef HAVE_SYS_PARAM_H
15920 # include <sys/param.h>
15921 #endif
15922 #ifdef HAVE_SYS_MOUNT_H
15923 # include <sys/mount.h>
15924 #endif
15925 #ifdef HAVE_SYS_VFS_H
15926 # include <sys/vfs.h>
15927 #endif
15928 #ifdef HAVE_SYS_STATFS_H
15929 # include <sys/statfs.h>
15930 #endif
15932 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
15934 cat >>confdefs.h <<_ACEOF
15935 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15936 _ACEOF
15940 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15941 #ifdef HAVE_SYS_PARAM_H
15942 # include <sys/param.h>
15943 #endif
15944 #ifdef HAVE_SYS_MOUNT_H
15945 # include <sys/mount.h>
15946 #endif
15947 #ifdef HAVE_SYS_VFS_H
15948 # include <sys/vfs.h>
15949 #endif
15950 #ifdef HAVE_SYS_STATFS_H
15951 # include <sys/statfs.h>
15952 #endif
15954 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
15956 cat >>confdefs.h <<_ACEOF
15957 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15958 _ACEOF
15962 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15963 #ifdef HAVE_SYS_PARAM_H
15964 # include <sys/param.h>
15965 #endif
15966 #ifdef HAVE_SYS_MOUNT_H
15967 # include <sys/mount.h>
15968 #endif
15969 #ifdef HAVE_SYS_VFS_H
15970 # include <sys/vfs.h>
15971 #endif
15972 #ifdef HAVE_SYS_STATFS_H
15973 # include <sys/statfs.h>
15974 #endif
15976 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
15978 cat >>confdefs.h <<_ACEOF
15979 #define HAVE_STRUCT_STATFS_F_FFREE 1
15980 _ACEOF
15984 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15985 #ifdef HAVE_SYS_PARAM_H
15986 # include <sys/param.h>
15987 #endif
15988 #ifdef HAVE_SYS_MOUNT_H
15989 # include <sys/mount.h>
15990 #endif
15991 #ifdef HAVE_SYS_VFS_H
15992 # include <sys/vfs.h>
15993 #endif
15994 #ifdef HAVE_SYS_STATFS_H
15995 # include <sys/statfs.h>
15996 #endif
15998 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16000 cat >>confdefs.h <<_ACEOF
16001 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16002 _ACEOF
16006 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16007 #ifdef HAVE_SYS_PARAM_H
16008 # include <sys/param.h>
16009 #endif
16010 #ifdef HAVE_SYS_MOUNT_H
16011 # include <sys/mount.h>
16012 #endif
16013 #ifdef HAVE_SYS_VFS_H
16014 # include <sys/vfs.h>
16015 #endif
16016 #ifdef HAVE_SYS_STATFS_H
16017 # include <sys/statfs.h>
16018 #endif
16020 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16022 cat >>confdefs.h <<_ACEOF
16023 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16024 _ACEOF
16030 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16031 #include <sys/statvfs.h>
16032 #endif
16034 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16036 cat >>confdefs.h <<_ACEOF
16037 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16038 _ACEOF
16044 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16045 #include <dirent.h>
16046 #endif
16048 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16050 cat >>confdefs.h <<_ACEOF
16051 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16052 _ACEOF
16058 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16059 #ifdef HAVE_SYS_SOCKET_H
16060 # include <sys/socket.h>
16061 #endif
16062 #ifdef HAVE_SYS_UN_H
16063 # include <sys/un.h>
16064 #endif
16066 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16068 cat >>confdefs.h <<_ACEOF
16069 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16070 _ACEOF
16074 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16075 #ifdef HAVE_SYS_SOCKET_H
16076 # include <sys/socket.h>
16077 #endif
16078 #ifdef HAVE_SYS_UN_H
16079 # include <sys/un.h>
16080 #endif
16082 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16084 cat >>confdefs.h <<_ACEOF
16085 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16086 _ACEOF
16090 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16091 #ifdef HAVE_SYS_SOCKET_H
16092 # include <sys/socket.h>
16093 #endif
16094 #ifdef HAVE_SYS_UN_H
16095 # include <sys/un.h>
16096 #endif
16098 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16100 cat >>confdefs.h <<_ACEOF
16101 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16102 _ACEOF
16108 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16109 #ifdef HAVE_SCSI_SG_H
16110 #include <scsi/sg.h>
16111 #endif
16113 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16115 cat >>confdefs.h <<_ACEOF
16116 #define HAVE_SCSIREQ_T_CMD 1
16117 _ACEOF
16121 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>
16122 #ifdef HAVE_SCSI_SG_H
16123 #include <scsi/sg.h>
16124 #endif
16126 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16128 cat >>confdefs.h <<_ACEOF
16129 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16130 _ACEOF
16136 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16138 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16140 cat >>confdefs.h <<_ACEOF
16141 #define HAVE_SIGINFO_T_SI_FD 1
16142 _ACEOF
16148 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16149 #ifdef HAVE_SYS_MTIO_H
16150 #include <sys/mtio.h>
16151 #endif
16153 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16155 cat >>confdefs.h <<_ACEOF
16156 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16157 _ACEOF
16161 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16162 #ifdef HAVE_SYS_MTIO_H
16163 #include <sys/mtio.h>
16164 #endif
16166 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16168 cat >>confdefs.h <<_ACEOF
16169 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16170 _ACEOF
16174 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16175 #ifdef HAVE_SYS_MTIO_H
16176 #include <sys/mtio.h>
16177 #endif
16179 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16181 cat >>confdefs.h <<_ACEOF
16182 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16183 _ACEOF
16189 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16190 #include <getopt.h>
16191 #endif
16193 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16195 cat >>confdefs.h <<_ACEOF
16196 #define HAVE_STRUCT_OPTION_NAME 1
16197 _ACEOF
16203 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16204 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16206 cat >>confdefs.h <<_ACEOF
16207 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16208 _ACEOF
16212 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16213 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16215 cat >>confdefs.h <<_ACEOF
16216 #define HAVE_STRUCT_STAT_ST_MTIM 1
16217 _ACEOF
16221 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16222 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16224 cat >>confdefs.h <<_ACEOF
16225 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16226 _ACEOF
16230 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16231 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16233 cat >>confdefs.h <<_ACEOF
16234 #define HAVE_STRUCT_STAT_ST_CTIM 1
16235 _ACEOF
16239 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16240 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16242 cat >>confdefs.h <<_ACEOF
16243 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16244 _ACEOF
16248 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16249 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16251 cat >>confdefs.h <<_ACEOF
16252 #define HAVE_STRUCT_STAT_ST_ATIM 1
16253 _ACEOF
16257 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16258 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16260 cat >>confdefs.h <<_ACEOF
16261 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16262 _ACEOF
16266 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16267 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16269 cat >>confdefs.h <<_ACEOF
16270 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16271 _ACEOF
16275 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16276 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16278 cat >>confdefs.h <<_ACEOF
16279 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16280 _ACEOF
16284 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16285 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16287 cat >>confdefs.h <<_ACEOF
16288 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16289 _ACEOF
16293 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16294 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16296 cat >>confdefs.h <<_ACEOF
16297 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16298 _ACEOF
16302 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16303 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16305 cat >>confdefs.h <<_ACEOF
16306 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16307 _ACEOF
16313 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
16314 #include <sys/types.h>
16315 #endif
16316 #ifdef HAVE_NETINET_IN_H
16317 #include <netinet/in.h>
16318 #endif
16320 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16322 cat >>confdefs.h <<_ACEOF
16323 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16324 _ACEOF
16330 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16331 #include <resolv.h>
16332 #endif
16334 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16336 cat >>confdefs.h <<_ACEOF
16337 #define HAVE_STRUCT___RES_STATE 1
16338 _ACEOF
16344 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
16345 #include <resolv.h>
16346 #endif
16348 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16350 cat >>confdefs.h <<_ACEOF
16351 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16352 _ACEOF
16358 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16359 #include <sys/types.h>
16360 #endif
16361 #ifdef HAVE_NETINET_IN_H
16362 # include <netinet/in.h>
16363 #endif
16364 #ifdef HAVE_ARPA_NAMESER_H
16365 # include <arpa/nameser.h>
16366 #endif
16368 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16370 cat >>confdefs.h <<_ACEOF
16371 #define HAVE_NS_MSG__MSG_PTR 1
16372 _ACEOF
16378 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16379 #include <sys/types.h>
16380 #endif
16381 #ifdef HAVE_NETINET_IP_H
16382 #include <netinet/ip.h>
16383 #endif
16384 #ifdef HAVE_NETINET_IP_ICMP_H
16385 #include <netinet/ip_icmp.h>
16386 #endif
16387 #ifdef HAVE_NETINET_ICMP_VAR_H
16388 #include <netinet/icmp_var.h>
16389 #endif
16391 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16393 cat >>confdefs.h <<_ACEOF
16394 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16395 _ACEOF
16401 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16402 #include <sys/types.h>
16403 #endif
16404 #ifdef HAVE_ALIAS_H
16405 #include <alias.h>
16406 #endif
16407 #ifdef HAVE_SYS_SOCKET_H
16408 #include <sys/socket.h>
16409 #endif
16410 #ifdef HAVE_SYS_SOCKETVAR_H
16411 #include <sys/socketvar.h>
16412 #endif
16413 #ifdef HAVE_SYS_TIMEOUT_H
16414 #include <sys/timeout.h>
16415 #endif
16416 #ifdef HAVE_NETINET_IN_H
16417 #include <netinet/in.h>
16418 #endif
16419 #ifdef HAVE_NETINET_IN_SYSTM_H
16420 #include <netinet/in_systm.h>
16421 #endif
16422 #ifdef HAVE_NETINET_IP_H
16423 #include <netinet/ip.h>
16424 #endif
16425 #ifdef HAVE_NETINET_IP_VAR_H
16426 #include <netinet/ip_var.h>
16427 #endif
16428 #ifdef HAVE_NETINET_IP_ICMP_H
16429 #include <netinet/ip_icmp.h>
16430 #endif
16431 #ifdef HAVE_NETINET_ICMP_VAR_H
16432 #include <netinet/icmp_var.h>
16433 #endif
16435 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16437 cat >>confdefs.h <<_ACEOF
16438 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16439 _ACEOF
16445 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16446 #include <sys/types.h>
16447 #endif
16448 #ifdef HAVE_SYS_SOCKETVAR_H
16449 #include <sys/socketvar.h>
16450 #endif
16451 #ifdef HAVE_NETINET_IN_H
16452 #include <netinet/in.h>
16453 #endif
16454 #ifdef HAVE_NETINET_IP_VAR_H
16455 #include <netinet/ip_var.h>
16456 #endif
16458 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16460 cat >>confdefs.h <<_ACEOF
16461 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16462 _ACEOF
16468 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
16469 #include <netinet/ip_var.h>
16470 #endif
16472 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16474 cat >>confdefs.h <<_ACEOF
16475 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16476 _ACEOF
16482 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16483 #include <sys/types.h>
16484 #endif
16485 #ifdef HAVE_SYS_SOCKETVAR_H
16486 #include <sys/socketvar.h>
16487 #endif
16488 #ifdef HAVE_NETINET_IN_H
16489 #include <netinet/in.h>
16490 #endif
16491 #ifdef HAVE_NETINET_TCP_H
16492 #include <netinet/tcp.h>
16493 #endif
16494 #ifdef HAVE_NETINET_TCP_VAR_H
16495 #include <netinet/tcp_var.h>
16496 #endif
16498 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16500 cat >>confdefs.h <<_ACEOF
16501 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16502 _ACEOF
16508 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
16509 #include <netinet/tcp_var.h>
16510 #endif
16512 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16514 cat >>confdefs.h <<_ACEOF
16515 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16516 _ACEOF
16522 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16523 #include <sys/types.h>
16524 #endif
16525 #ifdef HAVE_NETINET_IN_H
16526 #include <netinet/in.h>
16527 #endif
16528 #ifdef HAVE_NETINET_IP_VAR_H
16529 #include <netinet/ip_var.h>
16530 #endif
16531 #ifdef HAVE_NETINET_UDP_H
16532 #include <netinet/udp.h>
16533 #endif
16534 #ifdef HAVE_NETINET_UDP_VAR_H
16535 #include <netinet/udp_var.h>
16536 #endif
16538 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16540 cat >>confdefs.h <<_ACEOF
16541 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16542 _ACEOF
16548 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16549 #include <sys/types.h>
16550 #endif
16551 #ifdef HAVE_NET_IF_H
16552 # include <net/if.h>
16553 #endif
16555 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16557 cat >>confdefs.h <<_ACEOF
16558 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16559 _ACEOF
16565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16566 $as_echo_n "checking for timezone variable... " >&6; }
16567 if ${ac_cv_have_timezone+:} false; then :
16568 $as_echo_n "(cached) " >&6
16569 else
16570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16571 /* end confdefs.h. */
16572 #include <time.h>
16574 main ()
16576 timezone = 1
16578 return 0;
16580 _ACEOF
16581 if ac_fn_c_try_link "$LINENO"; then :
16582 ac_cv_have_timezone="yes"
16583 else
16584 ac_cv_have_timezone="no"
16586 rm -f core conftest.err conftest.$ac_objext \
16587 conftest$ac_exeext conftest.$ac_ext
16589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16590 $as_echo "$ac_cv_have_timezone" >&6; }
16591 if test "$ac_cv_have_timezone" = "yes"
16592 then
16594 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16598 $as_echo_n "checking for daylight variable... " >&6; }
16599 if ${ac_cv_have_daylight+:} false; then :
16600 $as_echo_n "(cached) " >&6
16601 else
16602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16603 /* end confdefs.h. */
16604 #include <time.h>
16606 main ()
16608 daylight = 1
16610 return 0;
16612 _ACEOF
16613 if ac_fn_c_try_link "$LINENO"; then :
16614 ac_cv_have_daylight="yes"
16615 else
16616 ac_cv_have_daylight="no"
16618 rm -f core conftest.err conftest.$ac_objext \
16619 conftest$ac_exeext conftest.$ac_ext
16621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16622 $as_echo "$ac_cv_have_daylight" >&6; }
16623 if test "$ac_cv_have_daylight" = "yes"
16624 then
16626 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16630 ac_save_LIBS="$LIBS"
16631 LIBS="$LIBS -lm"
16632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16633 $as_echo_n "checking for isfinite... " >&6; }
16634 if ${ac_cv_have_isfinite+:} false; then :
16635 $as_echo_n "(cached) " >&6
16636 else
16637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16638 /* end confdefs.h. */
16639 #define _GNU_SOURCE
16640 #include <math.h>
16642 main ()
16644 float f = 0.0; return isfinite(f)
16646 return 0;
16648 _ACEOF
16649 if ac_fn_c_try_link "$LINENO"; then :
16650 ac_cv_have_isfinite="yes"
16651 else
16652 ac_cv_have_isfinite="no"
16654 rm -f core conftest.err conftest.$ac_objext \
16655 conftest$ac_exeext conftest.$ac_ext
16657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16658 $as_echo "$ac_cv_have_isfinite" >&6; }
16659 if test "$ac_cv_have_isfinite" = "yes"
16660 then
16662 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16667 $as_echo_n "checking for isinf... " >&6; }
16668 if ${ac_cv_have_isinf+:} false; then :
16669 $as_echo_n "(cached) " >&6
16670 else
16671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16672 /* end confdefs.h. */
16673 #include <math.h>
16675 main ()
16677 float f = 0.0; return isinf(f)
16679 return 0;
16681 _ACEOF
16682 if ac_fn_c_try_link "$LINENO"; then :
16683 ac_cv_have_isinf="yes"
16684 else
16685 ac_cv_have_isinf="no"
16687 rm -f core conftest.err conftest.$ac_objext \
16688 conftest$ac_exeext conftest.$ac_ext
16690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16691 $as_echo "$ac_cv_have_isinf" >&6; }
16692 if test "$ac_cv_have_isinf" = "yes"
16693 then
16695 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16700 $as_echo_n "checking for isnan... " >&6; }
16701 if ${ac_cv_have_isnan+:} false; then :
16702 $as_echo_n "(cached) " >&6
16703 else
16704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16705 /* end confdefs.h. */
16706 #include <math.h>
16708 main ()
16710 float f = 0.0; return isnan(f)
16712 return 0;
16714 _ACEOF
16715 if ac_fn_c_try_link "$LINENO"; then :
16716 ac_cv_have_isnan="yes"
16717 else
16718 ac_cv_have_isnan="no"
16720 rm -f core conftest.err conftest.$ac_objext \
16721 conftest$ac_exeext conftest.$ac_ext
16723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16724 $as_echo "$ac_cv_have_isnan" >&6; }
16725 if test "$ac_cv_have_isnan" = "yes"
16726 then
16728 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16732 for ac_func in \
16733 cbrt \
16734 cbrtf \
16735 erf \
16736 erff \
16737 exp2 \
16738 exp2f \
16739 llrint \
16740 llrintf \
16741 llround \
16742 llroundf \
16743 log2 \
16744 log2f \
16745 lrint \
16746 lrintf \
16747 lround \
16748 lroundf \
16749 rint \
16750 rintf \
16751 round \
16752 roundf \
16753 trunc \
16754 truncf
16756 do :
16757 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16758 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16759 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16760 cat >>confdefs.h <<_ACEOF
16761 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16762 _ACEOF
16765 done
16767 LIBS="$ac_save_LIBS"
16769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16770 $as_echo_n "checking for __builtin_clz... " >&6; }
16771 if ${ac_cv_have___builtin_clz+:} false; then :
16772 $as_echo_n "(cached) " >&6
16773 else
16774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16775 /* end confdefs.h. */
16778 main ()
16780 return __builtin_clz(1)
16782 return 0;
16784 _ACEOF
16785 if ac_fn_c_try_link "$LINENO"; then :
16786 ac_cv_have___builtin_clz="yes"
16787 else
16788 ac_cv_have___builtin_clz="no"
16790 rm -f core conftest.err conftest.$ac_objext \
16791 conftest$ac_exeext conftest.$ac_ext
16793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16794 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16795 if test "$ac_cv_have___builtin_clz" = "yes"
16796 then
16798 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16803 case $host_cpu in
16804 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16805 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16806 if ${ac_cv_cpp_def___i386__+:} false; then :
16807 $as_echo_n "(cached) " >&6
16808 else
16809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16810 /* end confdefs.h. */
16811 #ifndef __i386__
16813 #endif
16814 _ACEOF
16815 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16816 $EGREP "yes" >/dev/null 2>&1; then :
16817 ac_cv_cpp_def___i386__=yes
16818 else
16819 ac_cv_cpp_def___i386__=no
16821 rm -f conftest*
16824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16825 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16826 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16827 CFLAGS="$CFLAGS -D__i386__"
16828 LINTFLAGS="$LINTFLAGS -D__i386__"
16829 fi ;;
16830 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16831 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16832 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16833 $as_echo_n "(cached) " >&6
16834 else
16835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16836 /* end confdefs.h. */
16837 #ifndef __x86_64__
16839 #endif
16840 _ACEOF
16841 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16842 $EGREP "yes" >/dev/null 2>&1; then :
16843 ac_cv_cpp_def___x86_64__=yes
16844 else
16845 ac_cv_cpp_def___x86_64__=no
16847 rm -f conftest*
16850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16851 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16852 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16853 CFLAGS="$CFLAGS -D__x86_64__"
16854 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16855 fi ;;
16856 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16857 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16858 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16859 $as_echo_n "(cached) " >&6
16860 else
16861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16862 /* end confdefs.h. */
16863 #ifndef __sparc64__
16865 #endif
16866 _ACEOF
16867 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16868 $EGREP "yes" >/dev/null 2>&1; then :
16869 ac_cv_cpp_def___sparc64__=yes
16870 else
16871 ac_cv_cpp_def___sparc64__=no
16873 rm -f conftest*
16876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16877 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16878 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16879 CFLAGS="$CFLAGS -D__sparc64__"
16880 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16881 fi ;;
16882 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16883 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16884 if ${ac_cv_cpp_def___sparc__+:} false; then :
16885 $as_echo_n "(cached) " >&6
16886 else
16887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16888 /* end confdefs.h. */
16889 #ifndef __sparc__
16891 #endif
16892 _ACEOF
16893 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16894 $EGREP "yes" >/dev/null 2>&1; then :
16895 ac_cv_cpp_def___sparc__=yes
16896 else
16897 ac_cv_cpp_def___sparc__=no
16899 rm -f conftest*
16902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16903 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16904 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16905 CFLAGS="$CFLAGS -D__sparc__"
16906 LINTFLAGS="$LINTFLAGS -D__sparc__"
16907 fi ;;
16908 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16909 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16910 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16911 $as_echo_n "(cached) " >&6
16912 else
16913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16914 /* end confdefs.h. */
16915 #ifndef __powerpc64__
16917 #endif
16918 _ACEOF
16919 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16920 $EGREP "yes" >/dev/null 2>&1; then :
16921 ac_cv_cpp_def___powerpc64__=yes
16922 else
16923 ac_cv_cpp_def___powerpc64__=no
16925 rm -f conftest*
16928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16929 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16930 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
16931 CFLAGS="$CFLAGS -D__powerpc64__"
16932 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
16933 fi ;;
16934 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16935 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16936 if ${ac_cv_cpp_def___powerpc__+:} false; then :
16937 $as_echo_n "(cached) " >&6
16938 else
16939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16940 /* end confdefs.h. */
16941 #ifndef __powerpc__
16943 #endif
16944 _ACEOF
16945 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16946 $EGREP "yes" >/dev/null 2>&1; then :
16947 ac_cv_cpp_def___powerpc__=yes
16948 else
16949 ac_cv_cpp_def___powerpc__=no
16951 rm -f conftest*
16954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16955 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16956 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
16957 CFLAGS="$CFLAGS -D__powerpc__"
16958 LINTFLAGS="$LINTFLAGS -D__powerpc__"
16959 fi ;;
16960 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16961 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16962 if ${ac_cv_cpp_def___aarch64__+:} false; then :
16963 $as_echo_n "(cached) " >&6
16964 else
16965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16966 /* end confdefs.h. */
16967 #ifndef __aarch64__
16969 #endif
16970 _ACEOF
16971 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16972 $EGREP "yes" >/dev/null 2>&1; then :
16973 ac_cv_cpp_def___aarch64__=yes
16974 else
16975 ac_cv_cpp_def___aarch64__=no
16977 rm -f conftest*
16980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16981 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16982 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
16983 CFLAGS="$CFLAGS -D__aarch64__"
16984 LINTFLAGS="$LINTFLAGS -D__aarch64__"
16985 fi ;;
16986 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16987 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16988 if ${ac_cv_cpp_def___arm__+:} false; then :
16989 $as_echo_n "(cached) " >&6
16990 else
16991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16992 /* end confdefs.h. */
16993 #ifndef __arm__
16995 #endif
16996 _ACEOF
16997 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16998 $EGREP "yes" >/dev/null 2>&1; then :
16999 ac_cv_cpp_def___arm__=yes
17000 else
17001 ac_cv_cpp_def___arm__=no
17003 rm -f conftest*
17006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17007 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17008 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17009 CFLAGS="$CFLAGS -D__arm__"
17010 LINTFLAGS="$LINTFLAGS -D__arm__"
17011 fi ;;
17012 esac
17014 case $host_vendor in
17015 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17016 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17017 if ${ac_cv_cpp_def___sun__+:} false; then :
17018 $as_echo_n "(cached) " >&6
17019 else
17020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17021 /* end confdefs.h. */
17022 #ifndef __sun__
17024 #endif
17025 _ACEOF
17026 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17027 $EGREP "yes" >/dev/null 2>&1; then :
17028 ac_cv_cpp_def___sun__=yes
17029 else
17030 ac_cv_cpp_def___sun__=no
17032 rm -f conftest*
17035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17036 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17037 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17038 CFLAGS="$CFLAGS -D__sun__"
17039 LINTFLAGS="$LINTFLAGS -D__sun__"
17040 fi ;;
17041 esac
17047 ac_config_commands="$ac_config_commands include/stamp-h"
17049 $as_echo_n "creating Makefile rules..." >&6
17051 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17052 SOCKET_LIBS = $SOCKET_LIBS
17053 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17054 IOKIT_LIBS = $IOKIT_LIBS
17055 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17056 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17057 CORESERVICES_LIBS = $CORESERVICES_LIBS
17058 APPKIT_LIBS = $APPKIT_LIBS
17059 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17060 SECURITY_LIBS = $SECURITY_LIBS
17061 COREAUDIO_LIBS = $COREAUDIO_LIBS
17062 OPENAL_LIBS = $OPENAL_LIBS
17063 OPENCL_LIBS = $OPENCL_LIBS
17064 QUICKTIME_LIBS = $QUICKTIME_LIBS
17065 CARBON_LIBS = $CARBON_LIBS
17066 PTHREAD_LIBS = $PTHREAD_LIBS
17067 X_CFLAGS = $X_CFLAGS
17068 X_PRE_LIBS = $X_PRE_LIBS
17069 X_LIBS = $X_LIBS
17070 X_EXTRA_LIBS = $X_EXTRA_LIBS
17071 XML2_CFLAGS = $XML2_CFLAGS
17072 XML2_LIBS = $XML2_LIBS
17073 XSLT_CFLAGS = $XSLT_CFLAGS
17074 XSLT_LIBS = $XSLT_LIBS
17075 DBUS_CFLAGS = $DBUS_CFLAGS
17076 DBUS_LIBS = $DBUS_LIBS
17077 HAL_CFLAGS = $HAL_CFLAGS
17078 HAL_LIBS = $HAL_LIBS
17079 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17080 GNUTLS_LIBS = $GNUTLS_LIBS
17081 SANE_CFLAGS = $SANE_CFLAGS
17082 SANE_LIBS = $SANE_LIBS
17083 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17084 GPHOTO2_LIBS = $GPHOTO2_LIBS
17085 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17086 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17087 RESOLV_LIBS = $RESOLV_LIBS
17088 LCMS2_CFLAGS = $LCMS2_CFLAGS
17089 LCMS2_LIBS = $LCMS2_LIBS
17090 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17091 FREETYPE_LIBS = $FREETYPE_LIBS
17092 Z_LIBS = $Z_LIBS
17093 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17094 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17095 GSTREAMER_LIBS = $GSTREAMER_LIBS
17096 ALSA_LIBS = $ALSA_LIBS
17097 OSS4_CFLAGS = $OSS4_CFLAGS
17098 CAPI20_CFLAGS = $CAPI20_CFLAGS
17099 CAPI20_LIBS = $CAPI20_LIBS
17100 CUPS_CFLAGS = $CUPS_CFLAGS
17101 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17102 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17103 JPEG_CFLAGS = $JPEG_CFLAGS
17104 JPEG_LIBS = $JPEG_LIBS
17105 PNG_CFLAGS = $PNG_CFLAGS
17106 PNG_LIBS = $PNG_LIBS
17107 TIFF_CFLAGS = $TIFF_CFLAGS
17108 TIFF_LIBS = $TIFF_LIBS
17109 MPG123_CFLAGS = $MPG123_CFLAGS
17110 MPG123_LIBS = $MPG123_LIBS
17111 KSTAT_LIBS = $KSTAT_LIBS
17112 PROCSTAT_LIBS = $PROCSTAT_LIBS
17113 DL_LIBS = $DL_LIBS
17114 POLL_LIBS = $POLL_LIBS
17115 RT_LIBS = $RT_LIBS
17116 LDAP_LIBS = $LDAP_LIBS
17121 wine_fn_append_rule "
17122 # Rules automatically generated by configure
17124 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17126 .INIT: Makefile
17127 .MAKEFILEDEPS:
17128 all: Makefile
17129 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17130 @./config.status Make.tmp Makefile"
17132 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17133 .gitignore: config.status
17134 @./config.status .gitignore"
17136 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17137 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17139 if test "x$enable_fonts" != xno; then
17140 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17141 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17142 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17143 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17144 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17145 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17147 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17148 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17149 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17150 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17151 ac_config_links="$ac_config_links wine:tools/winewrapper"
17152 wine_fn_config_symlink wine
17153 if test "x$enable_win64" != xno; then
17154 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17155 wine_fn_config_symlink wine64
17158 wine_fn_config_dll acledit enable_acledit
17159 wine_fn_config_dll aclui enable_aclui implib
17160 wine_fn_config_dll activeds enable_activeds implib
17161 wine_fn_config_dll actxprxy enable_actxprxy clean
17162 wine_fn_config_lib adsiid
17163 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17164 wine_fn_config_test dlls/advapi32/tests advapi32_test
17165 wine_fn_config_dll advpack enable_advpack implib
17166 wine_fn_config_test dlls/advpack/tests advpack_test
17167 wine_fn_config_dll amstream enable_amstream clean
17168 wine_fn_config_test dlls/amstream/tests amstream_test
17169 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17170 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17171 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17172 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17173 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17174 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17175 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17176 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17177 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17178 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17179 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17180 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17181 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17182 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17183 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17184 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17185 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17186 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17187 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17188 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17189 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17190 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17191 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17192 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17193 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17194 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17195 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17196 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17197 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17198 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17199 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17200 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17201 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17202 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17203 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17204 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17205 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17206 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17207 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17208 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17209 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17210 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17211 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17212 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17213 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17214 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17215 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17216 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17217 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17218 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17219 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17220 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17221 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17222 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17223 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17224 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17225 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17226 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17227 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17228 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17229 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17230 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17231 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17232 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17233 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17234 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17235 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17236 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17237 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17238 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17239 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17240 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17241 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17242 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17243 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17244 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17245 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17246 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17247 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17248 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17249 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17250 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17251 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17252 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17253 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17254 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17255 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17256 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17257 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17258 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17259 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17260 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17261 wine_fn_config_dll apphelp enable_apphelp
17262 wine_fn_config_test dlls/apphelp/tests apphelp_test
17263 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17264 wine_fn_config_dll atl enable_atl clean,implib
17265 wine_fn_config_test dlls/atl/tests atl_test
17266 wine_fn_config_dll atl100 enable_atl100 clean,implib
17267 wine_fn_config_test dlls/atl100/tests atl100_test
17268 wine_fn_config_dll atl110 enable_atl110 clean
17269 wine_fn_config_dll atl80 enable_atl80 clean,implib
17270 wine_fn_config_test dlls/atl80/tests atl80_test
17271 wine_fn_config_dll atl90 enable_atl90 clean
17272 wine_fn_config_dll authz enable_authz
17273 wine_fn_config_dll avicap32 enable_avicap32 implib
17274 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17275 wine_fn_config_test dlls/avifil32/tests avifil32_test
17276 wine_fn_config_dll avifile.dll16 enable_win16
17277 wine_fn_config_dll avrt enable_avrt implib
17278 wine_fn_config_dll bcrypt enable_bcrypt
17279 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17280 wine_fn_config_dll browseui enable_browseui clean,po
17281 wine_fn_config_test dlls/browseui/tests browseui_test
17282 wine_fn_config_dll cabinet enable_cabinet implib
17283 wine_fn_config_test dlls/cabinet/tests cabinet_test
17284 wine_fn_config_dll capi2032 enable_capi2032 implib
17285 wine_fn_config_dll cards enable_cards implib
17286 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17287 wine_fn_config_dll clusapi enable_clusapi implib
17288 wine_fn_config_dll combase enable_combase
17289 wine_fn_config_test dlls/combase/tests combase_test
17290 wine_fn_config_dll comcat enable_comcat
17291 wine_fn_config_test dlls/comcat/tests comcat_test
17292 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17293 wine_fn_config_test dlls/comctl32/tests comctl32_test
17294 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17295 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17296 wine_fn_config_dll comm.drv16 enable_win16
17297 wine_fn_config_dll commdlg.dll16 enable_win16
17298 wine_fn_config_dll compobj.dll16 enable_win16
17299 wine_fn_config_dll compstui enable_compstui implib
17300 wine_fn_config_dll comsvcs enable_comsvcs implib
17301 wine_fn_config_dll connect enable_connect
17302 wine_fn_config_dll credui enable_credui implib,po
17303 wine_fn_config_test dlls/credui/tests credui_test
17304 wine_fn_config_dll crtdll enable_crtdll implib
17305 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17306 wine_fn_config_test dlls/crypt32/tests crypt32_test
17307 wine_fn_config_dll cryptdlg enable_cryptdlg po
17308 wine_fn_config_dll cryptdll enable_cryptdll implib
17309 wine_fn_config_dll cryptext enable_cryptext
17310 wine_fn_config_dll cryptnet enable_cryptnet implib
17311 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17312 wine_fn_config_dll cryptui enable_cryptui implib,po
17313 wine_fn_config_test dlls/cryptui/tests cryptui_test
17314 wine_fn_config_dll ctapi32 enable_ctapi32
17315 wine_fn_config_dll ctl3d.dll16 enable_win16
17316 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17317 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17318 wine_fn_config_dll d2d1 enable_d2d1 implib
17319 wine_fn_config_test dlls/d2d1/tests d2d1_test
17320 wine_fn_config_dll d3d10 enable_d3d10 implib
17321 wine_fn_config_test dlls/d3d10/tests d3d10_test
17322 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17323 wine_fn_config_dll d3d10core enable_d3d10core implib
17324 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17325 wine_fn_config_dll d3d11 enable_d3d11 implib
17326 wine_fn_config_test dlls/d3d11/tests d3d11_test
17327 wine_fn_config_dll d3d8 enable_d3d8 implib
17328 wine_fn_config_test dlls/d3d8/tests d3d8_test
17329 wine_fn_config_dll d3d9 enable_d3d9 implib
17330 wine_fn_config_test dlls/d3d9/tests d3d9_test
17331 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17332 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17333 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17334 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17335 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17336 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17337 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17338 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17339 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17340 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17341 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17342 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17343 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17344 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17345 wine_fn_config_dll d3dim enable_d3dim implib
17346 wine_fn_config_dll d3drm enable_d3drm implib
17347 wine_fn_config_test dlls/d3drm/tests d3drm_test
17348 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17349 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17350 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17351 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17352 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17353 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17354 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17355 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17356 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17357 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17358 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17359 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17360 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17361 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17362 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17363 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17364 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17365 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17366 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17367 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17368 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17369 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17370 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17371 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17372 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17373 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17374 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17375 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17376 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17377 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17378 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17379 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17380 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17381 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17382 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17383 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17384 wine_fn_config_dll davclnt enable_davclnt
17385 wine_fn_config_dll dbgeng enable_dbgeng implib
17386 wine_fn_config_dll dbghelp enable_dbghelp implib
17387 wine_fn_config_dll dciman32 enable_dciman32 implib
17388 wine_fn_config_dll ddeml.dll16 enable_win16
17389 wine_fn_config_dll ddraw enable_ddraw clean,implib
17390 wine_fn_config_test dlls/ddraw/tests ddraw_test
17391 wine_fn_config_dll ddrawex enable_ddrawex clean
17392 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17393 wine_fn_config_dll devenum enable_devenum clean,po
17394 wine_fn_config_test dlls/devenum/tests devenum_test
17395 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17396 wine_fn_config_dll difxapi enable_difxapi
17397 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17398 wine_fn_config_test dlls/dinput/tests dinput_test
17399 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17400 wine_fn_config_test dlls/dinput8/tests dinput8_test
17401 wine_fn_config_dll dispdib.dll16 enable_win16
17402 wine_fn_config_dll dispex enable_dispex clean
17403 wine_fn_config_test dlls/dispex/tests dispex_test
17404 wine_fn_config_dll display.drv16 enable_win16
17405 wine_fn_config_dll dmband enable_dmband clean
17406 wine_fn_config_test dlls/dmband/tests dmband_test
17407 wine_fn_config_dll dmcompos enable_dmcompos clean
17408 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17409 wine_fn_config_dll dmime enable_dmime clean
17410 wine_fn_config_test dlls/dmime/tests dmime_test
17411 wine_fn_config_dll dmloader enable_dmloader clean
17412 wine_fn_config_test dlls/dmloader/tests dmloader_test
17413 wine_fn_config_dll dmscript enable_dmscript clean
17414 wine_fn_config_test dlls/dmscript/tests dmscript_test
17415 wine_fn_config_dll dmstyle enable_dmstyle clean
17416 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17417 wine_fn_config_dll dmsynth enable_dmsynth clean
17418 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17419 wine_fn_config_dll dmusic enable_dmusic clean
17420 wine_fn_config_test dlls/dmusic/tests dmusic_test
17421 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17422 wine_fn_config_dll dnsapi enable_dnsapi implib
17423 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17424 wine_fn_config_dll dplay enable_dplay implib
17425 wine_fn_config_dll dplayx enable_dplayx clean,implib
17426 wine_fn_config_test dlls/dplayx/tests dplayx_test
17427 wine_fn_config_dll dpnaddr enable_dpnaddr
17428 wine_fn_config_dll dpnet enable_dpnet clean,implib
17429 wine_fn_config_test dlls/dpnet/tests dpnet_test
17430 wine_fn_config_dll dpnhpast enable_dpnhpast
17431 wine_fn_config_dll dpnlobby enable_dpnlobby
17432 wine_fn_config_dll dpvoice enable_dpvoice clean
17433 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17434 wine_fn_config_dll dpwsockx enable_dpwsockx
17435 wine_fn_config_dll drmclien enable_drmclien
17436 wine_fn_config_dll dsound enable_dsound clean,implib
17437 wine_fn_config_test dlls/dsound/tests dsound_test
17438 wine_fn_config_dll dssenh enable_dssenh
17439 wine_fn_config_test dlls/dssenh/tests dssenh_test
17440 wine_fn_config_dll dswave enable_dswave clean
17441 wine_fn_config_test dlls/dswave/tests dswave_test
17442 wine_fn_config_dll dwmapi enable_dwmapi implib
17443 wine_fn_config_dll dwrite enable_dwrite implib
17444 wine_fn_config_test dlls/dwrite/tests dwrite_test
17445 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17446 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17447 wine_fn_config_lib dxerr8
17448 wine_fn_config_lib dxerr9
17449 wine_fn_config_dll dxgi enable_dxgi implib
17450 wine_fn_config_test dlls/dxgi/tests dxgi_test
17451 wine_fn_config_lib dxguid
17452 wine_fn_config_dll dxva2 enable_dxva2
17453 wine_fn_config_dll esent enable_esent
17454 wine_fn_config_dll evr enable_evr
17455 wine_fn_config_dll explorerframe enable_explorerframe clean
17456 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17457 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17458 wine_fn_config_dll faultrep enable_faultrep implib
17459 wine_fn_config_test dlls/faultrep/tests faultrep_test
17460 wine_fn_config_dll fltlib enable_fltlib
17461 wine_fn_config_dll fntcache enable_fntcache
17462 wine_fn_config_dll fontsub enable_fontsub
17463 wine_fn_config_dll fusion enable_fusion
17464 wine_fn_config_test dlls/fusion/tests fusion_test
17465 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17466 wine_fn_config_dll gameux enable_gameux clean
17467 wine_fn_config_test dlls/gameux/tests gameux_test
17468 wine_fn_config_dll gdi.exe16 enable_win16
17469 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17470 wine_fn_config_test dlls/gdi32/tests gdi32_test
17471 wine_fn_config_dll gdiplus enable_gdiplus implib
17472 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17473 wine_fn_config_dll glu32 enable_glu32 implib
17474 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17475 wine_fn_config_dll gpkcsp enable_gpkcsp
17476 wine_fn_config_dll hal enable_hal
17477 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17478 wine_fn_config_dll hid enable_hid implib
17479 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17480 wine_fn_config_dll hlink enable_hlink clean,implib
17481 wine_fn_config_test dlls/hlink/tests hlink_test
17482 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17483 wine_fn_config_dll httpapi enable_httpapi
17484 wine_fn_config_dll iccvid enable_iccvid po
17485 wine_fn_config_dll icmp enable_icmp
17486 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17487 wine_fn_config_test dlls/ieframe/tests ieframe_test
17488 wine_fn_config_dll ifsmgr.vxd enable_win16
17489 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17490 wine_fn_config_dll imagehlp enable_imagehlp implib
17491 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17492 wine_fn_config_dll imm.dll16 enable_win16
17493 wine_fn_config_dll imm32 enable_imm32 implib
17494 wine_fn_config_test dlls/imm32/tests imm32_test
17495 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17496 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17497 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17498 wine_fn_config_dll inetmib1 enable_inetmib1
17499 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17500 wine_fn_config_dll infosoft enable_infosoft clean
17501 wine_fn_config_test dlls/infosoft/tests infosoft_test
17502 wine_fn_config_dll initpki enable_initpki
17503 wine_fn_config_dll inkobj enable_inkobj
17504 wine_fn_config_dll inseng enable_inseng clean
17505 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17506 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17507 wine_fn_config_dll itircl enable_itircl
17508 wine_fn_config_dll itss enable_itss clean
17509 wine_fn_config_test dlls/itss/tests itss_test
17510 wine_fn_config_dll joy.cpl enable_joy_cpl po
17511 wine_fn_config_dll jscript enable_jscript clean,po
17512 wine_fn_config_test dlls/jscript/tests jscript_test
17513 wine_fn_config_dll jsproxy enable_jsproxy implib
17514 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17515 wine_fn_config_test dlls/kernel32/tests kernel32_test
17516 wine_fn_config_dll keyboard.drv16 enable_win16
17517 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17518 wine_fn_config_dll ksuser enable_ksuser
17519 wine_fn_config_dll ktmw32 enable_ktmw32
17520 wine_fn_config_dll loadperf enable_loadperf implib
17521 wine_fn_config_dll localspl enable_localspl po
17522 wine_fn_config_test dlls/localspl/tests localspl_test
17523 wine_fn_config_dll localui enable_localui po
17524 wine_fn_config_test dlls/localui/tests localui_test
17525 wine_fn_config_dll lz32 enable_lz32 implib
17526 wine_fn_config_test dlls/lz32/tests lz32_test
17527 wine_fn_config_dll lzexpand.dll16 enable_win16
17528 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17529 wine_fn_config_test dlls/mapi32/tests mapi32_test
17530 wine_fn_config_dll mapistub enable_mapistub
17531 wine_fn_config_dll mciavi32 enable_mciavi32
17532 wine_fn_config_dll mcicda enable_mcicda
17533 wine_fn_config_dll mciqtz32 enable_mciqtz32
17534 wine_fn_config_dll mciseq enable_mciseq
17535 wine_fn_config_dll mciwave enable_mciwave
17536 wine_fn_config_dll mf enable_mf
17537 wine_fn_config_dll mfplat enable_mfplat
17538 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17539 wine_fn_config_dll mgmtapi enable_mgmtapi
17540 wine_fn_config_dll midimap enable_midimap
17541 wine_fn_config_dll mlang enable_mlang clean,implib
17542 wine_fn_config_test dlls/mlang/tests mlang_test
17543 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17544 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17545 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17546 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17547 wine_fn_config_dll mmdevldr.vxd enable_win16
17548 wine_fn_config_dll mmsystem.dll16 enable_win16
17549 wine_fn_config_dll monodebg.vxd enable_win16
17550 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17551 wine_fn_config_dll mouse.drv16 enable_win16
17552 wine_fn_config_dll mpr enable_mpr implib,po
17553 wine_fn_config_test dlls/mpr/tests mpr_test
17554 wine_fn_config_dll mprapi enable_mprapi implib
17555 wine_fn_config_dll msacm.dll16 enable_win16
17556 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17557 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17558 wine_fn_config_test dlls/msacm32/tests msacm32_test
17559 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17560 wine_fn_config_dll msasn1 enable_msasn1 implib
17561 wine_fn_config_dll mscat32 enable_mscat32
17562 wine_fn_config_dll mscms enable_mscms implib
17563 wine_fn_config_test dlls/mscms/tests mscms_test
17564 wine_fn_config_dll mscoree enable_mscoree clean
17565 wine_fn_config_test dlls/mscoree/tests mscoree_test
17566 wine_fn_config_dll msctf enable_msctf clean
17567 wine_fn_config_test dlls/msctf/tests msctf_test
17568 wine_fn_config_dll msctfp enable_msctfp clean
17569 wine_fn_config_dll msdaps enable_msdaps clean
17570 wine_fn_config_dll msdelta enable_msdelta
17571 wine_fn_config_dll msdmo enable_msdmo implib
17572 wine_fn_config_test dlls/msdmo/tests msdmo_test
17573 wine_fn_config_dll msftedit enable_msftedit
17574 wine_fn_config_dll msg711.acm enable_msg711_acm
17575 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17576 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17577 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17578 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17579 wine_fn_config_dll msi enable_msi clean,implib,po
17580 wine_fn_config_test dlls/msi/tests msi_test
17581 wine_fn_config_dll msident enable_msident clean
17582 wine_fn_config_dll msimg32 enable_msimg32 implib
17583 wine_fn_config_dll msimsg enable_msimsg
17584 wine_fn_config_dll msimtf enable_msimtf clean
17585 wine_fn_config_dll msisip enable_msisip
17586 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17587 wine_fn_config_dll msls31 enable_msls31
17588 wine_fn_config_dll msnet32 enable_msnet32
17589 wine_fn_config_dll mspatcha enable_mspatcha implib
17590 wine_fn_config_dll msrle32 enable_msrle32 po
17591 wine_fn_config_test dlls/msrle32/tests msrle32_test
17592 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17593 wine_fn_config_dll mssign32 enable_mssign32
17594 wine_fn_config_dll mssip32 enable_mssip32
17595 wine_fn_config_dll mstask enable_mstask clean
17596 wine_fn_config_test dlls/mstask/tests mstask_test
17597 wine_fn_config_dll msvcirt enable_msvcirt
17598 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17599 wine_fn_config_dll msvcm80 enable_msvcm80
17600 wine_fn_config_dll msvcm90 enable_msvcm90
17601 wine_fn_config_dll msvcp100 enable_msvcp100
17602 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17603 wine_fn_config_dll msvcp110 enable_msvcp110
17604 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17605 wine_fn_config_dll msvcp120 enable_msvcp120
17606 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17607 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17608 wine_fn_config_dll msvcp60 enable_msvcp60
17609 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17610 wine_fn_config_dll msvcp70 enable_msvcp70
17611 wine_fn_config_dll msvcp71 enable_msvcp71
17612 wine_fn_config_dll msvcp80 enable_msvcp80
17613 wine_fn_config_dll msvcp90 enable_msvcp90
17614 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17615 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17616 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17617 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17618 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17619 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17620 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17621 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17622 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17623 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17624 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17625 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17626 wine_fn_config_dll msvcrt enable_msvcrt implib
17627 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17628 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17629 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17630 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17631 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17632 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17633 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17634 wine_fn_config_dll msvidc32 enable_msvidc32 po
17635 wine_fn_config_dll msvideo.dll16 enable_win16
17636 wine_fn_config_dll mswsock enable_mswsock implib
17637 wine_fn_config_dll msxml enable_msxml clean
17638 wine_fn_config_dll msxml2 enable_msxml2 clean
17639 wine_fn_config_dll msxml3 enable_msxml3 clean
17640 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17641 wine_fn_config_dll msxml4 enable_msxml4 clean
17642 wine_fn_config_dll msxml6 enable_msxml6 clean
17643 wine_fn_config_dll nddeapi enable_nddeapi implib
17644 wine_fn_config_dll ndis.sys enable_ndis_sys
17645 wine_fn_config_dll netapi32 enable_netapi32 implib
17646 wine_fn_config_test dlls/netapi32/tests netapi32_test
17647 wine_fn_config_dll netcfgx enable_netcfgx clean
17648 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17649 wine_fn_config_dll netprofm enable_netprofm clean
17650 wine_fn_config_test dlls/netprofm/tests netprofm_test
17651 wine_fn_config_dll newdev enable_newdev implib
17652 wine_fn_config_dll normaliz enable_normaliz implib
17653 wine_fn_config_dll npmshtml enable_npmshtml
17654 wine_fn_config_dll npptools enable_npptools
17655 wine_fn_config_dll ntdll enable_ntdll implib
17656 wine_fn_config_test dlls/ntdll/tests ntdll_test
17657 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17658 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17659 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17660 wine_fn_config_dll ntprint enable_ntprint
17661 wine_fn_config_test dlls/ntprint/tests ntprint_test
17662 wine_fn_config_dll objsel enable_objsel clean
17663 wine_fn_config_dll odbc32 enable_odbc32 implib
17664 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17665 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17666 wine_fn_config_dll odbccu32 enable_odbccu32
17667 wine_fn_config_dll ole2.dll16 enable_win16
17668 wine_fn_config_dll ole2conv.dll16 enable_win16
17669 wine_fn_config_dll ole2disp.dll16 enable_win16
17670 wine_fn_config_dll ole2nls.dll16 enable_win16
17671 wine_fn_config_dll ole2prox.dll16 enable_win16
17672 wine_fn_config_dll ole2thk.dll16 enable_win16
17673 wine_fn_config_dll ole32 enable_ole32 clean,implib
17674 wine_fn_config_test dlls/ole32/tests ole32_test
17675 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17676 wine_fn_config_test dlls/oleacc/tests oleacc_test
17677 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17678 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17679 wine_fn_config_dll olecli.dll16 enable_win16
17680 wine_fn_config_dll olecli32 enable_olecli32 implib
17681 wine_fn_config_dll oledb32 enable_oledb32 clean
17682 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17683 wine_fn_config_dll oledlg enable_oledlg implib,po
17684 wine_fn_config_test dlls/oledlg/tests oledlg_test
17685 wine_fn_config_dll olepro32 enable_olepro32 implib
17686 wine_fn_config_dll olesvr.dll16 enable_win16
17687 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17688 wine_fn_config_dll olethk32 enable_olethk32
17689 wine_fn_config_dll openal32 enable_openal32
17690 wine_fn_config_dll opencl enable_opencl
17691 wine_fn_config_dll opengl32 enable_opengl32 implib
17692 wine_fn_config_test dlls/opengl32/tests opengl32_test
17693 wine_fn_config_dll packager enable_packager clean
17694 wine_fn_config_test dlls/packager/tests packager_test
17695 wine_fn_config_dll pdh enable_pdh implib
17696 wine_fn_config_test dlls/pdh/tests pdh_test
17697 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17698 wine_fn_config_dll pidgen enable_pidgen
17699 wine_fn_config_dll powrprof enable_powrprof implib
17700 wine_fn_config_dll printui enable_printui
17701 wine_fn_config_dll prntvpt enable_prntvpt
17702 wine_fn_config_dll propsys enable_propsys clean,implib
17703 wine_fn_config_test dlls/propsys/tests propsys_test
17704 wine_fn_config_dll psapi enable_psapi implib
17705 wine_fn_config_test dlls/psapi/tests psapi_test
17706 wine_fn_config_dll pstorec enable_pstorec clean
17707 wine_fn_config_dll qcap enable_qcap
17708 wine_fn_config_test dlls/qcap/tests qcap_test
17709 wine_fn_config_dll qedit enable_qedit clean
17710 wine_fn_config_test dlls/qedit/tests qedit_test
17711 wine_fn_config_dll qmgr enable_qmgr clean
17712 wine_fn_config_test dlls/qmgr/tests qmgr_test
17713 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17714 wine_fn_config_dll quartz enable_quartz clean,implib
17715 wine_fn_config_test dlls/quartz/tests quartz_test clean
17716 wine_fn_config_dll query enable_query
17717 wine_fn_config_dll rasapi16.dll16 enable_win16
17718 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17719 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17720 wine_fn_config_dll rasdlg enable_rasdlg implib
17721 wine_fn_config_dll regapi enable_regapi
17722 wine_fn_config_dll resutils enable_resutils implib
17723 wine_fn_config_dll riched20 enable_riched20 clean,implib
17724 wine_fn_config_test dlls/riched20/tests riched20_test
17725 wine_fn_config_dll riched32 enable_riched32
17726 wine_fn_config_test dlls/riched32/tests riched32_test
17727 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17728 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17729 wine_fn_config_dll rsabase enable_rsabase
17730 wine_fn_config_dll rsaenh enable_rsaenh implib
17731 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17732 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17733 wine_fn_config_dll rtutils enable_rtutils implib
17734 wine_fn_config_dll samlib enable_samlib
17735 wine_fn_config_dll sane.ds enable_sane_ds po
17736 wine_fn_config_dll scarddlg enable_scarddlg
17737 wine_fn_config_dll sccbase enable_sccbase
17738 wine_fn_config_dll schannel enable_schannel
17739 wine_fn_config_test dlls/schannel/tests schannel_test
17740 wine_fn_config_dll schedsvc enable_schedsvc clean
17741 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17742 wine_fn_config_dll scrrun enable_scrrun clean
17743 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17744 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17745 wine_fn_config_dll secur32 enable_secur32 implib
17746 wine_fn_config_test dlls/secur32/tests secur32_test
17747 wine_fn_config_dll security enable_security
17748 wine_fn_config_dll sensapi enable_sensapi implib
17749 wine_fn_config_dll serialui enable_serialui implib,po
17750 wine_fn_config_test dlls/serialui/tests serialui_test
17751 wine_fn_config_dll setupapi enable_setupapi implib,po
17752 wine_fn_config_test dlls/setupapi/tests setupapi_test
17753 wine_fn_config_dll setupx.dll16 enable_win16
17754 wine_fn_config_dll sfc enable_sfc implib
17755 wine_fn_config_dll sfc_os enable_sfc_os implib
17756 wine_fn_config_dll shdoclc enable_shdoclc po
17757 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17758 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17759 wine_fn_config_dll shell.dll16 enable_win16
17760 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17761 wine_fn_config_test dlls/shell32/tests shell32_test
17762 wine_fn_config_dll shfolder enable_shfolder implib
17763 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17764 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17765 wine_fn_config_dll slbcsp enable_slbcsp
17766 wine_fn_config_dll slc enable_slc implib
17767 wine_fn_config_test dlls/slc/tests slc_test
17768 wine_fn_config_dll snmpapi enable_snmpapi implib
17769 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17770 wine_fn_config_dll softpub enable_softpub
17771 wine_fn_config_dll sound.drv16 enable_win16
17772 wine_fn_config_dll spoolss enable_spoolss implib
17773 wine_fn_config_test dlls/spoolss/tests spoolss_test
17774 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17775 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17776 wine_fn_config_dll sti enable_sti clean,implib
17777 wine_fn_config_test dlls/sti/tests sti_test
17778 wine_fn_config_dll storage.dll16 enable_win16
17779 wine_fn_config_dll stress.dll16 enable_win16
17780 wine_fn_config_lib strmbase
17781 wine_fn_config_lib strmiids
17782 wine_fn_config_dll svrapi enable_svrapi
17783 wine_fn_config_dll sxs enable_sxs implib
17784 wine_fn_config_test dlls/sxs/tests sxs_test
17785 wine_fn_config_dll system.drv16 enable_win16
17786 wine_fn_config_dll t2embed enable_t2embed
17787 wine_fn_config_dll tapi32 enable_tapi32 implib
17788 wine_fn_config_dll taskschd enable_taskschd clean
17789 wine_fn_config_test dlls/taskschd/tests taskschd_test
17790 wine_fn_config_dll toolhelp.dll16 enable_win16
17791 wine_fn_config_dll traffic enable_traffic
17792 wine_fn_config_dll twain.dll16 enable_win16
17793 wine_fn_config_dll twain_32 enable_twain_32
17794 wine_fn_config_test dlls/twain_32/tests twain_32_test
17795 wine_fn_config_dll typelib.dll16 enable_win16
17796 wine_fn_config_dll ucrtbase enable_ucrtbase
17797 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17798 wine_fn_config_dll unicows enable_unicows implib
17799 wine_fn_config_dll updspapi enable_updspapi
17800 wine_fn_config_dll url enable_url implib
17801 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17802 wine_fn_config_test dlls/urlmon/tests urlmon_test
17803 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17804 wine_fn_config_dll user.exe16 enable_win16
17805 wine_fn_config_dll user32 enable_user32 clean,implib,po
17806 wine_fn_config_test dlls/user32/tests user32_test
17807 wine_fn_config_dll userenv enable_userenv implib
17808 wine_fn_config_test dlls/userenv/tests userenv_test
17809 wine_fn_config_dll usp10 enable_usp10 implib
17810 wine_fn_config_test dlls/usp10/tests usp10_test
17811 wine_fn_config_lib uuid
17812 wine_fn_config_dll uxtheme enable_uxtheme implib
17813 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17814 wine_fn_config_dll vbscript enable_vbscript clean
17815 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17816 wine_fn_config_dll vcomp enable_vcomp
17817 wine_fn_config_test dlls/vcomp/tests vcomp_test
17818 wine_fn_config_dll vcomp100 enable_vcomp100
17819 wine_fn_config_dll vcomp110 enable_vcomp110
17820 wine_fn_config_dll vcomp90 enable_vcomp90
17821 wine_fn_config_dll vdhcp.vxd enable_win16
17822 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17823 wine_fn_config_dll ver.dll16 enable_win16
17824 wine_fn_config_dll version enable_version implib
17825 wine_fn_config_test dlls/version/tests version_test
17826 wine_fn_config_dll vmm.vxd enable_win16
17827 wine_fn_config_dll vnbt.vxd enable_win16
17828 wine_fn_config_dll vnetbios.vxd enable_win16
17829 wine_fn_config_dll vssapi enable_vssapi
17830 wine_fn_config_dll vtdapi.vxd enable_win16
17831 wine_fn_config_dll vwin32.vxd enable_win16
17832 wine_fn_config_dll w32skrnl enable_win16
17833 wine_fn_config_dll w32sys.dll16 enable_win16
17834 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17835 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17836 wine_fn_config_dll wbemprox enable_wbemprox clean
17837 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17838 wine_fn_config_dll webservices enable_webservices implib
17839 wine_fn_config_test dlls/webservices/tests webservices_test
17840 wine_fn_config_dll wer enable_wer implib
17841 wine_fn_config_test dlls/wer/tests wer_test
17842 wine_fn_config_dll wevtapi enable_wevtapi
17843 wine_fn_config_dll wiaservc enable_wiaservc clean
17844 wine_fn_config_dll win32s16.dll16 enable_win16
17845 wine_fn_config_dll win87em.dll16 enable_win16
17846 wine_fn_config_dll winaspi.dll16 enable_win16
17847 wine_fn_config_dll windebug.dll16 enable_win16
17848 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17849 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17850 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17851 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17852 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17853 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17854 wine_fn_config_lib winecrt0
17855 wine_fn_config_dll wined3d enable_wined3d implib
17856 wine_fn_config_dll winegstreamer enable_winegstreamer
17857 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17858 wine_fn_config_dll winemac.drv enable_winemac_drv
17859 wine_fn_config_dll winemapi enable_winemapi
17860 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17861 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17862 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17863 wine_fn_config_dll wineps16.drv16 enable_win16
17864 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17865 wine_fn_config_dll winex11.drv enable_winex11_drv
17866 wine_fn_config_dll wing.dll16 enable_win16
17867 wine_fn_config_dll wing32 enable_wing32
17868 wine_fn_config_dll winhttp enable_winhttp clean,implib
17869 wine_fn_config_test dlls/winhttp/tests winhttp_test
17870 wine_fn_config_dll wininet enable_wininet implib,po
17871 wine_fn_config_test dlls/wininet/tests wininet_test
17872 wine_fn_config_dll winmm enable_winmm implib,po
17873 wine_fn_config_test dlls/winmm/tests winmm_test
17874 wine_fn_config_dll winnls.dll16 enable_win16
17875 wine_fn_config_dll winnls32 enable_winnls32 implib
17876 wine_fn_config_dll winscard enable_winscard implib
17877 wine_fn_config_dll winsock.dll16 enable_win16
17878 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17879 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17880 wine_fn_config_dll winsta enable_winsta
17881 wine_fn_config_dll wintab.dll16 enable_win16
17882 wine_fn_config_dll wintab32 enable_wintab32 implib
17883 wine_fn_config_test dlls/wintab32/tests wintab32_test
17884 wine_fn_config_dll wintrust enable_wintrust implib
17885 wine_fn_config_test dlls/wintrust/tests wintrust_test
17886 wine_fn_config_dll wlanapi enable_wlanapi
17887 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17888 wine_fn_config_test dlls/wldap32/tests wldap32_test
17889 wine_fn_config_dll wmi enable_wmi
17890 wine_fn_config_dll wmiutils enable_wmiutils clean
17891 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17892 wine_fn_config_dll wmp enable_wmp clean
17893 wine_fn_config_test dlls/wmp/tests wmp_test
17894 wine_fn_config_dll wmvcore enable_wmvcore
17895 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17896 wine_fn_config_dll wow32 enable_win16 implib
17897 wine_fn_config_dll wpcap enable_wpcap
17898 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17899 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
17900 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17901 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
17902 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17903 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
17904 wine_fn_config_dll wsock32 enable_wsock32 implib
17905 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17906 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
17907 wine_fn_config_dll wuapi enable_wuapi clean
17908 wine_fn_config_dll wuaueng enable_wuaueng
17909 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17910 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17911 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17912 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17913 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17914 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17915 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17916 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17917 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17918 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17919 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17920 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
17921 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
17922 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
17923 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
17924 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
17925 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
17926 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17927 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
17928 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17929 wine_fn_config_dll xinput1_1 enable_xinput1_1
17930 wine_fn_config_dll xinput1_2 enable_xinput1_2
17931 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17932 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
17933 wine_fn_config_dll xinput1_4 enable_xinput1_4
17934 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17935 wine_fn_config_dll xmllite enable_xmllite implib
17936 wine_fn_config_test dlls/xmllite/tests xmllite_test
17937 wine_fn_config_dll xolehlp enable_xolehlp
17938 wine_fn_config_dll xpsprint enable_xpsprint
17939 wine_fn_config_dll xpssvcs enable_xpssvcs
17940 wine_fn_config_makefile documentation enable_documentation clean
17941 wine_fn_config_makefile fonts enable_fonts clean,install-lib
17942 wine_fn_config_makefile include enable_include clean,install-dev
17943 wine_fn_config_makefile libs/port enable_libs_port
17944 wine_fn_config_makefile libs/wine enable_libs_wine clean,install-dev,install-lib
17945 wine_fn_config_makefile libs/wpp enable_libs_wpp
17946 wine_fn_config_makefile loader enable_loader clean,install-lib,manpage
17947 wine_fn_config_program arp enable_arp install
17948 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
17949 wine_fn_config_program attrib enable_attrib install,po
17950 wine_fn_config_program cabarc enable_cabarc install
17951 wine_fn_config_program cacls enable_cacls install
17952 wine_fn_config_program clock enable_clock install,po
17953 wine_fn_config_program cmd enable_cmd install,po
17954 wine_fn_config_test programs/cmd/tests cmd.exe_test
17955 wine_fn_config_program conhost enable_conhost install
17956 wine_fn_config_program control enable_control install
17957 wine_fn_config_program cscript enable_cscript clean,install
17958 wine_fn_config_program dpnsvr enable_dpnsvr install
17959 wine_fn_config_program dxdiag enable_dxdiag install,po
17960 wine_fn_config_program eject enable_eject install
17961 wine_fn_config_program expand enable_expand install
17962 wine_fn_config_program explorer enable_explorer install,po
17963 wine_fn_config_program extrac32 enable_extrac32 install
17964 wine_fn_config_program findstr enable_findstr install
17965 wine_fn_config_program hh enable_hh install
17966 wine_fn_config_program hostname enable_hostname install,po
17967 wine_fn_config_program icinfo enable_icinfo install
17968 wine_fn_config_program iexplore enable_iexplore install
17969 wine_fn_config_program ipconfig enable_ipconfig install,po
17970 wine_fn_config_program lodctr enable_lodctr install
17971 wine_fn_config_program mofcomp enable_mofcomp install
17972 wine_fn_config_program mshta enable_mshta install
17973 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
17974 wine_fn_config_program net enable_net install,po
17975 wine_fn_config_program netsh enable_netsh install
17976 wine_fn_config_program netstat enable_netstat install,po
17977 wine_fn_config_program ngen enable_ngen install
17978 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
17979 wine_fn_config_program oleview enable_oleview install,po
17980 wine_fn_config_program ping enable_ping install
17981 wine_fn_config_program plugplay enable_plugplay install
17982 wine_fn_config_program presentationfontcache enable_presentationfontcache install
17983 wine_fn_config_program progman enable_progman install,po
17984 wine_fn_config_program reg enable_reg install,po
17985 wine_fn_config_test programs/reg/tests reg.exe_test
17986 wine_fn_config_program regasm enable_regasm install
17987 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
17988 wine_fn_config_test programs/regedit/tests regedit.exe_test
17989 wine_fn_config_program regsvcs enable_regsvcs install
17990 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
17991 wine_fn_config_program rpcss enable_rpcss clean,install
17992 wine_fn_config_program rundll.exe16 enable_win16 install
17993 wine_fn_config_program rundll32 enable_rundll32 install
17994 wine_fn_config_program sc enable_sc install
17995 wine_fn_config_program schtasks enable_schtasks install
17996 wine_fn_config_program sdbinst enable_sdbinst install
17997 wine_fn_config_program secedit enable_secedit install
17998 wine_fn_config_program servicemodelreg enable_servicemodelreg install
17999 wine_fn_config_program services enable_services clean,install
18000 wine_fn_config_test programs/services/tests services.exe_test
18001 wine_fn_config_program spoolsv enable_spoolsv install
18002 wine_fn_config_program start enable_start install,po
18003 wine_fn_config_program svchost enable_svchost install
18004 wine_fn_config_program systeminfo enable_systeminfo install
18005 wine_fn_config_program taskkill enable_taskkill install,po
18006 wine_fn_config_program tasklist enable_tasklist install
18007 wine_fn_config_program taskmgr enable_taskmgr install,po
18008 wine_fn_config_program termsv enable_termsv install
18009 wine_fn_config_program uninstaller enable_uninstaller install,po
18010 wine_fn_config_program unlodctr enable_unlodctr install
18011 wine_fn_config_program view enable_view install,po
18012 wine_fn_config_program wevtutil enable_wevtutil install
18013 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18014 wine_fn_config_program winebrowser enable_winebrowser install
18015 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18016 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18017 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18018 wine_fn_config_program winedevice enable_winedevice install
18019 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18020 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18021 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18022 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18023 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18024 wine_fn_config_program winetest enable_winetest clean
18025 wine_fn_config_program winevdm enable_win16 install
18026 wine_fn_config_program winhelp.exe16 enable_win16 install
18027 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18028 wine_fn_config_program winoldap.mod16 enable_win16 install
18029 wine_fn_config_program winver enable_winver install
18030 wine_fn_config_program wmic enable_wmic install,po
18031 wine_fn_config_program wordpad enable_wordpad install,po
18032 wine_fn_config_program write enable_write install,po
18033 wine_fn_config_program wscript enable_wscript clean,install
18034 wine_fn_config_test programs/wscript/tests wscript.exe_test
18035 wine_fn_config_program wusa enable_wusa install
18036 wine_fn_config_program xcopy enable_xcopy install,po
18037 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18038 wine_fn_config_makefile server enable_server clean,install-lib,manpage
18039 wine_fn_config_tool tools clean,install-dev,install-lib,manpage
18040 wine_fn_config_tool tools/sfnt2fon clean
18041 wine_fn_config_tool tools/widl clean,install-dev,manpage
18042 wine_fn_config_tool tools/winebuild clean,install-dev,manpage
18043 wine_fn_config_tool tools/winedump clean,install-dev,manpage
18044 wine_fn_config_tool tools/winegcc clean,install-dev,manpage
18045 wine_fn_config_tool tools/wmc clean,install-dev,manpage
18046 wine_fn_config_tool tools/wrc clean,install-dev,manpage
18048 LINGUAS="\
18049 ar \
18050 bg \
18051 ca \
18052 cs \
18053 da \
18054 de \
18055 el \
18056 en \
18057 en_US \
18058 eo \
18059 es \
18060 fa \
18061 fi \
18062 fr \
18063 he \
18064 hi \
18065 hr \
18066 hu \
18067 it \
18068 ja \
18069 ko \
18070 lt \
18071 ml \
18072 nb_NO \
18073 nl \
18074 or \
18075 pa \
18076 pl \
18077 pt_BR \
18078 pt_PT \
18079 rm \
18080 ro \
18081 ru \
18082 sk \
18083 sl \
18084 sr_RS@cyrillic \
18085 sr_RS@latin \
18086 sv \
18087 te \
18088 th \
18089 tr \
18090 uk \
18091 wa \
18092 zh_CN \
18093 zh_TW"
18098 wine_fn_ignore_file ".gitignore"
18099 wine_fn_ignore_file "Makefile"
18100 wine_fn_ignore_file "TAGS"
18101 wine_fn_ignore_file "tags"
18102 wine_fn_ignore_file "autom4te.cache"
18103 wine_fn_ignore_file "config.cache"
18104 wine_fn_ignore_file "config.log"
18105 wine_fn_ignore_file "config.status"
18106 wine_fn_ignore_file "configure.lineno"
18107 wine_fn_ignore_file "include/config.h"
18108 wine_fn_ignore_file "include/stamp-h"
18109 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18111 if test "x$enable_tools" != xno
18112 then
18113 wine_fn_ignore_file "tools/makedep$ac_exeext"
18114 ac_config_commands="$ac_config_commands tools/makedep"
18118 ac_config_commands="$ac_config_commands Makefile"
18121 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18125 if test "x$enable_maintainer_mode" = xyes
18126 then
18127 wine_fn_append_rule "configure: configure.ac aclocal.m4
18128 autoconf --warnings=all
18129 include/config.h.in: include/stamp-h.in
18130 include/stamp-h.in: configure.ac aclocal.m4
18131 autoheader --warnings=all
18132 @echo timestamp > \$@"
18135 if test "x$with_gettextpo" = xyes
18136 then
18137 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18138 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18139 \$(LINGUAS:%=po/%.po): po/wine.pot
18140 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18141 po/wine.pot: \$(ALL_POT_FILES)
18142 msgcat -o \$@ \$(ALL_POT_FILES)"
18145 if test "$MSGFMT" != false
18146 then
18147 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18148 clean::
18149 \$(RM) \$(LINGUAS:%=po/%.mo)"
18151 posrc="po"
18152 test "$srcdir" = . || posrc="$srcdir/po"
18153 for i in $LINGUAS
18155 wine_fn_ignore_file "po/$i.mo"
18156 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18157 \$(MSGFMT) -o \$@ $posrc/$i.po"
18158 done
18159 else
18160 LINGUAS=
18163 if test "x$enable_tools" != xno
18164 then
18165 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18166 @./config.status tools/makedep
18167 Makefile: tools/makedep$ac_exeext
18168 distclean:: clean
18169 \$(RM) tools/makedep$ac_exeext"
18170 else
18171 wine_fn_append_rule "\$(MAKEDEP):
18172 @echo \"You need to run make in $TOOLSDIR first\" && false"
18175 if test -n "$with_wine64"
18176 then
18177 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18178 fonts server tools:
18179 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18180 $with_wine64/loader/wine:
18181 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18182 $with_wine64/loader/wine-preloader:
18183 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18184 clean::
18185 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18186 else
18187 as_fn_append LOADER_RULES "
18188 install install-lib:: wine.inf install-man-pages
18189 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18190 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18192 uninstall::
18193 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18197 if test "$srcdir" = .
18198 then
18199 ac_config_commands="$ac_config_commands .gitignore"
18203 $as_echo " done" >&6
18204 cat >confcache <<\_ACEOF
18205 # This file is a shell script that caches the results of configure
18206 # tests run on this system so they can be shared between configure
18207 # scripts and configure runs, see configure's option --config-cache.
18208 # It is not useful on other systems. If it contains results you don't
18209 # want to keep, you may remove or edit it.
18211 # config.status only pays attention to the cache file if you give it
18212 # the --recheck option to rerun configure.
18214 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18215 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18216 # following values.
18218 _ACEOF
18220 # The following way of writing the cache mishandles newlines in values,
18221 # but we know of no workaround that is simple, portable, and efficient.
18222 # So, we kill variables containing newlines.
18223 # Ultrix sh set writes to stderr and can't be redirected directly,
18224 # and sets the high bit in the cache file unless we assign to the vars.
18226 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18227 eval ac_val=\$$ac_var
18228 case $ac_val in #(
18229 *${as_nl}*)
18230 case $ac_var in #(
18231 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18232 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18233 esac
18234 case $ac_var in #(
18235 _ | IFS | as_nl) ;; #(
18236 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18237 *) { eval $ac_var=; unset $ac_var;} ;;
18238 esac ;;
18239 esac
18240 done
18242 (set) 2>&1 |
18243 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18244 *${as_nl}ac_space=\ *)
18245 # `set' does not quote correctly, so add quotes: double-quote
18246 # substitution turns \\\\ into \\, and sed turns \\ into \.
18247 sed -n \
18248 "s/'/'\\\\''/g;
18249 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18250 ;; #(
18252 # `set' quotes correctly as required by POSIX, so do not add quotes.
18253 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18255 esac |
18256 sort
18258 sed '
18259 /^ac_cv_env_/b end
18260 t clear
18261 :clear
18262 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18263 t end
18264 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18265 :end' >>confcache
18266 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18267 if test -w "$cache_file"; then
18268 if test "x$cache_file" != "x/dev/null"; then
18269 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18270 $as_echo "$as_me: updating cache $cache_file" >&6;}
18271 if test ! -f "$cache_file" || test -h "$cache_file"; then
18272 cat confcache >"$cache_file"
18273 else
18274 case $cache_file in #(
18275 */* | ?:*)
18276 mv -f confcache "$cache_file"$$ &&
18277 mv -f "$cache_file"$$ "$cache_file" ;; #(
18279 mv -f confcache "$cache_file" ;;
18280 esac
18283 else
18284 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18285 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18288 rm -f confcache
18290 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18291 # Let make expand exec_prefix.
18292 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18294 DEFS=-DHAVE_CONFIG_H
18296 ac_libobjs=
18297 ac_ltlibobjs=
18299 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18300 # 1. Remove the extension, and $U if already installed.
18301 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18302 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18303 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18304 # will be set to the directory where LIBOBJS objects are built.
18305 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18306 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18307 done
18308 LIBOBJS=$ac_libobjs
18310 LTLIBOBJS=$ac_ltlibobjs
18314 : "${CONFIG_STATUS=./config.status}"
18315 ac_write_fail=0
18316 ac_clean_files_save=$ac_clean_files
18317 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18318 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18319 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18320 as_write_fail=0
18321 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18322 #! $SHELL
18323 # Generated by $as_me.
18324 # Run this file to recreate the current configuration.
18325 # Compiler output produced by configure, useful for debugging
18326 # configure, is in config.log if it exists.
18328 debug=false
18329 ac_cs_recheck=false
18330 ac_cs_silent=false
18332 SHELL=\${CONFIG_SHELL-$SHELL}
18333 export SHELL
18334 _ASEOF
18335 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18336 ## -------------------- ##
18337 ## M4sh Initialization. ##
18338 ## -------------------- ##
18340 # Be more Bourne compatible
18341 DUALCASE=1; export DUALCASE # for MKS sh
18342 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18343 emulate sh
18344 NULLCMD=:
18345 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18346 # is contrary to our usage. Disable this feature.
18347 alias -g '${1+"$@"}'='"$@"'
18348 setopt NO_GLOB_SUBST
18349 else
18350 case `(set -o) 2>/dev/null` in #(
18351 *posix*) :
18352 set -o posix ;; #(
18353 *) :
18355 esac
18359 as_nl='
18361 export as_nl
18362 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18363 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18364 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18365 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18366 # Prefer a ksh shell builtin over an external printf program on Solaris,
18367 # but without wasting forks for bash or zsh.
18368 if test -z "$BASH_VERSION$ZSH_VERSION" \
18369 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18370 as_echo='print -r --'
18371 as_echo_n='print -rn --'
18372 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18373 as_echo='printf %s\n'
18374 as_echo_n='printf %s'
18375 else
18376 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18377 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18378 as_echo_n='/usr/ucb/echo -n'
18379 else
18380 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18381 as_echo_n_body='eval
18382 arg=$1;
18383 case $arg in #(
18384 *"$as_nl"*)
18385 expr "X$arg" : "X\\(.*\\)$as_nl";
18386 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18387 esac;
18388 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18390 export as_echo_n_body
18391 as_echo_n='sh -c $as_echo_n_body as_echo'
18393 export as_echo_body
18394 as_echo='sh -c $as_echo_body as_echo'
18397 # The user is always right.
18398 if test "${PATH_SEPARATOR+set}" != set; then
18399 PATH_SEPARATOR=:
18400 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18401 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18402 PATH_SEPARATOR=';'
18407 # IFS
18408 # We need space, tab and new line, in precisely that order. Quoting is
18409 # there to prevent editors from complaining about space-tab.
18410 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18411 # splitting by setting IFS to empty value.)
18412 IFS=" "" $as_nl"
18414 # Find who we are. Look in the path if we contain no directory separator.
18415 as_myself=
18416 case $0 in #((
18417 *[\\/]* ) as_myself=$0 ;;
18418 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18419 for as_dir in $PATH
18421 IFS=$as_save_IFS
18422 test -z "$as_dir" && as_dir=.
18423 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18424 done
18425 IFS=$as_save_IFS
18428 esac
18429 # We did not find ourselves, most probably we were run as `sh COMMAND'
18430 # in which case we are not to be found in the path.
18431 if test "x$as_myself" = x; then
18432 as_myself=$0
18434 if test ! -f "$as_myself"; then
18435 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18436 exit 1
18439 # Unset variables that we do not need and which cause bugs (e.g. in
18440 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18441 # suppresses any "Segmentation fault" message there. '((' could
18442 # trigger a bug in pdksh 5.2.14.
18443 for as_var in BASH_ENV ENV MAIL MAILPATH
18444 do eval test x\${$as_var+set} = xset \
18445 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18446 done
18447 PS1='$ '
18448 PS2='> '
18449 PS4='+ '
18451 # NLS nuisances.
18452 LC_ALL=C
18453 export LC_ALL
18454 LANGUAGE=C
18455 export LANGUAGE
18457 # CDPATH.
18458 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18461 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18462 # ----------------------------------------
18463 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18464 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18465 # script with STATUS, using 1 if that was 0.
18466 as_fn_error ()
18468 as_status=$1; test $as_status -eq 0 && as_status=1
18469 if test "$4"; then
18470 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18471 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18473 $as_echo "$as_me: error: $2" >&2
18474 as_fn_exit $as_status
18475 } # as_fn_error
18478 # as_fn_set_status STATUS
18479 # -----------------------
18480 # Set $? to STATUS, without forking.
18481 as_fn_set_status ()
18483 return $1
18484 } # as_fn_set_status
18486 # as_fn_exit STATUS
18487 # -----------------
18488 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18489 as_fn_exit ()
18491 set +e
18492 as_fn_set_status $1
18493 exit $1
18494 } # as_fn_exit
18496 # as_fn_unset VAR
18497 # ---------------
18498 # Portably unset VAR.
18499 as_fn_unset ()
18501 { eval $1=; unset $1;}
18503 as_unset=as_fn_unset
18504 # as_fn_append VAR VALUE
18505 # ----------------------
18506 # Append the text in VALUE to the end of the definition contained in VAR. Take
18507 # advantage of any shell optimizations that allow amortized linear growth over
18508 # repeated appends, instead of the typical quadratic growth present in naive
18509 # implementations.
18510 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18511 eval 'as_fn_append ()
18513 eval $1+=\$2
18515 else
18516 as_fn_append ()
18518 eval $1=\$$1\$2
18520 fi # as_fn_append
18522 # as_fn_arith ARG...
18523 # ------------------
18524 # Perform arithmetic evaluation on the ARGs, and store the result in the
18525 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18526 # must be portable across $(()) and expr.
18527 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18528 eval 'as_fn_arith ()
18530 as_val=$(( $* ))
18532 else
18533 as_fn_arith ()
18535 as_val=`expr "$@" || test $? -eq 1`
18537 fi # as_fn_arith
18540 if expr a : '\(a\)' >/dev/null 2>&1 &&
18541 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18542 as_expr=expr
18543 else
18544 as_expr=false
18547 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18548 as_basename=basename
18549 else
18550 as_basename=false
18553 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18554 as_dirname=dirname
18555 else
18556 as_dirname=false
18559 as_me=`$as_basename -- "$0" ||
18560 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18561 X"$0" : 'X\(//\)$' \| \
18562 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18563 $as_echo X/"$0" |
18564 sed '/^.*\/\([^/][^/]*\)\/*$/{
18565 s//\1/
18568 /^X\/\(\/\/\)$/{
18569 s//\1/
18572 /^X\/\(\/\).*/{
18573 s//\1/
18576 s/.*/./; q'`
18578 # Avoid depending upon Character Ranges.
18579 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18580 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18581 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18582 as_cr_digits='0123456789'
18583 as_cr_alnum=$as_cr_Letters$as_cr_digits
18585 ECHO_C= ECHO_N= ECHO_T=
18586 case `echo -n x` in #(((((
18587 -n*)
18588 case `echo 'xy\c'` in
18589 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18590 xy) ECHO_C='\c';;
18591 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18592 ECHO_T=' ';;
18593 esac;;
18595 ECHO_N='-n';;
18596 esac
18598 rm -f conf$$ conf$$.exe conf$$.file
18599 if test -d conf$$.dir; then
18600 rm -f conf$$.dir/conf$$.file
18601 else
18602 rm -f conf$$.dir
18603 mkdir conf$$.dir 2>/dev/null
18605 if (echo >conf$$.file) 2>/dev/null; then
18606 if ln -s conf$$.file conf$$ 2>/dev/null; then
18607 as_ln_s='ln -s'
18608 # ... but there are two gotchas:
18609 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18610 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18611 # In both cases, we have to default to `cp -pR'.
18612 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18613 as_ln_s='cp -pR'
18614 elif ln conf$$.file conf$$ 2>/dev/null; then
18615 as_ln_s=ln
18616 else
18617 as_ln_s='cp -pR'
18619 else
18620 as_ln_s='cp -pR'
18622 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18623 rmdir conf$$.dir 2>/dev/null
18626 # as_fn_mkdir_p
18627 # -------------
18628 # Create "$as_dir" as a directory, including parents if necessary.
18629 as_fn_mkdir_p ()
18632 case $as_dir in #(
18633 -*) as_dir=./$as_dir;;
18634 esac
18635 test -d "$as_dir" || eval $as_mkdir_p || {
18636 as_dirs=
18637 while :; do
18638 case $as_dir in #(
18639 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18640 *) as_qdir=$as_dir;;
18641 esac
18642 as_dirs="'$as_qdir' $as_dirs"
18643 as_dir=`$as_dirname -- "$as_dir" ||
18644 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18645 X"$as_dir" : 'X\(//\)[^/]' \| \
18646 X"$as_dir" : 'X\(//\)$' \| \
18647 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18648 $as_echo X"$as_dir" |
18649 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18650 s//\1/
18653 /^X\(\/\/\)[^/].*/{
18654 s//\1/
18657 /^X\(\/\/\)$/{
18658 s//\1/
18661 /^X\(\/\).*/{
18662 s//\1/
18665 s/.*/./; q'`
18666 test -d "$as_dir" && break
18667 done
18668 test -z "$as_dirs" || eval "mkdir $as_dirs"
18669 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18672 } # as_fn_mkdir_p
18673 if mkdir -p . 2>/dev/null; then
18674 as_mkdir_p='mkdir -p "$as_dir"'
18675 else
18676 test -d ./-p && rmdir ./-p
18677 as_mkdir_p=false
18681 # as_fn_executable_p FILE
18682 # -----------------------
18683 # Test if FILE is an executable regular file.
18684 as_fn_executable_p ()
18686 test -f "$1" && test -x "$1"
18687 } # as_fn_executable_p
18688 as_test_x='test -x'
18689 as_executable_p=as_fn_executable_p
18691 # Sed expression to map a string onto a valid CPP name.
18692 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18694 # Sed expression to map a string onto a valid variable name.
18695 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18698 exec 6>&1
18699 ## ----------------------------------- ##
18700 ## Main body of $CONFIG_STATUS script. ##
18701 ## ----------------------------------- ##
18702 _ASEOF
18703 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18705 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18706 # Save the log message, to keep $0 and so on meaningful, and to
18707 # report actual input values of CONFIG_FILES etc. instead of their
18708 # values after options handling.
18709 ac_log="
18710 This file was extended by Wine $as_me 1.7.52, which was
18711 generated by GNU Autoconf 2.69. Invocation command line was
18713 CONFIG_FILES = $CONFIG_FILES
18714 CONFIG_HEADERS = $CONFIG_HEADERS
18715 CONFIG_LINKS = $CONFIG_LINKS
18716 CONFIG_COMMANDS = $CONFIG_COMMANDS
18717 $ $0 $@
18719 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18722 _ACEOF
18724 case $ac_config_files in *"
18725 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18726 esac
18728 case $ac_config_headers in *"
18729 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18730 esac
18733 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18734 # Files that config.status was made for.
18735 config_files="$ac_config_files"
18736 config_headers="$ac_config_headers"
18737 config_links="$ac_config_links"
18738 config_commands="$ac_config_commands"
18740 _ACEOF
18742 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18743 ac_cs_usage="\
18744 \`$as_me' instantiates files and other configuration actions
18745 from templates according to the current configuration. Unless the files
18746 and actions are specified as TAGs, all are instantiated by default.
18748 Usage: $0 [OPTION]... [TAG]...
18750 -h, --help print this help, then exit
18751 -V, --version print version number and configuration settings, then exit
18752 --config print configuration, then exit
18753 -q, --quiet, --silent
18754 do not print progress messages
18755 -d, --debug don't remove temporary files
18756 --recheck update $as_me by reconfiguring in the same conditions
18757 --file=FILE[:TEMPLATE]
18758 instantiate the configuration file FILE
18759 --header=FILE[:TEMPLATE]
18760 instantiate the configuration header FILE
18762 Configuration files:
18763 $config_files
18765 Configuration headers:
18766 $config_headers
18768 Configuration links:
18769 $config_links
18771 Configuration commands:
18772 $config_commands
18774 Report bugs to <wine-devel@winehq.org>.
18775 Wine home page: <http://www.winehq.org>."
18777 _ACEOF
18778 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18779 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18780 ac_cs_version="\\
18781 Wine config.status 1.7.52
18782 configured by $0, generated by GNU Autoconf 2.69,
18783 with options \\"\$ac_cs_config\\"
18785 Copyright (C) 2012 Free Software Foundation, Inc.
18786 This config.status script is free software; the Free Software Foundation
18787 gives unlimited permission to copy, distribute and modify it."
18789 ac_pwd='$ac_pwd'
18790 srcdir='$srcdir'
18791 test -n "\$AWK" || AWK=awk
18792 _ACEOF
18794 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18795 # The default lists apply if the user does not specify any file.
18796 ac_need_defaults=:
18797 while test $# != 0
18799 case $1 in
18800 --*=?*)
18801 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18802 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18803 ac_shift=:
18805 --*=)
18806 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18807 ac_optarg=
18808 ac_shift=:
18811 ac_option=$1
18812 ac_optarg=$2
18813 ac_shift=shift
18815 esac
18817 case $ac_option in
18818 # Handling of the options.
18819 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18820 ac_cs_recheck=: ;;
18821 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18822 $as_echo "$ac_cs_version"; exit ;;
18823 --config | --confi | --conf | --con | --co | --c )
18824 $as_echo "$ac_cs_config"; exit ;;
18825 --debug | --debu | --deb | --de | --d | -d )
18826 debug=: ;;
18827 --file | --fil | --fi | --f )
18828 $ac_shift
18829 case $ac_optarg in
18830 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18831 '') as_fn_error $? "missing file argument" ;;
18832 esac
18833 as_fn_append CONFIG_FILES " '$ac_optarg'"
18834 ac_need_defaults=false;;
18835 --header | --heade | --head | --hea )
18836 $ac_shift
18837 case $ac_optarg in
18838 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18839 esac
18840 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18841 ac_need_defaults=false;;
18842 --he | --h)
18843 # Conflict between --help and --header
18844 as_fn_error $? "ambiguous option: \`$1'
18845 Try \`$0 --help' for more information.";;
18846 --help | --hel | -h )
18847 $as_echo "$ac_cs_usage"; exit ;;
18848 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18849 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18850 ac_cs_silent=: ;;
18852 # This is an error.
18853 -*) as_fn_error $? "unrecognized option: \`$1'
18854 Try \`$0 --help' for more information." ;;
18856 *) as_fn_append ac_config_targets " $1"
18857 ac_need_defaults=false ;;
18859 esac
18860 shift
18861 done
18863 ac_configure_extra_args=
18865 if $ac_cs_silent; then
18866 exec 6>/dev/null
18867 ac_configure_extra_args="$ac_configure_extra_args --silent"
18870 _ACEOF
18871 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18872 if \$ac_cs_recheck; then
18873 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18874 shift
18875 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18876 CONFIG_SHELL='$SHELL'
18877 export CONFIG_SHELL
18878 exec "\$@"
18881 _ACEOF
18882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18883 exec 5>>config.log
18885 echo
18886 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18887 ## Running $as_me. ##
18888 _ASBOX
18889 $as_echo "$ac_log"
18890 } >&5
18892 _ACEOF
18893 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18895 # INIT-COMMANDS
18897 wine_fn_output_makedep ()
18899 as_dir=tools; as_fn_mkdir_p
18900 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18902 wine_fn_output_makefile ()
18904 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18905 `cat $wine_rules_file`
18906 _WINE_EOF
18907 as_fn_error $? "could not create Makefile" "$LINENO" 5
18909 wine_fn_output_gitignore ()
18911 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18912 $GITIGNORE
18913 _WINE_EOF
18914 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18917 _ACEOF
18919 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18921 # Handling of arguments.
18922 for ac_config_target in $ac_config_targets
18924 case $ac_config_target in
18925 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18926 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18927 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18928 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18929 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18930 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18931 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
18932 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18933 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18934 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
18935 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18936 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
18937 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
18938 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18939 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
18941 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18942 esac
18943 done
18946 # If the user did not use the arguments to specify the items to instantiate,
18947 # then the envvar interface is used. Set only those that are not.
18948 # We use the long form for the default assignment because of an extremely
18949 # bizarre bug on SunOS 4.1.3.
18950 if $ac_need_defaults; then
18951 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18952 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18953 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18954 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18957 # Have a temporary directory for convenience. Make it in the build tree
18958 # simply because there is no reason against having it here, and in addition,
18959 # creating and moving files from /tmp can sometimes cause problems.
18960 # Hook for its removal unless debugging.
18961 # Note that there is a small window in which the directory will not be cleaned:
18962 # after its creation but before its name has been assigned to `$tmp'.
18963 $debug ||
18965 tmp= ac_tmp=
18966 trap 'exit_status=$?
18967 : "${ac_tmp:=$tmp}"
18968 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18970 trap 'as_fn_exit 1' 1 2 13 15
18972 # Create a (secure) tmp directory for tmp files.
18975 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18976 test -d "$tmp"
18977 } ||
18979 tmp=./conf$$-$RANDOM
18980 (umask 077 && mkdir "$tmp")
18981 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18982 ac_tmp=$tmp
18984 # Set up the scripts for CONFIG_FILES section.
18985 # No need to generate them if there are no CONFIG_FILES.
18986 # This happens for instance with `./config.status config.h'.
18987 if test -n "$CONFIG_FILES"; then
18990 ac_cr=`echo X | tr X '\015'`
18991 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18992 # But we know of no other shell where ac_cr would be empty at this
18993 # point, so we can use a bashism as a fallback.
18994 if test "x$ac_cr" = x; then
18995 eval ac_cr=\$\'\\r\'
18997 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18998 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18999 ac_cs_awk_cr='\\r'
19000 else
19001 ac_cs_awk_cr=$ac_cr
19004 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19005 _ACEOF
19009 echo "cat >conf$$subs.awk <<_ACEOF" &&
19010 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19011 echo "_ACEOF"
19012 } >conf$$subs.sh ||
19013 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19014 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19015 ac_delim='%!_!# '
19016 for ac_last_try in false false false false false :; do
19017 . ./conf$$subs.sh ||
19018 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19020 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19021 if test $ac_delim_n = $ac_delim_num; then
19022 break
19023 elif $ac_last_try; then
19024 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19025 else
19026 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19028 done
19029 rm -f conf$$subs.sh
19031 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19032 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19033 _ACEOF
19034 sed -n '
19036 s/^/S["/; s/!.*/"]=/
19039 s/^[^!]*!//
19040 :repl
19041 t repl
19042 s/'"$ac_delim"'$//
19043 t delim
19046 s/\(.\{148\}\)..*/\1/
19047 t more1
19048 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19051 b repl
19052 :more1
19053 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19056 s/.\{148\}//
19057 t nl
19058 :delim
19060 s/\(.\{148\}\)..*/\1/
19061 t more2
19062 s/["\\]/\\&/g; s/^/"/; s/$/"/
19065 :more2
19066 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19069 s/.\{148\}//
19070 t delim
19071 ' <conf$$subs.awk | sed '
19072 /^[^""]/{
19074 s/\n//
19076 ' >>$CONFIG_STATUS || ac_write_fail=1
19077 rm -f conf$$subs.awk
19078 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19079 _ACAWK
19080 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19081 for (key in S) S_is_set[key] = 1
19082 FS = "\a"
19086 line = $ 0
19087 nfields = split(line, field, "@")
19088 substed = 0
19089 len = length(field[1])
19090 for (i = 2; i < nfields; i++) {
19091 key = field[i]
19092 keylen = length(key)
19093 if (S_is_set[key]) {
19094 value = S[key]
19095 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19096 len += length(value) + length(field[++i])
19097 substed = 1
19098 } else
19099 len += 1 + keylen
19102 print line
19105 _ACAWK
19106 _ACEOF
19107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19108 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19109 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19110 else
19112 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19113 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19114 _ACEOF
19116 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19117 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19118 # trailing colons and then remove the whole line if VPATH becomes empty
19119 # (actually we leave an empty line to preserve line numbers).
19120 if test "x$srcdir" = x.; then
19121 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19123 s///
19124 s/^/:/
19125 s/[ ]*$/:/
19126 s/:\$(srcdir):/:/g
19127 s/:\${srcdir}:/:/g
19128 s/:@srcdir@:/:/g
19129 s/^:*//
19130 s/:*$//
19132 s/\(=[ ]*\).*/\1/
19134 s/\n//
19135 s/^[^=]*=[ ]*$//
19139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19140 fi # test -n "$CONFIG_FILES"
19142 # Set up the scripts for CONFIG_HEADERS section.
19143 # No need to generate them if there are no CONFIG_HEADERS.
19144 # This happens for instance with `./config.status Makefile'.
19145 if test -n "$CONFIG_HEADERS"; then
19146 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19147 BEGIN {
19148 _ACEOF
19150 # Transform confdefs.h into an awk script `defines.awk', embedded as
19151 # here-document in config.status, that substitutes the proper values into
19152 # config.h.in to produce config.h.
19154 # Create a delimiter string that does not exist in confdefs.h, to ease
19155 # handling of long lines.
19156 ac_delim='%!_!# '
19157 for ac_last_try in false false :; do
19158 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19159 if test -z "$ac_tt"; then
19160 break
19161 elif $ac_last_try; then
19162 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19163 else
19164 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19166 done
19168 # For the awk script, D is an array of macro values keyed by name,
19169 # likewise P contains macro parameters if any. Preserve backslash
19170 # newline sequences.
19172 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19173 sed -n '
19174 s/.\{148\}/&'"$ac_delim"'/g
19175 t rset
19176 :rset
19177 s/^[ ]*#[ ]*define[ ][ ]*/ /
19178 t def
19180 :def
19181 s/\\$//
19182 t bsnl
19183 s/["\\]/\\&/g
19184 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19185 D["\1"]=" \3"/p
19186 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19188 :bsnl
19189 s/["\\]/\\&/g
19190 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19191 D["\1"]=" \3\\\\\\n"\\/p
19192 t cont
19193 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19194 t cont
19196 :cont
19198 s/.\{148\}/&'"$ac_delim"'/g
19199 t clear
19200 :clear
19201 s/\\$//
19202 t bsnlc
19203 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19205 :bsnlc
19206 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19207 b cont
19208 ' <confdefs.h | sed '
19209 s/'"$ac_delim"'/"\\\
19210 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19212 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19213 for (key in D) D_is_set[key] = 1
19214 FS = "\a"
19216 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19217 line = \$ 0
19218 split(line, arg, " ")
19219 if (arg[1] == "#") {
19220 defundef = arg[2]
19221 mac1 = arg[3]
19222 } else {
19223 defundef = substr(arg[1], 2)
19224 mac1 = arg[2]
19226 split(mac1, mac2, "(") #)
19227 macro = mac2[1]
19228 prefix = substr(line, 1, index(line, defundef) - 1)
19229 if (D_is_set[macro]) {
19230 # Preserve the white space surrounding the "#".
19231 print prefix "define", macro P[macro] D[macro]
19232 next
19233 } else {
19234 # Replace #undef with comments. This is necessary, for example,
19235 # in the case of _POSIX_SOURCE, which is predefined and required
19236 # on some systems where configure will not decide to define it.
19237 if (defundef == "undef") {
19238 print "/*", prefix defundef, macro, "*/"
19239 next
19243 { print }
19244 _ACAWK
19245 _ACEOF
19246 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19247 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19248 fi # test -n "$CONFIG_HEADERS"
19251 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19252 shift
19253 for ac_tag
19255 case $ac_tag in
19256 :[FHLC]) ac_mode=$ac_tag; continue;;
19257 esac
19258 case $ac_mode$ac_tag in
19259 :[FHL]*:*);;
19260 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19261 :[FH]-) ac_tag=-:-;;
19262 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19263 esac
19264 ac_save_IFS=$IFS
19265 IFS=:
19266 set x $ac_tag
19267 IFS=$ac_save_IFS
19268 shift
19269 ac_file=$1
19270 shift
19272 case $ac_mode in
19273 :L) ac_source=$1;;
19274 :[FH])
19275 ac_file_inputs=
19276 for ac_f
19278 case $ac_f in
19279 -) ac_f="$ac_tmp/stdin";;
19280 *) # Look for the file first in the build tree, then in the source tree
19281 # (if the path is not absolute). The absolute path cannot be DOS-style,
19282 # because $ac_f cannot contain `:'.
19283 test -f "$ac_f" ||
19284 case $ac_f in
19285 [\\/$]*) false;;
19286 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19287 esac ||
19288 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19289 esac
19290 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19291 as_fn_append ac_file_inputs " '$ac_f'"
19292 done
19294 # Let's still pretend it is `configure' which instantiates (i.e., don't
19295 # use $as_me), people would be surprised to read:
19296 # /* config.h. Generated by config.status. */
19297 configure_input='Generated from '`
19298 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19299 `' by configure.'
19300 if test x"$ac_file" != x-; then
19301 configure_input="$ac_file. $configure_input"
19302 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19303 $as_echo "$as_me: creating $ac_file" >&6;}
19305 # Neutralize special characters interpreted by sed in replacement strings.
19306 case $configure_input in #(
19307 *\&* | *\|* | *\\* )
19308 ac_sed_conf_input=`$as_echo "$configure_input" |
19309 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19310 *) ac_sed_conf_input=$configure_input;;
19311 esac
19313 case $ac_tag in
19314 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19315 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19316 esac
19318 esac
19320 ac_dir=`$as_dirname -- "$ac_file" ||
19321 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19322 X"$ac_file" : 'X\(//\)[^/]' \| \
19323 X"$ac_file" : 'X\(//\)$' \| \
19324 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19325 $as_echo X"$ac_file" |
19326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19327 s//\1/
19330 /^X\(\/\/\)[^/].*/{
19331 s//\1/
19334 /^X\(\/\/\)$/{
19335 s//\1/
19338 /^X\(\/\).*/{
19339 s//\1/
19342 s/.*/./; q'`
19343 as_dir="$ac_dir"; as_fn_mkdir_p
19344 ac_builddir=.
19346 case "$ac_dir" in
19347 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19349 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19350 # A ".." for each directory in $ac_dir_suffix.
19351 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19352 case $ac_top_builddir_sub in
19353 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19354 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19355 esac ;;
19356 esac
19357 ac_abs_top_builddir=$ac_pwd
19358 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19359 # for backward compatibility:
19360 ac_top_builddir=$ac_top_build_prefix
19362 case $srcdir in
19363 .) # We are building in place.
19364 ac_srcdir=.
19365 ac_top_srcdir=$ac_top_builddir_sub
19366 ac_abs_top_srcdir=$ac_pwd ;;
19367 [\\/]* | ?:[\\/]* ) # Absolute name.
19368 ac_srcdir=$srcdir$ac_dir_suffix;
19369 ac_top_srcdir=$srcdir
19370 ac_abs_top_srcdir=$srcdir ;;
19371 *) # Relative name.
19372 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19373 ac_top_srcdir=$ac_top_build_prefix$srcdir
19374 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19375 esac
19376 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19379 case $ac_mode in
19382 # CONFIG_FILE
19385 _ACEOF
19387 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19388 # If the template does not know about datarootdir, expand it.
19389 # FIXME: This hack should be removed a few years after 2.60.
19390 ac_datarootdir_hack=; ac_datarootdir_seen=
19391 ac_sed_dataroot='
19392 /datarootdir/ {
19396 /@datadir@/p
19397 /@docdir@/p
19398 /@infodir@/p
19399 /@localedir@/p
19400 /@mandir@/p'
19401 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19402 *datarootdir*) ac_datarootdir_seen=yes;;
19403 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19404 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19405 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19406 _ACEOF
19407 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19408 ac_datarootdir_hack='
19409 s&@datadir@&$datadir&g
19410 s&@docdir@&$docdir&g
19411 s&@infodir@&$infodir&g
19412 s&@localedir@&$localedir&g
19413 s&@mandir@&$mandir&g
19414 s&\\\${datarootdir}&$datarootdir&g' ;;
19415 esac
19416 _ACEOF
19418 # Neutralize VPATH when `$srcdir' = `.'.
19419 # Shell code in configure.ac might set extrasub.
19420 # FIXME: do we really want to maintain this feature?
19421 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19422 ac_sed_extra="$ac_vpsub
19423 $extrasub
19424 _ACEOF
19425 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19427 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19428 s|@configure_input@|$ac_sed_conf_input|;t t
19429 s&@top_builddir@&$ac_top_builddir_sub&;t t
19430 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19431 s&@srcdir@&$ac_srcdir&;t t
19432 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19433 s&@top_srcdir@&$ac_top_srcdir&;t t
19434 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19435 s&@builddir@&$ac_builddir&;t t
19436 s&@abs_builddir@&$ac_abs_builddir&;t t
19437 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19438 $ac_datarootdir_hack
19440 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19441 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19443 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19444 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19445 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19446 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19448 which seems to be undefined. Please make sure it is defined" >&5
19449 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19450 which seems to be undefined. Please make sure it is defined" >&2;}
19452 rm -f "$ac_tmp/stdin"
19453 case $ac_file in
19454 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19455 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19456 esac \
19457 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19461 # CONFIG_HEADER
19463 if test x"$ac_file" != x-; then
19465 $as_echo "/* $configure_input */" \
19466 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19467 } >"$ac_tmp/config.h" \
19468 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19469 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19470 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19471 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19472 else
19473 rm -f "$ac_file"
19474 mv "$ac_tmp/config.h" "$ac_file" \
19475 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19477 else
19478 $as_echo "/* $configure_input */" \
19479 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19480 || as_fn_error $? "could not create -" "$LINENO" 5
19485 # CONFIG_LINK
19488 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19490 else
19491 # Prefer the file from the source tree if names are identical.
19492 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19493 ac_source=$srcdir/$ac_source
19496 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19497 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19499 if test ! -r "$ac_source"; then
19500 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19502 rm -f "$ac_file"
19504 # Try a relative symlink, then a hard link, then a copy.
19505 case $ac_source in
19506 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19507 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19508 esac
19509 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19510 ln "$ac_source" "$ac_file" 2>/dev/null ||
19511 cp -p "$ac_source" "$ac_file" ||
19512 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19515 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19516 $as_echo "$as_me: executing $ac_file commands" >&6;}
19518 esac
19521 case $ac_file$ac_mode in
19522 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19523 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19524 "Makefile":C) wine_fn_output_makefile Makefile ;;
19525 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19527 esac
19528 done # for ac_tag
19531 as_fn_exit 0
19532 _ACEOF
19533 ac_clean_files=$ac_clean_files_save
19535 test $ac_write_fail = 0 ||
19536 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19539 # configure is writing to config.log, and then calls config.status.
19540 # config.status does its own redirection, appending to config.log.
19541 # Unfortunately, on DOS this fails, as config.log is still kept open
19542 # by configure, so config.status won't be able to write to it; its
19543 # output is simply discarded. So we exec the FD to /dev/null,
19544 # effectively closing config.log, so it can be properly (re)opened and
19545 # appended to by config.status. When coming back to configure, we
19546 # need to make the FD available again.
19547 if test "$no_create" != yes; then
19548 ac_cs_success=:
19549 ac_config_status_args=
19550 test "$silent" = yes &&
19551 ac_config_status_args="$ac_config_status_args --quiet"
19552 exec 5>/dev/null
19553 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19554 exec 5>>config.log
19555 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19556 # would make configure fail if this is the last instruction.
19557 $ac_cs_success || as_fn_exit 1
19559 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19561 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19565 if test "$no_create" = "yes"
19566 then
19567 exit 0
19570 ac_save_IFS="$IFS"
19571 if test "x$wine_notices != "x; then
19572 echo >&6
19573 IFS="|"
19574 for msg in $wine_notices; do
19575 IFS="$ac_save_IFS"
19576 if ${msg:+false} :; then :
19578 else
19579 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19580 $as_echo "$as_me: $msg" >&6;}
19582 done
19584 IFS="|"
19585 for msg in $wine_warnings; do
19586 IFS="$ac_save_IFS"
19587 if ${msg:+false} :; then :
19589 else
19590 echo >&2
19591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19592 $as_echo "$as_me: WARNING: $msg" >&2;}
19594 done
19595 IFS="$ac_save_IFS"
19597 $as_echo "
19598 $as_me: Finished. Do '${ac_make}' to compile Wine.
19599 " >&6