advapi32: Fix the FILE_DIR_DISALLOWED spelling.
[wine.git] / configure
blob291966b5e89e986ffd981ba54f70ff639197a300
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.55.
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.55'
584 PACKAGE_STRING='Wine 1.7.55'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 WINELOADER_INSTALL
628 LINGUAS
629 ALL_VARS_RULES
630 LDAP_LIBS
631 RT_LIBS
632 POLL_LIBS
633 DL_LIBS
634 TOOLSEXT
635 UNWINDFLAGS
636 EXCESS_PRECISION_CFLAGS
637 BUILTINFLAG
638 EXTRACFLAGS
639 PROCSTAT_LIBS
640 KSTAT_LIBS
641 MPG123_LIBS
642 MPG123_CFLAGS
643 TIFF_LIBS
644 TIFF_CFLAGS
645 PNG_LIBS
646 PNG_CFLAGS
647 JPEG_LIBS
648 JPEG_CFLAGS
649 FONTCONFIG_LIBS
650 FONTCONFIG_CFLAGS
651 CUPS_CFLAGS
652 CAPI20_LIBS
653 CAPI20_CFLAGS
654 OSS4_CFLAGS
655 ALSA_LIBS
656 GSTREAMER_LIBS
657 GSTREAMER_CFLAGS
658 PULSE_LIBS
659 PULSE_CFLAGS
660 GETTEXTPO_LIBS
661 Z_LIBS
662 FREETYPE_LIBS
663 FREETYPE_CFLAGS
664 LCMS2_LIBS
665 LCMS2_CFLAGS
666 RESOLV_LIBS
667 GPHOTO2_PORT_LIBS
668 GPHOTO2_PORT_CFLAGS
669 GPHOTO2_LIBS
670 GPHOTO2_CFLAGS
671 SANE_LIBS
672 SANE_CFLAGS
673 GNUTLS_LIBS
674 GNUTLS_CFLAGS
675 HAL_LIBS
676 HAL_CFLAGS
677 DBUS_LIBS
678 DBUS_CFLAGS
679 XSLT_LIBS
680 XSLT_CFLAGS
681 XML2_LIBS
682 XML2_CFLAGS
683 PCAP_LIBS
684 X_EXTRA_LIBS
685 X_LIBS
686 X_PRE_LIBS
687 X_CFLAGS
688 XMKMF
689 PTHREAD_LIBS
690 CROSSCC
691 CROSSTARGET
692 PRELINK
693 WINELOADER_DEPENDS
694 CARBON_LIBS
695 QUICKTIME_LIBS
696 OPENCL_LIBS
697 OPENAL_LIBS
698 COREAUDIO_LIBS
699 SECURITY_LIBS
700 DISKARBITRATION_LIBS
701 APPKIT_LIBS
702 CORESERVICES_LIBS
703 APPLICATIONSERVICES_LIBS
704 FORCEFEEDBACK_LIBS
705 IOKIT_LIBS
706 COREFOUNDATION_LIBS
707 LIBWINE_DEPENDS
708 LIBWINE_LDFLAGS
709 LIBWINE_INSTALL_DEV
710 LIBWINE_INSTALL_LIB
711 LIBWINE_IMPORTLIB
712 LIBWINE_SHAREDLIB
713 SOCKET_LIBS
714 DLLTOOL
715 WINELOADER_PROGRAMS
716 ALL_TEST_RESOURCES
717 READELF
718 OTOOL
720 LDEXECFLAGS
721 LDRPATH_LOCAL
722 LDRPATH_INSTALL
723 DLLFLAGS
724 dlldir
726 OPENGL_LIBS
727 ICOTOOL
728 CONVERT
729 RSVG
730 FONTFORGE
731 PKG_CONFIG
732 MSGFMT
733 LDCONFIG
734 EGREP
735 GREP
736 LN_S
737 RANLIB
738 ARFLAGS
739 STRIP
740 ac_ct_AR
742 BISON
743 FLEX
744 TOOLSDIR
745 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 target_alias
768 host_alias
769 build_alias
770 LIBS
771 ECHO_T
772 ECHO_N
773 ECHO_C
774 DEFS
775 mandir
776 localedir
777 libdir
778 psdir
779 pdfdir
780 dvidir
781 htmldir
782 infodir
783 docdir
784 oldincludedir
785 includedir
786 runstatedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_URL
799 PACKAGE_BUGREPORT
800 PACKAGE_STRING
801 PACKAGE_VERSION
802 PACKAGE_TARNAME
803 PACKAGE_NAME
804 PATH_SEPARATOR
805 SHELL'
806 ac_subst_files=''
807 ac_user_opts='
808 enable_option_checking
809 enable_win16
810 enable_win64
811 enable_tests
812 enable_maintainer_mode
813 with_alsa
814 with_capi
815 with_cms
816 with_coreaudio
817 with_cups
818 with_curses
819 with_dbus
820 with_fontconfig
821 with_freetype
822 with_gettext
823 with_gettextpo
824 with_gphoto
825 with_glu
826 with_gnutls
827 with_gsm
828 with_gstreamer
829 with_hal
830 with_jpeg
831 with_ldap
832 with_mpg123
833 with_netapi
834 with_openal
835 with_opencl
836 with_opengl
837 with_osmesa
838 with_oss
839 with_pcap
840 with_png
841 with_pthread
842 with_pulse
843 with_sane
844 with_tiff
845 with_v4l
846 with_xcomposite
847 with_xcursor
848 with_xinerama
849 with_xinput
850 with_xinput2
851 with_xml
852 with_xrandr
853 with_xrender
854 with_xshape
855 with_xshm
856 with_xslt
857 with_xxf86vm
858 with_zlib
859 with_wine_tools
860 with_wine64
861 enable_largefile
862 with_x
863 enable_acledit
864 enable_aclui
865 enable_activeds
866 enable_actxprxy
867 enable_advapi32
868 enable_advpack
869 enable_amstream
870 enable_api_ms_win_core_com_l1_1_0
871 enable_api_ms_win_core_console_l1_1_0
872 enable_api_ms_win_core_datetime_l1_1_0
873 enable_api_ms_win_core_datetime_l1_1_1
874 enable_api_ms_win_core_debug_l1_1_0
875 enable_api_ms_win_core_debug_l1_1_1
876 enable_api_ms_win_core_errorhandling_l1_1_0
877 enable_api_ms_win_core_errorhandling_l1_1_1
878 enable_api_ms_win_core_errorhandling_l1_1_2
879 enable_api_ms_win_core_fibers_l1_1_0
880 enable_api_ms_win_core_fibers_l1_1_1
881 enable_api_ms_win_core_file_l1_1_0
882 enable_api_ms_win_core_file_l1_2_0
883 enable_api_ms_win_core_file_l2_1_0
884 enable_api_ms_win_core_file_l2_1_1
885 enable_api_ms_win_core_handle_l1_1_0
886 enable_api_ms_win_core_heap_l1_1_0
887 enable_api_ms_win_core_heap_l1_2_0
888 enable_api_ms_win_core_heap_obsolete_l1_1_0
889 enable_api_ms_win_core_interlocked_l1_1_0
890 enable_api_ms_win_core_interlocked_l1_2_0
891 enable_api_ms_win_core_io_l1_1_1
892 enable_api_ms_win_core_kernel32_legacy_l1_1_0
893 enable_api_ms_win_core_libraryloader_l1_1_0
894 enable_api_ms_win_core_libraryloader_l1_1_1
895 enable_api_ms_win_core_localization_l1_2_0
896 enable_api_ms_win_core_localization_l1_2_1
897 enable_api_ms_win_core_localization_obsolete_l1_1_0
898 enable_api_ms_win_core_localregistry_l1_1_0
899 enable_api_ms_win_core_memory_l1_1_0
900 enable_api_ms_win_core_memory_l1_1_1
901 enable_api_ms_win_core_misc_l1_1_0
902 enable_api_ms_win_core_namedpipe_l1_1_0
903 enable_api_ms_win_core_namedpipe_l1_2_0
904 enable_api_ms_win_core_processenvironment_l1_1_0
905 enable_api_ms_win_core_processenvironment_l1_2_0
906 enable_api_ms_win_core_processthreads_l1_1_0
907 enable_api_ms_win_core_processthreads_l1_1_1
908 enable_api_ms_win_core_processthreads_l1_1_2
909 enable_api_ms_win_core_profile_l1_1_0
910 enable_api_ms_win_core_psapi_l1_1_0
911 enable_api_ms_win_core_registry_l1_1_0
912 enable_api_ms_win_core_rtlsupport_l1_1_0
913 enable_api_ms_win_core_rtlsupport_l1_2_0
914 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
915 enable_api_ms_win_core_string_l1_1_0
916 enable_api_ms_win_core_synch_l1_1_0
917 enable_api_ms_win_core_synch_l1_2_0
918 enable_api_ms_win_core_sysinfo_l1_1_0
919 enable_api_ms_win_core_sysinfo_l1_2_0
920 enable_api_ms_win_core_sysinfo_l1_2_1
921 enable_api_ms_win_core_threadpool_legacy_l1_1_0
922 enable_api_ms_win_core_timezone_l1_1_0
923 enable_api_ms_win_core_url_l1_1_0
924 enable_api_ms_win_core_util_l1_1_0
925 enable_api_ms_win_core_winrt_error_l1_1_0
926 enable_api_ms_win_core_winrt_error_l1_1_1
927 enable_api_ms_win_core_winrt_l1_1_0
928 enable_api_ms_win_core_winrt_string_l1_1_0
929 enable_api_ms_win_core_xstate_l2_1_0
930 enable_api_ms_win_crt_conio_l1_1_0
931 enable_api_ms_win_crt_convert_l1_1_0
932 enable_api_ms_win_crt_environment_l1_1_0
933 enable_api_ms_win_crt_filesystem_l1_1_0
934 enable_api_ms_win_crt_heap_l1_1_0
935 enable_api_ms_win_crt_locale_l1_1_0
936 enable_api_ms_win_crt_math_l1_1_0
937 enable_api_ms_win_crt_multibyte_l1_1_0
938 enable_api_ms_win_crt_private_l1_1_0
939 enable_api_ms_win_crt_process_l1_1_0
940 enable_api_ms_win_crt_runtime_l1_1_0
941 enable_api_ms_win_crt_stdio_l1_1_0
942 enable_api_ms_win_crt_string_l1_1_0
943 enable_api_ms_win_crt_time_l1_1_0
944 enable_api_ms_win_crt_utility_l1_1_0
945 enable_api_ms_win_downlevel_advapi32_l1_1_0
946 enable_api_ms_win_downlevel_advapi32_l2_1_0
947 enable_api_ms_win_downlevel_normaliz_l1_1_0
948 enable_api_ms_win_downlevel_ole32_l1_1_0
949 enable_api_ms_win_downlevel_shell32_l1_1_0
950 enable_api_ms_win_downlevel_shlwapi_l1_1_0
951 enable_api_ms_win_downlevel_shlwapi_l2_1_0
952 enable_api_ms_win_downlevel_user32_l1_1_0
953 enable_api_ms_win_downlevel_version_l1_1_0
954 enable_api_ms_win_eventing_provider_l1_1_0
955 enable_api_ms_win_ntuser_dc_access_l1_1_0
956 enable_api_ms_win_security_base_l1_1_0
957 enable_api_ms_win_security_base_l1_2_0
958 enable_api_ms_win_security_sddl_l1_1_0
959 enable_api_ms_win_service_core_l1_1_1
960 enable_api_ms_win_service_management_l1_1_0
961 enable_api_ms_win_service_winsvc_l1_2_0
962 enable_apphelp
963 enable_appwiz_cpl
964 enable_atl
965 enable_atl100
966 enable_atl110
967 enable_atl80
968 enable_atl90
969 enable_authz
970 enable_avicap32
971 enable_avifil32
972 enable_avrt
973 enable_bcrypt
974 enable_bluetoothapis
975 enable_browseui
976 enable_bthprops_cpl
977 enable_cabinet
978 enable_capi2032
979 enable_cards
980 enable_cfgmgr32
981 enable_clusapi
982 enable_combase
983 enable_comcat
984 enable_comctl32
985 enable_comdlg32
986 enable_compstui
987 enable_comsvcs
988 enable_connect
989 enable_credui
990 enable_crtdll
991 enable_crypt32
992 enable_cryptdlg
993 enable_cryptdll
994 enable_cryptext
995 enable_cryptnet
996 enable_cryptui
997 enable_ctapi32
998 enable_ctl3d32
999 enable_d2d1
1000 enable_d3d10
1001 enable_d3d10_1
1002 enable_d3d10core
1003 enable_d3d11
1004 enable_d3d8
1005 enable_d3d9
1006 enable_d3dcompiler_33
1007 enable_d3dcompiler_34
1008 enable_d3dcompiler_35
1009 enable_d3dcompiler_36
1010 enable_d3dcompiler_37
1011 enable_d3dcompiler_38
1012 enable_d3dcompiler_39
1013 enable_d3dcompiler_40
1014 enable_d3dcompiler_41
1015 enable_d3dcompiler_42
1016 enable_d3dcompiler_43
1017 enable_d3dcompiler_46
1018 enable_d3dcompiler_47
1019 enable_d3dim
1020 enable_d3drm
1021 enable_d3dx10_33
1022 enable_d3dx10_34
1023 enable_d3dx10_35
1024 enable_d3dx10_36
1025 enable_d3dx10_37
1026 enable_d3dx10_38
1027 enable_d3dx10_39
1028 enable_d3dx10_40
1029 enable_d3dx10_41
1030 enable_d3dx10_42
1031 enable_d3dx10_43
1032 enable_d3dx11_42
1033 enable_d3dx11_43
1034 enable_d3dx9_24
1035 enable_d3dx9_25
1036 enable_d3dx9_26
1037 enable_d3dx9_27
1038 enable_d3dx9_28
1039 enable_d3dx9_29
1040 enable_d3dx9_30
1041 enable_d3dx9_31
1042 enable_d3dx9_32
1043 enable_d3dx9_33
1044 enable_d3dx9_34
1045 enable_d3dx9_35
1046 enable_d3dx9_36
1047 enable_d3dx9_37
1048 enable_d3dx9_38
1049 enable_d3dx9_39
1050 enable_d3dx9_40
1051 enable_d3dx9_41
1052 enable_d3dx9_42
1053 enable_d3dx9_43
1054 enable_d3dxof
1055 enable_davclnt
1056 enable_dbgeng
1057 enable_dbghelp
1058 enable_dciman32
1059 enable_ddraw
1060 enable_ddrawex
1061 enable_devenum
1062 enable_dhcpcsvc
1063 enable_difxapi
1064 enable_dinput
1065 enable_dinput8
1066 enable_dispex
1067 enable_dmband
1068 enable_dmcompos
1069 enable_dmime
1070 enable_dmloader
1071 enable_dmscript
1072 enable_dmstyle
1073 enable_dmsynth
1074 enable_dmusic
1075 enable_dmusic32
1076 enable_dnsapi
1077 enable_dplay
1078 enable_dplayx
1079 enable_dpnaddr
1080 enable_dpnet
1081 enable_dpnhpast
1082 enable_dpnlobby
1083 enable_dpvoice
1084 enable_dpwsockx
1085 enable_drmclien
1086 enable_dsound
1087 enable_dssenh
1088 enable_dswave
1089 enable_dwmapi
1090 enable_dwrite
1091 enable_dxdiagn
1092 enable_dxgi
1093 enable_dxva2
1094 enable_esent
1095 enable_evr
1096 enable_explorerframe
1097 enable_ext_ms_win_gdi_devcaps_l1_1_0
1098 enable_faultrep
1099 enable_fltlib
1100 enable_fltmgr_sys
1101 enable_fntcache
1102 enable_fontsub
1103 enable_fusion
1104 enable_fwpuclnt
1105 enable_gameux
1106 enable_gdi32
1107 enable_gdiplus
1108 enable_glu32
1109 enable_gphoto2_ds
1110 enable_gpkcsp
1111 enable_hal
1112 enable_hhctrl_ocx
1113 enable_hid
1114 enable_hidclass_sys
1115 enable_hlink
1116 enable_hnetcfg
1117 enable_httpapi
1118 enable_iccvid
1119 enable_icmp
1120 enable_ieframe
1121 enable_imaadp32_acm
1122 enable_imagehlp
1123 enable_imm32
1124 enable_inetcomm
1125 enable_inetcpl_cpl
1126 enable_inetmib1
1127 enable_infosoft
1128 enable_initpki
1129 enable_inkobj
1130 enable_inseng
1131 enable_iphlpapi
1132 enable_itircl
1133 enable_itss
1134 enable_joy_cpl
1135 enable_jscript
1136 enable_jsproxy
1137 enable_kernel32
1138 enable_ksuser
1139 enable_ktmw32
1140 enable_loadperf
1141 enable_localspl
1142 enable_localui
1143 enable_lz32
1144 enable_mapi32
1145 enable_mapistub
1146 enable_mciavi32
1147 enable_mcicda
1148 enable_mciqtz32
1149 enable_mciseq
1150 enable_mciwave
1151 enable_mf
1152 enable_mfplat
1153 enable_mfreadwrite
1154 enable_mgmtapi
1155 enable_midimap
1156 enable_mlang
1157 enable_mmcndmgr
1158 enable_mmdevapi
1159 enable_mountmgr_sys
1160 enable_mpr
1161 enable_mprapi
1162 enable_msacm32_drv
1163 enable_msacm32
1164 enable_msadp32_acm
1165 enable_msasn1
1166 enable_mscat32
1167 enable_mscms
1168 enable_mscoree
1169 enable_msctf
1170 enable_msctfp
1171 enable_msdaps
1172 enable_msdelta
1173 enable_msdmo
1174 enable_msftedit
1175 enable_msg711_acm
1176 enable_msgsm32_acm
1177 enable_mshtml_tlb
1178 enable_mshtml
1179 enable_msi
1180 enable_msident
1181 enable_msimg32
1182 enable_msimsg
1183 enable_msimtf
1184 enable_msisip
1185 enable_msisys_ocx
1186 enable_msls31
1187 enable_msnet32
1188 enable_mspatcha
1189 enable_msrle32
1190 enable_msscript_ocx
1191 enable_mssign32
1192 enable_mssip32
1193 enable_mstask
1194 enable_msvcirt
1195 enable_msvcm80
1196 enable_msvcm90
1197 enable_msvcp100
1198 enable_msvcp110
1199 enable_msvcp120
1200 enable_msvcp120_app
1201 enable_msvcp60
1202 enable_msvcp70
1203 enable_msvcp71
1204 enable_msvcp80
1205 enable_msvcp90
1206 enable_msvcr100
1207 enable_msvcr110
1208 enable_msvcr120
1209 enable_msvcr120_app
1210 enable_msvcr70
1211 enable_msvcr71
1212 enable_msvcr80
1213 enable_msvcr90
1214 enable_msvcrt
1215 enable_msvcrt20
1216 enable_msvcrt40
1217 enable_msvcrtd
1218 enable_msvfw32
1219 enable_msvidc32
1220 enable_mswsock
1221 enable_msxml
1222 enable_msxml2
1223 enable_msxml3
1224 enable_msxml4
1225 enable_msxml6
1226 enable_nddeapi
1227 enable_ndis_sys
1228 enable_netapi32
1229 enable_netcfgx
1230 enable_netprofm
1231 enable_newdev
1232 enable_normaliz
1233 enable_npmshtml
1234 enable_npptools
1235 enable_ntdll
1236 enable_ntdsapi
1237 enable_ntoskrnl_exe
1238 enable_ntprint
1239 enable_objsel
1240 enable_odbc32
1241 enable_odbccp32
1242 enable_odbccu32
1243 enable_ole32
1244 enable_oleacc
1245 enable_oleaut32
1246 enable_olecli32
1247 enable_oledb32
1248 enable_oledlg
1249 enable_olepro32
1250 enable_olesvr32
1251 enable_olethk32
1252 enable_openal32
1253 enable_opencl
1254 enable_opengl32
1255 enable_packager
1256 enable_pdh
1257 enable_photometadatahandler
1258 enable_pidgen
1259 enable_powrprof
1260 enable_printui
1261 enable_prntvpt
1262 enable_propsys
1263 enable_psapi
1264 enable_pstorec
1265 enable_qcap
1266 enable_qedit
1267 enable_qmgr
1268 enable_qmgrprxy
1269 enable_quartz
1270 enable_query
1271 enable_rasapi32
1272 enable_rasdlg
1273 enable_regapi
1274 enable_resutils
1275 enable_riched20
1276 enable_riched32
1277 enable_rpcrt4
1278 enable_rsabase
1279 enable_rsaenh
1280 enable_rstrtmgr
1281 enable_rtutils
1282 enable_samlib
1283 enable_sane_ds
1284 enable_scarddlg
1285 enable_sccbase
1286 enable_schannel
1287 enable_schedsvc
1288 enable_scrrun
1289 enable_scsiport_sys
1290 enable_secur32
1291 enable_security
1292 enable_sensapi
1293 enable_serialui
1294 enable_setupapi
1295 enable_sfc
1296 enable_sfc_os
1297 enable_shdoclc
1298 enable_shdocvw
1299 enable_shell32
1300 enable_shfolder
1301 enable_shlwapi
1302 enable_slbcsp
1303 enable_slc
1304 enable_snmpapi
1305 enable_softpub
1306 enable_spoolss
1307 enable_stdole2_tlb
1308 enable_stdole32_tlb
1309 enable_sti
1310 enable_svrapi
1311 enable_sxs
1312 enable_t2embed
1313 enable_tapi32
1314 enable_taskschd
1315 enable_traffic
1316 enable_twain_32
1317 enable_ucrtbase
1318 enable_unicows
1319 enable_updspapi
1320 enable_url
1321 enable_urlmon
1322 enable_usbd_sys
1323 enable_user32
1324 enable_userenv
1325 enable_usp10
1326 enable_uxtheme
1327 enable_vbscript
1328 enable_vcomp
1329 enable_vcomp100
1330 enable_vcomp110
1331 enable_vcomp120
1332 enable_vcomp90
1333 enable_vcruntime140
1334 enable_vdmdbg
1335 enable_version
1336 enable_vssapi
1337 enable_wbemdisp
1338 enable_wbemprox
1339 enable_webservices
1340 enable_wer
1341 enable_wevtapi
1342 enable_wiaservc
1343 enable_wimgapi
1344 enable_windowscodecs
1345 enable_windowscodecsext
1346 enable_winealsa_drv
1347 enable_winecoreaudio_drv
1348 enable_wined3d
1349 enable_winegstreamer
1350 enable_winejoystick_drv
1351 enable_winemac_drv
1352 enable_winemapi
1353 enable_winemp3_acm
1354 enable_wineoss_drv
1355 enable_wineps_drv
1356 enable_winepulse_drv
1357 enable_wineqtdecoder
1358 enable_winex11_drv
1359 enable_wing32
1360 enable_winhttp
1361 enable_wininet
1362 enable_winmm
1363 enable_winnls32
1364 enable_winscard
1365 enable_winspool_drv
1366 enable_winsta
1367 enable_wintab32
1368 enable_wintrust
1369 enable_wlanapi
1370 enable_wldap32
1371 enable_wmi
1372 enable_wmiutils
1373 enable_wmp
1374 enable_wmvcore
1375 enable_wnaspi32
1376 enable_wpcap
1377 enable_ws2_32
1378 enable_wshom_ocx
1379 enable_wsnmp32
1380 enable_wsock32
1381 enable_wtsapi32
1382 enable_wuapi
1383 enable_wuaueng
1384 enable_x3daudio1_0
1385 enable_x3daudio1_1
1386 enable_x3daudio1_2
1387 enable_x3daudio1_3
1388 enable_x3daudio1_4
1389 enable_x3daudio1_5
1390 enable_x3daudio1_6
1391 enable_x3daudio1_7
1392 enable_xapofx1_1
1393 enable_xapofx1_2
1394 enable_xapofx1_3
1395 enable_xapofx1_4
1396 enable_xapofx1_5
1397 enable_xaudio2_0
1398 enable_xaudio2_1
1399 enable_xaudio2_2
1400 enable_xaudio2_3
1401 enable_xaudio2_4
1402 enable_xaudio2_5
1403 enable_xaudio2_6
1404 enable_xaudio2_7
1405 enable_xaudio2_8
1406 enable_xinput1_1
1407 enable_xinput1_2
1408 enable_xinput1_3
1409 enable_xinput1_4
1410 enable_xinput9_1_0
1411 enable_xmllite
1412 enable_xolehlp
1413 enable_xpsprint
1414 enable_xpssvcs
1415 enable_fonts
1416 enable_include
1417 enable_libs_port
1418 enable_libs_wine
1419 enable_libs_wpp
1420 enable_loader
1421 enable_arp
1422 enable_aspnet_regiis
1423 enable_attrib
1424 enable_cabarc
1425 enable_cacls
1426 enable_clock
1427 enable_cmd
1428 enable_conhost
1429 enable_control
1430 enable_cscript
1431 enable_dpnsvr
1432 enable_dxdiag
1433 enable_eject
1434 enable_expand
1435 enable_explorer
1436 enable_extrac32
1437 enable_findstr
1438 enable_hh
1439 enable_hostname
1440 enable_icinfo
1441 enable_iexplore
1442 enable_ipconfig
1443 enable_lodctr
1444 enable_mofcomp
1445 enable_mshta
1446 enable_msiexec
1447 enable_net
1448 enable_netsh
1449 enable_netstat
1450 enable_ngen
1451 enable_notepad
1452 enable_oleview
1453 enable_ping
1454 enable_plugplay
1455 enable_presentationfontcache
1456 enable_progman
1457 enable_reg
1458 enable_regasm
1459 enable_regedit
1460 enable_regsvcs
1461 enable_regsvr32
1462 enable_rpcss
1463 enable_rundll32
1464 enable_sc
1465 enable_schtasks
1466 enable_sdbinst
1467 enable_secedit
1468 enable_servicemodelreg
1469 enable_services
1470 enable_spoolsv
1471 enable_start
1472 enable_svchost
1473 enable_systeminfo
1474 enable_taskkill
1475 enable_tasklist
1476 enable_taskmgr
1477 enable_termsv
1478 enable_uninstaller
1479 enable_unlodctr
1480 enable_view
1481 enable_wevtutil
1482 enable_wineboot
1483 enable_winebrowser
1484 enable_winecfg
1485 enable_wineconsole
1486 enable_winedbg
1487 enable_winedevice
1488 enable_winefile
1489 enable_winemenubuilder
1490 enable_winemine
1491 enable_winemsibuilder
1492 enable_winepath
1493 enable_winetest
1494 enable_winhlp32
1495 enable_winver
1496 enable_wmic
1497 enable_wmplayer
1498 enable_wordpad
1499 enable_write
1500 enable_wscript
1501 enable_wusa
1502 enable_xcopy
1503 enable_server
1504 enable_tools
1506 ac_precious_vars='build_alias
1507 host_alias
1508 target_alias
1510 CFLAGS
1511 LDFLAGS
1512 LIBS
1513 CPPFLAGS
1515 CXXFLAGS
1518 XMKMF
1519 XML2_CFLAGS
1520 XML2_LIBS
1521 XSLT_CFLAGS
1522 XSLT_LIBS
1523 DBUS_CFLAGS
1524 DBUS_LIBS
1525 HAL_CFLAGS
1526 HAL_LIBS
1527 GNUTLS_CFLAGS
1528 GNUTLS_LIBS
1529 SANE_CFLAGS
1530 SANE_LIBS
1531 GPHOTO2_CFLAGS
1532 GPHOTO2_LIBS
1533 GPHOTO2_PORT_CFLAGS
1534 GPHOTO2_PORT_LIBS
1535 LCMS2_CFLAGS
1536 LCMS2_LIBS
1537 FREETYPE_CFLAGS
1538 FREETYPE_LIBS
1539 PULSE_CFLAGS
1540 PULSE_LIBS
1541 GSTREAMER_CFLAGS
1542 GSTREAMER_LIBS
1543 CAPI20_CFLAGS
1544 CAPI20_LIBS
1545 FONTCONFIG_CFLAGS
1546 FONTCONFIG_LIBS
1547 JPEG_CFLAGS
1548 JPEG_LIBS
1549 PNG_CFLAGS
1550 PNG_LIBS
1551 TIFF_CFLAGS
1552 TIFF_LIBS
1553 MPG123_CFLAGS
1554 MPG123_LIBS'
1557 # Initialize some variables set by options.
1558 ac_init_help=
1559 ac_init_version=false
1560 ac_unrecognized_opts=
1561 ac_unrecognized_sep=
1562 # The variables have the same names as the options, with
1563 # dashes changed to underlines.
1564 cache_file=/dev/null
1565 exec_prefix=NONE
1566 no_create=
1567 no_recursion=
1568 prefix=NONE
1569 program_prefix=NONE
1570 program_suffix=NONE
1571 program_transform_name=s,x,x,
1572 silent=
1573 site=
1574 srcdir=
1575 verbose=
1576 x_includes=NONE
1577 x_libraries=NONE
1579 # Installation directory options.
1580 # These are left unexpanded so users can "make install exec_prefix=/foo"
1581 # and all the variables that are supposed to be based on exec_prefix
1582 # by default will actually change.
1583 # Use braces instead of parens because sh, perl, etc. also accept them.
1584 # (The list follows the same order as the GNU Coding Standards.)
1585 bindir='${exec_prefix}/bin'
1586 sbindir='${exec_prefix}/sbin'
1587 libexecdir='${exec_prefix}/libexec'
1588 datarootdir='${prefix}/share'
1589 datadir='${datarootdir}'
1590 sysconfdir='${prefix}/etc'
1591 sharedstatedir='${prefix}/com'
1592 localstatedir='${prefix}/var'
1593 runstatedir='${localstatedir}/run'
1594 includedir='${prefix}/include'
1595 oldincludedir='/usr/include'
1596 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1597 infodir='${datarootdir}/info'
1598 htmldir='${docdir}'
1599 dvidir='${docdir}'
1600 pdfdir='${docdir}'
1601 psdir='${docdir}'
1602 libdir='${exec_prefix}/lib'
1603 localedir='${datarootdir}/locale'
1604 mandir='${datarootdir}/man'
1606 ac_prev=
1607 ac_dashdash=
1608 for ac_option
1610 # If the previous option needs an argument, assign it.
1611 if test -n "$ac_prev"; then
1612 eval $ac_prev=\$ac_option
1613 ac_prev=
1614 continue
1617 case $ac_option in
1618 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1619 *=) ac_optarg= ;;
1620 *) ac_optarg=yes ;;
1621 esac
1623 # Accept the important Cygnus configure options, so we can diagnose typos.
1625 case $ac_dashdash$ac_option in
1627 ac_dashdash=yes ;;
1629 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1630 ac_prev=bindir ;;
1631 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1632 bindir=$ac_optarg ;;
1634 -build | --build | --buil | --bui | --bu)
1635 ac_prev=build_alias ;;
1636 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1637 build_alias=$ac_optarg ;;
1639 -cache-file | --cache-file | --cache-fil | --cache-fi \
1640 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1641 ac_prev=cache_file ;;
1642 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1643 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1644 cache_file=$ac_optarg ;;
1646 --config-cache | -C)
1647 cache_file=config.cache ;;
1649 -datadir | --datadir | --datadi | --datad)
1650 ac_prev=datadir ;;
1651 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1652 datadir=$ac_optarg ;;
1654 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1655 | --dataroo | --dataro | --datar)
1656 ac_prev=datarootdir ;;
1657 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1658 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1659 datarootdir=$ac_optarg ;;
1661 -disable-* | --disable-*)
1662 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1663 # Reject names that are not valid shell variable names.
1664 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1665 as_fn_error $? "invalid feature name: $ac_useropt"
1666 ac_useropt_orig=$ac_useropt
1667 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1668 case $ac_user_opts in
1670 "enable_$ac_useropt"
1671 "*) ;;
1672 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1673 ac_unrecognized_sep=', ';;
1674 esac
1675 eval enable_$ac_useropt=no ;;
1677 -docdir | --docdir | --docdi | --doc | --do)
1678 ac_prev=docdir ;;
1679 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1680 docdir=$ac_optarg ;;
1682 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1683 ac_prev=dvidir ;;
1684 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1685 dvidir=$ac_optarg ;;
1687 -enable-* | --enable-*)
1688 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1689 # Reject names that are not valid shell variable names.
1690 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1691 as_fn_error $? "invalid feature name: $ac_useropt"
1692 ac_useropt_orig=$ac_useropt
1693 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1694 case $ac_user_opts in
1696 "enable_$ac_useropt"
1697 "*) ;;
1698 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1699 ac_unrecognized_sep=', ';;
1700 esac
1701 eval enable_$ac_useropt=\$ac_optarg ;;
1703 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1704 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1705 | --exec | --exe | --ex)
1706 ac_prev=exec_prefix ;;
1707 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1708 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1709 | --exec=* | --exe=* | --ex=*)
1710 exec_prefix=$ac_optarg ;;
1712 -gas | --gas | --ga | --g)
1713 # Obsolete; use --with-gas.
1714 with_gas=yes ;;
1716 -help | --help | --hel | --he | -h)
1717 ac_init_help=long ;;
1718 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1719 ac_init_help=recursive ;;
1720 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1721 ac_init_help=short ;;
1723 -host | --host | --hos | --ho)
1724 ac_prev=host_alias ;;
1725 -host=* | --host=* | --hos=* | --ho=*)
1726 host_alias=$ac_optarg ;;
1728 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1729 ac_prev=htmldir ;;
1730 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1731 | --ht=*)
1732 htmldir=$ac_optarg ;;
1734 -includedir | --includedir | --includedi | --included | --include \
1735 | --includ | --inclu | --incl | --inc)
1736 ac_prev=includedir ;;
1737 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1738 | --includ=* | --inclu=* | --incl=* | --inc=*)
1739 includedir=$ac_optarg ;;
1741 -infodir | --infodir | --infodi | --infod | --info | --inf)
1742 ac_prev=infodir ;;
1743 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1744 infodir=$ac_optarg ;;
1746 -libdir | --libdir | --libdi | --libd)
1747 ac_prev=libdir ;;
1748 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1749 libdir=$ac_optarg ;;
1751 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1752 | --libexe | --libex | --libe)
1753 ac_prev=libexecdir ;;
1754 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1755 | --libexe=* | --libex=* | --libe=*)
1756 libexecdir=$ac_optarg ;;
1758 -localedir | --localedir | --localedi | --localed | --locale)
1759 ac_prev=localedir ;;
1760 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1761 localedir=$ac_optarg ;;
1763 -localstatedir | --localstatedir | --localstatedi | --localstated \
1764 | --localstate | --localstat | --localsta | --localst | --locals)
1765 ac_prev=localstatedir ;;
1766 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1767 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1768 localstatedir=$ac_optarg ;;
1770 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1771 ac_prev=mandir ;;
1772 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1773 mandir=$ac_optarg ;;
1775 -nfp | --nfp | --nf)
1776 # Obsolete; use --without-fp.
1777 with_fp=no ;;
1779 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1780 | --no-cr | --no-c | -n)
1781 no_create=yes ;;
1783 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1784 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1785 no_recursion=yes ;;
1787 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1788 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1789 | --oldin | --oldi | --old | --ol | --o)
1790 ac_prev=oldincludedir ;;
1791 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1792 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1793 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1794 oldincludedir=$ac_optarg ;;
1796 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1797 ac_prev=prefix ;;
1798 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1799 prefix=$ac_optarg ;;
1801 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1802 | --program-pre | --program-pr | --program-p)
1803 ac_prev=program_prefix ;;
1804 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1805 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1806 program_prefix=$ac_optarg ;;
1808 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1809 | --program-suf | --program-su | --program-s)
1810 ac_prev=program_suffix ;;
1811 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1812 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1813 program_suffix=$ac_optarg ;;
1815 -program-transform-name | --program-transform-name \
1816 | --program-transform-nam | --program-transform-na \
1817 | --program-transform-n | --program-transform- \
1818 | --program-transform | --program-transfor \
1819 | --program-transfo | --program-transf \
1820 | --program-trans | --program-tran \
1821 | --progr-tra | --program-tr | --program-t)
1822 ac_prev=program_transform_name ;;
1823 -program-transform-name=* | --program-transform-name=* \
1824 | --program-transform-nam=* | --program-transform-na=* \
1825 | --program-transform-n=* | --program-transform-=* \
1826 | --program-transform=* | --program-transfor=* \
1827 | --program-transfo=* | --program-transf=* \
1828 | --program-trans=* | --program-tran=* \
1829 | --progr-tra=* | --program-tr=* | --program-t=*)
1830 program_transform_name=$ac_optarg ;;
1832 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1833 ac_prev=pdfdir ;;
1834 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1835 pdfdir=$ac_optarg ;;
1837 -psdir | --psdir | --psdi | --psd | --ps)
1838 ac_prev=psdir ;;
1839 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1840 psdir=$ac_optarg ;;
1842 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1843 | -silent | --silent | --silen | --sile | --sil)
1844 silent=yes ;;
1846 -runstatedir | --runstatedir | --runstatedi | --runstated \
1847 | --runstate | --runstat | --runsta | --runst | --runs \
1848 | --run | --ru | --r)
1849 ac_prev=runstatedir ;;
1850 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1851 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1852 | --run=* | --ru=* | --r=*)
1853 runstatedir=$ac_optarg ;;
1855 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1856 ac_prev=sbindir ;;
1857 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1858 | --sbi=* | --sb=*)
1859 sbindir=$ac_optarg ;;
1861 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1862 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1863 | --sharedst | --shareds | --shared | --share | --shar \
1864 | --sha | --sh)
1865 ac_prev=sharedstatedir ;;
1866 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1867 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1868 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1869 | --sha=* | --sh=*)
1870 sharedstatedir=$ac_optarg ;;
1872 -site | --site | --sit)
1873 ac_prev=site ;;
1874 -site=* | --site=* | --sit=*)
1875 site=$ac_optarg ;;
1877 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1878 ac_prev=srcdir ;;
1879 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1880 srcdir=$ac_optarg ;;
1882 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1883 | --syscon | --sysco | --sysc | --sys | --sy)
1884 ac_prev=sysconfdir ;;
1885 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1886 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1887 sysconfdir=$ac_optarg ;;
1889 -target | --target | --targe | --targ | --tar | --ta | --t)
1890 ac_prev=target_alias ;;
1891 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1892 target_alias=$ac_optarg ;;
1894 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1895 verbose=yes ;;
1897 -version | --version | --versio | --versi | --vers | -V)
1898 ac_init_version=: ;;
1900 -with-* | --with-*)
1901 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1902 # Reject names that are not valid shell variable names.
1903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1904 as_fn_error $? "invalid package name: $ac_useropt"
1905 ac_useropt_orig=$ac_useropt
1906 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1907 case $ac_user_opts in
1909 "with_$ac_useropt"
1910 "*) ;;
1911 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1912 ac_unrecognized_sep=', ';;
1913 esac
1914 eval with_$ac_useropt=\$ac_optarg ;;
1916 -without-* | --without-*)
1917 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1918 # Reject names that are not valid shell variable names.
1919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1920 as_fn_error $? "invalid package name: $ac_useropt"
1921 ac_useropt_orig=$ac_useropt
1922 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1923 case $ac_user_opts in
1925 "with_$ac_useropt"
1926 "*) ;;
1927 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1928 ac_unrecognized_sep=', ';;
1929 esac
1930 eval with_$ac_useropt=no ;;
1932 --x)
1933 # Obsolete; use --with-x.
1934 with_x=yes ;;
1936 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1937 | --x-incl | --x-inc | --x-in | --x-i)
1938 ac_prev=x_includes ;;
1939 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1940 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1941 x_includes=$ac_optarg ;;
1943 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1944 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1945 ac_prev=x_libraries ;;
1946 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1947 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1948 x_libraries=$ac_optarg ;;
1950 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1951 Try \`$0 --help' for more information"
1954 *=*)
1955 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1956 # Reject names that are not valid shell variable names.
1957 case $ac_envvar in #(
1958 '' | [0-9]* | *[!_$as_cr_alnum]* )
1959 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1960 esac
1961 eval $ac_envvar=\$ac_optarg
1962 export $ac_envvar ;;
1965 # FIXME: should be removed in autoconf 3.0.
1966 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1967 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1968 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1969 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1972 esac
1973 done
1975 if test -n "$ac_prev"; then
1976 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1977 as_fn_error $? "missing argument to $ac_option"
1980 if test -n "$ac_unrecognized_opts"; then
1981 case $enable_option_checking in
1982 no) ;;
1983 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1984 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1985 esac
1988 # Check all directory arguments for consistency.
1989 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1990 datadir sysconfdir sharedstatedir localstatedir includedir \
1991 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1992 libdir localedir mandir runstatedir
1994 eval ac_val=\$$ac_var
1995 # Remove trailing slashes.
1996 case $ac_val in
1997 */ )
1998 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1999 eval $ac_var=\$ac_val;;
2000 esac
2001 # Be sure to have absolute directory names.
2002 case $ac_val in
2003 [\\/$]* | ?:[\\/]* ) continue;;
2004 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2005 esac
2006 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2007 done
2009 # There might be people who depend on the old broken behavior: `$host'
2010 # used to hold the argument of --host etc.
2011 # FIXME: To remove some day.
2012 build=$build_alias
2013 host=$host_alias
2014 target=$target_alias
2016 # FIXME: To remove some day.
2017 if test "x$host_alias" != x; then
2018 if test "x$build_alias" = x; then
2019 cross_compiling=maybe
2020 elif test "x$build_alias" != "x$host_alias"; then
2021 cross_compiling=yes
2025 ac_tool_prefix=
2026 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2028 test "$silent" = yes && exec 6>/dev/null
2031 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2032 ac_ls_di=`ls -di .` &&
2033 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2034 as_fn_error $? "working directory cannot be determined"
2035 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2036 as_fn_error $? "pwd does not report name of working directory"
2039 # Find the source files, if location was not specified.
2040 if test -z "$srcdir"; then
2041 ac_srcdir_defaulted=yes
2042 # Try the directory containing this script, then the parent directory.
2043 ac_confdir=`$as_dirname -- "$as_myself" ||
2044 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2045 X"$as_myself" : 'X\(//\)[^/]' \| \
2046 X"$as_myself" : 'X\(//\)$' \| \
2047 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2048 $as_echo X"$as_myself" |
2049 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2050 s//\1/
2053 /^X\(\/\/\)[^/].*/{
2054 s//\1/
2057 /^X\(\/\/\)$/{
2058 s//\1/
2061 /^X\(\/\).*/{
2062 s//\1/
2065 s/.*/./; q'`
2066 srcdir=$ac_confdir
2067 if test ! -r "$srcdir/$ac_unique_file"; then
2068 srcdir=..
2070 else
2071 ac_srcdir_defaulted=no
2073 if test ! -r "$srcdir/$ac_unique_file"; then
2074 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2075 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2077 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2078 ac_abs_confdir=`(
2079 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2080 pwd)`
2081 # When building in place, set srcdir=.
2082 if test "$ac_abs_confdir" = "$ac_pwd"; then
2083 srcdir=.
2085 # Remove unnecessary trailing slashes from srcdir.
2086 # Double slashes in file names in object file debugging info
2087 # mess up M-x gdb in Emacs.
2088 case $srcdir in
2089 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2090 esac
2091 for ac_var in $ac_precious_vars; do
2092 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2093 eval ac_env_${ac_var}_value=\$${ac_var}
2094 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2095 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2096 done
2099 # Report the --help message.
2101 if test "$ac_init_help" = "long"; then
2102 # Omit some internal or obsolete options to make the list less imposing.
2103 # This message is too long to be a string in the A/UX 3.1 sh.
2104 cat <<_ACEOF
2105 \`configure' configures Wine 1.7.55 to adapt to many kinds of systems.
2107 Usage: $0 [OPTION]... [VAR=VALUE]...
2109 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2110 VAR=VALUE. See below for descriptions of some of the useful variables.
2112 Defaults for the options are specified in brackets.
2114 Configuration:
2115 -h, --help display this help and exit
2116 --help=short display options specific to this package
2117 --help=recursive display the short help of all the included packages
2118 -V, --version display version information and exit
2119 -q, --quiet, --silent do not print \`checking ...' messages
2120 --cache-file=FILE cache test results in FILE [disabled]
2121 -C, --config-cache alias for \`--cache-file=config.cache'
2122 -n, --no-create do not create output files
2123 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2125 Installation directories:
2126 --prefix=PREFIX install architecture-independent files in PREFIX
2127 [$ac_default_prefix]
2128 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2129 [PREFIX]
2131 By default, \`make install' will install all the files in
2132 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2133 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2134 for instance \`--prefix=\$HOME'.
2136 For better control, use the options below.
2138 Fine tuning of the installation directories:
2139 --bindir=DIR user executables [EPREFIX/bin]
2140 --sbindir=DIR system admin executables [EPREFIX/sbin]
2141 --libexecdir=DIR program executables [EPREFIX/libexec]
2142 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2143 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2144 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2145 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2146 --libdir=DIR object code libraries [EPREFIX/lib]
2147 --includedir=DIR C header files [PREFIX/include]
2148 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2149 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2150 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2151 --infodir=DIR info documentation [DATAROOTDIR/info]
2152 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2153 --mandir=DIR man documentation [DATAROOTDIR/man]
2154 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2155 --htmldir=DIR html documentation [DOCDIR]
2156 --dvidir=DIR dvi documentation [DOCDIR]
2157 --pdfdir=DIR pdf documentation [DOCDIR]
2158 --psdir=DIR ps documentation [DOCDIR]
2159 _ACEOF
2161 cat <<\_ACEOF
2163 X features:
2164 --x-includes=DIR X include files are in DIR
2165 --x-libraries=DIR X library files are in DIR
2167 System types:
2168 --build=BUILD configure for building on BUILD [guessed]
2169 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2170 _ACEOF
2173 if test -n "$ac_init_help"; then
2174 case $ac_init_help in
2175 short | recursive ) echo "Configuration of Wine 1.7.55:";;
2176 esac
2177 cat <<\_ACEOF
2179 Optional Features:
2180 --disable-option-checking ignore unrecognized --enable/--with options
2181 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2182 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2183 --disable-win16 do not include Win16 support
2184 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2185 binaries)
2186 --disable-tests do not build the regression tests
2187 --enable-maintainer-mode
2188 enable maintainer-specific build rules
2189 --disable-largefile omit support for large files
2191 Optional Packages:
2192 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2193 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2194 --without-alsa do not use the Alsa sound support
2195 --without-capi do not use CAPI (ISDN support)
2196 --without-cms do not use CMS (color management support)
2197 --without-coreaudio do not use the CoreAudio sound support
2198 --without-cups do not use CUPS
2199 --without-curses do not use (n)curses
2200 --without-dbus do not use DBus (dynamic device support)
2201 --without-fontconfig do not use fontconfig
2202 --without-freetype do not use the FreeType library
2203 --without-gettext do not use gettext
2204 --with-gettextpo use the GetTextPO library to rebuild po files
2205 --without-gphoto do not use gphoto (Digital Camera support)
2206 --without-glu do not use the GLU library
2207 --without-gnutls do not use GnuTLS (schannel support)
2208 --without-gsm do not use libgsm (GSM 06.10 codec support)
2209 --without-gstreamer do not use GStreamer (codecs support)
2210 --without-hal do not use HAL (dynamic device support)
2211 --without-jpeg do not use JPEG
2212 --without-ldap do not use LDAP
2213 --without-mpg123 do not use the mpg123 library
2214 --without-netapi do not use the Samba NetAPI library
2215 --without-openal do not use OpenAL
2216 --without-opencl do not use OpenCL
2217 --without-opengl do not use OpenGL
2218 --without-osmesa do not use the OSMesa library
2219 --without-oss do not use the OSS sound support
2220 --without-pcap do not use the Packet Capture library
2221 --without-png do not use PNG
2222 --without-pthread do not use the pthread library
2223 --without-pulse do not use PulseAudio sound support
2224 --without-sane do not use SANE (scanner support)
2225 --without-tiff do not use TIFF
2226 --without-v4l do not use v4l1 (v4l support)
2227 --without-xcomposite do not use the Xcomposite extension
2228 --without-xcursor do not use the Xcursor extension
2229 --without-xinerama do not use Xinerama (multi-monitor support)
2230 --without-xinput do not use the Xinput extension
2231 --without-xinput2 do not use the Xinput 2 extension
2232 --without-xml do not use XML
2233 --without-xrandr do not use Xrandr (resolution changes)
2234 --without-xrender do not use the Xrender extension
2235 --without-xshape do not use the Xshape extension
2236 --without-xshm do not use XShm (shared memory extension)
2237 --without-xslt do not use XSLT
2238 --without-xxf86vm do not use XFree video mode extension
2239 --without-zlib do not use Zlib (data compression)
2240 --with-wine-tools=DIR use Wine tools from directory DIR
2241 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2242 --with-x use the X Window System
2244 Some influential environment variables:
2245 CC C compiler command
2246 CFLAGS C compiler flags
2247 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2248 nonstandard directory <lib dir>
2249 LIBS libraries to pass to the linker, e.g. -l<library>
2250 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2251 you have headers in a nonstandard directory <include dir>
2252 CXX C++ compiler command
2253 CXXFLAGS C++ compiler flags
2254 CPP C preprocessor
2255 XMKMF Path to xmkmf, Makefile generator for X Window System
2256 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2257 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2258 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2259 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2260 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2261 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2262 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2263 HAL_LIBS Linker flags for hal, overriding pkg-config
2264 GNUTLS_CFLAGS
2265 C compiler flags for gnutls, overriding pkg-config
2266 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2267 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2268 SANE_LIBS Linker flags for libsane, overriding pkg-config
2269 GPHOTO2_CFLAGS
2270 C compiler flags for libgphoto2, overriding pkg-config
2271 GPHOTO2_LIBS
2272 Linker flags for libgphoto2, overriding pkg-config
2273 GPHOTO2_PORT_CFLAGS
2274 C compiler flags for libgphoto2_port, overriding pkg-config
2275 GPHOTO2_PORT_LIBS
2276 Linker flags for libgphoto2_port, overriding pkg-config
2277 LCMS2_CFLAGS
2278 C compiler flags for lcms2, overriding pkg-config
2279 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2280 FREETYPE_CFLAGS
2281 C compiler flags for freetype2, overriding pkg-config
2282 FREETYPE_LIBS
2283 Linker flags for freetype2, overriding pkg-config
2284 PULSE_CFLAGS
2285 C compiler flags for libpulse, overriding pkg-config
2286 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2287 GSTREAMER_CFLAGS
2288 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2289 GSTREAMER_LIBS
2290 Linker flags for gstreamer-app-0.10, overriding pkg-config
2291 CAPI20_CFLAGS
2292 C compiler flags for capi20, overriding pkg-config
2293 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2294 FONTCONFIG_CFLAGS
2295 C compiler flags for fontconfig, overriding pkg-config
2296 FONTCONFIG_LIBS
2297 Linker flags for fontconfig, overriding pkg-config
2298 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2299 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2300 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2301 PNG_LIBS Linker flags for libpng, overriding pkg-config
2302 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2303 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2304 MPG123_CFLAGS
2305 C compiler flags for libmpg123, overriding pkg-config
2306 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2308 Use these variables to override the choices made by `configure' or to help
2309 it to find libraries and programs with nonstandard names/locations.
2311 Report bugs to <wine-devel@winehq.org>.
2312 Wine home page: <http://www.winehq.org>.
2313 _ACEOF
2314 ac_status=$?
2317 if test "$ac_init_help" = "recursive"; then
2318 # If there are subdirs, report their specific --help.
2319 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2320 test -d "$ac_dir" ||
2321 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2322 continue
2323 ac_builddir=.
2325 case "$ac_dir" in
2326 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2328 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2329 # A ".." for each directory in $ac_dir_suffix.
2330 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2331 case $ac_top_builddir_sub in
2332 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2333 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2334 esac ;;
2335 esac
2336 ac_abs_top_builddir=$ac_pwd
2337 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2338 # for backward compatibility:
2339 ac_top_builddir=$ac_top_build_prefix
2341 case $srcdir in
2342 .) # We are building in place.
2343 ac_srcdir=.
2344 ac_top_srcdir=$ac_top_builddir_sub
2345 ac_abs_top_srcdir=$ac_pwd ;;
2346 [\\/]* | ?:[\\/]* ) # Absolute name.
2347 ac_srcdir=$srcdir$ac_dir_suffix;
2348 ac_top_srcdir=$srcdir
2349 ac_abs_top_srcdir=$srcdir ;;
2350 *) # Relative name.
2351 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2352 ac_top_srcdir=$ac_top_build_prefix$srcdir
2353 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2354 esac
2355 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2357 cd "$ac_dir" || { ac_status=$?; continue; }
2358 # Check for guested configure.
2359 if test -f "$ac_srcdir/configure.gnu"; then
2360 echo &&
2361 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2362 elif test -f "$ac_srcdir/configure"; then
2363 echo &&
2364 $SHELL "$ac_srcdir/configure" --help=recursive
2365 else
2366 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2367 fi || ac_status=$?
2368 cd "$ac_pwd" || { ac_status=$?; break; }
2369 done
2372 test -n "$ac_init_help" && exit $ac_status
2373 if $ac_init_version; then
2374 cat <<\_ACEOF
2375 Wine configure 1.7.55
2376 generated by GNU Autoconf 2.69
2378 Copyright (C) 2012 Free Software Foundation, Inc.
2379 This configure script is free software; the Free Software Foundation
2380 gives unlimited permission to copy, distribute and modify it.
2381 _ACEOF
2382 exit
2385 ## ------------------------ ##
2386 ## Autoconf initialization. ##
2387 ## ------------------------ ##
2389 # ac_fn_c_try_compile LINENO
2390 # --------------------------
2391 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2392 ac_fn_c_try_compile ()
2394 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2395 rm -f conftest.$ac_objext
2396 if { { ac_try="$ac_compile"
2397 case "(($ac_try" in
2398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2399 *) ac_try_echo=$ac_try;;
2400 esac
2401 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2402 $as_echo "$ac_try_echo"; } >&5
2403 (eval "$ac_compile") 2>conftest.err
2404 ac_status=$?
2405 if test -s conftest.err; then
2406 grep -v '^ *+' conftest.err >conftest.er1
2407 cat conftest.er1 >&5
2408 mv -f conftest.er1 conftest.err
2410 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2411 test $ac_status = 0; } && {
2412 test -z "$ac_c_werror_flag" ||
2413 test ! -s conftest.err
2414 } && test -s conftest.$ac_objext; then :
2415 ac_retval=0
2416 else
2417 $as_echo "$as_me: failed program was:" >&5
2418 sed 's/^/| /' conftest.$ac_ext >&5
2420 ac_retval=1
2422 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2423 as_fn_set_status $ac_retval
2425 } # ac_fn_c_try_compile
2427 # ac_fn_cxx_try_compile LINENO
2428 # ----------------------------
2429 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2430 ac_fn_cxx_try_compile ()
2432 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2433 rm -f conftest.$ac_objext
2434 if { { ac_try="$ac_compile"
2435 case "(($ac_try" in
2436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2437 *) ac_try_echo=$ac_try;;
2438 esac
2439 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2440 $as_echo "$ac_try_echo"; } >&5
2441 (eval "$ac_compile") 2>conftest.err
2442 ac_status=$?
2443 if test -s conftest.err; then
2444 grep -v '^ *+' conftest.err >conftest.er1
2445 cat conftest.er1 >&5
2446 mv -f conftest.er1 conftest.err
2448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2449 test $ac_status = 0; } && {
2450 test -z "$ac_cxx_werror_flag" ||
2451 test ! -s conftest.err
2452 } && test -s conftest.$ac_objext; then :
2453 ac_retval=0
2454 else
2455 $as_echo "$as_me: failed program was:" >&5
2456 sed 's/^/| /' conftest.$ac_ext >&5
2458 ac_retval=1
2460 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2461 as_fn_set_status $ac_retval
2463 } # ac_fn_cxx_try_compile
2465 # ac_fn_c_try_link LINENO
2466 # -----------------------
2467 # Try to link conftest.$ac_ext, and return whether this succeeded.
2468 ac_fn_c_try_link ()
2470 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2471 rm -f conftest.$ac_objext conftest$ac_exeext
2472 if { { ac_try="$ac_link"
2473 case "(($ac_try" in
2474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2475 *) ac_try_echo=$ac_try;;
2476 esac
2477 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2478 $as_echo "$ac_try_echo"; } >&5
2479 (eval "$ac_link") 2>conftest.err
2480 ac_status=$?
2481 if test -s conftest.err; then
2482 grep -v '^ *+' conftest.err >conftest.er1
2483 cat conftest.er1 >&5
2484 mv -f conftest.er1 conftest.err
2486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2487 test $ac_status = 0; } && {
2488 test -z "$ac_c_werror_flag" ||
2489 test ! -s conftest.err
2490 } && test -s conftest$ac_exeext && {
2491 test "$cross_compiling" = yes ||
2492 test -x conftest$ac_exeext
2493 }; then :
2494 ac_retval=0
2495 else
2496 $as_echo "$as_me: failed program was:" >&5
2497 sed 's/^/| /' conftest.$ac_ext >&5
2499 ac_retval=1
2501 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2502 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2503 # interfere with the next link command; also delete a directory that is
2504 # left behind by Apple's compiler. We do this before executing the actions.
2505 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2506 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2507 as_fn_set_status $ac_retval
2509 } # ac_fn_c_try_link
2511 # ac_fn_c_try_cpp LINENO
2512 # ----------------------
2513 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2514 ac_fn_c_try_cpp ()
2516 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2517 if { { ac_try="$ac_cpp conftest.$ac_ext"
2518 case "(($ac_try" in
2519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2520 *) ac_try_echo=$ac_try;;
2521 esac
2522 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2523 $as_echo "$ac_try_echo"; } >&5
2524 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2525 ac_status=$?
2526 if test -s conftest.err; then
2527 grep -v '^ *+' conftest.err >conftest.er1
2528 cat conftest.er1 >&5
2529 mv -f conftest.er1 conftest.err
2531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2532 test $ac_status = 0; } > conftest.i && {
2533 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2534 test ! -s conftest.err
2535 }; then :
2536 ac_retval=0
2537 else
2538 $as_echo "$as_me: failed program was:" >&5
2539 sed 's/^/| /' conftest.$ac_ext >&5
2541 ac_retval=1
2543 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2544 as_fn_set_status $ac_retval
2546 } # ac_fn_c_try_cpp
2548 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2549 # -------------------------------------------------------
2550 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2551 # the include files in INCLUDES and setting the cache variable VAR
2552 # accordingly.
2553 ac_fn_c_check_header_mongrel ()
2555 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2556 if eval \${$3+:} false; then :
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2558 $as_echo_n "checking for $2... " >&6; }
2559 if eval \${$3+:} false; then :
2560 $as_echo_n "(cached) " >&6
2562 eval ac_res=\$$3
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2564 $as_echo "$ac_res" >&6; }
2565 else
2566 # Is the header compilable?
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2568 $as_echo_n "checking $2 usability... " >&6; }
2569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2570 /* end confdefs.h. */
2572 #include <$2>
2573 _ACEOF
2574 if ac_fn_c_try_compile "$LINENO"; then :
2575 ac_header_compiler=yes
2576 else
2577 ac_header_compiler=no
2579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2581 $as_echo "$ac_header_compiler" >&6; }
2583 # Is the header present?
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2585 $as_echo_n "checking $2 presence... " >&6; }
2586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2587 /* end confdefs.h. */
2588 #include <$2>
2589 _ACEOF
2590 if ac_fn_c_try_cpp "$LINENO"; then :
2591 ac_header_preproc=yes
2592 else
2593 ac_header_preproc=no
2595 rm -f conftest.err conftest.i conftest.$ac_ext
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2597 $as_echo "$ac_header_preproc" >&6; }
2599 # So? What about this header?
2600 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2601 yes:no: )
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2603 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2605 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2607 no:yes:* )
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2609 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2611 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2613 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2615 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2617 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2618 ( $as_echo "## ------------------------------------ ##
2619 ## Report this to wine-devel@winehq.org ##
2620 ## ------------------------------------ ##"
2621 ) | sed "s/^/$as_me: WARNING: /" >&2
2623 esac
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2625 $as_echo_n "checking for $2... " >&6; }
2626 if eval \${$3+:} false; then :
2627 $as_echo_n "(cached) " >&6
2628 else
2629 eval "$3=\$ac_header_compiler"
2631 eval ac_res=\$$3
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2633 $as_echo "$ac_res" >&6; }
2635 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2637 } # ac_fn_c_check_header_mongrel
2639 # ac_fn_c_try_run LINENO
2640 # ----------------------
2641 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2642 # that executables *can* be run.
2643 ac_fn_c_try_run ()
2645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2646 if { { ac_try="$ac_link"
2647 case "(($ac_try" in
2648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2649 *) ac_try_echo=$ac_try;;
2650 esac
2651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2652 $as_echo "$ac_try_echo"; } >&5
2653 (eval "$ac_link") 2>&5
2654 ac_status=$?
2655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2656 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2657 { { case "(($ac_try" in
2658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2659 *) ac_try_echo=$ac_try;;
2660 esac
2661 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2662 $as_echo "$ac_try_echo"; } >&5
2663 (eval "$ac_try") 2>&5
2664 ac_status=$?
2665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2666 test $ac_status = 0; }; }; then :
2667 ac_retval=0
2668 else
2669 $as_echo "$as_me: program exited with status $ac_status" >&5
2670 $as_echo "$as_me: failed program was:" >&5
2671 sed 's/^/| /' conftest.$ac_ext >&5
2673 ac_retval=$ac_status
2675 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2677 as_fn_set_status $ac_retval
2679 } # ac_fn_c_try_run
2681 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2682 # -------------------------------------------------------
2683 # Tests whether HEADER exists and can be compiled using the include files in
2684 # INCLUDES, setting the cache variable VAR accordingly.
2685 ac_fn_c_check_header_compile ()
2687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2689 $as_echo_n "checking for $2... " >&6; }
2690 if eval \${$3+:} false; then :
2691 $as_echo_n "(cached) " >&6
2692 else
2693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2694 /* end confdefs.h. */
2696 #include <$2>
2697 _ACEOF
2698 if ac_fn_c_try_compile "$LINENO"; then :
2699 eval "$3=yes"
2700 else
2701 eval "$3=no"
2703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2705 eval ac_res=\$$3
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2707 $as_echo "$ac_res" >&6; }
2708 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2710 } # ac_fn_c_check_header_compile
2712 # ac_fn_c_check_func LINENO FUNC VAR
2713 # ----------------------------------
2714 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2715 ac_fn_c_check_func ()
2717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2719 $as_echo_n "checking for $2... " >&6; }
2720 if eval \${$3+:} false; then :
2721 $as_echo_n "(cached) " >&6
2722 else
2723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2724 /* end confdefs.h. */
2725 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2726 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2727 #define $2 innocuous_$2
2729 /* System header to define __stub macros and hopefully few prototypes,
2730 which can conflict with char $2 (); below.
2731 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2732 <limits.h> exists even on freestanding compilers. */
2734 #ifdef __STDC__
2735 # include <limits.h>
2736 #else
2737 # include <assert.h>
2738 #endif
2740 #undef $2
2742 /* Override any GCC internal prototype to avoid an error.
2743 Use char because int might match the return type of a GCC
2744 builtin and then its argument prototype would still apply. */
2745 #ifdef __cplusplus
2746 extern "C"
2747 #endif
2748 char $2 ();
2749 /* The GNU C library defines this for functions which it implements
2750 to always fail with ENOSYS. Some functions are actually named
2751 something starting with __ and the normal name is an alias. */
2752 #if defined __stub_$2 || defined __stub___$2
2753 choke me
2754 #endif
2757 main ()
2759 return $2 ();
2761 return 0;
2763 _ACEOF
2764 if ac_fn_c_try_link "$LINENO"; then :
2765 eval "$3=yes"
2766 else
2767 eval "$3=no"
2769 rm -f core conftest.err conftest.$ac_objext \
2770 conftest$ac_exeext conftest.$ac_ext
2772 eval ac_res=\$$3
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2774 $as_echo "$ac_res" >&6; }
2775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2777 } # ac_fn_c_check_func
2779 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2780 # ----------------------------------------------------
2781 # Tries to find if the field MEMBER exists in type AGGR, after including
2782 # INCLUDES, setting cache variable VAR accordingly.
2783 ac_fn_c_check_member ()
2785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2787 $as_echo_n "checking for $2.$3... " >&6; }
2788 if eval \${$4+:} false; then :
2789 $as_echo_n "(cached) " >&6
2790 else
2791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2792 /* end confdefs.h. */
2795 main ()
2797 static $2 ac_aggr;
2798 if (ac_aggr.$3)
2799 return 0;
2801 return 0;
2803 _ACEOF
2804 if ac_fn_c_try_compile "$LINENO"; then :
2805 eval "$4=yes"
2806 else
2807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2808 /* end confdefs.h. */
2811 main ()
2813 static $2 ac_aggr;
2814 if (sizeof ac_aggr.$3)
2815 return 0;
2817 return 0;
2819 _ACEOF
2820 if ac_fn_c_try_compile "$LINENO"; then :
2821 eval "$4=yes"
2822 else
2823 eval "$4=no"
2825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2829 eval ac_res=\$$4
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2831 $as_echo "$ac_res" >&6; }
2832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2834 } # ac_fn_c_check_member
2836 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2837 # -------------------------------------------
2838 # Tests whether TYPE exists after having included INCLUDES, setting cache
2839 # variable VAR accordingly.
2840 ac_fn_c_check_type ()
2842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2844 $as_echo_n "checking for $2... " >&6; }
2845 if eval \${$3+:} false; then :
2846 $as_echo_n "(cached) " >&6
2847 else
2848 eval "$3=no"
2849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2850 /* end confdefs.h. */
2853 main ()
2855 if (sizeof ($2))
2856 return 0;
2858 return 0;
2860 _ACEOF
2861 if ac_fn_c_try_compile "$LINENO"; then :
2862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2863 /* end confdefs.h. */
2866 main ()
2868 if (sizeof (($2)))
2869 return 0;
2871 return 0;
2873 _ACEOF
2874 if ac_fn_c_try_compile "$LINENO"; then :
2876 else
2877 eval "$3=yes"
2879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2883 eval ac_res=\$$3
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2885 $as_echo "$ac_res" >&6; }
2886 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2888 } # ac_fn_c_check_type
2889 cat >config.log <<_ACEOF
2890 This file contains any messages produced by compilers while
2891 running configure, to aid debugging if configure makes a mistake.
2893 It was created by Wine $as_me 1.7.55, which was
2894 generated by GNU Autoconf 2.69. Invocation command line was
2896 $ $0 $@
2898 _ACEOF
2899 exec 5>>config.log
2901 cat <<_ASUNAME
2902 ## --------- ##
2903 ## Platform. ##
2904 ## --------- ##
2906 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2907 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2908 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2909 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2910 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2912 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2913 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2915 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2916 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2917 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2918 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2919 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2920 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2921 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2923 _ASUNAME
2925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926 for as_dir in $PATH
2928 IFS=$as_save_IFS
2929 test -z "$as_dir" && as_dir=.
2930 $as_echo "PATH: $as_dir"
2931 done
2932 IFS=$as_save_IFS
2934 } >&5
2936 cat >&5 <<_ACEOF
2939 ## ----------- ##
2940 ## Core tests. ##
2941 ## ----------- ##
2943 _ACEOF
2946 # Keep a trace of the command line.
2947 # Strip out --no-create and --no-recursion so they do not pile up.
2948 # Strip out --silent because we don't want to record it for future runs.
2949 # Also quote any args containing shell meta-characters.
2950 # Make two passes to allow for proper duplicate-argument suppression.
2951 ac_configure_args=
2952 ac_configure_args0=
2953 ac_configure_args1=
2954 ac_must_keep_next=false
2955 for ac_pass in 1 2
2957 for ac_arg
2959 case $ac_arg in
2960 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2961 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2962 | -silent | --silent | --silen | --sile | --sil)
2963 continue ;;
2964 *\'*)
2965 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2966 esac
2967 case $ac_pass in
2968 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2970 as_fn_append ac_configure_args1 " '$ac_arg'"
2971 if test $ac_must_keep_next = true; then
2972 ac_must_keep_next=false # Got value, back to normal.
2973 else
2974 case $ac_arg in
2975 *=* | --config-cache | -C | -disable-* | --disable-* \
2976 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2977 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2978 | -with-* | --with-* | -without-* | --without-* | --x)
2979 case "$ac_configure_args0 " in
2980 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2981 esac
2983 -* ) ac_must_keep_next=true ;;
2984 esac
2986 as_fn_append ac_configure_args " '$ac_arg'"
2988 esac
2989 done
2990 done
2991 { ac_configure_args0=; unset ac_configure_args0;}
2992 { ac_configure_args1=; unset ac_configure_args1;}
2994 # When interrupted or exit'd, cleanup temporary files, and complete
2995 # config.log. We remove comments because anyway the quotes in there
2996 # would cause problems or look ugly.
2997 # WARNING: Use '\'' to represent an apostrophe within the trap.
2998 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2999 trap 'exit_status=$?
3000 # Save into config.log some information that might help in debugging.
3002 echo
3004 $as_echo "## ---------------- ##
3005 ## Cache variables. ##
3006 ## ---------------- ##"
3007 echo
3008 # The following way of writing the cache mishandles newlines in values,
3010 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3011 eval ac_val=\$$ac_var
3012 case $ac_val in #(
3013 *${as_nl}*)
3014 case $ac_var in #(
3015 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3016 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3017 esac
3018 case $ac_var in #(
3019 _ | IFS | as_nl) ;; #(
3020 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3021 *) { eval $ac_var=; unset $ac_var;} ;;
3022 esac ;;
3023 esac
3024 done
3025 (set) 2>&1 |
3026 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3027 *${as_nl}ac_space=\ *)
3028 sed -n \
3029 "s/'\''/'\''\\\\'\'''\''/g;
3030 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3031 ;; #(
3033 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3035 esac |
3036 sort
3038 echo
3040 $as_echo "## ----------------- ##
3041 ## Output variables. ##
3042 ## ----------------- ##"
3043 echo
3044 for ac_var in $ac_subst_vars
3046 eval ac_val=\$$ac_var
3047 case $ac_val in
3048 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3049 esac
3050 $as_echo "$ac_var='\''$ac_val'\''"
3051 done | sort
3052 echo
3054 if test -n "$ac_subst_files"; then
3055 $as_echo "## ------------------- ##
3056 ## File substitutions. ##
3057 ## ------------------- ##"
3058 echo
3059 for ac_var in $ac_subst_files
3061 eval ac_val=\$$ac_var
3062 case $ac_val in
3063 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3064 esac
3065 $as_echo "$ac_var='\''$ac_val'\''"
3066 done | sort
3067 echo
3070 if test -s confdefs.h; then
3071 $as_echo "## ----------- ##
3072 ## confdefs.h. ##
3073 ## ----------- ##"
3074 echo
3075 cat confdefs.h
3076 echo
3078 test "$ac_signal" != 0 &&
3079 $as_echo "$as_me: caught signal $ac_signal"
3080 $as_echo "$as_me: exit $exit_status"
3081 } >&5
3082 rm -f core *.core core.conftest.* &&
3083 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3084 exit $exit_status
3086 for ac_signal in 1 2 13 15; do
3087 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3088 done
3089 ac_signal=0
3091 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3092 rm -f -r conftest* confdefs.h
3094 $as_echo "/* confdefs.h */" > confdefs.h
3096 # Predefined preprocessor variables.
3098 cat >>confdefs.h <<_ACEOF
3099 #define PACKAGE_NAME "$PACKAGE_NAME"
3100 _ACEOF
3102 cat >>confdefs.h <<_ACEOF
3103 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3104 _ACEOF
3106 cat >>confdefs.h <<_ACEOF
3107 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3108 _ACEOF
3110 cat >>confdefs.h <<_ACEOF
3111 #define PACKAGE_STRING "$PACKAGE_STRING"
3112 _ACEOF
3114 cat >>confdefs.h <<_ACEOF
3115 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3116 _ACEOF
3118 cat >>confdefs.h <<_ACEOF
3119 #define PACKAGE_URL "$PACKAGE_URL"
3120 _ACEOF
3123 # Let the site file select an alternate cache file if it wants to.
3124 # Prefer an explicitly selected file to automatically selected ones.
3125 ac_site_file1=NONE
3126 ac_site_file2=NONE
3127 if test -n "$CONFIG_SITE"; then
3128 # We do not want a PATH search for config.site.
3129 case $CONFIG_SITE in #((
3130 -*) ac_site_file1=./$CONFIG_SITE;;
3131 */*) ac_site_file1=$CONFIG_SITE;;
3132 *) ac_site_file1=./$CONFIG_SITE;;
3133 esac
3134 elif test "x$prefix" != xNONE; then
3135 ac_site_file1=$prefix/share/config.site
3136 ac_site_file2=$prefix/etc/config.site
3137 else
3138 ac_site_file1=$ac_default_prefix/share/config.site
3139 ac_site_file2=$ac_default_prefix/etc/config.site
3141 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3143 test "x$ac_site_file" = xNONE && continue
3144 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3146 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3147 sed 's/^/| /' "$ac_site_file" >&5
3148 . "$ac_site_file" \
3149 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3150 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3151 as_fn_error $? "failed to load site script $ac_site_file
3152 See \`config.log' for more details" "$LINENO" 5; }
3154 done
3156 if test -r "$cache_file"; then
3157 # Some versions of bash will fail to source /dev/null (special files
3158 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3159 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3161 $as_echo "$as_me: loading cache $cache_file" >&6;}
3162 case $cache_file in
3163 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3164 *) . "./$cache_file";;
3165 esac
3167 else
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3169 $as_echo "$as_me: creating cache $cache_file" >&6;}
3170 >$cache_file
3173 # Check that the precious variables saved in the cache have kept the same
3174 # value.
3175 ac_cache_corrupted=false
3176 for ac_var in $ac_precious_vars; do
3177 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3178 eval ac_new_set=\$ac_env_${ac_var}_set
3179 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3180 eval ac_new_val=\$ac_env_${ac_var}_value
3181 case $ac_old_set,$ac_new_set in
3182 set,)
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3184 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3185 ac_cache_corrupted=: ;;
3186 ,set)
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3188 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3189 ac_cache_corrupted=: ;;
3190 ,);;
3192 if test "x$ac_old_val" != "x$ac_new_val"; then
3193 # differences in whitespace do not lead to failure.
3194 ac_old_val_w=`echo x $ac_old_val`
3195 ac_new_val_w=`echo x $ac_new_val`
3196 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3198 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3199 ac_cache_corrupted=:
3200 else
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3202 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3203 eval $ac_var=\$ac_old_val
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3206 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3208 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3209 fi;;
3210 esac
3211 # Pass precious variables to config.status.
3212 if test "$ac_new_set" = set; then
3213 case $ac_new_val in
3214 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3215 *) ac_arg=$ac_var=$ac_new_val ;;
3216 esac
3217 case " $ac_configure_args " in
3218 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3219 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3220 esac
3222 done
3223 if $ac_cache_corrupted; then
3224 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3225 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3227 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3228 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3230 ## -------------------- ##
3231 ## Main body of script. ##
3232 ## -------------------- ##
3234 ac_ext=c
3235 ac_cpp='$CPP $CPPFLAGS'
3236 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3237 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3238 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3242 ac_config_headers="$ac_config_headers include/config.h"
3244 ac_aux_dir=
3245 for ac_dir in tools "$srcdir"/tools; do
3246 if test -f "$ac_dir/install-sh"; then
3247 ac_aux_dir=$ac_dir
3248 ac_install_sh="$ac_aux_dir/install-sh -c"
3249 break
3250 elif test -f "$ac_dir/install.sh"; then
3251 ac_aux_dir=$ac_dir
3252 ac_install_sh="$ac_aux_dir/install.sh -c"
3253 break
3254 elif test -f "$ac_dir/shtool"; then
3255 ac_aux_dir=$ac_dir
3256 ac_install_sh="$ac_aux_dir/shtool install -c"
3257 break
3259 done
3260 if test -z "$ac_aux_dir"; then
3261 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3264 # These three variables are undocumented and unsupported,
3265 # and are intended to be withdrawn in a future Autoconf release.
3266 # They can cause serious problems if a builder's source tree is in a directory
3267 # whose full name contains unusual characters.
3268 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3269 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3270 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3274 libwine_version="1.0"
3278 # Check whether --enable-win16 was given.
3279 if test "${enable_win16+set}" = set; then :
3280 enableval=$enable_win16;
3283 # Check whether --enable-win64 was given.
3284 if test "${enable_win64+set}" = set; then :
3285 enableval=$enable_win64;
3288 # Check whether --enable-tests was given.
3289 if test "${enable_tests+set}" = set; then :
3290 enableval=$enable_tests;
3293 # Check whether --enable-maintainer-mode was given.
3294 if test "${enable_maintainer_mode+set}" = set; then :
3295 enableval=$enable_maintainer_mode;
3300 # Check whether --with-alsa was given.
3301 if test "${with_alsa+set}" = set; then :
3302 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3306 # Check whether --with-capi was given.
3307 if test "${with_capi+set}" = set; then :
3308 withval=$with_capi;
3312 # Check whether --with-cms was given.
3313 if test "${with_cms+set}" = set; then :
3314 withval=$with_cms;
3318 # Check whether --with-coreaudio was given.
3319 if test "${with_coreaudio+set}" = set; then :
3320 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3324 # Check whether --with-cups was given.
3325 if test "${with_cups+set}" = set; then :
3326 withval=$with_cups;
3330 # Check whether --with-curses was given.
3331 if test "${with_curses+set}" = set; then :
3332 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3336 # Check whether --with-dbus was given.
3337 if test "${with_dbus+set}" = set; then :
3338 withval=$with_dbus;
3342 # Check whether --with-fontconfig was given.
3343 if test "${with_fontconfig+set}" = set; then :
3344 withval=$with_fontconfig;
3348 # Check whether --with-freetype was given.
3349 if test "${with_freetype+set}" = set; then :
3350 withval=$with_freetype;
3354 # Check whether --with-gettext was given.
3355 if test "${with_gettext+set}" = set; then :
3356 withval=$with_gettext;
3360 # Check whether --with-gettextpo was given.
3361 if test "${with_gettextpo+set}" = set; then :
3362 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3366 # Check whether --with-gphoto was given.
3367 if test "${with_gphoto+set}" = set; then :
3368 withval=$with_gphoto;
3372 # Check whether --with-glu was given.
3373 if test "${with_glu+set}" = set; then :
3374 withval=$with_glu;
3378 # Check whether --with-gnutls was given.
3379 if test "${with_gnutls+set}" = set; then :
3380 withval=$with_gnutls;
3384 # Check whether --with-gsm was given.
3385 if test "${with_gsm+set}" = set; then :
3386 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3390 # Check whether --with-gstreamer was given.
3391 if test "${with_gstreamer+set}" = set; then :
3392 withval=$with_gstreamer;
3396 # Check whether --with-hal was given.
3397 if test "${with_hal+set}" = set; then :
3398 withval=$with_hal;
3402 # Check whether --with-jpeg was given.
3403 if test "${with_jpeg+set}" = set; then :
3404 withval=$with_jpeg;
3408 # Check whether --with-ldap was given.
3409 if test "${with_ldap+set}" = set; then :
3410 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3414 # Check whether --with-mpg123 was given.
3415 if test "${with_mpg123+set}" = set; then :
3416 withval=$with_mpg123;
3420 # Check whether --with-netapi was given.
3421 if test "${with_netapi+set}" = set; then :
3422 withval=$with_netapi;
3426 # Check whether --with-openal was given.
3427 if test "${with_openal+set}" = set; then :
3428 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3432 # Check whether --with-opencl was given.
3433 if test "${with_opencl+set}" = set; then :
3434 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3438 # Check whether --with-opengl was given.
3439 if test "${with_opengl+set}" = set; then :
3440 withval=$with_opengl;
3444 # Check whether --with-osmesa was given.
3445 if test "${with_osmesa+set}" = set; then :
3446 withval=$with_osmesa;
3450 # Check whether --with-oss was given.
3451 if test "${with_oss+set}" = set; then :
3452 withval=$with_oss;
3456 # Check whether --with-pcap was given.
3457 if test "${with_pcap+set}" = set; then :
3458 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3462 # Check whether --with-png was given.
3463 if test "${with_png+set}" = set; then :
3464 withval=$with_png;
3468 # Check whether --with-pthread was given.
3469 if test "${with_pthread+set}" = set; then :
3470 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3474 # Check whether --with-pulse was given.
3475 if test "${with_pulse+set}" = set; then :
3476 withval=$with_pulse;
3480 # Check whether --with-sane was given.
3481 if test "${with_sane+set}" = set; then :
3482 withval=$with_sane;
3486 # Check whether --with-tiff was given.
3487 if test "${with_tiff+set}" = set; then :
3488 withval=$with_tiff;
3492 # Check whether --with-v4l was given.
3493 if test "${with_v4l+set}" = set; then :
3494 withval=$with_v4l;
3498 # Check whether --with-xcomposite was given.
3499 if test "${with_xcomposite+set}" = set; then :
3500 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3504 # Check whether --with-xcursor was given.
3505 if test "${with_xcursor+set}" = set; then :
3506 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3510 # Check whether --with-xinerama was given.
3511 if test "${with_xinerama+set}" = set; then :
3512 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3516 # Check whether --with-xinput was given.
3517 if test "${with_xinput+set}" = set; then :
3518 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3522 # Check whether --with-xinput2 was given.
3523 if test "${with_xinput2+set}" = set; then :
3524 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3528 # Check whether --with-xml was given.
3529 if test "${with_xml+set}" = set; then :
3530 withval=$with_xml;
3534 # Check whether --with-xrandr was given.
3535 if test "${with_xrandr+set}" = set; then :
3536 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3540 # Check whether --with-xrender was given.
3541 if test "${with_xrender+set}" = set; then :
3542 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3546 # Check whether --with-xshape was given.
3547 if test "${with_xshape+set}" = set; then :
3548 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3552 # Check whether --with-xshm was given.
3553 if test "${with_xshm+set}" = set; then :
3554 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3558 # Check whether --with-xslt was given.
3559 if test "${with_xslt+set}" = set; then :
3560 withval=$with_xslt;
3564 # Check whether --with-xxf86vm was given.
3565 if test "${with_xxf86vm+set}" = set; then :
3566 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
3570 # Check whether --with-zlib was given.
3571 if test "${with_zlib+set}" = set; then :
3572 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3577 # Check whether --with-wine-tools was given.
3578 if test "${with_wine_tools+set}" = set; then :
3579 withval=$with_wine_tools;
3583 # Check whether --with-wine64 was given.
3584 if test "${with_wine64+set}" = set; then :
3585 withval=$with_wine64;
3589 # Make sure we can run config.sub.
3590 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3591 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3594 $as_echo_n "checking build system type... " >&6; }
3595 if ${ac_cv_build+:} false; then :
3596 $as_echo_n "(cached) " >&6
3597 else
3598 ac_build_alias=$build_alias
3599 test "x$ac_build_alias" = x &&
3600 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3601 test "x$ac_build_alias" = x &&
3602 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3603 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3604 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3608 $as_echo "$ac_cv_build" >&6; }
3609 case $ac_cv_build in
3610 *-*-*) ;;
3611 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3612 esac
3613 build=$ac_cv_build
3614 ac_save_IFS=$IFS; IFS='-'
3615 set x $ac_cv_build
3616 shift
3617 build_cpu=$1
3618 build_vendor=$2
3619 shift; shift
3620 # Remember, the first character of IFS is used to create $*,
3621 # except with old shells:
3622 build_os=$*
3623 IFS=$ac_save_IFS
3624 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3628 $as_echo_n "checking host system type... " >&6; }
3629 if ${ac_cv_host+:} false; then :
3630 $as_echo_n "(cached) " >&6
3631 else
3632 if test "x$host_alias" = x; then
3633 ac_cv_host=$ac_cv_build
3634 else
3635 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3636 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3641 $as_echo "$ac_cv_host" >&6; }
3642 case $ac_cv_host in
3643 *-*-*) ;;
3644 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3645 esac
3646 host=$ac_cv_host
3647 ac_save_IFS=$IFS; IFS='-'
3648 set x $ac_cv_host
3649 shift
3650 host_cpu=$1
3651 host_vendor=$2
3652 shift; shift
3653 # Remember, the first character of IFS is used to create $*,
3654 # except with old shells:
3655 host_os=$*
3656 IFS=$ac_save_IFS
3657 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3661 case "$srcdir" in
3662 .) ;;
3663 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3664 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3665 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3666 fi ;;
3667 esac
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3671 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3672 set x ${MAKE-make}
3673 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3674 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3675 $as_echo_n "(cached) " >&6
3676 else
3677 cat >conftest.make <<\_ACEOF
3678 SHELL = /bin/sh
3679 all:
3680 @echo '@@@%%%=$(MAKE)=@@@%%%'
3681 _ACEOF
3682 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3683 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3684 *@@@%%%=?*=@@@%%%*)
3685 eval ac_cv_prog_make_${ac_make}_set=yes;;
3687 eval ac_cv_prog_make_${ac_make}_set=no;;
3688 esac
3689 rm -f conftest.make
3691 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3693 $as_echo "yes" >&6; }
3694 SET_MAKE=
3695 else
3696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3697 $as_echo "no" >&6; }
3698 SET_MAKE="MAKE=${MAKE-make}"
3701 ac_ext=c
3702 ac_cpp='$CPP $CPPFLAGS'
3703 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3704 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3705 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3706 if test -n "$ac_tool_prefix"; then
3707 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3708 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3710 $as_echo_n "checking for $ac_word... " >&6; }
3711 if ${ac_cv_prog_CC+:} false; then :
3712 $as_echo_n "(cached) " >&6
3713 else
3714 if test -n "$CC"; then
3715 ac_cv_prog_CC="$CC" # Let the user override the test.
3716 else
3717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3718 for as_dir in $PATH
3720 IFS=$as_save_IFS
3721 test -z "$as_dir" && as_dir=.
3722 for ac_exec_ext in '' $ac_executable_extensions; do
3723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3724 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3726 break 2
3728 done
3729 done
3730 IFS=$as_save_IFS
3734 CC=$ac_cv_prog_CC
3735 if test -n "$CC"; then
3736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3737 $as_echo "$CC" >&6; }
3738 else
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3740 $as_echo "no" >&6; }
3745 if test -z "$ac_cv_prog_CC"; then
3746 ac_ct_CC=$CC
3747 # Extract the first word of "gcc", so it can be a program name with args.
3748 set dummy gcc; ac_word=$2
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3750 $as_echo_n "checking for $ac_word... " >&6; }
3751 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3752 $as_echo_n "(cached) " >&6
3753 else
3754 if test -n "$ac_ct_CC"; then
3755 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3756 else
3757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3758 for as_dir in $PATH
3760 IFS=$as_save_IFS
3761 test -z "$as_dir" && as_dir=.
3762 for ac_exec_ext in '' $ac_executable_extensions; do
3763 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3764 ac_cv_prog_ac_ct_CC="gcc"
3765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3766 break 2
3768 done
3769 done
3770 IFS=$as_save_IFS
3774 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3775 if test -n "$ac_ct_CC"; then
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3777 $as_echo "$ac_ct_CC" >&6; }
3778 else
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3780 $as_echo "no" >&6; }
3783 if test "x$ac_ct_CC" = x; then
3784 CC=""
3785 else
3786 case $cross_compiling:$ac_tool_warned in
3787 yes:)
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3789 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3790 ac_tool_warned=yes ;;
3791 esac
3792 CC=$ac_ct_CC
3794 else
3795 CC="$ac_cv_prog_CC"
3798 if test -z "$CC"; then
3799 if test -n "$ac_tool_prefix"; then
3800 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3801 set dummy ${ac_tool_prefix}cc; ac_word=$2
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3803 $as_echo_n "checking for $ac_word... " >&6; }
3804 if ${ac_cv_prog_CC+:} false; then :
3805 $as_echo_n "(cached) " >&6
3806 else
3807 if test -n "$CC"; then
3808 ac_cv_prog_CC="$CC" # Let the user override the test.
3809 else
3810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3811 for as_dir in $PATH
3813 IFS=$as_save_IFS
3814 test -z "$as_dir" && as_dir=.
3815 for ac_exec_ext in '' $ac_executable_extensions; do
3816 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3817 ac_cv_prog_CC="${ac_tool_prefix}cc"
3818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3819 break 2
3821 done
3822 done
3823 IFS=$as_save_IFS
3827 CC=$ac_cv_prog_CC
3828 if test -n "$CC"; then
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3830 $as_echo "$CC" >&6; }
3831 else
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3833 $as_echo "no" >&6; }
3839 if test -z "$CC"; then
3840 # Extract the first word of "cc", so it can be a program name with args.
3841 set dummy cc; ac_word=$2
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3843 $as_echo_n "checking for $ac_word... " >&6; }
3844 if ${ac_cv_prog_CC+:} false; then :
3845 $as_echo_n "(cached) " >&6
3846 else
3847 if test -n "$CC"; then
3848 ac_cv_prog_CC="$CC" # Let the user override the test.
3849 else
3850 ac_prog_rejected=no
3851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3852 for as_dir in $PATH
3854 IFS=$as_save_IFS
3855 test -z "$as_dir" && as_dir=.
3856 for ac_exec_ext in '' $ac_executable_extensions; do
3857 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3858 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3859 ac_prog_rejected=yes
3860 continue
3862 ac_cv_prog_CC="cc"
3863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3864 break 2
3866 done
3867 done
3868 IFS=$as_save_IFS
3870 if test $ac_prog_rejected = yes; then
3871 # We found a bogon in the path, so make sure we never use it.
3872 set dummy $ac_cv_prog_CC
3873 shift
3874 if test $# != 0; then
3875 # We chose a different compiler from the bogus one.
3876 # However, it has the same basename, so the bogon will be chosen
3877 # first if we set CC to just the basename; use the full file name.
3878 shift
3879 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3884 CC=$ac_cv_prog_CC
3885 if test -n "$CC"; then
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3887 $as_echo "$CC" >&6; }
3888 else
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3890 $as_echo "no" >&6; }
3895 if test -z "$CC"; then
3896 if test -n "$ac_tool_prefix"; then
3897 for ac_prog in cl.exe
3899 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3900 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902 $as_echo_n "checking for $ac_word... " >&6; }
3903 if ${ac_cv_prog_CC+:} false; then :
3904 $as_echo_n "(cached) " >&6
3905 else
3906 if test -n "$CC"; then
3907 ac_cv_prog_CC="$CC" # Let the user override the test.
3908 else
3909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3910 for as_dir in $PATH
3912 IFS=$as_save_IFS
3913 test -z "$as_dir" && as_dir=.
3914 for ac_exec_ext in '' $ac_executable_extensions; do
3915 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3916 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3918 break 2
3920 done
3921 done
3922 IFS=$as_save_IFS
3926 CC=$ac_cv_prog_CC
3927 if test -n "$CC"; then
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3929 $as_echo "$CC" >&6; }
3930 else
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3936 test -n "$CC" && break
3937 done
3939 if test -z "$CC"; then
3940 ac_ct_CC=$CC
3941 for ac_prog in cl.exe
3943 # Extract the first word of "$ac_prog", so it can be a program name with args.
3944 set dummy $ac_prog; ac_word=$2
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3946 $as_echo_n "checking for $ac_word... " >&6; }
3947 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3948 $as_echo_n "(cached) " >&6
3949 else
3950 if test -n "$ac_ct_CC"; then
3951 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3952 else
3953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3954 for as_dir in $PATH
3956 IFS=$as_save_IFS
3957 test -z "$as_dir" && as_dir=.
3958 for ac_exec_ext in '' $ac_executable_extensions; do
3959 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3960 ac_cv_prog_ac_ct_CC="$ac_prog"
3961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3962 break 2
3964 done
3965 done
3966 IFS=$as_save_IFS
3970 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3971 if test -n "$ac_ct_CC"; then
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3973 $as_echo "$ac_ct_CC" >&6; }
3974 else
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3976 $as_echo "no" >&6; }
3980 test -n "$ac_ct_CC" && break
3981 done
3983 if test "x$ac_ct_CC" = x; then
3984 CC=""
3985 else
3986 case $cross_compiling:$ac_tool_warned in
3987 yes:)
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3989 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3990 ac_tool_warned=yes ;;
3991 esac
3992 CC=$ac_ct_CC
3999 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4000 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4001 as_fn_error $? "no acceptable C compiler found in \$PATH
4002 See \`config.log' for more details" "$LINENO" 5; }
4004 # Provide some information about the compiler.
4005 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4006 set X $ac_compile
4007 ac_compiler=$2
4008 for ac_option in --version -v -V -qversion; do
4009 { { ac_try="$ac_compiler $ac_option >&5"
4010 case "(($ac_try" in
4011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4012 *) ac_try_echo=$ac_try;;
4013 esac
4014 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4015 $as_echo "$ac_try_echo"; } >&5
4016 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4017 ac_status=$?
4018 if test -s conftest.err; then
4019 sed '10a\
4020 ... rest of stderr output deleted ...
4021 10q' conftest.err >conftest.er1
4022 cat conftest.er1 >&5
4024 rm -f conftest.er1 conftest.err
4025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4026 test $ac_status = 0; }
4027 done
4029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4030 /* end confdefs.h. */
4033 main ()
4037 return 0;
4039 _ACEOF
4040 ac_clean_files_save=$ac_clean_files
4041 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4042 # Try to create an executable without -o first, disregard a.out.
4043 # It will help us diagnose broken compilers, and finding out an intuition
4044 # of exeext.
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4046 $as_echo_n "checking whether the C compiler works... " >&6; }
4047 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4049 # The possible output files:
4050 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4052 ac_rmfiles=
4053 for ac_file in $ac_files
4055 case $ac_file in
4056 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4057 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4058 esac
4059 done
4060 rm -f $ac_rmfiles
4062 if { { ac_try="$ac_link_default"
4063 case "(($ac_try" in
4064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4065 *) ac_try_echo=$ac_try;;
4066 esac
4067 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4068 $as_echo "$ac_try_echo"; } >&5
4069 (eval "$ac_link_default") 2>&5
4070 ac_status=$?
4071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4072 test $ac_status = 0; }; then :
4073 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4074 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4075 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4076 # so that the user can short-circuit this test for compilers unknown to
4077 # Autoconf.
4078 for ac_file in $ac_files ''
4080 test -f "$ac_file" || continue
4081 case $ac_file in
4082 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4084 [ab].out )
4085 # We found the default executable, but exeext='' is most
4086 # certainly right.
4087 break;;
4088 *.* )
4089 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4090 then :; else
4091 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4093 # We set ac_cv_exeext here because the later test for it is not
4094 # safe: cross compilers may not add the suffix if given an `-o'
4095 # argument, so we may need to know it at that point already.
4096 # Even if this section looks crufty: it has the advantage of
4097 # actually working.
4098 break;;
4100 break;;
4101 esac
4102 done
4103 test "$ac_cv_exeext" = no && ac_cv_exeext=
4105 else
4106 ac_file=''
4108 if test -z "$ac_file"; then :
4109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4110 $as_echo "no" >&6; }
4111 $as_echo "$as_me: failed program was:" >&5
4112 sed 's/^/| /' conftest.$ac_ext >&5
4114 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4115 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4116 as_fn_error 77 "C compiler cannot create executables
4117 See \`config.log' for more details" "$LINENO" 5; }
4118 else
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4120 $as_echo "yes" >&6; }
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4123 $as_echo_n "checking for C compiler default output file name... " >&6; }
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4125 $as_echo "$ac_file" >&6; }
4126 ac_exeext=$ac_cv_exeext
4128 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4129 ac_clean_files=$ac_clean_files_save
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4131 $as_echo_n "checking for suffix of executables... " >&6; }
4132 if { { ac_try="$ac_link"
4133 case "(($ac_try" in
4134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4135 *) ac_try_echo=$ac_try;;
4136 esac
4137 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4138 $as_echo "$ac_try_echo"; } >&5
4139 (eval "$ac_link") 2>&5
4140 ac_status=$?
4141 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4142 test $ac_status = 0; }; then :
4143 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4144 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4145 # work properly (i.e., refer to `conftest.exe'), while it won't with
4146 # `rm'.
4147 for ac_file in conftest.exe conftest conftest.*; do
4148 test -f "$ac_file" || continue
4149 case $ac_file in
4150 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4151 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4152 break;;
4153 * ) break;;
4154 esac
4155 done
4156 else
4157 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4158 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4159 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4160 See \`config.log' for more details" "$LINENO" 5; }
4162 rm -f conftest conftest$ac_cv_exeext
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4164 $as_echo "$ac_cv_exeext" >&6; }
4166 rm -f conftest.$ac_ext
4167 EXEEXT=$ac_cv_exeext
4168 ac_exeext=$EXEEXT
4169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4170 /* end confdefs.h. */
4171 #include <stdio.h>
4173 main ()
4175 FILE *f = fopen ("conftest.out", "w");
4176 return ferror (f) || fclose (f) != 0;
4179 return 0;
4181 _ACEOF
4182 ac_clean_files="$ac_clean_files conftest.out"
4183 # Check that the compiler produces executables we can run. If not, either
4184 # the compiler is broken, or we cross compile.
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4186 $as_echo_n "checking whether we are cross compiling... " >&6; }
4187 if test "$cross_compiling" != yes; then
4188 { { ac_try="$ac_link"
4189 case "(($ac_try" in
4190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4191 *) ac_try_echo=$ac_try;;
4192 esac
4193 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4194 $as_echo "$ac_try_echo"; } >&5
4195 (eval "$ac_link") 2>&5
4196 ac_status=$?
4197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4198 test $ac_status = 0; }
4199 if { ac_try='./conftest$ac_cv_exeext'
4200 { { case "(($ac_try" in
4201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4202 *) ac_try_echo=$ac_try;;
4203 esac
4204 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4205 $as_echo "$ac_try_echo"; } >&5
4206 (eval "$ac_try") 2>&5
4207 ac_status=$?
4208 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4209 test $ac_status = 0; }; }; then
4210 cross_compiling=no
4211 else
4212 if test "$cross_compiling" = maybe; then
4213 cross_compiling=yes
4214 else
4215 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4216 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4217 as_fn_error $? "cannot run C compiled programs.
4218 If you meant to cross compile, use \`--host'.
4219 See \`config.log' for more details" "$LINENO" 5; }
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4224 $as_echo "$cross_compiling" >&6; }
4226 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4227 ac_clean_files=$ac_clean_files_save
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4229 $as_echo_n "checking for suffix of object files... " >&6; }
4230 if ${ac_cv_objext+:} false; then :
4231 $as_echo_n "(cached) " >&6
4232 else
4233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4234 /* end confdefs.h. */
4237 main ()
4241 return 0;
4243 _ACEOF
4244 rm -f conftest.o conftest.obj
4245 if { { ac_try="$ac_compile"
4246 case "(($ac_try" in
4247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4248 *) ac_try_echo=$ac_try;;
4249 esac
4250 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4251 $as_echo "$ac_try_echo"; } >&5
4252 (eval "$ac_compile") 2>&5
4253 ac_status=$?
4254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4255 test $ac_status = 0; }; then :
4256 for ac_file in conftest.o conftest.obj conftest.*; do
4257 test -f "$ac_file" || continue;
4258 case $ac_file in
4259 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4260 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4261 break;;
4262 esac
4263 done
4264 else
4265 $as_echo "$as_me: failed program was:" >&5
4266 sed 's/^/| /' conftest.$ac_ext >&5
4268 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4269 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4270 as_fn_error $? "cannot compute suffix of object files: cannot compile
4271 See \`config.log' for more details" "$LINENO" 5; }
4273 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4276 $as_echo "$ac_cv_objext" >&6; }
4277 OBJEXT=$ac_cv_objext
4278 ac_objext=$OBJEXT
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4280 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4281 if ${ac_cv_c_compiler_gnu+:} false; then :
4282 $as_echo_n "(cached) " >&6
4283 else
4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4285 /* end confdefs.h. */
4288 main ()
4290 #ifndef __GNUC__
4291 choke me
4292 #endif
4295 return 0;
4297 _ACEOF
4298 if ac_fn_c_try_compile "$LINENO"; then :
4299 ac_compiler_gnu=yes
4300 else
4301 ac_compiler_gnu=no
4303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4304 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4308 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4309 if test $ac_compiler_gnu = yes; then
4310 GCC=yes
4311 else
4312 GCC=
4314 ac_test_CFLAGS=${CFLAGS+set}
4315 ac_save_CFLAGS=$CFLAGS
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4317 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4318 if ${ac_cv_prog_cc_g+:} false; then :
4319 $as_echo_n "(cached) " >&6
4320 else
4321 ac_save_c_werror_flag=$ac_c_werror_flag
4322 ac_c_werror_flag=yes
4323 ac_cv_prog_cc_g=no
4324 CFLAGS="-g"
4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4326 /* end confdefs.h. */
4329 main ()
4333 return 0;
4335 _ACEOF
4336 if ac_fn_c_try_compile "$LINENO"; then :
4337 ac_cv_prog_cc_g=yes
4338 else
4339 CFLAGS=""
4340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4341 /* end confdefs.h. */
4344 main ()
4348 return 0;
4350 _ACEOF
4351 if ac_fn_c_try_compile "$LINENO"; then :
4353 else
4354 ac_c_werror_flag=$ac_save_c_werror_flag
4355 CFLAGS="-g"
4356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4357 /* end confdefs.h. */
4360 main ()
4364 return 0;
4366 _ACEOF
4367 if ac_fn_c_try_compile "$LINENO"; then :
4368 ac_cv_prog_cc_g=yes
4370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4375 ac_c_werror_flag=$ac_save_c_werror_flag
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4378 $as_echo "$ac_cv_prog_cc_g" >&6; }
4379 if test "$ac_test_CFLAGS" = set; then
4380 CFLAGS=$ac_save_CFLAGS
4381 elif test $ac_cv_prog_cc_g = yes; then
4382 if test "$GCC" = yes; then
4383 CFLAGS="-g -O2"
4384 else
4385 CFLAGS="-g"
4387 else
4388 if test "$GCC" = yes; then
4389 CFLAGS="-O2"
4390 else
4391 CFLAGS=
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4395 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4396 if ${ac_cv_prog_cc_c89+:} false; then :
4397 $as_echo_n "(cached) " >&6
4398 else
4399 ac_cv_prog_cc_c89=no
4400 ac_save_CC=$CC
4401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4402 /* end confdefs.h. */
4403 #include <stdarg.h>
4404 #include <stdio.h>
4405 struct stat;
4406 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4407 struct buf { int x; };
4408 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4409 static char *e (p, i)
4410 char **p;
4411 int i;
4413 return p[i];
4415 static char *f (char * (*g) (char **, int), char **p, ...)
4417 char *s;
4418 va_list v;
4419 va_start (v,p);
4420 s = g (p, va_arg (v,int));
4421 va_end (v);
4422 return s;
4425 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4426 function prototypes and stuff, but not '\xHH' hex character constants.
4427 These don't provoke an error unfortunately, instead are silently treated
4428 as 'x'. The following induces an error, until -std is added to get
4429 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4430 array size at least. It's necessary to write '\x00'==0 to get something
4431 that's true only with -std. */
4432 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4434 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4435 inside strings and character constants. */
4436 #define FOO(x) 'x'
4437 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4439 int test (int i, double x);
4440 struct s1 {int (*f) (int a);};
4441 struct s2 {int (*f) (double a);};
4442 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4443 int argc;
4444 char **argv;
4446 main ()
4448 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4450 return 0;
4452 _ACEOF
4453 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4454 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4456 CC="$ac_save_CC $ac_arg"
4457 if ac_fn_c_try_compile "$LINENO"; then :
4458 ac_cv_prog_cc_c89=$ac_arg
4460 rm -f core conftest.err conftest.$ac_objext
4461 test "x$ac_cv_prog_cc_c89" != "xno" && break
4462 done
4463 rm -f conftest.$ac_ext
4464 CC=$ac_save_CC
4467 # AC_CACHE_VAL
4468 case "x$ac_cv_prog_cc_c89" in
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4471 $as_echo "none needed" >&6; } ;;
4472 xno)
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4474 $as_echo "unsupported" >&6; } ;;
4476 CC="$CC $ac_cv_prog_cc_c89"
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4478 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4479 esac
4480 if test "x$ac_cv_prog_cc_c89" != xno; then :
4484 ac_ext=c
4485 ac_cpp='$CPP $CPPFLAGS'
4486 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4487 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4488 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4490 ac_ext=cpp
4491 ac_cpp='$CXXCPP $CPPFLAGS'
4492 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4493 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4494 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4495 if test -z "$CXX"; then
4496 if test -n "$CCC"; then
4497 CXX=$CCC
4498 else
4499 if test -n "$ac_tool_prefix"; then
4500 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4502 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4503 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4505 $as_echo_n "checking for $ac_word... " >&6; }
4506 if ${ac_cv_prog_CXX+:} false; then :
4507 $as_echo_n "(cached) " >&6
4508 else
4509 if test -n "$CXX"; then
4510 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4511 else
4512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4513 for as_dir in $PATH
4515 IFS=$as_save_IFS
4516 test -z "$as_dir" && as_dir=.
4517 for ac_exec_ext in '' $ac_executable_extensions; do
4518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4519 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4521 break 2
4523 done
4524 done
4525 IFS=$as_save_IFS
4529 CXX=$ac_cv_prog_CXX
4530 if test -n "$CXX"; then
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4532 $as_echo "$CXX" >&6; }
4533 else
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4535 $as_echo "no" >&6; }
4539 test -n "$CXX" && break
4540 done
4542 if test -z "$CXX"; then
4543 ac_ct_CXX=$CXX
4544 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4546 # Extract the first word of "$ac_prog", so it can be a program name with args.
4547 set dummy $ac_prog; ac_word=$2
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4549 $as_echo_n "checking for $ac_word... " >&6; }
4550 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4551 $as_echo_n "(cached) " >&6
4552 else
4553 if test -n "$ac_ct_CXX"; then
4554 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4555 else
4556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4557 for as_dir in $PATH
4559 IFS=$as_save_IFS
4560 test -z "$as_dir" && as_dir=.
4561 for ac_exec_ext in '' $ac_executable_extensions; do
4562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4563 ac_cv_prog_ac_ct_CXX="$ac_prog"
4564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4565 break 2
4567 done
4568 done
4569 IFS=$as_save_IFS
4573 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4574 if test -n "$ac_ct_CXX"; then
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4576 $as_echo "$ac_ct_CXX" >&6; }
4577 else
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4579 $as_echo "no" >&6; }
4583 test -n "$ac_ct_CXX" && break
4584 done
4586 if test "x$ac_ct_CXX" = x; then
4587 CXX="g++"
4588 else
4589 case $cross_compiling:$ac_tool_warned in
4590 yes:)
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4592 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4593 ac_tool_warned=yes ;;
4594 esac
4595 CXX=$ac_ct_CXX
4601 # Provide some information about the compiler.
4602 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4603 set X $ac_compile
4604 ac_compiler=$2
4605 for ac_option in --version -v -V -qversion; do
4606 { { ac_try="$ac_compiler $ac_option >&5"
4607 case "(($ac_try" in
4608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4609 *) ac_try_echo=$ac_try;;
4610 esac
4611 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4612 $as_echo "$ac_try_echo"; } >&5
4613 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4614 ac_status=$?
4615 if test -s conftest.err; then
4616 sed '10a\
4617 ... rest of stderr output deleted ...
4618 10q' conftest.err >conftest.er1
4619 cat conftest.er1 >&5
4621 rm -f conftest.er1 conftest.err
4622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4623 test $ac_status = 0; }
4624 done
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4627 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4628 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4629 $as_echo_n "(cached) " >&6
4630 else
4631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4632 /* end confdefs.h. */
4635 main ()
4637 #ifndef __GNUC__
4638 choke me
4639 #endif
4642 return 0;
4644 _ACEOF
4645 if ac_fn_cxx_try_compile "$LINENO"; then :
4646 ac_compiler_gnu=yes
4647 else
4648 ac_compiler_gnu=no
4650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4651 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4655 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4656 if test $ac_compiler_gnu = yes; then
4657 GXX=yes
4658 else
4659 GXX=
4661 ac_test_CXXFLAGS=${CXXFLAGS+set}
4662 ac_save_CXXFLAGS=$CXXFLAGS
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4664 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4665 if ${ac_cv_prog_cxx_g+:} false; then :
4666 $as_echo_n "(cached) " >&6
4667 else
4668 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4669 ac_cxx_werror_flag=yes
4670 ac_cv_prog_cxx_g=no
4671 CXXFLAGS="-g"
4672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4673 /* end confdefs.h. */
4676 main ()
4680 return 0;
4682 _ACEOF
4683 if ac_fn_cxx_try_compile "$LINENO"; then :
4684 ac_cv_prog_cxx_g=yes
4685 else
4686 CXXFLAGS=""
4687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4688 /* end confdefs.h. */
4691 main ()
4695 return 0;
4697 _ACEOF
4698 if ac_fn_cxx_try_compile "$LINENO"; then :
4700 else
4701 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4702 CXXFLAGS="-g"
4703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4704 /* end confdefs.h. */
4707 main ()
4711 return 0;
4713 _ACEOF
4714 if ac_fn_cxx_try_compile "$LINENO"; then :
4715 ac_cv_prog_cxx_g=yes
4717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4722 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4725 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4726 if test "$ac_test_CXXFLAGS" = set; then
4727 CXXFLAGS=$ac_save_CXXFLAGS
4728 elif test $ac_cv_prog_cxx_g = yes; then
4729 if test "$GXX" = yes; then
4730 CXXFLAGS="-g -O2"
4731 else
4732 CXXFLAGS="-g"
4734 else
4735 if test "$GXX" = yes; then
4736 CXXFLAGS="-O2"
4737 else
4738 CXXFLAGS=
4741 ac_ext=c
4742 ac_cpp='$CPP $CPPFLAGS'
4743 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4744 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4745 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4747 if test -n "$ac_tool_prefix"; then
4748 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4749 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4751 $as_echo_n "checking for $ac_word... " >&6; }
4752 if ${ac_cv_prog_CPPBIN+:} false; then :
4753 $as_echo_n "(cached) " >&6
4754 else
4755 if test -n "$CPPBIN"; then
4756 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4757 else
4758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4759 for as_dir in $PATH
4761 IFS=$as_save_IFS
4762 test -z "$as_dir" && as_dir=.
4763 for ac_exec_ext in '' $ac_executable_extensions; do
4764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4765 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4767 break 2
4769 done
4770 done
4771 IFS=$as_save_IFS
4775 CPPBIN=$ac_cv_prog_CPPBIN
4776 if test -n "$CPPBIN"; then
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4778 $as_echo "$CPPBIN" >&6; }
4779 else
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4781 $as_echo "no" >&6; }
4786 if test -z "$ac_cv_prog_CPPBIN"; then
4787 ac_ct_CPPBIN=$CPPBIN
4788 # Extract the first word of "cpp", so it can be a program name with args.
4789 set dummy cpp; ac_word=$2
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4791 $as_echo_n "checking for $ac_word... " >&6; }
4792 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4793 $as_echo_n "(cached) " >&6
4794 else
4795 if test -n "$ac_ct_CPPBIN"; then
4796 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4797 else
4798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4799 for as_dir in $PATH
4801 IFS=$as_save_IFS
4802 test -z "$as_dir" && as_dir=.
4803 for ac_exec_ext in '' $ac_executable_extensions; do
4804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4805 ac_cv_prog_ac_ct_CPPBIN="cpp"
4806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4807 break 2
4809 done
4810 done
4811 IFS=$as_save_IFS
4815 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4816 if test -n "$ac_ct_CPPBIN"; then
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4818 $as_echo "$ac_ct_CPPBIN" >&6; }
4819 else
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4821 $as_echo "no" >&6; }
4824 if test "x$ac_ct_CPPBIN" = x; then
4825 CPPBIN="cpp"
4826 else
4827 case $cross_compiling:$ac_tool_warned in
4828 yes:)
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4830 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4831 ac_tool_warned=yes ;;
4832 esac
4833 CPPBIN=$ac_ct_CPPBIN
4835 else
4836 CPPBIN="$ac_cv_prog_CPPBIN"
4840 cat >>confdefs.h <<_ACEOF
4841 #define EXEEXT "$ac_exeext"
4842 _ACEOF
4844 if test -n "$ac_tool_prefix"; then
4845 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4846 set dummy ${ac_tool_prefix}ld; ac_word=$2
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4848 $as_echo_n "checking for $ac_word... " >&6; }
4849 if ${ac_cv_prog_LD+:} false; then :
4850 $as_echo_n "(cached) " >&6
4851 else
4852 if test -n "$LD"; then
4853 ac_cv_prog_LD="$LD" # Let the user override the test.
4854 else
4855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4856 for as_dir in $PATH
4858 IFS=$as_save_IFS
4859 test -z "$as_dir" && as_dir=.
4860 for ac_exec_ext in '' $ac_executable_extensions; do
4861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4862 ac_cv_prog_LD="${ac_tool_prefix}ld"
4863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4864 break 2
4866 done
4867 done
4868 IFS=$as_save_IFS
4872 LD=$ac_cv_prog_LD
4873 if test -n "$LD"; then
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4875 $as_echo "$LD" >&6; }
4876 else
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4878 $as_echo "no" >&6; }
4883 if test -z "$ac_cv_prog_LD"; then
4884 ac_ct_LD=$LD
4885 # Extract the first word of "ld", so it can be a program name with args.
4886 set dummy ld; ac_word=$2
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4888 $as_echo_n "checking for $ac_word... " >&6; }
4889 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4890 $as_echo_n "(cached) " >&6
4891 else
4892 if test -n "$ac_ct_LD"; then
4893 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4894 else
4895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4896 for as_dir in $PATH
4898 IFS=$as_save_IFS
4899 test -z "$as_dir" && as_dir=.
4900 for ac_exec_ext in '' $ac_executable_extensions; do
4901 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4902 ac_cv_prog_ac_ct_LD="ld"
4903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4904 break 2
4906 done
4907 done
4908 IFS=$as_save_IFS
4912 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4913 if test -n "$ac_ct_LD"; then
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4915 $as_echo "$ac_ct_LD" >&6; }
4916 else
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4918 $as_echo "no" >&6; }
4921 if test "x$ac_ct_LD" = x; then
4922 LD=""
4923 else
4924 case $cross_compiling:$ac_tool_warned in
4925 yes:)
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4927 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4928 ac_tool_warned=yes ;;
4929 esac
4930 LD=$ac_ct_LD
4932 else
4933 LD="$ac_cv_prog_LD"
4937 case $host in
4938 *-darwin*)
4939 if test "x$enable_win64" = "xyes"
4940 then
4941 CC="$CC -m64"
4942 CXX="$CXX -m64"
4943 host_cpu="x86_64"
4944 notice_platform="64-bit "
4945 TARGETFLAGS="-m64"
4947 else
4948 CC="$CC -m32"
4949 CXX="$CXX -m32"
4950 host_cpu="i386"
4951 notice_platform="32-bit "
4952 TARGETFLAGS="-m32"
4954 enable_win16=${enable_win16:-yes}
4956 with_fontconfig=${with_fontconfig:-no}
4958 x86_64*|amd64*)
4959 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4960 then
4961 CC="$CC -m32"
4962 CXX="$CXX -m32"
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4964 $as_echo_n "checking whether $CC works... " >&6; }
4966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4967 /* end confdefs.h. */
4970 main ()
4974 return 0;
4976 _ACEOF
4977 if ac_fn_c_try_link "$LINENO"; then :
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4979 $as_echo "yes" >&6; }
4980 else
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4982 $as_echo "no" >&6; }
4983 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4985 rm -f core conftest.err conftest.$ac_objext \
4986 conftest$ac_exeext conftest.$ac_ext
4987 host_cpu="i386"
4988 notice_platform="32-bit "
4989 TARGETFLAGS="-m32"
4991 enable_win16=${enable_win16:-yes}
4992 else
4993 if test "x${GCC}" = "xyes"
4994 then
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4996 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4998 /* end confdefs.h. */
4999 #include <stdarg.h>
5001 main ()
5003 void func(__builtin_ms_va_list *args);
5005 return 0;
5007 _ACEOF
5008 if ac_fn_c_try_compile "$LINENO"; then :
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5010 $as_echo "yes" >&6; }
5011 else
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013 $as_echo "no" >&6; }
5014 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5018 host_cpu="x86_64"
5019 TARGETFLAGS="-m64"
5023 arm*)
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5025 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5027 /* end confdefs.h. */
5028 int ac_test(int i) { return i; }
5030 main ()
5032 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5034 return 0;
5036 _ACEOF
5037 if ac_fn_c_try_link "$LINENO"; then :
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5039 $as_echo "yes" >&6; }
5040 else
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042 $as_echo "no" >&6; }
5043 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5045 rm -f core conftest.err conftest.$ac_objext \
5046 conftest$ac_exeext conftest.$ac_ext
5047 CFLAGS="$CFLAGS -marm"
5048 TARGETFLAGS="-marm"
5051 *-mingw32*|*-cygwin*)
5052 enable_win16=${enable_win16:-no}
5053 CFLAGS="$CFLAGS -D_WIN32"
5055 i[3456789]86*)
5056 enable_win16=${enable_win16:-yes}
5058 esac
5060 enable_win16=${enable_win16:-no}
5061 enable_win64=${enable_win64:-no}
5063 enable_winetest=${enable_winetest:-$enable_tests}
5065 if test -n "$with_wine64"
5066 then
5067 if test "x$enable_win64" = "xyes"
5068 then
5069 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5070 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5072 enable_fonts=${enable_fonts:-no}
5073 enable_server=${enable_server:-no}
5074 elif test "x$enable_win64" = "xyes"
5075 then
5076 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5080 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5081 if ${wine_cv_toolsdir+:} false; then :
5082 $as_echo_n "(cached) " >&6
5083 else
5084 wine_cv_toolsdir="$with_wine_tools"
5085 if test -z "$with_wine_tools"; then
5086 if test "$cross_compiling" = "yes"; then
5087 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5088 elif test -n "$with_wine64"; then
5089 wine_cv_toolsdir="$with_wine64"
5092 if test -z "$wine_cv_toolsdir"; then
5093 wine_makedep=tools/makedep
5094 wine_cv_toolsdir="\$(top_builddir)"
5095 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5096 wine_makedep=$wine_cv_toolsdir/tools/makedep
5097 case "$wine_cv_toolsdir" in
5098 /*) ;;
5099 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5100 esac
5101 enable_tools=${enable_tools:-no}
5102 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5103 else
5104 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5108 $as_echo "$wine_cv_toolsdir" >&6; }
5109 TOOLSDIR=$wine_cv_toolsdir
5111 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5112 then
5113 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5117 for ac_prog in flex
5119 # Extract the first word of "$ac_prog", so it can be a program name with args.
5120 set dummy $ac_prog; ac_word=$2
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5122 $as_echo_n "checking for $ac_word... " >&6; }
5123 if ${ac_cv_prog_FLEX+:} false; then :
5124 $as_echo_n "(cached) " >&6
5125 else
5126 if test -n "$FLEX"; then
5127 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5128 else
5129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5130 for as_dir in $PATH
5132 IFS=$as_save_IFS
5133 test -z "$as_dir" && as_dir=.
5134 for ac_exec_ext in '' $ac_executable_extensions; do
5135 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5136 ac_cv_prog_FLEX="$ac_prog"
5137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5138 break 2
5140 done
5141 done
5142 IFS=$as_save_IFS
5146 FLEX=$ac_cv_prog_FLEX
5147 if test -n "$FLEX"; then
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5149 $as_echo "$FLEX" >&6; }
5150 else
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5152 $as_echo "no" >&6; }
5156 test -n "$FLEX" && break
5157 done
5158 test -n "$FLEX" || FLEX="none"
5160 if test "$FLEX" = "none"
5161 then
5162 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5165 $as_echo_n "checking whether flex is recent enough... " >&6; }
5166 cat >conftest.l <<EOF
5167 %top{
5168 #include "prediluvian.h"
5172 if $FLEX -t conftest.l >/dev/null 2>&5
5173 then
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5175 $as_echo "yes" >&6; }
5176 else
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5178 $as_echo "no" >&6; }
5179 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5182 for ac_prog in bison
5184 # Extract the first word of "$ac_prog", so it can be a program name with args.
5185 set dummy $ac_prog; ac_word=$2
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5187 $as_echo_n "checking for $ac_word... " >&6; }
5188 if ${ac_cv_prog_BISON+:} false; then :
5189 $as_echo_n "(cached) " >&6
5190 else
5191 if test -n "$BISON"; then
5192 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5193 else
5194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5195 for as_dir in $PATH
5197 IFS=$as_save_IFS
5198 test -z "$as_dir" && as_dir=.
5199 for ac_exec_ext in '' $ac_executable_extensions; do
5200 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5201 ac_cv_prog_BISON="$ac_prog"
5202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5203 break 2
5205 done
5206 done
5207 IFS=$as_save_IFS
5211 BISON=$ac_cv_prog_BISON
5212 if test -n "$BISON"; then
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5214 $as_echo "$BISON" >&6; }
5215 else
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5217 $as_echo "no" >&6; }
5221 test -n "$BISON" && break
5222 done
5223 test -n "$BISON" || BISON="none"
5225 if test "$BISON" = "none"
5226 then
5227 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5230 if test -n "$ac_tool_prefix"; then
5231 for ac_prog in ar gar
5233 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5234 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5236 $as_echo_n "checking for $ac_word... " >&6; }
5237 if ${ac_cv_prog_AR+:} false; then :
5238 $as_echo_n "(cached) " >&6
5239 else
5240 if test -n "$AR"; then
5241 ac_cv_prog_AR="$AR" # Let the user override the test.
5242 else
5243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5244 for as_dir in $PATH
5246 IFS=$as_save_IFS
5247 test -z "$as_dir" && as_dir=.
5248 for ac_exec_ext in '' $ac_executable_extensions; do
5249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5250 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5252 break 2
5254 done
5255 done
5256 IFS=$as_save_IFS
5260 AR=$ac_cv_prog_AR
5261 if test -n "$AR"; then
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5263 $as_echo "$AR" >&6; }
5264 else
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5266 $as_echo "no" >&6; }
5270 test -n "$AR" && break
5271 done
5273 if test -z "$AR"; then
5274 ac_ct_AR=$AR
5275 for ac_prog in ar gar
5277 # Extract the first word of "$ac_prog", so it can be a program name with args.
5278 set dummy $ac_prog; ac_word=$2
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5280 $as_echo_n "checking for $ac_word... " >&6; }
5281 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5282 $as_echo_n "(cached) " >&6
5283 else
5284 if test -n "$ac_ct_AR"; then
5285 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5286 else
5287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5288 for as_dir in $PATH
5290 IFS=$as_save_IFS
5291 test -z "$as_dir" && as_dir=.
5292 for ac_exec_ext in '' $ac_executable_extensions; do
5293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5294 ac_cv_prog_ac_ct_AR="$ac_prog"
5295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5296 break 2
5298 done
5299 done
5300 IFS=$as_save_IFS
5304 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5305 if test -n "$ac_ct_AR"; then
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5307 $as_echo "$ac_ct_AR" >&6; }
5308 else
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5310 $as_echo "no" >&6; }
5314 test -n "$ac_ct_AR" && break
5315 done
5317 if test "x$ac_ct_AR" = x; then
5318 AR="ar"
5319 else
5320 case $cross_compiling:$ac_tool_warned in
5321 yes:)
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5323 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5324 ac_tool_warned=yes ;;
5325 esac
5326 AR=$ac_ct_AR
5330 if test -n "$ac_tool_prefix"; then
5331 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5332 set dummy ${ac_tool_prefix}strip; ac_word=$2
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5334 $as_echo_n "checking for $ac_word... " >&6; }
5335 if ${ac_cv_prog_STRIP+:} false; then :
5336 $as_echo_n "(cached) " >&6
5337 else
5338 if test -n "$STRIP"; then
5339 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5340 else
5341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5342 for as_dir in $PATH
5344 IFS=$as_save_IFS
5345 test -z "$as_dir" && as_dir=.
5346 for ac_exec_ext in '' $ac_executable_extensions; do
5347 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5348 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5350 break 2
5352 done
5353 done
5354 IFS=$as_save_IFS
5358 STRIP=$ac_cv_prog_STRIP
5359 if test -n "$STRIP"; then
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5361 $as_echo "$STRIP" >&6; }
5362 else
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5364 $as_echo "no" >&6; }
5369 if test -z "$ac_cv_prog_STRIP"; then
5370 ac_ct_STRIP=$STRIP
5371 # Extract the first word of "strip", so it can be a program name with args.
5372 set dummy strip; ac_word=$2
5373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5374 $as_echo_n "checking for $ac_word... " >&6; }
5375 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5376 $as_echo_n "(cached) " >&6
5377 else
5378 if test -n "$ac_ct_STRIP"; then
5379 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5380 else
5381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5382 for as_dir in $PATH
5384 IFS=$as_save_IFS
5385 test -z "$as_dir" && as_dir=.
5386 for ac_exec_ext in '' $ac_executable_extensions; do
5387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5388 ac_cv_prog_ac_ct_STRIP="strip"
5389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5390 break 2
5392 done
5393 done
5394 IFS=$as_save_IFS
5398 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5399 if test -n "$ac_ct_STRIP"; then
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5401 $as_echo "$ac_ct_STRIP" >&6; }
5402 else
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5404 $as_echo "no" >&6; }
5407 if test "x$ac_ct_STRIP" = x; then
5408 STRIP="strip"
5409 else
5410 case $cross_compiling:$ac_tool_warned in
5411 yes:)
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5413 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5414 ac_tool_warned=yes ;;
5415 esac
5416 STRIP=$ac_ct_STRIP
5418 else
5419 STRIP="$ac_cv_prog_STRIP"
5422 ARFLAGS=rc
5424 if test -n "$ac_tool_prefix"; then
5425 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5426 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5428 $as_echo_n "checking for $ac_word... " >&6; }
5429 if ${ac_cv_prog_RANLIB+:} false; then :
5430 $as_echo_n "(cached) " >&6
5431 else
5432 if test -n "$RANLIB"; then
5433 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5434 else
5435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5436 for as_dir in $PATH
5438 IFS=$as_save_IFS
5439 test -z "$as_dir" && as_dir=.
5440 for ac_exec_ext in '' $ac_executable_extensions; do
5441 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5442 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5444 break 2
5446 done
5447 done
5448 IFS=$as_save_IFS
5452 RANLIB=$ac_cv_prog_RANLIB
5453 if test -n "$RANLIB"; then
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5455 $as_echo "$RANLIB" >&6; }
5456 else
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5458 $as_echo "no" >&6; }
5463 if test -z "$ac_cv_prog_RANLIB"; then
5464 ac_ct_RANLIB=$RANLIB
5465 # Extract the first word of "ranlib", so it can be a program name with args.
5466 set dummy ranlib; ac_word=$2
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5468 $as_echo_n "checking for $ac_word... " >&6; }
5469 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5470 $as_echo_n "(cached) " >&6
5471 else
5472 if test -n "$ac_ct_RANLIB"; then
5473 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5474 else
5475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5476 for as_dir in $PATH
5478 IFS=$as_save_IFS
5479 test -z "$as_dir" && as_dir=.
5480 for ac_exec_ext in '' $ac_executable_extensions; do
5481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5482 ac_cv_prog_ac_ct_RANLIB="ranlib"
5483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5484 break 2
5486 done
5487 done
5488 IFS=$as_save_IFS
5492 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5493 if test -n "$ac_ct_RANLIB"; then
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5495 $as_echo "$ac_ct_RANLIB" >&6; }
5496 else
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5498 $as_echo "no" >&6; }
5501 if test "x$ac_ct_RANLIB" = x; then
5502 RANLIB=":"
5503 else
5504 case $cross_compiling:$ac_tool_warned in
5505 yes:)
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5507 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5508 ac_tool_warned=yes ;;
5509 esac
5510 RANLIB=$ac_ct_RANLIB
5512 else
5513 RANLIB="$ac_cv_prog_RANLIB"
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5517 $as_echo_n "checking whether ln -s works... " >&6; }
5518 LN_S=$as_ln_s
5519 if test "$LN_S" = "ln -s"; then
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5521 $as_echo "yes" >&6; }
5522 else
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5524 $as_echo "no, using $LN_S" >&6; }
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5528 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5529 if ${ac_cv_path_GREP+:} false; then :
5530 $as_echo_n "(cached) " >&6
5531 else
5532 if test -z "$GREP"; then
5533 ac_path_GREP_found=false
5534 # Loop through the user's path and test for each of PROGNAME-LIST
5535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5536 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5538 IFS=$as_save_IFS
5539 test -z "$as_dir" && as_dir=.
5540 for ac_prog in grep ggrep; do
5541 for ac_exec_ext in '' $ac_executable_extensions; do
5542 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5543 as_fn_executable_p "$ac_path_GREP" || continue
5544 # Check for GNU ac_path_GREP and select it if it is found.
5545 # Check for GNU $ac_path_GREP
5546 case `"$ac_path_GREP" --version 2>&1` in
5547 *GNU*)
5548 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5550 ac_count=0
5551 $as_echo_n 0123456789 >"conftest.in"
5552 while :
5554 cat "conftest.in" "conftest.in" >"conftest.tmp"
5555 mv "conftest.tmp" "conftest.in"
5556 cp "conftest.in" "conftest.nl"
5557 $as_echo 'GREP' >> "conftest.nl"
5558 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5559 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5560 as_fn_arith $ac_count + 1 && ac_count=$as_val
5561 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5562 # Best one so far, save it but keep looking for a better one
5563 ac_cv_path_GREP="$ac_path_GREP"
5564 ac_path_GREP_max=$ac_count
5566 # 10*(2^10) chars as input seems more than enough
5567 test $ac_count -gt 10 && break
5568 done
5569 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5570 esac
5572 $ac_path_GREP_found && break 3
5573 done
5574 done
5575 done
5576 IFS=$as_save_IFS
5577 if test -z "$ac_cv_path_GREP"; then
5578 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5580 else
5581 ac_cv_path_GREP=$GREP
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5586 $as_echo "$ac_cv_path_GREP" >&6; }
5587 GREP="$ac_cv_path_GREP"
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5591 $as_echo_n "checking for egrep... " >&6; }
5592 if ${ac_cv_path_EGREP+:} false; then :
5593 $as_echo_n "(cached) " >&6
5594 else
5595 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5596 then ac_cv_path_EGREP="$GREP -E"
5597 else
5598 if test -z "$EGREP"; then
5599 ac_path_EGREP_found=false
5600 # Loop through the user's path and test for each of PROGNAME-LIST
5601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5602 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5604 IFS=$as_save_IFS
5605 test -z "$as_dir" && as_dir=.
5606 for ac_prog in egrep; do
5607 for ac_exec_ext in '' $ac_executable_extensions; do
5608 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5609 as_fn_executable_p "$ac_path_EGREP" || continue
5610 # Check for GNU ac_path_EGREP and select it if it is found.
5611 # Check for GNU $ac_path_EGREP
5612 case `"$ac_path_EGREP" --version 2>&1` in
5613 *GNU*)
5614 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5616 ac_count=0
5617 $as_echo_n 0123456789 >"conftest.in"
5618 while :
5620 cat "conftest.in" "conftest.in" >"conftest.tmp"
5621 mv "conftest.tmp" "conftest.in"
5622 cp "conftest.in" "conftest.nl"
5623 $as_echo 'EGREP' >> "conftest.nl"
5624 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5625 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5626 as_fn_arith $ac_count + 1 && ac_count=$as_val
5627 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5628 # Best one so far, save it but keep looking for a better one
5629 ac_cv_path_EGREP="$ac_path_EGREP"
5630 ac_path_EGREP_max=$ac_count
5632 # 10*(2^10) chars as input seems more than enough
5633 test $ac_count -gt 10 && break
5634 done
5635 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5636 esac
5638 $ac_path_EGREP_found && break 3
5639 done
5640 done
5641 done
5642 IFS=$as_save_IFS
5643 if test -z "$ac_cv_path_EGREP"; then
5644 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5646 else
5647 ac_cv_path_EGREP=$EGREP
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5653 $as_echo "$ac_cv_path_EGREP" >&6; }
5654 EGREP="$ac_cv_path_EGREP"
5657 # Extract the first word of "ldconfig", so it can be a program name with args.
5658 set dummy ldconfig; ac_word=$2
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5660 $as_echo_n "checking for $ac_word... " >&6; }
5661 if ${ac_cv_path_LDCONFIG+:} false; then :
5662 $as_echo_n "(cached) " >&6
5663 else
5664 case $LDCONFIG in
5665 [\\/]* | ?:[\\/]*)
5666 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5670 for as_dir in /sbin /usr/sbin $PATH
5672 IFS=$as_save_IFS
5673 test -z "$as_dir" && as_dir=.
5674 for ac_exec_ext in '' $ac_executable_extensions; do
5675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5676 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5678 break 2
5680 done
5681 done
5682 IFS=$as_save_IFS
5684 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5686 esac
5688 LDCONFIG=$ac_cv_path_LDCONFIG
5689 if test -n "$LDCONFIG"; then
5690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5691 $as_echo "$LDCONFIG" >&6; }
5692 else
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5694 $as_echo "no" >&6; }
5698 for ac_prog in msgfmt
5700 # Extract the first word of "$ac_prog", so it can be a program name with args.
5701 set dummy $ac_prog; ac_word=$2
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5703 $as_echo_n "checking for $ac_word... " >&6; }
5704 if ${ac_cv_prog_MSGFMT+:} false; then :
5705 $as_echo_n "(cached) " >&6
5706 else
5707 if test -n "$MSGFMT"; then
5708 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5709 else
5710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5711 for as_dir in $PATH
5713 IFS=$as_save_IFS
5714 test -z "$as_dir" && as_dir=.
5715 for ac_exec_ext in '' $ac_executable_extensions; do
5716 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5717 ac_cv_prog_MSGFMT="$ac_prog"
5718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5719 break 2
5721 done
5722 done
5723 IFS=$as_save_IFS
5727 MSGFMT=$ac_cv_prog_MSGFMT
5728 if test -n "$MSGFMT"; then
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5730 $as_echo "$MSGFMT" >&6; }
5731 else
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5733 $as_echo "no" >&6; }
5737 test -n "$MSGFMT" && break
5738 done
5739 test -n "$MSGFMT" || MSGFMT="false"
5741 if ${ac_tool_prefix+:} false; then :
5742 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5743 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5745 $as_echo_n "checking for $ac_word... " >&6; }
5746 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5747 $as_echo_n "(cached) " >&6
5748 else
5749 if test -n "$PKG_CONFIG"; then
5750 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5751 else
5752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5753 for as_dir in $PATH
5755 IFS=$as_save_IFS
5756 test -z "$as_dir" && as_dir=.
5757 for ac_exec_ext in '' $ac_executable_extensions; do
5758 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5759 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5761 break 2
5763 done
5764 done
5765 IFS=$as_save_IFS
5769 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5770 if test -n "$PKG_CONFIG"; then
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5772 $as_echo "$PKG_CONFIG" >&6; }
5773 else
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5775 $as_echo "no" >&6; }
5780 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5781 if test "x$cross_compiling" = xyes; then :
5783 else
5784 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5785 # Extract the first word of "pkg-config", so it can be a program name with args.
5786 set dummy pkg-config; ac_word=$2
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5788 $as_echo_n "checking for $ac_word... " >&6; }
5789 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5790 $as_echo_n "(cached) " >&6
5791 else
5792 if test -n "$PKG_CONFIG"; then
5793 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5794 else
5795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5796 for as_dir in $PATH
5798 IFS=$as_save_IFS
5799 test -z "$as_dir" && as_dir=.
5800 for ac_exec_ext in '' $ac_executable_extensions; do
5801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5802 ac_cv_prog_PKG_CONFIG="pkg-config"
5803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5804 break 2
5806 done
5807 done
5808 IFS=$as_save_IFS
5812 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5813 if test -n "$PKG_CONFIG"; then
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5815 $as_echo "$PKG_CONFIG" >&6; }
5816 else
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5818 $as_echo "no" >&6; }
5823 else
5824 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5827 if test "x$enable_maintainer_mode" != "xyes"
5828 then
5829 FONTFORGE=""
5830 RSVG=""
5831 CONVERT=""
5832 ICOTOOL=""
5833 else
5834 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5835 for ac_prog in fontforge
5837 # Extract the first word of "$ac_prog", so it can be a program name with args.
5838 set dummy $ac_prog; ac_word=$2
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5840 $as_echo_n "checking for $ac_word... " >&6; }
5841 if ${ac_cv_prog_FONTFORGE+:} false; then :
5842 $as_echo_n "(cached) " >&6
5843 else
5844 if test -n "$FONTFORGE"; then
5845 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5846 else
5847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5848 for as_dir in $PATH
5850 IFS=$as_save_IFS
5851 test -z "$as_dir" && as_dir=.
5852 for ac_exec_ext in '' $ac_executable_extensions; do
5853 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5854 ac_cv_prog_FONTFORGE="$ac_prog"
5855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5856 break 2
5858 done
5859 done
5860 IFS=$as_save_IFS
5864 FONTFORGE=$ac_cv_prog_FONTFORGE
5865 if test -n "$FONTFORGE"; then
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5867 $as_echo "$FONTFORGE" >&6; }
5868 else
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5870 $as_echo "no" >&6; }
5874 test -n "$FONTFORGE" && break
5875 done
5876 test -n "$FONTFORGE" || FONTFORGE="false"
5878 for ac_prog in rsvg-convert rsvg
5880 # Extract the first word of "$ac_prog", so it can be a program name with args.
5881 set dummy $ac_prog; ac_word=$2
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5883 $as_echo_n "checking for $ac_word... " >&6; }
5884 if ${ac_cv_prog_RSVG+:} false; then :
5885 $as_echo_n "(cached) " >&6
5886 else
5887 if test -n "$RSVG"; then
5888 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5889 else
5890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5891 for as_dir in $PATH
5893 IFS=$as_save_IFS
5894 test -z "$as_dir" && as_dir=.
5895 for ac_exec_ext in '' $ac_executable_extensions; do
5896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5897 ac_cv_prog_RSVG="$ac_prog"
5898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5899 break 2
5901 done
5902 done
5903 IFS=$as_save_IFS
5907 RSVG=$ac_cv_prog_RSVG
5908 if test -n "$RSVG"; then
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5910 $as_echo "$RSVG" >&6; }
5911 else
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5913 $as_echo "no" >&6; }
5917 test -n "$RSVG" && break
5918 done
5919 test -n "$RSVG" || RSVG="false"
5921 for ac_prog in convert
5923 # Extract the first word of "$ac_prog", so it can be a program name with args.
5924 set dummy $ac_prog; ac_word=$2
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5926 $as_echo_n "checking for $ac_word... " >&6; }
5927 if ${ac_cv_prog_CONVERT+:} false; then :
5928 $as_echo_n "(cached) " >&6
5929 else
5930 if test -n "$CONVERT"; then
5931 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5932 else
5933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5934 for as_dir in $PATH
5936 IFS=$as_save_IFS
5937 test -z "$as_dir" && as_dir=.
5938 for ac_exec_ext in '' $ac_executable_extensions; do
5939 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5940 ac_cv_prog_CONVERT="$ac_prog"
5941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5942 break 2
5944 done
5945 done
5946 IFS=$as_save_IFS
5950 CONVERT=$ac_cv_prog_CONVERT
5951 if test -n "$CONVERT"; then
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5953 $as_echo "$CONVERT" >&6; }
5954 else
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5956 $as_echo "no" >&6; }
5960 test -n "$CONVERT" && break
5961 done
5962 test -n "$CONVERT" || CONVERT="false"
5964 for ac_prog in icotool
5966 # Extract the first word of "$ac_prog", so it can be a program name with args.
5967 set dummy $ac_prog; ac_word=$2
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5969 $as_echo_n "checking for $ac_word... " >&6; }
5970 if ${ac_cv_prog_ICOTOOL+:} false; then :
5971 $as_echo_n "(cached) " >&6
5972 else
5973 if test -n "$ICOTOOL"; then
5974 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5975 else
5976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5977 for as_dir in $PATH
5979 IFS=$as_save_IFS
5980 test -z "$as_dir" && as_dir=.
5981 for ac_exec_ext in '' $ac_executable_extensions; do
5982 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5983 ac_cv_prog_ICOTOOL="$ac_prog"
5984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5985 break 2
5987 done
5988 done
5989 IFS=$as_save_IFS
5993 ICOTOOL=$ac_cv_prog_ICOTOOL
5994 if test -n "$ICOTOOL"; then
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5996 $as_echo "$ICOTOOL" >&6; }
5997 else
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5999 $as_echo "no" >&6; }
6003 test -n "$ICOTOOL" && break
6004 done
6005 test -n "$ICOTOOL" || ICOTOOL="false"
6007 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6008 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6010 if test "$CONVERT" = false
6011 then
6012 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6013 else
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6015 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6016 convert_version=`convert --version | head -n1`
6017 if test "x$convert_version" != "x"
6018 then
6019 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6020 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6021 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6022 then
6023 CONVERT=false
6026 if test "$CONVERT" = false
6027 then
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6029 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6030 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6031 else
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6033 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6037 if test "$ICOTOOL" = false
6038 then
6039 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6040 else
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6042 $as_echo_n "checking for recent enough icotool... " >&6; }
6043 icotool_version=`icotool --version | head -n1`
6044 if test "x$icotool_version" != "x"
6045 then
6046 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6047 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6048 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6049 then
6050 ICOTOOL=false
6051 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6054 if test "$ICOTOOL" = false
6055 then
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6057 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6058 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6059 else
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6061 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6065 with_gettext=yes
6066 with_gettextpo=yes
6067 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6070 test "x$with_gettext" != xno || MSGFMT=false
6071 if test "$MSGFMT" != "false"
6072 then
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6074 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6075 cat >conftest.po <<EOF
6076 # comment
6077 msgctxt "ctxt"
6078 msgid "id"
6079 msgstr "str"
6081 if $MSGFMT -o /dev/null conftest.po 2>&5
6082 then
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6084 $as_echo "yes" >&6; }
6085 else
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6087 $as_echo "no" >&6; }
6088 MSGFMT=false
6091 if test "$MSGFMT" = false; then :
6092 case "x$with_gettext" in
6093 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6094 xno) ;;
6095 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6096 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6097 esac
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6102 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6103 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6104 $as_echo_n "(cached) " >&6
6105 else
6106 ac_check_lib_save_LIBS=$LIBS
6107 LIBS="-li386 $LIBS"
6108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6109 /* end confdefs.h. */
6111 /* Override any GCC internal prototype to avoid an error.
6112 Use char because int might match the return type of a GCC
6113 builtin and then its argument prototype would still apply. */
6114 #ifdef __cplusplus
6115 extern "C"
6116 #endif
6117 char i386_set_ldt ();
6119 main ()
6121 return i386_set_ldt ();
6123 return 0;
6125 _ACEOF
6126 if ac_fn_c_try_link "$LINENO"; then :
6127 ac_cv_lib_i386_i386_set_ldt=yes
6128 else
6129 ac_cv_lib_i386_i386_set_ldt=no
6131 rm -f core conftest.err conftest.$ac_objext \
6132 conftest$ac_exeext conftest.$ac_ext
6133 LIBS=$ac_check_lib_save_LIBS
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6136 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6137 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6138 cat >>confdefs.h <<_ACEOF
6139 #define HAVE_LIBI386 1
6140 _ACEOF
6142 LIBS="-li386 $LIBS"
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6147 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6148 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6149 $as_echo_n "(cached) " >&6
6150 else
6151 ac_check_lib_save_LIBS=$LIBS
6152 LIBS="-lossaudio $LIBS"
6153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6154 /* end confdefs.h. */
6156 /* Override any GCC internal prototype to avoid an error.
6157 Use char because int might match the return type of a GCC
6158 builtin and then its argument prototype would still apply. */
6159 #ifdef __cplusplus
6160 extern "C"
6161 #endif
6162 char _oss_ioctl ();
6164 main ()
6166 return _oss_ioctl ();
6168 return 0;
6170 _ACEOF
6171 if ac_fn_c_try_link "$LINENO"; then :
6172 ac_cv_lib_ossaudio__oss_ioctl=yes
6173 else
6174 ac_cv_lib_ossaudio__oss_ioctl=no
6176 rm -f core conftest.err conftest.$ac_objext \
6177 conftest$ac_exeext conftest.$ac_ext
6178 LIBS=$ac_check_lib_save_LIBS
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6181 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6182 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6183 cat >>confdefs.h <<_ACEOF
6184 #define HAVE_LIBOSSAUDIO 1
6185 _ACEOF
6187 LIBS="-lossaudio $LIBS"
6192 OPENGL_LIBS=""
6196 # Check whether --enable-largefile was given.
6197 if test "${enable_largefile+set}" = set; then :
6198 enableval=$enable_largefile;
6201 if test "$enable_largefile" != no; then
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6204 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6205 if ${ac_cv_sys_largefile_CC+:} false; then :
6206 $as_echo_n "(cached) " >&6
6207 else
6208 ac_cv_sys_largefile_CC=no
6209 if test "$GCC" != yes; then
6210 ac_save_CC=$CC
6211 while :; do
6212 # IRIX 6.2 and later do not support large files by default,
6213 # so use the C compiler's -n32 option if that helps.
6214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6215 /* end confdefs.h. */
6216 #include <sys/types.h>
6217 /* Check that off_t can represent 2**63 - 1 correctly.
6218 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6219 since some C++ compilers masquerading as C compilers
6220 incorrectly reject 9223372036854775807. */
6221 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6222 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6223 && LARGE_OFF_T % 2147483647 == 1)
6224 ? 1 : -1];
6226 main ()
6230 return 0;
6232 _ACEOF
6233 if ac_fn_c_try_compile "$LINENO"; then :
6234 break
6236 rm -f core conftest.err conftest.$ac_objext
6237 CC="$CC -n32"
6238 if ac_fn_c_try_compile "$LINENO"; then :
6239 ac_cv_sys_largefile_CC=' -n32'; break
6241 rm -f core conftest.err conftest.$ac_objext
6242 break
6243 done
6244 CC=$ac_save_CC
6245 rm -f conftest.$ac_ext
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6249 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6250 if test "$ac_cv_sys_largefile_CC" != no; then
6251 CC=$CC$ac_cv_sys_largefile_CC
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6255 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6256 if ${ac_cv_sys_file_offset_bits+:} false; then :
6257 $as_echo_n "(cached) " >&6
6258 else
6259 while :; do
6260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6261 /* end confdefs.h. */
6262 #include <sys/types.h>
6263 /* Check that off_t can represent 2**63 - 1 correctly.
6264 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6265 since some C++ compilers masquerading as C compilers
6266 incorrectly reject 9223372036854775807. */
6267 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6268 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6269 && LARGE_OFF_T % 2147483647 == 1)
6270 ? 1 : -1];
6272 main ()
6276 return 0;
6278 _ACEOF
6279 if ac_fn_c_try_compile "$LINENO"; then :
6280 ac_cv_sys_file_offset_bits=no; break
6282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6284 /* end confdefs.h. */
6285 #define _FILE_OFFSET_BITS 64
6286 #include <sys/types.h>
6287 /* Check that off_t can represent 2**63 - 1 correctly.
6288 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6289 since some C++ compilers masquerading as C compilers
6290 incorrectly reject 9223372036854775807. */
6291 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6292 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6293 && LARGE_OFF_T % 2147483647 == 1)
6294 ? 1 : -1];
6296 main ()
6300 return 0;
6302 _ACEOF
6303 if ac_fn_c_try_compile "$LINENO"; then :
6304 ac_cv_sys_file_offset_bits=64; break
6306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6307 ac_cv_sys_file_offset_bits=unknown
6308 break
6309 done
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6312 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6313 case $ac_cv_sys_file_offset_bits in #(
6314 no | unknown) ;;
6316 cat >>confdefs.h <<_ACEOF
6317 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6318 _ACEOF
6320 esac
6321 rm -rf conftest*
6322 if test $ac_cv_sys_file_offset_bits = unknown; then
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6324 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6325 if ${ac_cv_sys_large_files+:} false; then :
6326 $as_echo_n "(cached) " >&6
6327 else
6328 while :; do
6329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6330 /* end confdefs.h. */
6331 #include <sys/types.h>
6332 /* Check that off_t can represent 2**63 - 1 correctly.
6333 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6334 since some C++ compilers masquerading as C compilers
6335 incorrectly reject 9223372036854775807. */
6336 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6337 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6338 && LARGE_OFF_T % 2147483647 == 1)
6339 ? 1 : -1];
6341 main ()
6345 return 0;
6347 _ACEOF
6348 if ac_fn_c_try_compile "$LINENO"; then :
6349 ac_cv_sys_large_files=no; break
6351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6353 /* end confdefs.h. */
6354 #define _LARGE_FILES 1
6355 #include <sys/types.h>
6356 /* Check that off_t can represent 2**63 - 1 correctly.
6357 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6358 since some C++ compilers masquerading as C compilers
6359 incorrectly reject 9223372036854775807. */
6360 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6361 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6362 && LARGE_OFF_T % 2147483647 == 1)
6363 ? 1 : -1];
6365 main ()
6369 return 0;
6371 _ACEOF
6372 if ac_fn_c_try_compile "$LINENO"; then :
6373 ac_cv_sys_large_files=1; break
6375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6376 ac_cv_sys_large_files=unknown
6377 break
6378 done
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6381 $as_echo "$ac_cv_sys_large_files" >&6; }
6382 case $ac_cv_sys_large_files in #(
6383 no | unknown) ;;
6385 cat >>confdefs.h <<_ACEOF
6386 #define _LARGE_FILES $ac_cv_sys_large_files
6387 _ACEOF
6389 esac
6390 rm -rf conftest*
6397 ac_ext=c
6398 ac_cpp='$CPP $CPPFLAGS'
6399 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6400 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6401 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6403 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6404 # On Suns, sometimes $CPP names a directory.
6405 if test -n "$CPP" && test -d "$CPP"; then
6406 CPP=
6408 if test -z "$CPP"; then
6409 if ${ac_cv_prog_CPP+:} false; then :
6410 $as_echo_n "(cached) " >&6
6411 else
6412 # Double quotes because CPP needs to be expanded
6413 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6415 ac_preproc_ok=false
6416 for ac_c_preproc_warn_flag in '' yes
6418 # Use a header file that comes with gcc, so configuring glibc
6419 # with a fresh cross-compiler works.
6420 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6421 # <limits.h> exists even on freestanding compilers.
6422 # On the NeXT, cc -E runs the code through the compiler's parser,
6423 # not just through cpp. "Syntax error" is here to catch this case.
6424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6425 /* end confdefs.h. */
6426 #ifdef __STDC__
6427 # include <limits.h>
6428 #else
6429 # include <assert.h>
6430 #endif
6431 Syntax error
6432 _ACEOF
6433 if ac_fn_c_try_cpp "$LINENO"; then :
6435 else
6436 # Broken: fails on valid input.
6437 continue
6439 rm -f conftest.err conftest.i conftest.$ac_ext
6441 # OK, works on sane cases. Now check whether nonexistent headers
6442 # can be detected and how.
6443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6444 /* end confdefs.h. */
6445 #include <ac_nonexistent.h>
6446 _ACEOF
6447 if ac_fn_c_try_cpp "$LINENO"; then :
6448 # Broken: success on invalid input.
6449 continue
6450 else
6451 # Passes both tests.
6452 ac_preproc_ok=:
6453 break
6455 rm -f conftest.err conftest.i conftest.$ac_ext
6457 done
6458 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6459 rm -f conftest.i conftest.err conftest.$ac_ext
6460 if $ac_preproc_ok; then :
6461 break
6464 done
6465 ac_cv_prog_CPP=$CPP
6468 CPP=$ac_cv_prog_CPP
6469 else
6470 ac_cv_prog_CPP=$CPP
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6473 $as_echo "$CPP" >&6; }
6474 ac_preproc_ok=false
6475 for ac_c_preproc_warn_flag in '' yes
6477 # Use a header file that comes with gcc, so configuring glibc
6478 # with a fresh cross-compiler works.
6479 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6480 # <limits.h> exists even on freestanding compilers.
6481 # On the NeXT, cc -E runs the code through the compiler's parser,
6482 # not just through cpp. "Syntax error" is here to catch this case.
6483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6484 /* end confdefs.h. */
6485 #ifdef __STDC__
6486 # include <limits.h>
6487 #else
6488 # include <assert.h>
6489 #endif
6490 Syntax error
6491 _ACEOF
6492 if ac_fn_c_try_cpp "$LINENO"; then :
6494 else
6495 # Broken: fails on valid input.
6496 continue
6498 rm -f conftest.err conftest.i conftest.$ac_ext
6500 # OK, works on sane cases. Now check whether nonexistent headers
6501 # can be detected and how.
6502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6503 /* end confdefs.h. */
6504 #include <ac_nonexistent.h>
6505 _ACEOF
6506 if ac_fn_c_try_cpp "$LINENO"; then :
6507 # Broken: success on invalid input.
6508 continue
6509 else
6510 # Passes both tests.
6511 ac_preproc_ok=:
6512 break
6514 rm -f conftest.err conftest.i conftest.$ac_ext
6516 done
6517 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6518 rm -f conftest.i conftest.err conftest.$ac_ext
6519 if $ac_preproc_ok; then :
6521 else
6522 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6523 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6524 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6525 See \`config.log' for more details" "$LINENO" 5; }
6528 ac_ext=c
6529 ac_cpp='$CPP $CPPFLAGS'
6530 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6531 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6532 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6536 $as_echo_n "checking for ANSI C header files... " >&6; }
6537 if ${ac_cv_header_stdc+:} false; then :
6538 $as_echo_n "(cached) " >&6
6539 else
6540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6541 /* end confdefs.h. */
6542 #include <stdlib.h>
6543 #include <stdarg.h>
6544 #include <string.h>
6545 #include <float.h>
6548 main ()
6552 return 0;
6554 _ACEOF
6555 if ac_fn_c_try_compile "$LINENO"; then :
6556 ac_cv_header_stdc=yes
6557 else
6558 ac_cv_header_stdc=no
6560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6562 if test $ac_cv_header_stdc = yes; then
6563 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6565 /* end confdefs.h. */
6566 #include <string.h>
6568 _ACEOF
6569 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6570 $EGREP "memchr" >/dev/null 2>&1; then :
6572 else
6573 ac_cv_header_stdc=no
6575 rm -f conftest*
6579 if test $ac_cv_header_stdc = yes; then
6580 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6582 /* end confdefs.h. */
6583 #include <stdlib.h>
6585 _ACEOF
6586 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6587 $EGREP "free" >/dev/null 2>&1; then :
6589 else
6590 ac_cv_header_stdc=no
6592 rm -f conftest*
6596 if test $ac_cv_header_stdc = yes; then
6597 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6598 if test "$cross_compiling" = yes; then :
6600 else
6601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6602 /* end confdefs.h. */
6603 #include <ctype.h>
6604 #include <stdlib.h>
6605 #if ((' ' & 0x0FF) == 0x020)
6606 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6607 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6608 #else
6609 # define ISLOWER(c) \
6610 (('a' <= (c) && (c) <= 'i') \
6611 || ('j' <= (c) && (c) <= 'r') \
6612 || ('s' <= (c) && (c) <= 'z'))
6613 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6614 #endif
6616 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6618 main ()
6620 int i;
6621 for (i = 0; i < 256; i++)
6622 if (XOR (islower (i), ISLOWER (i))
6623 || toupper (i) != TOUPPER (i))
6624 return 2;
6625 return 0;
6627 _ACEOF
6628 if ac_fn_c_try_run "$LINENO"; then :
6630 else
6631 ac_cv_header_stdc=no
6633 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6634 conftest.$ac_objext conftest.beam conftest.$ac_ext
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6640 $as_echo "$ac_cv_header_stdc" >&6; }
6641 if test $ac_cv_header_stdc = yes; then
6643 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6647 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6648 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6649 inttypes.h stdint.h unistd.h
6650 do :
6651 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6652 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6654 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6655 cat >>confdefs.h <<_ACEOF
6656 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6657 _ACEOF
6661 done
6664 for ac_header in \
6665 AL/al.h \
6666 ApplicationServices/ApplicationServices.h \
6667 AudioToolbox/AudioConverter.h \
6668 AudioUnit/AudioUnit.h \
6669 AudioUnit/AudioComponent.h \
6670 CL/cl.h \
6671 Carbon/Carbon.h \
6672 CoreAudio/CoreAudio.h \
6673 CoreServices/CoreServices.h \
6674 DiskArbitration/DiskArbitration.h \
6675 IOKit/IOKitLib.h \
6676 IOKit/hid/IOHIDLib.h \
6677 OpenAL/al.h \
6678 OpenCL/opencl.h \
6679 QuickTime/ImageCompression.h \
6680 Security/Security.h \
6681 alias.h \
6682 alsa/asoundlib.h \
6683 arpa/inet.h \
6684 arpa/nameser.h \
6685 asm/types.h \
6686 asm/user.h \
6687 curses.h \
6688 direct.h \
6689 dirent.h \
6690 dlfcn.h \
6691 elf.h \
6692 float.h \
6693 fnmatch.h \
6694 getopt.h \
6695 gettext-po.h \
6696 grp.h \
6697 gsm.h \
6698 gsm/gsm.h \
6699 ieeefp.h \
6700 inet/mib2.h \
6701 io.h \
6702 kstat.h \
6703 lber.h \
6704 ldap.h \
6705 libproc.h \
6706 link.h \
6707 linux/cdrom.h \
6708 linux/compiler.h \
6709 linux/filter.h \
6710 linux/hdreg.h \
6711 linux/input.h \
6712 linux/ioctl.h \
6713 linux/joystick.h \
6714 linux/major.h \
6715 linux/param.h \
6716 linux/serial.h \
6717 linux/types.h \
6718 linux/ucdrom.h \
6719 lwp.h \
6720 mach-o/nlist.h \
6721 mach-o/loader.h \
6722 mach/mach.h \
6723 mach/machine.h \
6724 machine/cpu.h \
6725 machine/limits.h \
6726 machine/sysarch.h \
6727 mntent.h \
6728 ncurses.h \
6729 netdb.h \
6730 netinet/in.h \
6731 netinet/in_systm.h \
6732 netinet/tcp.h \
6733 netinet/tcp_fsm.h \
6734 pcap/pcap.h \
6735 poll.h \
6736 port.h \
6737 process.h \
6738 pthread.h \
6739 pwd.h \
6740 sched.h \
6741 scsi/scsi.h \
6742 scsi/scsi_ioctl.h \
6743 scsi/sg.h \
6744 stdbool.h \
6745 stdint.h \
6746 stropts.h \
6747 sys/asoundlib.h \
6748 sys/attr.h \
6749 sys/cdio.h \
6750 sys/elf32.h \
6751 sys/epoll.h \
6752 sys/event.h \
6753 sys/exec_elf.h \
6754 sys/filio.h \
6755 sys/inotify.h \
6756 sys/ioctl.h \
6757 sys/ipc.h \
6758 sys/limits.h \
6759 sys/link.h \
6760 sys/mman.h \
6761 sys/modem.h \
6762 sys/msg.h \
6763 sys/mtio.h \
6764 sys/param.h \
6765 sys/poll.h \
6766 sys/prctl.h \
6767 sys/protosw.h \
6768 sys/ptrace.h \
6769 sys/queue.h \
6770 sys/resource.h \
6771 sys/scsiio.h \
6772 sys/shm.h \
6773 sys/signal.h \
6774 sys/socket.h \
6775 sys/socketvar.h \
6776 sys/sockio.h \
6777 sys/statvfs.h \
6778 sys/strtio.h \
6779 sys/syscall.h \
6780 sys/tihdr.h \
6781 sys/time.h \
6782 sys/timeout.h \
6783 sys/times.h \
6784 sys/uio.h \
6785 sys/user.h \
6786 sys/utsname.h \
6787 sys/vm86.h \
6788 sys/vnode.h \
6789 sys/wait.h \
6790 syscall.h \
6791 termios.h \
6792 unistd.h \
6793 utime.h \
6794 valgrind/memcheck.h \
6795 valgrind/valgrind.h \
6796 zlib.h
6798 do :
6799 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6800 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6801 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6802 cat >>confdefs.h <<_ACEOF
6803 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6804 _ACEOF
6808 done
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6811 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6812 if ${ac_cv_header_stat_broken+:} false; then :
6813 $as_echo_n "(cached) " >&6
6814 else
6815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6816 /* end confdefs.h. */
6817 #include <sys/types.h>
6818 #include <sys/stat.h>
6820 #if defined S_ISBLK && defined S_IFDIR
6821 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6822 #endif
6824 #if defined S_ISBLK && defined S_IFCHR
6825 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6826 #endif
6828 #if defined S_ISLNK && defined S_IFREG
6829 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6830 #endif
6832 #if defined S_ISSOCK && defined S_IFREG
6833 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6834 #endif
6836 _ACEOF
6837 if ac_fn_c_try_compile "$LINENO"; then :
6838 ac_cv_header_stat_broken=no
6839 else
6840 ac_cv_header_stat_broken=yes
6842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6845 $as_echo "$ac_cv_header_stat_broken" >&6; }
6846 if test $ac_cv_header_stat_broken = yes; then
6848 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6854 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.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_PARAM_H
6859 # include <sys/param.h>
6860 #endif
6862 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6863 cat >>confdefs.h <<_ACEOF
6864 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6865 _ACEOF
6869 done
6872 for ac_header in \
6873 netinet/ip.h \
6874 net/if.h \
6875 net/if_arp.h \
6876 net/if_dl.h \
6877 net/if_types.h \
6878 net/route.h \
6879 netinet/if_ether.h \
6880 netinet/if_inarp.h \
6881 netinet/in_pcb.h \
6882 netinet/ip_icmp.h \
6883 netinet/ip_var.h \
6884 netinet/udp.h \
6885 netipx/ipx.h \
6886 sys/un.h \
6888 do :
6889 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6890 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6891 #ifdef HAVE_SYS_SOCKET_H
6892 # include <sys/socket.h>
6893 #endif
6894 #ifdef HAVE_SYS_SOCKETVAR_H
6895 # include <sys/socketvar.h>
6896 #endif
6897 #ifdef HAVE_NET_ROUTE_H
6898 # include <net/route.h>
6899 #endif
6900 #ifdef HAVE_NETINET_IN_H
6901 # include <netinet/in.h>
6902 #endif
6903 #ifdef HAVE_NETINET_IN_SYSTM_H
6904 # include <netinet/in_systm.h>
6905 #endif
6906 #ifdef HAVE_NET_IF_H
6907 # include <net/if.h>
6908 #endif
6909 #ifdef HAVE_NETINET_IP_H
6910 # include <netinet/ip.h>
6911 #endif
6913 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6914 cat >>confdefs.h <<_ACEOF
6915 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6916 _ACEOF
6920 done
6923 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6924 do :
6925 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6926 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6927 #ifdef HAVE_ALIAS_H
6928 # include <alias.h>
6929 #endif
6930 #ifdef HAVE_SYS_SOCKET_H
6931 # include <sys/socket.h>
6932 #endif
6933 #ifdef HAVE_SYS_SOCKETVAR_H
6934 # include <sys/socketvar.h>
6935 #endif
6936 #ifdef HAVE_SYS_TIMEOUT_H
6937 # include <sys/timeout.h>
6938 #endif
6939 #ifdef HAVE_NETINET_IN_H
6940 # include <netinet/in.h>
6941 #endif
6942 #ifdef HAVE_NETINET_IN_SYSTM_H
6943 # include <netinet/in_systm.h>
6944 #endif
6945 #ifdef HAVE_NETINET_IP_H
6946 # include <netinet/ip.h>
6947 #endif
6948 #ifdef HAVE_NETINET_IP_VAR_H
6949 # include <netinet/ip_var.h>
6950 #endif
6951 #ifdef HAVE_NETINET_IP_ICMP_H
6952 # include <netinet/ip_icmp.h>
6953 #endif
6954 #ifdef HAVE_NETINET_UDP_H
6955 # include <netinet/udp.h>
6956 #endif
6957 #ifdef HAVE_NETINET_TCP_H
6958 # include <netinet/tcp.h>
6959 #endif
6960 #ifdef HAVE_NETINET_TCP_TIMER_H
6961 #include <netinet/tcp_timer.h>
6962 #endif
6964 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6965 cat >>confdefs.h <<_ACEOF
6966 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6967 _ACEOF
6971 done
6974 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6975 do :
6976 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6977 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6978 #ifdef HAVE_ASM_TYPES_H
6979 # include <asm/types.h>
6980 #endif
6981 #ifdef HAVE_SYS_SOCKET_H
6982 # include <sys/socket.h>
6983 #endif
6984 #ifdef HAVE_LINUX_TYPES_H
6985 # include <linux/types.h>
6986 #endif
6988 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6989 cat >>confdefs.h <<_ACEOF
6990 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6991 _ACEOF
6995 done
6998 for ac_header in mach-o/dyld_images.h
6999 do :
7000 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7001 # include <stdbool.h>
7002 #endif
7003 #ifdef HAVE_STDINT_H
7004 # include <stdint.h>
7005 #endif
7007 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7008 cat >>confdefs.h <<_ACEOF
7009 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7010 _ACEOF
7014 done
7017 for ac_header in resolv.h
7018 do :
7019 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7020 #ifdef HAVE_SYS_SOCKET_H
7021 # include <sys/socket.h>
7022 #endif
7023 #ifdef HAVE_NETINET_IN_H
7024 # include <netinet/in.h>
7025 #endif
7026 #ifdef HAVE_ARPA_NAMESER_H
7027 # include <arpa/nameser.h>
7028 #endif
7030 if test "x$ac_cv_header_resolv_h" = xyes; then :
7031 cat >>confdefs.h <<_ACEOF
7032 #define HAVE_RESOLV_H 1
7033 _ACEOF
7037 done
7040 for ac_header in ifaddrs.h
7041 do :
7042 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7044 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7045 cat >>confdefs.h <<_ACEOF
7046 #define HAVE_IFADDRS_H 1
7047 _ACEOF
7051 done
7054 for ac_header in sys/ucontext.h
7055 do :
7056 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7058 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7059 cat >>confdefs.h <<_ACEOF
7060 #define HAVE_SYS_UCONTEXT_H 1
7061 _ACEOF
7065 done
7068 for ac_header in sys/thr.h
7069 do :
7070 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7071 #ifdef HAVE_SYS_UCONTEXT_H
7072 #include <sys/ucontext.h>
7073 #endif
7075 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7076 cat >>confdefs.h <<_ACEOF
7077 #define HAVE_SYS_THR_H 1
7078 _ACEOF
7082 done
7085 for ac_header in pthread_np.h
7086 do :
7087 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7088 #include <pthread.h>
7089 #endif
7091 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7092 cat >>confdefs.h <<_ACEOF
7093 #define HAVE_PTHREAD_NP_H 1
7094 _ACEOF
7098 done
7101 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7102 do :
7103 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7104 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7105 #include <sys/time.h>
7106 #endif
7107 #include <sys/types.h>
7108 #ifdef HAVE_ASM_TYPES_H
7109 #include <asm/types.h>
7110 #endif
7112 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7113 cat >>confdefs.h <<_ACEOF
7114 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7115 _ACEOF
7119 done
7122 for ac_header in libprocstat.h
7123 do :
7124 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7125 #include <sys/param.h>
7126 #endif
7127 #ifdef HAVE_SYS_QUEUE_H
7128 #include <sys/queue.h>
7129 #endif
7130 #ifdef HAVE_SYS_SOCKET_H
7131 #include <sys/socket.h>
7132 #endif
7134 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7135 cat >>confdefs.h <<_ACEOF
7136 #define HAVE_LIBPROCSTAT_H 1
7137 _ACEOF
7141 done
7145 dlldir="\${libdir}/wine"
7147 DLLFLAGS="-D_REENTRANT"
7149 LDRPATH_INSTALL=""
7151 LDRPATH_LOCAL=""
7153 LDEXECFLAGS=""
7155 LIBEXT="so"
7156 DLLEXT=".so"
7157 IMPLIBEXT="def"
7158 STATIC_IMPLIBEXT="def.a"
7159 # Extract the first word of "ldd", so it can be a program name with args.
7160 set dummy ldd; ac_word=$2
7161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7162 $as_echo_n "checking for $ac_word... " >&6; }
7163 if ${ac_cv_path_LDD+:} false; then :
7164 $as_echo_n "(cached) " >&6
7165 else
7166 case $LDD in
7167 [\\/]* | ?:[\\/]*)
7168 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7172 as_dummy="/sbin:/usr/sbin:$PATH"
7173 for as_dir in $as_dummy
7175 IFS=$as_save_IFS
7176 test -z "$as_dir" && as_dir=.
7177 for ac_exec_ext in '' $ac_executable_extensions; do
7178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7179 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7181 break 2
7183 done
7184 done
7185 IFS=$as_save_IFS
7187 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7189 esac
7191 LDD=$ac_cv_path_LDD
7192 if test -n "$LDD"; then
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7194 $as_echo "$LDD" >&6; }
7195 else
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7197 $as_echo "no" >&6; }
7201 if test -n "$ac_tool_prefix"; then
7202 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7203 set dummy ${ac_tool_prefix}otool; ac_word=$2
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7205 $as_echo_n "checking for $ac_word... " >&6; }
7206 if ${ac_cv_prog_OTOOL+:} false; then :
7207 $as_echo_n "(cached) " >&6
7208 else
7209 if test -n "$OTOOL"; then
7210 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7211 else
7212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7213 for as_dir in $PATH
7215 IFS=$as_save_IFS
7216 test -z "$as_dir" && as_dir=.
7217 for ac_exec_ext in '' $ac_executable_extensions; do
7218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7219 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7221 break 2
7223 done
7224 done
7225 IFS=$as_save_IFS
7229 OTOOL=$ac_cv_prog_OTOOL
7230 if test -n "$OTOOL"; then
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7232 $as_echo "$OTOOL" >&6; }
7233 else
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7235 $as_echo "no" >&6; }
7240 if test -z "$ac_cv_prog_OTOOL"; then
7241 ac_ct_OTOOL=$OTOOL
7242 # Extract the first word of "otool", so it can be a program name with args.
7243 set dummy otool; ac_word=$2
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7245 $as_echo_n "checking for $ac_word... " >&6; }
7246 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7247 $as_echo_n "(cached) " >&6
7248 else
7249 if test -n "$ac_ct_OTOOL"; then
7250 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7251 else
7252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7253 for as_dir in $PATH
7255 IFS=$as_save_IFS
7256 test -z "$as_dir" && as_dir=.
7257 for ac_exec_ext in '' $ac_executable_extensions; do
7258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7259 ac_cv_prog_ac_ct_OTOOL="otool"
7260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7261 break 2
7263 done
7264 done
7265 IFS=$as_save_IFS
7269 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7270 if test -n "$ac_ct_OTOOL"; then
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7272 $as_echo "$ac_ct_OTOOL" >&6; }
7273 else
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7275 $as_echo "no" >&6; }
7278 if test "x$ac_ct_OTOOL" = x; then
7279 OTOOL="otool"
7280 else
7281 case $cross_compiling:$ac_tool_warned in
7282 yes:)
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7284 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7285 ac_tool_warned=yes ;;
7286 esac
7287 OTOOL=$ac_ct_OTOOL
7289 else
7290 OTOOL="$ac_cv_prog_OTOOL"
7293 if test -n "$ac_tool_prefix"; then
7294 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7295 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7297 $as_echo_n "checking for $ac_word... " >&6; }
7298 if ${ac_cv_prog_READELF+:} false; then :
7299 $as_echo_n "(cached) " >&6
7300 else
7301 if test -n "$READELF"; then
7302 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7303 else
7304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7305 for as_dir in $PATH
7307 IFS=$as_save_IFS
7308 test -z "$as_dir" && as_dir=.
7309 for ac_exec_ext in '' $ac_executable_extensions; do
7310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7311 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7313 break 2
7315 done
7316 done
7317 IFS=$as_save_IFS
7321 READELF=$ac_cv_prog_READELF
7322 if test -n "$READELF"; then
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7324 $as_echo "$READELF" >&6; }
7325 else
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7327 $as_echo "no" >&6; }
7332 if test -z "$ac_cv_prog_READELF"; then
7333 ac_ct_READELF=$READELF
7334 # Extract the first word of "readelf", so it can be a program name with args.
7335 set dummy readelf; ac_word=$2
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7337 $as_echo_n "checking for $ac_word... " >&6; }
7338 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7339 $as_echo_n "(cached) " >&6
7340 else
7341 if test -n "$ac_ct_READELF"; then
7342 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7343 else
7344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7345 for as_dir in $PATH
7347 IFS=$as_save_IFS
7348 test -z "$as_dir" && as_dir=.
7349 for ac_exec_ext in '' $ac_executable_extensions; do
7350 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7351 ac_cv_prog_ac_ct_READELF="readelf"
7352 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7353 break 2
7355 done
7356 done
7357 IFS=$as_save_IFS
7361 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7362 if test -n "$ac_ct_READELF"; then
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7364 $as_echo "$ac_ct_READELF" >&6; }
7365 else
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7367 $as_echo "no" >&6; }
7370 if test "x$ac_ct_READELF" = x; then
7371 READELF="true"
7372 else
7373 case $cross_compiling:$ac_tool_warned in
7374 yes:)
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7376 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7377 ac_tool_warned=yes ;;
7378 esac
7379 READELF=$ac_ct_READELF
7381 else
7382 READELF="$ac_cv_prog_READELF"
7385 wine_rules_file=conf$$rules.make
7386 rm -f $wine_rules_file
7387 ALL_POT_FILES=""
7388 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7389 ALL_TEST_RESOURCES=""
7392 wine_fn_append_file ()
7394 as_fn_append $1 " \\$as_nl $2"
7397 wine_fn_ignore_file ()
7399 case "$1" in
7400 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7401 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7402 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7403 esac
7406 wine_fn_append_rule ()
7408 $as_echo "$1" >>$wine_rules_file
7411 wine_fn_has_flag ()
7413 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7416 wine_fn_depend_rules ()
7418 wine_fn_append_rule \
7419 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7420 \$(MAKEDEP) $ac_dir
7421 depend: $ac_dir/depend
7422 .PHONY: $ac_dir/depend
7423 $ac_dir/depend: \$(MAKEDEP) dummy
7424 \$(MAKEDEP) $ac_dir"
7427 wine_fn_pot_rules ()
7429 test "x$with_gettextpo" = xyes || return
7431 if wine_fn_has_flag mc
7432 then
7433 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7434 wine_fn_append_rule \
7435 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7436 @cd $ac_dir && \$(MAKE) msg.pot
7437 $ac_dir/msg.pot: tools/wmc include"
7439 if wine_fn_has_flag po
7440 then
7441 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7442 wine_fn_append_rule \
7443 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7444 @cd $ac_dir && \$(MAKE) rsrc.pot
7445 $ac_dir/rsrc.pot: tools/wrc include"
7449 wine_fn_all_rules ()
7451 wine_fn_depend_rules
7452 wine_fn_append_rule \
7453 "all: $ac_dir
7454 .PHONY: $ac_dir
7455 $ac_dir: $ac_dir/Makefile dummy
7456 @cd $ac_dir && \$(MAKE)"
7459 wine_fn_install_rules ()
7461 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7463 wine_fn_append_rule \
7464 ".PHONY: $ac_dir/install $ac_dir/uninstall
7465 $ac_dir/install:: $ac_dir
7466 @cd $ac_dir && \$(MAKE) install
7467 $ac_dir/uninstall:: $ac_dir/Makefile
7468 @cd $ac_dir && \$(MAKE) uninstall
7469 install:: $ac_dir/install
7470 __uninstall__: $ac_dir/uninstall"
7472 if wine_fn_has_flag install-lib
7473 then
7474 wine_fn_append_rule \
7475 ".PHONY: $ac_dir/install-lib
7476 $ac_dir/install-lib:: $ac_dir
7477 @cd $ac_dir && \$(MAKE) install-lib
7478 install-lib:: $ac_dir/install-lib"
7481 if wine_fn_has_flag install-dev
7482 then
7483 wine_fn_append_rule \
7484 ".PHONY: $ac_dir/install-dev
7485 $ac_dir/install-dev:: $ac_dir
7486 @cd $ac_dir && \$(MAKE) install-dev
7487 install-dev:: $ac_dir/install-dev"
7491 wine_fn_clean_rules ()
7493 ac_clean=$@
7494 ac_extraclean="$ac_dir/Makefile"
7495 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7496 case $ac_dir in
7497 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7498 esac
7500 if wine_fn_has_flag clean
7501 then
7502 wine_fn_append_rule \
7503 "__clean__: $ac_dir/clean
7504 .PHONY: $ac_dir/clean
7505 $ac_dir/clean: $ac_dir/Makefile
7506 @cd $ac_dir && \$(MAKE) clean
7507 \$(RM) $ac_extraclean"
7508 else
7509 wine_fn_append_rule \
7510 "__clean__: $ac_dir/clean
7511 .PHONY: $ac_dir/clean
7512 $ac_dir/clean: dummy
7513 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7517 wine_fn_disabled_rules ()
7519 ac_clean=$@
7520 ac_extraclean="$ac_dir/Makefile"
7521 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7523 wine_fn_append_rule \
7524 "__clean__: $ac_dir/clean
7525 .PHONY: $ac_dir/clean
7526 $ac_dir/clean: dummy
7527 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7530 wine_fn_config_makefile ()
7532 ac_dir=$1
7533 ac_enable=$2
7534 ac_flags=$3
7536 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7537 wine_fn_disabled_rules; return
7539 wine_fn_all_rules
7540 wine_fn_install_rules
7541 wine_fn_clean_rules
7544 wine_fn_config_lib ()
7546 ac_name=$1
7547 ac_flags=$2
7548 ac_dir=dlls/$ac_name
7549 ac_deps="include"
7551 if test "x$enable_tools" = xno; then :
7553 else
7554 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7556 wine_fn_all_rules
7557 wine_fn_clean_rules
7559 wine_fn_append_rule \
7560 ".PHONY: $ac_dir/install $ac_dir/uninstall
7561 $ac_dir/install:: $ac_dir
7562 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7563 $ac_dir/uninstall::
7564 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7565 install install-dev:: $ac_dir/install
7566 __uninstall__: $ac_dir/uninstall
7567 __builddeps__: $ac_dir
7568 $ac_dir: $ac_deps"
7571 wine_fn_config_dll ()
7573 ac_name=$1
7574 ac_dir=dlls/$ac_name
7575 ac_enable=$2
7576 ac_flags=$3
7577 ac_implib=${4:-$ac_name}
7578 ac_file=$ac_dir/lib$ac_implib
7579 ac_dll=$ac_name
7580 ac_deps="include"
7581 ac_implibflags=""
7583 if test "x$enable_tools" = xno; then :
7585 else
7586 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7588 case $ac_name in
7589 *16) ac_implibflags=" -m16" ;;
7590 *.*) ;;
7591 *) ac_dll=$ac_dll.dll ;;
7592 esac
7594 ac_clean=
7595 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7596 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7597 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7598 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7600 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7601 if test "$ac_enable" != enable_win16
7602 then
7603 wine_fn_depend_rules
7604 wine_fn_clean_rules $ac_clean
7605 wine_fn_pot_rules
7606 else
7607 wine_fn_disabled_rules $ac_clean
7608 return
7610 else
7611 wine_fn_all_rules
7612 wine_fn_clean_rules $ac_clean
7613 wine_fn_append_rule \
7614 "$ac_dir: __builddeps__
7615 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7616 @cd $ac_dir && \$(MAKE) \$@
7617 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7618 install install-lib:: $ac_dir/install-lib
7619 __uninstall__: $ac_dir/uninstall"
7620 if test -n "$DLLEXT"
7621 then
7622 wine_fn_append_rule \
7623 "$ac_dir/install-lib:: $ac_dir
7624 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7625 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7626 $ac_dir/uninstall::
7627 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7628 else
7629 wine_fn_append_rule \
7630 "$ac_dir/install-lib:: $ac_dir
7631 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7632 $ac_dir/uninstall::
7633 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7636 wine_fn_pot_rules
7639 if wine_fn_has_flag staticimplib
7640 then
7641 wine_fn_append_rule \
7642 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7643 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7644 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7645 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7646 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7647 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7648 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7649 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7650 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7651 $ac_dir/uninstall::
7652 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7653 install install-dev:: $ac_dir/install-dev
7654 __uninstall__: $ac_dir/uninstall"
7656 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7657 then
7658 wine_fn_append_rule \
7659 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7660 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7661 $ac_dir/uninstall::
7662 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7665 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7666 then
7667 wine_fn_append_rule \
7668 "__builddeps__: $ac_file.cross.a
7669 $ac_file.cross.a: $ac_dir/Makefile dummy
7670 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7673 elif wine_fn_has_flag implib
7674 then
7675 wine_fn_append_rule \
7676 "__builddeps__: $ac_file.$IMPLIBEXT
7677 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7678 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7679 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7680 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7681 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7682 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7683 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7684 $ac_dir/uninstall::
7685 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7686 install install-dev:: $ac_dir/install-dev
7687 __uninstall__: $ac_dir/uninstall"
7688 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7689 then
7690 wine_fn_append_rule \
7691 "__builddeps__: $ac_file.cross.a
7692 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7693 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7696 if test "$ac_name" != "$ac_implib"
7697 then
7698 wine_fn_append_rule \
7699 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7700 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7701 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7702 clean::
7703 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7704 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7705 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7706 then
7707 wine_fn_append_rule \
7708 "__builddeps__: dlls/lib$ac_implib.cross.a
7709 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7710 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7711 clean::
7712 \$(RM) dlls/lib$ac_implib.cross.a"
7713 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7719 wine_fn_config_program ()
7721 ac_name=$1
7722 ac_dir=programs/$ac_name
7723 ac_enable=$2
7724 ac_flags=$3
7725 ac_program=$ac_name
7727 case $ac_name in
7728 *.*) ;;
7729 *) ac_program=$ac_program.exe ;;
7730 esac
7732 ac_clean=
7733 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7734 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7735 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7736 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7738 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7739 wine_fn_disabled_rules $ac_clean; return
7742 wine_fn_all_rules
7743 wine_fn_clean_rules $ac_clean
7744 wine_fn_append_rule "$ac_dir: __builddeps__"
7745 wine_fn_pot_rules
7747 wine_fn_has_flag install || return
7748 wine_fn_append_rule \
7749 ".PHONY: $ac_dir/install $ac_dir/uninstall
7750 install install-lib:: $ac_dir/install
7751 __uninstall__: $ac_dir/uninstall"
7753 if test -n "$DLLEXT"
7754 then
7755 wine_fn_append_rule \
7756 "$ac_dir/install:: $ac_dir
7757 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7758 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7759 $ac_dir/uninstall::
7760 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7762 if test -z "$with_wine64" && wine_fn_has_flag installbin
7763 then
7764 wine_fn_append_rule \
7765 "$ac_dir/install:: __tooldeps__
7766 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7767 $ac_dir/uninstall::
7768 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7770 else
7771 wine_fn_append_rule \
7772 "$ac_dir/install:: $ac_dir
7773 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7774 $ac_dir/uninstall::
7775 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7778 if test -z "$with_wine64" && wine_fn_has_flag manpage
7779 then
7780 wine_fn_append_rule \
7781 "$ac_dir/install:: $ac_dir
7782 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7783 $ac_dir/uninstall::
7784 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7788 wine_fn_config_test ()
7790 ac_dir=$1
7791 ac_name=$2
7792 ac_flags=$3
7794 ac_clean=
7795 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7796 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7798 if test "x$enable_tests" = xno; then :
7799 wine_fn_disabled_rules $ac_clean; return
7802 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7803 wine_fn_all_rules
7804 wine_fn_clean_rules $ac_clean
7806 wine_fn_append_rule \
7807 "$ac_dir: programs/winetest/Makefile __builddeps__
7808 programs/winetest: $ac_dir
7809 check test: $ac_dir/test
7810 .PHONY: $ac_dir/test
7811 $ac_dir/test: dummy
7812 @cd $ac_dir && \$(MAKE) test
7813 testclean::
7814 \$(RM) $ac_dir/*.ok"
7816 if test -n "$CROSSTARGET"
7817 then
7818 wine_fn_append_rule \
7819 "crosstest: $ac_dir/crosstest
7820 .PHONY: $ac_dir/crosstest
7821 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7822 @cd $ac_dir && \$(MAKE) crosstest"
7826 wine_fn_config_tool ()
7828 ac_dir=$1
7829 ac_flags=$2
7830 if test "x$enable_tools" = xno; then :
7831 return
7834 wine_fn_all_rules
7835 wine_fn_install_rules
7836 wine_fn_clean_rules
7838 wine_fn_append_rule "__tooldeps__: $ac_dir"
7839 wine_fn_append_rule "$ac_dir: libs/port"
7840 case $ac_dir in
7841 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7842 esac
7845 wine_fn_config_symlink ()
7847 ac_linkdir=
7848 if test "x$1" = "x-d"
7849 then
7850 ac_linkdir=$2
7851 shift; shift
7853 ac_links=$@
7854 wine_fn_append_rule \
7855 "$ac_links:
7856 @./config.status \$@
7857 distclean::
7858 \$(RM) $ac_links"
7859 for f in $ac_links; do wine_fn_ignore_file $f; done
7860 test -n "$ac_linkdir" || return
7861 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7864 wine_binary="wine"
7865 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7866 WINELOADER_PROGRAMS="$wine_binary"
7868 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7870 case $host_os in
7871 cygwin*|mingw32*)
7872 if test -n "$ac_tool_prefix"; then
7873 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7874 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7876 $as_echo_n "checking for $ac_word... " >&6; }
7877 if ${ac_cv_prog_DLLTOOL+:} false; then :
7878 $as_echo_n "(cached) " >&6
7879 else
7880 if test -n "$DLLTOOL"; then
7881 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7882 else
7883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7884 for as_dir in $PATH
7886 IFS=$as_save_IFS
7887 test -z "$as_dir" && as_dir=.
7888 for ac_exec_ext in '' $ac_executable_extensions; do
7889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7890 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7892 break 2
7894 done
7895 done
7896 IFS=$as_save_IFS
7900 DLLTOOL=$ac_cv_prog_DLLTOOL
7901 if test -n "$DLLTOOL"; then
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7903 $as_echo "$DLLTOOL" >&6; }
7904 else
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7906 $as_echo "no" >&6; }
7911 if test -z "$ac_cv_prog_DLLTOOL"; then
7912 ac_ct_DLLTOOL=$DLLTOOL
7913 # Extract the first word of "dlltool", so it can be a program name with args.
7914 set dummy dlltool; ac_word=$2
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7916 $as_echo_n "checking for $ac_word... " >&6; }
7917 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7918 $as_echo_n "(cached) " >&6
7919 else
7920 if test -n "$ac_ct_DLLTOOL"; then
7921 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7922 else
7923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7924 for as_dir in $PATH
7926 IFS=$as_save_IFS
7927 test -z "$as_dir" && as_dir=.
7928 for ac_exec_ext in '' $ac_executable_extensions; do
7929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7930 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7932 break 2
7934 done
7935 done
7936 IFS=$as_save_IFS
7940 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7941 if test -n "$ac_ct_DLLTOOL"; then
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7943 $as_echo "$ac_ct_DLLTOOL" >&6; }
7944 else
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7946 $as_echo "no" >&6; }
7949 if test "x$ac_ct_DLLTOOL" = x; then
7950 DLLTOOL="false"
7951 else
7952 case $cross_compiling:$ac_tool_warned in
7953 yes:)
7954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7956 ac_tool_warned=yes ;;
7957 esac
7958 DLLTOOL=$ac_ct_DLLTOOL
7960 else
7961 DLLTOOL="$ac_cv_prog_DLLTOOL"
7964 LIBEXT="dll"
7965 DLLEXT=""
7966 IMPLIBEXT="a"
7967 STATIC_IMPLIBEXT="a"
7968 enable_iphlpapi=${enable_iphlpapi:-no}
7969 enable_kernel32=${enable_kernel32:-no}
7970 enable_msvcrt=${enable_msvcrt:-no}
7971 enable_ntdll=${enable_ntdll:-no}
7972 enable_ws2_32=${enable_ws2_32:-no}
7973 enable_loader=${enable_loader:-no}
7974 enable_server=${enable_server:-no}
7975 with_x=${with_x:-no}
7976 with_pthread=${with_pthread:-no}
7978 crtlibs=""
7979 case $host_os in
7980 mingw32*)
7981 crtlibs="-lmsvcrt"
7982 SOCKET_LIBS="-lws2_32"
7984 esac
7986 LIBWINE_SHAREDLIB="libwine.dll"
7988 LIBWINE_IMPORTLIB="libwine.a"
7990 LIBWINE_INSTALL_LIB="libwine.dll"
7992 LIBWINE_INSTALL_DEV="libwine.a"
7994 LIBWINE_LDFLAGS="-shared \$(srcdir)/wine.def"
7996 LIBWINE_DEPENDS="wine.def"
8000 darwin*|macosx*)
8001 for ac_header in libunwind.h
8002 do :
8003 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8004 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8005 cat >>confdefs.h <<_ACEOF
8006 #define HAVE_LIBUNWIND_H 1
8007 _ACEOF
8011 done
8013 LIBEXT="dylib"
8014 DLLFLAGS="$DLLFLAGS -fPIC"
8015 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8016 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8017 COREFOUNDATION_LIBS="-framework CoreFoundation"
8019 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8021 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8023 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8025 CORESERVICES_LIBS="-framework CoreServices"
8027 APPKIT_LIBS="-framework AppKit"
8029 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8031 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8032 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8033 $as_echo_n "(cached) " >&6
8034 else
8035 ac_wine_try_cflags_saved=$CFLAGS
8036 CFLAGS="$CFLAGS -Wl,-no_pie"
8037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8038 /* end confdefs.h. */
8039 int main(int argc, char **argv) { return 0; }
8040 _ACEOF
8041 if ac_fn_c_try_link "$LINENO"; then :
8042 ac_cv_cflags__Wl__no_pie=yes
8043 else
8044 ac_cv_cflags__Wl__no_pie=no
8046 rm -f core conftest.err conftest.$ac_objext \
8047 conftest$ac_exeext conftest.$ac_ext
8048 CFLAGS=$ac_wine_try_cflags_saved
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8051 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8052 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8053 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8055 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8056 then
8057 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8060 if test "$ac_cv_header_Security_Security_h" = "yes"
8061 then
8062 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8064 ac_save_LIBS="$LIBS"
8065 LIBS="$LIBS $SECURITY_LIBS"
8066 for ac_func in SSLCopyPeerCertificates
8067 do :
8068 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8069 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8070 cat >>confdefs.h <<_ACEOF
8071 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8072 _ACEOF
8075 done
8077 LIBS="$ac_save_LIBS"
8078 with_gnutls=${with_gnutls:-no}
8080 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8081 then
8082 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8083 then
8084 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8086 else
8087 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8090 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8091 ac_save_LIBS="$LIBS"
8092 LIBS="$LIBS $COREAUDIO_LIBS"
8093 for ac_func in AUGraphAddNode
8094 do :
8095 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8096 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8097 cat >>confdefs.h <<_ACEOF
8098 #define HAVE_AUGRAPHADDNODE 1
8099 _ACEOF
8102 done
8104 LIBS="$ac_save_LIBS"
8106 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8107 then
8108 OPENAL_LIBS="-framework OpenAL"
8111 cat >>confdefs.h <<_ACEOF
8112 #define HAVE_OPENAL 1
8113 _ACEOF
8115 ac_cv_lib_openal=yes
8117 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8118 then
8119 OPENCL_LIBS="-framework OpenCL"
8121 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8123 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8124 then
8125 ac_save_LIBS="$LIBS"
8126 LIBS="$LIBS $IOKIT_LIBS"
8127 for ac_func in IOHIDManagerCreate
8128 do :
8129 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8130 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8131 cat >>confdefs.h <<_ACEOF
8132 #define HAVE_IOHIDMANAGERCREATE 1
8133 _ACEOF
8136 done
8138 LIBS="$ac_save_LIBS"
8140 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8141 then
8142 ac_save_LIBS="$LIBS"
8143 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8145 $as_echo_n "checking for the QuickTime framework... " >&6; }
8146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8147 /* end confdefs.h. */
8148 #include <QuickTime/ImageCompression.h>
8150 main ()
8152 CodecManagerVersion(NULL);
8154 return 0;
8156 _ACEOF
8157 if ac_fn_c_try_link "$LINENO"; then :
8158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8159 $as_echo "yes" >&6; }
8160 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8162 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8163 else
8164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8165 $as_echo "no" >&6; }
8166 ac_cv_header_QuickTime_ImageCompression_h=no
8168 rm -f core conftest.err conftest.$ac_objext \
8169 conftest$ac_exeext conftest.$ac_ext
8170 LIBS="$ac_save_LIBS"
8172 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8173 then
8174 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8176 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8177 then
8178 CARBON_LIBS="-framework Carbon"
8182 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8183 then
8184 ac_save_LIBS="$LIBS"
8185 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8186 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8187 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8188 enable_winemac_drv=${enable_winemac_drv:-yes}
8191 LIBS="$ac_save_LIBS"
8194 if test "x$enable_win16" = "xyes"
8195 then
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8197 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8198 if test "$cross_compiling" = yes; then :
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8200 $as_echo "cross-compiling, assuming yes" >&6; }
8201 else
8202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8203 /* end confdefs.h. */
8204 asm(".text\n"
8205 "bad:\tnop;nop\n"
8206 "good:\tnop;nop\n\t"
8207 ".globl _testfunc\n"
8208 "_testfunc:\tcallw good");
8209 extern void testfunc();
8211 main ()
8213 unsigned short *p = (unsigned short *)testfunc;
8214 return p[0] != 0xe866 || p[1] != 0xfffa
8216 return 0;
8218 _ACEOF
8219 if ac_fn_c_try_run "$LINENO"; then :
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8221 $as_echo "yes" >&6; }
8222 else
8223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8224 $as_echo "no" >&6; }
8225 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
8227 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8228 conftest.$ac_objext conftest.beam conftest.$ac_ext
8233 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
8235 LIBWINE_INSTALL_LIB="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8237 LIBWINE_INSTALL_DEV="libwine.dylib"
8239 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8241 WINELOADER_DEPENDS="wine_info.plist"
8245 linux-android*)
8246 DLLFLAGS="$DLLFLAGS -fPIC"
8247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8248 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8249 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8250 $as_echo_n "(cached) " >&6
8251 else
8252 ac_wine_try_cflags_saved=$CFLAGS
8253 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8255 /* end confdefs.h. */
8256 int main(int argc, char **argv) { return 0; }
8257 _ACEOF
8258 if ac_fn_c_try_link "$LINENO"; then :
8259 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8260 else
8261 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8263 rm -f core conftest.err conftest.$ac_objext \
8264 conftest$ac_exeext conftest.$ac_ext
8265 CFLAGS=$ac_wine_try_cflags_saved
8267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8268 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8269 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8270 LDEXECFLAGS="-Wl,--export-dynamic"
8272 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8274 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8275 if eval \${$as_ac_var+:} false; then :
8276 $as_echo_n "(cached) " >&6
8277 else
8278 ac_wine_try_cflags_saved=$CFLAGS
8279 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8281 /* end confdefs.h. */
8282 int main(int argc, char **argv) { return 0; }
8283 _ACEOF
8284 if ac_fn_c_try_link "$LINENO"; then :
8285 eval "$as_ac_var=yes"
8286 else
8287 eval "$as_ac_var=no"
8289 rm -f core conftest.err conftest.$ac_objext \
8290 conftest$ac_exeext conftest.$ac_ext
8291 CFLAGS=$ac_wine_try_cflags_saved
8293 eval ac_res=\$$as_ac_var
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8295 $as_echo "$ac_res" >&6; }
8296 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8297 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8298 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8299 else
8300 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8302 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8303 if eval \${$as_ac_var+:} false; then :
8304 $as_echo_n "(cached) " >&6
8305 else
8306 ac_wine_try_cflags_saved=$CFLAGS
8307 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8309 /* end confdefs.h. */
8310 int main(int argc, char **argv) { return 0; }
8311 _ACEOF
8312 if ac_fn_c_try_link "$LINENO"; then :
8313 eval "$as_ac_var=yes"
8314 else
8315 eval "$as_ac_var=no"
8317 rm -f core conftest.err conftest.$ac_objext \
8318 conftest$ac_exeext conftest.$ac_ext
8319 CFLAGS=$ac_wine_try_cflags_saved
8321 eval ac_res=\$$as_ac_var
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8323 $as_echo "$ac_res" >&6; }
8324 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8325 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8326 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8331 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8332 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8333 $as_echo_n "(cached) " >&6
8334 else
8335 ac_wine_try_cflags_saved=$CFLAGS
8336 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h. */
8339 int main(int argc, char **argv) { return 0; }
8340 _ACEOF
8341 if ac_fn_c_try_link "$LINENO"; then :
8342 ac_cv_cflags__Wl___enable_new_dtags=yes
8343 else
8344 ac_cv_cflags__Wl___enable_new_dtags=no
8346 rm -f core conftest.err conftest.$ac_objext \
8347 conftest$ac_exeext conftest.$ac_ext
8348 CFLAGS=$ac_wine_try_cflags_saved
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8351 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8352 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8353 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8356 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8357 if ${ac_cv_cflags__Wl__pie+:} false; then :
8358 $as_echo_n "(cached) " >&6
8359 else
8360 ac_wine_try_cflags_saved=$CFLAGS
8361 CFLAGS="$CFLAGS -Wl,-pie"
8362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8363 /* end confdefs.h. */
8364 int main(int argc, char **argv) { return 0; }
8365 _ACEOF
8366 if ac_fn_c_try_link "$LINENO"; then :
8367 ac_cv_cflags__Wl__pie=yes
8368 else
8369 ac_cv_cflags__Wl__pie=no
8371 rm -f core conftest.err conftest.$ac_objext \
8372 conftest$ac_exeext conftest.$ac_ext
8373 CFLAGS=$ac_wine_try_cflags_saved
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8376 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8377 if test "x$ac_cv_cflags__Wl__pie" = xyes; then :
8378 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,-pie"
8381 LIBWINE_SHAREDLIB="libwine.so"
8383 LIBWINE_INSTALL_LIB="libwine.so"
8385 LIBWINE_LDFLAGS="-shared"
8390 DLLFLAGS="$DLLFLAGS -fPIC"
8391 LDEXECFLAGS=""
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8393 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8394 if ${ac_cv_c_dll_gnuelf+:} false; then :
8395 $as_echo_n "(cached) " >&6
8396 else
8397 ac_wine_try_cflags_saved=$CFLAGS
8398 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8400 /* end confdefs.h. */
8401 void myfunc() {}
8402 _ACEOF
8403 if ac_fn_c_try_link "$LINENO"; then :
8404 ac_cv_c_dll_gnuelf="yes"
8405 else
8406 ac_cv_c_dll_gnuelf="no"
8408 rm -f core conftest.err conftest.$ac_objext \
8409 conftest$ac_exeext conftest.$ac_ext
8410 CFLAGS=$ac_wine_try_cflags_saved
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8413 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8414 if test "$ac_cv_c_dll_gnuelf" = "yes"
8415 then
8416 LIBWINE_LDFLAGS="-shared"
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8418 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8419 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8420 $as_echo_n "(cached) " >&6
8421 else
8422 ac_wine_try_cflags_saved=$CFLAGS
8423 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8425 /* end confdefs.h. */
8426 int main(int argc, char **argv) { return 0; }
8427 _ACEOF
8428 if ac_fn_c_try_link "$LINENO"; then :
8429 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8430 else
8431 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8433 rm -f core conftest.err conftest.$ac_objext \
8434 conftest$ac_exeext conftest.$ac_ext
8435 CFLAGS=$ac_wine_try_cflags_saved
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8438 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8439 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8440 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8441 else
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8443 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8444 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8445 $as_echo_n "(cached) " >&6
8446 else
8447 ac_wine_try_cflags_saved=$CFLAGS
8448 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8450 /* end confdefs.h. */
8451 int main(int argc, char **argv) { return 0; }
8452 _ACEOF
8453 if ac_fn_c_try_link "$LINENO"; then :
8454 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8455 else
8456 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8458 rm -f core conftest.err conftest.$ac_objext \
8459 conftest$ac_exeext conftest.$ac_ext
8460 CFLAGS=$ac_wine_try_cflags_saved
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8463 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8464 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8465 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
8469 echo '{ global: *; };' >conftest.map
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8471 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8472 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8473 $as_echo_n "(cached) " >&6
8474 else
8475 ac_wine_try_cflags_saved=$CFLAGS
8476 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8478 /* end confdefs.h. */
8479 int main(int argc, char **argv) { return 0; }
8480 _ACEOF
8481 if ac_fn_c_try_link "$LINENO"; then :
8482 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8483 else
8484 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8486 rm -f core conftest.err conftest.$ac_objext \
8487 conftest$ac_exeext conftest.$ac_ext
8488 CFLAGS=$ac_wine_try_cflags_saved
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8491 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8492 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8493 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8495 rm -f conftest.map
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8498 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8499 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8500 $as_echo_n "(cached) " >&6
8501 else
8502 ac_wine_try_cflags_saved=$CFLAGS
8503 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8505 /* end confdefs.h. */
8506 int main(int argc, char **argv) { return 0; }
8507 _ACEOF
8508 if ac_fn_c_try_link "$LINENO"; then :
8509 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8510 else
8511 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8513 rm -f core conftest.err conftest.$ac_objext \
8514 conftest$ac_exeext conftest.$ac_ext
8515 CFLAGS=$ac_wine_try_cflags_saved
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8518 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8519 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8520 LDEXECFLAGS="-Wl,--export-dynamic"
8523 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8525 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8526 if eval \${$as_ac_var+:} false; then :
8527 $as_echo_n "(cached) " >&6
8528 else
8529 ac_wine_try_cflags_saved=$CFLAGS
8530 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8532 /* end confdefs.h. */
8533 int main(int argc, char **argv) { return 0; }
8534 _ACEOF
8535 if ac_fn_c_try_link "$LINENO"; then :
8536 eval "$as_ac_var=yes"
8537 else
8538 eval "$as_ac_var=no"
8540 rm -f core conftest.err conftest.$ac_objext \
8541 conftest$ac_exeext conftest.$ac_ext
8542 CFLAGS=$ac_wine_try_cflags_saved
8544 eval ac_res=\$$as_ac_var
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8546 $as_echo "$ac_res" >&6; }
8547 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8548 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8549 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8550 else
8551 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8553 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8554 if eval \${$as_ac_var+:} false; then :
8555 $as_echo_n "(cached) " >&6
8556 else
8557 ac_wine_try_cflags_saved=$CFLAGS
8558 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8560 /* end confdefs.h. */
8561 int main(int argc, char **argv) { return 0; }
8562 _ACEOF
8563 if ac_fn_c_try_link "$LINENO"; then :
8564 eval "$as_ac_var=yes"
8565 else
8566 eval "$as_ac_var=no"
8568 rm -f core conftest.err conftest.$ac_objext \
8569 conftest$ac_exeext conftest.$ac_ext
8570 CFLAGS=$ac_wine_try_cflags_saved
8572 eval ac_res=\$$as_ac_var
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8574 $as_echo "$ac_res" >&6; }
8575 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8576 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8577 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8582 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8583 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8584 $as_echo_n "(cached) " >&6
8585 else
8586 ac_wine_try_cflags_saved=$CFLAGS
8587 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8589 /* end confdefs.h. */
8590 int main(int argc, char **argv) { return 0; }
8591 _ACEOF
8592 if ac_fn_c_try_link "$LINENO"; then :
8593 ac_cv_cflags__Wl___enable_new_dtags=yes
8594 else
8595 ac_cv_cflags__Wl___enable_new_dtags=no
8597 rm -f core conftest.err conftest.$ac_objext \
8598 conftest$ac_exeext conftest.$ac_ext
8599 CFLAGS=$ac_wine_try_cflags_saved
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8602 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8603 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8604 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8607 case $host_cpu in
8608 *i[3456789]86* | x86_64)
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8610 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8611 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8612 $as_echo_n "(cached) " >&6
8613 else
8614 ac_wine_try_cflags_saved=$CFLAGS
8615 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8617 /* end confdefs.h. */
8618 int main(int argc, char **argv) { return 0; }
8619 _ACEOF
8620 if ac_fn_c_try_link "$LINENO"; then :
8621 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8622 else
8623 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8625 rm -f core conftest.err conftest.$ac_objext \
8626 conftest$ac_exeext conftest.$ac_ext
8627 CFLAGS=$ac_wine_try_cflags_saved
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8630 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8631 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8632 case $host_os in
8633 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8634 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8635 esac
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8639 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8640 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8641 $as_echo_n "(cached) " >&6
8642 else
8643 ac_wine_try_cflags_saved=$CFLAGS
8644 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8646 /* end confdefs.h. */
8647 int main(int argc, char **argv) { return 0; }
8648 _ACEOF
8649 if ac_fn_c_try_link "$LINENO"; then :
8650 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8651 else
8652 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8654 rm -f core conftest.err conftest.$ac_objext \
8655 conftest$ac_exeext conftest.$ac_ext
8656 CFLAGS=$ac_wine_try_cflags_saved
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8659 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8660 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8662 else
8663 # Extract the first word of "prelink", so it can be a program name with args.
8664 set dummy prelink; ac_word=$2
8665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8666 $as_echo_n "checking for $ac_word... " >&6; }
8667 if ${ac_cv_path_PRELINK+:} false; then :
8668 $as_echo_n "(cached) " >&6
8669 else
8670 case $PRELINK in
8671 [\\/]* | ?:[\\/]*)
8672 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8676 for as_dir in /sbin /usr/sbin $PATH
8678 IFS=$as_save_IFS
8679 test -z "$as_dir" && as_dir=.
8680 for ac_exec_ext in '' $ac_executable_extensions; do
8681 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8682 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8684 break 2
8686 done
8687 done
8688 IFS=$as_save_IFS
8690 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8692 esac
8694 PRELINK=$ac_cv_path_PRELINK
8695 if test -n "$PRELINK"; then
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8697 $as_echo "$PRELINK" >&6; }
8698 else
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8700 $as_echo "no" >&6; }
8704 if test "x$PRELINK" = xfalse
8705 then
8706 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8710 esac
8712 else
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8714 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8715 if ${ac_cv_c_dll_unixware+:} false; then :
8716 $as_echo_n "(cached) " >&6
8717 else
8718 ac_wine_try_cflags_saved=$CFLAGS
8719 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8721 /* end confdefs.h. */
8722 void myfunc() {}
8723 _ACEOF
8724 if ac_fn_c_try_link "$LINENO"; then :
8725 ac_cv_c_dll_unixware="yes"
8726 else
8727 ac_cv_c_dll_unixware="no"
8729 rm -f core conftest.err conftest.$ac_objext \
8730 conftest$ac_exeext conftest.$ac_ext
8731 CFLAGS=$ac_wine_try_cflags_saved
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8734 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8735 if test "$ac_cv_c_dll_unixware" = "yes"
8736 then
8737 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
8740 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
8742 LIBWINE_INSTALL_LIB="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8744 LIBWINE_INSTALL_DEV="libwine.so"
8746 LIBWINE_DEPENDS="wine.map"
8749 esac
8751 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
8752 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8753 enable_winemac_drv=${enable_winemac_drv:-no}
8754 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
8756 CROSSTARGET=""
8758 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8759 then
8760 case "$host_cpu" in
8761 i[3456789]86*)
8762 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
8763 mingw32-gcc" ;;
8764 x86_64)
8765 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 " ;;
8767 ac_prefix_list="" ;;
8768 esac
8769 for ac_prog in $ac_prefix_list
8771 # Extract the first word of "$ac_prog", so it can be a program name with args.
8772 set dummy $ac_prog; ac_word=$2
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8774 $as_echo_n "checking for $ac_word... " >&6; }
8775 if ${ac_cv_prog_CROSSCC+:} false; then :
8776 $as_echo_n "(cached) " >&6
8777 else
8778 if test -n "$CROSSCC"; then
8779 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8780 else
8781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8782 for as_dir in $PATH
8784 IFS=$as_save_IFS
8785 test -z "$as_dir" && as_dir=.
8786 for ac_exec_ext in '' $ac_executable_extensions; do
8787 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8788 ac_cv_prog_CROSSCC="$ac_prog"
8789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8790 break 2
8792 done
8793 done
8794 IFS=$as_save_IFS
8798 CROSSCC=$ac_cv_prog_CROSSCC
8799 if test -n "$CROSSCC"; then
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8801 $as_echo "$CROSSCC" >&6; }
8802 else
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8804 $as_echo "no" >&6; }
8808 test -n "$CROSSCC" && break
8809 done
8810 test -n "$CROSSCC" || CROSSCC="false"
8812 if test "$CROSSCC" != "false"
8813 then
8814 ac_save_CC="$CC"
8815 CC="$CROSSCC"
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8817 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8819 /* end confdefs.h. */
8822 main ()
8826 return 0;
8828 _ACEOF
8829 if ac_fn_c_try_compile "$LINENO"; then :
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8831 $as_echo "yes" >&6; }
8832 set x $CROSSCC
8833 shift
8834 while test $# -ge 1
8836 case "$1" in
8837 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8838 esac
8839 shift
8840 done
8841 else
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8843 $as_echo "no" >&6; }
8845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8846 CC="$ac_save_CC"
8851 if test "$ac_cv_header_pthread_h" = "yes"
8852 then
8853 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8854 if test "x$ac_cv_func_pthread_create" = xyes; then :
8856 else
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8858 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8859 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8860 $as_echo_n "(cached) " >&6
8861 else
8862 ac_check_lib_save_LIBS=$LIBS
8863 LIBS="-lpthread $LIBS"
8864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8865 /* end confdefs.h. */
8867 /* Override any GCC internal prototype to avoid an error.
8868 Use char because int might match the return type of a GCC
8869 builtin and then its argument prototype would still apply. */
8870 #ifdef __cplusplus
8871 extern "C"
8872 #endif
8873 char pthread_create ();
8875 main ()
8877 return pthread_create ();
8879 return 0;
8881 _ACEOF
8882 if ac_fn_c_try_link "$LINENO"; then :
8883 ac_cv_lib_pthread_pthread_create=yes
8884 else
8885 ac_cv_lib_pthread_pthread_create=no
8887 rm -f core conftest.err conftest.$ac_objext \
8888 conftest$ac_exeext conftest.$ac_ext
8889 LIBS=$ac_check_lib_save_LIBS
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8892 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8893 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8894 PTHREAD_LIBS="-lpthread"
8901 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8902 case "x$with_pthread" in
8903 xno) ;;
8904 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8905 Wine cannot support threads without libpthread.
8906 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8907 esac
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8912 $as_echo_n "checking for X... " >&6; }
8915 # Check whether --with-x was given.
8916 if test "${with_x+set}" = set; then :
8917 withval=$with_x;
8920 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8921 if test "x$with_x" = xno; then
8922 # The user explicitly disabled X.
8923 have_x=disabled
8924 else
8925 case $x_includes,$x_libraries in #(
8926 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8927 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8928 $as_echo_n "(cached) " >&6
8929 else
8930 # One or both of the vars are not set, and there is no cached value.
8931 ac_x_includes=no ac_x_libraries=no
8932 rm -f -r conftest.dir
8933 if mkdir conftest.dir; then
8934 cd conftest.dir
8935 cat >Imakefile <<'_ACEOF'
8936 incroot:
8937 @echo incroot='${INCROOT}'
8938 usrlibdir:
8939 @echo usrlibdir='${USRLIBDIR}'
8940 libdir:
8941 @echo libdir='${LIBDIR}'
8942 _ACEOF
8943 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8944 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8945 for ac_var in incroot usrlibdir libdir; do
8946 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8947 done
8948 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8949 for ac_extension in a so sl dylib la dll; do
8950 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8951 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8952 ac_im_usrlibdir=$ac_im_libdir; break
8954 done
8955 # Screen out bogus values from the imake configuration. They are
8956 # bogus both because they are the default anyway, and because
8957 # using them would break gcc on systems where it needs fixed includes.
8958 case $ac_im_incroot in
8959 /usr/include) ac_x_includes= ;;
8960 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8961 esac
8962 case $ac_im_usrlibdir in
8963 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8964 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8965 esac
8967 cd ..
8968 rm -f -r conftest.dir
8971 # Standard set of common directories for X headers.
8972 # Check X11 before X11Rn because it is often a symlink to the current release.
8973 ac_x_header_dirs='
8974 /usr/X11/include
8975 /usr/X11R7/include
8976 /usr/X11R6/include
8977 /usr/X11R5/include
8978 /usr/X11R4/include
8980 /usr/include/X11
8981 /usr/include/X11R7
8982 /usr/include/X11R6
8983 /usr/include/X11R5
8984 /usr/include/X11R4
8986 /usr/local/X11/include
8987 /usr/local/X11R7/include
8988 /usr/local/X11R6/include
8989 /usr/local/X11R5/include
8990 /usr/local/X11R4/include
8992 /usr/local/include/X11
8993 /usr/local/include/X11R7
8994 /usr/local/include/X11R6
8995 /usr/local/include/X11R5
8996 /usr/local/include/X11R4
8998 /usr/X386/include
8999 /usr/x386/include
9000 /usr/XFree86/include/X11
9002 /usr/include
9003 /usr/local/include
9004 /usr/unsupported/include
9005 /usr/athena/include
9006 /usr/local/x11r5/include
9007 /usr/lpp/Xamples/include
9009 /usr/openwin/include
9010 /usr/openwin/share/include'
9012 if test "$ac_x_includes" = no; then
9013 # Guess where to find include files, by looking for Xlib.h.
9014 # First, try using that file with no special directory specified.
9015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9016 /* end confdefs.h. */
9017 #include <X11/Xlib.h>
9018 _ACEOF
9019 if ac_fn_c_try_cpp "$LINENO"; then :
9020 # We can compile using X headers with no special include directory.
9021 ac_x_includes=
9022 else
9023 for ac_dir in $ac_x_header_dirs; do
9024 if test -r "$ac_dir/X11/Xlib.h"; then
9025 ac_x_includes=$ac_dir
9026 break
9028 done
9030 rm -f conftest.err conftest.i conftest.$ac_ext
9031 fi # $ac_x_includes = no
9033 if test "$ac_x_libraries" = no; then
9034 # Check for the libraries.
9035 # See if we find them without any special options.
9036 # Don't add to $LIBS permanently.
9037 ac_save_LIBS=$LIBS
9038 LIBS="-lX11 $LIBS"
9039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9040 /* end confdefs.h. */
9041 #include <X11/Xlib.h>
9043 main ()
9045 XrmInitialize ()
9047 return 0;
9049 _ACEOF
9050 if ac_fn_c_try_link "$LINENO"; then :
9051 LIBS=$ac_save_LIBS
9052 # We can link X programs with no special library path.
9053 ac_x_libraries=
9054 else
9055 LIBS=$ac_save_LIBS
9056 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9058 # Don't even attempt the hair of trying to link an X program!
9059 for ac_extension in a so sl dylib la dll; do
9060 if test -r "$ac_dir/libX11.$ac_extension"; then
9061 ac_x_libraries=$ac_dir
9062 break 2
9064 done
9065 done
9067 rm -f core conftest.err conftest.$ac_objext \
9068 conftest$ac_exeext conftest.$ac_ext
9069 fi # $ac_x_libraries = no
9071 case $ac_x_includes,$ac_x_libraries in #(
9072 no,* | *,no | *\'*)
9073 # Didn't find X, or a directory has "'" in its name.
9074 ac_cv_have_x="have_x=no";; #(
9076 # Record where we found X for the cache.
9077 ac_cv_have_x="have_x=yes\
9078 ac_x_includes='$ac_x_includes'\
9079 ac_x_libraries='$ac_x_libraries'"
9080 esac
9082 ;; #(
9083 *) have_x=yes;;
9084 esac
9085 eval "$ac_cv_have_x"
9086 fi # $with_x != no
9088 if test "$have_x" != yes; then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9090 $as_echo "$have_x" >&6; }
9091 no_x=yes
9092 else
9093 # If each of the values was on the command line, it overrides each guess.
9094 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9095 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9096 # Update the cache value to reflect the command line values.
9097 ac_cv_have_x="have_x=yes\
9098 ac_x_includes='$x_includes'\
9099 ac_x_libraries='$x_libraries'"
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9101 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9104 if test "$no_x" = yes; then
9105 # Not all programs may use this symbol, but it does not hurt to define it.
9107 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9109 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9110 else
9111 if test -n "$x_includes"; then
9112 X_CFLAGS="$X_CFLAGS -I$x_includes"
9115 # It would also be nice to do this for all -L options, not just this one.
9116 if test -n "$x_libraries"; then
9117 X_LIBS="$X_LIBS -L$x_libraries"
9118 # For Solaris; some versions of Sun CC require a space after -R and
9119 # others require no space. Words are not sufficient . . . .
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9121 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9122 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9123 ac_xsave_c_werror_flag=$ac_c_werror_flag
9124 ac_c_werror_flag=yes
9125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9126 /* end confdefs.h. */
9129 main ()
9133 return 0;
9135 _ACEOF
9136 if ac_fn_c_try_link "$LINENO"; then :
9137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9138 $as_echo "no" >&6; }
9139 X_LIBS="$X_LIBS -R$x_libraries"
9140 else
9141 LIBS="$ac_xsave_LIBS -R $x_libraries"
9142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9143 /* end confdefs.h. */
9146 main ()
9150 return 0;
9152 _ACEOF
9153 if ac_fn_c_try_link "$LINENO"; then :
9154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9155 $as_echo "yes" >&6; }
9156 X_LIBS="$X_LIBS -R $x_libraries"
9157 else
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9159 $as_echo "neither works" >&6; }
9161 rm -f core conftest.err conftest.$ac_objext \
9162 conftest$ac_exeext conftest.$ac_ext
9164 rm -f core conftest.err conftest.$ac_objext \
9165 conftest$ac_exeext conftest.$ac_ext
9166 ac_c_werror_flag=$ac_xsave_c_werror_flag
9167 LIBS=$ac_xsave_LIBS
9170 # Check for system-dependent libraries X programs must link with.
9171 # Do this before checking for the system-independent R6 libraries
9172 # (-lICE), since we may need -lsocket or whatever for X linking.
9174 if test "$ISC" = yes; then
9175 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9176 else
9177 # Martyn Johnson says this is needed for Ultrix, if the X
9178 # libraries were built with DECnet support. And Karl Berry says
9179 # the Alpha needs dnet_stub (dnet does not exist).
9180 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9182 /* end confdefs.h. */
9184 /* Override any GCC internal prototype to avoid an error.
9185 Use char because int might match the return type of a GCC
9186 builtin and then its argument prototype would still apply. */
9187 #ifdef __cplusplus
9188 extern "C"
9189 #endif
9190 char XOpenDisplay ();
9192 main ()
9194 return XOpenDisplay ();
9196 return 0;
9198 _ACEOF
9199 if ac_fn_c_try_link "$LINENO"; then :
9201 else
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9203 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9204 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9205 $as_echo_n "(cached) " >&6
9206 else
9207 ac_check_lib_save_LIBS=$LIBS
9208 LIBS="-ldnet $LIBS"
9209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9210 /* end confdefs.h. */
9212 /* Override any GCC internal prototype to avoid an error.
9213 Use char because int might match the return type of a GCC
9214 builtin and then its argument prototype would still apply. */
9215 #ifdef __cplusplus
9216 extern "C"
9217 #endif
9218 char dnet_ntoa ();
9220 main ()
9222 return dnet_ntoa ();
9224 return 0;
9226 _ACEOF
9227 if ac_fn_c_try_link "$LINENO"; then :
9228 ac_cv_lib_dnet_dnet_ntoa=yes
9229 else
9230 ac_cv_lib_dnet_dnet_ntoa=no
9232 rm -f core conftest.err conftest.$ac_objext \
9233 conftest$ac_exeext conftest.$ac_ext
9234 LIBS=$ac_check_lib_save_LIBS
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9237 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9238 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9239 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9242 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9244 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9245 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9246 $as_echo_n "(cached) " >&6
9247 else
9248 ac_check_lib_save_LIBS=$LIBS
9249 LIBS="-ldnet_stub $LIBS"
9250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9251 /* end confdefs.h. */
9253 /* Override any GCC internal prototype to avoid an error.
9254 Use char because int might match the return type of a GCC
9255 builtin and then its argument prototype would still apply. */
9256 #ifdef __cplusplus
9257 extern "C"
9258 #endif
9259 char dnet_ntoa ();
9261 main ()
9263 return dnet_ntoa ();
9265 return 0;
9267 _ACEOF
9268 if ac_fn_c_try_link "$LINENO"; then :
9269 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9270 else
9271 ac_cv_lib_dnet_stub_dnet_ntoa=no
9273 rm -f core conftest.err conftest.$ac_objext \
9274 conftest$ac_exeext conftest.$ac_ext
9275 LIBS=$ac_check_lib_save_LIBS
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9278 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9279 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9280 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9285 rm -f core conftest.err conftest.$ac_objext \
9286 conftest$ac_exeext conftest.$ac_ext
9287 LIBS="$ac_xsave_LIBS"
9289 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9290 # to get the SysV transport functions.
9291 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9292 # needs -lnsl.
9293 # The nsl library prevents programs from opening the X display
9294 # on Irix 5.2, according to T.E. Dickey.
9295 # The functions gethostbyname, getservbyname, and inet_addr are
9296 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9297 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9298 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9302 if test $ac_cv_func_gethostbyname = no; then
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9304 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9305 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9306 $as_echo_n "(cached) " >&6
9307 else
9308 ac_check_lib_save_LIBS=$LIBS
9309 LIBS="-lnsl $LIBS"
9310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h. */
9313 /* Override any GCC internal prototype to avoid an error.
9314 Use char because int might match the return type of a GCC
9315 builtin and then its argument prototype would still apply. */
9316 #ifdef __cplusplus
9317 extern "C"
9318 #endif
9319 char gethostbyname ();
9321 main ()
9323 return gethostbyname ();
9325 return 0;
9327 _ACEOF
9328 if ac_fn_c_try_link "$LINENO"; then :
9329 ac_cv_lib_nsl_gethostbyname=yes
9330 else
9331 ac_cv_lib_nsl_gethostbyname=no
9333 rm -f core conftest.err conftest.$ac_objext \
9334 conftest$ac_exeext conftest.$ac_ext
9335 LIBS=$ac_check_lib_save_LIBS
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9338 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9339 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9340 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9343 if test $ac_cv_lib_nsl_gethostbyname = no; then
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9345 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9346 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9347 $as_echo_n "(cached) " >&6
9348 else
9349 ac_check_lib_save_LIBS=$LIBS
9350 LIBS="-lbsd $LIBS"
9351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9352 /* end confdefs.h. */
9354 /* Override any GCC internal prototype to avoid an error.
9355 Use char because int might match the return type of a GCC
9356 builtin and then its argument prototype would still apply. */
9357 #ifdef __cplusplus
9358 extern "C"
9359 #endif
9360 char gethostbyname ();
9362 main ()
9364 return gethostbyname ();
9366 return 0;
9368 _ACEOF
9369 if ac_fn_c_try_link "$LINENO"; then :
9370 ac_cv_lib_bsd_gethostbyname=yes
9371 else
9372 ac_cv_lib_bsd_gethostbyname=no
9374 rm -f core conftest.err conftest.$ac_objext \
9375 conftest$ac_exeext conftest.$ac_ext
9376 LIBS=$ac_check_lib_save_LIBS
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9379 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9380 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9381 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9387 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9388 # socket/setsockopt and other routines are undefined under SCO ODT
9389 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9390 # on later versions), says Simon Leinen: it contains gethostby*
9391 # variants that don't use the name server (or something). -lsocket
9392 # must be given before -lnsl if both are needed. We assume that
9393 # if connect needs -lnsl, so does gethostbyname.
9394 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9395 if test "x$ac_cv_func_connect" = xyes; then :
9399 if test $ac_cv_func_connect = no; then
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9401 $as_echo_n "checking for connect in -lsocket... " >&6; }
9402 if ${ac_cv_lib_socket_connect+:} false; then :
9403 $as_echo_n "(cached) " >&6
9404 else
9405 ac_check_lib_save_LIBS=$LIBS
9406 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9413 #ifdef __cplusplus
9414 extern "C"
9415 #endif
9416 char connect ();
9418 main ()
9420 return connect ();
9422 return 0;
9424 _ACEOF
9425 if ac_fn_c_try_link "$LINENO"; then :
9426 ac_cv_lib_socket_connect=yes
9427 else
9428 ac_cv_lib_socket_connect=no
9430 rm -f core conftest.err conftest.$ac_objext \
9431 conftest$ac_exeext conftest.$ac_ext
9432 LIBS=$ac_check_lib_save_LIBS
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9435 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9436 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9437 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9442 # Guillermo Gomez says -lposix is necessary on A/UX.
9443 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9444 if test "x$ac_cv_func_remove" = xyes; then :
9448 if test $ac_cv_func_remove = no; then
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9450 $as_echo_n "checking for remove in -lposix... " >&6; }
9451 if ${ac_cv_lib_posix_remove+:} false; then :
9452 $as_echo_n "(cached) " >&6
9453 else
9454 ac_check_lib_save_LIBS=$LIBS
9455 LIBS="-lposix $LIBS"
9456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9457 /* end confdefs.h. */
9459 /* Override any GCC internal prototype to avoid an error.
9460 Use char because int might match the return type of a GCC
9461 builtin and then its argument prototype would still apply. */
9462 #ifdef __cplusplus
9463 extern "C"
9464 #endif
9465 char remove ();
9467 main ()
9469 return remove ();
9471 return 0;
9473 _ACEOF
9474 if ac_fn_c_try_link "$LINENO"; then :
9475 ac_cv_lib_posix_remove=yes
9476 else
9477 ac_cv_lib_posix_remove=no
9479 rm -f core conftest.err conftest.$ac_objext \
9480 conftest$ac_exeext conftest.$ac_ext
9481 LIBS=$ac_check_lib_save_LIBS
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9484 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9485 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9486 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9491 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9492 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9493 if test "x$ac_cv_func_shmat" = xyes; then :
9497 if test $ac_cv_func_shmat = no; then
9498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9499 $as_echo_n "checking for shmat in -lipc... " >&6; }
9500 if ${ac_cv_lib_ipc_shmat+:} false; then :
9501 $as_echo_n "(cached) " >&6
9502 else
9503 ac_check_lib_save_LIBS=$LIBS
9504 LIBS="-lipc $LIBS"
9505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9506 /* end confdefs.h. */
9508 /* Override any GCC internal prototype to avoid an error.
9509 Use char because int might match the return type of a GCC
9510 builtin and then its argument prototype would still apply. */
9511 #ifdef __cplusplus
9512 extern "C"
9513 #endif
9514 char shmat ();
9516 main ()
9518 return shmat ();
9520 return 0;
9522 _ACEOF
9523 if ac_fn_c_try_link "$LINENO"; then :
9524 ac_cv_lib_ipc_shmat=yes
9525 else
9526 ac_cv_lib_ipc_shmat=no
9528 rm -f core conftest.err conftest.$ac_objext \
9529 conftest$ac_exeext conftest.$ac_ext
9530 LIBS=$ac_check_lib_save_LIBS
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9533 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9534 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9535 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9541 # Check for libraries that X11R6 Xt/Xaw programs need.
9542 ac_save_LDFLAGS=$LDFLAGS
9543 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9544 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9545 # check for ICE first), but we must link in the order -lSM -lICE or
9546 # we get undefined symbols. So assume we have SM if we have ICE.
9547 # These have to be linked with before -lX11, unlike the other
9548 # libraries we check for below, so use a different variable.
9549 # John Interrante, Karl Berry
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9551 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9552 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9553 $as_echo_n "(cached) " >&6
9554 else
9555 ac_check_lib_save_LIBS=$LIBS
9556 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9558 /* end confdefs.h. */
9560 /* Override any GCC internal prototype to avoid an error.
9561 Use char because int might match the return type of a GCC
9562 builtin and then its argument prototype would still apply. */
9563 #ifdef __cplusplus
9564 extern "C"
9565 #endif
9566 char IceConnectionNumber ();
9568 main ()
9570 return IceConnectionNumber ();
9572 return 0;
9574 _ACEOF
9575 if ac_fn_c_try_link "$LINENO"; then :
9576 ac_cv_lib_ICE_IceConnectionNumber=yes
9577 else
9578 ac_cv_lib_ICE_IceConnectionNumber=no
9580 rm -f core conftest.err conftest.$ac_objext \
9581 conftest$ac_exeext conftest.$ac_ext
9582 LIBS=$ac_check_lib_save_LIBS
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9585 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9586 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9587 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9590 LDFLAGS=$ac_save_LDFLAGS
9595 if test "$have_x" = "yes"
9596 then
9597 ac_save_CPPFLAGS="$CPPFLAGS"
9598 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9601 $as_echo_n "checking for -lX11... " >&6; }
9602 if ${ac_cv_lib_soname_X11+:} false; then :
9603 $as_echo_n "(cached) " >&6
9604 else
9605 ac_check_soname_save_LIBS=$LIBS
9606 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9608 /* end confdefs.h. */
9610 /* Override any GCC internal prototype to avoid an error.
9611 Use char because int might match the return type of a GCC
9612 builtin and then its argument prototype would still apply. */
9613 #ifdef __cplusplus
9614 extern "C"
9615 #endif
9616 char XCreateWindow ();
9618 main ()
9620 return XCreateWindow ();
9622 return 0;
9624 _ACEOF
9625 if ac_fn_c_try_link "$LINENO"; then :
9626 case "$LIBEXT" in
9627 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9628 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'` ;;
9629 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9630 if ${ac_cv_lib_soname_X11:+false} :; then :
9631 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9632 fi ;;
9633 esac
9635 rm -f core conftest.err conftest.$ac_objext \
9636 conftest$ac_exeext conftest.$ac_ext
9637 LIBS=$ac_check_soname_save_LIBS
9639 if ${ac_cv_lib_soname_X11:+false} :; then :
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9641 $as_echo "not found" >&6; }
9643 else
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9645 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9647 cat >>confdefs.h <<_ACEOF
9648 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9649 _ACEOF
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9654 $as_echo_n "checking for -lXext... " >&6; }
9655 if ${ac_cv_lib_soname_Xext+:} false; then :
9656 $as_echo_n "(cached) " >&6
9657 else
9658 ac_check_soname_save_LIBS=$LIBS
9659 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9661 /* end confdefs.h. */
9663 /* Override any GCC internal prototype to avoid an error.
9664 Use char because int might match the return type of a GCC
9665 builtin and then its argument prototype would still apply. */
9666 #ifdef __cplusplus
9667 extern "C"
9668 #endif
9669 char XextCreateExtension ();
9671 main ()
9673 return XextCreateExtension ();
9675 return 0;
9677 _ACEOF
9678 if ac_fn_c_try_link "$LINENO"; then :
9679 case "$LIBEXT" in
9680 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9681 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'` ;;
9682 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9683 if ${ac_cv_lib_soname_Xext:+false} :; then :
9684 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9685 fi ;;
9686 esac
9688 rm -f core conftest.err conftest.$ac_objext \
9689 conftest$ac_exeext conftest.$ac_ext
9690 LIBS=$ac_check_soname_save_LIBS
9692 if ${ac_cv_lib_soname_Xext:+false} :; then :
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9694 $as_echo "not found" >&6; }
9696 else
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9698 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9700 cat >>confdefs.h <<_ACEOF
9701 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9702 _ACEOF
9704 X_LIBS="$X_LIBS -lXext"
9706 X_LIBS="$X_LIBS -lX11"
9708 for ac_header in X11/Xlib.h \
9709 X11/XKBlib.h \
9710 X11/Xutil.h \
9711 X11/Xcursor/Xcursor.h \
9712 X11/extensions/shape.h \
9713 X11/extensions/XInput.h \
9714 X11/extensions/XInput2.h \
9715 X11/extensions/XShm.h \
9716 X11/extensions/Xcomposite.h \
9717 X11/extensions/Xinerama.h \
9718 X11/extensions/Xrandr.h \
9719 X11/extensions/Xrender.h \
9720 X11/extensions/xf86vmode.h \
9721 X11/extensions/xf86vmproto.h
9722 do :
9723 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9724 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9725 # include <X11/Xlib.h>
9726 #endif
9727 #ifdef HAVE_X11_XUTIL_H
9728 # include <X11/Xutil.h>
9729 #endif
9731 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9732 cat >>confdefs.h <<_ACEOF
9733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9734 _ACEOF
9738 done
9741 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9742 then
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9744 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9745 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9746 $as_echo_n "(cached) " >&6
9747 else
9748 ac_check_lib_save_LIBS=$LIBS
9749 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h. */
9753 /* Override any GCC internal prototype to avoid an error.
9754 Use char because int might match the return type of a GCC
9755 builtin and then its argument prototype would still apply. */
9756 #ifdef __cplusplus
9757 extern "C"
9758 #endif
9759 char XkbQueryExtension ();
9761 main ()
9763 return XkbQueryExtension ();
9765 return 0;
9767 _ACEOF
9768 if ac_fn_c_try_link "$LINENO"; then :
9769 ac_cv_lib_X11_XkbQueryExtension=yes
9770 else
9771 ac_cv_lib_X11_XkbQueryExtension=no
9773 rm -f core conftest.err conftest.$ac_objext \
9774 conftest$ac_exeext conftest.$ac_ext
9775 LIBS=$ac_check_lib_save_LIBS
9777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9778 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9779 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9781 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9787 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9788 then
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9790 $as_echo_n "checking for -lXcursor... " >&6; }
9791 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9792 $as_echo_n "(cached) " >&6
9793 else
9794 ac_check_soname_save_LIBS=$LIBS
9795 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9797 /* end confdefs.h. */
9799 /* Override any GCC internal prototype to avoid an error.
9800 Use char because int might match the return type of a GCC
9801 builtin and then its argument prototype would still apply. */
9802 #ifdef __cplusplus
9803 extern "C"
9804 #endif
9805 char XcursorImageLoadCursor ();
9807 main ()
9809 return XcursorImageLoadCursor ();
9811 return 0;
9813 _ACEOF
9814 if ac_fn_c_try_link "$LINENO"; then :
9815 case "$LIBEXT" in
9816 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9817 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'` ;;
9818 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9819 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9820 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9821 fi ;;
9822 esac
9824 rm -f core conftest.err conftest.$ac_objext \
9825 conftest$ac_exeext conftest.$ac_ext
9826 LIBS=$ac_check_soname_save_LIBS
9828 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9830 $as_echo "not found" >&6; }
9832 else
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9834 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9836 cat >>confdefs.h <<_ACEOF
9837 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9838 _ACEOF
9843 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9844 case "x$with_xcursor" in
9845 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9846 xno) ;;
9847 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9848 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9849 esac
9852 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9853 then
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9855 $as_echo_n "checking for -lXi... " >&6; }
9856 if ${ac_cv_lib_soname_Xi+:} false; then :
9857 $as_echo_n "(cached) " >&6
9858 else
9859 ac_check_soname_save_LIBS=$LIBS
9860 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9862 /* end confdefs.h. */
9864 /* Override any GCC internal prototype to avoid an error.
9865 Use char because int might match the return type of a GCC
9866 builtin and then its argument prototype would still apply. */
9867 #ifdef __cplusplus
9868 extern "C"
9869 #endif
9870 char XOpenDevice ();
9872 main ()
9874 return XOpenDevice ();
9876 return 0;
9878 _ACEOF
9879 if ac_fn_c_try_link "$LINENO"; then :
9880 case "$LIBEXT" in
9881 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9882 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'` ;;
9883 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9884 if ${ac_cv_lib_soname_Xi:+false} :; then :
9885 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9886 fi ;;
9887 esac
9889 rm -f core conftest.err conftest.$ac_objext \
9890 conftest$ac_exeext conftest.$ac_ext
9891 LIBS=$ac_check_soname_save_LIBS
9893 if ${ac_cv_lib_soname_Xi:+false} :; then :
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9895 $as_echo "not found" >&6; }
9897 else
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9899 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9901 cat >>confdefs.h <<_ACEOF
9902 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9903 _ACEOF
9908 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9909 case "x$with_xinput" in
9910 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9911 xno) ;;
9912 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9913 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9914 esac
9917 if test "x$ac_cv_lib_soname_Xi" != x
9918 then
9919 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9920 case "x$with_xinput2" in
9921 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9922 xno) ;;
9923 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9924 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9925 esac
9929 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9930 then
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9932 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9933 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9934 $as_echo_n "(cached) " >&6
9935 else
9936 ac_check_lib_save_LIBS=$LIBS
9937 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9939 /* end confdefs.h. */
9941 /* Override any GCC internal prototype to avoid an error.
9942 Use char because int might match the return type of a GCC
9943 builtin and then its argument prototype would still apply. */
9944 #ifdef __cplusplus
9945 extern "C"
9946 #endif
9947 char XShmQueryExtension ();
9949 main ()
9951 return XShmQueryExtension ();
9953 return 0;
9955 _ACEOF
9956 if ac_fn_c_try_link "$LINENO"; then :
9957 ac_cv_lib_Xext_XShmQueryExtension=yes
9958 else
9959 ac_cv_lib_Xext_XShmQueryExtension=no
9961 rm -f core conftest.err conftest.$ac_objext \
9962 conftest$ac_exeext conftest.$ac_ext
9963 LIBS=$ac_check_lib_save_LIBS
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9966 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9967 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
9969 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9974 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9975 case "x$with_xshm" in
9976 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9977 xno) ;;
9978 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9979 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9980 esac
9983 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9984 then
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9986 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9987 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
9988 $as_echo_n "(cached) " >&6
9989 else
9990 ac_check_lib_save_LIBS=$LIBS
9991 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9993 /* end confdefs.h. */
9995 /* Override any GCC internal prototype to avoid an error.
9996 Use char because int might match the return type of a GCC
9997 builtin and then its argument prototype would still apply. */
9998 #ifdef __cplusplus
9999 extern "C"
10000 #endif
10001 char XShapeQueryExtension ();
10003 main ()
10005 return XShapeQueryExtension ();
10007 return 0;
10009 _ACEOF
10010 if ac_fn_c_try_link "$LINENO"; then :
10011 ac_cv_lib_Xext_XShapeQueryExtension=yes
10012 else
10013 ac_cv_lib_Xext_XShapeQueryExtension=no
10015 rm -f core conftest.err conftest.$ac_objext \
10016 conftest$ac_exeext conftest.$ac_ext
10017 LIBS=$ac_check_lib_save_LIBS
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10020 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10021 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10023 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10028 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10029 case "x$with_xshape" in
10030 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10031 xno) ;;
10032 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10033 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10034 esac
10037 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10038 then
10039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10040 $as_echo_n "checking for -lXxf86vm... " >&6; }
10041 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10042 $as_echo_n "(cached) " >&6
10043 else
10044 ac_check_soname_save_LIBS=$LIBS
10045 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10047 /* end confdefs.h. */
10049 /* Override any GCC internal prototype to avoid an error.
10050 Use char because int might match the return type of a GCC
10051 builtin and then its argument prototype would still apply. */
10052 #ifdef __cplusplus
10053 extern "C"
10054 #endif
10055 char XF86VidModeQueryExtension ();
10057 main ()
10059 return XF86VidModeQueryExtension ();
10061 return 0;
10063 _ACEOF
10064 if ac_fn_c_try_link "$LINENO"; then :
10065 case "$LIBEXT" in
10066 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10067 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'` ;;
10068 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10069 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10070 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10071 fi ;;
10072 esac
10074 rm -f core conftest.err conftest.$ac_objext \
10075 conftest$ac_exeext conftest.$ac_ext
10076 LIBS=$ac_check_soname_save_LIBS
10078 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10080 $as_echo "not found" >&6; }
10082 else
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10084 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10086 cat >>confdefs.h <<_ACEOF
10087 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10088 _ACEOF
10093 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10094 case "x$with_xxf86vm" in
10095 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10096 xno) ;;
10097 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10098 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10099 esac
10102 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10103 then
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10105 $as_echo_n "checking for -lXrender... " >&6; }
10106 if ${ac_cv_lib_soname_Xrender+:} false; then :
10107 $as_echo_n "(cached) " >&6
10108 else
10109 ac_check_soname_save_LIBS=$LIBS
10110 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10112 /* end confdefs.h. */
10114 /* Override any GCC internal prototype to avoid an error.
10115 Use char because int might match the return type of a GCC
10116 builtin and then its argument prototype would still apply. */
10117 #ifdef __cplusplus
10118 extern "C"
10119 #endif
10120 char XRenderQueryExtension ();
10122 main ()
10124 return XRenderQueryExtension ();
10126 return 0;
10128 _ACEOF
10129 if ac_fn_c_try_link "$LINENO"; then :
10130 case "$LIBEXT" in
10131 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10132 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'` ;;
10133 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10134 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10135 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10136 fi ;;
10137 esac
10139 rm -f core conftest.err conftest.$ac_objext \
10140 conftest$ac_exeext conftest.$ac_ext
10141 LIBS=$ac_check_soname_save_LIBS
10143 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10145 $as_echo "not found" >&6; }
10147 else
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10149 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10151 cat >>confdefs.h <<_ACEOF
10152 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10153 _ACEOF
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10156 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10157 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10158 $as_echo_n "(cached) " >&6
10159 else
10160 ac_check_lib_save_LIBS=$LIBS
10161 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10163 /* end confdefs.h. */
10165 /* Override any GCC internal prototype to avoid an error.
10166 Use char because int might match the return type of a GCC
10167 builtin and then its argument prototype would still apply. */
10168 #ifdef __cplusplus
10169 extern "C"
10170 #endif
10171 char XRenderSetPictureTransform ();
10173 main ()
10175 return XRenderSetPictureTransform ();
10177 return 0;
10179 _ACEOF
10180 if ac_fn_c_try_link "$LINENO"; then :
10181 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10182 else
10183 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10185 rm -f core conftest.err conftest.$ac_objext \
10186 conftest$ac_exeext conftest.$ac_ext
10187 LIBS=$ac_check_lib_save_LIBS
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10190 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10191 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10193 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10198 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10199 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10200 $as_echo_n "(cached) " >&6
10201 else
10202 ac_check_lib_save_LIBS=$LIBS
10203 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10205 /* end confdefs.h. */
10207 /* Override any GCC internal prototype to avoid an error.
10208 Use char because int might match the return type of a GCC
10209 builtin and then its argument prototype would still apply. */
10210 #ifdef __cplusplus
10211 extern "C"
10212 #endif
10213 char XRenderCreateLinearGradient ();
10215 main ()
10217 return XRenderCreateLinearGradient ();
10219 return 0;
10221 _ACEOF
10222 if ac_fn_c_try_link "$LINENO"; then :
10223 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10224 else
10225 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10227 rm -f core conftest.err conftest.$ac_objext \
10228 conftest$ac_exeext conftest.$ac_ext
10229 LIBS=$ac_check_lib_save_LIBS
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10232 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10233 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10235 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10242 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10243 case "x$with_xrender" in
10244 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10245 xno) ;;
10246 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10247 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10248 esac
10251 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10252 then
10253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10254 /* end confdefs.h. */
10255 #include <X11/Xlib.h>
10256 #include <X11/extensions/Xrandr.h>
10258 main ()
10260 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10262 return 0;
10264 _ACEOF
10265 if ac_fn_c_try_compile "$LINENO"; then :
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10267 $as_echo_n "checking for -lXrandr... " >&6; }
10268 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10269 $as_echo_n "(cached) " >&6
10270 else
10271 ac_check_soname_save_LIBS=$LIBS
10272 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10274 /* end confdefs.h. */
10276 /* Override any GCC internal prototype to avoid an error.
10277 Use char because int might match the return type of a GCC
10278 builtin and then its argument prototype would still apply. */
10279 #ifdef __cplusplus
10280 extern "C"
10281 #endif
10282 char XRRQueryExtension ();
10284 main ()
10286 return XRRQueryExtension ();
10288 return 0;
10290 _ACEOF
10291 if ac_fn_c_try_link "$LINENO"; then :
10292 case "$LIBEXT" in
10293 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10294 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'` ;;
10295 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10296 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10297 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10298 fi ;;
10299 esac
10301 rm -f core conftest.err conftest.$ac_objext \
10302 conftest$ac_exeext conftest.$ac_ext
10303 LIBS=$ac_check_soname_save_LIBS
10305 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10307 $as_echo "not found" >&6; }
10309 else
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10311 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10313 cat >>confdefs.h <<_ACEOF
10314 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10315 _ACEOF
10317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10318 /* end confdefs.h. */
10319 #include <X11/Xlib.h>
10320 #include <X11/extensions/Xrandr.h>
10322 main ()
10324 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10326 return 0;
10328 _ACEOF
10329 if ac_fn_c_try_compile "$LINENO"; then :
10331 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10339 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10340 case "x$with_xrandr" in
10341 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10342 xno) ;;
10343 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10344 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10345 esac
10348 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10349 then
10350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10351 /* end confdefs.h. */
10352 #include <X11/Xlib.h>
10353 #include <X11/extensions/Xinerama.h>
10355 main ()
10357 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10359 return 0;
10361 _ACEOF
10362 if ac_fn_c_try_compile "$LINENO"; then :
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10364 $as_echo_n "checking for -lXinerama... " >&6; }
10365 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10366 $as_echo_n "(cached) " >&6
10367 else
10368 ac_check_soname_save_LIBS=$LIBS
10369 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10371 /* end confdefs.h. */
10373 /* Override any GCC internal prototype to avoid an error.
10374 Use char because int might match the return type of a GCC
10375 builtin and then its argument prototype would still apply. */
10376 #ifdef __cplusplus
10377 extern "C"
10378 #endif
10379 char XineramaQueryScreens ();
10381 main ()
10383 return XineramaQueryScreens ();
10385 return 0;
10387 _ACEOF
10388 if ac_fn_c_try_link "$LINENO"; then :
10389 case "$LIBEXT" in
10390 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10391 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'` ;;
10392 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10393 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10394 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10395 fi ;;
10396 esac
10398 rm -f core conftest.err conftest.$ac_objext \
10399 conftest$ac_exeext conftest.$ac_ext
10400 LIBS=$ac_check_soname_save_LIBS
10402 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10404 $as_echo "not found" >&6; }
10406 else
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10408 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10410 cat >>confdefs.h <<_ACEOF
10411 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10412 _ACEOF
10417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10419 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10420 case "x$with_xinerama" in
10421 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10422 xno) ;;
10423 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10424 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10425 esac
10428 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10429 then
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10431 $as_echo_n "checking for -lXcomposite... " >&6; }
10432 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10433 $as_echo_n "(cached) " >&6
10434 else
10435 ac_check_soname_save_LIBS=$LIBS
10436 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10440 /* Override any GCC internal prototype to avoid an error.
10441 Use char because int might match the return type of a GCC
10442 builtin and then its argument prototype would still apply. */
10443 #ifdef __cplusplus
10444 extern "C"
10445 #endif
10446 char XCompositeRedirectWindow ();
10448 main ()
10450 return XCompositeRedirectWindow ();
10452 return 0;
10454 _ACEOF
10455 if ac_fn_c_try_link "$LINENO"; then :
10456 case "$LIBEXT" in
10457 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10458 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'` ;;
10459 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10460 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10461 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10462 fi ;;
10463 esac
10465 rm -f core conftest.err conftest.$ac_objext \
10466 conftest$ac_exeext conftest.$ac_ext
10467 LIBS=$ac_check_soname_save_LIBS
10469 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10471 $as_echo "not found" >&6; }
10473 else
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10475 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10477 cat >>confdefs.h <<_ACEOF
10478 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10479 _ACEOF
10484 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10485 case "x$with_xcomposite" in
10486 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10487 xno) ;;
10488 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10489 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10490 esac
10493 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10494 #include <X11/Xlib.h>
10495 #endif
10497 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10499 cat >>confdefs.h <<_ACEOF
10500 #define HAVE_XICCALLBACK_CALLBACK 1
10501 _ACEOF
10505 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10506 #include <X11/Xlib.h>
10507 #endif
10509 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10511 cat >>confdefs.h <<_ACEOF
10512 #define HAVE_XEVENT_XCOOKIE 1
10513 _ACEOF
10520 opengl_msg=""
10521 if test "x$with_opengl" != "xno"
10522 then
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10524 $as_echo_n "checking for -lGL... " >&6; }
10525 if ${ac_cv_lib_soname_GL+:} false; then :
10526 $as_echo_n "(cached) " >&6
10527 else
10528 ac_check_soname_save_LIBS=$LIBS
10529 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10531 /* end confdefs.h. */
10533 /* Override any GCC internal prototype to avoid an error.
10534 Use char because int might match the return type of a GCC
10535 builtin and then its argument prototype would still apply. */
10536 #ifdef __cplusplus
10537 extern "C"
10538 #endif
10539 char glXCreateContext ();
10541 main ()
10543 return glXCreateContext ();
10545 return 0;
10547 _ACEOF
10548 if ac_fn_c_try_link "$LINENO"; then :
10549 case "$LIBEXT" in
10550 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10551 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'` ;;
10552 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10553 if ${ac_cv_lib_soname_GL:+false} :; then :
10554 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10555 fi ;;
10556 esac
10558 rm -f core conftest.err conftest.$ac_objext \
10559 conftest$ac_exeext conftest.$ac_ext
10560 LIBS=$ac_check_soname_save_LIBS
10562 if ${ac_cv_lib_soname_GL:+false} :; then :
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10564 $as_echo "not found" >&6; }
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10566 $as_echo_n "checking for -lGL... " >&6; }
10567 if ${ac_cv_lib_soname_GL+:} false; then :
10568 $as_echo_n "(cached) " >&6
10569 else
10570 ac_check_soname_save_LIBS=$LIBS
10571 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"
10572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char glXCreateContext ();
10583 main ()
10585 return glXCreateContext ();
10587 return 0;
10589 _ACEOF
10590 if ac_fn_c_try_link "$LINENO"; then :
10591 case "$LIBEXT" in
10592 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10593 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'` ;;
10594 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10595 if ${ac_cv_lib_soname_GL:+false} :; then :
10596 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10597 fi ;;
10598 esac
10600 rm -f core conftest.err conftest.$ac_objext \
10601 conftest$ac_exeext conftest.$ac_ext
10602 LIBS=$ac_check_soname_save_LIBS
10604 if ${ac_cv_lib_soname_GL:+false} :; then :
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10606 $as_echo "not found" >&6; }
10607 if test -f /usr/X11R6/lib/libGL.a
10608 then
10609 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10610 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10611 else
10612 opengl_msg="No OpenGL library found on this system."
10614 else
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10616 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10618 cat >>confdefs.h <<_ACEOF
10619 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10620 _ACEOF
10622 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"
10624 else
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10626 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10628 cat >>confdefs.h <<_ACEOF
10629 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10630 _ACEOF
10632 OPENGL_LIBS="-lGL"
10634 if test "x$with_glu" != "xno"
10635 then
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10637 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10638 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10639 $as_echo_n "(cached) " >&6
10640 else
10641 ac_check_lib_save_LIBS=$LIBS
10642 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10644 /* end confdefs.h. */
10646 /* Override any GCC internal prototype to avoid an error.
10647 Use char because int might match the return type of a GCC
10648 builtin and then its argument prototype would still apply. */
10649 #ifdef __cplusplus
10650 extern "C"
10651 #endif
10652 char gluLookAt ();
10654 main ()
10656 return gluLookAt ();
10658 return 0;
10660 _ACEOF
10661 if ac_fn_c_try_link "$LINENO"; then :
10662 ac_cv_lib_GLU_gluLookAt=yes
10663 else
10664 ac_cv_lib_GLU_gluLookAt=no
10666 rm -f core conftest.err conftest.$ac_objext \
10667 conftest$ac_exeext conftest.$ac_ext
10668 LIBS=$ac_check_lib_save_LIBS
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10671 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10672 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10676 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10677 case "x$with_glu" in
10678 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10679 xno) ;;
10680 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10681 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10682 esac
10686 if test "x$with_osmesa" != "xno"
10687 then
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10689 $as_echo_n "checking for -lOSMesa... " >&6; }
10690 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10691 $as_echo_n "(cached) " >&6
10692 else
10693 ac_check_soname_save_LIBS=$LIBS
10694 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10696 /* end confdefs.h. */
10698 /* Override any GCC internal prototype to avoid an error.
10699 Use char because int might match the return type of a GCC
10700 builtin and then its argument prototype would still apply. */
10701 #ifdef __cplusplus
10702 extern "C"
10703 #endif
10704 char glAccum ();
10706 main ()
10708 return glAccum ();
10710 return 0;
10712 _ACEOF
10713 if ac_fn_c_try_link "$LINENO"; then :
10714 case "$LIBEXT" in
10715 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10716 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'` ;;
10717 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10718 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10719 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10720 fi ;;
10721 esac
10723 rm -f core conftest.err conftest.$ac_objext \
10724 conftest$ac_exeext conftest.$ac_ext
10725 LIBS=$ac_check_soname_save_LIBS
10727 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10729 $as_echo "not found" >&6; }
10731 else
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10733 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10735 cat >>confdefs.h <<_ACEOF
10736 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10737 _ACEOF
10741 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10742 case "x$with_osmesa" in
10743 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10744 xno) ;;
10745 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10746 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10747 esac
10751 if test -n "$opengl_msg"; then :
10752 case "x$with_opengl" in
10753 x) as_fn_append wine_warnings "|$opengl_msg
10754 OpenGL and Direct3D won't be supported." ;;
10755 xno) ;;
10756 *) as_fn_error $? "$opengl_msg
10757 OpenGL and Direct3D won't be supported.
10758 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10759 esac
10762 CPPFLAGS="$ac_save_CPPFLAGS"
10763 else
10764 X_CFLAGS=""
10765 X_LIBS=""
10766 enable_winex11_drv=${enable_winex11_drv:-no}
10768 if test "x$X_LIBS" = "x"; then :
10769 case "x$with_x" in
10770 xno) ;;
10771 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10772 without X support, which probably isn't what you want. You will need
10773 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10774 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10775 esac
10778 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10780 if test "$ac_cv_header_CL_cl_h" = "yes"
10781 then
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10783 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10784 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10785 $as_echo_n "(cached) " >&6
10786 else
10787 ac_check_lib_save_LIBS=$LIBS
10788 LIBS="-lOpenCL $LIBS"
10789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10790 /* end confdefs.h. */
10792 /* Override any GCC internal prototype to avoid an error.
10793 Use char because int might match the return type of a GCC
10794 builtin and then its argument prototype would still apply. */
10795 #ifdef __cplusplus
10796 extern "C"
10797 #endif
10798 char clGetPlatformInfo ();
10800 main ()
10802 return clGetPlatformInfo ();
10804 return 0;
10806 _ACEOF
10807 if ac_fn_c_try_link "$LINENO"; then :
10808 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10809 else
10810 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10812 rm -f core conftest.err conftest.$ac_objext \
10813 conftest$ac_exeext conftest.$ac_ext
10814 LIBS=$ac_check_lib_save_LIBS
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10817 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10818 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10819 OPENCL_LIBS="-lOpenCL"
10824 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10825 case "x$with_opencl" in
10826 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10827 xno) ;;
10828 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10829 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10830 esac
10832 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10834 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10835 then
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10837 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10838 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10839 $as_echo_n "(cached) " >&6
10840 else
10841 ac_check_lib_save_LIBS=$LIBS
10842 LIBS="-lpcap $LIBS"
10843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10844 /* end confdefs.h. */
10846 /* Override any GCC internal prototype to avoid an error.
10847 Use char because int might match the return type of a GCC
10848 builtin and then its argument prototype would still apply. */
10849 #ifdef __cplusplus
10850 extern "C"
10851 #endif
10852 char pcap_create ();
10854 main ()
10856 return pcap_create ();
10858 return 0;
10860 _ACEOF
10861 if ac_fn_c_try_link "$LINENO"; then :
10862 ac_cv_lib_pcap_pcap_create=yes
10863 else
10864 ac_cv_lib_pcap_pcap_create=no
10866 rm -f core conftest.err conftest.$ac_objext \
10867 conftest$ac_exeext conftest.$ac_ext
10868 LIBS=$ac_check_lib_save_LIBS
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10871 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10872 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10873 PCAP_LIBS="-lpcap"
10878 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10879 case "x$with_pcap" in
10880 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10881 xno) ;;
10882 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10883 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10884 esac
10886 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10889 if test "x$with_xml" != "xno"
10890 then
10891 if ${XML2_CFLAGS:+false} :; then :
10892 if ${PKG_CONFIG+:} false; then :
10893 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10896 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10897 if ${XML2_LIBS:+false} :; then :
10898 if ${PKG_CONFIG+:} false; then :
10899 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10902 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10903 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10904 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10905 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10906 ac_save_CPPFLAGS=$CPPFLAGS
10907 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10908 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10909 do :
10910 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10911 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10912 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10913 cat >>confdefs.h <<_ACEOF
10914 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10915 _ACEOF
10919 done
10921 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"
10922 then
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10924 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10925 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10926 $as_echo_n "(cached) " >&6
10927 else
10928 ac_check_lib_save_LIBS=$LIBS
10929 LIBS="-lxml2 $XML2_LIBS $LIBS"
10930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10931 /* end confdefs.h. */
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char xmlParseMemory ();
10941 main ()
10943 return xmlParseMemory ();
10945 return 0;
10947 _ACEOF
10948 if ac_fn_c_try_link "$LINENO"; then :
10949 ac_cv_lib_xml2_xmlParseMemory=yes
10950 else
10951 ac_cv_lib_xml2_xmlParseMemory=no
10953 rm -f core conftest.err conftest.$ac_objext \
10954 conftest$ac_exeext conftest.$ac_ext
10955 LIBS=$ac_check_lib_save_LIBS
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10958 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10959 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10961 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10963 else
10964 XML2_LIBS=""
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10968 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10969 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
10970 $as_echo_n "(cached) " >&6
10971 else
10972 ac_check_lib_save_LIBS=$LIBS
10973 LIBS="-lxml2 $XML2_LIBS $LIBS"
10974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h. */
10977 /* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10980 #ifdef __cplusplus
10981 extern "C"
10982 #endif
10983 char xmlReadMemory ();
10985 main ()
10987 return xmlReadMemory ();
10989 return 0;
10991 _ACEOF
10992 if ac_fn_c_try_link "$LINENO"; then :
10993 ac_cv_lib_xml2_xmlReadMemory=yes
10994 else
10995 ac_cv_lib_xml2_xmlReadMemory=no
10997 rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
10999 LIBS=$ac_check_lib_save_LIBS
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11002 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11003 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11005 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11010 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11011 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11012 $as_echo_n "(cached) " >&6
11013 else
11014 ac_check_lib_save_LIBS=$LIBS
11015 LIBS="-lxml2 $XML2_LIBS $LIBS"
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11022 #ifdef __cplusplus
11023 extern "C"
11024 #endif
11025 char xmlNewDocPI ();
11027 main ()
11029 return xmlNewDocPI ();
11031 return 0;
11033 _ACEOF
11034 if ac_fn_c_try_link "$LINENO"; then :
11035 ac_cv_lib_xml2_xmlNewDocPI=yes
11036 else
11037 ac_cv_lib_xml2_xmlNewDocPI=no
11039 rm -f core conftest.err conftest.$ac_objext \
11040 conftest$ac_exeext conftest.$ac_ext
11041 LIBS=$ac_check_lib_save_LIBS
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11044 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11045 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11047 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11052 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11053 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11054 $as_echo_n "(cached) " >&6
11055 else
11056 ac_check_lib_save_LIBS=$LIBS
11057 LIBS="-lxml2 $XML2_LIBS $LIBS"
11058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11064 #ifdef __cplusplus
11065 extern "C"
11066 #endif
11067 char xmlSchemaSetParserStructuredErrors ();
11069 main ()
11071 return xmlSchemaSetParserStructuredErrors ();
11073 return 0;
11075 _ACEOF
11076 if ac_fn_c_try_link "$LINENO"; then :
11077 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11078 else
11079 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11081 rm -f core conftest.err conftest.$ac_objext \
11082 conftest$ac_exeext conftest.$ac_ext
11083 LIBS=$ac_check_lib_save_LIBS
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11086 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11087 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11089 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11094 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11095 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11096 $as_echo_n "(cached) " >&6
11097 else
11098 ac_check_lib_save_LIBS=$LIBS
11099 LIBS="-lxml2 $XML2_LIBS $LIBS"
11100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11101 /* end confdefs.h. */
11103 /* Override any GCC internal prototype to avoid an error.
11104 Use char because int might match the return type of a GCC
11105 builtin and then its argument prototype would still apply. */
11106 #ifdef __cplusplus
11107 extern "C"
11108 #endif
11109 char xmlSchemaSetValidStructuredErrors ();
11111 main ()
11113 return xmlSchemaSetValidStructuredErrors ();
11115 return 0;
11117 _ACEOF
11118 if ac_fn_c_try_link "$LINENO"; then :
11119 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11120 else
11121 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11123 rm -f core conftest.err conftest.$ac_objext \
11124 conftest$ac_exeext conftest.$ac_ext
11125 LIBS=$ac_check_lib_save_LIBS
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11128 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11129 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11131 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11136 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11137 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11138 $as_echo_n "(cached) " >&6
11139 else
11140 ac_check_lib_save_LIBS=$LIBS
11141 LIBS="-lxml2 $XML2_LIBS $LIBS"
11142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11143 /* end confdefs.h. */
11145 /* Override any GCC internal prototype to avoid an error.
11146 Use char because int might match the return type of a GCC
11147 builtin and then its argument prototype would still apply. */
11148 #ifdef __cplusplus
11149 extern "C"
11150 #endif
11151 char xmlFirstElementChild ();
11153 main ()
11155 return xmlFirstElementChild ();
11157 return 0;
11159 _ACEOF
11160 if ac_fn_c_try_link "$LINENO"; then :
11161 ac_cv_lib_xml2_xmlFirstElementChild=yes
11162 else
11163 ac_cv_lib_xml2_xmlFirstElementChild=no
11165 rm -f core conftest.err conftest.$ac_objext \
11166 conftest$ac_exeext conftest.$ac_ext
11167 LIBS=$ac_check_lib_save_LIBS
11169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11170 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11171 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11173 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11177 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11179 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11181 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11185 else
11186 XML2_CFLAGS=""
11187 XML2_LIBS=""
11189 CPPFLAGS=$ac_save_CPPFLAGS
11190 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11191 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11194 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11195 case "x$with_xml" in
11196 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11197 xno) ;;
11198 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11199 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11200 esac
11203 if test "x$with_xslt" != "xno"
11204 then
11205 if ${XSLT_CFLAGS:+false} :; then :
11206 if ${PKG_CONFIG+:} false; then :
11207 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11210 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11211 if ${XSLT_LIBS:+false} :; then :
11212 if ${PKG_CONFIG+:} false; then :
11213 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11216 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11217 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11218 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11219 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11220 ac_save_CPPFLAGS=$CPPFLAGS
11221 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11222 for ac_header in libxslt/pattern.h libxslt/transform.h
11223 do :
11224 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11225 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11226 # include <libxslt/pattern.h>
11227 #endif
11229 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11230 cat >>confdefs.h <<_ACEOF
11231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11232 _ACEOF
11236 done
11238 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11239 then
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11241 $as_echo_n "checking for -lxslt... " >&6; }
11242 if ${ac_cv_lib_soname_xslt+:} false; then :
11243 $as_echo_n "(cached) " >&6
11244 else
11245 ac_check_soname_save_LIBS=$LIBS
11246 LIBS="-lxslt $XSLT_LIBS $LIBS"
11247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11248 /* end confdefs.h. */
11250 /* Override any GCC internal prototype to avoid an error.
11251 Use char because int might match the return type of a GCC
11252 builtin and then its argument prototype would still apply. */
11253 #ifdef __cplusplus
11254 extern "C"
11255 #endif
11256 char xsltCompilePattern ();
11258 main ()
11260 return xsltCompilePattern ();
11262 return 0;
11264 _ACEOF
11265 if ac_fn_c_try_link "$LINENO"; then :
11266 case "$LIBEXT" in
11267 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11268 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'` ;;
11269 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11270 if ${ac_cv_lib_soname_xslt:+false} :; then :
11271 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11272 fi ;;
11273 esac
11275 rm -f core conftest.err conftest.$ac_objext \
11276 conftest$ac_exeext conftest.$ac_ext
11277 LIBS=$ac_check_soname_save_LIBS
11279 if ${ac_cv_lib_soname_xslt:+false} :; then :
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11281 $as_echo "not found" >&6; }
11283 else
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11285 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11287 cat >>confdefs.h <<_ACEOF
11288 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11289 _ACEOF
11293 else
11294 XSLT_CFLAGS=""
11296 CPPFLAGS=$ac_save_CPPFLAGS
11297 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11298 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11301 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11302 case "x$with_xslt" in
11303 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11304 xno) ;;
11305 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11306 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11307 esac
11310 if test "x$with_dbus" != "xno"
11311 then
11312 if ${DBUS_CFLAGS:+false} :; then :
11313 if ${PKG_CONFIG+:} false; then :
11314 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11318 if ${DBUS_LIBS:+false} :; then :
11319 if ${PKG_CONFIG+:} false; then :
11320 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11325 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11326 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11327 ac_save_CPPFLAGS=$CPPFLAGS
11328 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11329 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11330 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11332 $as_echo_n "checking for -ldbus-1... " >&6; }
11333 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11334 $as_echo_n "(cached) " >&6
11335 else
11336 ac_check_soname_save_LIBS=$LIBS
11337 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11344 #ifdef __cplusplus
11345 extern "C"
11346 #endif
11347 char dbus_connection_close ();
11349 main ()
11351 return dbus_connection_close ();
11353 return 0;
11355 _ACEOF
11356 if ac_fn_c_try_link "$LINENO"; then :
11357 case "$LIBEXT" in
11358 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11359 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'` ;;
11360 *) 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'`
11361 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11362 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11363 fi ;;
11364 esac
11366 rm -f core conftest.err conftest.$ac_objext \
11367 conftest$ac_exeext conftest.$ac_ext
11368 LIBS=$ac_check_soname_save_LIBS
11370 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11372 $as_echo "not found" >&6; }
11373 DBUS_CFLAGS=""
11374 else
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11376 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11378 cat >>confdefs.h <<_ACEOF
11379 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11380 _ACEOF
11384 else
11385 DBUS_CFLAGS=""
11389 CPPFLAGS=$ac_save_CPPFLAGS
11390 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11391 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11394 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11395 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11396 case "x$with_dbus" in
11397 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11398 xno) ;;
11399 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11400 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11401 esac
11404 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11405 then
11406 if ${HAL_CFLAGS:+false} :; then :
11407 if ${PKG_CONFIG+:} false; then :
11408 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11412 if ${HAL_LIBS:+false} :; then :
11413 if ${PKG_CONFIG+:} false; then :
11414 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11418 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11419 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11420 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11421 ac_save_CPPFLAGS=$CPPFLAGS
11422 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11423 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11424 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11426 $as_echo_n "checking for -lhal... " >&6; }
11427 if ${ac_cv_lib_soname_hal+:} false; then :
11428 $as_echo_n "(cached) " >&6
11429 else
11430 ac_check_soname_save_LIBS=$LIBS
11431 LIBS="-lhal $HAL_LIBS $LIBS"
11432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11438 #ifdef __cplusplus
11439 extern "C"
11440 #endif
11441 char libhal_ctx_new ();
11443 main ()
11445 return libhal_ctx_new ();
11447 return 0;
11449 _ACEOF
11450 if ac_fn_c_try_link "$LINENO"; then :
11451 case "$LIBEXT" in
11452 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11453 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'` ;;
11454 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11455 if ${ac_cv_lib_soname_hal:+false} :; then :
11456 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11457 fi ;;
11458 esac
11460 rm -f core conftest.err conftest.$ac_objext \
11461 conftest$ac_exeext conftest.$ac_ext
11462 LIBS=$ac_check_soname_save_LIBS
11464 if ${ac_cv_lib_soname_hal:+false} :; then :
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11466 $as_echo "not found" >&6; }
11467 HAL_CFLAGS=""
11468 else
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11470 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11472 cat >>confdefs.h <<_ACEOF
11473 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11474 _ACEOF
11478 else
11479 HAL_CFLAGS=""
11483 CPPFLAGS=$ac_save_CPPFLAGS
11484 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11485 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11487 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11488 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11489 case "x$with_hal" in
11490 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11491 xno) ;;
11492 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11493 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11494 esac
11498 if test "x$with_gnutls" != "xno"
11499 then
11500 if ${GNUTLS_CFLAGS:+false} :; then :
11501 if ${PKG_CONFIG+:} false; then :
11502 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11506 if ${GNUTLS_LIBS:+false} :; then :
11507 if ${PKG_CONFIG+:} false; then :
11508 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11513 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11514 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11515 ac_save_CPPFLAGS=$CPPFLAGS
11516 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11517 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11518 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11520 /* end confdefs.h. */
11521 #include <gnutls/gnutls.h>
11522 #include <gnutls/crypto.h>
11524 main ()
11526 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11528 return 0;
11530 _ACEOF
11531 if ac_fn_c_try_compile "$LINENO"; then :
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11533 $as_echo_n "checking for -lgnutls... " >&6; }
11534 if ${ac_cv_lib_soname_gnutls+:} false; then :
11535 $as_echo_n "(cached) " >&6
11536 else
11537 ac_check_soname_save_LIBS=$LIBS
11538 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11540 /* end confdefs.h. */
11542 /* Override any GCC internal prototype to avoid an error.
11543 Use char because int might match the return type of a GCC
11544 builtin and then its argument prototype would still apply. */
11545 #ifdef __cplusplus
11546 extern "C"
11547 #endif
11548 char gnutls_global_init ();
11550 main ()
11552 return gnutls_global_init ();
11554 return 0;
11556 _ACEOF
11557 if ac_fn_c_try_link "$LINENO"; then :
11558 case "$LIBEXT" in
11559 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11560 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'` ;;
11561 *) 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'`
11562 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11563 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'`
11564 fi ;;
11565 esac
11567 rm -f core conftest.err conftest.$ac_objext \
11568 conftest$ac_exeext conftest.$ac_ext
11569 LIBS=$ac_check_soname_save_LIBS
11571 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11573 $as_echo "not found" >&6; }
11574 GNUTLS_CFLAGS=""
11575 else
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11577 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11579 cat >>confdefs.h <<_ACEOF
11580 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11581 _ACEOF
11586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11587 else
11588 GNUTLS_CFLAGS=""
11592 CPPFLAGS=$ac_save_CPPFLAGS
11593 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11594 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11597 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11598 case "x$with_gnutls" in
11599 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11600 xno) ;;
11601 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11602 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11603 esac
11606 CURSES_LIBS=""
11607 if test "$ac_cv_header_ncurses_h" = "yes"
11608 then
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11610 $as_echo_n "checking for -lncurses... " >&6; }
11611 if ${ac_cv_lib_soname_ncurses+:} false; then :
11612 $as_echo_n "(cached) " >&6
11613 else
11614 ac_check_soname_save_LIBS=$LIBS
11615 LIBS="-lncurses $LIBS"
11616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11619 /* Override any GCC internal prototype to avoid an error.
11620 Use char because int might match the return type of a GCC
11621 builtin and then its argument prototype would still apply. */
11622 #ifdef __cplusplus
11623 extern "C"
11624 #endif
11625 char waddch ();
11627 main ()
11629 return waddch ();
11631 return 0;
11633 _ACEOF
11634 if ac_fn_c_try_link "$LINENO"; then :
11635 case "$LIBEXT" in
11636 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11637 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'` ;;
11638 *) 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'`
11639 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11640 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11641 fi ;;
11642 esac
11644 rm -f core conftest.err conftest.$ac_objext \
11645 conftest$ac_exeext conftest.$ac_ext
11646 LIBS=$ac_check_soname_save_LIBS
11648 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11650 $as_echo "not found" >&6; }
11652 else
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11654 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11656 cat >>confdefs.h <<_ACEOF
11657 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11658 _ACEOF
11660 CURSES_LIBS="-lncurses"
11662 elif test "$ac_cv_header_curses_h" = "yes"
11663 then
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11665 $as_echo_n "checking for -lcurses... " >&6; }
11666 if ${ac_cv_lib_soname_curses+:} false; then :
11667 $as_echo_n "(cached) " >&6
11668 else
11669 ac_check_soname_save_LIBS=$LIBS
11670 LIBS="-lcurses $LIBS"
11671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11672 /* end confdefs.h. */
11674 /* Override any GCC internal prototype to avoid an error.
11675 Use char because int might match the return type of a GCC
11676 builtin and then its argument prototype would still apply. */
11677 #ifdef __cplusplus
11678 extern "C"
11679 #endif
11680 char waddch ();
11682 main ()
11684 return waddch ();
11686 return 0;
11688 _ACEOF
11689 if ac_fn_c_try_link "$LINENO"; then :
11690 case "$LIBEXT" in
11691 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11692 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'` ;;
11693 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11694 if ${ac_cv_lib_soname_curses:+false} :; then :
11695 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11696 fi ;;
11697 esac
11699 rm -f core conftest.err conftest.$ac_objext \
11700 conftest$ac_exeext conftest.$ac_ext
11701 LIBS=$ac_check_soname_save_LIBS
11703 if ${ac_cv_lib_soname_curses:+false} :; then :
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11705 $as_echo "not found" >&6; }
11707 else
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11709 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11711 cat >>confdefs.h <<_ACEOF
11712 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11713 _ACEOF
11715 CURSES_LIBS="-lcurses"
11718 ac_save_LIBS="$LIBS"
11719 LIBS="$LIBS $CURSES_LIBS"
11720 for ac_func in mousemask
11721 do :
11722 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11723 if test "x$ac_cv_func_mousemask" = xyes; then :
11724 cat >>confdefs.h <<_ACEOF
11725 #define HAVE_MOUSEMASK 1
11726 _ACEOF
11729 done
11731 LIBS="$ac_save_LIBS"
11732 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11733 case "x$with_curses" in
11734 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11735 xno) ;;
11736 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11737 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11738 esac
11741 if test "x$with_sane" != "xno"
11742 then
11743 if ${SANE_CFLAGS:+false} :; then :
11744 if ${PKG_CONFIG+:} false; then :
11745 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11748 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11749 if ${SANE_LIBS:+false} :; then :
11750 if ${PKG_CONFIG+:} false; then :
11751 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11754 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11756 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11757 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11758 ac_save_CPPFLAGS=$CPPFLAGS
11759 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11760 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11761 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11763 $as_echo_n "checking for -lsane... " >&6; }
11764 if ${ac_cv_lib_soname_sane+:} false; then :
11765 $as_echo_n "(cached) " >&6
11766 else
11767 ac_check_soname_save_LIBS=$LIBS
11768 LIBS="-lsane $SANE_LIBS $LIBS"
11769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h. */
11772 /* Override any GCC internal prototype to avoid an error.
11773 Use char because int might match the return type of a GCC
11774 builtin and then its argument prototype would still apply. */
11775 #ifdef __cplusplus
11776 extern "C"
11777 #endif
11778 char sane_init ();
11780 main ()
11782 return sane_init ();
11784 return 0;
11786 _ACEOF
11787 if ac_fn_c_try_link "$LINENO"; then :
11788 case "$LIBEXT" in
11789 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11790 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'` ;;
11791 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11792 if ${ac_cv_lib_soname_sane:+false} :; then :
11793 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11794 fi ;;
11795 esac
11797 rm -f core conftest.err conftest.$ac_objext \
11798 conftest$ac_exeext conftest.$ac_ext
11799 LIBS=$ac_check_soname_save_LIBS
11801 if ${ac_cv_lib_soname_sane:+false} :; then :
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11803 $as_echo "not found" >&6; }
11804 SANE_CFLAGS=""
11805 else
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11807 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11809 cat >>confdefs.h <<_ACEOF
11810 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11811 _ACEOF
11815 else
11816 SANE_CFLAGS=""
11820 CPPFLAGS=$ac_save_CPPFLAGS
11821 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11822 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11825 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11826 case "x$with_sane" in
11827 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11828 xno) ;;
11829 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11830 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11831 esac
11834 if test "x$with_v4l" != "xno"
11835 then
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11837 $as_echo_n "checking for -lv4l1... " >&6; }
11838 if ${ac_cv_lib_soname_v4l1+:} false; then :
11839 $as_echo_n "(cached) " >&6
11840 else
11841 ac_check_soname_save_LIBS=$LIBS
11842 LIBS="-lv4l1 $LIBS"
11843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11844 /* end confdefs.h. */
11846 /* Override any GCC internal prototype to avoid an error.
11847 Use char because int might match the return type of a GCC
11848 builtin and then its argument prototype would still apply. */
11849 #ifdef __cplusplus
11850 extern "C"
11851 #endif
11852 char v4l1_open ();
11854 main ()
11856 return v4l1_open ();
11858 return 0;
11860 _ACEOF
11861 if ac_fn_c_try_link "$LINENO"; then :
11862 case "$LIBEXT" in
11863 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11864 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'` ;;
11865 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11866 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11867 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11868 fi ;;
11869 esac
11871 rm -f core conftest.err conftest.$ac_objext \
11872 conftest$ac_exeext conftest.$ac_ext
11873 LIBS=$ac_check_soname_save_LIBS
11875 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11877 $as_echo "not found" >&6; }
11879 else
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11881 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11883 cat >>confdefs.h <<_ACEOF
11884 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11885 _ACEOF
11890 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11891 case "x$with_v4l" in
11892 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11893 xno) ;;
11894 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11895 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11896 esac
11899 if test "x$with_gphoto" != "xno"
11900 then
11901 if ${GPHOTO2_CFLAGS:+false} :; then :
11902 if ${PKG_CONFIG+:} false; then :
11903 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11906 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11907 if ${GPHOTO2_LIBS:+false} :; then :
11908 if ${PKG_CONFIG+:} false; then :
11909 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11912 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11913 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11914 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11915 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11916 ac_save_CPPFLAGS=$CPPFLAGS
11917 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11918 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11919 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11921 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11922 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11923 $as_echo_n "(cached) " >&6
11924 else
11925 ac_check_lib_save_LIBS=$LIBS
11926 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h. */
11930 /* Override any GCC internal prototype to avoid an error.
11931 Use char because int might match the return type of a GCC
11932 builtin and then its argument prototype would still apply. */
11933 #ifdef __cplusplus
11934 extern "C"
11935 #endif
11936 char gp_camera_new ();
11938 main ()
11940 return gp_camera_new ();
11942 return 0;
11944 _ACEOF
11945 if ac_fn_c_try_link "$LINENO"; then :
11946 ac_cv_lib_gphoto2_gp_camera_new=yes
11947 else
11948 ac_cv_lib_gphoto2_gp_camera_new=no
11950 rm -f core conftest.err conftest.$ac_objext \
11951 conftest$ac_exeext conftest.$ac_ext
11952 LIBS=$ac_check_lib_save_LIBS
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11955 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11956 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11958 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11960 else
11961 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11964 else
11965 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11969 CPPFLAGS=$ac_save_CPPFLAGS
11970 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11971 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11973 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11974 if ${PKG_CONFIG+:} false; then :
11975 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11978 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11979 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11980 if ${PKG_CONFIG+:} false; then :
11981 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11984 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11985 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11986 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11987 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11988 ac_save_CPPFLAGS=$CPPFLAGS
11989 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11990 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11991 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11993 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11994 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
11995 $as_echo_n "(cached) " >&6
11996 else
11997 ac_check_lib_save_LIBS=$LIBS
11998 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
11999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12000 /* end confdefs.h. */
12002 /* Override any GCC internal prototype to avoid an error.
12003 Use char because int might match the return type of a GCC
12004 builtin and then its argument prototype would still apply. */
12005 #ifdef __cplusplus
12006 extern "C"
12007 #endif
12008 char gp_port_info_list_new ();
12010 main ()
12012 return gp_port_info_list_new ();
12014 return 0;
12016 _ACEOF
12017 if ac_fn_c_try_link "$LINENO"; then :
12018 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12019 else
12020 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12022 rm -f core conftest.err conftest.$ac_objext \
12023 conftest$ac_exeext conftest.$ac_ext
12024 LIBS=$ac_check_lib_save_LIBS
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12027 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12028 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12030 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12032 else
12033 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12036 else
12037 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12041 CPPFLAGS=$ac_save_CPPFLAGS
12042 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12043 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12046 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12047 case "x$with_gphoto" in
12048 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12049 xno) ;;
12050 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12051 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12052 esac
12054 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12055 case "x$with_gphoto" in
12056 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12057 xno) ;;
12058 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12059 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12060 esac
12064 if test "$ac_cv_header_resolv_h" = "yes"
12065 then
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12067 $as_echo_n "checking for resolver library... " >&6; }
12068 if ${ac_cv_have_resolv+:} false; then :
12069 $as_echo_n "(cached) " >&6
12070 else
12071 ac_save_LIBS="$LIBS"
12072 for lib in '' -lresolv
12074 LIBS="$lib $ac_save_LIBS"
12075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12077 #ifdef HAVE_NETINET_IN_H
12078 #include <netinet/in.h>
12079 #endif
12080 #include <resolv.h>
12082 main ()
12084 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12086 return 0;
12088 _ACEOF
12089 if ac_fn_c_try_link "$LINENO"; then :
12090 ac_cv_have_resolv=${lib:-"none required"}
12091 else
12092 ac_cv_have_resolv="not found"
12094 rm -f core conftest.err conftest.$ac_objext \
12095 conftest$ac_exeext conftest.$ac_ext
12096 test "x$ac_cv_have_resolv" = "xnot found" || break
12097 done
12098 LIBS="$ac_save_LIBS"
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12101 $as_echo "$ac_cv_have_resolv" >&6; }
12103 case "$ac_cv_have_resolv" in
12104 "not found") ;;
12105 "none required")
12107 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12110 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12112 RESOLV_LIBS=$ac_cv_have_resolv
12114 esac
12117 if test "x$with_cms" != "xno"
12118 then
12119 if ${LCMS2_CFLAGS:+false} :; then :
12120 if ${PKG_CONFIG+:} false; then :
12121 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12125 if ${LCMS2_LIBS:+false} :; then :
12126 if ${PKG_CONFIG+:} false; then :
12127 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12131 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12132 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12133 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12134 ac_save_CPPFLAGS=$CPPFLAGS
12135 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12136 for ac_header in lcms2.h
12137 do :
12138 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12139 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12140 cat >>confdefs.h <<_ACEOF
12141 #define HAVE_LCMS2_H 1
12142 _ACEOF
12146 done
12148 if test "$ac_cv_header_lcms2_h" = "yes"
12149 then
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12151 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12152 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12153 $as_echo_n "(cached) " >&6
12154 else
12155 ac_check_lib_save_LIBS=$LIBS
12156 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12160 /* Override any GCC internal prototype to avoid an error.
12161 Use char because int might match the return type of a GCC
12162 builtin and then its argument prototype would still apply. */
12163 #ifdef __cplusplus
12164 extern "C"
12165 #endif
12166 char cmsOpenProfileFromFile ();
12168 main ()
12170 return cmsOpenProfileFromFile ();
12172 return 0;
12174 _ACEOF
12175 if ac_fn_c_try_link "$LINENO"; then :
12176 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12177 else
12178 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12180 rm -f core conftest.err conftest.$ac_objext \
12181 conftest$ac_exeext conftest.$ac_ext
12182 LIBS=$ac_check_lib_save_LIBS
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12185 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12186 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12188 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12190 else
12191 LCMS2_LIBS=""
12194 else
12195 LCMS2_CFLAGS=""
12196 LCMS2_LIBS=""
12198 CPPFLAGS=$ac_save_CPPFLAGS
12199 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12200 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12203 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12204 case "x$with_cms" in
12205 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12206 xno) ;;
12207 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12208 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12209 esac
12212 if test "x$with_freetype" != "xno"
12213 then
12214 if ${FREETYPE_CFLAGS:+false} :; then :
12215 if ${PKG_CONFIG+:} false; then :
12216 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12219 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12220 if ${FREETYPE_LIBS:+false} :; then :
12221 if ${PKG_CONFIG+:} false; then :
12222 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12225 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12226 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12227 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12228 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12229 ac_save_CPPFLAGS=$CPPFLAGS
12230 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12231 for ac_header in ft2build.h
12232 do :
12233 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12234 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12235 cat >>confdefs.h <<_ACEOF
12236 #define HAVE_FT2BUILD_H 1
12237 _ACEOF
12241 done
12243 if test "$ac_cv_header_ft2build_h" = "yes"
12244 then
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12246 $as_echo_n "checking for -lfreetype... " >&6; }
12247 if ${ac_cv_lib_soname_freetype+:} false; then :
12248 $as_echo_n "(cached) " >&6
12249 else
12250 ac_check_soname_save_LIBS=$LIBS
12251 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12253 /* end confdefs.h. */
12255 /* Override any GCC internal prototype to avoid an error.
12256 Use char because int might match the return type of a GCC
12257 builtin and then its argument prototype would still apply. */
12258 #ifdef __cplusplus
12259 extern "C"
12260 #endif
12261 char FT_Init_FreeType ();
12263 main ()
12265 return FT_Init_FreeType ();
12267 return 0;
12269 _ACEOF
12270 if ac_fn_c_try_link "$LINENO"; then :
12271 case "$LIBEXT" in
12272 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12273 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'` ;;
12274 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12275 if ${ac_cv_lib_soname_freetype:+false} :; then :
12276 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12277 fi ;;
12278 esac
12280 rm -f core conftest.err conftest.$ac_objext \
12281 conftest$ac_exeext conftest.$ac_ext
12282 LIBS=$ac_check_soname_save_LIBS
12284 if ${ac_cv_lib_soname_freetype:+false} :; then :
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12286 $as_echo "not found" >&6; }
12287 FREETYPE_LIBS=""
12288 else
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12290 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12292 cat >>confdefs.h <<_ACEOF
12293 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12294 _ACEOF
12297 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12299 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12300 #include FT_MODULE_H
12302 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12304 cat >>confdefs.h <<_ACEOF
12305 #define HAVE_FT_TRUETYPEENGINETYPE 1
12306 _ACEOF
12312 else
12313 FREETYPE_CFLAGS=""
12314 FREETYPE_LIBS=""
12316 CPPFLAGS=$ac_save_CPPFLAGS
12317 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12318 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12321 if test "x$ac_cv_lib_soname_freetype" = x; then :
12322 case "x$with_freetype" in
12323 xno) ;;
12324 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12325 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12326 esac
12328 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12331 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12332 if ${ac_cv_c_ppdev+:} false; then :
12333 $as_echo_n "(cached) " >&6
12334 else
12335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12336 /* end confdefs.h. */
12337 #ifdef HAVE_SYS_IOCTL_H
12338 # include <sys/ioctl.h>
12339 #endif
12340 #include <linux/ppdev.h>
12342 main ()
12344 ioctl (1,PPCLAIM,0)
12346 return 0;
12348 _ACEOF
12349 if ac_fn_c_try_compile "$LINENO"; then :
12350 ac_cv_c_ppdev="yes"
12351 else
12352 ac_cv_c_ppdev="no"
12354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12357 $as_echo "$ac_cv_c_ppdev" >&6; }
12358 if test "$ac_cv_c_ppdev" = "yes"
12359 then
12361 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12365 ac_wine_check_funcs_save_LIBS="$LIBS"
12366 LIBS="$LIBS $PTHREAD_LIBS"
12367 for ac_func in \
12368 pthread_attr_get_np \
12369 pthread_getattr_np \
12370 pthread_getthreadid_np \
12371 pthread_get_stackaddr_np \
12372 pthread_get_stacksize_np
12373 do :
12374 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12375 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12376 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12377 cat >>confdefs.h <<_ACEOF
12378 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12379 _ACEOF
12382 done
12384 LIBS="$ac_wine_check_funcs_save_LIBS"
12386 if test "$ac_cv_header_zlib_h" = "yes"
12387 then
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12389 $as_echo_n "checking for inflate in -lz... " >&6; }
12390 if ${ac_cv_lib_z_inflate+:} false; then :
12391 $as_echo_n "(cached) " >&6
12392 else
12393 ac_check_lib_save_LIBS=$LIBS
12394 LIBS="-lz $LIBS"
12395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h. */
12398 /* Override any GCC internal prototype to avoid an error.
12399 Use char because int might match the return type of a GCC
12400 builtin and then its argument prototype would still apply. */
12401 #ifdef __cplusplus
12402 extern "C"
12403 #endif
12404 char inflate ();
12406 main ()
12408 return inflate ();
12410 return 0;
12412 _ACEOF
12413 if ac_fn_c_try_link "$LINENO"; then :
12414 ac_cv_lib_z_inflate=yes
12415 else
12416 ac_cv_lib_z_inflate=no
12418 rm -f core conftest.err conftest.$ac_objext \
12419 conftest$ac_exeext conftest.$ac_ext
12420 LIBS=$ac_check_lib_save_LIBS
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12423 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12424 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12426 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12428 Z_LIBS="-lz"
12433 if test "x$Z_LIBS" = "x"; then :
12434 case "x$with_zlib" in
12435 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12436 xno) ;;
12437 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12438 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12439 esac
12442 if test "x$enable_tools" != xno
12443 then
12444 if test "$ac_cv_header_gettext_po_h" = "yes"
12445 then
12446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12447 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12448 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12449 $as_echo_n "(cached) " >&6
12450 else
12451 ac_check_lib_save_LIBS=$LIBS
12452 LIBS="-lgettextpo $LIBS"
12453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12454 /* end confdefs.h. */
12456 /* Override any GCC internal prototype to avoid an error.
12457 Use char because int might match the return type of a GCC
12458 builtin and then its argument prototype would still apply. */
12459 #ifdef __cplusplus
12460 extern "C"
12461 #endif
12462 char po_message_msgctxt ();
12464 main ()
12466 return po_message_msgctxt ();
12468 return 0;
12470 _ACEOF
12471 if ac_fn_c_try_link "$LINENO"; then :
12472 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12473 else
12474 ac_cv_lib_gettextpo_po_message_msgctxt=no
12476 rm -f core conftest.err conftest.$ac_objext \
12477 conftest$ac_exeext conftest.$ac_ext
12478 LIBS=$ac_check_lib_save_LIBS
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12481 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12482 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12484 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12486 GETTEXTPO_LIBS="-lgettextpo"
12491 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12492 case "x$with_gettextpo" in
12493 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12494 xno) ;;
12495 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12496 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12497 esac
12501 if test "x$with_pulse" != "xno";
12502 then
12503 if ${PULSE_CFLAGS:+false} :; then :
12504 if ${PKG_CONFIG+:} false; then :
12505 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12509 if ${PULSE_LIBS:+false} :; then :
12510 if ${PKG_CONFIG+:} false; then :
12511 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12516 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12517 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12518 ac_save_CPPFLAGS=$CPPFLAGS
12519 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12520 for ac_header in pulse/pulseaudio.h
12521 do :
12522 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12523 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12524 cat >>confdefs.h <<_ACEOF
12525 #define HAVE_PULSE_PULSEAUDIO_H 1
12526 _ACEOF
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12528 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12529 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12530 $as_echo_n "(cached) " >&6
12531 else
12532 ac_check_lib_save_LIBS=$LIBS
12533 LIBS="-lpulse $PULSE_LIBS $LIBS"
12534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12535 /* end confdefs.h. */
12537 /* Override any GCC internal prototype to avoid an error.
12538 Use char because int might match the return type of a GCC
12539 builtin and then its argument prototype would still apply. */
12540 #ifdef __cplusplus
12541 extern "C"
12542 #endif
12543 char pa_stream_is_corked ();
12545 main ()
12547 return pa_stream_is_corked ();
12549 return 0;
12551 _ACEOF
12552 if ac_fn_c_try_link "$LINENO"; then :
12553 ac_cv_lib_pulse_pa_stream_is_corked=yes
12554 else
12555 ac_cv_lib_pulse_pa_stream_is_corked=no
12557 rm -f core conftest.err conftest.$ac_objext \
12558 conftest$ac_exeext conftest.$ac_ext
12559 LIBS=$ac_check_lib_save_LIBS
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12562 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12563 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12565 else
12566 PULSE_LIBS=""
12569 else
12570 PULSE_LIBS=""
12573 done
12575 CPPFLAGS=$ac_save_CPPFLAGS
12576 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12577 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12580 if test -z "$PULSE_LIBS"; then :
12581 case "x$with_pulse" in
12582 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12583 xno) ;;
12584 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12585 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12586 esac
12588 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
12590 if test "x$with_gstreamer" != "xno"
12591 then
12592 if ${GSTREAMER_CFLAGS:+false} :; then :
12593 if ${PKG_CONFIG+:} false; then :
12594 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12598 if ${GSTREAMER_LIBS:+false} :; then :
12599 if ${PKG_CONFIG+:} false; then :
12600 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12605 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12606 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12607 ac_save_CPPFLAGS=$CPPFLAGS
12608 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12609 ac_gst_incl=""
12610 for i in $GSTREAMER_CFLAGS
12612 case "$i" in
12613 -I*) ac_gst_incl="$ac_gst_incl $i";;
12614 esac
12615 done
12616 GSTREAMER_CFLAGS=$ac_gst_incl
12617 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12618 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12619 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12620 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12621 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12623 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12625 /* end confdefs.h. */
12626 #include <gst/app/gstappsink.h>
12628 main ()
12630 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12632 return 0;
12634 _ACEOF
12635 if ac_fn_c_try_compile "$LINENO"; then :
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12637 $as_echo "yes" >&6; }
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12639 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12640 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12641 $as_echo_n "(cached) " >&6
12642 else
12643 ac_check_lib_save_LIBS=$LIBS
12644 LIBS="-lgstreamer-0.10 $LIBS"
12645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12646 /* end confdefs.h. */
12648 /* Override any GCC internal prototype to avoid an error.
12649 Use char because int might match the return type of a GCC
12650 builtin and then its argument prototype would still apply. */
12651 #ifdef __cplusplus
12652 extern "C"
12653 #endif
12654 char gst_pad_get_caps_reffed ();
12656 main ()
12658 return gst_pad_get_caps_reffed ();
12660 return 0;
12662 _ACEOF
12663 if ac_fn_c_try_link "$LINENO"; then :
12664 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12665 else
12666 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12668 rm -f core conftest.err conftest.$ac_objext \
12669 conftest$ac_exeext conftest.$ac_ext
12670 LIBS=$ac_check_lib_save_LIBS
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12673 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12674 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12676 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12677 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12678 $as_echo_n "(cached) " >&6
12679 else
12680 ac_check_lib_save_LIBS=$LIBS
12681 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12683 /* end confdefs.h. */
12685 /* Override any GCC internal prototype to avoid an error.
12686 Use char because int might match the return type of a GCC
12687 builtin and then its argument prototype would still apply. */
12688 #ifdef __cplusplus
12689 extern "C"
12690 #endif
12691 char gst_app_buffer_new ();
12693 main ()
12695 return gst_app_buffer_new ();
12697 return 0;
12699 _ACEOF
12700 if ac_fn_c_try_link "$LINENO"; then :
12701 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12702 else
12703 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12705 rm -f core conftest.err conftest.$ac_objext \
12706 conftest$ac_exeext conftest.$ac_ext
12707 LIBS=$ac_check_lib_save_LIBS
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12710 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12711 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12717 else
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12719 $as_echo "no" >&6; }
12721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12725 else
12726 GSTREAMER_CFLAGS=""
12730 CPPFLAGS=$ac_save_CPPFLAGS
12731 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12732 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12735 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12736 case "x$with_gstreamer" in
12737 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12738 xno) ;;
12739 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12740 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12741 esac
12743 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12745 ALSA_LIBS=""
12747 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12748 then
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12750 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12751 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12752 $as_echo_n "(cached) " >&6
12753 else
12754 ac_check_lib_save_LIBS=$LIBS
12755 LIBS="-lasound $LIBS"
12756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12757 /* end confdefs.h. */
12759 /* Override any GCC internal prototype to avoid an error.
12760 Use char because int might match the return type of a GCC
12761 builtin and then its argument prototype would still apply. */
12762 #ifdef __cplusplus
12763 extern "C"
12764 #endif
12765 char snd_pcm_hw_params_get_access_mask ();
12767 main ()
12769 return snd_pcm_hw_params_get_access_mask ();
12771 return 0;
12773 _ACEOF
12774 if ac_fn_c_try_link "$LINENO"; then :
12775 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12776 else
12777 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12779 rm -f core conftest.err conftest.$ac_objext \
12780 conftest$ac_exeext conftest.$ac_ext
12781 LIBS=$ac_check_lib_save_LIBS
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12784 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12785 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12787 /* end confdefs.h. */
12788 #ifdef HAVE_ALSA_ASOUNDLIB_H
12789 #include <alsa/asoundlib.h>
12790 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12791 #include <sys/asoundlib.h>
12792 #endif
12794 main ()
12796 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12798 return 0;
12800 _ACEOF
12801 if ac_fn_c_try_compile "$LINENO"; then :
12802 ALSA_LIBS="-lasound"
12804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12808 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12810 if test "x$with_oss" != xno
12811 then
12812 ac_save_CPPFLAGS="$CPPFLAGS"
12813 if test -f /etc/oss.conf
12814 then
12815 . /etc/oss.conf
12817 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12818 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12819 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12820 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12821 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12823 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12825 cat >>confdefs.h <<_ACEOF
12826 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12827 _ACEOF
12829 OSS4_CFLAGS="$ac_oss_incl"
12836 CPPFLAGS="$ac_save_CPPFLAGS"
12837 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12838 then
12839 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12842 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
12844 if test "x$with_capi" != "xno"
12845 then
12846 if ${CAPI20_CFLAGS:+false} :; then :
12847 if ${PKG_CONFIG+:} false; then :
12848 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12852 if ${CAPI20_LIBS:+false} :; then :
12853 if ${PKG_CONFIG+:} false; then :
12854 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12859 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12860 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12861 ac_save_CPPFLAGS=$CPPFLAGS
12862 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12863 for ac_header in capi20.h linux/capi.h
12864 do :
12865 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12866 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12868 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12869 cat >>confdefs.h <<_ACEOF
12870 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12871 _ACEOF
12875 done
12877 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12878 then
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12880 $as_echo_n "checking for -lcapi20... " >&6; }
12881 if ${ac_cv_lib_soname_capi20+:} false; then :
12882 $as_echo_n "(cached) " >&6
12883 else
12884 ac_check_soname_save_LIBS=$LIBS
12885 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12887 /* end confdefs.h. */
12889 /* Override any GCC internal prototype to avoid an error.
12890 Use char because int might match the return type of a GCC
12891 builtin and then its argument prototype would still apply. */
12892 #ifdef __cplusplus
12893 extern "C"
12894 #endif
12895 char capi20_register ();
12897 main ()
12899 return capi20_register ();
12901 return 0;
12903 _ACEOF
12904 if ac_fn_c_try_link "$LINENO"; then :
12905 case "$LIBEXT" in
12906 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12907 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'` ;;
12908 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12909 if ${ac_cv_lib_soname_capi20:+false} :; then :
12910 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12911 fi ;;
12912 esac
12914 rm -f core conftest.err conftest.$ac_objext \
12915 conftest$ac_exeext conftest.$ac_ext
12916 LIBS=$ac_check_soname_save_LIBS
12918 if ${ac_cv_lib_soname_capi20:+false} :; then :
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12920 $as_echo "not found" >&6; }
12922 else
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12924 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12926 cat >>confdefs.h <<_ACEOF
12927 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12928 _ACEOF
12933 CPPFLAGS=$ac_save_CPPFLAGS
12934 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12935 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12938 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12939 case "x$with_capi" in
12940 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12941 xno) ;;
12942 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12943 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12944 esac
12947 CUPS_CFLAGS=""
12949 if test "x$with_cups" != "xno"
12950 then
12951 ac_save_CPPFLAGS="$CPPFLAGS"
12952 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12953 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12954 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12955 for ac_header in cups/cups.h
12956 do :
12957 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12958 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12959 cat >>confdefs.h <<_ACEOF
12960 #define HAVE_CUPS_CUPS_H 1
12961 _ACEOF
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12963 $as_echo_n "checking for -lcups... " >&6; }
12964 if ${ac_cv_lib_soname_cups+:} false; then :
12965 $as_echo_n "(cached) " >&6
12966 else
12967 ac_check_soname_save_LIBS=$LIBS
12968 LIBS="-lcups $ac_cups_libs $LIBS"
12969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12970 /* end confdefs.h. */
12972 /* Override any GCC internal prototype to avoid an error.
12973 Use char because int might match the return type of a GCC
12974 builtin and then its argument prototype would still apply. */
12975 #ifdef __cplusplus
12976 extern "C"
12977 #endif
12978 char cupsGetDefault ();
12980 main ()
12982 return cupsGetDefault ();
12984 return 0;
12986 _ACEOF
12987 if ac_fn_c_try_link "$LINENO"; then :
12988 case "$LIBEXT" in
12989 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12990 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'` ;;
12991 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12992 if ${ac_cv_lib_soname_cups:+false} :; then :
12993 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12994 fi ;;
12995 esac
12997 rm -f core conftest.err conftest.$ac_objext \
12998 conftest$ac_exeext conftest.$ac_ext
12999 LIBS=$ac_check_soname_save_LIBS
13001 if ${ac_cv_lib_soname_cups:+false} :; then :
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13003 $as_echo "not found" >&6; }
13005 else
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13007 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13009 cat >>confdefs.h <<_ACEOF
13010 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13011 _ACEOF
13013 CUPS_CFLAGS="$ac_cups_cflags"
13017 done
13019 CPPFLAGS="$ac_save_CPPFLAGS"
13021 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13022 case "x$with_cups" in
13023 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13024 xno) ;;
13025 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13026 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13027 esac
13030 if test "x$with_fontconfig" != "xno"
13031 then
13032 if ${FONTCONFIG_CFLAGS:+false} :; then :
13033 if ${PKG_CONFIG+:} false; then :
13034 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13037 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13038 if ${FONTCONFIG_LIBS:+false} :; then :
13039 if ${PKG_CONFIG+:} false; then :
13040 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13043 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13045 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13046 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13047 ac_save_CPPFLAGS=$CPPFLAGS
13048 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13049 for ac_header in fontconfig/fontconfig.h
13050 do :
13051 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13052 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13053 cat >>confdefs.h <<_ACEOF
13054 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13055 _ACEOF
13059 done
13061 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13062 then
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13064 $as_echo_n "checking for -lfontconfig... " >&6; }
13065 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13066 $as_echo_n "(cached) " >&6
13067 else
13068 ac_check_soname_save_LIBS=$LIBS
13069 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13071 /* end confdefs.h. */
13073 /* Override any GCC internal prototype to avoid an error.
13074 Use char because int might match the return type of a GCC
13075 builtin and then its argument prototype would still apply. */
13076 #ifdef __cplusplus
13077 extern "C"
13078 #endif
13079 char FcInit ();
13081 main ()
13083 return FcInit ();
13085 return 0;
13087 _ACEOF
13088 if ac_fn_c_try_link "$LINENO"; then :
13089 case "$LIBEXT" in
13090 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13091 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'` ;;
13092 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13093 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13094 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13095 fi ;;
13096 esac
13098 rm -f core conftest.err conftest.$ac_objext \
13099 conftest$ac_exeext conftest.$ac_ext
13100 LIBS=$ac_check_soname_save_LIBS
13102 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13104 $as_echo "not found" >&6; }
13105 FONTCONFIG_CFLAGS=""
13106 else
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13108 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13110 cat >>confdefs.h <<_ACEOF
13111 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13112 _ACEOF
13116 else
13117 FONTCONFIG_CFLAGS=""
13119 CPPFLAGS=$ac_save_CPPFLAGS
13120 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13121 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13124 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13125 case "x$with_fontconfig" in
13126 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13127 xno) ;;
13128 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13129 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13130 esac
13133 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13134 then
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13136 $as_echo_n "checking for -lgsm... " >&6; }
13137 if ${ac_cv_lib_soname_gsm+:} false; then :
13138 $as_echo_n "(cached) " >&6
13139 else
13140 ac_check_soname_save_LIBS=$LIBS
13141 LIBS="-lgsm $LIBS"
13142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13143 /* end confdefs.h. */
13145 /* Override any GCC internal prototype to avoid an error.
13146 Use char because int might match the return type of a GCC
13147 builtin and then its argument prototype would still apply. */
13148 #ifdef __cplusplus
13149 extern "C"
13150 #endif
13151 char gsm_create ();
13153 main ()
13155 return gsm_create ();
13157 return 0;
13159 _ACEOF
13160 if ac_fn_c_try_link "$LINENO"; then :
13161 case "$LIBEXT" in
13162 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13163 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'` ;;
13164 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13165 if ${ac_cv_lib_soname_gsm:+false} :; then :
13166 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13167 fi ;;
13168 esac
13170 rm -f core conftest.err conftest.$ac_objext \
13171 conftest$ac_exeext conftest.$ac_ext
13172 LIBS=$ac_check_soname_save_LIBS
13174 if ${ac_cv_lib_soname_gsm:+false} :; then :
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13176 $as_echo "not found" >&6; }
13178 else
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13180 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13182 cat >>confdefs.h <<_ACEOF
13183 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13184 _ACEOF
13189 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13190 case "x$with_gsm" in
13191 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13192 xno) ;;
13193 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13194 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13195 esac
13198 if test "x$with_jpeg" != "xno"
13199 then
13200 if ${JPEG_CFLAGS:+false} :; then :
13201 if ${PKG_CONFIG+:} false; then :
13202 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13206 if ${JPEG_LIBS:+false} :; then :
13207 if ${PKG_CONFIG+:} false; then :
13208 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13213 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13214 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13215 ac_save_CPPFLAGS=$CPPFLAGS
13216 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13217 for ac_header in jpeglib.h
13218 do :
13219 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13220 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13221 cat >>confdefs.h <<_ACEOF
13222 #define HAVE_JPEGLIB_H 1
13223 _ACEOF
13227 done
13229 if test "$ac_cv_header_jpeglib_h" = "yes"
13230 then
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13232 $as_echo_n "checking for -ljpeg... " >&6; }
13233 if ${ac_cv_lib_soname_jpeg+:} false; then :
13234 $as_echo_n "(cached) " >&6
13235 else
13236 ac_check_soname_save_LIBS=$LIBS
13237 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13239 /* end confdefs.h. */
13241 /* Override any GCC internal prototype to avoid an error.
13242 Use char because int might match the return type of a GCC
13243 builtin and then its argument prototype would still apply. */
13244 #ifdef __cplusplus
13245 extern "C"
13246 #endif
13247 char jpeg_start_decompress ();
13249 main ()
13251 return jpeg_start_decompress ();
13253 return 0;
13255 _ACEOF
13256 if ac_fn_c_try_link "$LINENO"; then :
13257 case "$LIBEXT" in
13258 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13259 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'` ;;
13260 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13261 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13262 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13263 fi ;;
13264 esac
13266 rm -f core conftest.err conftest.$ac_objext \
13267 conftest$ac_exeext conftest.$ac_ext
13268 LIBS=$ac_check_soname_save_LIBS
13270 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13272 $as_echo "not found" >&6; }
13273 JPEG_CFLAGS=""
13274 else
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13276 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13278 cat >>confdefs.h <<_ACEOF
13279 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13280 _ACEOF
13284 else
13285 JPEG_CFLAGS=""
13287 CPPFLAGS=$ac_save_CPPFLAGS
13288 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13289 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13292 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13293 case "x$with_jpeg" in
13294 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13295 xno) ;;
13296 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13297 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13298 esac
13301 if test "x$with_png" != "xno"
13302 then
13303 if ${PNG_CFLAGS:+false} :; then :
13304 if ${PKG_CONFIG+:} false; then :
13305 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13308 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13309 if ${PNG_LIBS:+false} :; then :
13310 if ${PKG_CONFIG+:} false; then :
13311 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13314 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13316 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13317 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13318 ac_save_CPPFLAGS=$CPPFLAGS
13319 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13320 for ac_header in png.h
13321 do :
13322 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13323 if test "x$ac_cv_header_png_h" = xyes; then :
13324 cat >>confdefs.h <<_ACEOF
13325 #define HAVE_PNG_H 1
13326 _ACEOF
13330 done
13332 if test "$ac_cv_header_png_h" = "yes"
13333 then
13334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13335 $as_echo_n "checking for -lpng... " >&6; }
13336 if ${ac_cv_lib_soname_png+:} false; then :
13337 $as_echo_n "(cached) " >&6
13338 else
13339 ac_check_soname_save_LIBS=$LIBS
13340 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13342 /* end confdefs.h. */
13344 /* Override any GCC internal prototype to avoid an error.
13345 Use char because int might match the return type of a GCC
13346 builtin and then its argument prototype would still apply. */
13347 #ifdef __cplusplus
13348 extern "C"
13349 #endif
13350 char png_create_read_struct ();
13352 main ()
13354 return png_create_read_struct ();
13356 return 0;
13358 _ACEOF
13359 if ac_fn_c_try_link "$LINENO"; then :
13360 case "$LIBEXT" in
13361 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13362 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'` ;;
13363 *) 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'`
13364 if ${ac_cv_lib_soname_png:+false} :; then :
13365 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13366 fi ;;
13367 esac
13369 rm -f core conftest.err conftest.$ac_objext \
13370 conftest$ac_exeext conftest.$ac_ext
13371 LIBS=$ac_check_soname_save_LIBS
13373 if ${ac_cv_lib_soname_png:+false} :; then :
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13375 $as_echo "not found" >&6; }
13376 PNG_CFLAGS=""
13377 else
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13379 $as_echo "$ac_cv_lib_soname_png" >&6; }
13381 cat >>confdefs.h <<_ACEOF
13382 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13383 _ACEOF
13385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13386 /* end confdefs.h. */
13387 #include <png.h>
13389 main ()
13391 typeof(png_set_expand_gray_1_2_4_to_8) *p
13393 return 0;
13395 _ACEOF
13396 if ac_fn_c_try_compile "$LINENO"; then :
13398 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13403 else
13404 PNG_CFLAGS=""
13406 CPPFLAGS=$ac_save_CPPFLAGS
13407 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13408 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13411 if test "x$ac_cv_lib_soname_png" = "x"; then :
13412 case "x$with_png" in
13413 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13414 xno) ;;
13415 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13416 This is an error since --with-png was requested." "$LINENO" 5 ;;
13417 esac
13420 if test "x$with_tiff" != "xno"
13421 then
13422 if ${TIFF_CFLAGS:+false} :; then :
13423 if ${PKG_CONFIG+:} false; then :
13424 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13428 if ${TIFF_LIBS:+false} :; then :
13429 if ${PKG_CONFIG+:} false; then :
13430 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13435 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13436 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13437 ac_save_CPPFLAGS=$CPPFLAGS
13438 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13439 for ac_header in tiffio.h
13440 do :
13441 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13442 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13443 cat >>confdefs.h <<_ACEOF
13444 #define HAVE_TIFFIO_H 1
13445 _ACEOF
13449 done
13451 if test "$ac_cv_header_tiffio_h" = "yes"
13452 then
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13454 $as_echo_n "checking for -ltiff... " >&6; }
13455 if ${ac_cv_lib_soname_tiff+:} false; then :
13456 $as_echo_n "(cached) " >&6
13457 else
13458 ac_check_soname_save_LIBS=$LIBS
13459 LIBS="-ltiff $TIFF_LIBS $LIBS"
13460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13461 /* end confdefs.h. */
13463 /* Override any GCC internal prototype to avoid an error.
13464 Use char because int might match the return type of a GCC
13465 builtin and then its argument prototype would still apply. */
13466 #ifdef __cplusplus
13467 extern "C"
13468 #endif
13469 char TIFFClientOpen ();
13471 main ()
13473 return TIFFClientOpen ();
13475 return 0;
13477 _ACEOF
13478 if ac_fn_c_try_link "$LINENO"; then :
13479 case "$LIBEXT" in
13480 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13481 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'` ;;
13482 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13483 if ${ac_cv_lib_soname_tiff:+false} :; then :
13484 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13485 fi ;;
13486 esac
13488 rm -f core conftest.err conftest.$ac_objext \
13489 conftest$ac_exeext conftest.$ac_ext
13490 LIBS=$ac_check_soname_save_LIBS
13492 if ${ac_cv_lib_soname_tiff:+false} :; then :
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13494 $as_echo "not found" >&6; }
13496 else
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13498 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13500 cat >>confdefs.h <<_ACEOF
13501 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13502 _ACEOF
13507 CPPFLAGS=$ac_save_CPPFLAGS
13508 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13509 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13512 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13513 case "x$with_tiff" in
13514 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13515 xno) ;;
13516 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13517 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13518 esac
13521 if test "x$with_mpg123" != "xno"
13522 then
13523 if ${MPG123_CFLAGS:+false} :; then :
13524 if ${PKG_CONFIG+:} false; then :
13525 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13529 if ${MPG123_LIBS:+false} :; then :
13530 if ${PKG_CONFIG+:} false; then :
13531 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13535 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13536 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13537 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13538 ac_save_CPPFLAGS=$CPPFLAGS
13539 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13540 for ac_header in mpg123.h
13541 do :
13542 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13543 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13544 cat >>confdefs.h <<_ACEOF
13545 #define HAVE_MPG123_H 1
13546 _ACEOF
13550 done
13552 if test "$ac_cv_header_mpg123_h" = "yes"
13553 then
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13555 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13556 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13557 $as_echo_n "(cached) " >&6
13558 else
13559 ac_check_lib_save_LIBS=$LIBS
13560 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13562 /* end confdefs.h. */
13564 /* Override any GCC internal prototype to avoid an error.
13565 Use char because int might match the return type of a GCC
13566 builtin and then its argument prototype would still apply. */
13567 #ifdef __cplusplus
13568 extern "C"
13569 #endif
13570 char mpg123_feed ();
13572 main ()
13574 return mpg123_feed ();
13576 return 0;
13578 _ACEOF
13579 if ac_fn_c_try_link "$LINENO"; then :
13580 ac_cv_lib_mpg123_mpg123_feed=yes
13581 else
13582 ac_cv_lib_mpg123_mpg123_feed=no
13584 rm -f core conftest.err conftest.$ac_objext \
13585 conftest$ac_exeext conftest.$ac_ext
13586 LIBS=$ac_check_lib_save_LIBS
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13589 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13590 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13592 else
13593 MPG123_LIBS=""
13596 else
13597 MPG123_CFLAGS=""
13598 MPG123_LIBS=""
13600 CPPFLAGS=$ac_save_CPPFLAGS
13601 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13602 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13605 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13606 case "x$with_mpg123" in
13607 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13608 xno) ;;
13609 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13610 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13611 esac
13613 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}
13615 if test "$ac_cv_header_AL_al_h" = "yes"
13616 then
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13618 $as_echo_n "checking for -lopenal... " >&6; }
13619 if ${ac_cv_lib_soname_openal+:} false; then :
13620 $as_echo_n "(cached) " >&6
13621 else
13622 ac_check_soname_save_LIBS=$LIBS
13623 LIBS="-lopenal $LIBS"
13624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13625 /* end confdefs.h. */
13627 /* Override any GCC internal prototype to avoid an error.
13628 Use char because int might match the return type of a GCC
13629 builtin and then its argument prototype would still apply. */
13630 #ifdef __cplusplus
13631 extern "C"
13632 #endif
13633 char alGetSource3i ();
13635 main ()
13637 return alGetSource3i ();
13639 return 0;
13641 _ACEOF
13642 if ac_fn_c_try_link "$LINENO"; then :
13643 case "$LIBEXT" in
13644 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13645 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'` ;;
13646 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13647 if ${ac_cv_lib_soname_openal:+false} :; then :
13648 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13649 fi ;;
13650 esac
13652 rm -f core conftest.err conftest.$ac_objext \
13653 conftest$ac_exeext conftest.$ac_ext
13654 LIBS=$ac_check_soname_save_LIBS
13656 if ${ac_cv_lib_soname_openal:+false} :; then :
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13658 $as_echo "not found" >&6; }
13660 else
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13662 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13664 cat >>confdefs.h <<_ACEOF
13665 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13666 _ACEOF
13668 OPENAL_LIBS="-lopenal"
13670 ac_cv_lib_openal=yes
13672 cat >>confdefs.h <<_ACEOF
13673 #define HAVE_OPENAL 1
13674 _ACEOF
13678 if test "x$ac_cv_lib_openal" != xyes; then :
13679 case "x$with_openal" in
13680 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13681 xno) ;;
13682 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13683 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13684 esac
13686 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13688 if test "x$ac_cv_lib_openal" = xyes
13689 then
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13691 $as_echo_n "checking for openal-soft... " >&6; }
13692 if ${ac_cv_have_openalsoft+:} false; then :
13693 $as_echo_n "(cached) " >&6
13694 else
13695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13696 /* end confdefs.h. */
13697 #include <AL/al.h>
13698 #include <AL/alc.h>
13699 #include <AL/alext.h>
13700 LPALCRENDERSAMPLESSOFT x;
13702 main ()
13706 return 0;
13708 _ACEOF
13709 if ac_fn_c_try_compile "$LINENO"; then :
13710 ac_cv_have_openalsoft=yes
13711 else
13712 ac_cv_have_openalsoft=no
13714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13717 $as_echo "$ac_cv_have_openalsoft" >&6; }
13719 if test "x$ac_cv_have_openalsoft" != xyes
13720 then
13721 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13722 enable_xaudio2_7=${enable_xaudio2_7:-no}
13725 if test "$ac_cv_header_kstat_h" = "yes"
13726 then
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13728 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13729 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13730 $as_echo_n "(cached) " >&6
13731 else
13732 ac_check_lib_save_LIBS=$LIBS
13733 LIBS="-lkstat $LIBS"
13734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13735 /* end confdefs.h. */
13737 /* Override any GCC internal prototype to avoid an error.
13738 Use char because int might match the return type of a GCC
13739 builtin and then its argument prototype would still apply. */
13740 #ifdef __cplusplus
13741 extern "C"
13742 #endif
13743 char kstat_open ();
13745 main ()
13747 return kstat_open ();
13749 return 0;
13751 _ACEOF
13752 if ac_fn_c_try_link "$LINENO"; then :
13753 ac_cv_lib_kstat_kstat_open=yes
13754 else
13755 ac_cv_lib_kstat_kstat_open=no
13757 rm -f core conftest.err conftest.$ac_objext \
13758 conftest$ac_exeext conftest.$ac_ext
13759 LIBS=$ac_check_lib_save_LIBS
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13762 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13763 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13765 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13767 KSTAT_LIBS="-lkstat"
13773 if test "$ac_cv_header_libprocstat_h" = "yes"
13774 then
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13776 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13777 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13778 $as_echo_n "(cached) " >&6
13779 else
13780 ac_check_lib_save_LIBS=$LIBS
13781 LIBS="-lprocstat $LIBS"
13782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13783 /* end confdefs.h. */
13785 /* Override any GCC internal prototype to avoid an error.
13786 Use char because int might match the return type of a GCC
13787 builtin and then its argument prototype would still apply. */
13788 #ifdef __cplusplus
13789 extern "C"
13790 #endif
13791 char procstat_open_sysctl ();
13793 main ()
13795 return procstat_open_sysctl ();
13797 return 0;
13799 _ACEOF
13800 if ac_fn_c_try_link "$LINENO"; then :
13801 ac_cv_lib_procstat_procstat_open_sysctl=yes
13802 else
13803 ac_cv_lib_procstat_procstat_open_sysctl=no
13805 rm -f core conftest.err conftest.$ac_objext \
13806 conftest$ac_exeext conftest.$ac_ext
13807 LIBS=$ac_check_lib_save_LIBS
13809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13810 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13811 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13813 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13815 PROCSTAT_LIBS="-lprocstat"
13821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13822 $as_echo_n "checking for -lodbc... " >&6; }
13823 if ${ac_cv_lib_soname_odbc+:} false; then :
13824 $as_echo_n "(cached) " >&6
13825 else
13826 ac_check_soname_save_LIBS=$LIBS
13827 LIBS="-lodbc $LIBS"
13828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13829 /* end confdefs.h. */
13831 /* Override any GCC internal prototype to avoid an error.
13832 Use char because int might match the return type of a GCC
13833 builtin and then its argument prototype would still apply. */
13834 #ifdef __cplusplus
13835 extern "C"
13836 #endif
13837 char SQLConnect ();
13839 main ()
13841 return SQLConnect ();
13843 return 0;
13845 _ACEOF
13846 if ac_fn_c_try_link "$LINENO"; then :
13847 case "$LIBEXT" in
13848 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13849 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'` ;;
13850 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13851 if ${ac_cv_lib_soname_odbc:+false} :; then :
13852 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13853 fi ;;
13854 esac
13856 rm -f core conftest.err conftest.$ac_objext \
13857 conftest$ac_exeext conftest.$ac_ext
13858 LIBS=$ac_check_soname_save_LIBS
13860 if ${ac_cv_lib_soname_odbc:+false} :; then :
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13862 $as_echo "not found" >&6; }
13863 cat >>confdefs.h <<_ACEOF
13864 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13865 _ACEOF
13867 else
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13869 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13871 cat >>confdefs.h <<_ACEOF
13872 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13873 _ACEOF
13878 if test "x$with_netapi" != "xno"
13879 then
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13881 $as_echo_n "checking for -lnetapi... " >&6; }
13882 if ${ac_cv_lib_soname_netapi+:} false; then :
13883 $as_echo_n "(cached) " >&6
13884 else
13885 ac_check_soname_save_LIBS=$LIBS
13886 LIBS="-lnetapi $LIBS"
13887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13888 /* end confdefs.h. */
13890 /* Override any GCC internal prototype to avoid an error.
13891 Use char because int might match the return type of a GCC
13892 builtin and then its argument prototype would still apply. */
13893 #ifdef __cplusplus
13894 extern "C"
13895 #endif
13896 char libnetapi_init ();
13898 main ()
13900 return libnetapi_init ();
13902 return 0;
13904 _ACEOF
13905 if ac_fn_c_try_link "$LINENO"; then :
13906 case "$LIBEXT" in
13907 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13908 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'` ;;
13909 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13910 if ${ac_cv_lib_soname_netapi:+false} :; then :
13911 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13912 fi ;;
13913 esac
13915 rm -f core conftest.err conftest.$ac_objext \
13916 conftest$ac_exeext conftest.$ac_ext
13917 LIBS=$ac_check_soname_save_LIBS
13919 if ${ac_cv_lib_soname_netapi:+false} :; then :
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13921 $as_echo "not found" >&6; }
13922 cat >>confdefs.h <<_ACEOF
13923 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13924 _ACEOF
13926 else
13927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13928 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13930 cat >>confdefs.h <<_ACEOF
13931 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13932 _ACEOF
13938 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono -a \
13939 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
13940 then
13941 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13945 EXTRACFLAGS=""
13947 if test "x${GCC}" = "xyes"
13948 then
13949 EXTRACFLAGS="-Wall -pipe"
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13952 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13953 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13954 $as_echo_n "(cached) " >&6
13955 else
13956 if test "$cross_compiling" = yes; then :
13957 ac_cv_c_gcc_strength_bug="no"
13958 else
13959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13960 /* end confdefs.h. */
13961 int L[4] = {0,1,2,3};
13963 main ()
13965 static int Array[3];
13966 unsigned int B = 3;
13967 int i;
13968 for(i=0; i<B; i++) Array[i] = i - 3;
13969 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13970 L[i] = 4;
13971 return (Array[1] != -2 || L[2] != 3)
13973 return 0;
13975 _ACEOF
13976 if ac_fn_c_try_run "$LINENO"; then :
13977 ac_cv_c_gcc_strength_bug="no"
13978 else
13979 ac_cv_c_gcc_strength_bug="yes"
13981 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13982 conftest.$ac_objext conftest.beam conftest.$ac_ext
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13987 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13988 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13989 then
13990 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13994 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13995 if ${ac_cv_cflags__fno_builtin+:} false; then :
13996 $as_echo_n "(cached) " >&6
13997 else
13998 ac_wine_try_cflags_saved=$CFLAGS
13999 CFLAGS="$CFLAGS -fno-builtin"
14000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14001 /* end confdefs.h. */
14002 int main(int argc, char **argv) { return 0; }
14003 _ACEOF
14004 if ac_fn_c_try_link "$LINENO"; then :
14005 ac_cv_cflags__fno_builtin=yes
14006 else
14007 ac_cv_cflags__fno_builtin=no
14009 rm -f core conftest.err conftest.$ac_objext \
14010 conftest$ac_exeext conftest.$ac_ext
14011 CFLAGS=$ac_wine_try_cflags_saved
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14014 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14015 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14016 BUILTINFLAG="-fno-builtin"
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14020 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14021 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14022 $as_echo_n "(cached) " >&6
14023 else
14024 ac_wine_try_cflags_saved=$CFLAGS
14025 CFLAGS="$CFLAGS -fno-strict-aliasing"
14026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14027 /* end confdefs.h. */
14028 int main(int argc, char **argv) { return 0; }
14029 _ACEOF
14030 if ac_fn_c_try_link "$LINENO"; then :
14031 ac_cv_cflags__fno_strict_aliasing=yes
14032 else
14033 ac_cv_cflags__fno_strict_aliasing=no
14035 rm -f core conftest.err conftest.$ac_objext \
14036 conftest$ac_exeext conftest.$ac_ext
14037 CFLAGS=$ac_wine_try_cflags_saved
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14040 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14041 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14042 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14045 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14046 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14047 $as_echo_n "(cached) " >&6
14048 else
14049 ac_wine_try_cflags_saved=$CFLAGS
14050 CFLAGS="$CFLAGS -fexcess-precision=standard"
14051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14052 /* end confdefs.h. */
14053 int main(int argc, char **argv) { return 0; }
14054 _ACEOF
14055 if ac_fn_c_try_link "$LINENO"; then :
14056 ac_cv_cflags__fexcess_precision_standard=yes
14057 else
14058 ac_cv_cflags__fexcess_precision_standard=no
14060 rm -f core conftest.err conftest.$ac_objext \
14061 conftest$ac_exeext conftest.$ac_ext
14062 CFLAGS=$ac_wine_try_cflags_saved
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14065 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14066 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14067 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14070 saved_CFLAGS=$CFLAGS
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14072 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14073 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14074 $as_echo_n "(cached) " >&6
14075 else
14076 ac_wine_try_cflags_saved=$CFLAGS
14077 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
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__Werror_unknown_warning_option=yes
14084 else
14085 ac_cv_cflags__Werror_unknown_warning_option=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__Werror_unknown_warning_option" >&5
14092 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14093 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14094 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14097 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14098 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14099 $as_echo_n "(cached) " >&6
14100 else
14101 ac_wine_try_cflags_saved=$CFLAGS
14102 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
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__Wdeclaration_after_statement=yes
14109 else
14110 ac_cv_cflags__Wdeclaration_after_statement=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__Wdeclaration_after_statement" >&5
14117 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14118 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14119 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14122 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14123 if ${ac_cv_cflags__Wempty_body+:} false; then :
14124 $as_echo_n "(cached) " >&6
14125 else
14126 ac_wine_try_cflags_saved=$CFLAGS
14127 CFLAGS="$CFLAGS -Wempty-body"
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__Wempty_body=yes
14134 else
14135 ac_cv_cflags__Wempty_body=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__Wempty_body" >&5
14142 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14143 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14144 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14147 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14148 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14149 $as_echo_n "(cached) " >&6
14150 else
14151 ac_wine_try_cflags_saved=$CFLAGS
14152 CFLAGS="$CFLAGS -Wignored-qualifiers"
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__Wignored_qualifiers=yes
14159 else
14160 ac_cv_cflags__Wignored_qualifiers=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__Wignored_qualifiers" >&5
14167 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14168 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14169 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14172 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14173 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14174 $as_echo_n "(cached) " >&6
14175 else
14176 ac_wine_try_cflags_saved=$CFLAGS
14177 CFLAGS="$CFLAGS -Wshift-overflow=2"
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__Wshift_overflow_2=yes
14184 else
14185 ac_cv_cflags__Wshift_overflow_2=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__Wshift_overflow_2" >&5
14192 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14193 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14194 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14197 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14198 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14199 $as_echo_n "(cached) " >&6
14200 else
14201 ac_wine_try_cflags_saved=$CFLAGS
14202 CFLAGS="$CFLAGS -Wstrict-prototypes"
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__Wstrict_prototypes=yes
14209 else
14210 ac_cv_cflags__Wstrict_prototypes=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__Wstrict_prototypes" >&5
14217 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14218 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14219 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14222 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14223 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14224 $as_echo_n "(cached) " >&6
14225 else
14226 ac_wine_try_cflags_saved=$CFLAGS
14227 CFLAGS="$CFLAGS -Wtype-limits"
14228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14229 /* end confdefs.h. */
14230 int main(int argc, char **argv) { return 0; }
14231 _ACEOF
14232 if ac_fn_c_try_link "$LINENO"; then :
14233 ac_cv_cflags__Wtype_limits=yes
14234 else
14235 ac_cv_cflags__Wtype_limits=no
14237 rm -f core conftest.err conftest.$ac_objext \
14238 conftest$ac_exeext conftest.$ac_ext
14239 CFLAGS=$ac_wine_try_cflags_saved
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14242 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14243 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14244 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14247 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14248 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14249 $as_echo_n "(cached) " >&6
14250 else
14251 ac_wine_try_cflags_saved=$CFLAGS
14252 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14254 /* end confdefs.h. */
14255 int main(int argc, char **argv) { return 0; }
14256 _ACEOF
14257 if ac_fn_c_try_link "$LINENO"; then :
14258 ac_cv_cflags__Wunused_but_set_parameter=yes
14259 else
14260 ac_cv_cflags__Wunused_but_set_parameter=no
14262 rm -f core conftest.err conftest.$ac_objext \
14263 conftest$ac_exeext conftest.$ac_ext
14264 CFLAGS=$ac_wine_try_cflags_saved
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14267 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14268 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14269 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14272 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14273 if ${ac_cv_cflags__Wvla+:} false; then :
14274 $as_echo_n "(cached) " >&6
14275 else
14276 ac_wine_try_cflags_saved=$CFLAGS
14277 CFLAGS="$CFLAGS -Wvla"
14278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14279 /* end confdefs.h. */
14280 int main(int argc, char **argv) { return 0; }
14281 _ACEOF
14282 if ac_fn_c_try_link "$LINENO"; then :
14283 ac_cv_cflags__Wvla=yes
14284 else
14285 ac_cv_cflags__Wvla=no
14287 rm -f core conftest.err conftest.$ac_objext \
14288 conftest$ac_exeext conftest.$ac_ext
14289 CFLAGS=$ac_wine_try_cflags_saved
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14292 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14293 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14294 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14297 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14298 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14299 $as_echo_n "(cached) " >&6
14300 else
14301 ac_wine_try_cflags_saved=$CFLAGS
14302 CFLAGS="$CFLAGS -Wwrite-strings"
14303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14304 /* end confdefs.h. */
14305 int main(int argc, char **argv) { return 0; }
14306 _ACEOF
14307 if ac_fn_c_try_link "$LINENO"; then :
14308 ac_cv_cflags__Wwrite_strings=yes
14309 else
14310 ac_cv_cflags__Wwrite_strings=no
14312 rm -f core conftest.err conftest.$ac_objext \
14313 conftest$ac_exeext conftest.$ac_ext
14314 CFLAGS=$ac_wine_try_cflags_saved
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14317 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14318 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14319 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14323 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14324 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14325 $as_echo_n "(cached) " >&6
14326 else
14327 ac_wine_try_cflags_saved=$CFLAGS
14328 CFLAGS="$CFLAGS -Wpointer-arith"
14329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14330 /* end confdefs.h. */
14331 int main(int argc, char **argv) { return 0; }
14332 _ACEOF
14333 if ac_fn_c_try_link "$LINENO"; then :
14334 ac_cv_cflags__Wpointer_arith=yes
14335 else
14336 ac_cv_cflags__Wpointer_arith=no
14338 rm -f core conftest.err conftest.$ac_objext \
14339 conftest$ac_exeext conftest.$ac_ext
14340 CFLAGS=$ac_wine_try_cflags_saved
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14343 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14344 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14345 saved_string_h_CFLAGS=$CFLAGS
14346 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14348 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14349 if ${ac_cv_c_string_h_warnings+:} false; then :
14350 $as_echo_n "(cached) " >&6
14351 else
14352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14353 /* end confdefs.h. */
14354 #include <string.h>
14356 main ()
14360 return 0;
14362 _ACEOF
14363 if ac_fn_c_try_compile "$LINENO"; then :
14364 ac_cv_c_string_h_warnings=no
14365 else
14366 ac_cv_c_string_h_warnings=yes
14368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14371 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14372 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14373 CFLAGS=$saved_string_h_CFLAGS
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14377 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14378 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14379 $as_echo_n "(cached) " >&6
14380 else
14381 ac_wine_try_cflags_saved=$CFLAGS
14382 CFLAGS="$CFLAGS -Wlogical-op"
14383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14384 /* end confdefs.h. */
14385 int main(int argc, char **argv) { return 0; }
14386 _ACEOF
14387 if ac_fn_c_try_link "$LINENO"; then :
14388 ac_cv_cflags__Wlogical_op=yes
14389 else
14390 ac_cv_cflags__Wlogical_op=no
14392 rm -f core conftest.err conftest.$ac_objext \
14393 conftest$ac_exeext conftest.$ac_ext
14394 CFLAGS=$ac_wine_try_cflags_saved
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14397 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14398 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14399 saved_string_h_CFLAGS=$CFLAGS
14400 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14402 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14403 if ${ac_cv_c_logicalop_noisy+:} false; then :
14404 $as_echo_n "(cached) " >&6
14405 else
14406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14407 /* end confdefs.h. */
14408 #include <string.h>
14409 char*f(const char *h,char n) {return strchr(h,n);}
14411 main ()
14415 return 0;
14417 _ACEOF
14418 if ac_fn_c_try_compile "$LINENO"; then :
14419 ac_cv_c_logicalop_noisy=no
14420 else
14421 ac_cv_c_logicalop_noisy=yes
14423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14426 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14427 CFLAGS=$saved_string_h_CFLAGS
14428 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14431 CFLAGS=$saved_CFLAGS
14433 for ac_flag in $CFLAGS; do
14434 case $ac_flag in
14435 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14436 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14437 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14438 $as_echo_n "(cached) " >&6
14439 else
14440 ac_wine_try_cflags_saved=$CFLAGS
14441 CFLAGS="$CFLAGS -gdwarf-2"
14442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14443 /* end confdefs.h. */
14444 int main(int argc, char **argv) { return 0; }
14445 _ACEOF
14446 if ac_fn_c_try_link "$LINENO"; then :
14447 ac_cv_cflags__gdwarf_2=yes
14448 else
14449 ac_cv_cflags__gdwarf_2=no
14451 rm -f core conftest.err conftest.$ac_objext \
14452 conftest$ac_exeext conftest.$ac_ext
14453 CFLAGS=$ac_wine_try_cflags_saved
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14456 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14457 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14458 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14461 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14462 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14463 $as_echo_n "(cached) " >&6
14464 else
14465 ac_wine_try_cflags_saved=$CFLAGS
14466 CFLAGS="$CFLAGS -gstrict-dwarf"
14467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14468 /* end confdefs.h. */
14469 int main(int argc, char **argv) { return 0; }
14470 _ACEOF
14471 if ac_fn_c_try_link "$LINENO"; then :
14472 ac_cv_cflags__gstrict_dwarf=yes
14473 else
14474 ac_cv_cflags__gstrict_dwarf=no
14476 rm -f core conftest.err conftest.$ac_objext \
14477 conftest$ac_exeext conftest.$ac_ext
14478 CFLAGS=$ac_wine_try_cflags_saved
14480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14481 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14482 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14483 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14484 fi ;;
14485 esac
14486 done
14488 case $host_cpu in
14489 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14490 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14491 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14492 $as_echo_n "(cached) " >&6
14493 else
14494 ac_wine_try_cflags_saved=$CFLAGS
14495 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14497 /* end confdefs.h. */
14498 int main(int argc, char **argv) { return 0; }
14499 _ACEOF
14500 if ac_fn_c_try_link "$LINENO"; then :
14501 ac_cv_cflags__fno_omit_frame_pointer=yes
14502 else
14503 ac_cv_cflags__fno_omit_frame_pointer=no
14505 rm -f core conftest.err conftest.$ac_objext \
14506 conftest$ac_exeext conftest.$ac_ext
14507 CFLAGS=$ac_wine_try_cflags_saved
14509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14510 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14511 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14512 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14513 fi ;;
14514 esac
14516 case $host in
14517 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14518 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14519 if ${ac_cv_cflags__Wno_format+:} false; then :
14520 $as_echo_n "(cached) " >&6
14521 else
14522 ac_wine_try_cflags_saved=$CFLAGS
14523 CFLAGS="$CFLAGS -Wno-format"
14524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14525 /* end confdefs.h. */
14526 int main(int argc, char **argv) { return 0; }
14527 _ACEOF
14528 if ac_fn_c_try_link "$LINENO"; then :
14529 ac_cv_cflags__Wno_format=yes
14530 else
14531 ac_cv_cflags__Wno_format=no
14533 rm -f core conftest.err conftest.$ac_objext \
14534 conftest$ac_exeext conftest.$ac_ext
14535 CFLAGS=$ac_wine_try_cflags_saved
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14538 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14539 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14540 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14541 fi ;;
14542 esac
14544 if test "x$enable_maintainer_mode" = "xyes"
14545 then
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14547 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14548 if ${ac_cv_cflags__Werror+:} false; then :
14549 $as_echo_n "(cached) " >&6
14550 else
14551 ac_wine_try_cflags_saved=$CFLAGS
14552 CFLAGS="$CFLAGS -Werror"
14553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14554 /* end confdefs.h. */
14555 int main(int argc, char **argv) { return 0; }
14556 _ACEOF
14557 if ac_fn_c_try_link "$LINENO"; then :
14558 ac_cv_cflags__Werror=yes
14559 else
14560 ac_cv_cflags__Werror=no
14562 rm -f core conftest.err conftest.$ac_objext \
14563 conftest$ac_exeext conftest.$ac_ext
14564 CFLAGS=$ac_wine_try_cflags_saved
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14567 $as_echo "$ac_cv_cflags__Werror" >&6; }
14568 if test "x$ac_cv_cflags__Werror" = xyes; then :
14569 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14573 saved_CFLAGS="$CFLAGS"
14574 CFLAGS="$CFLAGS -Werror"
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14576 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14577 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14578 $as_echo_n "(cached) " >&6
14579 else
14580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14581 /* end confdefs.h. */
14582 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14584 main ()
14588 return 0;
14590 _ACEOF
14591 if ac_fn_c_try_compile "$LINENO"; then :
14592 ac_cv_have_ms_hook_prologue="yes"
14593 else
14594 ac_cv_have_ms_hook_prologue="no"
14596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14599 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14600 CFLAGS="$saved_CFLAGS"
14601 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14602 then
14604 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14606 else
14607 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14614 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14615 if ${ac_cv_c_fortify_enabled+:} false; then :
14616 $as_echo_n "(cached) " >&6
14617 else
14618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14619 /* end confdefs.h. */
14620 #include <string.h>
14622 main ()
14624 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14625 #error Fortify enabled
14626 #endif
14628 return 0;
14630 _ACEOF
14631 if ac_fn_c_try_compile "$LINENO"; then :
14632 ac_cv_c_fortify_enabled=no
14633 else
14634 ac_cv_c_fortify_enabled=yes
14636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14639 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14640 if test "$ac_cv_c_fortify_enabled" = yes
14641 then
14642 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14647 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14648 if ${ac_cv_c_extern_prefix+:} false; then :
14649 $as_echo_n "(cached) " >&6
14650 else
14651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14652 /* end confdefs.h. */
14653 extern int ac_test;
14655 main ()
14657 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14659 return 0;
14661 _ACEOF
14662 if ac_fn_c_try_link "$LINENO"; then :
14663 ac_cv_c_extern_prefix="yes"
14664 else
14665 ac_cv_c_extern_prefix="no"
14667 rm -f core conftest.err conftest.$ac_objext \
14668 conftest$ac_exeext conftest.$ac_ext
14670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14671 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14673 case $host_cpu in
14674 *i[3456789]86*)
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14676 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14677 if ${ac_cv_c_stdcall_suffix+:} false; then :
14678 $as_echo_n "(cached) " >&6
14679 else
14680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14681 /* end confdefs.h. */
14682 #ifndef _MSC_VER
14683 #define __stdcall __attribute__((__stdcall__))
14684 #endif
14685 int __stdcall ac_test(int i) { return i; }
14687 main ()
14689 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14691 return 0;
14693 _ACEOF
14694 if ac_fn_c_try_link "$LINENO"; then :
14695 ac_cv_c_stdcall_suffix="yes"
14696 else
14697 ac_cv_c_stdcall_suffix="no"
14699 rm -f core conftest.err conftest.$ac_objext \
14700 conftest$ac_exeext conftest.$ac_ext
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14703 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14704 *) ac_cv_c_stdcall_suffix="no" ;;
14705 esac
14708 if test "$ac_cv_c_extern_prefix" = "yes"
14709 then
14710 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14712 asm_name_prefix="_"
14713 else
14714 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14716 asm_name_prefix=""
14720 if test "$ac_cv_c_stdcall_suffix" = "yes"
14721 then
14722 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14724 else
14725 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14731 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14732 if ${ac_cv_asm_func_def+:} false; then :
14733 $as_echo_n "(cached) " >&6
14734 else
14735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14736 /* end confdefs.h. */
14739 main ()
14741 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14743 return 0;
14745 _ACEOF
14746 if ac_fn_c_try_link "$LINENO"; then :
14747 ac_cv_asm_func_def=".def"
14748 else
14749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14750 /* end confdefs.h. */
14753 main ()
14755 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14757 return 0;
14759 _ACEOF
14760 if ac_fn_c_try_link "$LINENO"; then :
14761 ac_cv_asm_func_def=".type @function"
14762 else
14763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14764 /* end confdefs.h. */
14767 main ()
14769 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14771 return 0;
14773 _ACEOF
14774 if ac_fn_c_try_link "$LINENO"; then :
14775 ac_cv_asm_func_def=".type 2"
14776 else
14777 ac_cv_asm_func_def="unknown"
14779 rm -f core conftest.err conftest.$ac_objext \
14780 conftest$ac_exeext conftest.$ac_ext
14782 rm -f core conftest.err conftest.$ac_objext \
14783 conftest$ac_exeext conftest.$ac_ext
14785 rm -f core conftest.err conftest.$ac_objext \
14786 conftest$ac_exeext conftest.$ac_ext
14788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14789 $as_echo "$ac_cv_asm_func_def" >&6; }
14792 case "$ac_cv_asm_func_def" in
14793 ".def")
14794 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14796 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14797 ".type @function")
14798 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14800 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14801 ".type 2")
14802 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14804 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14806 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14808 asm_func_header="" ;;
14809 esac
14811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14812 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14813 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14814 $as_echo_n "(cached) " >&6
14815 else
14816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14817 /* end confdefs.h. */
14818 asm(".text\n\t.long 0");
14820 main ()
14824 return 0;
14826 _ACEOF
14827 if ac_fn_c_try_compile "$LINENO"; then :
14828 ac_cv_c_asm_outside_funcs="yes"
14829 else
14830 ac_cv_c_asm_outside_funcs="no"
14832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14835 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14838 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14839 if ${ac_cv_c_dot_previous+:} false; then :
14840 $as_echo_n "(cached) " >&6
14841 else
14842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14843 /* end confdefs.h. */
14846 main ()
14848 asm(".text\nac_test:\t.long 0\n\t.previous");
14850 return 0;
14852 _ACEOF
14853 if ac_fn_c_try_link "$LINENO"; then :
14854 ac_cv_c_dot_previous="yes"
14855 else
14856 ac_cv_c_dot_previous="no"
14858 rm -f core conftest.err conftest.$ac_objext \
14859 conftest$ac_exeext conftest.$ac_ext
14861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14862 $as_echo "$ac_cv_c_dot_previous" >&6; }
14864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14865 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14866 if ${ac_cv_c_cfi_support+:} false; then :
14867 $as_echo_n "(cached) " >&6
14868 else
14869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14870 /* end confdefs.h. */
14871 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14873 main ()
14877 return 0;
14879 _ACEOF
14880 if ac_fn_c_try_compile "$LINENO"; then :
14881 ac_cv_c_cfi_support="yes"
14882 else
14883 ac_cv_c_cfi_support="no"
14885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14888 $as_echo "$ac_cv_c_cfi_support" >&6; }
14890 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14891 asm_func_trailer=""
14892 if test "$ac_cv_c_dot_previous" = "yes"
14893 then
14894 asm_func_trailer="\\n\\t.previous"
14896 if test "$ac_cv_c_cfi_support" = "yes"
14897 then
14898 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14899 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14901 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14903 UNWINDFLAGS=-fasynchronous-unwind-tables
14905 else
14906 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14908 if test "x$enable_win64" = "xyes"
14909 then
14910 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14914 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14917 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14918 then
14919 cat >>confdefs.h <<_ACEOF
14920 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14921 _ACEOF
14923 else
14924 cat >>confdefs.h <<_ACEOF
14925 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14926 _ACEOF
14930 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14933 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14937 case $build_os in
14938 cygwin*|mingw32*) TOOLSEXT=".exe"
14940 esac
14942 case $host_os in
14943 linux-android*) ;;
14944 linux*)
14945 case $host_cpu in
14946 *i[3456789]86*|x86_64*)
14947 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14948 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
14950 esac
14952 esac
14955 ac_save_CFLAGS="$CFLAGS"
14956 CFLAGS="$CFLAGS $BUILTINFLAG"
14957 for ac_func in \
14958 __res_get_state \
14959 __res_getservers \
14960 _finite \
14961 _isnan \
14962 _pclose \
14963 _popen \
14964 _snprintf \
14965 _spawnvp \
14966 _strdup \
14967 _stricmp \
14968 _strnicmp \
14969 _strtoi64 \
14970 _strtoui64 \
14971 _vsnprintf \
14972 asctime_r \
14973 chsize \
14974 dlopen \
14975 epoll_create \
14976 ffs \
14977 finitef \
14978 fnmatch \
14979 fork \
14980 fpclass \
14981 fstatfs \
14982 fstatvfs \
14983 ftruncate \
14984 futimens \
14985 futimes \
14986 futimesat \
14987 getattrlist \
14988 getdirentries \
14989 getopt_long_only \
14990 getpwuid \
14991 gettimeofday \
14992 getuid \
14993 if_nameindex \
14994 isnanf \
14995 kqueue \
14996 lstat \
14997 memmove \
14998 mmap \
14999 pclose \
15000 pipe2 \
15001 poll \
15002 popen \
15003 port_create \
15004 prctl \
15005 pread \
15006 proc_pidinfo \
15007 pwrite \
15008 readdir \
15009 readlink \
15010 sched_yield \
15011 select \
15012 setproctitle \
15013 setrlimit \
15014 settimeofday \
15015 sigaltstack \
15016 sigprocmask \
15017 snprintf \
15018 statfs \
15019 statvfs \
15020 strcasecmp \
15021 strdup \
15022 strerror \
15023 strncasecmp \
15024 strtold \
15025 strtoll \
15026 strtoull \
15027 symlink \
15028 tcdrain \
15029 thr_kill2 \
15030 timegm \
15031 usleep \
15032 vsnprintf
15034 do :
15035 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15036 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15037 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15038 cat >>confdefs.h <<_ACEOF
15039 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15040 _ACEOF
15043 done
15045 CFLAGS="$ac_save_CFLAGS"
15047 if test "$ac_cv_func_dlopen" = no
15048 then
15049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15050 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15051 if ${ac_cv_lib_dl_dlopen+:} false; then :
15052 $as_echo_n "(cached) " >&6
15053 else
15054 ac_check_lib_save_LIBS=$LIBS
15055 LIBS="-ldl $LIBS"
15056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15057 /* end confdefs.h. */
15059 /* Override any GCC internal prototype to avoid an error.
15060 Use char because int might match the return type of a GCC
15061 builtin and then its argument prototype would still apply. */
15062 #ifdef __cplusplus
15063 extern "C"
15064 #endif
15065 char dlopen ();
15067 main ()
15069 return dlopen ();
15071 return 0;
15073 _ACEOF
15074 if ac_fn_c_try_link "$LINENO"; then :
15075 ac_cv_lib_dl_dlopen=yes
15076 else
15077 ac_cv_lib_dl_dlopen=no
15079 rm -f core conftest.err conftest.$ac_objext \
15080 conftest$ac_exeext conftest.$ac_ext
15081 LIBS=$ac_check_lib_save_LIBS
15083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15084 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15085 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15086 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15087 DL_LIBS="-ldl"
15092 ac_wine_check_funcs_save_LIBS="$LIBS"
15093 LIBS="$LIBS $DL_LIBS"
15094 for ac_func in dladdr
15095 do :
15096 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15097 if test "x$ac_cv_func_dladdr" = xyes; then :
15098 cat >>confdefs.h <<_ACEOF
15099 #define HAVE_DLADDR 1
15100 _ACEOF
15103 done
15105 LIBS="$ac_wine_check_funcs_save_LIBS"
15107 if test "$ac_cv_func_poll" = no
15108 then
15109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15110 $as_echo_n "checking for poll in -lpoll... " >&6; }
15111 if ${ac_cv_lib_poll_poll+:} false; then :
15112 $as_echo_n "(cached) " >&6
15113 else
15114 ac_check_lib_save_LIBS=$LIBS
15115 LIBS="-lpoll $LIBS"
15116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15117 /* end confdefs.h. */
15119 /* Override any GCC internal prototype to avoid an error.
15120 Use char because int might match the return type of a GCC
15121 builtin and then its argument prototype would still apply. */
15122 #ifdef __cplusplus
15123 extern "C"
15124 #endif
15125 char poll ();
15127 main ()
15129 return poll ();
15131 return 0;
15133 _ACEOF
15134 if ac_fn_c_try_link "$LINENO"; then :
15135 ac_cv_lib_poll_poll=yes
15136 else
15137 ac_cv_lib_poll_poll=no
15139 rm -f core conftest.err conftest.$ac_objext \
15140 conftest$ac_exeext conftest.$ac_ext
15141 LIBS=$ac_check_lib_save_LIBS
15143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15144 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15145 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15146 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15147 POLL_LIBS="-lpoll"
15153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15154 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15155 if ${ac_cv_search_gethostbyname+:} false; then :
15156 $as_echo_n "(cached) " >&6
15157 else
15158 ac_func_search_save_LIBS=$LIBS
15159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15160 /* end confdefs.h. */
15162 /* Override any GCC internal prototype to avoid an error.
15163 Use char because int might match the return type of a GCC
15164 builtin and then its argument prototype would still apply. */
15165 #ifdef __cplusplus
15166 extern "C"
15167 #endif
15168 char gethostbyname ();
15170 main ()
15172 return gethostbyname ();
15174 return 0;
15176 _ACEOF
15177 for ac_lib in '' nsl; do
15178 if test -z "$ac_lib"; then
15179 ac_res="none required"
15180 else
15181 ac_res=-l$ac_lib
15182 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15184 if ac_fn_c_try_link "$LINENO"; then :
15185 ac_cv_search_gethostbyname=$ac_res
15187 rm -f core conftest.err conftest.$ac_objext \
15188 conftest$ac_exeext
15189 if ${ac_cv_search_gethostbyname+:} false; then :
15190 break
15192 done
15193 if ${ac_cv_search_gethostbyname+:} false; then :
15195 else
15196 ac_cv_search_gethostbyname=no
15198 rm conftest.$ac_ext
15199 LIBS=$ac_func_search_save_LIBS
15201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15202 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15203 ac_res=$ac_cv_search_gethostbyname
15204 if test "$ac_res" != no; then :
15205 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15211 $as_echo_n "checking for library containing connect... " >&6; }
15212 if ${ac_cv_search_connect+:} false; then :
15213 $as_echo_n "(cached) " >&6
15214 else
15215 ac_func_search_save_LIBS=$LIBS
15216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15217 /* end confdefs.h. */
15219 /* Override any GCC internal prototype to avoid an error.
15220 Use char because int might match the return type of a GCC
15221 builtin and then its argument prototype would still apply. */
15222 #ifdef __cplusplus
15223 extern "C"
15224 #endif
15225 char connect ();
15227 main ()
15229 return connect ();
15231 return 0;
15233 _ACEOF
15234 for ac_lib in '' socket; do
15235 if test -z "$ac_lib"; then
15236 ac_res="none required"
15237 else
15238 ac_res=-l$ac_lib
15239 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15241 if ac_fn_c_try_link "$LINENO"; then :
15242 ac_cv_search_connect=$ac_res
15244 rm -f core conftest.err conftest.$ac_objext \
15245 conftest$ac_exeext
15246 if ${ac_cv_search_connect+:} false; then :
15247 break
15249 done
15250 if ${ac_cv_search_connect+:} false; then :
15252 else
15253 ac_cv_search_connect=no
15255 rm conftest.$ac_ext
15256 LIBS=$ac_func_search_save_LIBS
15258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15259 $as_echo "$ac_cv_search_connect" >&6; }
15260 ac_res=$ac_cv_search_connect
15261 if test "$ac_res" != no; then :
15262 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15268 $as_echo_n "checking for library containing inet_aton... " >&6; }
15269 if ${ac_cv_search_inet_aton+:} false; then :
15270 $as_echo_n "(cached) " >&6
15271 else
15272 ac_func_search_save_LIBS=$LIBS
15273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15274 /* end confdefs.h. */
15276 /* Override any GCC internal prototype to avoid an error.
15277 Use char because int might match the return type of a GCC
15278 builtin and then its argument prototype would still apply. */
15279 #ifdef __cplusplus
15280 extern "C"
15281 #endif
15282 char inet_aton ();
15284 main ()
15286 return inet_aton ();
15288 return 0;
15290 _ACEOF
15291 for ac_lib in '' resolv; do
15292 if test -z "$ac_lib"; then
15293 ac_res="none required"
15294 else
15295 ac_res=-l$ac_lib
15296 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15298 if ac_fn_c_try_link "$LINENO"; then :
15299 ac_cv_search_inet_aton=$ac_res
15301 rm -f core conftest.err conftest.$ac_objext \
15302 conftest$ac_exeext
15303 if ${ac_cv_search_inet_aton+:} false; then :
15304 break
15306 done
15307 if ${ac_cv_search_inet_aton+:} false; then :
15309 else
15310 ac_cv_search_inet_aton=no
15312 rm conftest.$ac_ext
15313 LIBS=$ac_func_search_save_LIBS
15315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15316 $as_echo "$ac_cv_search_inet_aton" >&6; }
15317 ac_res=$ac_cv_search_inet_aton
15318 if test "$ac_res" != no; then :
15319 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15324 for ac_func in \
15325 getaddrinfo \
15326 getnameinfo \
15327 getnetbyname \
15328 getprotobyname \
15329 getprotobynumber \
15330 getservbyport \
15331 inet_addr \
15332 inet_network \
15333 inet_ntop \
15334 inet_pton \
15335 sendmsg \
15336 socketpair \
15338 do :
15339 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15340 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15341 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15342 cat >>confdefs.h <<_ACEOF
15343 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15344 _ACEOF
15347 done
15350 ac_save_LIBS=$LIBS
15351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15352 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15353 if ${ac_cv_search_clock_gettime+:} false; then :
15354 $as_echo_n "(cached) " >&6
15355 else
15356 ac_func_search_save_LIBS=$LIBS
15357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15358 /* end confdefs.h. */
15360 /* Override any GCC internal prototype to avoid an error.
15361 Use char because int might match the return type of a GCC
15362 builtin and then its argument prototype would still apply. */
15363 #ifdef __cplusplus
15364 extern "C"
15365 #endif
15366 char clock_gettime ();
15368 main ()
15370 return clock_gettime ();
15372 return 0;
15374 _ACEOF
15375 for ac_lib in '' rt; do
15376 if test -z "$ac_lib"; then
15377 ac_res="none required"
15378 else
15379 ac_res=-l$ac_lib
15380 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15382 if ac_fn_c_try_link "$LINENO"; then :
15383 ac_cv_search_clock_gettime=$ac_res
15385 rm -f core conftest.err conftest.$ac_objext \
15386 conftest$ac_exeext
15387 if ${ac_cv_search_clock_gettime+:} false; then :
15388 break
15390 done
15391 if ${ac_cv_search_clock_gettime+:} false; then :
15393 else
15394 ac_cv_search_clock_gettime=no
15396 rm conftest.$ac_ext
15397 LIBS=$ac_func_search_save_LIBS
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15400 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15401 ac_res=$ac_cv_search_clock_gettime
15402 if test "$ac_res" != no; then :
15403 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15405 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15407 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15411 LIBS=$ac_save_LIBS
15413 LDAP_LIBS=""
15415 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15416 then
15417 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15419 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15421 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15422 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15423 $as_echo_n "(cached) " >&6
15424 else
15425 ac_check_lib_save_LIBS=$LIBS
15426 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15428 /* end confdefs.h. */
15430 /* Override any GCC internal prototype to avoid an error.
15431 Use char because int might match the return type of a GCC
15432 builtin and then its argument prototype would still apply. */
15433 #ifdef __cplusplus
15434 extern "C"
15435 #endif
15436 char ldap_initialize ();
15438 main ()
15440 return ldap_initialize ();
15442 return 0;
15444 _ACEOF
15445 if ac_fn_c_try_link "$LINENO"; then :
15446 ac_cv_lib_ldap_r_ldap_initialize=yes
15447 else
15448 ac_cv_lib_ldap_r_ldap_initialize=no
15450 rm -f core conftest.err conftest.$ac_objext \
15451 conftest$ac_exeext conftest.$ac_ext
15452 LIBS=$ac_check_lib_save_LIBS
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15455 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15456 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15458 $as_echo_n "checking for ber_init in -llber... " >&6; }
15459 if ${ac_cv_lib_lber_ber_init+:} false; then :
15460 $as_echo_n "(cached) " >&6
15461 else
15462 ac_check_lib_save_LIBS=$LIBS
15463 LIBS="-llber $PTHREAD_LIBS $LIBS"
15464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15465 /* end confdefs.h. */
15467 /* Override any GCC internal prototype to avoid an error.
15468 Use char because int might match the return type of a GCC
15469 builtin and then its argument prototype would still apply. */
15470 #ifdef __cplusplus
15471 extern "C"
15472 #endif
15473 char ber_init ();
15475 main ()
15477 return ber_init ();
15479 return 0;
15481 _ACEOF
15482 if ac_fn_c_try_link "$LINENO"; then :
15483 ac_cv_lib_lber_ber_init=yes
15484 else
15485 ac_cv_lib_lber_ber_init=no
15487 rm -f core conftest.err conftest.$ac_objext \
15488 conftest$ac_exeext conftest.$ac_ext
15489 LIBS=$ac_check_lib_save_LIBS
15491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15492 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15493 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15495 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15497 LDAP_LIBS="-lldap_r -llber"
15504 ac_wine_check_funcs_save_LIBS="$LIBS"
15505 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15506 for ac_func in \
15507 ldap_count_references \
15508 ldap_first_reference \
15509 ldap_next_reference \
15510 ldap_parse_reference \
15511 ldap_parse_sort_control \
15512 ldap_parse_sortresponse_control \
15513 ldap_parse_vlv_control \
15514 ldap_parse_vlvresponse_control
15515 do :
15516 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15517 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15518 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15519 cat >>confdefs.h <<_ACEOF
15520 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15521 _ACEOF
15524 done
15526 LIBS="$ac_wine_check_funcs_save_LIBS"
15528 if test "x$LDAP_LIBS" = "x"; then :
15529 case "x$with_ldap" in
15530 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15531 xno) ;;
15532 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15533 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15534 esac
15537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15538 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15539 if ${wine_cv_one_arg_mkdir+:} false; then :
15540 $as_echo_n "(cached) " >&6
15541 else
15542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15543 /* end confdefs.h. */
15544 #include <sys/stat.h>
15546 main ()
15548 mkdir("foo");
15550 return 0;
15552 _ACEOF
15553 if ac_fn_c_try_compile "$LINENO"; then :
15554 wine_cv_one_arg_mkdir=yes
15555 else
15556 wine_cv_one_arg_mkdir=no
15558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15561 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15562 if test "$wine_cv_one_arg_mkdir" = "yes"
15563 then
15565 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15570 $as_echo_n "checking for sched_setaffinity... " >&6; }
15571 if ${wine_cv_have_sched_setaffinity+:} false; then :
15572 $as_echo_n "(cached) " >&6
15573 else
15574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15575 /* end confdefs.h. */
15576 #define _GNU_SOURCE
15577 #include <sched.h>
15579 main ()
15581 sched_setaffinity(0, 0, 0);
15583 return 0;
15585 _ACEOF
15586 if ac_fn_c_try_link "$LINENO"; then :
15587 wine_cv_have_sched_setaffinity=yes
15588 else
15589 wine_cv_have_sched_setaffinity=no
15591 rm -f core conftest.err conftest.$ac_objext \
15592 conftest$ac_exeext conftest.$ac_ext
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15595 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15596 if test "$wine_cv_have_sched_setaffinity" = "yes"
15597 then
15599 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15604 $as_echo_n "checking for fallocate... " >&6; }
15605 if ${wine_cv_have_fallocate+:} false; then :
15606 $as_echo_n "(cached) " >&6
15607 else
15608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15609 /* end confdefs.h. */
15610 #define _GNU_SOURCE
15611 #include <fcntl.h>
15613 main ()
15615 fallocate(-1, 0, 0, 0);
15617 return 0;
15619 _ACEOF
15620 if ac_fn_c_try_link "$LINENO"; then :
15621 wine_cv_have_fallocate=yes
15622 else
15623 wine_cv_have_fallocate=no
15625 rm -f core conftest.err conftest.$ac_objext \
15626 conftest$ac_exeext conftest.$ac_ext
15628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15629 $as_echo "$wine_cv_have_fallocate" >&6; }
15630 if test "$wine_cv_have_fallocate" = "yes"
15631 then
15633 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15639 $as_echo_n "checking for inline... " >&6; }
15640 if ${ac_cv_c_inline+:} false; then :
15641 $as_echo_n "(cached) " >&6
15642 else
15643 ac_cv_c_inline=no
15644 for ac_kw in inline __inline__ __inline; do
15645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15646 /* end confdefs.h. */
15647 #ifndef __cplusplus
15648 typedef int foo_t;
15649 static $ac_kw foo_t static_foo () {return 0; }
15650 $ac_kw foo_t foo () {return 0; }
15651 #endif
15653 _ACEOF
15654 if ac_fn_c_try_compile "$LINENO"; then :
15655 ac_cv_c_inline=$ac_kw
15657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15658 test "$ac_cv_c_inline" != no && break
15659 done
15662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15663 $as_echo "$ac_cv_c_inline" >&6; }
15665 case $ac_cv_c_inline in
15666 inline | yes) ;;
15668 case $ac_cv_c_inline in
15669 no) ac_val=;;
15670 *) ac_val=$ac_cv_c_inline;;
15671 esac
15672 cat >>confdefs.h <<_ACEOF
15673 #ifndef __cplusplus
15674 #define inline $ac_val
15675 #endif
15676 _ACEOF
15678 esac
15680 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15681 if test "x$ac_cv_type_mode_t" = xyes; then :
15683 cat >>confdefs.h <<_ACEOF
15684 #define HAVE_MODE_T 1
15685 _ACEOF
15689 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15690 if test "x$ac_cv_type_off_t" = xyes; then :
15692 cat >>confdefs.h <<_ACEOF
15693 #define HAVE_OFF_T 1
15694 _ACEOF
15698 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15699 if test "x$ac_cv_type_pid_t" = xyes; then :
15701 cat >>confdefs.h <<_ACEOF
15702 #define HAVE_PID_T 1
15703 _ACEOF
15707 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15708 if test "x$ac_cv_type_size_t" = xyes; then :
15710 cat >>confdefs.h <<_ACEOF
15711 #define HAVE_SIZE_T 1
15712 _ACEOF
15716 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15717 if test "x$ac_cv_type_ssize_t" = xyes; then :
15719 cat >>confdefs.h <<_ACEOF
15720 #define HAVE_SSIZE_T 1
15721 _ACEOF
15725 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15726 if test "x$ac_cv_type_long_long" = xyes; then :
15728 cat >>confdefs.h <<_ACEOF
15729 #define HAVE_LONG_LONG 1
15730 _ACEOF
15734 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15735 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15737 cat >>confdefs.h <<_ACEOF
15738 #define HAVE_FSBLKCNT_T 1
15739 _ACEOF
15743 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15744 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15746 cat >>confdefs.h <<_ACEOF
15747 #define HAVE_FSFILCNT_T 1
15748 _ACEOF
15753 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15754 #include <signal.h>
15756 if test "x$ac_cv_type_sigset_t" = xyes; then :
15758 cat >>confdefs.h <<_ACEOF
15759 #define HAVE_SIGSET_T 1
15760 _ACEOF
15765 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15767 if test "x$ac_cv_type_request_sense" = xyes; then :
15769 cat >>confdefs.h <<_ACEOF
15770 #define HAVE_REQUEST_SENSE 1
15771 _ACEOF
15777 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15778 #ifdef HAVE_SYS_SOCKET_H
15779 #include <sys/socket.h>
15780 #endif
15781 #ifdef HAVE_SYS_SOCKETVAR_H
15782 #include <sys/socketvar.h>
15783 #endif
15784 #ifdef HAVE_NET_ROUTE_H
15785 #include <net/route.h>
15786 #endif
15787 #ifdef HAVE_NETINET_IN_H
15788 #include <netinet/in.h>
15789 #endif
15790 #ifdef HAVE_NETINET_IN_SYSTM_H
15791 #include <netinet/in_systm.h>
15792 #endif
15793 #ifdef HAVE_NETINET_IP_H
15794 #include <netinet/ip.h>
15795 #endif
15796 #ifdef HAVE_NETINET_IN_PCB_H
15797 #include <netinet/in_pcb.h>
15798 #endif
15800 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15802 cat >>confdefs.h <<_ACEOF
15803 #define HAVE_STRUCT_XINPGEN 1
15804 _ACEOF
15810 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15811 #include <link.h>
15812 #endif
15813 #ifdef HAVE_SYS_LINK_H
15814 #include <sys/link.h>
15815 #endif
15817 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15819 cat >>confdefs.h <<_ACEOF
15820 #define HAVE_STRUCT_R_DEBUG 1
15821 _ACEOF
15825 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15826 #include <link.h>
15827 #endif
15828 #ifdef HAVE_SYS_LINK_H
15829 #include <sys/link.h>
15830 #endif
15832 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15834 cat >>confdefs.h <<_ACEOF
15835 #define HAVE_STRUCT_LINK_MAP 1
15836 _ACEOF
15842 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15843 #include <linux/input.h>
15844 #endif
15846 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15848 cat >>confdefs.h <<_ACEOF
15849 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15850 _ACEOF
15856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15857 $as_echo_n "checking for sigaddset... " >&6; }
15858 if ${wine_cv_have_sigaddset+:} false; then :
15859 $as_echo_n "(cached) " >&6
15860 else
15861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15862 /* end confdefs.h. */
15863 #include <signal.h>
15865 main ()
15867 sigset_t set; sigaddset(&set,SIGTERM);
15869 return 0;
15871 _ACEOF
15872 if ac_fn_c_try_link "$LINENO"; then :
15873 wine_cv_have_sigaddset=yes
15874 else
15875 wine_cv_have_sigaddset=no
15877 rm -f core conftest.err conftest.$ac_objext \
15878 conftest$ac_exeext conftest.$ac_ext
15880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15881 $as_echo "$wine_cv_have_sigaddset" >&6; }
15882 if test "$wine_cv_have_sigaddset" = "yes"
15883 then
15885 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15891 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15892 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15893 $as_echo_n "(cached) " >&6
15894 else
15895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15896 /* end confdefs.h. */
15897 #include <netdb.h>
15899 main ()
15902 char *name=0;
15903 struct hostent he;
15904 struct hostent *result;
15905 char *buf=0;
15906 int bufsize=0;
15907 int errnr;
15908 char *addr=0;
15909 int addrlen=0;
15910 int addrtype=0;
15911 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15912 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15915 return 0;
15917 _ACEOF
15918 if ac_fn_c_try_link "$LINENO"; then :
15919 wine_cv_linux_gethostbyname_r_6=yes
15920 else
15921 wine_cv_linux_gethostbyname_r_6=no
15924 rm -f core conftest.err conftest.$ac_objext \
15925 conftest$ac_exeext conftest.$ac_ext
15928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15929 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15930 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15931 then
15933 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15937 if test "$ac_cv_header_linux_joystick_h" = "yes"
15938 then
15939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15940 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15941 if ${wine_cv_linux_joystick_22_api+:} false; then :
15942 $as_echo_n "(cached) " >&6
15943 else
15944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15945 /* end confdefs.h. */
15947 #include <sys/ioctl.h>
15948 #include <sys/types.h>
15949 #include <linux/joystick.h>
15951 struct js_event blub;
15952 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15953 #error "no 2.2 header"
15954 #endif
15957 main ()
15959 /*empty*/
15961 return 0;
15963 _ACEOF
15964 if ac_fn_c_try_compile "$LINENO"; then :
15965 wine_cv_linux_joystick_22_api=yes
15966 else
15967 wine_cv_linux_joystick_22_api=no
15969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15973 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15974 if test "$wine_cv_linux_joystick_22_api" = "yes"
15975 then
15977 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15983 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15984 #ifdef HAVE_SYS_PARAM_H
15985 # include <sys/param.h>
15986 #endif
15987 #ifdef HAVE_SYS_MOUNT_H
15988 # include <sys/mount.h>
15989 #endif
15990 #ifdef HAVE_SYS_VFS_H
15991 # include <sys/vfs.h>
15992 #endif
15993 #ifdef HAVE_SYS_STATFS_H
15994 # include <sys/statfs.h>
15995 #endif
15997 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15999 cat >>confdefs.h <<_ACEOF
16000 #define HAVE_STRUCT_STATFS_F_BFREE 1
16001 _ACEOF
16005 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16006 #ifdef HAVE_SYS_PARAM_H
16007 # include <sys/param.h>
16008 #endif
16009 #ifdef HAVE_SYS_MOUNT_H
16010 # include <sys/mount.h>
16011 #endif
16012 #ifdef HAVE_SYS_VFS_H
16013 # include <sys/vfs.h>
16014 #endif
16015 #ifdef HAVE_SYS_STATFS_H
16016 # include <sys/statfs.h>
16017 #endif
16019 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16021 cat >>confdefs.h <<_ACEOF
16022 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16023 _ACEOF
16027 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16028 #ifdef HAVE_SYS_PARAM_H
16029 # include <sys/param.h>
16030 #endif
16031 #ifdef HAVE_SYS_MOUNT_H
16032 # include <sys/mount.h>
16033 #endif
16034 #ifdef HAVE_SYS_VFS_H
16035 # include <sys/vfs.h>
16036 #endif
16037 #ifdef HAVE_SYS_STATFS_H
16038 # include <sys/statfs.h>
16039 #endif
16041 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16043 cat >>confdefs.h <<_ACEOF
16044 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16045 _ACEOF
16049 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16050 #ifdef HAVE_SYS_PARAM_H
16051 # include <sys/param.h>
16052 #endif
16053 #ifdef HAVE_SYS_MOUNT_H
16054 # include <sys/mount.h>
16055 #endif
16056 #ifdef HAVE_SYS_VFS_H
16057 # include <sys/vfs.h>
16058 #endif
16059 #ifdef HAVE_SYS_STATFS_H
16060 # include <sys/statfs.h>
16061 #endif
16063 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16065 cat >>confdefs.h <<_ACEOF
16066 #define HAVE_STRUCT_STATFS_F_FFREE 1
16067 _ACEOF
16071 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16072 #ifdef HAVE_SYS_PARAM_H
16073 # include <sys/param.h>
16074 #endif
16075 #ifdef HAVE_SYS_MOUNT_H
16076 # include <sys/mount.h>
16077 #endif
16078 #ifdef HAVE_SYS_VFS_H
16079 # include <sys/vfs.h>
16080 #endif
16081 #ifdef HAVE_SYS_STATFS_H
16082 # include <sys/statfs.h>
16083 #endif
16085 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16087 cat >>confdefs.h <<_ACEOF
16088 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16089 _ACEOF
16093 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16094 #ifdef HAVE_SYS_PARAM_H
16095 # include <sys/param.h>
16096 #endif
16097 #ifdef HAVE_SYS_MOUNT_H
16098 # include <sys/mount.h>
16099 #endif
16100 #ifdef HAVE_SYS_VFS_H
16101 # include <sys/vfs.h>
16102 #endif
16103 #ifdef HAVE_SYS_STATFS_H
16104 # include <sys/statfs.h>
16105 #endif
16107 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16109 cat >>confdefs.h <<_ACEOF
16110 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16111 _ACEOF
16117 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16118 #include <sys/statvfs.h>
16119 #endif
16121 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16123 cat >>confdefs.h <<_ACEOF
16124 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16125 _ACEOF
16131 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16132 #include <dirent.h>
16133 #endif
16135 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16137 cat >>confdefs.h <<_ACEOF
16138 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16139 _ACEOF
16145 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16146 #ifdef HAVE_SYS_SOCKET_H
16147 # include <sys/socket.h>
16148 #endif
16149 #ifdef HAVE_SYS_UN_H
16150 # include <sys/un.h>
16151 #endif
16153 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16155 cat >>confdefs.h <<_ACEOF
16156 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16157 _ACEOF
16161 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16162 #ifdef HAVE_SYS_SOCKET_H
16163 # include <sys/socket.h>
16164 #endif
16165 #ifdef HAVE_SYS_UN_H
16166 # include <sys/un.h>
16167 #endif
16169 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16171 cat >>confdefs.h <<_ACEOF
16172 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16173 _ACEOF
16177 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16178 #ifdef HAVE_SYS_SOCKET_H
16179 # include <sys/socket.h>
16180 #endif
16181 #ifdef HAVE_SYS_UN_H
16182 # include <sys/un.h>
16183 #endif
16185 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16187 cat >>confdefs.h <<_ACEOF
16188 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16189 _ACEOF
16195 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16196 #ifdef HAVE_SCSI_SG_H
16197 #include <scsi/sg.h>
16198 #endif
16200 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16202 cat >>confdefs.h <<_ACEOF
16203 #define HAVE_SCSIREQ_T_CMD 1
16204 _ACEOF
16208 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>
16209 #ifdef HAVE_SCSI_SG_H
16210 #include <scsi/sg.h>
16211 #endif
16213 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16215 cat >>confdefs.h <<_ACEOF
16216 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16217 _ACEOF
16223 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16225 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16227 cat >>confdefs.h <<_ACEOF
16228 #define HAVE_SIGINFO_T_SI_FD 1
16229 _ACEOF
16235 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16236 #ifdef HAVE_SYS_MTIO_H
16237 #include <sys/mtio.h>
16238 #endif
16240 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16242 cat >>confdefs.h <<_ACEOF
16243 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16244 _ACEOF
16248 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16249 #ifdef HAVE_SYS_MTIO_H
16250 #include <sys/mtio.h>
16251 #endif
16253 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16255 cat >>confdefs.h <<_ACEOF
16256 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16257 _ACEOF
16261 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16262 #ifdef HAVE_SYS_MTIO_H
16263 #include <sys/mtio.h>
16264 #endif
16266 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16268 cat >>confdefs.h <<_ACEOF
16269 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16270 _ACEOF
16276 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16277 #include <getopt.h>
16278 #endif
16280 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16282 cat >>confdefs.h <<_ACEOF
16283 #define HAVE_STRUCT_OPTION_NAME 1
16284 _ACEOF
16290 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16291 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16293 cat >>confdefs.h <<_ACEOF
16294 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16295 _ACEOF
16299 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16300 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16302 cat >>confdefs.h <<_ACEOF
16303 #define HAVE_STRUCT_STAT_ST_MTIM 1
16304 _ACEOF
16308 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16309 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16311 cat >>confdefs.h <<_ACEOF
16312 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16313 _ACEOF
16317 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16318 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16320 cat >>confdefs.h <<_ACEOF
16321 #define HAVE_STRUCT_STAT_ST_CTIM 1
16322 _ACEOF
16326 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16327 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16329 cat >>confdefs.h <<_ACEOF
16330 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16331 _ACEOF
16335 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16336 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16338 cat >>confdefs.h <<_ACEOF
16339 #define HAVE_STRUCT_STAT_ST_ATIM 1
16340 _ACEOF
16344 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16345 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16347 cat >>confdefs.h <<_ACEOF
16348 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16349 _ACEOF
16353 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16354 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16356 cat >>confdefs.h <<_ACEOF
16357 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16358 _ACEOF
16362 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16363 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16365 cat >>confdefs.h <<_ACEOF
16366 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16367 _ACEOF
16371 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16372 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16374 cat >>confdefs.h <<_ACEOF
16375 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16376 _ACEOF
16380 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16381 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16383 cat >>confdefs.h <<_ACEOF
16384 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16385 _ACEOF
16389 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16390 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16392 cat >>confdefs.h <<_ACEOF
16393 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16394 _ACEOF
16400 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
16401 #include <sys/types.h>
16402 #endif
16403 #ifdef HAVE_NETINET_IN_H
16404 #include <netinet/in.h>
16405 #endif
16407 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16409 cat >>confdefs.h <<_ACEOF
16410 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16411 _ACEOF
16417 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16418 #include <resolv.h>
16419 #endif
16421 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16423 cat >>confdefs.h <<_ACEOF
16424 #define HAVE_STRUCT___RES_STATE 1
16425 _ACEOF
16431 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
16432 #include <resolv.h>
16433 #endif
16435 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16437 cat >>confdefs.h <<_ACEOF
16438 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16439 _ACEOF
16445 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16446 #include <sys/types.h>
16447 #endif
16448 #ifdef HAVE_NETINET_IN_H
16449 # include <netinet/in.h>
16450 #endif
16451 #ifdef HAVE_ARPA_NAMESER_H
16452 # include <arpa/nameser.h>
16453 #endif
16455 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16457 cat >>confdefs.h <<_ACEOF
16458 #define HAVE_NS_MSG__MSG_PTR 1
16459 _ACEOF
16465 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16466 #include <sys/types.h>
16467 #endif
16468 #ifdef HAVE_NETINET_IP_H
16469 #include <netinet/ip.h>
16470 #endif
16471 #ifdef HAVE_NETINET_IP_ICMP_H
16472 #include <netinet/ip_icmp.h>
16473 #endif
16474 #ifdef HAVE_NETINET_ICMP_VAR_H
16475 #include <netinet/icmp_var.h>
16476 #endif
16478 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16480 cat >>confdefs.h <<_ACEOF
16481 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16482 _ACEOF
16488 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16489 #include <sys/types.h>
16490 #endif
16491 #ifdef HAVE_ALIAS_H
16492 #include <alias.h>
16493 #endif
16494 #ifdef HAVE_SYS_SOCKET_H
16495 #include <sys/socket.h>
16496 #endif
16497 #ifdef HAVE_SYS_SOCKETVAR_H
16498 #include <sys/socketvar.h>
16499 #endif
16500 #ifdef HAVE_SYS_TIMEOUT_H
16501 #include <sys/timeout.h>
16502 #endif
16503 #ifdef HAVE_NETINET_IN_H
16504 #include <netinet/in.h>
16505 #endif
16506 #ifdef HAVE_NETINET_IN_SYSTM_H
16507 #include <netinet/in_systm.h>
16508 #endif
16509 #ifdef HAVE_NETINET_IP_H
16510 #include <netinet/ip.h>
16511 #endif
16512 #ifdef HAVE_NETINET_IP_VAR_H
16513 #include <netinet/ip_var.h>
16514 #endif
16515 #ifdef HAVE_NETINET_IP_ICMP_H
16516 #include <netinet/ip_icmp.h>
16517 #endif
16518 #ifdef HAVE_NETINET_ICMP_VAR_H
16519 #include <netinet/icmp_var.h>
16520 #endif
16522 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16524 cat >>confdefs.h <<_ACEOF
16525 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16526 _ACEOF
16532 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16533 #include <sys/types.h>
16534 #endif
16535 #ifdef HAVE_SYS_SOCKETVAR_H
16536 #include <sys/socketvar.h>
16537 #endif
16538 #ifdef HAVE_NETINET_IN_H
16539 #include <netinet/in.h>
16540 #endif
16541 #ifdef HAVE_NETINET_IP_VAR_H
16542 #include <netinet/ip_var.h>
16543 #endif
16545 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16547 cat >>confdefs.h <<_ACEOF
16548 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16549 _ACEOF
16555 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
16556 #include <netinet/ip_var.h>
16557 #endif
16559 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16561 cat >>confdefs.h <<_ACEOF
16562 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16563 _ACEOF
16569 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16570 #include <sys/types.h>
16571 #endif
16572 #ifdef HAVE_SYS_SOCKETVAR_H
16573 #include <sys/socketvar.h>
16574 #endif
16575 #ifdef HAVE_NETINET_IN_H
16576 #include <netinet/in.h>
16577 #endif
16578 #ifdef HAVE_NETINET_TCP_H
16579 #include <netinet/tcp.h>
16580 #endif
16581 #ifdef HAVE_NETINET_TCP_VAR_H
16582 #include <netinet/tcp_var.h>
16583 #endif
16585 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16587 cat >>confdefs.h <<_ACEOF
16588 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16589 _ACEOF
16595 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
16596 #include <netinet/tcp_var.h>
16597 #endif
16599 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16601 cat >>confdefs.h <<_ACEOF
16602 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16603 _ACEOF
16609 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16610 #include <sys/types.h>
16611 #endif
16612 #ifdef HAVE_NETINET_IN_H
16613 #include <netinet/in.h>
16614 #endif
16615 #ifdef HAVE_NETINET_IP_VAR_H
16616 #include <netinet/ip_var.h>
16617 #endif
16618 #ifdef HAVE_NETINET_UDP_H
16619 #include <netinet/udp.h>
16620 #endif
16621 #ifdef HAVE_NETINET_UDP_VAR_H
16622 #include <netinet/udp_var.h>
16623 #endif
16625 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16627 cat >>confdefs.h <<_ACEOF
16628 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16629 _ACEOF
16635 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16636 #include <sys/types.h>
16637 #endif
16638 #ifdef HAVE_NET_IF_H
16639 # include <net/if.h>
16640 #endif
16642 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16644 cat >>confdefs.h <<_ACEOF
16645 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16646 _ACEOF
16652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16653 $as_echo_n "checking for timezone variable... " >&6; }
16654 if ${ac_cv_have_timezone+:} false; then :
16655 $as_echo_n "(cached) " >&6
16656 else
16657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16658 /* end confdefs.h. */
16659 #include <time.h>
16661 main ()
16663 timezone = 1
16665 return 0;
16667 _ACEOF
16668 if ac_fn_c_try_link "$LINENO"; then :
16669 ac_cv_have_timezone="yes"
16670 else
16671 ac_cv_have_timezone="no"
16673 rm -f core conftest.err conftest.$ac_objext \
16674 conftest$ac_exeext conftest.$ac_ext
16676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16677 $as_echo "$ac_cv_have_timezone" >&6; }
16678 if test "$ac_cv_have_timezone" = "yes"
16679 then
16681 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16685 $as_echo_n "checking for daylight variable... " >&6; }
16686 if ${ac_cv_have_daylight+:} false; then :
16687 $as_echo_n "(cached) " >&6
16688 else
16689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16690 /* end confdefs.h. */
16691 #include <time.h>
16693 main ()
16695 daylight = 1
16697 return 0;
16699 _ACEOF
16700 if ac_fn_c_try_link "$LINENO"; then :
16701 ac_cv_have_daylight="yes"
16702 else
16703 ac_cv_have_daylight="no"
16705 rm -f core conftest.err conftest.$ac_objext \
16706 conftest$ac_exeext conftest.$ac_ext
16708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16709 $as_echo "$ac_cv_have_daylight" >&6; }
16710 if test "$ac_cv_have_daylight" = "yes"
16711 then
16713 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16717 ac_save_LIBS="$LIBS"
16718 LIBS="$LIBS -lm"
16719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16720 $as_echo_n "checking for isfinite... " >&6; }
16721 if ${ac_cv_have_isfinite+:} false; then :
16722 $as_echo_n "(cached) " >&6
16723 else
16724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16725 /* end confdefs.h. */
16726 #define _GNU_SOURCE
16727 #include <math.h>
16729 main ()
16731 float f = 0.0; return isfinite(f)
16733 return 0;
16735 _ACEOF
16736 if ac_fn_c_try_link "$LINENO"; then :
16737 ac_cv_have_isfinite="yes"
16738 else
16739 ac_cv_have_isfinite="no"
16741 rm -f core conftest.err conftest.$ac_objext \
16742 conftest$ac_exeext conftest.$ac_ext
16744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16745 $as_echo "$ac_cv_have_isfinite" >&6; }
16746 if test "$ac_cv_have_isfinite" = "yes"
16747 then
16749 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16754 $as_echo_n "checking for isinf... " >&6; }
16755 if ${ac_cv_have_isinf+:} false; then :
16756 $as_echo_n "(cached) " >&6
16757 else
16758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16759 /* end confdefs.h. */
16760 #include <math.h>
16762 main ()
16764 float f = 0.0; return isinf(f)
16766 return 0;
16768 _ACEOF
16769 if ac_fn_c_try_link "$LINENO"; then :
16770 ac_cv_have_isinf="yes"
16771 else
16772 ac_cv_have_isinf="no"
16774 rm -f core conftest.err conftest.$ac_objext \
16775 conftest$ac_exeext conftest.$ac_ext
16777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16778 $as_echo "$ac_cv_have_isinf" >&6; }
16779 if test "$ac_cv_have_isinf" = "yes"
16780 then
16782 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16787 $as_echo_n "checking for isnan... " >&6; }
16788 if ${ac_cv_have_isnan+:} false; then :
16789 $as_echo_n "(cached) " >&6
16790 else
16791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16792 /* end confdefs.h. */
16793 #include <math.h>
16795 main ()
16797 float f = 0.0; return isnan(f)
16799 return 0;
16801 _ACEOF
16802 if ac_fn_c_try_link "$LINENO"; then :
16803 ac_cv_have_isnan="yes"
16804 else
16805 ac_cv_have_isnan="no"
16807 rm -f core conftest.err conftest.$ac_objext \
16808 conftest$ac_exeext conftest.$ac_ext
16810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16811 $as_echo "$ac_cv_have_isnan" >&6; }
16812 if test "$ac_cv_have_isnan" = "yes"
16813 then
16815 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16819 for ac_func in \
16820 cbrt \
16821 cbrtf \
16822 erf \
16823 erff \
16824 exp2 \
16825 exp2f \
16826 llrint \
16827 llrintf \
16828 llround \
16829 llroundf \
16830 log2 \
16831 log2f \
16832 lrint \
16833 lrintf \
16834 lround \
16835 lroundf \
16836 rint \
16837 rintf \
16838 round \
16839 roundf \
16840 trunc \
16841 truncf
16843 do :
16844 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16845 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16846 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16847 cat >>confdefs.h <<_ACEOF
16848 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16849 _ACEOF
16852 done
16854 LIBS="$ac_save_LIBS"
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16857 $as_echo_n "checking for __builtin_clz... " >&6; }
16858 if ${ac_cv_have___builtin_clz+:} false; then :
16859 $as_echo_n "(cached) " >&6
16860 else
16861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16862 /* end confdefs.h. */
16865 main ()
16867 return __builtin_clz(1)
16869 return 0;
16871 _ACEOF
16872 if ac_fn_c_try_link "$LINENO"; then :
16873 ac_cv_have___builtin_clz="yes"
16874 else
16875 ac_cv_have___builtin_clz="no"
16877 rm -f core conftest.err conftest.$ac_objext \
16878 conftest$ac_exeext conftest.$ac_ext
16880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16881 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16882 if test "$ac_cv_have___builtin_clz" = "yes"
16883 then
16885 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16890 case $host_cpu in
16891 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16892 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16893 if ${ac_cv_cpp_def___i386__+:} false; then :
16894 $as_echo_n "(cached) " >&6
16895 else
16896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16897 /* end confdefs.h. */
16898 #ifndef __i386__
16900 #endif
16901 _ACEOF
16902 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16903 $EGREP "yes" >/dev/null 2>&1; then :
16904 ac_cv_cpp_def___i386__=yes
16905 else
16906 ac_cv_cpp_def___i386__=no
16908 rm -f conftest*
16911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16912 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16913 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16914 CFLAGS="$CFLAGS -D__i386__"
16915 LINTFLAGS="$LINTFLAGS -D__i386__"
16916 fi ;;
16917 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16918 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16919 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16920 $as_echo_n "(cached) " >&6
16921 else
16922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16923 /* end confdefs.h. */
16924 #ifndef __x86_64__
16926 #endif
16927 _ACEOF
16928 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16929 $EGREP "yes" >/dev/null 2>&1; then :
16930 ac_cv_cpp_def___x86_64__=yes
16931 else
16932 ac_cv_cpp_def___x86_64__=no
16934 rm -f conftest*
16937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16938 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16939 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16940 CFLAGS="$CFLAGS -D__x86_64__"
16941 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16942 fi ;;
16943 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16944 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16945 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16946 $as_echo_n "(cached) " >&6
16947 else
16948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16949 /* end confdefs.h. */
16950 #ifndef __sparc64__
16952 #endif
16953 _ACEOF
16954 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16955 $EGREP "yes" >/dev/null 2>&1; then :
16956 ac_cv_cpp_def___sparc64__=yes
16957 else
16958 ac_cv_cpp_def___sparc64__=no
16960 rm -f conftest*
16963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16964 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16965 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16966 CFLAGS="$CFLAGS -D__sparc64__"
16967 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16968 fi ;;
16969 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16970 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16971 if ${ac_cv_cpp_def___sparc__+:} false; then :
16972 $as_echo_n "(cached) " >&6
16973 else
16974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16975 /* end confdefs.h. */
16976 #ifndef __sparc__
16978 #endif
16979 _ACEOF
16980 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16981 $EGREP "yes" >/dev/null 2>&1; then :
16982 ac_cv_cpp_def___sparc__=yes
16983 else
16984 ac_cv_cpp_def___sparc__=no
16986 rm -f conftest*
16989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16990 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16991 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16992 CFLAGS="$CFLAGS -D__sparc__"
16993 LINTFLAGS="$LINTFLAGS -D__sparc__"
16994 fi ;;
16995 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16996 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16997 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16998 $as_echo_n "(cached) " >&6
16999 else
17000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17001 /* end confdefs.h. */
17002 #ifndef __powerpc64__
17004 #endif
17005 _ACEOF
17006 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17007 $EGREP "yes" >/dev/null 2>&1; then :
17008 ac_cv_cpp_def___powerpc64__=yes
17009 else
17010 ac_cv_cpp_def___powerpc64__=no
17012 rm -f conftest*
17015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17016 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17017 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17018 CFLAGS="$CFLAGS -D__powerpc64__"
17019 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17020 fi ;;
17021 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17022 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17023 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17024 $as_echo_n "(cached) " >&6
17025 else
17026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17027 /* end confdefs.h. */
17028 #ifndef __powerpc__
17030 #endif
17031 _ACEOF
17032 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17033 $EGREP "yes" >/dev/null 2>&1; then :
17034 ac_cv_cpp_def___powerpc__=yes
17035 else
17036 ac_cv_cpp_def___powerpc__=no
17038 rm -f conftest*
17041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17042 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17043 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17044 CFLAGS="$CFLAGS -D__powerpc__"
17045 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17046 fi ;;
17047 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17048 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17049 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17050 $as_echo_n "(cached) " >&6
17051 else
17052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17053 /* end confdefs.h. */
17054 #ifndef __aarch64__
17056 #endif
17057 _ACEOF
17058 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17059 $EGREP "yes" >/dev/null 2>&1; then :
17060 ac_cv_cpp_def___aarch64__=yes
17061 else
17062 ac_cv_cpp_def___aarch64__=no
17064 rm -f conftest*
17067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17068 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17069 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17070 CFLAGS="$CFLAGS -D__aarch64__"
17071 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17072 fi ;;
17073 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17074 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17075 if ${ac_cv_cpp_def___arm__+:} false; then :
17076 $as_echo_n "(cached) " >&6
17077 else
17078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17079 /* end confdefs.h. */
17080 #ifndef __arm__
17082 #endif
17083 _ACEOF
17084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17085 $EGREP "yes" >/dev/null 2>&1; then :
17086 ac_cv_cpp_def___arm__=yes
17087 else
17088 ac_cv_cpp_def___arm__=no
17090 rm -f conftest*
17093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17094 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17095 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17096 CFLAGS="$CFLAGS -D__arm__"
17097 LINTFLAGS="$LINTFLAGS -D__arm__"
17098 fi ;;
17099 esac
17101 case $host_vendor in
17102 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17103 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17104 if ${ac_cv_cpp_def___sun__+:} false; then :
17105 $as_echo_n "(cached) " >&6
17106 else
17107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17108 /* end confdefs.h. */
17109 #ifndef __sun__
17111 #endif
17112 _ACEOF
17113 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17114 $EGREP "yes" >/dev/null 2>&1; then :
17115 ac_cv_cpp_def___sun__=yes
17116 else
17117 ac_cv_cpp_def___sun__=no
17119 rm -f conftest*
17122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17123 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17124 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17125 CFLAGS="$CFLAGS -D__sun__"
17126 LINTFLAGS="$LINTFLAGS -D__sun__"
17127 fi ;;
17128 esac
17134 ac_config_commands="$ac_config_commands include/stamp-h"
17136 $as_echo_n "creating Makefile rules..." >&6
17138 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17139 SOCKET_LIBS = $SOCKET_LIBS
17140 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17141 IOKIT_LIBS = $IOKIT_LIBS
17142 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17143 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17144 CORESERVICES_LIBS = $CORESERVICES_LIBS
17145 APPKIT_LIBS = $APPKIT_LIBS
17146 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17147 SECURITY_LIBS = $SECURITY_LIBS
17148 COREAUDIO_LIBS = $COREAUDIO_LIBS
17149 OPENAL_LIBS = $OPENAL_LIBS
17150 OPENCL_LIBS = $OPENCL_LIBS
17151 QUICKTIME_LIBS = $QUICKTIME_LIBS
17152 CARBON_LIBS = $CARBON_LIBS
17153 PTHREAD_LIBS = $PTHREAD_LIBS
17154 X_CFLAGS = $X_CFLAGS
17155 X_PRE_LIBS = $X_PRE_LIBS
17156 X_LIBS = $X_LIBS
17157 X_EXTRA_LIBS = $X_EXTRA_LIBS
17158 PCAP_LIBS = $PCAP_LIBS
17159 XML2_CFLAGS = $XML2_CFLAGS
17160 XML2_LIBS = $XML2_LIBS
17161 XSLT_CFLAGS = $XSLT_CFLAGS
17162 XSLT_LIBS = $XSLT_LIBS
17163 DBUS_CFLAGS = $DBUS_CFLAGS
17164 DBUS_LIBS = $DBUS_LIBS
17165 HAL_CFLAGS = $HAL_CFLAGS
17166 HAL_LIBS = $HAL_LIBS
17167 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17168 GNUTLS_LIBS = $GNUTLS_LIBS
17169 SANE_CFLAGS = $SANE_CFLAGS
17170 SANE_LIBS = $SANE_LIBS
17171 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17172 GPHOTO2_LIBS = $GPHOTO2_LIBS
17173 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17174 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17175 RESOLV_LIBS = $RESOLV_LIBS
17176 LCMS2_CFLAGS = $LCMS2_CFLAGS
17177 LCMS2_LIBS = $LCMS2_LIBS
17178 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17179 FREETYPE_LIBS = $FREETYPE_LIBS
17180 Z_LIBS = $Z_LIBS
17181 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17182 PULSE_CFLAGS = $PULSE_CFLAGS
17183 PULSE_LIBS = $PULSE_LIBS
17184 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17185 GSTREAMER_LIBS = $GSTREAMER_LIBS
17186 ALSA_LIBS = $ALSA_LIBS
17187 OSS4_CFLAGS = $OSS4_CFLAGS
17188 CAPI20_CFLAGS = $CAPI20_CFLAGS
17189 CAPI20_LIBS = $CAPI20_LIBS
17190 CUPS_CFLAGS = $CUPS_CFLAGS
17191 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17192 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17193 JPEG_CFLAGS = $JPEG_CFLAGS
17194 JPEG_LIBS = $JPEG_LIBS
17195 PNG_CFLAGS = $PNG_CFLAGS
17196 PNG_LIBS = $PNG_LIBS
17197 TIFF_CFLAGS = $TIFF_CFLAGS
17198 TIFF_LIBS = $TIFF_LIBS
17199 MPG123_CFLAGS = $MPG123_CFLAGS
17200 MPG123_LIBS = $MPG123_LIBS
17201 KSTAT_LIBS = $KSTAT_LIBS
17202 PROCSTAT_LIBS = $PROCSTAT_LIBS
17203 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17204 DL_LIBS = $DL_LIBS
17205 POLL_LIBS = $POLL_LIBS
17206 RT_LIBS = $RT_LIBS
17207 LDAP_LIBS = $LDAP_LIBS
17212 wine_fn_append_rule "
17213 # Rules automatically generated by configure
17215 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17217 .INIT: Makefile
17218 .MAKEFILEDEPS:
17219 all: Makefile
17220 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17221 @./config.status Make.tmp Makefile"
17223 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17224 .gitignore: config.status
17225 @./config.status .gitignore"
17227 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17228 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17230 if test "x$enable_fonts" != xno; then
17231 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17232 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17233 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17234 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17235 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17236 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17238 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17239 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17240 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17241 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17242 ac_config_links="$ac_config_links wine:tools/winewrapper"
17243 wine_fn_config_symlink wine
17244 if test "x$enable_win64" != xno; then
17245 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17246 wine_fn_config_symlink wine64
17249 wine_fn_config_dll acledit enable_acledit
17250 wine_fn_config_dll aclui enable_aclui implib
17251 wine_fn_config_dll activeds enable_activeds implib
17252 wine_fn_config_dll actxprxy enable_actxprxy clean
17253 wine_fn_config_lib adsiid
17254 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17255 wine_fn_config_test dlls/advapi32/tests advapi32_test
17256 wine_fn_config_dll advpack enable_advpack implib
17257 wine_fn_config_test dlls/advpack/tests advpack_test
17258 wine_fn_config_dll amstream enable_amstream clean
17259 wine_fn_config_test dlls/amstream/tests amstream_test
17260 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17261 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17262 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17263 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17264 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17265 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17266 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17267 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17268 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17269 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17270 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17271 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17272 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17273 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17274 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17275 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17276 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17277 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17278 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17279 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17280 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17281 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17282 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17283 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17284 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17285 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17286 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17287 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17288 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17289 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17290 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17291 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17292 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17293 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17294 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17295 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17296 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17297 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17298 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17299 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17300 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17301 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17302 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17303 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17304 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17305 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17306 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17307 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17308 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17309 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17310 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17311 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17312 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17313 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17314 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17315 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17316 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17317 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17318 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17319 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17320 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17321 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17322 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17323 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17324 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17325 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17326 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17327 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17328 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17329 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17330 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17331 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17332 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17333 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17334 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17335 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17336 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17337 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17338 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17339 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17340 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17341 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17342 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17343 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17344 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17345 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17346 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17347 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17348 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17349 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17350 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17351 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17352 wine_fn_config_dll apphelp enable_apphelp
17353 wine_fn_config_test dlls/apphelp/tests apphelp_test
17354 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17355 wine_fn_config_dll atl enable_atl clean,implib
17356 wine_fn_config_test dlls/atl/tests atl_test
17357 wine_fn_config_dll atl100 enable_atl100 clean,implib
17358 wine_fn_config_test dlls/atl100/tests atl100_test
17359 wine_fn_config_dll atl110 enable_atl110 clean
17360 wine_fn_config_dll atl80 enable_atl80 clean,implib
17361 wine_fn_config_test dlls/atl80/tests atl80_test
17362 wine_fn_config_dll atl90 enable_atl90 clean
17363 wine_fn_config_dll authz enable_authz
17364 wine_fn_config_dll avicap32 enable_avicap32 implib
17365 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17366 wine_fn_config_test dlls/avifil32/tests avifil32_test
17367 wine_fn_config_dll avifile.dll16 enable_win16
17368 wine_fn_config_dll avrt enable_avrt implib
17369 wine_fn_config_dll bcrypt enable_bcrypt
17370 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17371 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17372 wine_fn_config_dll browseui enable_browseui clean,po
17373 wine_fn_config_test dlls/browseui/tests browseui_test
17374 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17375 wine_fn_config_dll cabinet enable_cabinet implib
17376 wine_fn_config_test dlls/cabinet/tests cabinet_test
17377 wine_fn_config_dll capi2032 enable_capi2032 implib
17378 wine_fn_config_dll cards enable_cards implib
17379 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17380 wine_fn_config_dll clusapi enable_clusapi implib
17381 wine_fn_config_dll combase enable_combase
17382 wine_fn_config_test dlls/combase/tests combase_test
17383 wine_fn_config_dll comcat enable_comcat
17384 wine_fn_config_test dlls/comcat/tests comcat_test
17385 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17386 wine_fn_config_test dlls/comctl32/tests comctl32_test
17387 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17388 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17389 wine_fn_config_dll comm.drv16 enable_win16
17390 wine_fn_config_dll commdlg.dll16 enable_win16
17391 wine_fn_config_dll compobj.dll16 enable_win16
17392 wine_fn_config_dll compstui enable_compstui implib
17393 wine_fn_config_dll comsvcs enable_comsvcs implib
17394 wine_fn_config_dll connect enable_connect
17395 wine_fn_config_dll credui enable_credui implib,po
17396 wine_fn_config_test dlls/credui/tests credui_test
17397 wine_fn_config_dll crtdll enable_crtdll implib
17398 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17399 wine_fn_config_test dlls/crypt32/tests crypt32_test
17400 wine_fn_config_dll cryptdlg enable_cryptdlg po
17401 wine_fn_config_dll cryptdll enable_cryptdll implib
17402 wine_fn_config_dll cryptext enable_cryptext
17403 wine_fn_config_dll cryptnet enable_cryptnet implib
17404 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17405 wine_fn_config_dll cryptui enable_cryptui implib,po
17406 wine_fn_config_test dlls/cryptui/tests cryptui_test
17407 wine_fn_config_dll ctapi32 enable_ctapi32
17408 wine_fn_config_dll ctl3d.dll16 enable_win16
17409 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17410 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17411 wine_fn_config_dll d2d1 enable_d2d1 implib
17412 wine_fn_config_test dlls/d2d1/tests d2d1_test
17413 wine_fn_config_dll d3d10 enable_d3d10 implib
17414 wine_fn_config_test dlls/d3d10/tests d3d10_test
17415 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17416 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17417 wine_fn_config_dll d3d10core enable_d3d10core implib
17418 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17419 wine_fn_config_dll d3d11 enable_d3d11 implib
17420 wine_fn_config_test dlls/d3d11/tests d3d11_test
17421 wine_fn_config_dll d3d8 enable_d3d8 implib
17422 wine_fn_config_test dlls/d3d8/tests d3d8_test
17423 wine_fn_config_dll d3d9 enable_d3d9 implib
17424 wine_fn_config_test dlls/d3d9/tests d3d9_test
17425 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17426 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17427 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17428 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17429 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17430 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17431 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17432 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17433 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17434 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17435 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17436 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17437 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17438 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17439 wine_fn_config_dll d3dim enable_d3dim implib
17440 wine_fn_config_dll d3drm enable_d3drm implib
17441 wine_fn_config_test dlls/d3drm/tests d3drm_test
17442 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17443 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17444 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17445 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17446 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17447 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17448 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17449 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17450 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17451 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17452 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17453 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17454 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17455 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17456 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17457 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17458 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17459 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17460 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17461 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17462 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17463 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17464 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17465 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17466 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17467 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17468 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17469 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17470 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17471 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17472 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17473 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17474 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17475 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17476 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17477 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17478 wine_fn_config_dll davclnt enable_davclnt
17479 wine_fn_config_dll dbgeng enable_dbgeng implib
17480 wine_fn_config_dll dbghelp enable_dbghelp implib
17481 wine_fn_config_dll dciman32 enable_dciman32 implib
17482 wine_fn_config_dll ddeml.dll16 enable_win16
17483 wine_fn_config_dll ddraw enable_ddraw clean,implib
17484 wine_fn_config_test dlls/ddraw/tests ddraw_test
17485 wine_fn_config_dll ddrawex enable_ddrawex clean
17486 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17487 wine_fn_config_dll devenum enable_devenum clean,po
17488 wine_fn_config_test dlls/devenum/tests devenum_test
17489 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17490 wine_fn_config_dll difxapi enable_difxapi
17491 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17492 wine_fn_config_test dlls/dinput/tests dinput_test
17493 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17494 wine_fn_config_test dlls/dinput8/tests dinput8_test
17495 wine_fn_config_dll dispdib.dll16 enable_win16
17496 wine_fn_config_dll dispex enable_dispex clean
17497 wine_fn_config_test dlls/dispex/tests dispex_test
17498 wine_fn_config_dll display.drv16 enable_win16
17499 wine_fn_config_dll dmband enable_dmband clean
17500 wine_fn_config_test dlls/dmband/tests dmband_test
17501 wine_fn_config_dll dmcompos enable_dmcompos clean
17502 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17503 wine_fn_config_dll dmime enable_dmime clean
17504 wine_fn_config_test dlls/dmime/tests dmime_test
17505 wine_fn_config_dll dmloader enable_dmloader clean
17506 wine_fn_config_test dlls/dmloader/tests dmloader_test
17507 wine_fn_config_dll dmscript enable_dmscript clean
17508 wine_fn_config_test dlls/dmscript/tests dmscript_test
17509 wine_fn_config_dll dmstyle enable_dmstyle clean
17510 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17511 wine_fn_config_dll dmsynth enable_dmsynth clean
17512 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17513 wine_fn_config_dll dmusic enable_dmusic clean
17514 wine_fn_config_test dlls/dmusic/tests dmusic_test
17515 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17516 wine_fn_config_dll dnsapi enable_dnsapi implib
17517 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17518 wine_fn_config_dll dplay enable_dplay implib
17519 wine_fn_config_dll dplayx enable_dplayx clean,implib
17520 wine_fn_config_test dlls/dplayx/tests dplayx_test
17521 wine_fn_config_dll dpnaddr enable_dpnaddr
17522 wine_fn_config_dll dpnet enable_dpnet clean,implib
17523 wine_fn_config_test dlls/dpnet/tests dpnet_test
17524 wine_fn_config_dll dpnhpast enable_dpnhpast
17525 wine_fn_config_dll dpnlobby enable_dpnlobby
17526 wine_fn_config_dll dpvoice enable_dpvoice clean
17527 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17528 wine_fn_config_dll dpwsockx enable_dpwsockx
17529 wine_fn_config_dll drmclien enable_drmclien
17530 wine_fn_config_dll dsound enable_dsound clean,implib
17531 wine_fn_config_test dlls/dsound/tests dsound_test
17532 wine_fn_config_dll dssenh enable_dssenh
17533 wine_fn_config_test dlls/dssenh/tests dssenh_test
17534 wine_fn_config_dll dswave enable_dswave clean
17535 wine_fn_config_test dlls/dswave/tests dswave_test
17536 wine_fn_config_dll dwmapi enable_dwmapi implib
17537 wine_fn_config_dll dwrite enable_dwrite implib
17538 wine_fn_config_test dlls/dwrite/tests dwrite_test
17539 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17540 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17541 wine_fn_config_lib dxerr8
17542 wine_fn_config_lib dxerr9
17543 wine_fn_config_dll dxgi enable_dxgi implib
17544 wine_fn_config_test dlls/dxgi/tests dxgi_test
17545 wine_fn_config_lib dxguid
17546 wine_fn_config_dll dxva2 enable_dxva2
17547 wine_fn_config_dll esent enable_esent
17548 wine_fn_config_dll evr enable_evr
17549 wine_fn_config_dll explorerframe enable_explorerframe clean
17550 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17551 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17552 wine_fn_config_dll faultrep enable_faultrep implib
17553 wine_fn_config_test dlls/faultrep/tests faultrep_test
17554 wine_fn_config_dll fltlib enable_fltlib
17555 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17556 wine_fn_config_dll fntcache enable_fntcache
17557 wine_fn_config_dll fontsub enable_fontsub
17558 wine_fn_config_dll fusion enable_fusion
17559 wine_fn_config_test dlls/fusion/tests fusion_test
17560 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17561 wine_fn_config_dll gameux enable_gameux clean
17562 wine_fn_config_test dlls/gameux/tests gameux_test
17563 wine_fn_config_dll gdi.exe16 enable_win16
17564 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17565 wine_fn_config_test dlls/gdi32/tests gdi32_test
17566 wine_fn_config_dll gdiplus enable_gdiplus implib
17567 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17568 wine_fn_config_dll glu32 enable_glu32 implib
17569 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17570 wine_fn_config_dll gpkcsp enable_gpkcsp
17571 wine_fn_config_dll hal enable_hal
17572 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17573 wine_fn_config_dll hid enable_hid implib
17574 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17575 wine_fn_config_dll hlink enable_hlink clean,implib
17576 wine_fn_config_test dlls/hlink/tests hlink_test
17577 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17578 wine_fn_config_dll httpapi enable_httpapi
17579 wine_fn_config_dll iccvid enable_iccvid po
17580 wine_fn_config_dll icmp enable_icmp
17581 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17582 wine_fn_config_test dlls/ieframe/tests ieframe_test
17583 wine_fn_config_dll ifsmgr.vxd enable_win16
17584 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17585 wine_fn_config_dll imagehlp enable_imagehlp implib
17586 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17587 wine_fn_config_dll imm.dll16 enable_win16
17588 wine_fn_config_dll imm32 enable_imm32 implib
17589 wine_fn_config_test dlls/imm32/tests imm32_test
17590 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17591 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17592 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17593 wine_fn_config_dll inetmib1 enable_inetmib1
17594 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17595 wine_fn_config_dll infosoft enable_infosoft clean
17596 wine_fn_config_test dlls/infosoft/tests infosoft_test
17597 wine_fn_config_dll initpki enable_initpki
17598 wine_fn_config_dll inkobj enable_inkobj
17599 wine_fn_config_dll inseng enable_inseng clean
17600 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17601 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17602 wine_fn_config_dll itircl enable_itircl
17603 wine_fn_config_dll itss enable_itss clean
17604 wine_fn_config_test dlls/itss/tests itss_test
17605 wine_fn_config_dll joy.cpl enable_joy_cpl po
17606 wine_fn_config_dll jscript enable_jscript clean,po
17607 wine_fn_config_test dlls/jscript/tests jscript_test
17608 wine_fn_config_dll jsproxy enable_jsproxy implib
17609 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17610 wine_fn_config_test dlls/kernel32/tests kernel32_test
17611 wine_fn_config_dll keyboard.drv16 enable_win16
17612 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17613 wine_fn_config_dll ksuser enable_ksuser
17614 wine_fn_config_dll ktmw32 enable_ktmw32
17615 wine_fn_config_dll loadperf enable_loadperf implib
17616 wine_fn_config_dll localspl enable_localspl po
17617 wine_fn_config_test dlls/localspl/tests localspl_test
17618 wine_fn_config_dll localui enable_localui po
17619 wine_fn_config_test dlls/localui/tests localui_test
17620 wine_fn_config_dll lz32 enable_lz32 implib
17621 wine_fn_config_test dlls/lz32/tests lz32_test
17622 wine_fn_config_dll lzexpand.dll16 enable_win16
17623 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17624 wine_fn_config_test dlls/mapi32/tests mapi32_test
17625 wine_fn_config_dll mapistub enable_mapistub
17626 wine_fn_config_dll mciavi32 enable_mciavi32
17627 wine_fn_config_dll mcicda enable_mcicda
17628 wine_fn_config_dll mciqtz32 enable_mciqtz32
17629 wine_fn_config_dll mciseq enable_mciseq
17630 wine_fn_config_dll mciwave enable_mciwave
17631 wine_fn_config_dll mf enable_mf
17632 wine_fn_config_dll mfplat enable_mfplat
17633 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17634 wine_fn_config_dll mgmtapi enable_mgmtapi
17635 wine_fn_config_dll midimap enable_midimap
17636 wine_fn_config_dll mlang enable_mlang clean,implib
17637 wine_fn_config_test dlls/mlang/tests mlang_test
17638 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17639 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17640 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17641 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17642 wine_fn_config_dll mmdevldr.vxd enable_win16
17643 wine_fn_config_dll mmsystem.dll16 enable_win16
17644 wine_fn_config_dll monodebg.vxd enable_win16
17645 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17646 wine_fn_config_dll mouse.drv16 enable_win16
17647 wine_fn_config_dll mpr enable_mpr implib,po
17648 wine_fn_config_test dlls/mpr/tests mpr_test
17649 wine_fn_config_dll mprapi enable_mprapi implib
17650 wine_fn_config_dll msacm.dll16 enable_win16
17651 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17652 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17653 wine_fn_config_test dlls/msacm32/tests msacm32_test
17654 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17655 wine_fn_config_dll msasn1 enable_msasn1 implib
17656 wine_fn_config_dll mscat32 enable_mscat32
17657 wine_fn_config_dll mscms enable_mscms implib
17658 wine_fn_config_test dlls/mscms/tests mscms_test
17659 wine_fn_config_dll mscoree enable_mscoree clean
17660 wine_fn_config_test dlls/mscoree/tests mscoree_test
17661 wine_fn_config_dll msctf enable_msctf clean
17662 wine_fn_config_test dlls/msctf/tests msctf_test
17663 wine_fn_config_dll msctfp enable_msctfp clean
17664 wine_fn_config_dll msdaps enable_msdaps clean
17665 wine_fn_config_dll msdelta enable_msdelta
17666 wine_fn_config_dll msdmo enable_msdmo implib
17667 wine_fn_config_test dlls/msdmo/tests msdmo_test
17668 wine_fn_config_dll msftedit enable_msftedit
17669 wine_fn_config_dll msg711.acm enable_msg711_acm
17670 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17671 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17672 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17673 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17674 wine_fn_config_dll msi enable_msi clean,implib,po
17675 wine_fn_config_test dlls/msi/tests msi_test
17676 wine_fn_config_dll msident enable_msident clean
17677 wine_fn_config_dll msimg32 enable_msimg32 implib
17678 wine_fn_config_dll msimsg enable_msimsg
17679 wine_fn_config_dll msimtf enable_msimtf clean
17680 wine_fn_config_dll msisip enable_msisip
17681 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17682 wine_fn_config_dll msls31 enable_msls31
17683 wine_fn_config_dll msnet32 enable_msnet32
17684 wine_fn_config_dll mspatcha enable_mspatcha implib
17685 wine_fn_config_dll msrle32 enable_msrle32 po
17686 wine_fn_config_test dlls/msrle32/tests msrle32_test
17687 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17688 wine_fn_config_dll mssign32 enable_mssign32
17689 wine_fn_config_dll mssip32 enable_mssip32
17690 wine_fn_config_dll mstask enable_mstask clean
17691 wine_fn_config_test dlls/mstask/tests mstask_test
17692 wine_fn_config_dll msvcirt enable_msvcirt
17693 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17694 wine_fn_config_dll msvcm80 enable_msvcm80
17695 wine_fn_config_dll msvcm90 enable_msvcm90
17696 wine_fn_config_dll msvcp100 enable_msvcp100
17697 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17698 wine_fn_config_dll msvcp110 enable_msvcp110
17699 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17700 wine_fn_config_dll msvcp120 enable_msvcp120
17701 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17702 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17703 wine_fn_config_dll msvcp60 enable_msvcp60
17704 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17705 wine_fn_config_dll msvcp70 enable_msvcp70
17706 wine_fn_config_dll msvcp71 enable_msvcp71
17707 wine_fn_config_dll msvcp80 enable_msvcp80
17708 wine_fn_config_dll msvcp90 enable_msvcp90
17709 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17710 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17711 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17712 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17713 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17714 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17715 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17716 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17717 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17718 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17719 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17720 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17721 wine_fn_config_dll msvcrt enable_msvcrt implib
17722 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17723 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17724 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17725 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17726 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17727 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17728 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17729 wine_fn_config_dll msvidc32 enable_msvidc32 po
17730 wine_fn_config_dll msvideo.dll16 enable_win16
17731 wine_fn_config_dll mswsock enable_mswsock implib
17732 wine_fn_config_dll msxml enable_msxml clean
17733 wine_fn_config_dll msxml2 enable_msxml2 clean
17734 wine_fn_config_dll msxml3 enable_msxml3 clean
17735 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17736 wine_fn_config_dll msxml4 enable_msxml4 clean
17737 wine_fn_config_dll msxml6 enable_msxml6 clean
17738 wine_fn_config_dll nddeapi enable_nddeapi implib
17739 wine_fn_config_dll ndis.sys enable_ndis_sys
17740 wine_fn_config_dll netapi32 enable_netapi32 implib
17741 wine_fn_config_test dlls/netapi32/tests netapi32_test
17742 wine_fn_config_dll netcfgx enable_netcfgx clean
17743 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17744 wine_fn_config_dll netprofm enable_netprofm clean
17745 wine_fn_config_test dlls/netprofm/tests netprofm_test
17746 wine_fn_config_dll newdev enable_newdev implib
17747 wine_fn_config_dll normaliz enable_normaliz implib
17748 wine_fn_config_dll npmshtml enable_npmshtml
17749 wine_fn_config_dll npptools enable_npptools
17750 wine_fn_config_dll ntdll enable_ntdll implib
17751 wine_fn_config_test dlls/ntdll/tests ntdll_test
17752 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17753 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17754 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17755 wine_fn_config_dll ntprint enable_ntprint
17756 wine_fn_config_test dlls/ntprint/tests ntprint_test
17757 wine_fn_config_dll objsel enable_objsel clean
17758 wine_fn_config_dll odbc32 enable_odbc32 implib
17759 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17760 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17761 wine_fn_config_dll odbccu32 enable_odbccu32
17762 wine_fn_config_dll ole2.dll16 enable_win16
17763 wine_fn_config_dll ole2conv.dll16 enable_win16
17764 wine_fn_config_dll ole2disp.dll16 enable_win16
17765 wine_fn_config_dll ole2nls.dll16 enable_win16
17766 wine_fn_config_dll ole2prox.dll16 enable_win16
17767 wine_fn_config_dll ole2thk.dll16 enable_win16
17768 wine_fn_config_dll ole32 enable_ole32 clean,implib
17769 wine_fn_config_test dlls/ole32/tests ole32_test
17770 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17771 wine_fn_config_test dlls/oleacc/tests oleacc_test
17772 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17773 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17774 wine_fn_config_dll olecli.dll16 enable_win16
17775 wine_fn_config_dll olecli32 enable_olecli32 implib
17776 wine_fn_config_dll oledb32 enable_oledb32 clean
17777 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17778 wine_fn_config_dll oledlg enable_oledlg implib,po
17779 wine_fn_config_test dlls/oledlg/tests oledlg_test
17780 wine_fn_config_dll olepro32 enable_olepro32 implib
17781 wine_fn_config_dll olesvr.dll16 enable_win16
17782 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17783 wine_fn_config_dll olethk32 enable_olethk32
17784 wine_fn_config_dll openal32 enable_openal32
17785 wine_fn_config_dll opencl enable_opencl
17786 wine_fn_config_dll opengl32 enable_opengl32 implib
17787 wine_fn_config_test dlls/opengl32/tests opengl32_test
17788 wine_fn_config_dll packager enable_packager clean
17789 wine_fn_config_test dlls/packager/tests packager_test
17790 wine_fn_config_dll pdh enable_pdh implib
17791 wine_fn_config_test dlls/pdh/tests pdh_test
17792 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17793 wine_fn_config_dll pidgen enable_pidgen
17794 wine_fn_config_dll powrprof enable_powrprof implib
17795 wine_fn_config_dll printui enable_printui
17796 wine_fn_config_dll prntvpt enable_prntvpt
17797 wine_fn_config_dll propsys enable_propsys clean,implib
17798 wine_fn_config_test dlls/propsys/tests propsys_test
17799 wine_fn_config_dll psapi enable_psapi implib
17800 wine_fn_config_test dlls/psapi/tests psapi_test
17801 wine_fn_config_dll pstorec enable_pstorec clean
17802 wine_fn_config_dll qcap enable_qcap
17803 wine_fn_config_test dlls/qcap/tests qcap_test
17804 wine_fn_config_dll qedit enable_qedit clean
17805 wine_fn_config_test dlls/qedit/tests qedit_test
17806 wine_fn_config_dll qmgr enable_qmgr clean
17807 wine_fn_config_test dlls/qmgr/tests qmgr_test
17808 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17809 wine_fn_config_dll quartz enable_quartz clean,implib
17810 wine_fn_config_test dlls/quartz/tests quartz_test clean
17811 wine_fn_config_dll query enable_query
17812 wine_fn_config_dll rasapi16.dll16 enable_win16
17813 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17814 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17815 wine_fn_config_dll rasdlg enable_rasdlg implib
17816 wine_fn_config_dll regapi enable_regapi
17817 wine_fn_config_dll resutils enable_resutils implib
17818 wine_fn_config_dll riched20 enable_riched20 clean,implib
17819 wine_fn_config_test dlls/riched20/tests riched20_test
17820 wine_fn_config_dll riched32 enable_riched32
17821 wine_fn_config_test dlls/riched32/tests riched32_test
17822 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17823 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17824 wine_fn_config_dll rsabase enable_rsabase
17825 wine_fn_config_dll rsaenh enable_rsaenh implib
17826 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17827 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17828 wine_fn_config_dll rtutils enable_rtutils implib
17829 wine_fn_config_dll samlib enable_samlib
17830 wine_fn_config_dll sane.ds enable_sane_ds po
17831 wine_fn_config_dll scarddlg enable_scarddlg
17832 wine_fn_config_dll sccbase enable_sccbase
17833 wine_fn_config_dll schannel enable_schannel
17834 wine_fn_config_test dlls/schannel/tests schannel_test
17835 wine_fn_config_dll schedsvc enable_schedsvc clean
17836 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17837 wine_fn_config_dll scrrun enable_scrrun clean
17838 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17839 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17840 wine_fn_config_dll secur32 enable_secur32 implib
17841 wine_fn_config_test dlls/secur32/tests secur32_test
17842 wine_fn_config_dll security enable_security
17843 wine_fn_config_dll sensapi enable_sensapi implib
17844 wine_fn_config_dll serialui enable_serialui implib,po
17845 wine_fn_config_test dlls/serialui/tests serialui_test
17846 wine_fn_config_dll setupapi enable_setupapi implib,po
17847 wine_fn_config_test dlls/setupapi/tests setupapi_test
17848 wine_fn_config_dll setupx.dll16 enable_win16
17849 wine_fn_config_dll sfc enable_sfc implib
17850 wine_fn_config_dll sfc_os enable_sfc_os implib
17851 wine_fn_config_dll shdoclc enable_shdoclc po
17852 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17853 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17854 wine_fn_config_dll shell.dll16 enable_win16
17855 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17856 wine_fn_config_test dlls/shell32/tests shell32_test
17857 wine_fn_config_dll shfolder enable_shfolder implib
17858 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17859 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17860 wine_fn_config_dll slbcsp enable_slbcsp
17861 wine_fn_config_dll slc enable_slc implib
17862 wine_fn_config_test dlls/slc/tests slc_test
17863 wine_fn_config_dll snmpapi enable_snmpapi implib
17864 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17865 wine_fn_config_dll softpub enable_softpub
17866 wine_fn_config_dll sound.drv16 enable_win16
17867 wine_fn_config_dll spoolss enable_spoolss implib
17868 wine_fn_config_test dlls/spoolss/tests spoolss_test
17869 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17870 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17871 wine_fn_config_dll sti enable_sti clean,implib
17872 wine_fn_config_test dlls/sti/tests sti_test
17873 wine_fn_config_dll storage.dll16 enable_win16
17874 wine_fn_config_dll stress.dll16 enable_win16
17875 wine_fn_config_lib strmbase
17876 wine_fn_config_lib strmiids
17877 wine_fn_config_dll svrapi enable_svrapi
17878 wine_fn_config_dll sxs enable_sxs implib
17879 wine_fn_config_test dlls/sxs/tests sxs_test
17880 wine_fn_config_dll system.drv16 enable_win16
17881 wine_fn_config_dll t2embed enable_t2embed
17882 wine_fn_config_dll tapi32 enable_tapi32 implib
17883 wine_fn_config_dll taskschd enable_taskschd clean
17884 wine_fn_config_test dlls/taskschd/tests taskschd_test
17885 wine_fn_config_dll toolhelp.dll16 enable_win16
17886 wine_fn_config_dll traffic enable_traffic
17887 wine_fn_config_dll twain.dll16 enable_win16
17888 wine_fn_config_dll twain_32 enable_twain_32
17889 wine_fn_config_test dlls/twain_32/tests twain_32_test
17890 wine_fn_config_dll typelib.dll16 enable_win16
17891 wine_fn_config_dll ucrtbase enable_ucrtbase
17892 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17893 wine_fn_config_dll unicows enable_unicows implib
17894 wine_fn_config_dll updspapi enable_updspapi
17895 wine_fn_config_dll url enable_url implib
17896 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17897 wine_fn_config_test dlls/urlmon/tests urlmon_test
17898 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17899 wine_fn_config_dll user.exe16 enable_win16
17900 wine_fn_config_dll user32 enable_user32 clean,implib,po
17901 wine_fn_config_test dlls/user32/tests user32_test
17902 wine_fn_config_dll userenv enable_userenv implib
17903 wine_fn_config_test dlls/userenv/tests userenv_test
17904 wine_fn_config_dll usp10 enable_usp10 implib
17905 wine_fn_config_test dlls/usp10/tests usp10_test
17906 wine_fn_config_lib uuid
17907 wine_fn_config_dll uxtheme enable_uxtheme implib
17908 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17909 wine_fn_config_dll vbscript enable_vbscript clean
17910 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17911 wine_fn_config_dll vcomp enable_vcomp
17912 wine_fn_config_test dlls/vcomp/tests vcomp_test
17913 wine_fn_config_dll vcomp100 enable_vcomp100
17914 wine_fn_config_dll vcomp110 enable_vcomp110
17915 wine_fn_config_dll vcomp120 enable_vcomp120
17916 wine_fn_config_dll vcomp90 enable_vcomp90
17917 wine_fn_config_dll vcruntime140 enable_vcruntime140
17918 wine_fn_config_dll vdhcp.vxd enable_win16
17919 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17920 wine_fn_config_dll ver.dll16 enable_win16
17921 wine_fn_config_dll version enable_version implib
17922 wine_fn_config_test dlls/version/tests version_test
17923 wine_fn_config_dll vmm.vxd enable_win16
17924 wine_fn_config_dll vnbt.vxd enable_win16
17925 wine_fn_config_dll vnetbios.vxd enable_win16
17926 wine_fn_config_dll vssapi enable_vssapi
17927 wine_fn_config_dll vtdapi.vxd enable_win16
17928 wine_fn_config_dll vwin32.vxd enable_win16
17929 wine_fn_config_dll w32skrnl enable_win16
17930 wine_fn_config_dll w32sys.dll16 enable_win16
17931 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17932 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17933 wine_fn_config_dll wbemprox enable_wbemprox clean
17934 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17935 wine_fn_config_dll webservices enable_webservices implib
17936 wine_fn_config_test dlls/webservices/tests webservices_test
17937 wine_fn_config_dll wer enable_wer implib
17938 wine_fn_config_test dlls/wer/tests wer_test
17939 wine_fn_config_dll wevtapi enable_wevtapi
17940 wine_fn_config_dll wiaservc enable_wiaservc clean
17941 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
17942 wine_fn_config_dll wimgapi enable_wimgapi
17943 wine_fn_config_dll win32s16.dll16 enable_win16
17944 wine_fn_config_dll win87em.dll16 enable_win16
17945 wine_fn_config_dll winaspi.dll16 enable_win16
17946 wine_fn_config_dll windebug.dll16 enable_win16
17947 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17948 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17949 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17950 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17951 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17952 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17953 wine_fn_config_lib winecrt0
17954 wine_fn_config_dll wined3d enable_wined3d implib
17955 wine_fn_config_dll winegstreamer enable_winegstreamer
17956 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17957 wine_fn_config_dll winemac.drv enable_winemac_drv po
17958 wine_fn_config_dll winemapi enable_winemapi
17959 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17960 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17961 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17962 wine_fn_config_dll wineps16.drv16 enable_win16
17963 wine_fn_config_dll winepulse.drv enable_winepulse_drv
17964 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17965 wine_fn_config_dll winex11.drv enable_winex11_drv
17966 wine_fn_config_dll wing.dll16 enable_win16
17967 wine_fn_config_dll wing32 enable_wing32
17968 wine_fn_config_dll winhttp enable_winhttp clean,implib
17969 wine_fn_config_test dlls/winhttp/tests winhttp_test
17970 wine_fn_config_dll wininet enable_wininet implib,po
17971 wine_fn_config_test dlls/wininet/tests wininet_test
17972 wine_fn_config_dll winmm enable_winmm implib,po
17973 wine_fn_config_test dlls/winmm/tests winmm_test
17974 wine_fn_config_dll winnls.dll16 enable_win16
17975 wine_fn_config_dll winnls32 enable_winnls32 implib
17976 wine_fn_config_dll winscard enable_winscard implib
17977 wine_fn_config_dll winsock.dll16 enable_win16
17978 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17979 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17980 wine_fn_config_dll winsta enable_winsta
17981 wine_fn_config_dll wintab.dll16 enable_win16
17982 wine_fn_config_dll wintab32 enable_wintab32 implib
17983 wine_fn_config_test dlls/wintab32/tests wintab32_test
17984 wine_fn_config_dll wintrust enable_wintrust implib
17985 wine_fn_config_test dlls/wintrust/tests wintrust_test
17986 wine_fn_config_dll wlanapi enable_wlanapi
17987 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17988 wine_fn_config_test dlls/wldap32/tests wldap32_test
17989 wine_fn_config_dll wmi enable_wmi
17990 wine_fn_config_dll wmiutils enable_wmiutils clean
17991 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17992 wine_fn_config_dll wmp enable_wmp clean
17993 wine_fn_config_test dlls/wmp/tests wmp_test
17994 wine_fn_config_dll wmvcore enable_wmvcore
17995 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17996 wine_fn_config_dll wow32 enable_win16 implib
17997 wine_fn_config_dll wpcap enable_wpcap
17998 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17999 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18000 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18001 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18002 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18003 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18004 wine_fn_config_dll wsock32 enable_wsock32 implib
18005 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18006 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18007 wine_fn_config_dll wuapi enable_wuapi clean
18008 wine_fn_config_dll wuaueng enable_wuaueng
18009 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18010 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18011 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18012 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18013 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18014 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18015 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18016 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18017 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18018 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18019 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18020 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18021 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18022 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18023 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18024 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18025 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18026 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18027 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18028 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18029 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18030 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18031 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18032 wine_fn_config_dll xinput1_1 enable_xinput1_1
18033 wine_fn_config_dll xinput1_2 enable_xinput1_2
18034 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18035 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18036 wine_fn_config_dll xinput1_4 enable_xinput1_4
18037 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18038 wine_fn_config_dll xmllite enable_xmllite implib
18039 wine_fn_config_test dlls/xmllite/tests xmllite_test
18040 wine_fn_config_dll xolehlp enable_xolehlp
18041 wine_fn_config_dll xpsprint enable_xpsprint
18042 wine_fn_config_dll xpssvcs enable_xpssvcs
18043 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18044 wine_fn_config_makefile include enable_include clean,install-dev
18045 wine_fn_config_makefile libs/port enable_libs_port
18046 wine_fn_config_makefile libs/wine enable_libs_wine clean,implib,install-dev,install-lib
18047 wine_fn_config_makefile libs/wpp enable_libs_wpp
18048 wine_fn_config_makefile loader enable_loader clean,install-lib
18049 wine_fn_config_program arp enable_arp install
18050 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18051 wine_fn_config_program attrib enable_attrib install,po
18052 wine_fn_config_program cabarc enable_cabarc install
18053 wine_fn_config_program cacls enable_cacls install
18054 wine_fn_config_program clock enable_clock install,po
18055 wine_fn_config_program cmd enable_cmd install,po
18056 wine_fn_config_test programs/cmd/tests cmd.exe_test
18057 wine_fn_config_program conhost enable_conhost install
18058 wine_fn_config_program control enable_control install
18059 wine_fn_config_program cscript enable_cscript clean,install
18060 wine_fn_config_program dpnsvr enable_dpnsvr install
18061 wine_fn_config_program dxdiag enable_dxdiag install,po
18062 wine_fn_config_program eject enable_eject install
18063 wine_fn_config_program expand enable_expand install
18064 wine_fn_config_program explorer enable_explorer install,po
18065 wine_fn_config_program extrac32 enable_extrac32 install
18066 wine_fn_config_program findstr enable_findstr install
18067 wine_fn_config_program hh enable_hh install
18068 wine_fn_config_program hostname enable_hostname install,po
18069 wine_fn_config_program icinfo enable_icinfo install
18070 wine_fn_config_program iexplore enable_iexplore install
18071 wine_fn_config_program ipconfig enable_ipconfig install,po
18072 wine_fn_config_program lodctr enable_lodctr install
18073 wine_fn_config_program mofcomp enable_mofcomp install
18074 wine_fn_config_program mshta enable_mshta install
18075 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18076 wine_fn_config_program net enable_net install,po
18077 wine_fn_config_program netsh enable_netsh install
18078 wine_fn_config_program netstat enable_netstat install,po
18079 wine_fn_config_program ngen enable_ngen install
18080 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18081 wine_fn_config_program oleview enable_oleview install,po
18082 wine_fn_config_program ping enable_ping install
18083 wine_fn_config_program plugplay enable_plugplay install
18084 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18085 wine_fn_config_program progman enable_progman install,po
18086 wine_fn_config_program reg enable_reg install,po
18087 wine_fn_config_test programs/reg/tests reg.exe_test
18088 wine_fn_config_program regasm enable_regasm install
18089 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18090 wine_fn_config_test programs/regedit/tests regedit.exe_test
18091 wine_fn_config_program regsvcs enable_regsvcs install
18092 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18093 wine_fn_config_program rpcss enable_rpcss clean,install
18094 wine_fn_config_program rundll.exe16 enable_win16 install
18095 wine_fn_config_program rundll32 enable_rundll32 install
18096 wine_fn_config_program sc enable_sc install
18097 wine_fn_config_program schtasks enable_schtasks install
18098 wine_fn_config_program sdbinst enable_sdbinst install
18099 wine_fn_config_program secedit enable_secedit install
18100 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18101 wine_fn_config_program services enable_services clean,install
18102 wine_fn_config_test programs/services/tests services.exe_test
18103 wine_fn_config_program spoolsv enable_spoolsv install
18104 wine_fn_config_program start enable_start install,po
18105 wine_fn_config_program svchost enable_svchost install
18106 wine_fn_config_program systeminfo enable_systeminfo install
18107 wine_fn_config_program taskkill enable_taskkill install,po
18108 wine_fn_config_program tasklist enable_tasklist install
18109 wine_fn_config_program taskmgr enable_taskmgr install,po
18110 wine_fn_config_program termsv enable_termsv install
18111 wine_fn_config_program uninstaller enable_uninstaller install,po
18112 wine_fn_config_program unlodctr enable_unlodctr install
18113 wine_fn_config_program view enable_view install,po
18114 wine_fn_config_program wevtutil enable_wevtutil install
18115 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18116 wine_fn_config_program winebrowser enable_winebrowser install
18117 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18118 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18119 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18120 wine_fn_config_program winedevice enable_winedevice install
18121 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18122 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18123 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18124 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18125 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18126 wine_fn_config_program winetest enable_winetest clean
18127 wine_fn_config_program winevdm enable_win16 install
18128 wine_fn_config_program winhelp.exe16 enable_win16 install
18129 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18130 wine_fn_config_program winoldap.mod16 enable_win16 install
18131 wine_fn_config_program winver enable_winver install
18132 wine_fn_config_program wmic enable_wmic install,po
18133 wine_fn_config_program wmplayer enable_wmplayer install
18134 wine_fn_config_program wordpad enable_wordpad install,po
18135 wine_fn_config_program write enable_write install,po
18136 wine_fn_config_program wscript enable_wscript clean,install
18137 wine_fn_config_test programs/wscript/tests wscript.exe_test
18138 wine_fn_config_program wusa enable_wusa install
18139 wine_fn_config_program xcopy enable_xcopy install,po
18140 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18141 wine_fn_config_makefile server enable_server clean,install-lib
18142 wine_fn_config_tool tools clean
18143 wine_fn_config_tool tools/sfnt2fon clean
18144 wine_fn_config_tool tools/widl clean,install-dev
18145 wine_fn_config_tool tools/winebuild clean,install-dev
18146 wine_fn_config_tool tools/winedump clean,install-dev
18147 wine_fn_config_tool tools/winegcc clean,install-dev
18148 wine_fn_config_tool tools/winemaker clean,install-dev
18149 wine_fn_config_tool tools/wmc clean,install-dev
18150 wine_fn_config_tool tools/wrc clean,install-dev
18152 LINGUAS="\
18153 ar \
18154 bg \
18155 ca \
18156 cs \
18157 da \
18158 de \
18159 el \
18160 en \
18161 en_US \
18162 eo \
18163 es \
18164 fa \
18165 fi \
18166 fr \
18167 he \
18168 hi \
18169 hr \
18170 hu \
18171 it \
18172 ja \
18173 ko \
18174 lt \
18175 ml \
18176 nb_NO \
18177 nl \
18178 or \
18179 pa \
18180 pl \
18181 pt_BR \
18182 pt_PT \
18183 rm \
18184 ro \
18185 ru \
18186 sk \
18187 sl \
18188 sr_RS@cyrillic \
18189 sr_RS@latin \
18190 sv \
18191 te \
18192 th \
18193 tr \
18194 uk \
18195 wa \
18196 zh_CN \
18197 zh_TW"
18202 wine_fn_ignore_file ".gitignore"
18203 wine_fn_ignore_file "Makefile"
18204 wine_fn_ignore_file "TAGS"
18205 wine_fn_ignore_file "tags"
18206 wine_fn_ignore_file "autom4te.cache"
18207 wine_fn_ignore_file "config.cache"
18208 wine_fn_ignore_file "config.log"
18209 wine_fn_ignore_file "config.status"
18210 wine_fn_ignore_file "configure.lineno"
18211 wine_fn_ignore_file "include/config.h"
18212 wine_fn_ignore_file "include/stamp-h"
18213 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18215 if test "x$enable_tools" != xno
18216 then
18217 wine_fn_ignore_file "tools/makedep$ac_exeext"
18218 ac_config_commands="$ac_config_commands tools/makedep"
18222 ac_config_commands="$ac_config_commands Makefile"
18225 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18229 if test "x$enable_maintainer_mode" = xyes
18230 then
18231 wine_fn_append_rule "configure: configure.ac aclocal.m4
18232 autoconf --warnings=all
18233 include/config.h.in: include/stamp-h.in
18234 include/stamp-h.in: configure.ac aclocal.m4
18235 autoheader --warnings=all
18236 @echo timestamp > \$@"
18239 if test "x$with_gettextpo" = xyes
18240 then
18241 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18242 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18243 \$(LINGUAS:%=po/%.po): po/wine.pot
18244 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18245 po/wine.pot: \$(ALL_POT_FILES)
18246 msgcat -o \$@ \$(ALL_POT_FILES)"
18249 if test "$MSGFMT" != false
18250 then
18251 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18252 clean::
18253 \$(RM) \$(LINGUAS:%=po/%.mo)"
18255 posrc="po"
18256 test "$srcdir" = . || posrc="$srcdir/po"
18257 for i in $LINGUAS
18259 wine_fn_ignore_file "po/$i.mo"
18260 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18261 \$(MSGFMT) -o \$@ $posrc/$i.po"
18262 done
18263 else
18264 LINGUAS=
18267 if test "x$enable_tools" != xno
18268 then
18269 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18270 @./config.status tools/makedep
18271 Makefile: tools/makedep$ac_exeext
18272 distclean:: clean
18273 \$(RM) tools/makedep$ac_exeext"
18274 else
18275 wine_fn_append_rule "\$(MAKEDEP):
18276 @echo \"You need to run make in $TOOLSDIR first\" && false"
18279 if test -n "$with_wine64"
18280 then
18281 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18282 fonts server tools:
18283 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18284 $with_wine64/loader/wine:
18285 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18286 $with_wine64/loader/wine-preloader:
18287 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18288 clean::
18289 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18290 else
18291 WINELOADER_INSTALL="wine.inf"
18293 wine_fn_append_rule "install install-lib::
18294 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18295 uninstall::
18296 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18297 case $host_os in
18298 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
18299 *) wine_fn_append_rule "install install-lib::
18300 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18301 uninstall::
18302 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18303 esac
18306 if test "$srcdir" = .
18307 then
18308 ac_config_commands="$ac_config_commands .gitignore"
18312 $as_echo " done" >&6
18313 cat >confcache <<\_ACEOF
18314 # This file is a shell script that caches the results of configure
18315 # tests run on this system so they can be shared between configure
18316 # scripts and configure runs, see configure's option --config-cache.
18317 # It is not useful on other systems. If it contains results you don't
18318 # want to keep, you may remove or edit it.
18320 # config.status only pays attention to the cache file if you give it
18321 # the --recheck option to rerun configure.
18323 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18324 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18325 # following values.
18327 _ACEOF
18329 # The following way of writing the cache mishandles newlines in values,
18330 # but we know of no workaround that is simple, portable, and efficient.
18331 # So, we kill variables containing newlines.
18332 # Ultrix sh set writes to stderr and can't be redirected directly,
18333 # and sets the high bit in the cache file unless we assign to the vars.
18335 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18336 eval ac_val=\$$ac_var
18337 case $ac_val in #(
18338 *${as_nl}*)
18339 case $ac_var in #(
18340 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18341 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18342 esac
18343 case $ac_var in #(
18344 _ | IFS | as_nl) ;; #(
18345 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18346 *) { eval $ac_var=; unset $ac_var;} ;;
18347 esac ;;
18348 esac
18349 done
18351 (set) 2>&1 |
18352 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18353 *${as_nl}ac_space=\ *)
18354 # `set' does not quote correctly, so add quotes: double-quote
18355 # substitution turns \\\\ into \\, and sed turns \\ into \.
18356 sed -n \
18357 "s/'/'\\\\''/g;
18358 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18359 ;; #(
18361 # `set' quotes correctly as required by POSIX, so do not add quotes.
18362 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18364 esac |
18365 sort
18367 sed '
18368 /^ac_cv_env_/b end
18369 t clear
18370 :clear
18371 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18372 t end
18373 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18374 :end' >>confcache
18375 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18376 if test -w "$cache_file"; then
18377 if test "x$cache_file" != "x/dev/null"; then
18378 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18379 $as_echo "$as_me: updating cache $cache_file" >&6;}
18380 if test ! -f "$cache_file" || test -h "$cache_file"; then
18381 cat confcache >"$cache_file"
18382 else
18383 case $cache_file in #(
18384 */* | ?:*)
18385 mv -f confcache "$cache_file"$$ &&
18386 mv -f "$cache_file"$$ "$cache_file" ;; #(
18388 mv -f confcache "$cache_file" ;;
18389 esac
18392 else
18393 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18394 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18397 rm -f confcache
18399 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18400 # Let make expand exec_prefix.
18401 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18403 DEFS=-DHAVE_CONFIG_H
18405 ac_libobjs=
18406 ac_ltlibobjs=
18408 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18409 # 1. Remove the extension, and $U if already installed.
18410 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18411 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18412 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18413 # will be set to the directory where LIBOBJS objects are built.
18414 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18415 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18416 done
18417 LIBOBJS=$ac_libobjs
18419 LTLIBOBJS=$ac_ltlibobjs
18423 : "${CONFIG_STATUS=./config.status}"
18424 ac_write_fail=0
18425 ac_clean_files_save=$ac_clean_files
18426 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18427 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18428 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18429 as_write_fail=0
18430 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18431 #! $SHELL
18432 # Generated by $as_me.
18433 # Run this file to recreate the current configuration.
18434 # Compiler output produced by configure, useful for debugging
18435 # configure, is in config.log if it exists.
18437 debug=false
18438 ac_cs_recheck=false
18439 ac_cs_silent=false
18441 SHELL=\${CONFIG_SHELL-$SHELL}
18442 export SHELL
18443 _ASEOF
18444 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18445 ## -------------------- ##
18446 ## M4sh Initialization. ##
18447 ## -------------------- ##
18449 # Be more Bourne compatible
18450 DUALCASE=1; export DUALCASE # for MKS sh
18451 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18452 emulate sh
18453 NULLCMD=:
18454 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18455 # is contrary to our usage. Disable this feature.
18456 alias -g '${1+"$@"}'='"$@"'
18457 setopt NO_GLOB_SUBST
18458 else
18459 case `(set -o) 2>/dev/null` in #(
18460 *posix*) :
18461 set -o posix ;; #(
18462 *) :
18464 esac
18468 as_nl='
18470 export as_nl
18471 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18472 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18473 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18474 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18475 # Prefer a ksh shell builtin over an external printf program on Solaris,
18476 # but without wasting forks for bash or zsh.
18477 if test -z "$BASH_VERSION$ZSH_VERSION" \
18478 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18479 as_echo='print -r --'
18480 as_echo_n='print -rn --'
18481 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18482 as_echo='printf %s\n'
18483 as_echo_n='printf %s'
18484 else
18485 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18486 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18487 as_echo_n='/usr/ucb/echo -n'
18488 else
18489 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18490 as_echo_n_body='eval
18491 arg=$1;
18492 case $arg in #(
18493 *"$as_nl"*)
18494 expr "X$arg" : "X\\(.*\\)$as_nl";
18495 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18496 esac;
18497 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18499 export as_echo_n_body
18500 as_echo_n='sh -c $as_echo_n_body as_echo'
18502 export as_echo_body
18503 as_echo='sh -c $as_echo_body as_echo'
18506 # The user is always right.
18507 if test "${PATH_SEPARATOR+set}" != set; then
18508 PATH_SEPARATOR=:
18509 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18510 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18511 PATH_SEPARATOR=';'
18516 # IFS
18517 # We need space, tab and new line, in precisely that order. Quoting is
18518 # there to prevent editors from complaining about space-tab.
18519 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18520 # splitting by setting IFS to empty value.)
18521 IFS=" "" $as_nl"
18523 # Find who we are. Look in the path if we contain no directory separator.
18524 as_myself=
18525 case $0 in #((
18526 *[\\/]* ) as_myself=$0 ;;
18527 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18528 for as_dir in $PATH
18530 IFS=$as_save_IFS
18531 test -z "$as_dir" && as_dir=.
18532 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18533 done
18534 IFS=$as_save_IFS
18537 esac
18538 # We did not find ourselves, most probably we were run as `sh COMMAND'
18539 # in which case we are not to be found in the path.
18540 if test "x$as_myself" = x; then
18541 as_myself=$0
18543 if test ! -f "$as_myself"; then
18544 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18545 exit 1
18548 # Unset variables that we do not need and which cause bugs (e.g. in
18549 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18550 # suppresses any "Segmentation fault" message there. '((' could
18551 # trigger a bug in pdksh 5.2.14.
18552 for as_var in BASH_ENV ENV MAIL MAILPATH
18553 do eval test x\${$as_var+set} = xset \
18554 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18555 done
18556 PS1='$ '
18557 PS2='> '
18558 PS4='+ '
18560 # NLS nuisances.
18561 LC_ALL=C
18562 export LC_ALL
18563 LANGUAGE=C
18564 export LANGUAGE
18566 # CDPATH.
18567 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18570 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18571 # ----------------------------------------
18572 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18573 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18574 # script with STATUS, using 1 if that was 0.
18575 as_fn_error ()
18577 as_status=$1; test $as_status -eq 0 && as_status=1
18578 if test "$4"; then
18579 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18580 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18582 $as_echo "$as_me: error: $2" >&2
18583 as_fn_exit $as_status
18584 } # as_fn_error
18587 # as_fn_set_status STATUS
18588 # -----------------------
18589 # Set $? to STATUS, without forking.
18590 as_fn_set_status ()
18592 return $1
18593 } # as_fn_set_status
18595 # as_fn_exit STATUS
18596 # -----------------
18597 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18598 as_fn_exit ()
18600 set +e
18601 as_fn_set_status $1
18602 exit $1
18603 } # as_fn_exit
18605 # as_fn_unset VAR
18606 # ---------------
18607 # Portably unset VAR.
18608 as_fn_unset ()
18610 { eval $1=; unset $1;}
18612 as_unset=as_fn_unset
18613 # as_fn_append VAR VALUE
18614 # ----------------------
18615 # Append the text in VALUE to the end of the definition contained in VAR. Take
18616 # advantage of any shell optimizations that allow amortized linear growth over
18617 # repeated appends, instead of the typical quadratic growth present in naive
18618 # implementations.
18619 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18620 eval 'as_fn_append ()
18622 eval $1+=\$2
18624 else
18625 as_fn_append ()
18627 eval $1=\$$1\$2
18629 fi # as_fn_append
18631 # as_fn_arith ARG...
18632 # ------------------
18633 # Perform arithmetic evaluation on the ARGs, and store the result in the
18634 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18635 # must be portable across $(()) and expr.
18636 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18637 eval 'as_fn_arith ()
18639 as_val=$(( $* ))
18641 else
18642 as_fn_arith ()
18644 as_val=`expr "$@" || test $? -eq 1`
18646 fi # as_fn_arith
18649 if expr a : '\(a\)' >/dev/null 2>&1 &&
18650 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18651 as_expr=expr
18652 else
18653 as_expr=false
18656 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18657 as_basename=basename
18658 else
18659 as_basename=false
18662 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18663 as_dirname=dirname
18664 else
18665 as_dirname=false
18668 as_me=`$as_basename -- "$0" ||
18669 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18670 X"$0" : 'X\(//\)$' \| \
18671 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18672 $as_echo X/"$0" |
18673 sed '/^.*\/\([^/][^/]*\)\/*$/{
18674 s//\1/
18677 /^X\/\(\/\/\)$/{
18678 s//\1/
18681 /^X\/\(\/\).*/{
18682 s//\1/
18685 s/.*/./; q'`
18687 # Avoid depending upon Character Ranges.
18688 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18689 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18690 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18691 as_cr_digits='0123456789'
18692 as_cr_alnum=$as_cr_Letters$as_cr_digits
18694 ECHO_C= ECHO_N= ECHO_T=
18695 case `echo -n x` in #(((((
18696 -n*)
18697 case `echo 'xy\c'` in
18698 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18699 xy) ECHO_C='\c';;
18700 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18701 ECHO_T=' ';;
18702 esac;;
18704 ECHO_N='-n';;
18705 esac
18707 rm -f conf$$ conf$$.exe conf$$.file
18708 if test -d conf$$.dir; then
18709 rm -f conf$$.dir/conf$$.file
18710 else
18711 rm -f conf$$.dir
18712 mkdir conf$$.dir 2>/dev/null
18714 if (echo >conf$$.file) 2>/dev/null; then
18715 if ln -s conf$$.file conf$$ 2>/dev/null; then
18716 as_ln_s='ln -s'
18717 # ... but there are two gotchas:
18718 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18719 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18720 # In both cases, we have to default to `cp -pR'.
18721 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18722 as_ln_s='cp -pR'
18723 elif ln conf$$.file conf$$ 2>/dev/null; then
18724 as_ln_s=ln
18725 else
18726 as_ln_s='cp -pR'
18728 else
18729 as_ln_s='cp -pR'
18731 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18732 rmdir conf$$.dir 2>/dev/null
18735 # as_fn_mkdir_p
18736 # -------------
18737 # Create "$as_dir" as a directory, including parents if necessary.
18738 as_fn_mkdir_p ()
18741 case $as_dir in #(
18742 -*) as_dir=./$as_dir;;
18743 esac
18744 test -d "$as_dir" || eval $as_mkdir_p || {
18745 as_dirs=
18746 while :; do
18747 case $as_dir in #(
18748 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18749 *) as_qdir=$as_dir;;
18750 esac
18751 as_dirs="'$as_qdir' $as_dirs"
18752 as_dir=`$as_dirname -- "$as_dir" ||
18753 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18754 X"$as_dir" : 'X\(//\)[^/]' \| \
18755 X"$as_dir" : 'X\(//\)$' \| \
18756 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18757 $as_echo X"$as_dir" |
18758 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18759 s//\1/
18762 /^X\(\/\/\)[^/].*/{
18763 s//\1/
18766 /^X\(\/\/\)$/{
18767 s//\1/
18770 /^X\(\/\).*/{
18771 s//\1/
18774 s/.*/./; q'`
18775 test -d "$as_dir" && break
18776 done
18777 test -z "$as_dirs" || eval "mkdir $as_dirs"
18778 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18781 } # as_fn_mkdir_p
18782 if mkdir -p . 2>/dev/null; then
18783 as_mkdir_p='mkdir -p "$as_dir"'
18784 else
18785 test -d ./-p && rmdir ./-p
18786 as_mkdir_p=false
18790 # as_fn_executable_p FILE
18791 # -----------------------
18792 # Test if FILE is an executable regular file.
18793 as_fn_executable_p ()
18795 test -f "$1" && test -x "$1"
18796 } # as_fn_executable_p
18797 as_test_x='test -x'
18798 as_executable_p=as_fn_executable_p
18800 # Sed expression to map a string onto a valid CPP name.
18801 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18803 # Sed expression to map a string onto a valid variable name.
18804 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18807 exec 6>&1
18808 ## ----------------------------------- ##
18809 ## Main body of $CONFIG_STATUS script. ##
18810 ## ----------------------------------- ##
18811 _ASEOF
18812 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18814 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18815 # Save the log message, to keep $0 and so on meaningful, and to
18816 # report actual input values of CONFIG_FILES etc. instead of their
18817 # values after options handling.
18818 ac_log="
18819 This file was extended by Wine $as_me 1.7.55, which was
18820 generated by GNU Autoconf 2.69. Invocation command line was
18822 CONFIG_FILES = $CONFIG_FILES
18823 CONFIG_HEADERS = $CONFIG_HEADERS
18824 CONFIG_LINKS = $CONFIG_LINKS
18825 CONFIG_COMMANDS = $CONFIG_COMMANDS
18826 $ $0 $@
18828 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18831 _ACEOF
18833 case $ac_config_files in *"
18834 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18835 esac
18837 case $ac_config_headers in *"
18838 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18839 esac
18842 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18843 # Files that config.status was made for.
18844 config_files="$ac_config_files"
18845 config_headers="$ac_config_headers"
18846 config_links="$ac_config_links"
18847 config_commands="$ac_config_commands"
18849 _ACEOF
18851 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18852 ac_cs_usage="\
18853 \`$as_me' instantiates files and other configuration actions
18854 from templates according to the current configuration. Unless the files
18855 and actions are specified as TAGs, all are instantiated by default.
18857 Usage: $0 [OPTION]... [TAG]...
18859 -h, --help print this help, then exit
18860 -V, --version print version number and configuration settings, then exit
18861 --config print configuration, then exit
18862 -q, --quiet, --silent
18863 do not print progress messages
18864 -d, --debug don't remove temporary files
18865 --recheck update $as_me by reconfiguring in the same conditions
18866 --file=FILE[:TEMPLATE]
18867 instantiate the configuration file FILE
18868 --header=FILE[:TEMPLATE]
18869 instantiate the configuration header FILE
18871 Configuration files:
18872 $config_files
18874 Configuration headers:
18875 $config_headers
18877 Configuration links:
18878 $config_links
18880 Configuration commands:
18881 $config_commands
18883 Report bugs to <wine-devel@winehq.org>.
18884 Wine home page: <http://www.winehq.org>."
18886 _ACEOF
18887 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18888 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18889 ac_cs_version="\\
18890 Wine config.status 1.7.55
18891 configured by $0, generated by GNU Autoconf 2.69,
18892 with options \\"\$ac_cs_config\\"
18894 Copyright (C) 2012 Free Software Foundation, Inc.
18895 This config.status script is free software; the Free Software Foundation
18896 gives unlimited permission to copy, distribute and modify it."
18898 ac_pwd='$ac_pwd'
18899 srcdir='$srcdir'
18900 test -n "\$AWK" || AWK=awk
18901 _ACEOF
18903 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18904 # The default lists apply if the user does not specify any file.
18905 ac_need_defaults=:
18906 while test $# != 0
18908 case $1 in
18909 --*=?*)
18910 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18911 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18912 ac_shift=:
18914 --*=)
18915 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18916 ac_optarg=
18917 ac_shift=:
18920 ac_option=$1
18921 ac_optarg=$2
18922 ac_shift=shift
18924 esac
18926 case $ac_option in
18927 # Handling of the options.
18928 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18929 ac_cs_recheck=: ;;
18930 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18931 $as_echo "$ac_cs_version"; exit ;;
18932 --config | --confi | --conf | --con | --co | --c )
18933 $as_echo "$ac_cs_config"; exit ;;
18934 --debug | --debu | --deb | --de | --d | -d )
18935 debug=: ;;
18936 --file | --fil | --fi | --f )
18937 $ac_shift
18938 case $ac_optarg in
18939 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18940 '') as_fn_error $? "missing file argument" ;;
18941 esac
18942 as_fn_append CONFIG_FILES " '$ac_optarg'"
18943 ac_need_defaults=false;;
18944 --header | --heade | --head | --hea )
18945 $ac_shift
18946 case $ac_optarg in
18947 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18948 esac
18949 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18950 ac_need_defaults=false;;
18951 --he | --h)
18952 # Conflict between --help and --header
18953 as_fn_error $? "ambiguous option: \`$1'
18954 Try \`$0 --help' for more information.";;
18955 --help | --hel | -h )
18956 $as_echo "$ac_cs_usage"; exit ;;
18957 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18958 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18959 ac_cs_silent=: ;;
18961 # This is an error.
18962 -*) as_fn_error $? "unrecognized option: \`$1'
18963 Try \`$0 --help' for more information." ;;
18965 *) as_fn_append ac_config_targets " $1"
18966 ac_need_defaults=false ;;
18968 esac
18969 shift
18970 done
18972 ac_configure_extra_args=
18974 if $ac_cs_silent; then
18975 exec 6>/dev/null
18976 ac_configure_extra_args="$ac_configure_extra_args --silent"
18979 _ACEOF
18980 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18981 if \$ac_cs_recheck; then
18982 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18983 shift
18984 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18985 CONFIG_SHELL='$SHELL'
18986 export CONFIG_SHELL
18987 exec "\$@"
18990 _ACEOF
18991 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18992 exec 5>>config.log
18994 echo
18995 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18996 ## Running $as_me. ##
18997 _ASBOX
18998 $as_echo "$ac_log"
18999 } >&5
19001 _ACEOF
19002 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19004 # INIT-COMMANDS
19006 wine_fn_output_makedep ()
19008 as_dir=tools; as_fn_mkdir_p
19009 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19011 wine_fn_output_makefile ()
19013 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19014 `cat $wine_rules_file`
19015 _WINE_EOF
19016 as_fn_error $? "could not create Makefile" "$LINENO" 5
19018 wine_fn_output_gitignore ()
19020 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19021 $GITIGNORE
19022 _WINE_EOF
19023 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19026 _ACEOF
19028 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19030 # Handling of arguments.
19031 for ac_config_target in $ac_config_targets
19033 case $ac_config_target in
19034 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19035 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19036 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19037 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19038 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19039 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19040 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19041 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19042 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19043 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19044 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19045 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19046 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19047 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19048 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19050 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19051 esac
19052 done
19055 # If the user did not use the arguments to specify the items to instantiate,
19056 # then the envvar interface is used. Set only those that are not.
19057 # We use the long form for the default assignment because of an extremely
19058 # bizarre bug on SunOS 4.1.3.
19059 if $ac_need_defaults; then
19060 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19061 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19062 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19063 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19066 # Have a temporary directory for convenience. Make it in the build tree
19067 # simply because there is no reason against having it here, and in addition,
19068 # creating and moving files from /tmp can sometimes cause problems.
19069 # Hook for its removal unless debugging.
19070 # Note that there is a small window in which the directory will not be cleaned:
19071 # after its creation but before its name has been assigned to `$tmp'.
19072 $debug ||
19074 tmp= ac_tmp=
19075 trap 'exit_status=$?
19076 : "${ac_tmp:=$tmp}"
19077 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19079 trap 'as_fn_exit 1' 1 2 13 15
19081 # Create a (secure) tmp directory for tmp files.
19084 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19085 test -d "$tmp"
19086 } ||
19088 tmp=./conf$$-$RANDOM
19089 (umask 077 && mkdir "$tmp")
19090 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19091 ac_tmp=$tmp
19093 # Set up the scripts for CONFIG_FILES section.
19094 # No need to generate them if there are no CONFIG_FILES.
19095 # This happens for instance with `./config.status config.h'.
19096 if test -n "$CONFIG_FILES"; then
19099 ac_cr=`echo X | tr X '\015'`
19100 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19101 # But we know of no other shell where ac_cr would be empty at this
19102 # point, so we can use a bashism as a fallback.
19103 if test "x$ac_cr" = x; then
19104 eval ac_cr=\$\'\\r\'
19106 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19107 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19108 ac_cs_awk_cr='\\r'
19109 else
19110 ac_cs_awk_cr=$ac_cr
19113 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19114 _ACEOF
19118 echo "cat >conf$$subs.awk <<_ACEOF" &&
19119 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19120 echo "_ACEOF"
19121 } >conf$$subs.sh ||
19122 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19123 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19124 ac_delim='%!_!# '
19125 for ac_last_try in false false false false false :; do
19126 . ./conf$$subs.sh ||
19127 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19129 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19130 if test $ac_delim_n = $ac_delim_num; then
19131 break
19132 elif $ac_last_try; then
19133 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19134 else
19135 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19137 done
19138 rm -f conf$$subs.sh
19140 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19141 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19142 _ACEOF
19143 sed -n '
19145 s/^/S["/; s/!.*/"]=/
19148 s/^[^!]*!//
19149 :repl
19150 t repl
19151 s/'"$ac_delim"'$//
19152 t delim
19155 s/\(.\{148\}\)..*/\1/
19156 t more1
19157 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19160 b repl
19161 :more1
19162 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19165 s/.\{148\}//
19166 t nl
19167 :delim
19169 s/\(.\{148\}\)..*/\1/
19170 t more2
19171 s/["\\]/\\&/g; s/^/"/; s/$/"/
19174 :more2
19175 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19178 s/.\{148\}//
19179 t delim
19180 ' <conf$$subs.awk | sed '
19181 /^[^""]/{
19183 s/\n//
19185 ' >>$CONFIG_STATUS || ac_write_fail=1
19186 rm -f conf$$subs.awk
19187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19188 _ACAWK
19189 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19190 for (key in S) S_is_set[key] = 1
19191 FS = "\a"
19195 line = $ 0
19196 nfields = split(line, field, "@")
19197 substed = 0
19198 len = length(field[1])
19199 for (i = 2; i < nfields; i++) {
19200 key = field[i]
19201 keylen = length(key)
19202 if (S_is_set[key]) {
19203 value = S[key]
19204 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19205 len += length(value) + length(field[++i])
19206 substed = 1
19207 } else
19208 len += 1 + keylen
19211 print line
19214 _ACAWK
19215 _ACEOF
19216 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19217 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19218 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19219 else
19221 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19222 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19223 _ACEOF
19225 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19226 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19227 # trailing colons and then remove the whole line if VPATH becomes empty
19228 # (actually we leave an empty line to preserve line numbers).
19229 if test "x$srcdir" = x.; then
19230 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19232 s///
19233 s/^/:/
19234 s/[ ]*$/:/
19235 s/:\$(srcdir):/:/g
19236 s/:\${srcdir}:/:/g
19237 s/:@srcdir@:/:/g
19238 s/^:*//
19239 s/:*$//
19241 s/\(=[ ]*\).*/\1/
19243 s/\n//
19244 s/^[^=]*=[ ]*$//
19248 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19249 fi # test -n "$CONFIG_FILES"
19251 # Set up the scripts for CONFIG_HEADERS section.
19252 # No need to generate them if there are no CONFIG_HEADERS.
19253 # This happens for instance with `./config.status Makefile'.
19254 if test -n "$CONFIG_HEADERS"; then
19255 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19256 BEGIN {
19257 _ACEOF
19259 # Transform confdefs.h into an awk script `defines.awk', embedded as
19260 # here-document in config.status, that substitutes the proper values into
19261 # config.h.in to produce config.h.
19263 # Create a delimiter string that does not exist in confdefs.h, to ease
19264 # handling of long lines.
19265 ac_delim='%!_!# '
19266 for ac_last_try in false false :; do
19267 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19268 if test -z "$ac_tt"; then
19269 break
19270 elif $ac_last_try; then
19271 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19272 else
19273 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19275 done
19277 # For the awk script, D is an array of macro values keyed by name,
19278 # likewise P contains macro parameters if any. Preserve backslash
19279 # newline sequences.
19281 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19282 sed -n '
19283 s/.\{148\}/&'"$ac_delim"'/g
19284 t rset
19285 :rset
19286 s/^[ ]*#[ ]*define[ ][ ]*/ /
19287 t def
19289 :def
19290 s/\\$//
19291 t bsnl
19292 s/["\\]/\\&/g
19293 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19294 D["\1"]=" \3"/p
19295 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19297 :bsnl
19298 s/["\\]/\\&/g
19299 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19300 D["\1"]=" \3\\\\\\n"\\/p
19301 t cont
19302 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19303 t cont
19305 :cont
19307 s/.\{148\}/&'"$ac_delim"'/g
19308 t clear
19309 :clear
19310 s/\\$//
19311 t bsnlc
19312 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19314 :bsnlc
19315 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19316 b cont
19317 ' <confdefs.h | sed '
19318 s/'"$ac_delim"'/"\\\
19319 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19321 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19322 for (key in D) D_is_set[key] = 1
19323 FS = "\a"
19325 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19326 line = \$ 0
19327 split(line, arg, " ")
19328 if (arg[1] == "#") {
19329 defundef = arg[2]
19330 mac1 = arg[3]
19331 } else {
19332 defundef = substr(arg[1], 2)
19333 mac1 = arg[2]
19335 split(mac1, mac2, "(") #)
19336 macro = mac2[1]
19337 prefix = substr(line, 1, index(line, defundef) - 1)
19338 if (D_is_set[macro]) {
19339 # Preserve the white space surrounding the "#".
19340 print prefix "define", macro P[macro] D[macro]
19341 next
19342 } else {
19343 # Replace #undef with comments. This is necessary, for example,
19344 # in the case of _POSIX_SOURCE, which is predefined and required
19345 # on some systems where configure will not decide to define it.
19346 if (defundef == "undef") {
19347 print "/*", prefix defundef, macro, "*/"
19348 next
19352 { print }
19353 _ACAWK
19354 _ACEOF
19355 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19356 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19357 fi # test -n "$CONFIG_HEADERS"
19360 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19361 shift
19362 for ac_tag
19364 case $ac_tag in
19365 :[FHLC]) ac_mode=$ac_tag; continue;;
19366 esac
19367 case $ac_mode$ac_tag in
19368 :[FHL]*:*);;
19369 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19370 :[FH]-) ac_tag=-:-;;
19371 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19372 esac
19373 ac_save_IFS=$IFS
19374 IFS=:
19375 set x $ac_tag
19376 IFS=$ac_save_IFS
19377 shift
19378 ac_file=$1
19379 shift
19381 case $ac_mode in
19382 :L) ac_source=$1;;
19383 :[FH])
19384 ac_file_inputs=
19385 for ac_f
19387 case $ac_f in
19388 -) ac_f="$ac_tmp/stdin";;
19389 *) # Look for the file first in the build tree, then in the source tree
19390 # (if the path is not absolute). The absolute path cannot be DOS-style,
19391 # because $ac_f cannot contain `:'.
19392 test -f "$ac_f" ||
19393 case $ac_f in
19394 [\\/$]*) false;;
19395 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19396 esac ||
19397 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19398 esac
19399 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19400 as_fn_append ac_file_inputs " '$ac_f'"
19401 done
19403 # Let's still pretend it is `configure' which instantiates (i.e., don't
19404 # use $as_me), people would be surprised to read:
19405 # /* config.h. Generated by config.status. */
19406 configure_input='Generated from '`
19407 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19408 `' by configure.'
19409 if test x"$ac_file" != x-; then
19410 configure_input="$ac_file. $configure_input"
19411 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19412 $as_echo "$as_me: creating $ac_file" >&6;}
19414 # Neutralize special characters interpreted by sed in replacement strings.
19415 case $configure_input in #(
19416 *\&* | *\|* | *\\* )
19417 ac_sed_conf_input=`$as_echo "$configure_input" |
19418 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19419 *) ac_sed_conf_input=$configure_input;;
19420 esac
19422 case $ac_tag in
19423 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19424 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19425 esac
19427 esac
19429 ac_dir=`$as_dirname -- "$ac_file" ||
19430 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19431 X"$ac_file" : 'X\(//\)[^/]' \| \
19432 X"$ac_file" : 'X\(//\)$' \| \
19433 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19434 $as_echo X"$ac_file" |
19435 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19436 s//\1/
19439 /^X\(\/\/\)[^/].*/{
19440 s//\1/
19443 /^X\(\/\/\)$/{
19444 s//\1/
19447 /^X\(\/\).*/{
19448 s//\1/
19451 s/.*/./; q'`
19452 as_dir="$ac_dir"; as_fn_mkdir_p
19453 ac_builddir=.
19455 case "$ac_dir" in
19456 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19458 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19459 # A ".." for each directory in $ac_dir_suffix.
19460 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19461 case $ac_top_builddir_sub in
19462 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19463 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19464 esac ;;
19465 esac
19466 ac_abs_top_builddir=$ac_pwd
19467 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19468 # for backward compatibility:
19469 ac_top_builddir=$ac_top_build_prefix
19471 case $srcdir in
19472 .) # We are building in place.
19473 ac_srcdir=.
19474 ac_top_srcdir=$ac_top_builddir_sub
19475 ac_abs_top_srcdir=$ac_pwd ;;
19476 [\\/]* | ?:[\\/]* ) # Absolute name.
19477 ac_srcdir=$srcdir$ac_dir_suffix;
19478 ac_top_srcdir=$srcdir
19479 ac_abs_top_srcdir=$srcdir ;;
19480 *) # Relative name.
19481 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19482 ac_top_srcdir=$ac_top_build_prefix$srcdir
19483 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19484 esac
19485 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19488 case $ac_mode in
19491 # CONFIG_FILE
19494 _ACEOF
19496 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19497 # If the template does not know about datarootdir, expand it.
19498 # FIXME: This hack should be removed a few years after 2.60.
19499 ac_datarootdir_hack=; ac_datarootdir_seen=
19500 ac_sed_dataroot='
19501 /datarootdir/ {
19505 /@datadir@/p
19506 /@docdir@/p
19507 /@infodir@/p
19508 /@localedir@/p
19509 /@mandir@/p'
19510 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19511 *datarootdir*) ac_datarootdir_seen=yes;;
19512 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19513 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19514 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19515 _ACEOF
19516 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19517 ac_datarootdir_hack='
19518 s&@datadir@&$datadir&g
19519 s&@docdir@&$docdir&g
19520 s&@infodir@&$infodir&g
19521 s&@localedir@&$localedir&g
19522 s&@mandir@&$mandir&g
19523 s&\\\${datarootdir}&$datarootdir&g' ;;
19524 esac
19525 _ACEOF
19527 # Neutralize VPATH when `$srcdir' = `.'.
19528 # Shell code in configure.ac might set extrasub.
19529 # FIXME: do we really want to maintain this feature?
19530 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19531 ac_sed_extra="$ac_vpsub
19532 $extrasub
19533 _ACEOF
19534 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19536 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19537 s|@configure_input@|$ac_sed_conf_input|;t t
19538 s&@top_builddir@&$ac_top_builddir_sub&;t t
19539 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19540 s&@srcdir@&$ac_srcdir&;t t
19541 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19542 s&@top_srcdir@&$ac_top_srcdir&;t t
19543 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19544 s&@builddir@&$ac_builddir&;t t
19545 s&@abs_builddir@&$ac_abs_builddir&;t t
19546 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19547 $ac_datarootdir_hack
19549 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19550 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19552 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19553 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19554 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19555 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19557 which seems to be undefined. Please make sure it is defined" >&5
19558 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19559 which seems to be undefined. Please make sure it is defined" >&2;}
19561 rm -f "$ac_tmp/stdin"
19562 case $ac_file in
19563 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19564 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19565 esac \
19566 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19570 # CONFIG_HEADER
19572 if test x"$ac_file" != x-; then
19574 $as_echo "/* $configure_input */" \
19575 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19576 } >"$ac_tmp/config.h" \
19577 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19578 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19579 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19580 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19581 else
19582 rm -f "$ac_file"
19583 mv "$ac_tmp/config.h" "$ac_file" \
19584 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19586 else
19587 $as_echo "/* $configure_input */" \
19588 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19589 || as_fn_error $? "could not create -" "$LINENO" 5
19594 # CONFIG_LINK
19597 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19599 else
19600 # Prefer the file from the source tree if names are identical.
19601 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19602 ac_source=$srcdir/$ac_source
19605 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19606 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19608 if test ! -r "$ac_source"; then
19609 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19611 rm -f "$ac_file"
19613 # Try a relative symlink, then a hard link, then a copy.
19614 case $ac_source in
19615 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19616 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19617 esac
19618 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19619 ln "$ac_source" "$ac_file" 2>/dev/null ||
19620 cp -p "$ac_source" "$ac_file" ||
19621 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19624 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19625 $as_echo "$as_me: executing $ac_file commands" >&6;}
19627 esac
19630 case $ac_file$ac_mode in
19631 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19632 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19633 "Makefile":C) wine_fn_output_makefile Makefile ;;
19634 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19636 esac
19637 done # for ac_tag
19640 as_fn_exit 0
19641 _ACEOF
19642 ac_clean_files=$ac_clean_files_save
19644 test $ac_write_fail = 0 ||
19645 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19648 # configure is writing to config.log, and then calls config.status.
19649 # config.status does its own redirection, appending to config.log.
19650 # Unfortunately, on DOS this fails, as config.log is still kept open
19651 # by configure, so config.status won't be able to write to it; its
19652 # output is simply discarded. So we exec the FD to /dev/null,
19653 # effectively closing config.log, so it can be properly (re)opened and
19654 # appended to by config.status. When coming back to configure, we
19655 # need to make the FD available again.
19656 if test "$no_create" != yes; then
19657 ac_cs_success=:
19658 ac_config_status_args=
19659 test "$silent" = yes &&
19660 ac_config_status_args="$ac_config_status_args --quiet"
19661 exec 5>/dev/null
19662 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19663 exec 5>>config.log
19664 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19665 # would make configure fail if this is the last instruction.
19666 $ac_cs_success || as_fn_exit 1
19668 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19670 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19674 if test "$no_create" = "yes"
19675 then
19676 exit 0
19679 ac_save_IFS="$IFS"
19680 if test "x$wine_notices" != x; then
19681 echo >&6
19682 IFS="|"
19683 for msg in $wine_notices; do
19684 IFS="$ac_save_IFS"
19685 if ${msg:+false} :; then :
19687 else
19688 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19689 $as_echo "$as_me: $msg" >&6;}
19691 done
19693 IFS="|"
19694 for msg in $wine_warnings; do
19695 IFS="$ac_save_IFS"
19696 if ${msg:+false} :; then :
19698 else
19699 echo >&2
19700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19701 $as_echo "$as_me: WARNING: $msg" >&2;}
19703 done
19704 IFS="$ac_save_IFS"
19706 $as_echo "
19707 $as_me: Finished. Do '${ac_make}' to compile Wine.
19708 " >&6