makefiles: Generate rules for installing libwine.
[wine.git] / configure
blobe83ca7ba4c1aeeb22252d7c01a6c3f5d9264dcae
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.54.
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.54'
584 PACKAGE_STRING='Wine 1.7.54'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 LINGUAS
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 EXCESS_PRECISION_CFLAGS
636 BUILTINFLAG
637 EXTRACFLAGS
638 PROCSTAT_LIBS
639 KSTAT_LIBS
640 MPG123_LIBS
641 MPG123_CFLAGS
642 TIFF_LIBS
643 TIFF_CFLAGS
644 PNG_LIBS
645 PNG_CFLAGS
646 JPEG_LIBS
647 JPEG_CFLAGS
648 FONTCONFIG_LIBS
649 FONTCONFIG_CFLAGS
650 CUPS_CFLAGS
651 CAPI20_LIBS
652 CAPI20_CFLAGS
653 OSS4_CFLAGS
654 ALSA_LIBS
655 GSTREAMER_LIBS
656 GSTREAMER_CFLAGS
657 PULSE_LIBS
658 PULSE_CFLAGS
659 GETTEXTPO_LIBS
660 Z_LIBS
661 FREETYPE_LIBS
662 FREETYPE_CFLAGS
663 LCMS2_LIBS
664 LCMS2_CFLAGS
665 RESOLV_LIBS
666 GPHOTO2_PORT_LIBS
667 GPHOTO2_PORT_CFLAGS
668 GPHOTO2_LIBS
669 GPHOTO2_CFLAGS
670 SANE_LIBS
671 SANE_CFLAGS
672 GNUTLS_LIBS
673 GNUTLS_CFLAGS
674 HAL_LIBS
675 HAL_CFLAGS
676 DBUS_LIBS
677 DBUS_CFLAGS
678 XSLT_LIBS
679 XSLT_CFLAGS
680 XML2_LIBS
681 XML2_CFLAGS
682 PCAP_LIBS
683 X_EXTRA_LIBS
684 X_LIBS
685 X_PRE_LIBS
686 X_CFLAGS
687 XMKMF
688 PTHREAD_LIBS
689 CROSSCC
690 CROSSTARGET
691 PRELINK
692 CARBON_LIBS
693 QUICKTIME_LIBS
694 OPENCL_LIBS
695 OPENAL_LIBS
696 COREAUDIO_LIBS
697 SECURITY_LIBS
698 DISKARBITRATION_LIBS
699 APPKIT_LIBS
700 CORESERVICES_LIBS
701 APPLICATIONSERVICES_LIBS
702 FORCEFEEDBACK_LIBS
703 IOKIT_LIBS
704 COREFOUNDATION_LIBS
705 LIBWINE_RULES
706 SOCKET_LIBS
707 DLLTOOL
708 ALL_TEST_RESOURCES
709 READELF
710 OTOOL
712 LOADER_RULES
713 LDRPATH_LOCAL
714 LDRPATH_INSTALL
715 DLLFLAGS
716 dlldir
718 OPENGL_LIBS
719 ICOTOOL
720 CONVERT
721 RSVG
722 FONTFORGE
723 PKG_CONFIG
724 MSGFMT
725 LDCONFIG
726 EGREP
727 GREP
728 LN_S
729 RANLIB
730 ARFLAGS
731 STRIP
732 ac_ct_AR
734 BISON
735 FLEX
736 TOOLSDIR
737 TARGETFLAGS
739 CPPBIN
740 ac_ct_CXX
741 CXXFLAGS
743 OBJEXT
744 EXEEXT
745 ac_ct_CC
746 CPPFLAGS
747 LDFLAGS
748 CFLAGS
750 SET_MAKE
751 host_os
752 host_vendor
753 host_cpu
754 host
755 build_os
756 build_vendor
757 build_cpu
758 build
759 target_alias
760 host_alias
761 build_alias
762 LIBS
763 ECHO_T
764 ECHO_N
765 ECHO_C
766 DEFS
767 mandir
768 localedir
769 libdir
770 psdir
771 pdfdir
772 dvidir
773 htmldir
774 infodir
775 docdir
776 oldincludedir
777 includedir
778 runstatedir
779 localstatedir
780 sharedstatedir
781 sysconfdir
782 datadir
783 datarootdir
784 libexecdir
785 sbindir
786 bindir
787 program_transform_name
788 prefix
789 exec_prefix
790 PACKAGE_URL
791 PACKAGE_BUGREPORT
792 PACKAGE_STRING
793 PACKAGE_VERSION
794 PACKAGE_TARNAME
795 PACKAGE_NAME
796 PATH_SEPARATOR
797 SHELL'
798 ac_subst_files=''
799 ac_user_opts='
800 enable_option_checking
801 enable_win16
802 enable_win64
803 enable_tests
804 enable_maintainer_mode
805 with_alsa
806 with_capi
807 with_cms
808 with_coreaudio
809 with_cups
810 with_curses
811 with_dbus
812 with_fontconfig
813 with_freetype
814 with_gettext
815 with_gettextpo
816 with_gphoto
817 with_glu
818 with_gnutls
819 with_gsm
820 with_gstreamer
821 with_hal
822 with_jpeg
823 with_ldap
824 with_mpg123
825 with_netapi
826 with_openal
827 with_opencl
828 with_opengl
829 with_osmesa
830 with_oss
831 with_pcap
832 with_png
833 with_pthread
834 with_pulse
835 with_sane
836 with_tiff
837 with_v4l
838 with_xcomposite
839 with_xcursor
840 with_xinerama
841 with_xinput
842 with_xinput2
843 with_xml
844 with_xrandr
845 with_xrender
846 with_xshape
847 with_xshm
848 with_xslt
849 with_xxf86vm
850 with_zlib
851 with_wine_tools
852 with_wine64
853 enable_largefile
854 with_x
855 enable_acledit
856 enable_aclui
857 enable_activeds
858 enable_actxprxy
859 enable_advapi32
860 enable_advpack
861 enable_amstream
862 enable_api_ms_win_core_com_l1_1_0
863 enable_api_ms_win_core_console_l1_1_0
864 enable_api_ms_win_core_datetime_l1_1_0
865 enable_api_ms_win_core_datetime_l1_1_1
866 enable_api_ms_win_core_debug_l1_1_0
867 enable_api_ms_win_core_debug_l1_1_1
868 enable_api_ms_win_core_errorhandling_l1_1_0
869 enable_api_ms_win_core_errorhandling_l1_1_1
870 enable_api_ms_win_core_errorhandling_l1_1_2
871 enable_api_ms_win_core_fibers_l1_1_0
872 enable_api_ms_win_core_fibers_l1_1_1
873 enable_api_ms_win_core_file_l1_1_0
874 enable_api_ms_win_core_file_l1_2_0
875 enable_api_ms_win_core_file_l2_1_0
876 enable_api_ms_win_core_file_l2_1_1
877 enable_api_ms_win_core_handle_l1_1_0
878 enable_api_ms_win_core_heap_l1_1_0
879 enable_api_ms_win_core_heap_l1_2_0
880 enable_api_ms_win_core_heap_obsolete_l1_1_0
881 enable_api_ms_win_core_interlocked_l1_1_0
882 enable_api_ms_win_core_interlocked_l1_2_0
883 enable_api_ms_win_core_io_l1_1_1
884 enable_api_ms_win_core_kernel32_legacy_l1_1_0
885 enable_api_ms_win_core_libraryloader_l1_1_0
886 enable_api_ms_win_core_libraryloader_l1_1_1
887 enable_api_ms_win_core_localization_l1_2_0
888 enable_api_ms_win_core_localization_l1_2_1
889 enable_api_ms_win_core_localization_obsolete_l1_1_0
890 enable_api_ms_win_core_localregistry_l1_1_0
891 enable_api_ms_win_core_memory_l1_1_0
892 enable_api_ms_win_core_memory_l1_1_1
893 enable_api_ms_win_core_misc_l1_1_0
894 enable_api_ms_win_core_namedpipe_l1_1_0
895 enable_api_ms_win_core_namedpipe_l1_2_0
896 enable_api_ms_win_core_processenvironment_l1_1_0
897 enable_api_ms_win_core_processenvironment_l1_2_0
898 enable_api_ms_win_core_processthreads_l1_1_0
899 enable_api_ms_win_core_processthreads_l1_1_1
900 enable_api_ms_win_core_processthreads_l1_1_2
901 enable_api_ms_win_core_profile_l1_1_0
902 enable_api_ms_win_core_psapi_l1_1_0
903 enable_api_ms_win_core_registry_l1_1_0
904 enable_api_ms_win_core_rtlsupport_l1_1_0
905 enable_api_ms_win_core_rtlsupport_l1_2_0
906 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
907 enable_api_ms_win_core_string_l1_1_0
908 enable_api_ms_win_core_synch_l1_1_0
909 enable_api_ms_win_core_synch_l1_2_0
910 enable_api_ms_win_core_sysinfo_l1_1_0
911 enable_api_ms_win_core_sysinfo_l1_2_0
912 enable_api_ms_win_core_sysinfo_l1_2_1
913 enable_api_ms_win_core_threadpool_legacy_l1_1_0
914 enable_api_ms_win_core_timezone_l1_1_0
915 enable_api_ms_win_core_url_l1_1_0
916 enable_api_ms_win_core_util_l1_1_0
917 enable_api_ms_win_core_winrt_error_l1_1_0
918 enable_api_ms_win_core_winrt_error_l1_1_1
919 enable_api_ms_win_core_winrt_l1_1_0
920 enable_api_ms_win_core_winrt_string_l1_1_0
921 enable_api_ms_win_core_xstate_l2_1_0
922 enable_api_ms_win_crt_conio_l1_1_0
923 enable_api_ms_win_crt_convert_l1_1_0
924 enable_api_ms_win_crt_environment_l1_1_0
925 enable_api_ms_win_crt_filesystem_l1_1_0
926 enable_api_ms_win_crt_heap_l1_1_0
927 enable_api_ms_win_crt_locale_l1_1_0
928 enable_api_ms_win_crt_math_l1_1_0
929 enable_api_ms_win_crt_multibyte_l1_1_0
930 enable_api_ms_win_crt_private_l1_1_0
931 enable_api_ms_win_crt_process_l1_1_0
932 enable_api_ms_win_crt_runtime_l1_1_0
933 enable_api_ms_win_crt_stdio_l1_1_0
934 enable_api_ms_win_crt_string_l1_1_0
935 enable_api_ms_win_crt_time_l1_1_0
936 enable_api_ms_win_crt_utility_l1_1_0
937 enable_api_ms_win_downlevel_advapi32_l1_1_0
938 enable_api_ms_win_downlevel_advapi32_l2_1_0
939 enable_api_ms_win_downlevel_normaliz_l1_1_0
940 enable_api_ms_win_downlevel_ole32_l1_1_0
941 enable_api_ms_win_downlevel_shell32_l1_1_0
942 enable_api_ms_win_downlevel_shlwapi_l1_1_0
943 enable_api_ms_win_downlevel_shlwapi_l2_1_0
944 enable_api_ms_win_downlevel_user32_l1_1_0
945 enable_api_ms_win_downlevel_version_l1_1_0
946 enable_api_ms_win_eventing_provider_l1_1_0
947 enable_api_ms_win_ntuser_dc_access_l1_1_0
948 enable_api_ms_win_security_base_l1_1_0
949 enable_api_ms_win_security_base_l1_2_0
950 enable_api_ms_win_security_sddl_l1_1_0
951 enable_api_ms_win_service_core_l1_1_1
952 enable_api_ms_win_service_management_l1_1_0
953 enable_api_ms_win_service_winsvc_l1_2_0
954 enable_apphelp
955 enable_appwiz_cpl
956 enable_atl
957 enable_atl100
958 enable_atl110
959 enable_atl80
960 enable_atl90
961 enable_authz
962 enable_avicap32
963 enable_avifil32
964 enable_avrt
965 enable_bcrypt
966 enable_bluetoothapis
967 enable_browseui
968 enable_bthprops_cpl
969 enable_cabinet
970 enable_capi2032
971 enable_cards
972 enable_cfgmgr32
973 enable_clusapi
974 enable_combase
975 enable_comcat
976 enable_comctl32
977 enable_comdlg32
978 enable_compstui
979 enable_comsvcs
980 enable_connect
981 enable_credui
982 enable_crtdll
983 enable_crypt32
984 enable_cryptdlg
985 enable_cryptdll
986 enable_cryptext
987 enable_cryptnet
988 enable_cryptui
989 enable_ctapi32
990 enable_ctl3d32
991 enable_d2d1
992 enable_d3d10
993 enable_d3d10_1
994 enable_d3d10core
995 enable_d3d11
996 enable_d3d8
997 enable_d3d9
998 enable_d3dcompiler_33
999 enable_d3dcompiler_34
1000 enable_d3dcompiler_35
1001 enable_d3dcompiler_36
1002 enable_d3dcompiler_37
1003 enable_d3dcompiler_38
1004 enable_d3dcompiler_39
1005 enable_d3dcompiler_40
1006 enable_d3dcompiler_41
1007 enable_d3dcompiler_42
1008 enable_d3dcompiler_43
1009 enable_d3dcompiler_46
1010 enable_d3dcompiler_47
1011 enable_d3dim
1012 enable_d3drm
1013 enable_d3dx10_33
1014 enable_d3dx10_34
1015 enable_d3dx10_35
1016 enable_d3dx10_36
1017 enable_d3dx10_37
1018 enable_d3dx10_38
1019 enable_d3dx10_39
1020 enable_d3dx10_40
1021 enable_d3dx10_41
1022 enable_d3dx10_42
1023 enable_d3dx10_43
1024 enable_d3dx11_42
1025 enable_d3dx11_43
1026 enable_d3dx9_24
1027 enable_d3dx9_25
1028 enable_d3dx9_26
1029 enable_d3dx9_27
1030 enable_d3dx9_28
1031 enable_d3dx9_29
1032 enable_d3dx9_30
1033 enable_d3dx9_31
1034 enable_d3dx9_32
1035 enable_d3dx9_33
1036 enable_d3dx9_34
1037 enable_d3dx9_35
1038 enable_d3dx9_36
1039 enable_d3dx9_37
1040 enable_d3dx9_38
1041 enable_d3dx9_39
1042 enable_d3dx9_40
1043 enable_d3dx9_41
1044 enable_d3dx9_42
1045 enable_d3dx9_43
1046 enable_d3dxof
1047 enable_davclnt
1048 enable_dbgeng
1049 enable_dbghelp
1050 enable_dciman32
1051 enable_ddraw
1052 enable_ddrawex
1053 enable_devenum
1054 enable_dhcpcsvc
1055 enable_difxapi
1056 enable_dinput
1057 enable_dinput8
1058 enable_dispex
1059 enable_dmband
1060 enable_dmcompos
1061 enable_dmime
1062 enable_dmloader
1063 enable_dmscript
1064 enable_dmstyle
1065 enable_dmsynth
1066 enable_dmusic
1067 enable_dmusic32
1068 enable_dnsapi
1069 enable_dplay
1070 enable_dplayx
1071 enable_dpnaddr
1072 enable_dpnet
1073 enable_dpnhpast
1074 enable_dpnlobby
1075 enable_dpvoice
1076 enable_dpwsockx
1077 enable_drmclien
1078 enable_dsound
1079 enable_dssenh
1080 enable_dswave
1081 enable_dwmapi
1082 enable_dwrite
1083 enable_dxdiagn
1084 enable_dxgi
1085 enable_dxva2
1086 enable_esent
1087 enable_evr
1088 enable_explorerframe
1089 enable_ext_ms_win_gdi_devcaps_l1_1_0
1090 enable_faultrep
1091 enable_fltlib
1092 enable_fltmgr_sys
1093 enable_fntcache
1094 enable_fontsub
1095 enable_fusion
1096 enable_fwpuclnt
1097 enable_gameux
1098 enable_gdi32
1099 enable_gdiplus
1100 enable_glu32
1101 enable_gphoto2_ds
1102 enable_gpkcsp
1103 enable_hal
1104 enable_hhctrl_ocx
1105 enable_hid
1106 enable_hidclass_sys
1107 enable_hlink
1108 enable_hnetcfg
1109 enable_httpapi
1110 enable_iccvid
1111 enable_icmp
1112 enable_ieframe
1113 enable_imaadp32_acm
1114 enable_imagehlp
1115 enable_imm32
1116 enable_inetcomm
1117 enable_inetcpl_cpl
1118 enable_inetmib1
1119 enable_infosoft
1120 enable_initpki
1121 enable_inkobj
1122 enable_inseng
1123 enable_iphlpapi
1124 enable_itircl
1125 enable_itss
1126 enable_joy_cpl
1127 enable_jscript
1128 enable_jsproxy
1129 enable_kernel32
1130 enable_ksuser
1131 enable_ktmw32
1132 enable_loadperf
1133 enable_localspl
1134 enable_localui
1135 enable_lz32
1136 enable_mapi32
1137 enable_mapistub
1138 enable_mciavi32
1139 enable_mcicda
1140 enable_mciqtz32
1141 enable_mciseq
1142 enable_mciwave
1143 enable_mf
1144 enable_mfplat
1145 enable_mfreadwrite
1146 enable_mgmtapi
1147 enable_midimap
1148 enable_mlang
1149 enable_mmcndmgr
1150 enable_mmdevapi
1151 enable_mountmgr_sys
1152 enable_mpr
1153 enable_mprapi
1154 enable_msacm32_drv
1155 enable_msacm32
1156 enable_msadp32_acm
1157 enable_msasn1
1158 enable_mscat32
1159 enable_mscms
1160 enable_mscoree
1161 enable_msctf
1162 enable_msctfp
1163 enable_msdaps
1164 enable_msdelta
1165 enable_msdmo
1166 enable_msftedit
1167 enable_msg711_acm
1168 enable_msgsm32_acm
1169 enable_mshtml_tlb
1170 enable_mshtml
1171 enable_msi
1172 enable_msident
1173 enable_msimg32
1174 enable_msimsg
1175 enable_msimtf
1176 enable_msisip
1177 enable_msisys_ocx
1178 enable_msls31
1179 enable_msnet32
1180 enable_mspatcha
1181 enable_msrle32
1182 enable_msscript_ocx
1183 enable_mssign32
1184 enable_mssip32
1185 enable_mstask
1186 enable_msvcirt
1187 enable_msvcm80
1188 enable_msvcm90
1189 enable_msvcp100
1190 enable_msvcp110
1191 enable_msvcp120
1192 enable_msvcp120_app
1193 enable_msvcp60
1194 enable_msvcp70
1195 enable_msvcp71
1196 enable_msvcp80
1197 enable_msvcp90
1198 enable_msvcr100
1199 enable_msvcr110
1200 enable_msvcr120
1201 enable_msvcr120_app
1202 enable_msvcr70
1203 enable_msvcr71
1204 enable_msvcr80
1205 enable_msvcr90
1206 enable_msvcrt
1207 enable_msvcrt20
1208 enable_msvcrt40
1209 enable_msvcrtd
1210 enable_msvfw32
1211 enable_msvidc32
1212 enable_mswsock
1213 enable_msxml
1214 enable_msxml2
1215 enable_msxml3
1216 enable_msxml4
1217 enable_msxml6
1218 enable_nddeapi
1219 enable_ndis_sys
1220 enable_netapi32
1221 enable_netcfgx
1222 enable_netprofm
1223 enable_newdev
1224 enable_normaliz
1225 enable_npmshtml
1226 enable_npptools
1227 enable_ntdll
1228 enable_ntdsapi
1229 enable_ntoskrnl_exe
1230 enable_ntprint
1231 enable_objsel
1232 enable_odbc32
1233 enable_odbccp32
1234 enable_odbccu32
1235 enable_ole32
1236 enable_oleacc
1237 enable_oleaut32
1238 enable_olecli32
1239 enable_oledb32
1240 enable_oledlg
1241 enable_olepro32
1242 enable_olesvr32
1243 enable_olethk32
1244 enable_openal32
1245 enable_opencl
1246 enable_opengl32
1247 enable_packager
1248 enable_pdh
1249 enable_photometadatahandler
1250 enable_pidgen
1251 enable_powrprof
1252 enable_printui
1253 enable_prntvpt
1254 enable_propsys
1255 enable_psapi
1256 enable_pstorec
1257 enable_qcap
1258 enable_qedit
1259 enable_qmgr
1260 enable_qmgrprxy
1261 enable_quartz
1262 enable_query
1263 enable_rasapi32
1264 enable_rasdlg
1265 enable_regapi
1266 enable_resutils
1267 enable_riched20
1268 enable_riched32
1269 enable_rpcrt4
1270 enable_rsabase
1271 enable_rsaenh
1272 enable_rstrtmgr
1273 enable_rtutils
1274 enable_samlib
1275 enable_sane_ds
1276 enable_scarddlg
1277 enable_sccbase
1278 enable_schannel
1279 enable_schedsvc
1280 enable_scrrun
1281 enable_scsiport_sys
1282 enable_secur32
1283 enable_security
1284 enable_sensapi
1285 enable_serialui
1286 enable_setupapi
1287 enable_sfc
1288 enable_sfc_os
1289 enable_shdoclc
1290 enable_shdocvw
1291 enable_shell32
1292 enable_shfolder
1293 enable_shlwapi
1294 enable_slbcsp
1295 enable_slc
1296 enable_snmpapi
1297 enable_softpub
1298 enable_spoolss
1299 enable_stdole2_tlb
1300 enable_stdole32_tlb
1301 enable_sti
1302 enable_svrapi
1303 enable_sxs
1304 enable_t2embed
1305 enable_tapi32
1306 enable_taskschd
1307 enable_traffic
1308 enable_twain_32
1309 enable_ucrtbase
1310 enable_unicows
1311 enable_updspapi
1312 enable_url
1313 enable_urlmon
1314 enable_usbd_sys
1315 enable_user32
1316 enable_userenv
1317 enable_usp10
1318 enable_uxtheme
1319 enable_vbscript
1320 enable_vcomp
1321 enable_vcomp100
1322 enable_vcomp110
1323 enable_vcomp120
1324 enable_vcomp90
1325 enable_vcruntime140
1326 enable_vdmdbg
1327 enable_version
1328 enable_vssapi
1329 enable_wbemdisp
1330 enable_wbemprox
1331 enable_webservices
1332 enable_wer
1333 enable_wevtapi
1334 enable_wiaservc
1335 enable_wimgapi
1336 enable_windowscodecs
1337 enable_windowscodecsext
1338 enable_winealsa_drv
1339 enable_winecoreaudio_drv
1340 enable_wined3d
1341 enable_winegstreamer
1342 enable_winejoystick_drv
1343 enable_winemac_drv
1344 enable_winemapi
1345 enable_winemp3_acm
1346 enable_wineoss_drv
1347 enable_wineps_drv
1348 enable_winepulse_drv
1349 enable_wineqtdecoder
1350 enable_winex11_drv
1351 enable_wing32
1352 enable_winhttp
1353 enable_wininet
1354 enable_winmm
1355 enable_winnls32
1356 enable_winscard
1357 enable_winspool_drv
1358 enable_winsta
1359 enable_wintab32
1360 enable_wintrust
1361 enable_wlanapi
1362 enable_wldap32
1363 enable_wmi
1364 enable_wmiutils
1365 enable_wmp
1366 enable_wmvcore
1367 enable_wnaspi32
1368 enable_wpcap
1369 enable_ws2_32
1370 enable_wshom_ocx
1371 enable_wsnmp32
1372 enable_wsock32
1373 enable_wtsapi32
1374 enable_wuapi
1375 enable_wuaueng
1376 enable_x3daudio1_0
1377 enable_x3daudio1_1
1378 enable_x3daudio1_2
1379 enable_x3daudio1_3
1380 enable_x3daudio1_4
1381 enable_x3daudio1_5
1382 enable_x3daudio1_6
1383 enable_x3daudio1_7
1384 enable_xapofx1_1
1385 enable_xapofx1_2
1386 enable_xapofx1_3
1387 enable_xapofx1_4
1388 enable_xapofx1_5
1389 enable_xaudio2_0
1390 enable_xaudio2_1
1391 enable_xaudio2_2
1392 enable_xaudio2_3
1393 enable_xaudio2_4
1394 enable_xaudio2_5
1395 enable_xaudio2_6
1396 enable_xaudio2_7
1397 enable_xaudio2_8
1398 enable_xinput1_1
1399 enable_xinput1_2
1400 enable_xinput1_3
1401 enable_xinput1_4
1402 enable_xinput9_1_0
1403 enable_xmllite
1404 enable_xolehlp
1405 enable_xpsprint
1406 enable_xpssvcs
1407 enable_fonts
1408 enable_include
1409 enable_libs_port
1410 enable_libs_wine
1411 enable_libs_wpp
1412 enable_loader
1413 enable_arp
1414 enable_aspnet_regiis
1415 enable_attrib
1416 enable_cabarc
1417 enable_cacls
1418 enable_clock
1419 enable_cmd
1420 enable_conhost
1421 enable_control
1422 enable_cscript
1423 enable_dpnsvr
1424 enable_dxdiag
1425 enable_eject
1426 enable_expand
1427 enable_explorer
1428 enable_extrac32
1429 enable_findstr
1430 enable_hh
1431 enable_hostname
1432 enable_icinfo
1433 enable_iexplore
1434 enable_ipconfig
1435 enable_lodctr
1436 enable_mofcomp
1437 enable_mshta
1438 enable_msiexec
1439 enable_net
1440 enable_netsh
1441 enable_netstat
1442 enable_ngen
1443 enable_notepad
1444 enable_oleview
1445 enable_ping
1446 enable_plugplay
1447 enable_presentationfontcache
1448 enable_progman
1449 enable_reg
1450 enable_regasm
1451 enable_regedit
1452 enable_regsvcs
1453 enable_regsvr32
1454 enable_rpcss
1455 enable_rundll32
1456 enable_sc
1457 enable_schtasks
1458 enable_sdbinst
1459 enable_secedit
1460 enable_servicemodelreg
1461 enable_services
1462 enable_spoolsv
1463 enable_start
1464 enable_svchost
1465 enable_systeminfo
1466 enable_taskkill
1467 enable_tasklist
1468 enable_taskmgr
1469 enable_termsv
1470 enable_uninstaller
1471 enable_unlodctr
1472 enable_view
1473 enable_wevtutil
1474 enable_wineboot
1475 enable_winebrowser
1476 enable_winecfg
1477 enable_wineconsole
1478 enable_winedbg
1479 enable_winedevice
1480 enable_winefile
1481 enable_winemenubuilder
1482 enable_winemine
1483 enable_winemsibuilder
1484 enable_winepath
1485 enable_winetest
1486 enable_winhlp32
1487 enable_winver
1488 enable_wmic
1489 enable_wmplayer
1490 enable_wordpad
1491 enable_write
1492 enable_wscript
1493 enable_wusa
1494 enable_xcopy
1495 enable_server
1496 enable_tools
1498 ac_precious_vars='build_alias
1499 host_alias
1500 target_alias
1502 CFLAGS
1503 LDFLAGS
1504 LIBS
1505 CPPFLAGS
1507 CXXFLAGS
1510 XMKMF
1511 XML2_CFLAGS
1512 XML2_LIBS
1513 XSLT_CFLAGS
1514 XSLT_LIBS
1515 DBUS_CFLAGS
1516 DBUS_LIBS
1517 HAL_CFLAGS
1518 HAL_LIBS
1519 GNUTLS_CFLAGS
1520 GNUTLS_LIBS
1521 SANE_CFLAGS
1522 SANE_LIBS
1523 GPHOTO2_CFLAGS
1524 GPHOTO2_LIBS
1525 GPHOTO2_PORT_CFLAGS
1526 GPHOTO2_PORT_LIBS
1527 LCMS2_CFLAGS
1528 LCMS2_LIBS
1529 FREETYPE_CFLAGS
1530 FREETYPE_LIBS
1531 PULSE_CFLAGS
1532 PULSE_LIBS
1533 GSTREAMER_CFLAGS
1534 GSTREAMER_LIBS
1535 CAPI20_CFLAGS
1536 CAPI20_LIBS
1537 FONTCONFIG_CFLAGS
1538 FONTCONFIG_LIBS
1539 JPEG_CFLAGS
1540 JPEG_LIBS
1541 PNG_CFLAGS
1542 PNG_LIBS
1543 TIFF_CFLAGS
1544 TIFF_LIBS
1545 MPG123_CFLAGS
1546 MPG123_LIBS'
1549 # Initialize some variables set by options.
1550 ac_init_help=
1551 ac_init_version=false
1552 ac_unrecognized_opts=
1553 ac_unrecognized_sep=
1554 # The variables have the same names as the options, with
1555 # dashes changed to underlines.
1556 cache_file=/dev/null
1557 exec_prefix=NONE
1558 no_create=
1559 no_recursion=
1560 prefix=NONE
1561 program_prefix=NONE
1562 program_suffix=NONE
1563 program_transform_name=s,x,x,
1564 silent=
1565 site=
1566 srcdir=
1567 verbose=
1568 x_includes=NONE
1569 x_libraries=NONE
1571 # Installation directory options.
1572 # These are left unexpanded so users can "make install exec_prefix=/foo"
1573 # and all the variables that are supposed to be based on exec_prefix
1574 # by default will actually change.
1575 # Use braces instead of parens because sh, perl, etc. also accept them.
1576 # (The list follows the same order as the GNU Coding Standards.)
1577 bindir='${exec_prefix}/bin'
1578 sbindir='${exec_prefix}/sbin'
1579 libexecdir='${exec_prefix}/libexec'
1580 datarootdir='${prefix}/share'
1581 datadir='${datarootdir}'
1582 sysconfdir='${prefix}/etc'
1583 sharedstatedir='${prefix}/com'
1584 localstatedir='${prefix}/var'
1585 runstatedir='${localstatedir}/run'
1586 includedir='${prefix}/include'
1587 oldincludedir='/usr/include'
1588 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1589 infodir='${datarootdir}/info'
1590 htmldir='${docdir}'
1591 dvidir='${docdir}'
1592 pdfdir='${docdir}'
1593 psdir='${docdir}'
1594 libdir='${exec_prefix}/lib'
1595 localedir='${datarootdir}/locale'
1596 mandir='${datarootdir}/man'
1598 ac_prev=
1599 ac_dashdash=
1600 for ac_option
1602 # If the previous option needs an argument, assign it.
1603 if test -n "$ac_prev"; then
1604 eval $ac_prev=\$ac_option
1605 ac_prev=
1606 continue
1609 case $ac_option in
1610 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1611 *=) ac_optarg= ;;
1612 *) ac_optarg=yes ;;
1613 esac
1615 # Accept the important Cygnus configure options, so we can diagnose typos.
1617 case $ac_dashdash$ac_option in
1619 ac_dashdash=yes ;;
1621 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1622 ac_prev=bindir ;;
1623 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1624 bindir=$ac_optarg ;;
1626 -build | --build | --buil | --bui | --bu)
1627 ac_prev=build_alias ;;
1628 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1629 build_alias=$ac_optarg ;;
1631 -cache-file | --cache-file | --cache-fil | --cache-fi \
1632 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1633 ac_prev=cache_file ;;
1634 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1635 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1636 cache_file=$ac_optarg ;;
1638 --config-cache | -C)
1639 cache_file=config.cache ;;
1641 -datadir | --datadir | --datadi | --datad)
1642 ac_prev=datadir ;;
1643 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1644 datadir=$ac_optarg ;;
1646 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1647 | --dataroo | --dataro | --datar)
1648 ac_prev=datarootdir ;;
1649 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1650 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1651 datarootdir=$ac_optarg ;;
1653 -disable-* | --disable-*)
1654 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1655 # Reject names that are not valid shell variable names.
1656 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1657 as_fn_error $? "invalid feature name: $ac_useropt"
1658 ac_useropt_orig=$ac_useropt
1659 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1660 case $ac_user_opts in
1662 "enable_$ac_useropt"
1663 "*) ;;
1664 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1665 ac_unrecognized_sep=', ';;
1666 esac
1667 eval enable_$ac_useropt=no ;;
1669 -docdir | --docdir | --docdi | --doc | --do)
1670 ac_prev=docdir ;;
1671 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1672 docdir=$ac_optarg ;;
1674 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1675 ac_prev=dvidir ;;
1676 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1677 dvidir=$ac_optarg ;;
1679 -enable-* | --enable-*)
1680 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1681 # Reject names that are not valid shell variable names.
1682 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1683 as_fn_error $? "invalid feature name: $ac_useropt"
1684 ac_useropt_orig=$ac_useropt
1685 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1686 case $ac_user_opts in
1688 "enable_$ac_useropt"
1689 "*) ;;
1690 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1691 ac_unrecognized_sep=', ';;
1692 esac
1693 eval enable_$ac_useropt=\$ac_optarg ;;
1695 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1696 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1697 | --exec | --exe | --ex)
1698 ac_prev=exec_prefix ;;
1699 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1700 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1701 | --exec=* | --exe=* | --ex=*)
1702 exec_prefix=$ac_optarg ;;
1704 -gas | --gas | --ga | --g)
1705 # Obsolete; use --with-gas.
1706 with_gas=yes ;;
1708 -help | --help | --hel | --he | -h)
1709 ac_init_help=long ;;
1710 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1711 ac_init_help=recursive ;;
1712 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1713 ac_init_help=short ;;
1715 -host | --host | --hos | --ho)
1716 ac_prev=host_alias ;;
1717 -host=* | --host=* | --hos=* | --ho=*)
1718 host_alias=$ac_optarg ;;
1720 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1721 ac_prev=htmldir ;;
1722 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1723 | --ht=*)
1724 htmldir=$ac_optarg ;;
1726 -includedir | --includedir | --includedi | --included | --include \
1727 | --includ | --inclu | --incl | --inc)
1728 ac_prev=includedir ;;
1729 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1730 | --includ=* | --inclu=* | --incl=* | --inc=*)
1731 includedir=$ac_optarg ;;
1733 -infodir | --infodir | --infodi | --infod | --info | --inf)
1734 ac_prev=infodir ;;
1735 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1736 infodir=$ac_optarg ;;
1738 -libdir | --libdir | --libdi | --libd)
1739 ac_prev=libdir ;;
1740 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1741 libdir=$ac_optarg ;;
1743 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1744 | --libexe | --libex | --libe)
1745 ac_prev=libexecdir ;;
1746 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1747 | --libexe=* | --libex=* | --libe=*)
1748 libexecdir=$ac_optarg ;;
1750 -localedir | --localedir | --localedi | --localed | --locale)
1751 ac_prev=localedir ;;
1752 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1753 localedir=$ac_optarg ;;
1755 -localstatedir | --localstatedir | --localstatedi | --localstated \
1756 | --localstate | --localstat | --localsta | --localst | --locals)
1757 ac_prev=localstatedir ;;
1758 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1759 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1760 localstatedir=$ac_optarg ;;
1762 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1763 ac_prev=mandir ;;
1764 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1765 mandir=$ac_optarg ;;
1767 -nfp | --nfp | --nf)
1768 # Obsolete; use --without-fp.
1769 with_fp=no ;;
1771 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1772 | --no-cr | --no-c | -n)
1773 no_create=yes ;;
1775 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1776 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1777 no_recursion=yes ;;
1779 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1780 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1781 | --oldin | --oldi | --old | --ol | --o)
1782 ac_prev=oldincludedir ;;
1783 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1784 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1785 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1786 oldincludedir=$ac_optarg ;;
1788 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1789 ac_prev=prefix ;;
1790 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1791 prefix=$ac_optarg ;;
1793 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1794 | --program-pre | --program-pr | --program-p)
1795 ac_prev=program_prefix ;;
1796 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1797 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1798 program_prefix=$ac_optarg ;;
1800 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1801 | --program-suf | --program-su | --program-s)
1802 ac_prev=program_suffix ;;
1803 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1804 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1805 program_suffix=$ac_optarg ;;
1807 -program-transform-name | --program-transform-name \
1808 | --program-transform-nam | --program-transform-na \
1809 | --program-transform-n | --program-transform- \
1810 | --program-transform | --program-transfor \
1811 | --program-transfo | --program-transf \
1812 | --program-trans | --program-tran \
1813 | --progr-tra | --program-tr | --program-t)
1814 ac_prev=program_transform_name ;;
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 program_transform_name=$ac_optarg ;;
1824 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1825 ac_prev=pdfdir ;;
1826 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1827 pdfdir=$ac_optarg ;;
1829 -psdir | --psdir | --psdi | --psd | --ps)
1830 ac_prev=psdir ;;
1831 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1832 psdir=$ac_optarg ;;
1834 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1835 | -silent | --silent | --silen | --sile | --sil)
1836 silent=yes ;;
1838 -runstatedir | --runstatedir | --runstatedi | --runstated \
1839 | --runstate | --runstat | --runsta | --runst | --runs \
1840 | --run | --ru | --r)
1841 ac_prev=runstatedir ;;
1842 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1843 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1844 | --run=* | --ru=* | --r=*)
1845 runstatedir=$ac_optarg ;;
1847 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1848 ac_prev=sbindir ;;
1849 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1850 | --sbi=* | --sb=*)
1851 sbindir=$ac_optarg ;;
1853 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1854 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1855 | --sharedst | --shareds | --shared | --share | --shar \
1856 | --sha | --sh)
1857 ac_prev=sharedstatedir ;;
1858 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1859 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1860 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1861 | --sha=* | --sh=*)
1862 sharedstatedir=$ac_optarg ;;
1864 -site | --site | --sit)
1865 ac_prev=site ;;
1866 -site=* | --site=* | --sit=*)
1867 site=$ac_optarg ;;
1869 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1870 ac_prev=srcdir ;;
1871 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1872 srcdir=$ac_optarg ;;
1874 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1875 | --syscon | --sysco | --sysc | --sys | --sy)
1876 ac_prev=sysconfdir ;;
1877 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1878 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1879 sysconfdir=$ac_optarg ;;
1881 -target | --target | --targe | --targ | --tar | --ta | --t)
1882 ac_prev=target_alias ;;
1883 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1884 target_alias=$ac_optarg ;;
1886 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1887 verbose=yes ;;
1889 -version | --version | --versio | --versi | --vers | -V)
1890 ac_init_version=: ;;
1892 -with-* | --with-*)
1893 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1894 # Reject names that are not valid shell variable names.
1895 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1896 as_fn_error $? "invalid package name: $ac_useropt"
1897 ac_useropt_orig=$ac_useropt
1898 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1899 case $ac_user_opts in
1901 "with_$ac_useropt"
1902 "*) ;;
1903 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1904 ac_unrecognized_sep=', ';;
1905 esac
1906 eval with_$ac_useropt=\$ac_optarg ;;
1908 -without-* | --without-*)
1909 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1910 # Reject names that are not valid shell variable names.
1911 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1912 as_fn_error $? "invalid package name: $ac_useropt"
1913 ac_useropt_orig=$ac_useropt
1914 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1915 case $ac_user_opts in
1917 "with_$ac_useropt"
1918 "*) ;;
1919 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1920 ac_unrecognized_sep=', ';;
1921 esac
1922 eval with_$ac_useropt=no ;;
1924 --x)
1925 # Obsolete; use --with-x.
1926 with_x=yes ;;
1928 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1929 | --x-incl | --x-inc | --x-in | --x-i)
1930 ac_prev=x_includes ;;
1931 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1932 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1933 x_includes=$ac_optarg ;;
1935 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1936 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1937 ac_prev=x_libraries ;;
1938 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1939 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1940 x_libraries=$ac_optarg ;;
1942 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1943 Try \`$0 --help' for more information"
1946 *=*)
1947 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1948 # Reject names that are not valid shell variable names.
1949 case $ac_envvar in #(
1950 '' | [0-9]* | *[!_$as_cr_alnum]* )
1951 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1952 esac
1953 eval $ac_envvar=\$ac_optarg
1954 export $ac_envvar ;;
1957 # FIXME: should be removed in autoconf 3.0.
1958 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1959 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1960 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1961 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1964 esac
1965 done
1967 if test -n "$ac_prev"; then
1968 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1969 as_fn_error $? "missing argument to $ac_option"
1972 if test -n "$ac_unrecognized_opts"; then
1973 case $enable_option_checking in
1974 no) ;;
1975 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1976 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1977 esac
1980 # Check all directory arguments for consistency.
1981 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1982 datadir sysconfdir sharedstatedir localstatedir includedir \
1983 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1984 libdir localedir mandir runstatedir
1986 eval ac_val=\$$ac_var
1987 # Remove trailing slashes.
1988 case $ac_val in
1989 */ )
1990 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1991 eval $ac_var=\$ac_val;;
1992 esac
1993 # Be sure to have absolute directory names.
1994 case $ac_val in
1995 [\\/$]* | ?:[\\/]* ) continue;;
1996 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1997 esac
1998 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1999 done
2001 # There might be people who depend on the old broken behavior: `$host'
2002 # used to hold the argument of --host etc.
2003 # FIXME: To remove some day.
2004 build=$build_alias
2005 host=$host_alias
2006 target=$target_alias
2008 # FIXME: To remove some day.
2009 if test "x$host_alias" != x; then
2010 if test "x$build_alias" = x; then
2011 cross_compiling=maybe
2012 elif test "x$build_alias" != "x$host_alias"; then
2013 cross_compiling=yes
2017 ac_tool_prefix=
2018 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2020 test "$silent" = yes && exec 6>/dev/null
2023 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2024 ac_ls_di=`ls -di .` &&
2025 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2026 as_fn_error $? "working directory cannot be determined"
2027 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2028 as_fn_error $? "pwd does not report name of working directory"
2031 # Find the source files, if location was not specified.
2032 if test -z "$srcdir"; then
2033 ac_srcdir_defaulted=yes
2034 # Try the directory containing this script, then the parent directory.
2035 ac_confdir=`$as_dirname -- "$as_myself" ||
2036 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2037 X"$as_myself" : 'X\(//\)[^/]' \| \
2038 X"$as_myself" : 'X\(//\)$' \| \
2039 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2040 $as_echo X"$as_myself" |
2041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2042 s//\1/
2045 /^X\(\/\/\)[^/].*/{
2046 s//\1/
2049 /^X\(\/\/\)$/{
2050 s//\1/
2053 /^X\(\/\).*/{
2054 s//\1/
2057 s/.*/./; q'`
2058 srcdir=$ac_confdir
2059 if test ! -r "$srcdir/$ac_unique_file"; then
2060 srcdir=..
2062 else
2063 ac_srcdir_defaulted=no
2065 if test ! -r "$srcdir/$ac_unique_file"; then
2066 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2067 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2069 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2070 ac_abs_confdir=`(
2071 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2072 pwd)`
2073 # When building in place, set srcdir=.
2074 if test "$ac_abs_confdir" = "$ac_pwd"; then
2075 srcdir=.
2077 # Remove unnecessary trailing slashes from srcdir.
2078 # Double slashes in file names in object file debugging info
2079 # mess up M-x gdb in Emacs.
2080 case $srcdir in
2081 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2082 esac
2083 for ac_var in $ac_precious_vars; do
2084 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2085 eval ac_env_${ac_var}_value=\$${ac_var}
2086 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2087 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2088 done
2091 # Report the --help message.
2093 if test "$ac_init_help" = "long"; then
2094 # Omit some internal or obsolete options to make the list less imposing.
2095 # This message is too long to be a string in the A/UX 3.1 sh.
2096 cat <<_ACEOF
2097 \`configure' configures Wine 1.7.54 to adapt to many kinds of systems.
2099 Usage: $0 [OPTION]... [VAR=VALUE]...
2101 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2102 VAR=VALUE. See below for descriptions of some of the useful variables.
2104 Defaults for the options are specified in brackets.
2106 Configuration:
2107 -h, --help display this help and exit
2108 --help=short display options specific to this package
2109 --help=recursive display the short help of all the included packages
2110 -V, --version display version information and exit
2111 -q, --quiet, --silent do not print \`checking ...' messages
2112 --cache-file=FILE cache test results in FILE [disabled]
2113 -C, --config-cache alias for \`--cache-file=config.cache'
2114 -n, --no-create do not create output files
2115 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2117 Installation directories:
2118 --prefix=PREFIX install architecture-independent files in PREFIX
2119 [$ac_default_prefix]
2120 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2121 [PREFIX]
2123 By default, \`make install' will install all the files in
2124 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2125 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2126 for instance \`--prefix=\$HOME'.
2128 For better control, use the options below.
2130 Fine tuning of the installation directories:
2131 --bindir=DIR user executables [EPREFIX/bin]
2132 --sbindir=DIR system admin executables [EPREFIX/sbin]
2133 --libexecdir=DIR program executables [EPREFIX/libexec]
2134 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2135 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2136 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2137 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2138 --libdir=DIR object code libraries [EPREFIX/lib]
2139 --includedir=DIR C header files [PREFIX/include]
2140 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2141 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2142 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2143 --infodir=DIR info documentation [DATAROOTDIR/info]
2144 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2145 --mandir=DIR man documentation [DATAROOTDIR/man]
2146 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2147 --htmldir=DIR html documentation [DOCDIR]
2148 --dvidir=DIR dvi documentation [DOCDIR]
2149 --pdfdir=DIR pdf documentation [DOCDIR]
2150 --psdir=DIR ps documentation [DOCDIR]
2151 _ACEOF
2153 cat <<\_ACEOF
2155 X features:
2156 --x-includes=DIR X include files are in DIR
2157 --x-libraries=DIR X library files are in DIR
2159 System types:
2160 --build=BUILD configure for building on BUILD [guessed]
2161 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2162 _ACEOF
2165 if test -n "$ac_init_help"; then
2166 case $ac_init_help in
2167 short | recursive ) echo "Configuration of Wine 1.7.54:";;
2168 esac
2169 cat <<\_ACEOF
2171 Optional Features:
2172 --disable-option-checking ignore unrecognized --enable/--with options
2173 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2174 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2175 --disable-win16 do not include Win16 support
2176 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2177 binaries)
2178 --disable-tests do not build the regression tests
2179 --enable-maintainer-mode
2180 enable maintainer-specific build rules
2181 --disable-largefile omit support for large files
2183 Optional Packages:
2184 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2185 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2186 --without-alsa do not use the Alsa sound support
2187 --without-capi do not use CAPI (ISDN support)
2188 --without-cms do not use CMS (color management support)
2189 --without-coreaudio do not use the CoreAudio sound support
2190 --without-cups do not use CUPS
2191 --without-curses do not use (n)curses
2192 --without-dbus do not use DBus (dynamic device support)
2193 --without-fontconfig do not use fontconfig
2194 --without-freetype do not use the FreeType library
2195 --without-gettext do not use gettext
2196 --with-gettextpo use the GetTextPO library to rebuild po files
2197 --without-gphoto do not use gphoto (Digital Camera support)
2198 --without-glu do not use the GLU library
2199 --without-gnutls do not use GnuTLS (schannel support)
2200 --without-gsm do not use libgsm (GSM 06.10 codec support)
2201 --without-gstreamer do not use GStreamer (codecs support)
2202 --without-hal do not use HAL (dynamic device support)
2203 --without-jpeg do not use JPEG
2204 --without-ldap do not use LDAP
2205 --without-mpg123 do not use the mpg123 library
2206 --without-netapi do not use the Samba NetAPI library
2207 --without-openal do not use OpenAL
2208 --without-opencl do not use OpenCL
2209 --without-opengl do not use OpenGL
2210 --without-osmesa do not use the OSMesa library
2211 --without-oss do not use the OSS sound support
2212 --without-pcap do not use the Packet Capture library
2213 --without-png do not use PNG
2214 --without-pthread do not use the pthread library
2215 --without-pulse do not use PulseAudio sound support
2216 --without-sane do not use SANE (scanner support)
2217 --without-tiff do not use TIFF
2218 --without-v4l do not use v4l1 (v4l support)
2219 --without-xcomposite do not use the Xcomposite extension
2220 --without-xcursor do not use the Xcursor extension
2221 --without-xinerama do not use Xinerama (multi-monitor support)
2222 --without-xinput do not use the Xinput extension
2223 --without-xinput2 do not use the Xinput 2 extension
2224 --without-xml do not use XML
2225 --without-xrandr do not use Xrandr (resolution changes)
2226 --without-xrender do not use the Xrender extension
2227 --without-xshape do not use the Xshape extension
2228 --without-xshm do not use XShm (shared memory extension)
2229 --without-xslt do not use XSLT
2230 --without-xxf86vm do not use XFree video mode extension
2231 --without-zlib do not use Zlib (data compression)
2232 --with-wine-tools=DIR use Wine tools from directory DIR
2233 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2234 --with-x use the X Window System
2236 Some influential environment variables:
2237 CC C compiler command
2238 CFLAGS C compiler flags
2239 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2240 nonstandard directory <lib dir>
2241 LIBS libraries to pass to the linker, e.g. -l<library>
2242 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2243 you have headers in a nonstandard directory <include dir>
2244 CXX C++ compiler command
2245 CXXFLAGS C++ compiler flags
2246 CPP C preprocessor
2247 XMKMF Path to xmkmf, Makefile generator for X Window System
2248 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2249 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2250 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2251 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2252 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2253 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2254 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2255 HAL_LIBS Linker flags for hal, overriding pkg-config
2256 GNUTLS_CFLAGS
2257 C compiler flags for gnutls, overriding pkg-config
2258 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2259 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2260 SANE_LIBS Linker flags for libsane, overriding pkg-config
2261 GPHOTO2_CFLAGS
2262 C compiler flags for libgphoto2, overriding pkg-config
2263 GPHOTO2_LIBS
2264 Linker flags for libgphoto2, overriding pkg-config
2265 GPHOTO2_PORT_CFLAGS
2266 C compiler flags for libgphoto2_port, overriding pkg-config
2267 GPHOTO2_PORT_LIBS
2268 Linker flags for libgphoto2_port, overriding pkg-config
2269 LCMS2_CFLAGS
2270 C compiler flags for lcms2, overriding pkg-config
2271 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2272 FREETYPE_CFLAGS
2273 C compiler flags for freetype2, overriding pkg-config
2274 FREETYPE_LIBS
2275 Linker flags for freetype2, overriding pkg-config
2276 PULSE_CFLAGS
2277 C compiler flags for libpulse, overriding pkg-config
2278 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2279 GSTREAMER_CFLAGS
2280 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2281 GSTREAMER_LIBS
2282 Linker flags for gstreamer-app-0.10, overriding pkg-config
2283 CAPI20_CFLAGS
2284 C compiler flags for capi20, overriding pkg-config
2285 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2286 FONTCONFIG_CFLAGS
2287 C compiler flags for fontconfig, overriding pkg-config
2288 FONTCONFIG_LIBS
2289 Linker flags for fontconfig, overriding pkg-config
2290 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2291 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2292 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2293 PNG_LIBS Linker flags for libpng, overriding pkg-config
2294 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2295 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2296 MPG123_CFLAGS
2297 C compiler flags for libmpg123, overriding pkg-config
2298 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2300 Use these variables to override the choices made by `configure' or to help
2301 it to find libraries and programs with nonstandard names/locations.
2303 Report bugs to <wine-devel@winehq.org>.
2304 Wine home page: <http://www.winehq.org>.
2305 _ACEOF
2306 ac_status=$?
2309 if test "$ac_init_help" = "recursive"; then
2310 # If there are subdirs, report their specific --help.
2311 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2312 test -d "$ac_dir" ||
2313 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2314 continue
2315 ac_builddir=.
2317 case "$ac_dir" in
2318 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2320 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2321 # A ".." for each directory in $ac_dir_suffix.
2322 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2323 case $ac_top_builddir_sub in
2324 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2325 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2326 esac ;;
2327 esac
2328 ac_abs_top_builddir=$ac_pwd
2329 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2330 # for backward compatibility:
2331 ac_top_builddir=$ac_top_build_prefix
2333 case $srcdir in
2334 .) # We are building in place.
2335 ac_srcdir=.
2336 ac_top_srcdir=$ac_top_builddir_sub
2337 ac_abs_top_srcdir=$ac_pwd ;;
2338 [\\/]* | ?:[\\/]* ) # Absolute name.
2339 ac_srcdir=$srcdir$ac_dir_suffix;
2340 ac_top_srcdir=$srcdir
2341 ac_abs_top_srcdir=$srcdir ;;
2342 *) # Relative name.
2343 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2344 ac_top_srcdir=$ac_top_build_prefix$srcdir
2345 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2346 esac
2347 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2349 cd "$ac_dir" || { ac_status=$?; continue; }
2350 # Check for guested configure.
2351 if test -f "$ac_srcdir/configure.gnu"; then
2352 echo &&
2353 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2354 elif test -f "$ac_srcdir/configure"; then
2355 echo &&
2356 $SHELL "$ac_srcdir/configure" --help=recursive
2357 else
2358 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2359 fi || ac_status=$?
2360 cd "$ac_pwd" || { ac_status=$?; break; }
2361 done
2364 test -n "$ac_init_help" && exit $ac_status
2365 if $ac_init_version; then
2366 cat <<\_ACEOF
2367 Wine configure 1.7.54
2368 generated by GNU Autoconf 2.69
2370 Copyright (C) 2012 Free Software Foundation, Inc.
2371 This configure script is free software; the Free Software Foundation
2372 gives unlimited permission to copy, distribute and modify it.
2373 _ACEOF
2374 exit
2377 ## ------------------------ ##
2378 ## Autoconf initialization. ##
2379 ## ------------------------ ##
2381 # ac_fn_c_try_compile LINENO
2382 # --------------------------
2383 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2384 ac_fn_c_try_compile ()
2386 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2387 rm -f conftest.$ac_objext
2388 if { { ac_try="$ac_compile"
2389 case "(($ac_try" in
2390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2391 *) ac_try_echo=$ac_try;;
2392 esac
2393 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2394 $as_echo "$ac_try_echo"; } >&5
2395 (eval "$ac_compile") 2>conftest.err
2396 ac_status=$?
2397 if test -s conftest.err; then
2398 grep -v '^ *+' conftest.err >conftest.er1
2399 cat conftest.er1 >&5
2400 mv -f conftest.er1 conftest.err
2402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2403 test $ac_status = 0; } && {
2404 test -z "$ac_c_werror_flag" ||
2405 test ! -s conftest.err
2406 } && test -s conftest.$ac_objext; then :
2407 ac_retval=0
2408 else
2409 $as_echo "$as_me: failed program was:" >&5
2410 sed 's/^/| /' conftest.$ac_ext >&5
2412 ac_retval=1
2414 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2415 as_fn_set_status $ac_retval
2417 } # ac_fn_c_try_compile
2419 # ac_fn_cxx_try_compile LINENO
2420 # ----------------------------
2421 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2422 ac_fn_cxx_try_compile ()
2424 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2425 rm -f conftest.$ac_objext
2426 if { { ac_try="$ac_compile"
2427 case "(($ac_try" in
2428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2429 *) ac_try_echo=$ac_try;;
2430 esac
2431 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2432 $as_echo "$ac_try_echo"; } >&5
2433 (eval "$ac_compile") 2>conftest.err
2434 ac_status=$?
2435 if test -s conftest.err; then
2436 grep -v '^ *+' conftest.err >conftest.er1
2437 cat conftest.er1 >&5
2438 mv -f conftest.er1 conftest.err
2440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2441 test $ac_status = 0; } && {
2442 test -z "$ac_cxx_werror_flag" ||
2443 test ! -s conftest.err
2444 } && test -s conftest.$ac_objext; then :
2445 ac_retval=0
2446 else
2447 $as_echo "$as_me: failed program was:" >&5
2448 sed 's/^/| /' conftest.$ac_ext >&5
2450 ac_retval=1
2452 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2453 as_fn_set_status $ac_retval
2455 } # ac_fn_cxx_try_compile
2457 # ac_fn_c_try_link LINENO
2458 # -----------------------
2459 # Try to link conftest.$ac_ext, and return whether this succeeded.
2460 ac_fn_c_try_link ()
2462 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2463 rm -f conftest.$ac_objext conftest$ac_exeext
2464 if { { ac_try="$ac_link"
2465 case "(($ac_try" in
2466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2467 *) ac_try_echo=$ac_try;;
2468 esac
2469 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2470 $as_echo "$ac_try_echo"; } >&5
2471 (eval "$ac_link") 2>conftest.err
2472 ac_status=$?
2473 if test -s conftest.err; then
2474 grep -v '^ *+' conftest.err >conftest.er1
2475 cat conftest.er1 >&5
2476 mv -f conftest.er1 conftest.err
2478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2479 test $ac_status = 0; } && {
2480 test -z "$ac_c_werror_flag" ||
2481 test ! -s conftest.err
2482 } && test -s conftest$ac_exeext && {
2483 test "$cross_compiling" = yes ||
2484 test -x conftest$ac_exeext
2485 }; then :
2486 ac_retval=0
2487 else
2488 $as_echo "$as_me: failed program was:" >&5
2489 sed 's/^/| /' conftest.$ac_ext >&5
2491 ac_retval=1
2493 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2494 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2495 # interfere with the next link command; also delete a directory that is
2496 # left behind by Apple's compiler. We do this before executing the actions.
2497 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2498 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2499 as_fn_set_status $ac_retval
2501 } # ac_fn_c_try_link
2503 # ac_fn_c_try_cpp LINENO
2504 # ----------------------
2505 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2506 ac_fn_c_try_cpp ()
2508 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2509 if { { ac_try="$ac_cpp conftest.$ac_ext"
2510 case "(($ac_try" in
2511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2512 *) ac_try_echo=$ac_try;;
2513 esac
2514 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2515 $as_echo "$ac_try_echo"; } >&5
2516 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2517 ac_status=$?
2518 if test -s conftest.err; then
2519 grep -v '^ *+' conftest.err >conftest.er1
2520 cat conftest.er1 >&5
2521 mv -f conftest.er1 conftest.err
2523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2524 test $ac_status = 0; } > conftest.i && {
2525 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2526 test ! -s conftest.err
2527 }; then :
2528 ac_retval=0
2529 else
2530 $as_echo "$as_me: failed program was:" >&5
2531 sed 's/^/| /' conftest.$ac_ext >&5
2533 ac_retval=1
2535 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2536 as_fn_set_status $ac_retval
2538 } # ac_fn_c_try_cpp
2540 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2541 # -------------------------------------------------------
2542 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2543 # the include files in INCLUDES and setting the cache variable VAR
2544 # accordingly.
2545 ac_fn_c_check_header_mongrel ()
2547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2548 if eval \${$3+:} false; then :
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2550 $as_echo_n "checking for $2... " >&6; }
2551 if eval \${$3+:} false; then :
2552 $as_echo_n "(cached) " >&6
2554 eval ac_res=\$$3
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2556 $as_echo "$ac_res" >&6; }
2557 else
2558 # Is the header compilable?
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2560 $as_echo_n "checking $2 usability... " >&6; }
2561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2562 /* end confdefs.h. */
2564 #include <$2>
2565 _ACEOF
2566 if ac_fn_c_try_compile "$LINENO"; then :
2567 ac_header_compiler=yes
2568 else
2569 ac_header_compiler=no
2571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2573 $as_echo "$ac_header_compiler" >&6; }
2575 # Is the header present?
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2577 $as_echo_n "checking $2 presence... " >&6; }
2578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2579 /* end confdefs.h. */
2580 #include <$2>
2581 _ACEOF
2582 if ac_fn_c_try_cpp "$LINENO"; then :
2583 ac_header_preproc=yes
2584 else
2585 ac_header_preproc=no
2587 rm -f conftest.err conftest.i conftest.$ac_ext
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2589 $as_echo "$ac_header_preproc" >&6; }
2591 # So? What about this header?
2592 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2593 yes:no: )
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2595 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2597 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2599 no:yes:* )
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2601 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2603 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2605 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2607 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2609 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2610 ( $as_echo "## ------------------------------------ ##
2611 ## Report this to wine-devel@winehq.org ##
2612 ## ------------------------------------ ##"
2613 ) | sed "s/^/$as_me: WARNING: /" >&2
2615 esac
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2617 $as_echo_n "checking for $2... " >&6; }
2618 if eval \${$3+:} false; then :
2619 $as_echo_n "(cached) " >&6
2620 else
2621 eval "$3=\$ac_header_compiler"
2623 eval ac_res=\$$3
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2625 $as_echo "$ac_res" >&6; }
2627 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2629 } # ac_fn_c_check_header_mongrel
2631 # ac_fn_c_try_run LINENO
2632 # ----------------------
2633 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2634 # that executables *can* be run.
2635 ac_fn_c_try_run ()
2637 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2638 if { { ac_try="$ac_link"
2639 case "(($ac_try" in
2640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2641 *) ac_try_echo=$ac_try;;
2642 esac
2643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2644 $as_echo "$ac_try_echo"; } >&5
2645 (eval "$ac_link") 2>&5
2646 ac_status=$?
2647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2648 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2649 { { case "(($ac_try" in
2650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2651 *) ac_try_echo=$ac_try;;
2652 esac
2653 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2654 $as_echo "$ac_try_echo"; } >&5
2655 (eval "$ac_try") 2>&5
2656 ac_status=$?
2657 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2658 test $ac_status = 0; }; }; then :
2659 ac_retval=0
2660 else
2661 $as_echo "$as_me: program exited with status $ac_status" >&5
2662 $as_echo "$as_me: failed program was:" >&5
2663 sed 's/^/| /' conftest.$ac_ext >&5
2665 ac_retval=$ac_status
2667 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2669 as_fn_set_status $ac_retval
2671 } # ac_fn_c_try_run
2673 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2674 # -------------------------------------------------------
2675 # Tests whether HEADER exists and can be compiled using the include files in
2676 # INCLUDES, setting the cache variable VAR accordingly.
2677 ac_fn_c_check_header_compile ()
2679 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2681 $as_echo_n "checking for $2... " >&6; }
2682 if eval \${$3+:} false; then :
2683 $as_echo_n "(cached) " >&6
2684 else
2685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2686 /* end confdefs.h. */
2688 #include <$2>
2689 _ACEOF
2690 if ac_fn_c_try_compile "$LINENO"; then :
2691 eval "$3=yes"
2692 else
2693 eval "$3=no"
2695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2697 eval ac_res=\$$3
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2699 $as_echo "$ac_res" >&6; }
2700 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2702 } # ac_fn_c_check_header_compile
2704 # ac_fn_c_check_func LINENO FUNC VAR
2705 # ----------------------------------
2706 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2707 ac_fn_c_check_func ()
2709 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2711 $as_echo_n "checking for $2... " >&6; }
2712 if eval \${$3+:} false; then :
2713 $as_echo_n "(cached) " >&6
2714 else
2715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2716 /* end confdefs.h. */
2717 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2718 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2719 #define $2 innocuous_$2
2721 /* System header to define __stub macros and hopefully few prototypes,
2722 which can conflict with char $2 (); below.
2723 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2724 <limits.h> exists even on freestanding compilers. */
2726 #ifdef __STDC__
2727 # include <limits.h>
2728 #else
2729 # include <assert.h>
2730 #endif
2732 #undef $2
2734 /* Override any GCC internal prototype to avoid an error.
2735 Use char because int might match the return type of a GCC
2736 builtin and then its argument prototype would still apply. */
2737 #ifdef __cplusplus
2738 extern "C"
2739 #endif
2740 char $2 ();
2741 /* The GNU C library defines this for functions which it implements
2742 to always fail with ENOSYS. Some functions are actually named
2743 something starting with __ and the normal name is an alias. */
2744 #if defined __stub_$2 || defined __stub___$2
2745 choke me
2746 #endif
2749 main ()
2751 return $2 ();
2753 return 0;
2755 _ACEOF
2756 if ac_fn_c_try_link "$LINENO"; then :
2757 eval "$3=yes"
2758 else
2759 eval "$3=no"
2761 rm -f core conftest.err conftest.$ac_objext \
2762 conftest$ac_exeext conftest.$ac_ext
2764 eval ac_res=\$$3
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2766 $as_echo "$ac_res" >&6; }
2767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2769 } # ac_fn_c_check_func
2771 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2772 # ----------------------------------------------------
2773 # Tries to find if the field MEMBER exists in type AGGR, after including
2774 # INCLUDES, setting cache variable VAR accordingly.
2775 ac_fn_c_check_member ()
2777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2779 $as_echo_n "checking for $2.$3... " >&6; }
2780 if eval \${$4+:} false; then :
2781 $as_echo_n "(cached) " >&6
2782 else
2783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2784 /* end confdefs.h. */
2787 main ()
2789 static $2 ac_aggr;
2790 if (ac_aggr.$3)
2791 return 0;
2793 return 0;
2795 _ACEOF
2796 if ac_fn_c_try_compile "$LINENO"; then :
2797 eval "$4=yes"
2798 else
2799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2800 /* end confdefs.h. */
2803 main ()
2805 static $2 ac_aggr;
2806 if (sizeof ac_aggr.$3)
2807 return 0;
2809 return 0;
2811 _ACEOF
2812 if ac_fn_c_try_compile "$LINENO"; then :
2813 eval "$4=yes"
2814 else
2815 eval "$4=no"
2817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2821 eval ac_res=\$$4
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2823 $as_echo "$ac_res" >&6; }
2824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2826 } # ac_fn_c_check_member
2828 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2829 # -------------------------------------------
2830 # Tests whether TYPE exists after having included INCLUDES, setting cache
2831 # variable VAR accordingly.
2832 ac_fn_c_check_type ()
2834 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2836 $as_echo_n "checking for $2... " >&6; }
2837 if eval \${$3+:} false; then :
2838 $as_echo_n "(cached) " >&6
2839 else
2840 eval "$3=no"
2841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2842 /* end confdefs.h. */
2845 main ()
2847 if (sizeof ($2))
2848 return 0;
2850 return 0;
2852 _ACEOF
2853 if ac_fn_c_try_compile "$LINENO"; then :
2854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2855 /* end confdefs.h. */
2858 main ()
2860 if (sizeof (($2)))
2861 return 0;
2863 return 0;
2865 _ACEOF
2866 if ac_fn_c_try_compile "$LINENO"; then :
2868 else
2869 eval "$3=yes"
2871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2875 eval ac_res=\$$3
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2877 $as_echo "$ac_res" >&6; }
2878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2880 } # ac_fn_c_check_type
2881 cat >config.log <<_ACEOF
2882 This file contains any messages produced by compilers while
2883 running configure, to aid debugging if configure makes a mistake.
2885 It was created by Wine $as_me 1.7.54, which was
2886 generated by GNU Autoconf 2.69. Invocation command line was
2888 $ $0 $@
2890 _ACEOF
2891 exec 5>>config.log
2893 cat <<_ASUNAME
2894 ## --------- ##
2895 ## Platform. ##
2896 ## --------- ##
2898 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2899 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2900 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2901 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2902 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2904 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2905 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2907 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2908 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2909 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2910 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2911 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2912 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2913 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2915 _ASUNAME
2917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2918 for as_dir in $PATH
2920 IFS=$as_save_IFS
2921 test -z "$as_dir" && as_dir=.
2922 $as_echo "PATH: $as_dir"
2923 done
2924 IFS=$as_save_IFS
2926 } >&5
2928 cat >&5 <<_ACEOF
2931 ## ----------- ##
2932 ## Core tests. ##
2933 ## ----------- ##
2935 _ACEOF
2938 # Keep a trace of the command line.
2939 # Strip out --no-create and --no-recursion so they do not pile up.
2940 # Strip out --silent because we don't want to record it for future runs.
2941 # Also quote any args containing shell meta-characters.
2942 # Make two passes to allow for proper duplicate-argument suppression.
2943 ac_configure_args=
2944 ac_configure_args0=
2945 ac_configure_args1=
2946 ac_must_keep_next=false
2947 for ac_pass in 1 2
2949 for ac_arg
2951 case $ac_arg in
2952 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2953 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2954 | -silent | --silent | --silen | --sile | --sil)
2955 continue ;;
2956 *\'*)
2957 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2958 esac
2959 case $ac_pass in
2960 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2962 as_fn_append ac_configure_args1 " '$ac_arg'"
2963 if test $ac_must_keep_next = true; then
2964 ac_must_keep_next=false # Got value, back to normal.
2965 else
2966 case $ac_arg in
2967 *=* | --config-cache | -C | -disable-* | --disable-* \
2968 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2969 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2970 | -with-* | --with-* | -without-* | --without-* | --x)
2971 case "$ac_configure_args0 " in
2972 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2973 esac
2975 -* ) ac_must_keep_next=true ;;
2976 esac
2978 as_fn_append ac_configure_args " '$ac_arg'"
2980 esac
2981 done
2982 done
2983 { ac_configure_args0=; unset ac_configure_args0;}
2984 { ac_configure_args1=; unset ac_configure_args1;}
2986 # When interrupted or exit'd, cleanup temporary files, and complete
2987 # config.log. We remove comments because anyway the quotes in there
2988 # would cause problems or look ugly.
2989 # WARNING: Use '\'' to represent an apostrophe within the trap.
2990 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2991 trap 'exit_status=$?
2992 # Save into config.log some information that might help in debugging.
2994 echo
2996 $as_echo "## ---------------- ##
2997 ## Cache variables. ##
2998 ## ---------------- ##"
2999 echo
3000 # The following way of writing the cache mishandles newlines in values,
3002 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3003 eval ac_val=\$$ac_var
3004 case $ac_val in #(
3005 *${as_nl}*)
3006 case $ac_var in #(
3007 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3008 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3009 esac
3010 case $ac_var in #(
3011 _ | IFS | as_nl) ;; #(
3012 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3013 *) { eval $ac_var=; unset $ac_var;} ;;
3014 esac ;;
3015 esac
3016 done
3017 (set) 2>&1 |
3018 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3019 *${as_nl}ac_space=\ *)
3020 sed -n \
3021 "s/'\''/'\''\\\\'\'''\''/g;
3022 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3023 ;; #(
3025 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3027 esac |
3028 sort
3030 echo
3032 $as_echo "## ----------------- ##
3033 ## Output variables. ##
3034 ## ----------------- ##"
3035 echo
3036 for ac_var in $ac_subst_vars
3038 eval ac_val=\$$ac_var
3039 case $ac_val in
3040 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3041 esac
3042 $as_echo "$ac_var='\''$ac_val'\''"
3043 done | sort
3044 echo
3046 if test -n "$ac_subst_files"; then
3047 $as_echo "## ------------------- ##
3048 ## File substitutions. ##
3049 ## ------------------- ##"
3050 echo
3051 for ac_var in $ac_subst_files
3053 eval ac_val=\$$ac_var
3054 case $ac_val in
3055 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3056 esac
3057 $as_echo "$ac_var='\''$ac_val'\''"
3058 done | sort
3059 echo
3062 if test -s confdefs.h; then
3063 $as_echo "## ----------- ##
3064 ## confdefs.h. ##
3065 ## ----------- ##"
3066 echo
3067 cat confdefs.h
3068 echo
3070 test "$ac_signal" != 0 &&
3071 $as_echo "$as_me: caught signal $ac_signal"
3072 $as_echo "$as_me: exit $exit_status"
3073 } >&5
3074 rm -f core *.core core.conftest.* &&
3075 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3076 exit $exit_status
3078 for ac_signal in 1 2 13 15; do
3079 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3080 done
3081 ac_signal=0
3083 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3084 rm -f -r conftest* confdefs.h
3086 $as_echo "/* confdefs.h */" > confdefs.h
3088 # Predefined preprocessor variables.
3090 cat >>confdefs.h <<_ACEOF
3091 #define PACKAGE_NAME "$PACKAGE_NAME"
3092 _ACEOF
3094 cat >>confdefs.h <<_ACEOF
3095 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3096 _ACEOF
3098 cat >>confdefs.h <<_ACEOF
3099 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3100 _ACEOF
3102 cat >>confdefs.h <<_ACEOF
3103 #define PACKAGE_STRING "$PACKAGE_STRING"
3104 _ACEOF
3106 cat >>confdefs.h <<_ACEOF
3107 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3108 _ACEOF
3110 cat >>confdefs.h <<_ACEOF
3111 #define PACKAGE_URL "$PACKAGE_URL"
3112 _ACEOF
3115 # Let the site file select an alternate cache file if it wants to.
3116 # Prefer an explicitly selected file to automatically selected ones.
3117 ac_site_file1=NONE
3118 ac_site_file2=NONE
3119 if test -n "$CONFIG_SITE"; then
3120 # We do not want a PATH search for config.site.
3121 case $CONFIG_SITE in #((
3122 -*) ac_site_file1=./$CONFIG_SITE;;
3123 */*) ac_site_file1=$CONFIG_SITE;;
3124 *) ac_site_file1=./$CONFIG_SITE;;
3125 esac
3126 elif test "x$prefix" != xNONE; then
3127 ac_site_file1=$prefix/share/config.site
3128 ac_site_file2=$prefix/etc/config.site
3129 else
3130 ac_site_file1=$ac_default_prefix/share/config.site
3131 ac_site_file2=$ac_default_prefix/etc/config.site
3133 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3135 test "x$ac_site_file" = xNONE && continue
3136 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3138 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3139 sed 's/^/| /' "$ac_site_file" >&5
3140 . "$ac_site_file" \
3141 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3142 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3143 as_fn_error $? "failed to load site script $ac_site_file
3144 See \`config.log' for more details" "$LINENO" 5; }
3146 done
3148 if test -r "$cache_file"; then
3149 # Some versions of bash will fail to source /dev/null (special files
3150 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3151 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3153 $as_echo "$as_me: loading cache $cache_file" >&6;}
3154 case $cache_file in
3155 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3156 *) . "./$cache_file";;
3157 esac
3159 else
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3161 $as_echo "$as_me: creating cache $cache_file" >&6;}
3162 >$cache_file
3165 # Check that the precious variables saved in the cache have kept the same
3166 # value.
3167 ac_cache_corrupted=false
3168 for ac_var in $ac_precious_vars; do
3169 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3170 eval ac_new_set=\$ac_env_${ac_var}_set
3171 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3172 eval ac_new_val=\$ac_env_${ac_var}_value
3173 case $ac_old_set,$ac_new_set in
3174 set,)
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3176 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3177 ac_cache_corrupted=: ;;
3178 ,set)
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3180 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3181 ac_cache_corrupted=: ;;
3182 ,);;
3184 if test "x$ac_old_val" != "x$ac_new_val"; then
3185 # differences in whitespace do not lead to failure.
3186 ac_old_val_w=`echo x $ac_old_val`
3187 ac_new_val_w=`echo x $ac_new_val`
3188 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3190 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3191 ac_cache_corrupted=:
3192 else
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3194 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3195 eval $ac_var=\$ac_old_val
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3198 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3200 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3201 fi;;
3202 esac
3203 # Pass precious variables to config.status.
3204 if test "$ac_new_set" = set; then
3205 case $ac_new_val in
3206 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3207 *) ac_arg=$ac_var=$ac_new_val ;;
3208 esac
3209 case " $ac_configure_args " in
3210 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3211 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3212 esac
3214 done
3215 if $ac_cache_corrupted; then
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3219 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3220 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3222 ## -------------------- ##
3223 ## Main body of script. ##
3224 ## -------------------- ##
3226 ac_ext=c
3227 ac_cpp='$CPP $CPPFLAGS'
3228 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3229 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3230 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3234 ac_config_headers="$ac_config_headers include/config.h"
3236 ac_aux_dir=
3237 for ac_dir in tools "$srcdir"/tools; do
3238 if test -f "$ac_dir/install-sh"; then
3239 ac_aux_dir=$ac_dir
3240 ac_install_sh="$ac_aux_dir/install-sh -c"
3241 break
3242 elif test -f "$ac_dir/install.sh"; then
3243 ac_aux_dir=$ac_dir
3244 ac_install_sh="$ac_aux_dir/install.sh -c"
3245 break
3246 elif test -f "$ac_dir/shtool"; then
3247 ac_aux_dir=$ac_dir
3248 ac_install_sh="$ac_aux_dir/shtool install -c"
3249 break
3251 done
3252 if test -z "$ac_aux_dir"; then
3253 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3256 # These three variables are undocumented and unsupported,
3257 # and are intended to be withdrawn in a future Autoconf release.
3258 # They can cause serious problems if a builder's source tree is in a directory
3259 # whose full name contains unusual characters.
3260 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3261 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3262 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3266 libwine_version="1.0"
3270 # Check whether --enable-win16 was given.
3271 if test "${enable_win16+set}" = set; then :
3272 enableval=$enable_win16;
3275 # Check whether --enable-win64 was given.
3276 if test "${enable_win64+set}" = set; then :
3277 enableval=$enable_win64;
3280 # Check whether --enable-tests was given.
3281 if test "${enable_tests+set}" = set; then :
3282 enableval=$enable_tests;
3285 # Check whether --enable-maintainer-mode was given.
3286 if test "${enable_maintainer_mode+set}" = set; then :
3287 enableval=$enable_maintainer_mode;
3292 # Check whether --with-alsa was given.
3293 if test "${with_alsa+set}" = set; then :
3294 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3298 # Check whether --with-capi was given.
3299 if test "${with_capi+set}" = set; then :
3300 withval=$with_capi;
3304 # Check whether --with-cms was given.
3305 if test "${with_cms+set}" = set; then :
3306 withval=$with_cms;
3310 # Check whether --with-coreaudio was given.
3311 if test "${with_coreaudio+set}" = set; then :
3312 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3316 # Check whether --with-cups was given.
3317 if test "${with_cups+set}" = set; then :
3318 withval=$with_cups;
3322 # Check whether --with-curses was given.
3323 if test "${with_curses+set}" = set; then :
3324 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3328 # Check whether --with-dbus was given.
3329 if test "${with_dbus+set}" = set; then :
3330 withval=$with_dbus;
3334 # Check whether --with-fontconfig was given.
3335 if test "${with_fontconfig+set}" = set; then :
3336 withval=$with_fontconfig;
3340 # Check whether --with-freetype was given.
3341 if test "${with_freetype+set}" = set; then :
3342 withval=$with_freetype;
3346 # Check whether --with-gettext was given.
3347 if test "${with_gettext+set}" = set; then :
3348 withval=$with_gettext;
3352 # Check whether --with-gettextpo was given.
3353 if test "${with_gettextpo+set}" = set; then :
3354 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3358 # Check whether --with-gphoto was given.
3359 if test "${with_gphoto+set}" = set; then :
3360 withval=$with_gphoto;
3364 # Check whether --with-glu was given.
3365 if test "${with_glu+set}" = set; then :
3366 withval=$with_glu;
3370 # Check whether --with-gnutls was given.
3371 if test "${with_gnutls+set}" = set; then :
3372 withval=$with_gnutls;
3376 # Check whether --with-gsm was given.
3377 if test "${with_gsm+set}" = set; then :
3378 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3382 # Check whether --with-gstreamer was given.
3383 if test "${with_gstreamer+set}" = set; then :
3384 withval=$with_gstreamer;
3388 # Check whether --with-hal was given.
3389 if test "${with_hal+set}" = set; then :
3390 withval=$with_hal;
3394 # Check whether --with-jpeg was given.
3395 if test "${with_jpeg+set}" = set; then :
3396 withval=$with_jpeg;
3400 # Check whether --with-ldap was given.
3401 if test "${with_ldap+set}" = set; then :
3402 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3406 # Check whether --with-mpg123 was given.
3407 if test "${with_mpg123+set}" = set; then :
3408 withval=$with_mpg123;
3412 # Check whether --with-netapi was given.
3413 if test "${with_netapi+set}" = set; then :
3414 withval=$with_netapi;
3418 # Check whether --with-openal was given.
3419 if test "${with_openal+set}" = set; then :
3420 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3424 # Check whether --with-opencl was given.
3425 if test "${with_opencl+set}" = set; then :
3426 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3430 # Check whether --with-opengl was given.
3431 if test "${with_opengl+set}" = set; then :
3432 withval=$with_opengl;
3436 # Check whether --with-osmesa was given.
3437 if test "${with_osmesa+set}" = set; then :
3438 withval=$with_osmesa;
3442 # Check whether --with-oss was given.
3443 if test "${with_oss+set}" = set; then :
3444 withval=$with_oss;
3448 # Check whether --with-pcap was given.
3449 if test "${with_pcap+set}" = set; then :
3450 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3454 # Check whether --with-png was given.
3455 if test "${with_png+set}" = set; then :
3456 withval=$with_png;
3460 # Check whether --with-pthread was given.
3461 if test "${with_pthread+set}" = set; then :
3462 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3466 # Check whether --with-pulse was given.
3467 if test "${with_pulse+set}" = set; then :
3468 withval=$with_pulse;
3472 # Check whether --with-sane was given.
3473 if test "${with_sane+set}" = set; then :
3474 withval=$with_sane;
3478 # Check whether --with-tiff was given.
3479 if test "${with_tiff+set}" = set; then :
3480 withval=$with_tiff;
3484 # Check whether --with-v4l was given.
3485 if test "${with_v4l+set}" = set; then :
3486 withval=$with_v4l;
3490 # Check whether --with-xcomposite was given.
3491 if test "${with_xcomposite+set}" = set; then :
3492 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3496 # Check whether --with-xcursor was given.
3497 if test "${with_xcursor+set}" = set; then :
3498 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3502 # Check whether --with-xinerama was given.
3503 if test "${with_xinerama+set}" = set; then :
3504 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3508 # Check whether --with-xinput was given.
3509 if test "${with_xinput+set}" = set; then :
3510 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3514 # Check whether --with-xinput2 was given.
3515 if test "${with_xinput2+set}" = set; then :
3516 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3520 # Check whether --with-xml was given.
3521 if test "${with_xml+set}" = set; then :
3522 withval=$with_xml;
3526 # Check whether --with-xrandr was given.
3527 if test "${with_xrandr+set}" = set; then :
3528 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3532 # Check whether --with-xrender was given.
3533 if test "${with_xrender+set}" = set; then :
3534 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3538 # Check whether --with-xshape was given.
3539 if test "${with_xshape+set}" = set; then :
3540 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3544 # Check whether --with-xshm was given.
3545 if test "${with_xshm+set}" = set; then :
3546 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3550 # Check whether --with-xslt was given.
3551 if test "${with_xslt+set}" = set; then :
3552 withval=$with_xslt;
3556 # Check whether --with-xxf86vm was given.
3557 if test "${with_xxf86vm+set}" = set; then :
3558 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
3562 # Check whether --with-zlib was given.
3563 if test "${with_zlib+set}" = set; then :
3564 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3569 # Check whether --with-wine-tools was given.
3570 if test "${with_wine_tools+set}" = set; then :
3571 withval=$with_wine_tools;
3575 # Check whether --with-wine64 was given.
3576 if test "${with_wine64+set}" = set; then :
3577 withval=$with_wine64;
3581 # Make sure we can run config.sub.
3582 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3583 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3586 $as_echo_n "checking build system type... " >&6; }
3587 if ${ac_cv_build+:} false; then :
3588 $as_echo_n "(cached) " >&6
3589 else
3590 ac_build_alias=$build_alias
3591 test "x$ac_build_alias" = x &&
3592 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3593 test "x$ac_build_alias" = x &&
3594 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3595 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3596 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3600 $as_echo "$ac_cv_build" >&6; }
3601 case $ac_cv_build in
3602 *-*-*) ;;
3603 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3604 esac
3605 build=$ac_cv_build
3606 ac_save_IFS=$IFS; IFS='-'
3607 set x $ac_cv_build
3608 shift
3609 build_cpu=$1
3610 build_vendor=$2
3611 shift; shift
3612 # Remember, the first character of IFS is used to create $*,
3613 # except with old shells:
3614 build_os=$*
3615 IFS=$ac_save_IFS
3616 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3620 $as_echo_n "checking host system type... " >&6; }
3621 if ${ac_cv_host+:} false; then :
3622 $as_echo_n "(cached) " >&6
3623 else
3624 if test "x$host_alias" = x; then
3625 ac_cv_host=$ac_cv_build
3626 else
3627 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3628 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3633 $as_echo "$ac_cv_host" >&6; }
3634 case $ac_cv_host in
3635 *-*-*) ;;
3636 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3637 esac
3638 host=$ac_cv_host
3639 ac_save_IFS=$IFS; IFS='-'
3640 set x $ac_cv_host
3641 shift
3642 host_cpu=$1
3643 host_vendor=$2
3644 shift; shift
3645 # Remember, the first character of IFS is used to create $*,
3646 # except with old shells:
3647 host_os=$*
3648 IFS=$ac_save_IFS
3649 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3653 case "$srcdir" in
3654 .) ;;
3655 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3656 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3657 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3658 fi ;;
3659 esac
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3663 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3664 set x ${MAKE-make}
3665 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3666 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3667 $as_echo_n "(cached) " >&6
3668 else
3669 cat >conftest.make <<\_ACEOF
3670 SHELL = /bin/sh
3671 all:
3672 @echo '@@@%%%=$(MAKE)=@@@%%%'
3673 _ACEOF
3674 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3675 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3676 *@@@%%%=?*=@@@%%%*)
3677 eval ac_cv_prog_make_${ac_make}_set=yes;;
3679 eval ac_cv_prog_make_${ac_make}_set=no;;
3680 esac
3681 rm -f conftest.make
3683 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3685 $as_echo "yes" >&6; }
3686 SET_MAKE=
3687 else
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3689 $as_echo "no" >&6; }
3690 SET_MAKE="MAKE=${MAKE-make}"
3693 ac_ext=c
3694 ac_cpp='$CPP $CPPFLAGS'
3695 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3696 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3697 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3698 if test -n "$ac_tool_prefix"; then
3699 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3700 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3702 $as_echo_n "checking for $ac_word... " >&6; }
3703 if ${ac_cv_prog_CC+:} false; then :
3704 $as_echo_n "(cached) " >&6
3705 else
3706 if test -n "$CC"; then
3707 ac_cv_prog_CC="$CC" # Let the user override the test.
3708 else
3709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3710 for as_dir in $PATH
3712 IFS=$as_save_IFS
3713 test -z "$as_dir" && as_dir=.
3714 for ac_exec_ext in '' $ac_executable_extensions; do
3715 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3716 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3718 break 2
3720 done
3721 done
3722 IFS=$as_save_IFS
3726 CC=$ac_cv_prog_CC
3727 if test -n "$CC"; then
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3729 $as_echo "$CC" >&6; }
3730 else
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3732 $as_echo "no" >&6; }
3737 if test -z "$ac_cv_prog_CC"; then
3738 ac_ct_CC=$CC
3739 # Extract the first word of "gcc", so it can be a program name with args.
3740 set dummy gcc; ac_word=$2
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3742 $as_echo_n "checking for $ac_word... " >&6; }
3743 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3744 $as_echo_n "(cached) " >&6
3745 else
3746 if test -n "$ac_ct_CC"; then
3747 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3748 else
3749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3750 for as_dir in $PATH
3752 IFS=$as_save_IFS
3753 test -z "$as_dir" && as_dir=.
3754 for ac_exec_ext in '' $ac_executable_extensions; do
3755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3756 ac_cv_prog_ac_ct_CC="gcc"
3757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3758 break 2
3760 done
3761 done
3762 IFS=$as_save_IFS
3766 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3767 if test -n "$ac_ct_CC"; then
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3769 $as_echo "$ac_ct_CC" >&6; }
3770 else
3771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3772 $as_echo "no" >&6; }
3775 if test "x$ac_ct_CC" = x; then
3776 CC=""
3777 else
3778 case $cross_compiling:$ac_tool_warned in
3779 yes:)
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3781 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3782 ac_tool_warned=yes ;;
3783 esac
3784 CC=$ac_ct_CC
3786 else
3787 CC="$ac_cv_prog_CC"
3790 if test -z "$CC"; then
3791 if test -n "$ac_tool_prefix"; then
3792 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3793 set dummy ${ac_tool_prefix}cc; ac_word=$2
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3795 $as_echo_n "checking for $ac_word... " >&6; }
3796 if ${ac_cv_prog_CC+:} false; then :
3797 $as_echo_n "(cached) " >&6
3798 else
3799 if test -n "$CC"; then
3800 ac_cv_prog_CC="$CC" # Let the user override the test.
3801 else
3802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3803 for as_dir in $PATH
3805 IFS=$as_save_IFS
3806 test -z "$as_dir" && as_dir=.
3807 for ac_exec_ext in '' $ac_executable_extensions; do
3808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3809 ac_cv_prog_CC="${ac_tool_prefix}cc"
3810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3811 break 2
3813 done
3814 done
3815 IFS=$as_save_IFS
3819 CC=$ac_cv_prog_CC
3820 if test -n "$CC"; then
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3822 $as_echo "$CC" >&6; }
3823 else
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3825 $as_echo "no" >&6; }
3831 if test -z "$CC"; then
3832 # Extract the first word of "cc", so it can be a program name with args.
3833 set dummy cc; ac_word=$2
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3835 $as_echo_n "checking for $ac_word... " >&6; }
3836 if ${ac_cv_prog_CC+:} false; then :
3837 $as_echo_n "(cached) " >&6
3838 else
3839 if test -n "$CC"; then
3840 ac_cv_prog_CC="$CC" # Let the user override the test.
3841 else
3842 ac_prog_rejected=no
3843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3844 for as_dir in $PATH
3846 IFS=$as_save_IFS
3847 test -z "$as_dir" && as_dir=.
3848 for ac_exec_ext in '' $ac_executable_extensions; do
3849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3850 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3851 ac_prog_rejected=yes
3852 continue
3854 ac_cv_prog_CC="cc"
3855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3856 break 2
3858 done
3859 done
3860 IFS=$as_save_IFS
3862 if test $ac_prog_rejected = yes; then
3863 # We found a bogon in the path, so make sure we never use it.
3864 set dummy $ac_cv_prog_CC
3865 shift
3866 if test $# != 0; then
3867 # We chose a different compiler from the bogus one.
3868 # However, it has the same basename, so the bogon will be chosen
3869 # first if we set CC to just the basename; use the full file name.
3870 shift
3871 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3876 CC=$ac_cv_prog_CC
3877 if test -n "$CC"; then
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3879 $as_echo "$CC" >&6; }
3880 else
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3882 $as_echo "no" >&6; }
3887 if test -z "$CC"; then
3888 if test -n "$ac_tool_prefix"; then
3889 for ac_prog in cl.exe
3891 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3892 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3894 $as_echo_n "checking for $ac_word... " >&6; }
3895 if ${ac_cv_prog_CC+:} false; then :
3896 $as_echo_n "(cached) " >&6
3897 else
3898 if test -n "$CC"; then
3899 ac_cv_prog_CC="$CC" # Let the user override the test.
3900 else
3901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3902 for as_dir in $PATH
3904 IFS=$as_save_IFS
3905 test -z "$as_dir" && as_dir=.
3906 for ac_exec_ext in '' $ac_executable_extensions; do
3907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3908 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3910 break 2
3912 done
3913 done
3914 IFS=$as_save_IFS
3918 CC=$ac_cv_prog_CC
3919 if test -n "$CC"; then
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3921 $as_echo "$CC" >&6; }
3922 else
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3924 $as_echo "no" >&6; }
3928 test -n "$CC" && break
3929 done
3931 if test -z "$CC"; then
3932 ac_ct_CC=$CC
3933 for ac_prog in cl.exe
3935 # Extract the first word of "$ac_prog", so it can be a program name with args.
3936 set dummy $ac_prog; ac_word=$2
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3938 $as_echo_n "checking for $ac_word... " >&6; }
3939 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3940 $as_echo_n "(cached) " >&6
3941 else
3942 if test -n "$ac_ct_CC"; then
3943 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3944 else
3945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3946 for as_dir in $PATH
3948 IFS=$as_save_IFS
3949 test -z "$as_dir" && as_dir=.
3950 for ac_exec_ext in '' $ac_executable_extensions; do
3951 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3952 ac_cv_prog_ac_ct_CC="$ac_prog"
3953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3954 break 2
3956 done
3957 done
3958 IFS=$as_save_IFS
3962 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3963 if test -n "$ac_ct_CC"; then
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3965 $as_echo "$ac_ct_CC" >&6; }
3966 else
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3968 $as_echo "no" >&6; }
3972 test -n "$ac_ct_CC" && break
3973 done
3975 if test "x$ac_ct_CC" = x; then
3976 CC=""
3977 else
3978 case $cross_compiling:$ac_tool_warned in
3979 yes:)
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3981 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3982 ac_tool_warned=yes ;;
3983 esac
3984 CC=$ac_ct_CC
3991 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3992 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3993 as_fn_error $? "no acceptable C compiler found in \$PATH
3994 See \`config.log' for more details" "$LINENO" 5; }
3996 # Provide some information about the compiler.
3997 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3998 set X $ac_compile
3999 ac_compiler=$2
4000 for ac_option in --version -v -V -qversion; do
4001 { { ac_try="$ac_compiler $ac_option >&5"
4002 case "(($ac_try" in
4003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4004 *) ac_try_echo=$ac_try;;
4005 esac
4006 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4007 $as_echo "$ac_try_echo"; } >&5
4008 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4009 ac_status=$?
4010 if test -s conftest.err; then
4011 sed '10a\
4012 ... rest of stderr output deleted ...
4013 10q' conftest.err >conftest.er1
4014 cat conftest.er1 >&5
4016 rm -f conftest.er1 conftest.err
4017 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4018 test $ac_status = 0; }
4019 done
4021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4022 /* end confdefs.h. */
4025 main ()
4029 return 0;
4031 _ACEOF
4032 ac_clean_files_save=$ac_clean_files
4033 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4034 # Try to create an executable without -o first, disregard a.out.
4035 # It will help us diagnose broken compilers, and finding out an intuition
4036 # of exeext.
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4038 $as_echo_n "checking whether the C compiler works... " >&6; }
4039 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4041 # The possible output files:
4042 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4044 ac_rmfiles=
4045 for ac_file in $ac_files
4047 case $ac_file in
4048 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4049 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4050 esac
4051 done
4052 rm -f $ac_rmfiles
4054 if { { ac_try="$ac_link_default"
4055 case "(($ac_try" in
4056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4057 *) ac_try_echo=$ac_try;;
4058 esac
4059 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4060 $as_echo "$ac_try_echo"; } >&5
4061 (eval "$ac_link_default") 2>&5
4062 ac_status=$?
4063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4064 test $ac_status = 0; }; then :
4065 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4066 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4067 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4068 # so that the user can short-circuit this test for compilers unknown to
4069 # Autoconf.
4070 for ac_file in $ac_files ''
4072 test -f "$ac_file" || continue
4073 case $ac_file in
4074 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4076 [ab].out )
4077 # We found the default executable, but exeext='' is most
4078 # certainly right.
4079 break;;
4080 *.* )
4081 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4082 then :; else
4083 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4085 # We set ac_cv_exeext here because the later test for it is not
4086 # safe: cross compilers may not add the suffix if given an `-o'
4087 # argument, so we may need to know it at that point already.
4088 # Even if this section looks crufty: it has the advantage of
4089 # actually working.
4090 break;;
4092 break;;
4093 esac
4094 done
4095 test "$ac_cv_exeext" = no && ac_cv_exeext=
4097 else
4098 ac_file=''
4100 if test -z "$ac_file"; then :
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102 $as_echo "no" >&6; }
4103 $as_echo "$as_me: failed program was:" >&5
4104 sed 's/^/| /' conftest.$ac_ext >&5
4106 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4107 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4108 as_fn_error 77 "C compiler cannot create executables
4109 See \`config.log' for more details" "$LINENO" 5; }
4110 else
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4112 $as_echo "yes" >&6; }
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4115 $as_echo_n "checking for C compiler default output file name... " >&6; }
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4117 $as_echo "$ac_file" >&6; }
4118 ac_exeext=$ac_cv_exeext
4120 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4121 ac_clean_files=$ac_clean_files_save
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4123 $as_echo_n "checking for suffix of executables... " >&6; }
4124 if { { ac_try="$ac_link"
4125 case "(($ac_try" in
4126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4127 *) ac_try_echo=$ac_try;;
4128 esac
4129 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4130 $as_echo "$ac_try_echo"; } >&5
4131 (eval "$ac_link") 2>&5
4132 ac_status=$?
4133 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4134 test $ac_status = 0; }; then :
4135 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4136 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4137 # work properly (i.e., refer to `conftest.exe'), while it won't with
4138 # `rm'.
4139 for ac_file in conftest.exe conftest conftest.*; do
4140 test -f "$ac_file" || continue
4141 case $ac_file in
4142 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4143 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4144 break;;
4145 * ) break;;
4146 esac
4147 done
4148 else
4149 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4150 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4151 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4152 See \`config.log' for more details" "$LINENO" 5; }
4154 rm -f conftest conftest$ac_cv_exeext
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4156 $as_echo "$ac_cv_exeext" >&6; }
4158 rm -f conftest.$ac_ext
4159 EXEEXT=$ac_cv_exeext
4160 ac_exeext=$EXEEXT
4161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4162 /* end confdefs.h. */
4163 #include <stdio.h>
4165 main ()
4167 FILE *f = fopen ("conftest.out", "w");
4168 return ferror (f) || fclose (f) != 0;
4171 return 0;
4173 _ACEOF
4174 ac_clean_files="$ac_clean_files conftest.out"
4175 # Check that the compiler produces executables we can run. If not, either
4176 # the compiler is broken, or we cross compile.
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4178 $as_echo_n "checking whether we are cross compiling... " >&6; }
4179 if test "$cross_compiling" != yes; then
4180 { { ac_try="$ac_link"
4181 case "(($ac_try" in
4182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4183 *) ac_try_echo=$ac_try;;
4184 esac
4185 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4186 $as_echo "$ac_try_echo"; } >&5
4187 (eval "$ac_link") 2>&5
4188 ac_status=$?
4189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4190 test $ac_status = 0; }
4191 if { ac_try='./conftest$ac_cv_exeext'
4192 { { case "(($ac_try" in
4193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4194 *) ac_try_echo=$ac_try;;
4195 esac
4196 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4197 $as_echo "$ac_try_echo"; } >&5
4198 (eval "$ac_try") 2>&5
4199 ac_status=$?
4200 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4201 test $ac_status = 0; }; }; then
4202 cross_compiling=no
4203 else
4204 if test "$cross_compiling" = maybe; then
4205 cross_compiling=yes
4206 else
4207 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4208 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4209 as_fn_error $? "cannot run C compiled programs.
4210 If you meant to cross compile, use \`--host'.
4211 See \`config.log' for more details" "$LINENO" 5; }
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4216 $as_echo "$cross_compiling" >&6; }
4218 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4219 ac_clean_files=$ac_clean_files_save
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4221 $as_echo_n "checking for suffix of object files... " >&6; }
4222 if ${ac_cv_objext+:} false; then :
4223 $as_echo_n "(cached) " >&6
4224 else
4225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4226 /* end confdefs.h. */
4229 main ()
4233 return 0;
4235 _ACEOF
4236 rm -f conftest.o conftest.obj
4237 if { { ac_try="$ac_compile"
4238 case "(($ac_try" in
4239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4240 *) ac_try_echo=$ac_try;;
4241 esac
4242 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4243 $as_echo "$ac_try_echo"; } >&5
4244 (eval "$ac_compile") 2>&5
4245 ac_status=$?
4246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4247 test $ac_status = 0; }; then :
4248 for ac_file in conftest.o conftest.obj conftest.*; do
4249 test -f "$ac_file" || continue;
4250 case $ac_file in
4251 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4252 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4253 break;;
4254 esac
4255 done
4256 else
4257 $as_echo "$as_me: failed program was:" >&5
4258 sed 's/^/| /' conftest.$ac_ext >&5
4260 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4261 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4262 as_fn_error $? "cannot compute suffix of object files: cannot compile
4263 See \`config.log' for more details" "$LINENO" 5; }
4265 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4268 $as_echo "$ac_cv_objext" >&6; }
4269 OBJEXT=$ac_cv_objext
4270 ac_objext=$OBJEXT
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4272 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4273 if ${ac_cv_c_compiler_gnu+:} false; then :
4274 $as_echo_n "(cached) " >&6
4275 else
4276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4277 /* end confdefs.h. */
4280 main ()
4282 #ifndef __GNUC__
4283 choke me
4284 #endif
4287 return 0;
4289 _ACEOF
4290 if ac_fn_c_try_compile "$LINENO"; then :
4291 ac_compiler_gnu=yes
4292 else
4293 ac_compiler_gnu=no
4295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4296 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4300 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4301 if test $ac_compiler_gnu = yes; then
4302 GCC=yes
4303 else
4304 GCC=
4306 ac_test_CFLAGS=${CFLAGS+set}
4307 ac_save_CFLAGS=$CFLAGS
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4309 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4310 if ${ac_cv_prog_cc_g+:} false; then :
4311 $as_echo_n "(cached) " >&6
4312 else
4313 ac_save_c_werror_flag=$ac_c_werror_flag
4314 ac_c_werror_flag=yes
4315 ac_cv_prog_cc_g=no
4316 CFLAGS="-g"
4317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4318 /* end confdefs.h. */
4321 main ()
4325 return 0;
4327 _ACEOF
4328 if ac_fn_c_try_compile "$LINENO"; then :
4329 ac_cv_prog_cc_g=yes
4330 else
4331 CFLAGS=""
4332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4333 /* end confdefs.h. */
4336 main ()
4340 return 0;
4342 _ACEOF
4343 if ac_fn_c_try_compile "$LINENO"; then :
4345 else
4346 ac_c_werror_flag=$ac_save_c_werror_flag
4347 CFLAGS="-g"
4348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4349 /* end confdefs.h. */
4352 main ()
4356 return 0;
4358 _ACEOF
4359 if ac_fn_c_try_compile "$LINENO"; then :
4360 ac_cv_prog_cc_g=yes
4362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4367 ac_c_werror_flag=$ac_save_c_werror_flag
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4370 $as_echo "$ac_cv_prog_cc_g" >&6; }
4371 if test "$ac_test_CFLAGS" = set; then
4372 CFLAGS=$ac_save_CFLAGS
4373 elif test $ac_cv_prog_cc_g = yes; then
4374 if test "$GCC" = yes; then
4375 CFLAGS="-g -O2"
4376 else
4377 CFLAGS="-g"
4379 else
4380 if test "$GCC" = yes; then
4381 CFLAGS="-O2"
4382 else
4383 CFLAGS=
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4387 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4388 if ${ac_cv_prog_cc_c89+:} false; then :
4389 $as_echo_n "(cached) " >&6
4390 else
4391 ac_cv_prog_cc_c89=no
4392 ac_save_CC=$CC
4393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4394 /* end confdefs.h. */
4395 #include <stdarg.h>
4396 #include <stdio.h>
4397 struct stat;
4398 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4399 struct buf { int x; };
4400 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4401 static char *e (p, i)
4402 char **p;
4403 int i;
4405 return p[i];
4407 static char *f (char * (*g) (char **, int), char **p, ...)
4409 char *s;
4410 va_list v;
4411 va_start (v,p);
4412 s = g (p, va_arg (v,int));
4413 va_end (v);
4414 return s;
4417 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4418 function prototypes and stuff, but not '\xHH' hex character constants.
4419 These don't provoke an error unfortunately, instead are silently treated
4420 as 'x'. The following induces an error, until -std is added to get
4421 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4422 array size at least. It's necessary to write '\x00'==0 to get something
4423 that's true only with -std. */
4424 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4426 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4427 inside strings and character constants. */
4428 #define FOO(x) 'x'
4429 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4431 int test (int i, double x);
4432 struct s1 {int (*f) (int a);};
4433 struct s2 {int (*f) (double a);};
4434 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4435 int argc;
4436 char **argv;
4438 main ()
4440 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4442 return 0;
4444 _ACEOF
4445 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4446 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4448 CC="$ac_save_CC $ac_arg"
4449 if ac_fn_c_try_compile "$LINENO"; then :
4450 ac_cv_prog_cc_c89=$ac_arg
4452 rm -f core conftest.err conftest.$ac_objext
4453 test "x$ac_cv_prog_cc_c89" != "xno" && break
4454 done
4455 rm -f conftest.$ac_ext
4456 CC=$ac_save_CC
4459 # AC_CACHE_VAL
4460 case "x$ac_cv_prog_cc_c89" in
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4463 $as_echo "none needed" >&6; } ;;
4464 xno)
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4466 $as_echo "unsupported" >&6; } ;;
4468 CC="$CC $ac_cv_prog_cc_c89"
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4470 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4471 esac
4472 if test "x$ac_cv_prog_cc_c89" != xno; then :
4476 ac_ext=c
4477 ac_cpp='$CPP $CPPFLAGS'
4478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4482 ac_ext=cpp
4483 ac_cpp='$CXXCPP $CPPFLAGS'
4484 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4485 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4486 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4487 if test -z "$CXX"; then
4488 if test -n "$CCC"; then
4489 CXX=$CCC
4490 else
4491 if test -n "$ac_tool_prefix"; then
4492 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4494 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4495 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4497 $as_echo_n "checking for $ac_word... " >&6; }
4498 if ${ac_cv_prog_CXX+:} false; then :
4499 $as_echo_n "(cached) " >&6
4500 else
4501 if test -n "$CXX"; then
4502 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4503 else
4504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4505 for as_dir in $PATH
4507 IFS=$as_save_IFS
4508 test -z "$as_dir" && as_dir=.
4509 for ac_exec_ext in '' $ac_executable_extensions; do
4510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4511 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4513 break 2
4515 done
4516 done
4517 IFS=$as_save_IFS
4521 CXX=$ac_cv_prog_CXX
4522 if test -n "$CXX"; then
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4524 $as_echo "$CXX" >&6; }
4525 else
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4527 $as_echo "no" >&6; }
4531 test -n "$CXX" && break
4532 done
4534 if test -z "$CXX"; then
4535 ac_ct_CXX=$CXX
4536 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4538 # Extract the first word of "$ac_prog", so it can be a program name with args.
4539 set dummy $ac_prog; ac_word=$2
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4541 $as_echo_n "checking for $ac_word... " >&6; }
4542 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4543 $as_echo_n "(cached) " >&6
4544 else
4545 if test -n "$ac_ct_CXX"; then
4546 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4547 else
4548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549 for as_dir in $PATH
4551 IFS=$as_save_IFS
4552 test -z "$as_dir" && as_dir=.
4553 for ac_exec_ext in '' $ac_executable_extensions; do
4554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4555 ac_cv_prog_ac_ct_CXX="$ac_prog"
4556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 break 2
4559 done
4560 done
4561 IFS=$as_save_IFS
4565 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4566 if test -n "$ac_ct_CXX"; then
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4568 $as_echo "$ac_ct_CXX" >&6; }
4569 else
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4571 $as_echo "no" >&6; }
4575 test -n "$ac_ct_CXX" && break
4576 done
4578 if test "x$ac_ct_CXX" = x; then
4579 CXX="g++"
4580 else
4581 case $cross_compiling:$ac_tool_warned in
4582 yes:)
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4584 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4585 ac_tool_warned=yes ;;
4586 esac
4587 CXX=$ac_ct_CXX
4593 # Provide some information about the compiler.
4594 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4595 set X $ac_compile
4596 ac_compiler=$2
4597 for ac_option in --version -v -V -qversion; do
4598 { { ac_try="$ac_compiler $ac_option >&5"
4599 case "(($ac_try" in
4600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4601 *) ac_try_echo=$ac_try;;
4602 esac
4603 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4604 $as_echo "$ac_try_echo"; } >&5
4605 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4606 ac_status=$?
4607 if test -s conftest.err; then
4608 sed '10a\
4609 ... rest of stderr output deleted ...
4610 10q' conftest.err >conftest.er1
4611 cat conftest.er1 >&5
4613 rm -f conftest.er1 conftest.err
4614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4615 test $ac_status = 0; }
4616 done
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4619 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4620 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4621 $as_echo_n "(cached) " >&6
4622 else
4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4624 /* end confdefs.h. */
4627 main ()
4629 #ifndef __GNUC__
4630 choke me
4631 #endif
4634 return 0;
4636 _ACEOF
4637 if ac_fn_cxx_try_compile "$LINENO"; then :
4638 ac_compiler_gnu=yes
4639 else
4640 ac_compiler_gnu=no
4642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4643 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4647 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4648 if test $ac_compiler_gnu = yes; then
4649 GXX=yes
4650 else
4651 GXX=
4653 ac_test_CXXFLAGS=${CXXFLAGS+set}
4654 ac_save_CXXFLAGS=$CXXFLAGS
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4656 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4657 if ${ac_cv_prog_cxx_g+:} false; then :
4658 $as_echo_n "(cached) " >&6
4659 else
4660 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4661 ac_cxx_werror_flag=yes
4662 ac_cv_prog_cxx_g=no
4663 CXXFLAGS="-g"
4664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4665 /* end confdefs.h. */
4668 main ()
4672 return 0;
4674 _ACEOF
4675 if ac_fn_cxx_try_compile "$LINENO"; then :
4676 ac_cv_prog_cxx_g=yes
4677 else
4678 CXXFLAGS=""
4679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4680 /* end confdefs.h. */
4683 main ()
4687 return 0;
4689 _ACEOF
4690 if ac_fn_cxx_try_compile "$LINENO"; then :
4692 else
4693 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4694 CXXFLAGS="-g"
4695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4696 /* end confdefs.h. */
4699 main ()
4703 return 0;
4705 _ACEOF
4706 if ac_fn_cxx_try_compile "$LINENO"; then :
4707 ac_cv_prog_cxx_g=yes
4709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4714 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4717 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4718 if test "$ac_test_CXXFLAGS" = set; then
4719 CXXFLAGS=$ac_save_CXXFLAGS
4720 elif test $ac_cv_prog_cxx_g = yes; then
4721 if test "$GXX" = yes; then
4722 CXXFLAGS="-g -O2"
4723 else
4724 CXXFLAGS="-g"
4726 else
4727 if test "$GXX" = yes; then
4728 CXXFLAGS="-O2"
4729 else
4730 CXXFLAGS=
4733 ac_ext=c
4734 ac_cpp='$CPP $CPPFLAGS'
4735 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4736 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4737 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4739 if test -n "$ac_tool_prefix"; then
4740 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4741 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4743 $as_echo_n "checking for $ac_word... " >&6; }
4744 if ${ac_cv_prog_CPPBIN+:} false; then :
4745 $as_echo_n "(cached) " >&6
4746 else
4747 if test -n "$CPPBIN"; then
4748 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4749 else
4750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4751 for as_dir in $PATH
4753 IFS=$as_save_IFS
4754 test -z "$as_dir" && as_dir=.
4755 for ac_exec_ext in '' $ac_executable_extensions; do
4756 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4757 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4759 break 2
4761 done
4762 done
4763 IFS=$as_save_IFS
4767 CPPBIN=$ac_cv_prog_CPPBIN
4768 if test -n "$CPPBIN"; then
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4770 $as_echo "$CPPBIN" >&6; }
4771 else
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4773 $as_echo "no" >&6; }
4778 if test -z "$ac_cv_prog_CPPBIN"; then
4779 ac_ct_CPPBIN=$CPPBIN
4780 # Extract the first word of "cpp", so it can be a program name with args.
4781 set dummy cpp; ac_word=$2
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783 $as_echo_n "checking for $ac_word... " >&6; }
4784 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4785 $as_echo_n "(cached) " >&6
4786 else
4787 if test -n "$ac_ct_CPPBIN"; then
4788 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4789 else
4790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4791 for as_dir in $PATH
4793 IFS=$as_save_IFS
4794 test -z "$as_dir" && as_dir=.
4795 for ac_exec_ext in '' $ac_executable_extensions; do
4796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4797 ac_cv_prog_ac_ct_CPPBIN="cpp"
4798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4799 break 2
4801 done
4802 done
4803 IFS=$as_save_IFS
4807 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4808 if test -n "$ac_ct_CPPBIN"; then
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4810 $as_echo "$ac_ct_CPPBIN" >&6; }
4811 else
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4813 $as_echo "no" >&6; }
4816 if test "x$ac_ct_CPPBIN" = x; then
4817 CPPBIN="cpp"
4818 else
4819 case $cross_compiling:$ac_tool_warned in
4820 yes:)
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4822 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4823 ac_tool_warned=yes ;;
4824 esac
4825 CPPBIN=$ac_ct_CPPBIN
4827 else
4828 CPPBIN="$ac_cv_prog_CPPBIN"
4832 cat >>confdefs.h <<_ACEOF
4833 #define EXEEXT "$ac_exeext"
4834 _ACEOF
4836 if test -n "$ac_tool_prefix"; then
4837 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4838 set dummy ${ac_tool_prefix}ld; ac_word=$2
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4840 $as_echo_n "checking for $ac_word... " >&6; }
4841 if ${ac_cv_prog_LD+:} false; then :
4842 $as_echo_n "(cached) " >&6
4843 else
4844 if test -n "$LD"; then
4845 ac_cv_prog_LD="$LD" # Let the user override the test.
4846 else
4847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4848 for as_dir in $PATH
4850 IFS=$as_save_IFS
4851 test -z "$as_dir" && as_dir=.
4852 for ac_exec_ext in '' $ac_executable_extensions; do
4853 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4854 ac_cv_prog_LD="${ac_tool_prefix}ld"
4855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4856 break 2
4858 done
4859 done
4860 IFS=$as_save_IFS
4864 LD=$ac_cv_prog_LD
4865 if test -n "$LD"; then
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4867 $as_echo "$LD" >&6; }
4868 else
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4870 $as_echo "no" >&6; }
4875 if test -z "$ac_cv_prog_LD"; then
4876 ac_ct_LD=$LD
4877 # Extract the first word of "ld", so it can be a program name with args.
4878 set dummy ld; ac_word=$2
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4880 $as_echo_n "checking for $ac_word... " >&6; }
4881 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4882 $as_echo_n "(cached) " >&6
4883 else
4884 if test -n "$ac_ct_LD"; then
4885 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4886 else
4887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4888 for as_dir in $PATH
4890 IFS=$as_save_IFS
4891 test -z "$as_dir" && as_dir=.
4892 for ac_exec_ext in '' $ac_executable_extensions; do
4893 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4894 ac_cv_prog_ac_ct_LD="ld"
4895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4896 break 2
4898 done
4899 done
4900 IFS=$as_save_IFS
4904 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4905 if test -n "$ac_ct_LD"; then
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4907 $as_echo "$ac_ct_LD" >&6; }
4908 else
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4910 $as_echo "no" >&6; }
4913 if test "x$ac_ct_LD" = x; then
4914 LD=""
4915 else
4916 case $cross_compiling:$ac_tool_warned in
4917 yes:)
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4919 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4920 ac_tool_warned=yes ;;
4921 esac
4922 LD=$ac_ct_LD
4924 else
4925 LD="$ac_cv_prog_LD"
4929 case $host in
4930 *-darwin*)
4931 if test "x$enable_win64" = "xyes"
4932 then
4933 CC="$CC -m64"
4934 CXX="$CXX -m64"
4935 host_cpu="x86_64"
4936 notice_platform="64-bit "
4937 TARGETFLAGS="-m64"
4939 else
4940 CC="$CC -m32"
4941 CXX="$CXX -m32"
4942 host_cpu="i386"
4943 notice_platform="32-bit "
4944 TARGETFLAGS="-m32"
4946 enable_win16=${enable_win16:-yes}
4948 with_fontconfig=${with_fontconfig:-no}
4950 x86_64*|amd64*)
4951 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4952 then
4953 CC="$CC -m32"
4954 CXX="$CXX -m32"
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4956 $as_echo_n "checking whether $CC works... " >&6; }
4958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4959 /* end confdefs.h. */
4962 main ()
4966 return 0;
4968 _ACEOF
4969 if ac_fn_c_try_link "$LINENO"; then :
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4971 $as_echo "yes" >&6; }
4972 else
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4974 $as_echo "no" >&6; }
4975 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4977 rm -f core conftest.err conftest.$ac_objext \
4978 conftest$ac_exeext conftest.$ac_ext
4979 host_cpu="i386"
4980 notice_platform="32-bit "
4981 TARGETFLAGS="-m32"
4983 enable_win16=${enable_win16:-yes}
4984 else
4985 if test "x${GCC}" = "xyes"
4986 then
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4988 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4990 /* end confdefs.h. */
4991 #include <stdarg.h>
4993 main ()
4995 void func(__builtin_ms_va_list *args);
4997 return 0;
4999 _ACEOF
5000 if ac_fn_c_try_compile "$LINENO"; then :
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5002 $as_echo "yes" >&6; }
5003 else
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5005 $as_echo "no" >&6; }
5006 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5010 host_cpu="x86_64"
5011 TARGETFLAGS="-m64"
5015 arm*)
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5017 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5019 /* end confdefs.h. */
5020 int ac_test(int i) { return i; }
5022 main ()
5024 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5026 return 0;
5028 _ACEOF
5029 if ac_fn_c_try_link "$LINENO"; then :
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5031 $as_echo "yes" >&6; }
5032 else
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5034 $as_echo "no" >&6; }
5035 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5037 rm -f core conftest.err conftest.$ac_objext \
5038 conftest$ac_exeext conftest.$ac_ext
5039 CFLAGS="$CFLAGS -marm"
5040 TARGETFLAGS="-marm"
5043 *-mingw32*|*-cygwin*)
5044 enable_win16=${enable_win16:-no}
5045 CFLAGS="$CFLAGS -D_WIN32"
5047 i[3456789]86*)
5048 enable_win16=${enable_win16:-yes}
5050 esac
5052 enable_win16=${enable_win16:-no}
5053 enable_win64=${enable_win64:-no}
5055 enable_winetest=${enable_winetest:-$enable_tests}
5057 if test -n "$with_wine64"
5058 then
5059 if test "x$enable_win64" = "xyes"
5060 then
5061 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5062 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5064 enable_fonts=${enable_fonts:-no}
5065 enable_server=${enable_server:-no}
5066 elif test "x$enable_win64" = "xyes"
5067 then
5068 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5072 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5073 if ${wine_cv_toolsdir+:} false; then :
5074 $as_echo_n "(cached) " >&6
5075 else
5076 wine_cv_toolsdir="$with_wine_tools"
5077 if test -z "$with_wine_tools"; then
5078 if test "$cross_compiling" = "yes"; then
5079 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5080 elif test -n "$with_wine64"; then
5081 wine_cv_toolsdir="$with_wine64"
5084 if test -z "$wine_cv_toolsdir"; then
5085 wine_makedep=tools/makedep
5086 wine_cv_toolsdir="\$(top_builddir)"
5087 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5088 wine_makedep=$wine_cv_toolsdir/tools/makedep
5089 case "$wine_cv_toolsdir" in
5090 /*) ;;
5091 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5092 esac
5093 enable_tools=${enable_tools:-no}
5094 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5095 else
5096 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5100 $as_echo "$wine_cv_toolsdir" >&6; }
5101 TOOLSDIR=$wine_cv_toolsdir
5103 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5104 then
5105 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5109 for ac_prog in flex
5111 # Extract the first word of "$ac_prog", so it can be a program name with args.
5112 set dummy $ac_prog; ac_word=$2
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5114 $as_echo_n "checking for $ac_word... " >&6; }
5115 if ${ac_cv_prog_FLEX+:} false; then :
5116 $as_echo_n "(cached) " >&6
5117 else
5118 if test -n "$FLEX"; then
5119 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5120 else
5121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5122 for as_dir in $PATH
5124 IFS=$as_save_IFS
5125 test -z "$as_dir" && as_dir=.
5126 for ac_exec_ext in '' $ac_executable_extensions; do
5127 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5128 ac_cv_prog_FLEX="$ac_prog"
5129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5130 break 2
5132 done
5133 done
5134 IFS=$as_save_IFS
5138 FLEX=$ac_cv_prog_FLEX
5139 if test -n "$FLEX"; then
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5141 $as_echo "$FLEX" >&6; }
5142 else
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5144 $as_echo "no" >&6; }
5148 test -n "$FLEX" && break
5149 done
5150 test -n "$FLEX" || FLEX="none"
5152 if test "$FLEX" = "none"
5153 then
5154 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5157 $as_echo_n "checking whether flex is recent enough... " >&6; }
5158 cat >conftest.l <<EOF
5159 %top{
5160 #include "prediluvian.h"
5164 if $FLEX -t conftest.l >/dev/null 2>&5
5165 then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5167 $as_echo "yes" >&6; }
5168 else
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170 $as_echo "no" >&6; }
5171 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5174 for ac_prog in bison
5176 # Extract the first word of "$ac_prog", so it can be a program name with args.
5177 set dummy $ac_prog; ac_word=$2
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5179 $as_echo_n "checking for $ac_word... " >&6; }
5180 if ${ac_cv_prog_BISON+:} false; then :
5181 $as_echo_n "(cached) " >&6
5182 else
5183 if test -n "$BISON"; then
5184 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5185 else
5186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5187 for as_dir in $PATH
5189 IFS=$as_save_IFS
5190 test -z "$as_dir" && as_dir=.
5191 for ac_exec_ext in '' $ac_executable_extensions; do
5192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5193 ac_cv_prog_BISON="$ac_prog"
5194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5195 break 2
5197 done
5198 done
5199 IFS=$as_save_IFS
5203 BISON=$ac_cv_prog_BISON
5204 if test -n "$BISON"; then
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5206 $as_echo "$BISON" >&6; }
5207 else
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5209 $as_echo "no" >&6; }
5213 test -n "$BISON" && break
5214 done
5215 test -n "$BISON" || BISON="none"
5217 if test "$BISON" = "none"
5218 then
5219 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5222 if test -n "$ac_tool_prefix"; then
5223 for ac_prog in ar gar
5225 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5226 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5228 $as_echo_n "checking for $ac_word... " >&6; }
5229 if ${ac_cv_prog_AR+:} false; then :
5230 $as_echo_n "(cached) " >&6
5231 else
5232 if test -n "$AR"; then
5233 ac_cv_prog_AR="$AR" # Let the user override the test.
5234 else
5235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5236 for as_dir in $PATH
5238 IFS=$as_save_IFS
5239 test -z "$as_dir" && as_dir=.
5240 for ac_exec_ext in '' $ac_executable_extensions; do
5241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5242 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5244 break 2
5246 done
5247 done
5248 IFS=$as_save_IFS
5252 AR=$ac_cv_prog_AR
5253 if test -n "$AR"; then
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5255 $as_echo "$AR" >&6; }
5256 else
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5258 $as_echo "no" >&6; }
5262 test -n "$AR" && break
5263 done
5265 if test -z "$AR"; then
5266 ac_ct_AR=$AR
5267 for ac_prog in ar gar
5269 # Extract the first word of "$ac_prog", so it can be a program name with args.
5270 set dummy $ac_prog; ac_word=$2
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5272 $as_echo_n "checking for $ac_word... " >&6; }
5273 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5274 $as_echo_n "(cached) " >&6
5275 else
5276 if test -n "$ac_ct_AR"; then
5277 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5278 else
5279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5280 for as_dir in $PATH
5282 IFS=$as_save_IFS
5283 test -z "$as_dir" && as_dir=.
5284 for ac_exec_ext in '' $ac_executable_extensions; do
5285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5286 ac_cv_prog_ac_ct_AR="$ac_prog"
5287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5288 break 2
5290 done
5291 done
5292 IFS=$as_save_IFS
5296 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5297 if test -n "$ac_ct_AR"; then
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5299 $as_echo "$ac_ct_AR" >&6; }
5300 else
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5302 $as_echo "no" >&6; }
5306 test -n "$ac_ct_AR" && break
5307 done
5309 if test "x$ac_ct_AR" = x; then
5310 AR="ar"
5311 else
5312 case $cross_compiling:$ac_tool_warned in
5313 yes:)
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5315 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5316 ac_tool_warned=yes ;;
5317 esac
5318 AR=$ac_ct_AR
5322 if test -n "$ac_tool_prefix"; then
5323 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5324 set dummy ${ac_tool_prefix}strip; ac_word=$2
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5326 $as_echo_n "checking for $ac_word... " >&6; }
5327 if ${ac_cv_prog_STRIP+:} false; then :
5328 $as_echo_n "(cached) " >&6
5329 else
5330 if test -n "$STRIP"; then
5331 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5332 else
5333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5334 for as_dir in $PATH
5336 IFS=$as_save_IFS
5337 test -z "$as_dir" && as_dir=.
5338 for ac_exec_ext in '' $ac_executable_extensions; do
5339 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5340 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5342 break 2
5344 done
5345 done
5346 IFS=$as_save_IFS
5350 STRIP=$ac_cv_prog_STRIP
5351 if test -n "$STRIP"; then
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5353 $as_echo "$STRIP" >&6; }
5354 else
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5356 $as_echo "no" >&6; }
5361 if test -z "$ac_cv_prog_STRIP"; then
5362 ac_ct_STRIP=$STRIP
5363 # Extract the first word of "strip", so it can be a program name with args.
5364 set dummy strip; ac_word=$2
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5366 $as_echo_n "checking for $ac_word... " >&6; }
5367 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5368 $as_echo_n "(cached) " >&6
5369 else
5370 if test -n "$ac_ct_STRIP"; then
5371 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5372 else
5373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5374 for as_dir in $PATH
5376 IFS=$as_save_IFS
5377 test -z "$as_dir" && as_dir=.
5378 for ac_exec_ext in '' $ac_executable_extensions; do
5379 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5380 ac_cv_prog_ac_ct_STRIP="strip"
5381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5382 break 2
5384 done
5385 done
5386 IFS=$as_save_IFS
5390 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5391 if test -n "$ac_ct_STRIP"; then
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5393 $as_echo "$ac_ct_STRIP" >&6; }
5394 else
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5396 $as_echo "no" >&6; }
5399 if test "x$ac_ct_STRIP" = x; then
5400 STRIP="strip"
5401 else
5402 case $cross_compiling:$ac_tool_warned in
5403 yes:)
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5405 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5406 ac_tool_warned=yes ;;
5407 esac
5408 STRIP=$ac_ct_STRIP
5410 else
5411 STRIP="$ac_cv_prog_STRIP"
5414 ARFLAGS=rc
5416 if test -n "$ac_tool_prefix"; then
5417 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5418 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5420 $as_echo_n "checking for $ac_word... " >&6; }
5421 if ${ac_cv_prog_RANLIB+:} false; then :
5422 $as_echo_n "(cached) " >&6
5423 else
5424 if test -n "$RANLIB"; then
5425 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5426 else
5427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5428 for as_dir in $PATH
5430 IFS=$as_save_IFS
5431 test -z "$as_dir" && as_dir=.
5432 for ac_exec_ext in '' $ac_executable_extensions; do
5433 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5434 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5436 break 2
5438 done
5439 done
5440 IFS=$as_save_IFS
5444 RANLIB=$ac_cv_prog_RANLIB
5445 if test -n "$RANLIB"; then
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5447 $as_echo "$RANLIB" >&6; }
5448 else
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5450 $as_echo "no" >&6; }
5455 if test -z "$ac_cv_prog_RANLIB"; then
5456 ac_ct_RANLIB=$RANLIB
5457 # Extract the first word of "ranlib", so it can be a program name with args.
5458 set dummy ranlib; ac_word=$2
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5460 $as_echo_n "checking for $ac_word... " >&6; }
5461 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5462 $as_echo_n "(cached) " >&6
5463 else
5464 if test -n "$ac_ct_RANLIB"; then
5465 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5466 else
5467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5468 for as_dir in $PATH
5470 IFS=$as_save_IFS
5471 test -z "$as_dir" && as_dir=.
5472 for ac_exec_ext in '' $ac_executable_extensions; do
5473 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5474 ac_cv_prog_ac_ct_RANLIB="ranlib"
5475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5476 break 2
5478 done
5479 done
5480 IFS=$as_save_IFS
5484 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5485 if test -n "$ac_ct_RANLIB"; then
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5487 $as_echo "$ac_ct_RANLIB" >&6; }
5488 else
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5490 $as_echo "no" >&6; }
5493 if test "x$ac_ct_RANLIB" = x; then
5494 RANLIB=":"
5495 else
5496 case $cross_compiling:$ac_tool_warned in
5497 yes:)
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5500 ac_tool_warned=yes ;;
5501 esac
5502 RANLIB=$ac_ct_RANLIB
5504 else
5505 RANLIB="$ac_cv_prog_RANLIB"
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5509 $as_echo_n "checking whether ln -s works... " >&6; }
5510 LN_S=$as_ln_s
5511 if test "$LN_S" = "ln -s"; then
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5513 $as_echo "yes" >&6; }
5514 else
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5516 $as_echo "no, using $LN_S" >&6; }
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5520 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5521 if ${ac_cv_path_GREP+:} false; then :
5522 $as_echo_n "(cached) " >&6
5523 else
5524 if test -z "$GREP"; then
5525 ac_path_GREP_found=false
5526 # Loop through the user's path and test for each of PROGNAME-LIST
5527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5528 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5530 IFS=$as_save_IFS
5531 test -z "$as_dir" && as_dir=.
5532 for ac_prog in grep ggrep; do
5533 for ac_exec_ext in '' $ac_executable_extensions; do
5534 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5535 as_fn_executable_p "$ac_path_GREP" || continue
5536 # Check for GNU ac_path_GREP and select it if it is found.
5537 # Check for GNU $ac_path_GREP
5538 case `"$ac_path_GREP" --version 2>&1` in
5539 *GNU*)
5540 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5542 ac_count=0
5543 $as_echo_n 0123456789 >"conftest.in"
5544 while :
5546 cat "conftest.in" "conftest.in" >"conftest.tmp"
5547 mv "conftest.tmp" "conftest.in"
5548 cp "conftest.in" "conftest.nl"
5549 $as_echo 'GREP' >> "conftest.nl"
5550 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5551 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5552 as_fn_arith $ac_count + 1 && ac_count=$as_val
5553 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5554 # Best one so far, save it but keep looking for a better one
5555 ac_cv_path_GREP="$ac_path_GREP"
5556 ac_path_GREP_max=$ac_count
5558 # 10*(2^10) chars as input seems more than enough
5559 test $ac_count -gt 10 && break
5560 done
5561 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5562 esac
5564 $ac_path_GREP_found && break 3
5565 done
5566 done
5567 done
5568 IFS=$as_save_IFS
5569 if test -z "$ac_cv_path_GREP"; then
5570 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5572 else
5573 ac_cv_path_GREP=$GREP
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5578 $as_echo "$ac_cv_path_GREP" >&6; }
5579 GREP="$ac_cv_path_GREP"
5582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5583 $as_echo_n "checking for egrep... " >&6; }
5584 if ${ac_cv_path_EGREP+:} false; then :
5585 $as_echo_n "(cached) " >&6
5586 else
5587 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5588 then ac_cv_path_EGREP="$GREP -E"
5589 else
5590 if test -z "$EGREP"; then
5591 ac_path_EGREP_found=false
5592 # Loop through the user's path and test for each of PROGNAME-LIST
5593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5594 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5596 IFS=$as_save_IFS
5597 test -z "$as_dir" && as_dir=.
5598 for ac_prog in egrep; do
5599 for ac_exec_ext in '' $ac_executable_extensions; do
5600 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5601 as_fn_executable_p "$ac_path_EGREP" || continue
5602 # Check for GNU ac_path_EGREP and select it if it is found.
5603 # Check for GNU $ac_path_EGREP
5604 case `"$ac_path_EGREP" --version 2>&1` in
5605 *GNU*)
5606 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5608 ac_count=0
5609 $as_echo_n 0123456789 >"conftest.in"
5610 while :
5612 cat "conftest.in" "conftest.in" >"conftest.tmp"
5613 mv "conftest.tmp" "conftest.in"
5614 cp "conftest.in" "conftest.nl"
5615 $as_echo 'EGREP' >> "conftest.nl"
5616 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5617 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5618 as_fn_arith $ac_count + 1 && ac_count=$as_val
5619 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5620 # Best one so far, save it but keep looking for a better one
5621 ac_cv_path_EGREP="$ac_path_EGREP"
5622 ac_path_EGREP_max=$ac_count
5624 # 10*(2^10) chars as input seems more than enough
5625 test $ac_count -gt 10 && break
5626 done
5627 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5628 esac
5630 $ac_path_EGREP_found && break 3
5631 done
5632 done
5633 done
5634 IFS=$as_save_IFS
5635 if test -z "$ac_cv_path_EGREP"; then
5636 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5638 else
5639 ac_cv_path_EGREP=$EGREP
5644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5645 $as_echo "$ac_cv_path_EGREP" >&6; }
5646 EGREP="$ac_cv_path_EGREP"
5649 # Extract the first word of "ldconfig", so it can be a program name with args.
5650 set dummy ldconfig; ac_word=$2
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5652 $as_echo_n "checking for $ac_word... " >&6; }
5653 if ${ac_cv_path_LDCONFIG+:} false; then :
5654 $as_echo_n "(cached) " >&6
5655 else
5656 case $LDCONFIG in
5657 [\\/]* | ?:[\\/]*)
5658 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5662 for as_dir in /sbin /usr/sbin $PATH
5664 IFS=$as_save_IFS
5665 test -z "$as_dir" && as_dir=.
5666 for ac_exec_ext in '' $ac_executable_extensions; do
5667 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5668 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 break 2
5672 done
5673 done
5674 IFS=$as_save_IFS
5676 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5678 esac
5680 LDCONFIG=$ac_cv_path_LDCONFIG
5681 if test -n "$LDCONFIG"; then
5682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5683 $as_echo "$LDCONFIG" >&6; }
5684 else
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5686 $as_echo "no" >&6; }
5690 for ac_prog in msgfmt
5692 # Extract the first word of "$ac_prog", so it can be a program name with args.
5693 set dummy $ac_prog; ac_word=$2
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5695 $as_echo_n "checking for $ac_word... " >&6; }
5696 if ${ac_cv_prog_MSGFMT+:} false; then :
5697 $as_echo_n "(cached) " >&6
5698 else
5699 if test -n "$MSGFMT"; then
5700 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5701 else
5702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5703 for as_dir in $PATH
5705 IFS=$as_save_IFS
5706 test -z "$as_dir" && as_dir=.
5707 for ac_exec_ext in '' $ac_executable_extensions; do
5708 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5709 ac_cv_prog_MSGFMT="$ac_prog"
5710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5711 break 2
5713 done
5714 done
5715 IFS=$as_save_IFS
5719 MSGFMT=$ac_cv_prog_MSGFMT
5720 if test -n "$MSGFMT"; then
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5722 $as_echo "$MSGFMT" >&6; }
5723 else
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5725 $as_echo "no" >&6; }
5729 test -n "$MSGFMT" && break
5730 done
5731 test -n "$MSGFMT" || MSGFMT="false"
5733 if ${ac_tool_prefix+:} false; then :
5734 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5735 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5737 $as_echo_n "checking for $ac_word... " >&6; }
5738 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5739 $as_echo_n "(cached) " >&6
5740 else
5741 if test -n "$PKG_CONFIG"; then
5742 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5743 else
5744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5745 for as_dir in $PATH
5747 IFS=$as_save_IFS
5748 test -z "$as_dir" && as_dir=.
5749 for ac_exec_ext in '' $ac_executable_extensions; do
5750 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5751 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5753 break 2
5755 done
5756 done
5757 IFS=$as_save_IFS
5761 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5762 if test -n "$PKG_CONFIG"; then
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5764 $as_echo "$PKG_CONFIG" >&6; }
5765 else
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5767 $as_echo "no" >&6; }
5772 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5773 if test "x$cross_compiling" = xyes; then :
5775 else
5776 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5777 # Extract the first word of "pkg-config", so it can be a program name with args.
5778 set dummy pkg-config; ac_word=$2
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5780 $as_echo_n "checking for $ac_word... " >&6; }
5781 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5782 $as_echo_n "(cached) " >&6
5783 else
5784 if test -n "$PKG_CONFIG"; then
5785 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5786 else
5787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5788 for as_dir in $PATH
5790 IFS=$as_save_IFS
5791 test -z "$as_dir" && as_dir=.
5792 for ac_exec_ext in '' $ac_executable_extensions; do
5793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5794 ac_cv_prog_PKG_CONFIG="pkg-config"
5795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5796 break 2
5798 done
5799 done
5800 IFS=$as_save_IFS
5804 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5805 if test -n "$PKG_CONFIG"; then
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5807 $as_echo "$PKG_CONFIG" >&6; }
5808 else
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5810 $as_echo "no" >&6; }
5815 else
5816 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5819 if test "x$enable_maintainer_mode" != "xyes"
5820 then
5821 FONTFORGE=""
5822 RSVG=""
5823 CONVERT=""
5824 ICOTOOL=""
5825 else
5826 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5827 for ac_prog in fontforge
5829 # Extract the first word of "$ac_prog", so it can be a program name with args.
5830 set dummy $ac_prog; ac_word=$2
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5832 $as_echo_n "checking for $ac_word... " >&6; }
5833 if ${ac_cv_prog_FONTFORGE+:} false; then :
5834 $as_echo_n "(cached) " >&6
5835 else
5836 if test -n "$FONTFORGE"; then
5837 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5838 else
5839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5840 for as_dir in $PATH
5842 IFS=$as_save_IFS
5843 test -z "$as_dir" && as_dir=.
5844 for ac_exec_ext in '' $ac_executable_extensions; do
5845 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5846 ac_cv_prog_FONTFORGE="$ac_prog"
5847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5848 break 2
5850 done
5851 done
5852 IFS=$as_save_IFS
5856 FONTFORGE=$ac_cv_prog_FONTFORGE
5857 if test -n "$FONTFORGE"; then
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5859 $as_echo "$FONTFORGE" >&6; }
5860 else
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5862 $as_echo "no" >&6; }
5866 test -n "$FONTFORGE" && break
5867 done
5868 test -n "$FONTFORGE" || FONTFORGE="false"
5870 for ac_prog in rsvg-convert rsvg
5872 # Extract the first word of "$ac_prog", so it can be a program name with args.
5873 set dummy $ac_prog; ac_word=$2
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5875 $as_echo_n "checking for $ac_word... " >&6; }
5876 if ${ac_cv_prog_RSVG+:} false; then :
5877 $as_echo_n "(cached) " >&6
5878 else
5879 if test -n "$RSVG"; then
5880 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5881 else
5882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5883 for as_dir in $PATH
5885 IFS=$as_save_IFS
5886 test -z "$as_dir" && as_dir=.
5887 for ac_exec_ext in '' $ac_executable_extensions; do
5888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5889 ac_cv_prog_RSVG="$ac_prog"
5890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5891 break 2
5893 done
5894 done
5895 IFS=$as_save_IFS
5899 RSVG=$ac_cv_prog_RSVG
5900 if test -n "$RSVG"; then
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5902 $as_echo "$RSVG" >&6; }
5903 else
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5905 $as_echo "no" >&6; }
5909 test -n "$RSVG" && break
5910 done
5911 test -n "$RSVG" || RSVG="false"
5913 for ac_prog in convert
5915 # Extract the first word of "$ac_prog", so it can be a program name with args.
5916 set dummy $ac_prog; ac_word=$2
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918 $as_echo_n "checking for $ac_word... " >&6; }
5919 if ${ac_cv_prog_CONVERT+:} false; then :
5920 $as_echo_n "(cached) " >&6
5921 else
5922 if test -n "$CONVERT"; then
5923 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5924 else
5925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926 for as_dir in $PATH
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
5930 for ac_exec_ext in '' $ac_executable_extensions; do
5931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5932 ac_cv_prog_CONVERT="$ac_prog"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 break 2
5936 done
5937 done
5938 IFS=$as_save_IFS
5942 CONVERT=$ac_cv_prog_CONVERT
5943 if test -n "$CONVERT"; then
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5945 $as_echo "$CONVERT" >&6; }
5946 else
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948 $as_echo "no" >&6; }
5952 test -n "$CONVERT" && break
5953 done
5954 test -n "$CONVERT" || CONVERT="false"
5956 for ac_prog in icotool
5958 # Extract the first word of "$ac_prog", so it can be a program name with args.
5959 set dummy $ac_prog; ac_word=$2
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5961 $as_echo_n "checking for $ac_word... " >&6; }
5962 if ${ac_cv_prog_ICOTOOL+:} false; then :
5963 $as_echo_n "(cached) " >&6
5964 else
5965 if test -n "$ICOTOOL"; then
5966 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5967 else
5968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5969 for as_dir in $PATH
5971 IFS=$as_save_IFS
5972 test -z "$as_dir" && as_dir=.
5973 for ac_exec_ext in '' $ac_executable_extensions; do
5974 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5975 ac_cv_prog_ICOTOOL="$ac_prog"
5976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5977 break 2
5979 done
5980 done
5981 IFS=$as_save_IFS
5985 ICOTOOL=$ac_cv_prog_ICOTOOL
5986 if test -n "$ICOTOOL"; then
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5988 $as_echo "$ICOTOOL" >&6; }
5989 else
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5991 $as_echo "no" >&6; }
5995 test -n "$ICOTOOL" && break
5996 done
5997 test -n "$ICOTOOL" || ICOTOOL="false"
5999 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6000 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6002 if test "$CONVERT" = false
6003 then
6004 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6005 else
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6007 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6008 convert_version=`convert --version | head -n1`
6009 if test "x$convert_version" != "x"
6010 then
6011 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6012 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6013 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6014 then
6015 CONVERT=false
6018 if test "$CONVERT" = false
6019 then
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6021 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6022 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6023 else
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6025 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6029 if test "$ICOTOOL" = false
6030 then
6031 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6032 else
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6034 $as_echo_n "checking for recent enough icotool... " >&6; }
6035 icotool_version=`icotool --version | head -n1`
6036 if test "x$icotool_version" != "x"
6037 then
6038 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6039 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6040 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6041 then
6042 ICOTOOL=false
6043 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6046 if test "$ICOTOOL" = false
6047 then
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6049 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6050 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6051 else
6052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6053 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6057 with_gettext=yes
6058 with_gettextpo=yes
6059 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6062 test "x$with_gettext" != xno || MSGFMT=false
6063 if test "$MSGFMT" != "false"
6064 then
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6066 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6067 cat >conftest.po <<EOF
6068 # comment
6069 msgctxt "ctxt"
6070 msgid "id"
6071 msgstr "str"
6073 if $MSGFMT -o /dev/null conftest.po 2>&5
6074 then
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6076 $as_echo "yes" >&6; }
6077 else
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6079 $as_echo "no" >&6; }
6080 MSGFMT=false
6083 if test "$MSGFMT" = false; then :
6084 case "x$with_gettext" in
6085 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6086 xno) ;;
6087 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6088 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6089 esac
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6094 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6095 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6096 $as_echo_n "(cached) " >&6
6097 else
6098 ac_check_lib_save_LIBS=$LIBS
6099 LIBS="-li386 $LIBS"
6100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6101 /* end confdefs.h. */
6103 /* Override any GCC internal prototype to avoid an error.
6104 Use char because int might match the return type of a GCC
6105 builtin and then its argument prototype would still apply. */
6106 #ifdef __cplusplus
6107 extern "C"
6108 #endif
6109 char i386_set_ldt ();
6111 main ()
6113 return i386_set_ldt ();
6115 return 0;
6117 _ACEOF
6118 if ac_fn_c_try_link "$LINENO"; then :
6119 ac_cv_lib_i386_i386_set_ldt=yes
6120 else
6121 ac_cv_lib_i386_i386_set_ldt=no
6123 rm -f core conftest.err conftest.$ac_objext \
6124 conftest$ac_exeext conftest.$ac_ext
6125 LIBS=$ac_check_lib_save_LIBS
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6128 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6129 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6130 cat >>confdefs.h <<_ACEOF
6131 #define HAVE_LIBI386 1
6132 _ACEOF
6134 LIBS="-li386 $LIBS"
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6139 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6140 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6141 $as_echo_n "(cached) " >&6
6142 else
6143 ac_check_lib_save_LIBS=$LIBS
6144 LIBS="-lossaudio $LIBS"
6145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6146 /* end confdefs.h. */
6148 /* Override any GCC internal prototype to avoid an error.
6149 Use char because int might match the return type of a GCC
6150 builtin and then its argument prototype would still apply. */
6151 #ifdef __cplusplus
6152 extern "C"
6153 #endif
6154 char _oss_ioctl ();
6156 main ()
6158 return _oss_ioctl ();
6160 return 0;
6162 _ACEOF
6163 if ac_fn_c_try_link "$LINENO"; then :
6164 ac_cv_lib_ossaudio__oss_ioctl=yes
6165 else
6166 ac_cv_lib_ossaudio__oss_ioctl=no
6168 rm -f core conftest.err conftest.$ac_objext \
6169 conftest$ac_exeext conftest.$ac_ext
6170 LIBS=$ac_check_lib_save_LIBS
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6173 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6174 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6175 cat >>confdefs.h <<_ACEOF
6176 #define HAVE_LIBOSSAUDIO 1
6177 _ACEOF
6179 LIBS="-lossaudio $LIBS"
6184 OPENGL_LIBS=""
6188 # Check whether --enable-largefile was given.
6189 if test "${enable_largefile+set}" = set; then :
6190 enableval=$enable_largefile;
6193 if test "$enable_largefile" != no; then
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6196 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6197 if ${ac_cv_sys_largefile_CC+:} false; then :
6198 $as_echo_n "(cached) " >&6
6199 else
6200 ac_cv_sys_largefile_CC=no
6201 if test "$GCC" != yes; then
6202 ac_save_CC=$CC
6203 while :; do
6204 # IRIX 6.2 and later do not support large files by default,
6205 # so use the C compiler's -n32 option if that helps.
6206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6207 /* end confdefs.h. */
6208 #include <sys/types.h>
6209 /* Check that off_t can represent 2**63 - 1 correctly.
6210 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6211 since some C++ compilers masquerading as C compilers
6212 incorrectly reject 9223372036854775807. */
6213 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6214 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6215 && LARGE_OFF_T % 2147483647 == 1)
6216 ? 1 : -1];
6218 main ()
6222 return 0;
6224 _ACEOF
6225 if ac_fn_c_try_compile "$LINENO"; then :
6226 break
6228 rm -f core conftest.err conftest.$ac_objext
6229 CC="$CC -n32"
6230 if ac_fn_c_try_compile "$LINENO"; then :
6231 ac_cv_sys_largefile_CC=' -n32'; break
6233 rm -f core conftest.err conftest.$ac_objext
6234 break
6235 done
6236 CC=$ac_save_CC
6237 rm -f conftest.$ac_ext
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6241 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6242 if test "$ac_cv_sys_largefile_CC" != no; then
6243 CC=$CC$ac_cv_sys_largefile_CC
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6247 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6248 if ${ac_cv_sys_file_offset_bits+:} false; then :
6249 $as_echo_n "(cached) " >&6
6250 else
6251 while :; do
6252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6253 /* end confdefs.h. */
6254 #include <sys/types.h>
6255 /* Check that off_t can represent 2**63 - 1 correctly.
6256 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6257 since some C++ compilers masquerading as C compilers
6258 incorrectly reject 9223372036854775807. */
6259 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6260 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6261 && LARGE_OFF_T % 2147483647 == 1)
6262 ? 1 : -1];
6264 main ()
6268 return 0;
6270 _ACEOF
6271 if ac_fn_c_try_compile "$LINENO"; then :
6272 ac_cv_sys_file_offset_bits=no; break
6274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6276 /* end confdefs.h. */
6277 #define _FILE_OFFSET_BITS 64
6278 #include <sys/types.h>
6279 /* Check that off_t can represent 2**63 - 1 correctly.
6280 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6281 since some C++ compilers masquerading as C compilers
6282 incorrectly reject 9223372036854775807. */
6283 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6284 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6285 && LARGE_OFF_T % 2147483647 == 1)
6286 ? 1 : -1];
6288 main ()
6292 return 0;
6294 _ACEOF
6295 if ac_fn_c_try_compile "$LINENO"; then :
6296 ac_cv_sys_file_offset_bits=64; break
6298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6299 ac_cv_sys_file_offset_bits=unknown
6300 break
6301 done
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6304 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6305 case $ac_cv_sys_file_offset_bits in #(
6306 no | unknown) ;;
6308 cat >>confdefs.h <<_ACEOF
6309 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6310 _ACEOF
6312 esac
6313 rm -rf conftest*
6314 if test $ac_cv_sys_file_offset_bits = unknown; then
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6316 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6317 if ${ac_cv_sys_large_files+:} false; then :
6318 $as_echo_n "(cached) " >&6
6319 else
6320 while :; do
6321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6322 /* end confdefs.h. */
6323 #include <sys/types.h>
6324 /* Check that off_t can represent 2**63 - 1 correctly.
6325 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6326 since some C++ compilers masquerading as C compilers
6327 incorrectly reject 9223372036854775807. */
6328 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6329 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6330 && LARGE_OFF_T % 2147483647 == 1)
6331 ? 1 : -1];
6333 main ()
6337 return 0;
6339 _ACEOF
6340 if ac_fn_c_try_compile "$LINENO"; then :
6341 ac_cv_sys_large_files=no; break
6343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6345 /* end confdefs.h. */
6346 #define _LARGE_FILES 1
6347 #include <sys/types.h>
6348 /* Check that off_t can represent 2**63 - 1 correctly.
6349 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6350 since some C++ compilers masquerading as C compilers
6351 incorrectly reject 9223372036854775807. */
6352 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6353 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6354 && LARGE_OFF_T % 2147483647 == 1)
6355 ? 1 : -1];
6357 main ()
6361 return 0;
6363 _ACEOF
6364 if ac_fn_c_try_compile "$LINENO"; then :
6365 ac_cv_sys_large_files=1; break
6367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6368 ac_cv_sys_large_files=unknown
6369 break
6370 done
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6373 $as_echo "$ac_cv_sys_large_files" >&6; }
6374 case $ac_cv_sys_large_files in #(
6375 no | unknown) ;;
6377 cat >>confdefs.h <<_ACEOF
6378 #define _LARGE_FILES $ac_cv_sys_large_files
6379 _ACEOF
6381 esac
6382 rm -rf conftest*
6389 ac_ext=c
6390 ac_cpp='$CPP $CPPFLAGS'
6391 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6392 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6393 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6395 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6396 # On Suns, sometimes $CPP names a directory.
6397 if test -n "$CPP" && test -d "$CPP"; then
6398 CPP=
6400 if test -z "$CPP"; then
6401 if ${ac_cv_prog_CPP+:} false; then :
6402 $as_echo_n "(cached) " >&6
6403 else
6404 # Double quotes because CPP needs to be expanded
6405 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6407 ac_preproc_ok=false
6408 for ac_c_preproc_warn_flag in '' yes
6410 # Use a header file that comes with gcc, so configuring glibc
6411 # with a fresh cross-compiler works.
6412 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6413 # <limits.h> exists even on freestanding compilers.
6414 # On the NeXT, cc -E runs the code through the compiler's parser,
6415 # not just through cpp. "Syntax error" is here to catch this case.
6416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6417 /* end confdefs.h. */
6418 #ifdef __STDC__
6419 # include <limits.h>
6420 #else
6421 # include <assert.h>
6422 #endif
6423 Syntax error
6424 _ACEOF
6425 if ac_fn_c_try_cpp "$LINENO"; then :
6427 else
6428 # Broken: fails on valid input.
6429 continue
6431 rm -f conftest.err conftest.i conftest.$ac_ext
6433 # OK, works on sane cases. Now check whether nonexistent headers
6434 # can be detected and how.
6435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6436 /* end confdefs.h. */
6437 #include <ac_nonexistent.h>
6438 _ACEOF
6439 if ac_fn_c_try_cpp "$LINENO"; then :
6440 # Broken: success on invalid input.
6441 continue
6442 else
6443 # Passes both tests.
6444 ac_preproc_ok=:
6445 break
6447 rm -f conftest.err conftest.i conftest.$ac_ext
6449 done
6450 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6451 rm -f conftest.i conftest.err conftest.$ac_ext
6452 if $ac_preproc_ok; then :
6453 break
6456 done
6457 ac_cv_prog_CPP=$CPP
6460 CPP=$ac_cv_prog_CPP
6461 else
6462 ac_cv_prog_CPP=$CPP
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6465 $as_echo "$CPP" >&6; }
6466 ac_preproc_ok=false
6467 for ac_c_preproc_warn_flag in '' yes
6469 # Use a header file that comes with gcc, so configuring glibc
6470 # with a fresh cross-compiler works.
6471 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6472 # <limits.h> exists even on freestanding compilers.
6473 # On the NeXT, cc -E runs the code through the compiler's parser,
6474 # not just through cpp. "Syntax error" is here to catch this case.
6475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6476 /* end confdefs.h. */
6477 #ifdef __STDC__
6478 # include <limits.h>
6479 #else
6480 # include <assert.h>
6481 #endif
6482 Syntax error
6483 _ACEOF
6484 if ac_fn_c_try_cpp "$LINENO"; then :
6486 else
6487 # Broken: fails on valid input.
6488 continue
6490 rm -f conftest.err conftest.i conftest.$ac_ext
6492 # OK, works on sane cases. Now check whether nonexistent headers
6493 # can be detected and how.
6494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6495 /* end confdefs.h. */
6496 #include <ac_nonexistent.h>
6497 _ACEOF
6498 if ac_fn_c_try_cpp "$LINENO"; then :
6499 # Broken: success on invalid input.
6500 continue
6501 else
6502 # Passes both tests.
6503 ac_preproc_ok=:
6504 break
6506 rm -f conftest.err conftest.i conftest.$ac_ext
6508 done
6509 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6510 rm -f conftest.i conftest.err conftest.$ac_ext
6511 if $ac_preproc_ok; then :
6513 else
6514 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6515 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6516 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6517 See \`config.log' for more details" "$LINENO" 5; }
6520 ac_ext=c
6521 ac_cpp='$CPP $CPPFLAGS'
6522 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6523 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6524 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6528 $as_echo_n "checking for ANSI C header files... " >&6; }
6529 if ${ac_cv_header_stdc+:} false; then :
6530 $as_echo_n "(cached) " >&6
6531 else
6532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6533 /* end confdefs.h. */
6534 #include <stdlib.h>
6535 #include <stdarg.h>
6536 #include <string.h>
6537 #include <float.h>
6540 main ()
6544 return 0;
6546 _ACEOF
6547 if ac_fn_c_try_compile "$LINENO"; then :
6548 ac_cv_header_stdc=yes
6549 else
6550 ac_cv_header_stdc=no
6552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6554 if test $ac_cv_header_stdc = yes; then
6555 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6557 /* end confdefs.h. */
6558 #include <string.h>
6560 _ACEOF
6561 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6562 $EGREP "memchr" >/dev/null 2>&1; then :
6564 else
6565 ac_cv_header_stdc=no
6567 rm -f conftest*
6571 if test $ac_cv_header_stdc = yes; then
6572 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6574 /* end confdefs.h. */
6575 #include <stdlib.h>
6577 _ACEOF
6578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6579 $EGREP "free" >/dev/null 2>&1; then :
6581 else
6582 ac_cv_header_stdc=no
6584 rm -f conftest*
6588 if test $ac_cv_header_stdc = yes; then
6589 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6590 if test "$cross_compiling" = yes; then :
6592 else
6593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6594 /* end confdefs.h. */
6595 #include <ctype.h>
6596 #include <stdlib.h>
6597 #if ((' ' & 0x0FF) == 0x020)
6598 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6599 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6600 #else
6601 # define ISLOWER(c) \
6602 (('a' <= (c) && (c) <= 'i') \
6603 || ('j' <= (c) && (c) <= 'r') \
6604 || ('s' <= (c) && (c) <= 'z'))
6605 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6606 #endif
6608 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6610 main ()
6612 int i;
6613 for (i = 0; i < 256; i++)
6614 if (XOR (islower (i), ISLOWER (i))
6615 || toupper (i) != TOUPPER (i))
6616 return 2;
6617 return 0;
6619 _ACEOF
6620 if ac_fn_c_try_run "$LINENO"; then :
6622 else
6623 ac_cv_header_stdc=no
6625 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6626 conftest.$ac_objext conftest.beam conftest.$ac_ext
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6632 $as_echo "$ac_cv_header_stdc" >&6; }
6633 if test $ac_cv_header_stdc = yes; then
6635 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6639 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6640 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6641 inttypes.h stdint.h unistd.h
6642 do :
6643 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6644 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6646 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6647 cat >>confdefs.h <<_ACEOF
6648 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6649 _ACEOF
6653 done
6656 for ac_header in \
6657 AL/al.h \
6658 ApplicationServices/ApplicationServices.h \
6659 AudioToolbox/AudioConverter.h \
6660 AudioUnit/AudioUnit.h \
6661 AudioUnit/AudioComponent.h \
6662 CL/cl.h \
6663 Carbon/Carbon.h \
6664 CoreAudio/CoreAudio.h \
6665 CoreServices/CoreServices.h \
6666 DiskArbitration/DiskArbitration.h \
6667 IOKit/IOKitLib.h \
6668 IOKit/hid/IOHIDLib.h \
6669 OpenAL/al.h \
6670 OpenCL/opencl.h \
6671 QuickTime/ImageCompression.h \
6672 Security/Security.h \
6673 alias.h \
6674 alsa/asoundlib.h \
6675 arpa/inet.h \
6676 arpa/nameser.h \
6677 asm/types.h \
6678 asm/user.h \
6679 curses.h \
6680 direct.h \
6681 dirent.h \
6682 dlfcn.h \
6683 elf.h \
6684 float.h \
6685 fnmatch.h \
6686 getopt.h \
6687 gettext-po.h \
6688 grp.h \
6689 gsm.h \
6690 gsm/gsm.h \
6691 ieeefp.h \
6692 inet/mib2.h \
6693 io.h \
6694 kstat.h \
6695 lber.h \
6696 ldap.h \
6697 libproc.h \
6698 link.h \
6699 linux/cdrom.h \
6700 linux/compiler.h \
6701 linux/filter.h \
6702 linux/hdreg.h \
6703 linux/input.h \
6704 linux/ioctl.h \
6705 linux/joystick.h \
6706 linux/major.h \
6707 linux/param.h \
6708 linux/serial.h \
6709 linux/types.h \
6710 linux/ucdrom.h \
6711 lwp.h \
6712 mach-o/nlist.h \
6713 mach-o/loader.h \
6714 mach/mach.h \
6715 mach/machine.h \
6716 machine/cpu.h \
6717 machine/limits.h \
6718 machine/sysarch.h \
6719 mntent.h \
6720 ncurses.h \
6721 netdb.h \
6722 netinet/in.h \
6723 netinet/in_systm.h \
6724 netinet/tcp.h \
6725 netinet/tcp_fsm.h \
6726 pcap/pcap.h \
6727 poll.h \
6728 port.h \
6729 process.h \
6730 pthread.h \
6731 pwd.h \
6732 sched.h \
6733 scsi/scsi.h \
6734 scsi/scsi_ioctl.h \
6735 scsi/sg.h \
6736 stdbool.h \
6737 stdint.h \
6738 stropts.h \
6739 sys/asoundlib.h \
6740 sys/attr.h \
6741 sys/cdio.h \
6742 sys/elf32.h \
6743 sys/epoll.h \
6744 sys/event.h \
6745 sys/exec_elf.h \
6746 sys/filio.h \
6747 sys/inotify.h \
6748 sys/ioctl.h \
6749 sys/ipc.h \
6750 sys/limits.h \
6751 sys/link.h \
6752 sys/mman.h \
6753 sys/modem.h \
6754 sys/msg.h \
6755 sys/mtio.h \
6756 sys/param.h \
6757 sys/poll.h \
6758 sys/prctl.h \
6759 sys/protosw.h \
6760 sys/ptrace.h \
6761 sys/queue.h \
6762 sys/resource.h \
6763 sys/scsiio.h \
6764 sys/shm.h \
6765 sys/signal.h \
6766 sys/socket.h \
6767 sys/socketvar.h \
6768 sys/sockio.h \
6769 sys/statvfs.h \
6770 sys/strtio.h \
6771 sys/syscall.h \
6772 sys/tihdr.h \
6773 sys/time.h \
6774 sys/timeout.h \
6775 sys/times.h \
6776 sys/uio.h \
6777 sys/user.h \
6778 sys/utsname.h \
6779 sys/vm86.h \
6780 sys/vnode.h \
6781 sys/wait.h \
6782 syscall.h \
6783 termios.h \
6784 unistd.h \
6785 utime.h \
6786 valgrind/memcheck.h \
6787 valgrind/valgrind.h \
6788 zlib.h
6790 do :
6791 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6792 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6793 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6794 cat >>confdefs.h <<_ACEOF
6795 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6796 _ACEOF
6800 done
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6803 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6804 if ${ac_cv_header_stat_broken+:} false; then :
6805 $as_echo_n "(cached) " >&6
6806 else
6807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6808 /* end confdefs.h. */
6809 #include <sys/types.h>
6810 #include <sys/stat.h>
6812 #if defined S_ISBLK && defined S_IFDIR
6813 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6814 #endif
6816 #if defined S_ISBLK && defined S_IFCHR
6817 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6818 #endif
6820 #if defined S_ISLNK && defined S_IFREG
6821 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6822 #endif
6824 #if defined S_ISSOCK && defined S_IFREG
6825 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6826 #endif
6828 _ACEOF
6829 if ac_fn_c_try_compile "$LINENO"; then :
6830 ac_cv_header_stat_broken=no
6831 else
6832 ac_cv_header_stat_broken=yes
6834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6837 $as_echo "$ac_cv_header_stat_broken" >&6; }
6838 if test $ac_cv_header_stat_broken = yes; then
6840 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6846 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6847 do :
6848 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6849 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6850 #ifdef HAVE_SYS_PARAM_H
6851 # include <sys/param.h>
6852 #endif
6854 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6855 cat >>confdefs.h <<_ACEOF
6856 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6857 _ACEOF
6861 done
6864 for ac_header in \
6865 netinet/ip.h \
6866 net/if.h \
6867 net/if_arp.h \
6868 net/if_dl.h \
6869 net/if_types.h \
6870 net/route.h \
6871 netinet/if_ether.h \
6872 netinet/if_inarp.h \
6873 netinet/in_pcb.h \
6874 netinet/ip_icmp.h \
6875 netinet/ip_var.h \
6876 netinet/udp.h \
6877 netipx/ipx.h \
6878 sys/un.h \
6880 do :
6881 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6882 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6883 #ifdef HAVE_SYS_SOCKET_H
6884 # include <sys/socket.h>
6885 #endif
6886 #ifdef HAVE_SYS_SOCKETVAR_H
6887 # include <sys/socketvar.h>
6888 #endif
6889 #ifdef HAVE_NET_ROUTE_H
6890 # include <net/route.h>
6891 #endif
6892 #ifdef HAVE_NETINET_IN_H
6893 # include <netinet/in.h>
6894 #endif
6895 #ifdef HAVE_NETINET_IN_SYSTM_H
6896 # include <netinet/in_systm.h>
6897 #endif
6898 #ifdef HAVE_NET_IF_H
6899 # include <net/if.h>
6900 #endif
6901 #ifdef HAVE_NETINET_IP_H
6902 # include <netinet/ip.h>
6903 #endif
6905 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6906 cat >>confdefs.h <<_ACEOF
6907 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6908 _ACEOF
6912 done
6915 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6916 do :
6917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6918 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6919 #ifdef HAVE_ALIAS_H
6920 # include <alias.h>
6921 #endif
6922 #ifdef HAVE_SYS_SOCKET_H
6923 # include <sys/socket.h>
6924 #endif
6925 #ifdef HAVE_SYS_SOCKETVAR_H
6926 # include <sys/socketvar.h>
6927 #endif
6928 #ifdef HAVE_SYS_TIMEOUT_H
6929 # include <sys/timeout.h>
6930 #endif
6931 #ifdef HAVE_NETINET_IN_H
6932 # include <netinet/in.h>
6933 #endif
6934 #ifdef HAVE_NETINET_IN_SYSTM_H
6935 # include <netinet/in_systm.h>
6936 #endif
6937 #ifdef HAVE_NETINET_IP_H
6938 # include <netinet/ip.h>
6939 #endif
6940 #ifdef HAVE_NETINET_IP_VAR_H
6941 # include <netinet/ip_var.h>
6942 #endif
6943 #ifdef HAVE_NETINET_IP_ICMP_H
6944 # include <netinet/ip_icmp.h>
6945 #endif
6946 #ifdef HAVE_NETINET_UDP_H
6947 # include <netinet/udp.h>
6948 #endif
6949 #ifdef HAVE_NETINET_TCP_H
6950 # include <netinet/tcp.h>
6951 #endif
6952 #ifdef HAVE_NETINET_TCP_TIMER_H
6953 #include <netinet/tcp_timer.h>
6954 #endif
6956 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6957 cat >>confdefs.h <<_ACEOF
6958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6959 _ACEOF
6963 done
6966 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6967 do :
6968 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6969 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6970 #ifdef HAVE_ASM_TYPES_H
6971 # include <asm/types.h>
6972 #endif
6973 #ifdef HAVE_SYS_SOCKET_H
6974 # include <sys/socket.h>
6975 #endif
6976 #ifdef HAVE_LINUX_TYPES_H
6977 # include <linux/types.h>
6978 #endif
6980 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6981 cat >>confdefs.h <<_ACEOF
6982 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6983 _ACEOF
6987 done
6990 for ac_header in mach-o/dyld_images.h
6991 do :
6992 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6993 # include <stdbool.h>
6994 #endif
6995 #ifdef HAVE_STDINT_H
6996 # include <stdint.h>
6997 #endif
6999 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7000 cat >>confdefs.h <<_ACEOF
7001 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7002 _ACEOF
7006 done
7009 for ac_header in resolv.h
7010 do :
7011 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7012 #ifdef HAVE_SYS_SOCKET_H
7013 # include <sys/socket.h>
7014 #endif
7015 #ifdef HAVE_NETINET_IN_H
7016 # include <netinet/in.h>
7017 #endif
7018 #ifdef HAVE_ARPA_NAMESER_H
7019 # include <arpa/nameser.h>
7020 #endif
7022 if test "x$ac_cv_header_resolv_h" = xyes; then :
7023 cat >>confdefs.h <<_ACEOF
7024 #define HAVE_RESOLV_H 1
7025 _ACEOF
7029 done
7032 for ac_header in ifaddrs.h
7033 do :
7034 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7036 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7037 cat >>confdefs.h <<_ACEOF
7038 #define HAVE_IFADDRS_H 1
7039 _ACEOF
7043 done
7046 for ac_header in sys/ucontext.h
7047 do :
7048 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7050 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7051 cat >>confdefs.h <<_ACEOF
7052 #define HAVE_SYS_UCONTEXT_H 1
7053 _ACEOF
7057 done
7060 for ac_header in sys/thr.h
7061 do :
7062 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7063 #ifdef HAVE_SYS_UCONTEXT_H
7064 #include <sys/ucontext.h>
7065 #endif
7067 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7068 cat >>confdefs.h <<_ACEOF
7069 #define HAVE_SYS_THR_H 1
7070 _ACEOF
7074 done
7077 for ac_header in pthread_np.h
7078 do :
7079 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7080 #include <pthread.h>
7081 #endif
7083 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7084 cat >>confdefs.h <<_ACEOF
7085 #define HAVE_PTHREAD_NP_H 1
7086 _ACEOF
7090 done
7093 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7094 do :
7095 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7096 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7097 #include <sys/time.h>
7098 #endif
7099 #include <sys/types.h>
7100 #ifdef HAVE_ASM_TYPES_H
7101 #include <asm/types.h>
7102 #endif
7104 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7105 cat >>confdefs.h <<_ACEOF
7106 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7107 _ACEOF
7111 done
7114 for ac_header in libprocstat.h
7115 do :
7116 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7117 #include <sys/param.h>
7118 #endif
7119 #ifdef HAVE_SYS_QUEUE_H
7120 #include <sys/queue.h>
7121 #endif
7122 #ifdef HAVE_SYS_SOCKET_H
7123 #include <sys/socket.h>
7124 #endif
7126 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7127 cat >>confdefs.h <<_ACEOF
7128 #define HAVE_LIBPROCSTAT_H 1
7129 _ACEOF
7133 done
7137 dlldir="\${libdir}/wine"
7139 DLLFLAGS="-D_REENTRANT"
7141 LDRPATH_INSTALL=""
7143 LDRPATH_LOCAL=""
7145 LOADER_RULES=""
7147 LIBEXT="so"
7148 DLLEXT=".so"
7149 IMPLIBEXT="def"
7150 STATIC_IMPLIBEXT="def.a"
7151 # Extract the first word of "ldd", so it can be a program name with args.
7152 set dummy ldd; ac_word=$2
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7154 $as_echo_n "checking for $ac_word... " >&6; }
7155 if ${ac_cv_path_LDD+:} false; then :
7156 $as_echo_n "(cached) " >&6
7157 else
7158 case $LDD in
7159 [\\/]* | ?:[\\/]*)
7160 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7164 as_dummy="/sbin:/usr/sbin:$PATH"
7165 for as_dir in $as_dummy
7167 IFS=$as_save_IFS
7168 test -z "$as_dir" && as_dir=.
7169 for ac_exec_ext in '' $ac_executable_extensions; do
7170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7171 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7173 break 2
7175 done
7176 done
7177 IFS=$as_save_IFS
7179 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7181 esac
7183 LDD=$ac_cv_path_LDD
7184 if test -n "$LDD"; then
7185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7186 $as_echo "$LDD" >&6; }
7187 else
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7189 $as_echo "no" >&6; }
7193 if test -n "$ac_tool_prefix"; then
7194 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7195 set dummy ${ac_tool_prefix}otool; ac_word=$2
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7197 $as_echo_n "checking for $ac_word... " >&6; }
7198 if ${ac_cv_prog_OTOOL+:} false; then :
7199 $as_echo_n "(cached) " >&6
7200 else
7201 if test -n "$OTOOL"; then
7202 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7203 else
7204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7205 for as_dir in $PATH
7207 IFS=$as_save_IFS
7208 test -z "$as_dir" && as_dir=.
7209 for ac_exec_ext in '' $ac_executable_extensions; do
7210 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7211 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7213 break 2
7215 done
7216 done
7217 IFS=$as_save_IFS
7221 OTOOL=$ac_cv_prog_OTOOL
7222 if test -n "$OTOOL"; then
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7224 $as_echo "$OTOOL" >&6; }
7225 else
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7227 $as_echo "no" >&6; }
7232 if test -z "$ac_cv_prog_OTOOL"; then
7233 ac_ct_OTOOL=$OTOOL
7234 # Extract the first word of "otool", so it can be a program name with args.
7235 set dummy otool; ac_word=$2
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7237 $as_echo_n "checking for $ac_word... " >&6; }
7238 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7239 $as_echo_n "(cached) " >&6
7240 else
7241 if test -n "$ac_ct_OTOOL"; then
7242 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7243 else
7244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7245 for as_dir in $PATH
7247 IFS=$as_save_IFS
7248 test -z "$as_dir" && as_dir=.
7249 for ac_exec_ext in '' $ac_executable_extensions; do
7250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7251 ac_cv_prog_ac_ct_OTOOL="otool"
7252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7253 break 2
7255 done
7256 done
7257 IFS=$as_save_IFS
7261 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7262 if test -n "$ac_ct_OTOOL"; then
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7264 $as_echo "$ac_ct_OTOOL" >&6; }
7265 else
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7267 $as_echo "no" >&6; }
7270 if test "x$ac_ct_OTOOL" = x; then
7271 OTOOL="otool"
7272 else
7273 case $cross_compiling:$ac_tool_warned in
7274 yes:)
7275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7277 ac_tool_warned=yes ;;
7278 esac
7279 OTOOL=$ac_ct_OTOOL
7281 else
7282 OTOOL="$ac_cv_prog_OTOOL"
7285 if test -n "$ac_tool_prefix"; then
7286 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7287 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7289 $as_echo_n "checking for $ac_word... " >&6; }
7290 if ${ac_cv_prog_READELF+:} false; then :
7291 $as_echo_n "(cached) " >&6
7292 else
7293 if test -n "$READELF"; then
7294 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7295 else
7296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7297 for as_dir in $PATH
7299 IFS=$as_save_IFS
7300 test -z "$as_dir" && as_dir=.
7301 for ac_exec_ext in '' $ac_executable_extensions; do
7302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7303 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7305 break 2
7307 done
7308 done
7309 IFS=$as_save_IFS
7313 READELF=$ac_cv_prog_READELF
7314 if test -n "$READELF"; then
7315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7316 $as_echo "$READELF" >&6; }
7317 else
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7319 $as_echo "no" >&6; }
7324 if test -z "$ac_cv_prog_READELF"; then
7325 ac_ct_READELF=$READELF
7326 # Extract the first word of "readelf", so it can be a program name with args.
7327 set dummy readelf; ac_word=$2
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7329 $as_echo_n "checking for $ac_word... " >&6; }
7330 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7331 $as_echo_n "(cached) " >&6
7332 else
7333 if test -n "$ac_ct_READELF"; then
7334 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7335 else
7336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7337 for as_dir in $PATH
7339 IFS=$as_save_IFS
7340 test -z "$as_dir" && as_dir=.
7341 for ac_exec_ext in '' $ac_executable_extensions; do
7342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7343 ac_cv_prog_ac_ct_READELF="readelf"
7344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7345 break 2
7347 done
7348 done
7349 IFS=$as_save_IFS
7353 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7354 if test -n "$ac_ct_READELF"; then
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7356 $as_echo "$ac_ct_READELF" >&6; }
7357 else
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7359 $as_echo "no" >&6; }
7362 if test "x$ac_ct_READELF" = x; then
7363 READELF="true"
7364 else
7365 case $cross_compiling:$ac_tool_warned in
7366 yes:)
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7369 ac_tool_warned=yes ;;
7370 esac
7371 READELF=$ac_ct_READELF
7373 else
7374 READELF="$ac_cv_prog_READELF"
7377 wine_rules_file=conf$$rules.make
7378 rm -f $wine_rules_file
7379 ALL_POT_FILES=""
7380 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7381 ALL_TEST_RESOURCES=""
7384 wine_fn_append_file ()
7386 as_fn_append $1 " \\$as_nl $2"
7389 wine_fn_ignore_file ()
7391 case "$1" in
7392 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7393 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7394 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7395 esac
7398 wine_fn_append_rule ()
7400 $as_echo "$1" >>$wine_rules_file
7403 wine_fn_has_flag ()
7405 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7408 wine_fn_depend_rules ()
7410 if wine_fn_has_flag config
7411 then
7412 wine_fn_append_rule \
7413 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7414 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7415 depend: $ac_dir/depend
7416 .PHONY: $ac_dir/depend
7417 $ac_dir/depend: \$(MAKEDEP) dummy
7418 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7419 else
7420 wine_fn_append_rule \
7421 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7422 \$(MAKEDEP) $ac_dir
7423 depend: $ac_dir/depend
7424 .PHONY: $ac_dir/depend
7425 $ac_dir/depend: \$(MAKEDEP) dummy
7426 \$(MAKEDEP) $ac_dir"
7430 wine_fn_pot_rules ()
7432 test "x$with_gettextpo" = xyes || return
7434 if wine_fn_has_flag mc
7435 then
7436 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7437 wine_fn_append_rule \
7438 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7439 @cd $ac_dir && \$(MAKE) msg.pot
7440 $ac_dir/msg.pot: tools/wmc include"
7442 if wine_fn_has_flag po
7443 then
7444 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7445 wine_fn_append_rule \
7446 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7447 @cd $ac_dir && \$(MAKE) rsrc.pot
7448 $ac_dir/rsrc.pot: tools/wrc include"
7452 wine_fn_all_rules ()
7454 wine_fn_depend_rules
7455 wine_fn_append_rule \
7456 "all: $ac_dir
7457 .PHONY: $ac_dir
7458 $ac_dir: $ac_dir/Makefile dummy
7459 @cd $ac_dir && \$(MAKE)"
7462 wine_fn_install_rules ()
7464 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7466 wine_fn_append_rule \
7467 ".PHONY: $ac_dir/install $ac_dir/uninstall
7468 $ac_dir/install:: $ac_dir
7469 @cd $ac_dir && \$(MAKE) install
7470 $ac_dir/uninstall:: $ac_dir/Makefile
7471 @cd $ac_dir && \$(MAKE) uninstall
7472 install:: $ac_dir/install
7473 __uninstall__: $ac_dir/uninstall"
7475 if wine_fn_has_flag install-lib
7476 then
7477 wine_fn_append_rule \
7478 ".PHONY: $ac_dir/install-lib
7479 $ac_dir/install-lib:: $ac_dir
7480 @cd $ac_dir && \$(MAKE) install-lib
7481 install-lib:: $ac_dir/install-lib"
7484 if wine_fn_has_flag install-dev
7485 then
7486 wine_fn_append_rule \
7487 ".PHONY: $ac_dir/install-dev
7488 $ac_dir/install-dev:: $ac_dir
7489 @cd $ac_dir && \$(MAKE) install-dev
7490 install-dev:: $ac_dir/install-dev"
7494 wine_fn_clean_rules ()
7496 ac_clean=$@
7497 ac_extraclean="$ac_dir/Makefile"
7498 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7499 case $ac_dir in
7500 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7501 esac
7503 if wine_fn_has_flag clean
7504 then
7505 wine_fn_append_rule \
7506 "__clean__: $ac_dir/clean
7507 .PHONY: $ac_dir/clean
7508 $ac_dir/clean: $ac_dir/Makefile
7509 @cd $ac_dir && \$(MAKE) clean
7510 \$(RM) $ac_extraclean"
7511 else
7512 wine_fn_append_rule \
7513 "__clean__: $ac_dir/clean
7514 .PHONY: $ac_dir/clean
7515 $ac_dir/clean: dummy
7516 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7520 wine_fn_disabled_rules ()
7522 ac_clean=$@
7523 ac_extraclean="$ac_dir/Makefile"
7524 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7526 wine_fn_append_rule \
7527 "__clean__: $ac_dir/clean
7528 .PHONY: $ac_dir/clean
7529 $ac_dir/clean: dummy
7530 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7533 wine_fn_config_makefile ()
7535 ac_dir=$1
7536 ac_enable=$2
7537 ac_flags=$3
7539 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7540 wine_fn_disabled_rules; return
7542 wine_fn_all_rules
7543 wine_fn_install_rules
7544 wine_fn_clean_rules
7547 wine_fn_config_lib ()
7549 ac_name=$1
7550 ac_flags=$2
7551 ac_dir=dlls/$ac_name
7552 ac_deps="include"
7554 if test "x$enable_tools" = xno; then :
7556 else
7557 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7559 wine_fn_all_rules
7560 wine_fn_clean_rules
7562 wine_fn_append_rule \
7563 ".PHONY: $ac_dir/install $ac_dir/uninstall
7564 $ac_dir/install:: $ac_dir
7565 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7566 $ac_dir/uninstall::
7567 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7568 install install-dev:: $ac_dir/install
7569 __uninstall__: $ac_dir/uninstall
7570 __builddeps__: $ac_dir
7571 $ac_dir: $ac_deps"
7574 wine_fn_config_dll ()
7576 ac_name=$1
7577 ac_dir=dlls/$ac_name
7578 ac_enable=$2
7579 ac_flags=$3
7580 ac_implib=${4:-$ac_name}
7581 ac_file=$ac_dir/lib$ac_implib
7582 ac_dll=$ac_name
7583 ac_deps="include"
7584 ac_implibflags=""
7586 if test "x$enable_tools" = xno; then :
7588 else
7589 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7591 case $ac_name in
7592 *16) ac_implibflags=" -m16" ;;
7593 *.*) ;;
7594 *) ac_dll=$ac_dll.dll ;;
7595 esac
7597 ac_clean=
7598 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7599 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7600 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7601 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7603 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7604 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7605 then
7606 wine_fn_depend_rules
7607 wine_fn_clean_rules $ac_clean
7608 else
7609 wine_fn_disabled_rules $ac_clean
7610 return
7612 else
7613 wine_fn_all_rules
7614 wine_fn_clean_rules $ac_clean
7615 wine_fn_append_rule \
7616 "$ac_dir: __builddeps__
7617 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7618 @cd $ac_dir && \$(MAKE) \$@
7619 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7620 install install-lib:: $ac_dir/install-lib
7621 __uninstall__: $ac_dir/uninstall"
7622 if test -n "$DLLEXT"
7623 then
7624 wine_fn_append_rule \
7625 "$ac_dir/install-lib:: $ac_dir
7626 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7627 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7628 $ac_dir/uninstall::
7629 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7630 else
7631 wine_fn_append_rule \
7632 "$ac_dir/install-lib:: $ac_dir
7633 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7634 $ac_dir/uninstall::
7635 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7638 wine_fn_pot_rules
7641 if wine_fn_has_flag staticimplib
7642 then
7643 wine_fn_append_rule \
7644 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7645 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7646 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7647 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7648 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7649 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7650 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7651 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7652 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7653 $ac_dir/uninstall::
7654 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7655 install install-dev:: $ac_dir/install-dev
7656 __uninstall__: $ac_dir/uninstall"
7658 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7659 then
7660 wine_fn_append_rule \
7661 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7662 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7663 $ac_dir/uninstall::
7664 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7667 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7668 then
7669 wine_fn_append_rule \
7670 "__builddeps__: $ac_file.cross.a
7671 $ac_file.cross.a: $ac_dir/Makefile dummy
7672 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7675 elif wine_fn_has_flag implib
7676 then
7677 wine_fn_append_rule \
7678 "__builddeps__: $ac_file.$IMPLIBEXT
7679 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7680 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7681 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7682 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7683 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7684 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7685 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7686 $ac_dir/uninstall::
7687 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7688 install install-dev:: $ac_dir/install-dev
7689 __uninstall__: $ac_dir/uninstall"
7690 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7691 then
7692 wine_fn_append_rule \
7693 "__builddeps__: $ac_file.cross.a
7694 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7695 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7698 if test "$ac_name" != "$ac_implib"
7699 then
7700 wine_fn_append_rule \
7701 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7702 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7703 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7704 clean::
7705 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7706 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7707 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7708 then
7709 wine_fn_append_rule \
7710 "__builddeps__: dlls/lib$ac_implib.cross.a
7711 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7712 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7713 clean::
7714 \$(RM) dlls/lib$ac_implib.cross.a"
7715 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7721 wine_fn_config_program ()
7723 ac_name=$1
7724 ac_dir=programs/$ac_name
7725 ac_enable=$2
7726 ac_flags=$3
7727 ac_program=$ac_name
7729 case $ac_name in
7730 *.*) ;;
7731 *) ac_program=$ac_program.exe ;;
7732 esac
7734 ac_clean=
7735 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7736 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7737 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7738 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7740 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7741 wine_fn_disabled_rules $ac_clean; return
7744 wine_fn_all_rules
7745 wine_fn_clean_rules $ac_clean
7746 wine_fn_append_rule "$ac_dir: __builddeps__"
7747 wine_fn_pot_rules
7749 wine_fn_has_flag install || return
7750 wine_fn_append_rule \
7751 ".PHONY: $ac_dir/install $ac_dir/uninstall
7752 install install-lib:: $ac_dir/install
7753 __uninstall__: $ac_dir/uninstall"
7755 if test -n "$DLLEXT"
7756 then
7757 wine_fn_append_rule \
7758 "$ac_dir/install:: $ac_dir
7759 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7760 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7761 $ac_dir/uninstall::
7762 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7764 if test -z "$with_wine64" && wine_fn_has_flag installbin
7765 then
7766 wine_fn_append_rule \
7767 "$ac_dir/install:: __tooldeps__
7768 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7769 $ac_dir/uninstall::
7770 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7772 else
7773 wine_fn_append_rule \
7774 "$ac_dir/install:: $ac_dir
7775 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7776 $ac_dir/uninstall::
7777 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7780 if test -z "$with_wine64" && wine_fn_has_flag manpage
7781 then
7782 wine_fn_append_rule \
7783 "$ac_dir/install:: $ac_dir
7784 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7785 $ac_dir/uninstall::
7786 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7790 wine_fn_config_test ()
7792 ac_dir=$1
7793 ac_name=$2
7794 ac_flags=$3
7796 ac_clean=
7797 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7798 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7800 if test "x$enable_tests" = xno; then :
7801 wine_fn_disabled_rules $ac_clean; return
7804 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7805 wine_fn_all_rules
7806 wine_fn_clean_rules $ac_clean
7808 wine_fn_append_rule \
7809 "$ac_dir: programs/winetest/Makefile __builddeps__
7810 programs/winetest: $ac_dir
7811 check test: $ac_dir/test
7812 .PHONY: $ac_dir/test
7813 $ac_dir/test: dummy
7814 @cd $ac_dir && \$(MAKE) test
7815 testclean::
7816 \$(RM) $ac_dir/*.ok"
7818 if test -n "$CROSSTARGET"
7819 then
7820 wine_fn_append_rule \
7821 "crosstest: $ac_dir/crosstest
7822 .PHONY: $ac_dir/crosstest
7823 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7824 @cd $ac_dir && \$(MAKE) crosstest"
7828 wine_fn_config_tool ()
7830 ac_dir=$1
7831 ac_flags=$2
7832 if test "x$enable_tools" = xno; then :
7833 return
7836 wine_fn_all_rules
7837 wine_fn_install_rules
7838 wine_fn_clean_rules
7840 wine_fn_append_rule "__tooldeps__: $ac_dir"
7841 wine_fn_append_rule "$ac_dir: libs/port"
7842 case $ac_dir in
7843 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7844 esac
7847 wine_fn_config_symlink ()
7849 ac_linkdir=
7850 if test "x$1" = "x-d"
7851 then
7852 ac_linkdir=$2
7853 shift; shift
7855 ac_links=$@
7856 wine_fn_append_rule \
7857 "$ac_links:
7858 @./config.status \$@
7859 distclean::
7860 \$(RM) $ac_links"
7861 for f in $ac_links; do wine_fn_ignore_file $f; done
7862 test -n "$ac_linkdir" || return
7863 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7866 wine_binary="wine"
7867 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7868 loader_programs="$wine_binary"
7869 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7871 case $host_os in
7872 cygwin*|mingw32*)
7873 if test -n "$ac_tool_prefix"; then
7874 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7875 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7877 $as_echo_n "checking for $ac_word... " >&6; }
7878 if ${ac_cv_prog_DLLTOOL+:} false; then :
7879 $as_echo_n "(cached) " >&6
7880 else
7881 if test -n "$DLLTOOL"; then
7882 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7883 else
7884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7885 for as_dir in $PATH
7887 IFS=$as_save_IFS
7888 test -z "$as_dir" && as_dir=.
7889 for ac_exec_ext in '' $ac_executable_extensions; do
7890 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7891 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7893 break 2
7895 done
7896 done
7897 IFS=$as_save_IFS
7901 DLLTOOL=$ac_cv_prog_DLLTOOL
7902 if test -n "$DLLTOOL"; then
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7904 $as_echo "$DLLTOOL" >&6; }
7905 else
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7907 $as_echo "no" >&6; }
7912 if test -z "$ac_cv_prog_DLLTOOL"; then
7913 ac_ct_DLLTOOL=$DLLTOOL
7914 # Extract the first word of "dlltool", so it can be a program name with args.
7915 set dummy dlltool; ac_word=$2
7916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7917 $as_echo_n "checking for $ac_word... " >&6; }
7918 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7919 $as_echo_n "(cached) " >&6
7920 else
7921 if test -n "$ac_ct_DLLTOOL"; then
7922 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7923 else
7924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7925 for as_dir in $PATH
7927 IFS=$as_save_IFS
7928 test -z "$as_dir" && as_dir=.
7929 for ac_exec_ext in '' $ac_executable_extensions; do
7930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7931 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7933 break 2
7935 done
7936 done
7937 IFS=$as_save_IFS
7941 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7942 if test -n "$ac_ct_DLLTOOL"; then
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7944 $as_echo "$ac_ct_DLLTOOL" >&6; }
7945 else
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7947 $as_echo "no" >&6; }
7950 if test "x$ac_ct_DLLTOOL" = x; then
7951 DLLTOOL="false"
7952 else
7953 case $cross_compiling:$ac_tool_warned in
7954 yes:)
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7957 ac_tool_warned=yes ;;
7958 esac
7959 DLLTOOL=$ac_ct_DLLTOOL
7961 else
7962 DLLTOOL="$ac_cv_prog_DLLTOOL"
7965 LIBEXT="dll"
7966 DLLEXT=""
7967 IMPLIBEXT="a"
7968 STATIC_IMPLIBEXT="a"
7969 enable_iphlpapi=${enable_iphlpapi:-no}
7970 enable_kernel32=${enable_kernel32:-no}
7971 enable_msvcrt=${enable_msvcrt:-no}
7972 enable_ntdll=${enable_ntdll:-no}
7973 enable_ws2_32=${enable_ws2_32:-no}
7974 enable_loader=${enable_loader:-no}
7975 enable_server=${enable_server:-no}
7976 with_x=${with_x:-no}
7977 with_pthread=${with_pthread:-no}
7979 crtlibs=""
7980 case $host_os in
7981 mingw32*)
7982 crtlibs="-lmsvcrt"
7983 SOCKET_LIBS="-lws2_32"
7985 esac
7987 LIBWINE_RULES="
7988 SHAREDLIB = libwine.dll
7989 INSTALL_LIB = libwine.dll
7990 libwine_LDFLAGS = -shared \$(srcdir)/wine.def
7992 EXTRA_TARGETS = libwine.a
7994 all: libwine.a
7996 libwine.a: \$(srcdir)/wine.def
7997 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7999 libwine.dll: \$(srcdir)/wine.def
8001 install install-dev:: libwine.a
8002 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
8004 uninstall::
8005 \$(RM) \$(DESTDIR)\$(libdir)/libwine.a
8010 darwin*|macosx*)
8011 for ac_header in libunwind.h
8012 do :
8013 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8014 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8015 cat >>confdefs.h <<_ACEOF
8016 #define HAVE_LIBUNWIND_H 1
8017 _ACEOF
8021 done
8023 LIBEXT="dylib"
8024 DLLFLAGS="$DLLFLAGS -fPIC"
8025 LIBWINE_LDFLAGS="-multiply_defined suppress"
8026 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8027 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8028 COREFOUNDATION_LIBS="-framework CoreFoundation"
8030 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8032 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8034 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8036 CORESERVICES_LIBS="-framework CoreServices"
8038 APPKIT_LIBS="-framework AppKit"
8040 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8042 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8043 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8044 $as_echo_n "(cached) " >&6
8045 else
8046 ac_wine_try_cflags_saved=$CFLAGS
8047 CFLAGS="$CFLAGS -Wl,-no_pie"
8048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8049 /* end confdefs.h. */
8050 int main(int argc, char **argv) { return 0; }
8051 _ACEOF
8052 if ac_fn_c_try_link "$LINENO"; then :
8053 ac_cv_cflags__Wl__no_pie=yes
8054 else
8055 ac_cv_cflags__Wl__no_pie=no
8057 rm -f core conftest.err conftest.$ac_objext \
8058 conftest$ac_exeext conftest.$ac_ext
8059 CFLAGS=$ac_wine_try_cflags_saved
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8062 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8063 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8064 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8066 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8067 then
8068 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8071 if test "$ac_cv_header_Security_Security_h" = "yes"
8072 then
8073 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8075 ac_save_LIBS="$LIBS"
8076 LIBS="$LIBS $SECURITY_LIBS"
8077 for ac_func in SSLCopyPeerCertificates
8078 do :
8079 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8080 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8081 cat >>confdefs.h <<_ACEOF
8082 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8083 _ACEOF
8086 done
8088 LIBS="$ac_save_LIBS"
8089 with_gnutls=${with_gnutls:-no}
8091 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8092 then
8093 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8094 then
8095 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8097 else
8098 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8101 ac_save_LIBS="$LIBS"
8102 LIBS="$LIBS $COREAUDIO_LIBS"
8103 for ac_func in AUGraphAddNode
8104 do :
8105 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8106 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8107 cat >>confdefs.h <<_ACEOF
8108 #define HAVE_AUGRAPHADDNODE 1
8109 _ACEOF
8112 done
8114 LIBS="$ac_save_LIBS"
8116 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8117 then
8118 OPENAL_LIBS="-framework OpenAL"
8121 cat >>confdefs.h <<_ACEOF
8122 #define HAVE_OPENAL 1
8123 _ACEOF
8125 ac_cv_lib_openal=yes
8127 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8128 then
8129 OPENCL_LIBS="-framework OpenCL"
8131 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8133 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8134 then
8135 ac_save_LIBS="$LIBS"
8136 LIBS="$LIBS $IOKIT_LIBS"
8137 for ac_func in IOHIDManagerCreate
8138 do :
8139 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8140 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8141 cat >>confdefs.h <<_ACEOF
8142 #define HAVE_IOHIDMANAGERCREATE 1
8143 _ACEOF
8146 done
8148 LIBS="$ac_save_LIBS"
8150 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8151 then
8152 ac_save_LIBS="$LIBS"
8153 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8155 $as_echo_n "checking for the QuickTime framework... " >&6; }
8156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8157 /* end confdefs.h. */
8158 #include <QuickTime/ImageCompression.h>
8160 main ()
8162 CodecManagerVersion(NULL);
8164 return 0;
8166 _ACEOF
8167 if ac_fn_c_try_link "$LINENO"; then :
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8169 $as_echo "yes" >&6; }
8170 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8172 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8173 else
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8175 $as_echo "no" >&6; }
8176 ac_cv_header_QuickTime_ImageCompression_h=no
8178 rm -f core conftest.err conftest.$ac_objext \
8179 conftest$ac_exeext conftest.$ac_ext
8180 LIBS="$ac_save_LIBS"
8182 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8183 then
8184 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8186 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8187 then
8188 CARBON_LIBS="-framework Carbon"
8192 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8193 then
8194 ac_save_LIBS="$LIBS"
8195 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8196 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8197 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8198 enable_winemac_drv=${enable_winemac_drv:-yes}
8201 LIBS="$ac_save_LIBS"
8204 if test "x$enable_win16" = "xyes"
8205 then
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8207 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8208 if test "$cross_compiling" = yes; then :
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8210 $as_echo "cross-compiling, assuming yes" >&6; }
8211 else
8212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8213 /* end confdefs.h. */
8214 asm(".text\n"
8215 "bad:\tnop;nop\n"
8216 "good:\tnop;nop\n\t"
8217 ".globl _testfunc\n"
8218 "_testfunc:\tcallw good");
8219 extern void testfunc();
8221 main ()
8223 unsigned short *p = (unsigned short *)testfunc;
8224 return p[0] != 0xe866 || p[1] != 0xfffa
8226 return 0;
8228 _ACEOF
8229 if ac_fn_c_try_run "$LINENO"; then :
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8231 $as_echo "yes" >&6; }
8232 else
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8234 $as_echo "no" >&6; }
8235 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
8237 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8238 conftest.$ac_objext conftest.beam conftest.$ac_ext
8243 LIBWINE_RULES="
8244 SHAREDLIB = libwine.$libwine_version.dylib
8245 INSTALL_LIB = libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8246 INSTALL_DEV = libwine.dylib
8247 libwine_LDFLAGS = -dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version
8251 as_fn_append LOADER_RULES "
8252 ${wine_binary}_OBJS = main.o
8253 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8254 $wine_binary $wine_binary-installed: wine_info.plist
8258 linux-android*)
8259 DLLFLAGS="$DLLFLAGS -fPIC"
8260 LDEXECFLAGS=""
8261 dlldir="\${libdir}"
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8263 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8264 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8265 $as_echo_n "(cached) " >&6
8266 else
8267 ac_wine_try_cflags_saved=$CFLAGS
8268 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8270 /* end confdefs.h. */
8271 int main(int argc, char **argv) { return 0; }
8272 _ACEOF
8273 if ac_fn_c_try_link "$LINENO"; then :
8274 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8275 else
8276 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8278 rm -f core conftest.err conftest.$ac_objext \
8279 conftest$ac_exeext conftest.$ac_ext
8280 CFLAGS=$ac_wine_try_cflags_saved
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8283 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8284 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8285 LDEXECFLAGS="-Wl,--export-dynamic"
8287 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8289 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8290 if eval \${$as_ac_var+:} false; then :
8291 $as_echo_n "(cached) " >&6
8292 else
8293 ac_wine_try_cflags_saved=$CFLAGS
8294 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8296 /* end confdefs.h. */
8297 int main(int argc, char **argv) { return 0; }
8298 _ACEOF
8299 if ac_fn_c_try_link "$LINENO"; then :
8300 eval "$as_ac_var=yes"
8301 else
8302 eval "$as_ac_var=no"
8304 rm -f core conftest.err conftest.$ac_objext \
8305 conftest$ac_exeext conftest.$ac_ext
8306 CFLAGS=$ac_wine_try_cflags_saved
8308 eval ac_res=\$$as_ac_var
8309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8310 $as_echo "$ac_res" >&6; }
8311 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8312 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8313 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8314 else
8315 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8317 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8318 if eval \${$as_ac_var+:} false; then :
8319 $as_echo_n "(cached) " >&6
8320 else
8321 ac_wine_try_cflags_saved=$CFLAGS
8322 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8324 /* end confdefs.h. */
8325 int main(int argc, char **argv) { return 0; }
8326 _ACEOF
8327 if ac_fn_c_try_link "$LINENO"; then :
8328 eval "$as_ac_var=yes"
8329 else
8330 eval "$as_ac_var=no"
8332 rm -f core conftest.err conftest.$ac_objext \
8333 conftest$ac_exeext conftest.$ac_ext
8334 CFLAGS=$ac_wine_try_cflags_saved
8336 eval ac_res=\$$as_ac_var
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8338 $as_echo "$ac_res" >&6; }
8339 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8340 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8341 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8346 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8347 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8348 $as_echo_n "(cached) " >&6
8349 else
8350 ac_wine_try_cflags_saved=$CFLAGS
8351 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8353 /* end confdefs.h. */
8354 int main(int argc, char **argv) { return 0; }
8355 _ACEOF
8356 if ac_fn_c_try_link "$LINENO"; then :
8357 ac_cv_cflags__Wl___enable_new_dtags=yes
8358 else
8359 ac_cv_cflags__Wl___enable_new_dtags=no
8361 rm -f core conftest.err conftest.$ac_objext \
8362 conftest$ac_exeext conftest.$ac_ext
8363 CFLAGS=$ac_wine_try_cflags_saved
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8366 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8367 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8368 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8371 case $host_cpu in
8372 *i[3456789]86* | x86_64)
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8374 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8375 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8376 $as_echo_n "(cached) " >&6
8377 else
8378 ac_wine_try_cflags_saved=$CFLAGS
8379 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8381 /* end confdefs.h. */
8382 int main(int argc, char **argv) { return 0; }
8383 _ACEOF
8384 if ac_fn_c_try_link "$LINENO"; then :
8385 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8386 else
8387 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8389 rm -f core conftest.err conftest.$ac_objext \
8390 conftest$ac_exeext conftest.$ac_ext
8391 CFLAGS=$ac_wine_try_cflags_saved
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8394 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8395 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8396 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8399 esac
8401 LIBWINE_RULES="
8402 SHAREDLIB = libwine.so
8403 INSTALL_LIB = libwine.so
8404 libwine_LDFLAGS = -shared
8408 as_fn_append LOADER_RULES "
8409 ${wine_binary}_OBJS = main.o
8410 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8415 DLLFLAGS="$DLLFLAGS -fPIC"
8416 LDEXECFLAGS=""
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8418 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8419 if ${ac_cv_c_dll_gnuelf+:} false; then :
8420 $as_echo_n "(cached) " >&6
8421 else
8422 ac_wine_try_cflags_saved=$CFLAGS
8423 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8425 /* end confdefs.h. */
8426 void myfunc() {}
8427 _ACEOF
8428 if ac_fn_c_try_link "$LINENO"; then :
8429 ac_cv_c_dll_gnuelf="yes"
8430 else
8431 ac_cv_c_dll_gnuelf="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_c_dll_gnuelf" >&5
8438 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8439 if test "$ac_cv_c_dll_gnuelf" = "yes"
8440 then
8441 shared_ldflags="-shared"
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8443 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8444 if ${ac_cv_cflags__fPIC__shared__Wl__soname_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,-soname,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__soname_confest_so_1=yes
8455 else
8456 ac_cv_cflags__fPIC__shared__Wl__soname_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__soname_confest_so_1" >&5
8463 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8464 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8465 shared_ldflags="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8466 else
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8468 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8469 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8470 $as_echo_n "(cached) " >&6
8471 else
8472 ac_wine_try_cflags_saved=$CFLAGS
8473 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8475 /* end confdefs.h. */
8476 int main(int argc, char **argv) { return 0; }
8477 _ACEOF
8478 if ac_fn_c_try_link "$LINENO"; then :
8479 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8480 else
8481 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8483 rm -f core conftest.err conftest.$ac_objext \
8484 conftest$ac_exeext conftest.$ac_ext
8485 CFLAGS=$ac_wine_try_cflags_saved
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8488 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8489 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8490 shared_ldflags="-shared -Wl,-h,libwine.so.$libwine_soversion"
8494 echo '{ global: *; };' >conftest.map
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8496 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8497 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8498 $as_echo_n "(cached) " >&6
8499 else
8500 ac_wine_try_cflags_saved=$CFLAGS
8501 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8503 /* end confdefs.h. */
8504 int main(int argc, char **argv) { return 0; }
8505 _ACEOF
8506 if ac_fn_c_try_link "$LINENO"; then :
8507 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8508 else
8509 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8511 rm -f core conftest.err conftest.$ac_objext \
8512 conftest$ac_exeext conftest.$ac_ext
8513 CFLAGS=$ac_wine_try_cflags_saved
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8516 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8517 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8518 shared_ldflags="$shared_ldflags -Wl,--version-script=\$(srcdir)/wine.map"
8520 rm -f conftest.map
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8523 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8524 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8525 $as_echo_n "(cached) " >&6
8526 else
8527 ac_wine_try_cflags_saved=$CFLAGS
8528 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8530 /* end confdefs.h. */
8531 int main(int argc, char **argv) { return 0; }
8532 _ACEOF
8533 if ac_fn_c_try_link "$LINENO"; then :
8534 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8535 else
8536 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8538 rm -f core conftest.err conftest.$ac_objext \
8539 conftest$ac_exeext conftest.$ac_ext
8540 CFLAGS=$ac_wine_try_cflags_saved
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8543 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8544 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8545 LDEXECFLAGS="-Wl,--export-dynamic"
8548 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8550 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8551 if eval \${$as_ac_var+:} false; then :
8552 $as_echo_n "(cached) " >&6
8553 else
8554 ac_wine_try_cflags_saved=$CFLAGS
8555 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8557 /* end confdefs.h. */
8558 int main(int argc, char **argv) { return 0; }
8559 _ACEOF
8560 if ac_fn_c_try_link "$LINENO"; then :
8561 eval "$as_ac_var=yes"
8562 else
8563 eval "$as_ac_var=no"
8565 rm -f core conftest.err conftest.$ac_objext \
8566 conftest$ac_exeext conftest.$ac_ext
8567 CFLAGS=$ac_wine_try_cflags_saved
8569 eval ac_res=\$$as_ac_var
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8571 $as_echo "$ac_res" >&6; }
8572 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8573 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8574 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8575 else
8576 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8578 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8579 if eval \${$as_ac_var+:} false; then :
8580 $as_echo_n "(cached) " >&6
8581 else
8582 ac_wine_try_cflags_saved=$CFLAGS
8583 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8585 /* end confdefs.h. */
8586 int main(int argc, char **argv) { return 0; }
8587 _ACEOF
8588 if ac_fn_c_try_link "$LINENO"; then :
8589 eval "$as_ac_var=yes"
8590 else
8591 eval "$as_ac_var=no"
8593 rm -f core conftest.err conftest.$ac_objext \
8594 conftest$ac_exeext conftest.$ac_ext
8595 CFLAGS=$ac_wine_try_cflags_saved
8597 eval ac_res=\$$as_ac_var
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8599 $as_echo "$ac_res" >&6; }
8600 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8601 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8602 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8607 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8608 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8609 $as_echo_n "(cached) " >&6
8610 else
8611 ac_wine_try_cflags_saved=$CFLAGS
8612 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8614 /* end confdefs.h. */
8615 int main(int argc, char **argv) { return 0; }
8616 _ACEOF
8617 if ac_fn_c_try_link "$LINENO"; then :
8618 ac_cv_cflags__Wl___enable_new_dtags=yes
8619 else
8620 ac_cv_cflags__Wl___enable_new_dtags=no
8622 rm -f core conftest.err conftest.$ac_objext \
8623 conftest$ac_exeext conftest.$ac_ext
8624 CFLAGS=$ac_wine_try_cflags_saved
8626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8627 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8628 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8629 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8632 case $host_cpu in
8633 *i[3456789]86* | x86_64)
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8635 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8636 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8637 $as_echo_n "(cached) " >&6
8638 else
8639 ac_wine_try_cflags_saved=$CFLAGS
8640 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8642 /* end confdefs.h. */
8643 int main(int argc, char **argv) { return 0; }
8644 _ACEOF
8645 if ac_fn_c_try_link "$LINENO"; then :
8646 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8647 else
8648 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8650 rm -f core conftest.err conftest.$ac_objext \
8651 conftest$ac_exeext conftest.$ac_ext
8652 CFLAGS=$ac_wine_try_cflags_saved
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8655 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8656 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8657 case $host_os in
8658 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8659 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8660 esac
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8664 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8665 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8666 $as_echo_n "(cached) " >&6
8667 else
8668 ac_wine_try_cflags_saved=$CFLAGS
8669 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8671 /* end confdefs.h. */
8672 int main(int argc, char **argv) { return 0; }
8673 _ACEOF
8674 if ac_fn_c_try_link "$LINENO"; then :
8675 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8676 else
8677 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8679 rm -f core conftest.err conftest.$ac_objext \
8680 conftest$ac_exeext conftest.$ac_ext
8681 CFLAGS=$ac_wine_try_cflags_saved
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8684 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8685 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8687 else
8688 # Extract the first word of "prelink", so it can be a program name with args.
8689 set dummy prelink; ac_word=$2
8690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8691 $as_echo_n "checking for $ac_word... " >&6; }
8692 if ${ac_cv_path_PRELINK+:} false; then :
8693 $as_echo_n "(cached) " >&6
8694 else
8695 case $PRELINK in
8696 [\\/]* | ?:[\\/]*)
8697 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8701 for as_dir in /sbin /usr/sbin $PATH
8703 IFS=$as_save_IFS
8704 test -z "$as_dir" && as_dir=.
8705 for ac_exec_ext in '' $ac_executable_extensions; do
8706 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8707 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8709 break 2
8711 done
8712 done
8713 IFS=$as_save_IFS
8715 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8717 esac
8719 PRELINK=$ac_cv_path_PRELINK
8720 if test -n "$PRELINK"; then
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8722 $as_echo "$PRELINK" >&6; }
8723 else
8724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8725 $as_echo "no" >&6; }
8729 if test "x$PRELINK" = xfalse
8730 then
8731 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8735 esac
8737 else
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8739 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8740 if ${ac_cv_c_dll_unixware+:} false; then :
8741 $as_echo_n "(cached) " >&6
8742 else
8743 ac_wine_try_cflags_saved=$CFLAGS
8744 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8746 /* end confdefs.h. */
8747 void myfunc() {}
8748 _ACEOF
8749 if ac_fn_c_try_link "$LINENO"; then :
8750 ac_cv_c_dll_unixware="yes"
8751 else
8752 ac_cv_c_dll_unixware="no"
8754 rm -f core conftest.err conftest.$ac_objext \
8755 conftest$ac_exeext conftest.$ac_ext
8756 CFLAGS=$ac_wine_try_cflags_saved
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8759 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8760 if test "$ac_cv_c_dll_unixware" = "yes"
8761 then
8762 shared_ldflags="-Wl,-G,-h,libwine.so.$libwine_soversion"
8765 LIBWINE_RULES="
8766 SHAREDLIB = libwine.so.$libwine_version
8767 INSTALL_LIB = libwine.so.$libwine_version libwine.so.$libwine_soversion
8768 INSTALL_DEV = libwine.so
8769 libwine_LDFLAGS = $shared_ldflags
8771 libwine.so.$libwine_version: \$(srcdir)/wine.map
8775 as_fn_append LOADER_RULES "
8776 ${wine_binary}_OBJS = main.o
8777 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8779 if test -z "$with_wine64"
8780 then
8781 as_fn_append LOADER_RULES "
8782 install install-lib::
8783 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8784 uninstall::
8785 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8789 esac
8791 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8792 enable_winemac_drv=${enable_winemac_drv:-no}
8794 CROSSTARGET=""
8796 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8797 then
8798 case "$host_cpu" in
8799 i[3456789]86*)
8800 ac_prefix_list="i686-w64-mingw32-gcc i586-w64-mingw32-gcc i486-w64-mingw32-gcc i386-w64-mingw32-gcc i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc
8801 mingw32-gcc" ;;
8802 x86_64)
8803 ac_prefix_list="x86_64-pc-mingw32-gcc amd64-pc-mingw32-gcc x86_64-w64-mingw32-gcc amd64-w64-mingw32-gcc x86_64-mingw32msvc-gcc amd64-mingw32msvc-gcc " ;;
8805 ac_prefix_list="" ;;
8806 esac
8807 for ac_prog in $ac_prefix_list
8809 # Extract the first word of "$ac_prog", so it can be a program name with args.
8810 set dummy $ac_prog; ac_word=$2
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8812 $as_echo_n "checking for $ac_word... " >&6; }
8813 if ${ac_cv_prog_CROSSCC+:} false; then :
8814 $as_echo_n "(cached) " >&6
8815 else
8816 if test -n "$CROSSCC"; then
8817 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8818 else
8819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8820 for as_dir in $PATH
8822 IFS=$as_save_IFS
8823 test -z "$as_dir" && as_dir=.
8824 for ac_exec_ext in '' $ac_executable_extensions; do
8825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8826 ac_cv_prog_CROSSCC="$ac_prog"
8827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8828 break 2
8830 done
8831 done
8832 IFS=$as_save_IFS
8836 CROSSCC=$ac_cv_prog_CROSSCC
8837 if test -n "$CROSSCC"; then
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8839 $as_echo "$CROSSCC" >&6; }
8840 else
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8842 $as_echo "no" >&6; }
8846 test -n "$CROSSCC" && break
8847 done
8848 test -n "$CROSSCC" || CROSSCC="false"
8850 if test "$CROSSCC" != "false"
8851 then
8852 ac_save_CC="$CC"
8853 CC="$CROSSCC"
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8855 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8857 /* end confdefs.h. */
8860 main ()
8864 return 0;
8866 _ACEOF
8867 if ac_fn_c_try_compile "$LINENO"; then :
8868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8869 $as_echo "yes" >&6; }
8870 set x $CROSSCC
8871 shift
8872 while test $# -ge 1
8874 case "$1" in
8875 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8876 esac
8877 shift
8878 done
8879 else
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8881 $as_echo "no" >&6; }
8883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8884 CC="$ac_save_CC"
8889 if test "$ac_cv_header_pthread_h" = "yes"
8890 then
8891 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8892 if test "x$ac_cv_func_pthread_create" = xyes; then :
8894 else
8895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8896 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8897 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8898 $as_echo_n "(cached) " >&6
8899 else
8900 ac_check_lib_save_LIBS=$LIBS
8901 LIBS="-lpthread $LIBS"
8902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8903 /* end confdefs.h. */
8905 /* Override any GCC internal prototype to avoid an error.
8906 Use char because int might match the return type of a GCC
8907 builtin and then its argument prototype would still apply. */
8908 #ifdef __cplusplus
8909 extern "C"
8910 #endif
8911 char pthread_create ();
8913 main ()
8915 return pthread_create ();
8917 return 0;
8919 _ACEOF
8920 if ac_fn_c_try_link "$LINENO"; then :
8921 ac_cv_lib_pthread_pthread_create=yes
8922 else
8923 ac_cv_lib_pthread_pthread_create=no
8925 rm -f core conftest.err conftest.$ac_objext \
8926 conftest$ac_exeext conftest.$ac_ext
8927 LIBS=$ac_check_lib_save_LIBS
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8930 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8931 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8932 PTHREAD_LIBS="-lpthread"
8939 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8940 case "x$with_pthread" in
8941 xno) ;;
8942 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8943 Wine cannot support threads without libpthread.
8944 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8945 esac
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8950 $as_echo_n "checking for X... " >&6; }
8953 # Check whether --with-x was given.
8954 if test "${with_x+set}" = set; then :
8955 withval=$with_x;
8958 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8959 if test "x$with_x" = xno; then
8960 # The user explicitly disabled X.
8961 have_x=disabled
8962 else
8963 case $x_includes,$x_libraries in #(
8964 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8965 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8966 $as_echo_n "(cached) " >&6
8967 else
8968 # One or both of the vars are not set, and there is no cached value.
8969 ac_x_includes=no ac_x_libraries=no
8970 rm -f -r conftest.dir
8971 if mkdir conftest.dir; then
8972 cd conftest.dir
8973 cat >Imakefile <<'_ACEOF'
8974 incroot:
8975 @echo incroot='${INCROOT}'
8976 usrlibdir:
8977 @echo usrlibdir='${USRLIBDIR}'
8978 libdir:
8979 @echo libdir='${LIBDIR}'
8980 _ACEOF
8981 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8982 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8983 for ac_var in incroot usrlibdir libdir; do
8984 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8985 done
8986 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8987 for ac_extension in a so sl dylib la dll; do
8988 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8989 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8990 ac_im_usrlibdir=$ac_im_libdir; break
8992 done
8993 # Screen out bogus values from the imake configuration. They are
8994 # bogus both because they are the default anyway, and because
8995 # using them would break gcc on systems where it needs fixed includes.
8996 case $ac_im_incroot in
8997 /usr/include) ac_x_includes= ;;
8998 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8999 esac
9000 case $ac_im_usrlibdir in
9001 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9002 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9003 esac
9005 cd ..
9006 rm -f -r conftest.dir
9009 # Standard set of common directories for X headers.
9010 # Check X11 before X11Rn because it is often a symlink to the current release.
9011 ac_x_header_dirs='
9012 /usr/X11/include
9013 /usr/X11R7/include
9014 /usr/X11R6/include
9015 /usr/X11R5/include
9016 /usr/X11R4/include
9018 /usr/include/X11
9019 /usr/include/X11R7
9020 /usr/include/X11R6
9021 /usr/include/X11R5
9022 /usr/include/X11R4
9024 /usr/local/X11/include
9025 /usr/local/X11R7/include
9026 /usr/local/X11R6/include
9027 /usr/local/X11R5/include
9028 /usr/local/X11R4/include
9030 /usr/local/include/X11
9031 /usr/local/include/X11R7
9032 /usr/local/include/X11R6
9033 /usr/local/include/X11R5
9034 /usr/local/include/X11R4
9036 /usr/X386/include
9037 /usr/x386/include
9038 /usr/XFree86/include/X11
9040 /usr/include
9041 /usr/local/include
9042 /usr/unsupported/include
9043 /usr/athena/include
9044 /usr/local/x11r5/include
9045 /usr/lpp/Xamples/include
9047 /usr/openwin/include
9048 /usr/openwin/share/include'
9050 if test "$ac_x_includes" = no; then
9051 # Guess where to find include files, by looking for Xlib.h.
9052 # First, try using that file with no special directory specified.
9053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9054 /* end confdefs.h. */
9055 #include <X11/Xlib.h>
9056 _ACEOF
9057 if ac_fn_c_try_cpp "$LINENO"; then :
9058 # We can compile using X headers with no special include directory.
9059 ac_x_includes=
9060 else
9061 for ac_dir in $ac_x_header_dirs; do
9062 if test -r "$ac_dir/X11/Xlib.h"; then
9063 ac_x_includes=$ac_dir
9064 break
9066 done
9068 rm -f conftest.err conftest.i conftest.$ac_ext
9069 fi # $ac_x_includes = no
9071 if test "$ac_x_libraries" = no; then
9072 # Check for the libraries.
9073 # See if we find them without any special options.
9074 # Don't add to $LIBS permanently.
9075 ac_save_LIBS=$LIBS
9076 LIBS="-lX11 $LIBS"
9077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9078 /* end confdefs.h. */
9079 #include <X11/Xlib.h>
9081 main ()
9083 XrmInitialize ()
9085 return 0;
9087 _ACEOF
9088 if ac_fn_c_try_link "$LINENO"; then :
9089 LIBS=$ac_save_LIBS
9090 # We can link X programs with no special library path.
9091 ac_x_libraries=
9092 else
9093 LIBS=$ac_save_LIBS
9094 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9096 # Don't even attempt the hair of trying to link an X program!
9097 for ac_extension in a so sl dylib la dll; do
9098 if test -r "$ac_dir/libX11.$ac_extension"; then
9099 ac_x_libraries=$ac_dir
9100 break 2
9102 done
9103 done
9105 rm -f core conftest.err conftest.$ac_objext \
9106 conftest$ac_exeext conftest.$ac_ext
9107 fi # $ac_x_libraries = no
9109 case $ac_x_includes,$ac_x_libraries in #(
9110 no,* | *,no | *\'*)
9111 # Didn't find X, or a directory has "'" in its name.
9112 ac_cv_have_x="have_x=no";; #(
9114 # Record where we found X for the cache.
9115 ac_cv_have_x="have_x=yes\
9116 ac_x_includes='$ac_x_includes'\
9117 ac_x_libraries='$ac_x_libraries'"
9118 esac
9120 ;; #(
9121 *) have_x=yes;;
9122 esac
9123 eval "$ac_cv_have_x"
9124 fi # $with_x != no
9126 if test "$have_x" != yes; then
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9128 $as_echo "$have_x" >&6; }
9129 no_x=yes
9130 else
9131 # If each of the values was on the command line, it overrides each guess.
9132 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9133 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9134 # Update the cache value to reflect the command line values.
9135 ac_cv_have_x="have_x=yes\
9136 ac_x_includes='$x_includes'\
9137 ac_x_libraries='$x_libraries'"
9138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9139 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9142 if test "$no_x" = yes; then
9143 # Not all programs may use this symbol, but it does not hurt to define it.
9145 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9147 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9148 else
9149 if test -n "$x_includes"; then
9150 X_CFLAGS="$X_CFLAGS -I$x_includes"
9153 # It would also be nice to do this for all -L options, not just this one.
9154 if test -n "$x_libraries"; then
9155 X_LIBS="$X_LIBS -L$x_libraries"
9156 # For Solaris; some versions of Sun CC require a space after -R and
9157 # others require no space. Words are not sufficient . . . .
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9159 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9160 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9161 ac_xsave_c_werror_flag=$ac_c_werror_flag
9162 ac_c_werror_flag=yes
9163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9164 /* end confdefs.h. */
9167 main ()
9171 return 0;
9173 _ACEOF
9174 if ac_fn_c_try_link "$LINENO"; then :
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9176 $as_echo "no" >&6; }
9177 X_LIBS="$X_LIBS -R$x_libraries"
9178 else
9179 LIBS="$ac_xsave_LIBS -R $x_libraries"
9180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9181 /* end confdefs.h. */
9184 main ()
9188 return 0;
9190 _ACEOF
9191 if ac_fn_c_try_link "$LINENO"; then :
9192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9193 $as_echo "yes" >&6; }
9194 X_LIBS="$X_LIBS -R $x_libraries"
9195 else
9196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9197 $as_echo "neither works" >&6; }
9199 rm -f core conftest.err conftest.$ac_objext \
9200 conftest$ac_exeext conftest.$ac_ext
9202 rm -f core conftest.err conftest.$ac_objext \
9203 conftest$ac_exeext conftest.$ac_ext
9204 ac_c_werror_flag=$ac_xsave_c_werror_flag
9205 LIBS=$ac_xsave_LIBS
9208 # Check for system-dependent libraries X programs must link with.
9209 # Do this before checking for the system-independent R6 libraries
9210 # (-lICE), since we may need -lsocket or whatever for X linking.
9212 if test "$ISC" = yes; then
9213 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9214 else
9215 # Martyn Johnson says this is needed for Ultrix, if the X
9216 # libraries were built with DECnet support. And Karl Berry says
9217 # the Alpha needs dnet_stub (dnet does not exist).
9218 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9222 /* Override any GCC internal prototype to avoid an error.
9223 Use char because int might match the return type of a GCC
9224 builtin and then its argument prototype would still apply. */
9225 #ifdef __cplusplus
9226 extern "C"
9227 #endif
9228 char XOpenDisplay ();
9230 main ()
9232 return XOpenDisplay ();
9234 return 0;
9236 _ACEOF
9237 if ac_fn_c_try_link "$LINENO"; then :
9239 else
9240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9241 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9242 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9243 $as_echo_n "(cached) " >&6
9244 else
9245 ac_check_lib_save_LIBS=$LIBS
9246 LIBS="-ldnet $LIBS"
9247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9248 /* end confdefs.h. */
9250 /* Override any GCC internal prototype to avoid an error.
9251 Use char because int might match the return type of a GCC
9252 builtin and then its argument prototype would still apply. */
9253 #ifdef __cplusplus
9254 extern "C"
9255 #endif
9256 char dnet_ntoa ();
9258 main ()
9260 return dnet_ntoa ();
9262 return 0;
9264 _ACEOF
9265 if ac_fn_c_try_link "$LINENO"; then :
9266 ac_cv_lib_dnet_dnet_ntoa=yes
9267 else
9268 ac_cv_lib_dnet_dnet_ntoa=no
9270 rm -f core conftest.err conftest.$ac_objext \
9271 conftest$ac_exeext conftest.$ac_ext
9272 LIBS=$ac_check_lib_save_LIBS
9274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9275 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9276 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9277 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9280 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9282 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9283 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9284 $as_echo_n "(cached) " >&6
9285 else
9286 ac_check_lib_save_LIBS=$LIBS
9287 LIBS="-ldnet_stub $LIBS"
9288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9289 /* end confdefs.h. */
9291 /* Override any GCC internal prototype to avoid an error.
9292 Use char because int might match the return type of a GCC
9293 builtin and then its argument prototype would still apply. */
9294 #ifdef __cplusplus
9295 extern "C"
9296 #endif
9297 char dnet_ntoa ();
9299 main ()
9301 return dnet_ntoa ();
9303 return 0;
9305 _ACEOF
9306 if ac_fn_c_try_link "$LINENO"; then :
9307 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9308 else
9309 ac_cv_lib_dnet_stub_dnet_ntoa=no
9311 rm -f core conftest.err conftest.$ac_objext \
9312 conftest$ac_exeext conftest.$ac_ext
9313 LIBS=$ac_check_lib_save_LIBS
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9316 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9317 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9318 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9323 rm -f core conftest.err conftest.$ac_objext \
9324 conftest$ac_exeext conftest.$ac_ext
9325 LIBS="$ac_xsave_LIBS"
9327 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9328 # to get the SysV transport functions.
9329 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9330 # needs -lnsl.
9331 # The nsl library prevents programs from opening the X display
9332 # on Irix 5.2, according to T.E. Dickey.
9333 # The functions gethostbyname, getservbyname, and inet_addr are
9334 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9335 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9336 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9340 if test $ac_cv_func_gethostbyname = no; then
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9342 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9343 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9344 $as_echo_n "(cached) " >&6
9345 else
9346 ac_check_lib_save_LIBS=$LIBS
9347 LIBS="-lnsl $LIBS"
9348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9349 /* end confdefs.h. */
9351 /* Override any GCC internal prototype to avoid an error.
9352 Use char because int might match the return type of a GCC
9353 builtin and then its argument prototype would still apply. */
9354 #ifdef __cplusplus
9355 extern "C"
9356 #endif
9357 char gethostbyname ();
9359 main ()
9361 return gethostbyname ();
9363 return 0;
9365 _ACEOF
9366 if ac_fn_c_try_link "$LINENO"; then :
9367 ac_cv_lib_nsl_gethostbyname=yes
9368 else
9369 ac_cv_lib_nsl_gethostbyname=no
9371 rm -f core conftest.err conftest.$ac_objext \
9372 conftest$ac_exeext conftest.$ac_ext
9373 LIBS=$ac_check_lib_save_LIBS
9375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9376 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9377 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9378 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9381 if test $ac_cv_lib_nsl_gethostbyname = no; then
9382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9383 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9384 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9385 $as_echo_n "(cached) " >&6
9386 else
9387 ac_check_lib_save_LIBS=$LIBS
9388 LIBS="-lbsd $LIBS"
9389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9390 /* end confdefs.h. */
9392 /* Override any GCC internal prototype to avoid an error.
9393 Use char because int might match the return type of a GCC
9394 builtin and then its argument prototype would still apply. */
9395 #ifdef __cplusplus
9396 extern "C"
9397 #endif
9398 char gethostbyname ();
9400 main ()
9402 return gethostbyname ();
9404 return 0;
9406 _ACEOF
9407 if ac_fn_c_try_link "$LINENO"; then :
9408 ac_cv_lib_bsd_gethostbyname=yes
9409 else
9410 ac_cv_lib_bsd_gethostbyname=no
9412 rm -f core conftest.err conftest.$ac_objext \
9413 conftest$ac_exeext conftest.$ac_ext
9414 LIBS=$ac_check_lib_save_LIBS
9416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9417 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9418 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9419 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9425 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9426 # socket/setsockopt and other routines are undefined under SCO ODT
9427 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9428 # on later versions), says Simon Leinen: it contains gethostby*
9429 # variants that don't use the name server (or something). -lsocket
9430 # must be given before -lnsl if both are needed. We assume that
9431 # if connect needs -lnsl, so does gethostbyname.
9432 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9433 if test "x$ac_cv_func_connect" = xyes; then :
9437 if test $ac_cv_func_connect = no; then
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9439 $as_echo_n "checking for connect in -lsocket... " >&6; }
9440 if ${ac_cv_lib_socket_connect+:} false; then :
9441 $as_echo_n "(cached) " >&6
9442 else
9443 ac_check_lib_save_LIBS=$LIBS
9444 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9446 /* end confdefs.h. */
9448 /* Override any GCC internal prototype to avoid an error.
9449 Use char because int might match the return type of a GCC
9450 builtin and then its argument prototype would still apply. */
9451 #ifdef __cplusplus
9452 extern "C"
9453 #endif
9454 char connect ();
9456 main ()
9458 return connect ();
9460 return 0;
9462 _ACEOF
9463 if ac_fn_c_try_link "$LINENO"; then :
9464 ac_cv_lib_socket_connect=yes
9465 else
9466 ac_cv_lib_socket_connect=no
9468 rm -f core conftest.err conftest.$ac_objext \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_lib_save_LIBS
9472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9473 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9474 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9475 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9480 # Guillermo Gomez says -lposix is necessary on A/UX.
9481 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9482 if test "x$ac_cv_func_remove" = xyes; then :
9486 if test $ac_cv_func_remove = no; then
9487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9488 $as_echo_n "checking for remove in -lposix... " >&6; }
9489 if ${ac_cv_lib_posix_remove+:} false; then :
9490 $as_echo_n "(cached) " >&6
9491 else
9492 ac_check_lib_save_LIBS=$LIBS
9493 LIBS="-lposix $LIBS"
9494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9495 /* end confdefs.h. */
9497 /* Override any GCC internal prototype to avoid an error.
9498 Use char because int might match the return type of a GCC
9499 builtin and then its argument prototype would still apply. */
9500 #ifdef __cplusplus
9501 extern "C"
9502 #endif
9503 char remove ();
9505 main ()
9507 return remove ();
9509 return 0;
9511 _ACEOF
9512 if ac_fn_c_try_link "$LINENO"; then :
9513 ac_cv_lib_posix_remove=yes
9514 else
9515 ac_cv_lib_posix_remove=no
9517 rm -f core conftest.err conftest.$ac_objext \
9518 conftest$ac_exeext conftest.$ac_ext
9519 LIBS=$ac_check_lib_save_LIBS
9521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9522 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9523 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9524 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9529 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9530 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9531 if test "x$ac_cv_func_shmat" = xyes; then :
9535 if test $ac_cv_func_shmat = no; then
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9537 $as_echo_n "checking for shmat in -lipc... " >&6; }
9538 if ${ac_cv_lib_ipc_shmat+:} false; then :
9539 $as_echo_n "(cached) " >&6
9540 else
9541 ac_check_lib_save_LIBS=$LIBS
9542 LIBS="-lipc $LIBS"
9543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9544 /* end confdefs.h. */
9546 /* Override any GCC internal prototype to avoid an error.
9547 Use char because int might match the return type of a GCC
9548 builtin and then its argument prototype would still apply. */
9549 #ifdef __cplusplus
9550 extern "C"
9551 #endif
9552 char shmat ();
9554 main ()
9556 return shmat ();
9558 return 0;
9560 _ACEOF
9561 if ac_fn_c_try_link "$LINENO"; then :
9562 ac_cv_lib_ipc_shmat=yes
9563 else
9564 ac_cv_lib_ipc_shmat=no
9566 rm -f core conftest.err conftest.$ac_objext \
9567 conftest$ac_exeext conftest.$ac_ext
9568 LIBS=$ac_check_lib_save_LIBS
9570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9571 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9572 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9573 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9579 # Check for libraries that X11R6 Xt/Xaw programs need.
9580 ac_save_LDFLAGS=$LDFLAGS
9581 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9582 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9583 # check for ICE first), but we must link in the order -lSM -lICE or
9584 # we get undefined symbols. So assume we have SM if we have ICE.
9585 # These have to be linked with before -lX11, unlike the other
9586 # libraries we check for below, so use a different variable.
9587 # John Interrante, Karl Berry
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9589 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9590 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9591 $as_echo_n "(cached) " >&6
9592 else
9593 ac_check_lib_save_LIBS=$LIBS
9594 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9596 /* end confdefs.h. */
9598 /* Override any GCC internal prototype to avoid an error.
9599 Use char because int might match the return type of a GCC
9600 builtin and then its argument prototype would still apply. */
9601 #ifdef __cplusplus
9602 extern "C"
9603 #endif
9604 char IceConnectionNumber ();
9606 main ()
9608 return IceConnectionNumber ();
9610 return 0;
9612 _ACEOF
9613 if ac_fn_c_try_link "$LINENO"; then :
9614 ac_cv_lib_ICE_IceConnectionNumber=yes
9615 else
9616 ac_cv_lib_ICE_IceConnectionNumber=no
9618 rm -f core conftest.err conftest.$ac_objext \
9619 conftest$ac_exeext conftest.$ac_ext
9620 LIBS=$ac_check_lib_save_LIBS
9622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9623 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9624 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9625 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9628 LDFLAGS=$ac_save_LDFLAGS
9633 if test "$have_x" = "yes"
9634 then
9635 ac_save_CPPFLAGS="$CPPFLAGS"
9636 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9639 $as_echo_n "checking for -lX11... " >&6; }
9640 if ${ac_cv_lib_soname_X11+:} false; then :
9641 $as_echo_n "(cached) " >&6
9642 else
9643 ac_check_soname_save_LIBS=$LIBS
9644 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9646 /* end confdefs.h. */
9648 /* Override any GCC internal prototype to avoid an error.
9649 Use char because int might match the return type of a GCC
9650 builtin and then its argument prototype would still apply. */
9651 #ifdef __cplusplus
9652 extern "C"
9653 #endif
9654 char XCreateWindow ();
9656 main ()
9658 return XCreateWindow ();
9660 return 0;
9662 _ACEOF
9663 if ac_fn_c_try_link "$LINENO"; then :
9664 case "$LIBEXT" in
9665 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9666 dylib) ac_cv_lib_soname_X11=`$OTOOL -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9667 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9668 if ${ac_cv_lib_soname_X11:+false} :; then :
9669 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9670 fi ;;
9671 esac
9673 rm -f core conftest.err conftest.$ac_objext \
9674 conftest$ac_exeext conftest.$ac_ext
9675 LIBS=$ac_check_soname_save_LIBS
9677 if ${ac_cv_lib_soname_X11:+false} :; then :
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9679 $as_echo "not found" >&6; }
9681 else
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9683 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9685 cat >>confdefs.h <<_ACEOF
9686 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9687 _ACEOF
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9692 $as_echo_n "checking for -lXext... " >&6; }
9693 if ${ac_cv_lib_soname_Xext+:} false; then :
9694 $as_echo_n "(cached) " >&6
9695 else
9696 ac_check_soname_save_LIBS=$LIBS
9697 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9699 /* end confdefs.h. */
9701 /* Override any GCC internal prototype to avoid an error.
9702 Use char because int might match the return type of a GCC
9703 builtin and then its argument prototype would still apply. */
9704 #ifdef __cplusplus
9705 extern "C"
9706 #endif
9707 char XextCreateExtension ();
9709 main ()
9711 return XextCreateExtension ();
9713 return 0;
9715 _ACEOF
9716 if ac_fn_c_try_link "$LINENO"; then :
9717 case "$LIBEXT" in
9718 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9719 dylib) ac_cv_lib_soname_Xext=`$OTOOL -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9720 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9721 if ${ac_cv_lib_soname_Xext:+false} :; then :
9722 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9723 fi ;;
9724 esac
9726 rm -f core conftest.err conftest.$ac_objext \
9727 conftest$ac_exeext conftest.$ac_ext
9728 LIBS=$ac_check_soname_save_LIBS
9730 if ${ac_cv_lib_soname_Xext:+false} :; then :
9731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9732 $as_echo "not found" >&6; }
9734 else
9735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9736 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9738 cat >>confdefs.h <<_ACEOF
9739 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9740 _ACEOF
9742 X_LIBS="$X_LIBS -lXext"
9744 X_LIBS="$X_LIBS -lX11"
9746 for ac_header in X11/Xlib.h \
9747 X11/XKBlib.h \
9748 X11/Xutil.h \
9749 X11/Xcursor/Xcursor.h \
9750 X11/extensions/shape.h \
9751 X11/extensions/XInput.h \
9752 X11/extensions/XInput2.h \
9753 X11/extensions/XShm.h \
9754 X11/extensions/Xcomposite.h \
9755 X11/extensions/Xinerama.h \
9756 X11/extensions/Xrandr.h \
9757 X11/extensions/Xrender.h \
9758 X11/extensions/xf86vmode.h \
9759 X11/extensions/xf86vmproto.h
9760 do :
9761 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9762 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9763 # include <X11/Xlib.h>
9764 #endif
9765 #ifdef HAVE_X11_XUTIL_H
9766 # include <X11/Xutil.h>
9767 #endif
9769 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9770 cat >>confdefs.h <<_ACEOF
9771 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9772 _ACEOF
9776 done
9779 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9780 then
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9782 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9783 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9784 $as_echo_n "(cached) " >&6
9785 else
9786 ac_check_lib_save_LIBS=$LIBS
9787 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9789 /* end confdefs.h. */
9791 /* Override any GCC internal prototype to avoid an error.
9792 Use char because int might match the return type of a GCC
9793 builtin and then its argument prototype would still apply. */
9794 #ifdef __cplusplus
9795 extern "C"
9796 #endif
9797 char XkbQueryExtension ();
9799 main ()
9801 return XkbQueryExtension ();
9803 return 0;
9805 _ACEOF
9806 if ac_fn_c_try_link "$LINENO"; then :
9807 ac_cv_lib_X11_XkbQueryExtension=yes
9808 else
9809 ac_cv_lib_X11_XkbQueryExtension=no
9811 rm -f core conftest.err conftest.$ac_objext \
9812 conftest$ac_exeext conftest.$ac_ext
9813 LIBS=$ac_check_lib_save_LIBS
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9816 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9817 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9819 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9825 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9826 then
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9828 $as_echo_n "checking for -lXcursor... " >&6; }
9829 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9830 $as_echo_n "(cached) " >&6
9831 else
9832 ac_check_soname_save_LIBS=$LIBS
9833 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9835 /* end confdefs.h. */
9837 /* Override any GCC internal prototype to avoid an error.
9838 Use char because int might match the return type of a GCC
9839 builtin and then its argument prototype would still apply. */
9840 #ifdef __cplusplus
9841 extern "C"
9842 #endif
9843 char XcursorImageLoadCursor ();
9845 main ()
9847 return XcursorImageLoadCursor ();
9849 return 0;
9851 _ACEOF
9852 if ac_fn_c_try_link "$LINENO"; then :
9853 case "$LIBEXT" in
9854 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9855 dylib) ac_cv_lib_soname_Xcursor=`$OTOOL -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9856 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9857 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9858 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9859 fi ;;
9860 esac
9862 rm -f core conftest.err conftest.$ac_objext \
9863 conftest$ac_exeext conftest.$ac_ext
9864 LIBS=$ac_check_soname_save_LIBS
9866 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9868 $as_echo "not found" >&6; }
9870 else
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9872 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9874 cat >>confdefs.h <<_ACEOF
9875 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9876 _ACEOF
9881 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9882 case "x$with_xcursor" in
9883 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9884 xno) ;;
9885 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9886 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9887 esac
9890 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9891 then
9892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9893 $as_echo_n "checking for -lXi... " >&6; }
9894 if ${ac_cv_lib_soname_Xi+:} false; then :
9895 $as_echo_n "(cached) " >&6
9896 else
9897 ac_check_soname_save_LIBS=$LIBS
9898 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9900 /* end confdefs.h. */
9902 /* Override any GCC internal prototype to avoid an error.
9903 Use char because int might match the return type of a GCC
9904 builtin and then its argument prototype would still apply. */
9905 #ifdef __cplusplus
9906 extern "C"
9907 #endif
9908 char XOpenDevice ();
9910 main ()
9912 return XOpenDevice ();
9914 return 0;
9916 _ACEOF
9917 if ac_fn_c_try_link "$LINENO"; then :
9918 case "$LIBEXT" in
9919 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9920 dylib) ac_cv_lib_soname_Xi=`$OTOOL -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9921 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9922 if ${ac_cv_lib_soname_Xi:+false} :; then :
9923 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9924 fi ;;
9925 esac
9927 rm -f core conftest.err conftest.$ac_objext \
9928 conftest$ac_exeext conftest.$ac_ext
9929 LIBS=$ac_check_soname_save_LIBS
9931 if ${ac_cv_lib_soname_Xi:+false} :; then :
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9933 $as_echo "not found" >&6; }
9935 else
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9937 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9939 cat >>confdefs.h <<_ACEOF
9940 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9941 _ACEOF
9946 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9947 case "x$with_xinput" in
9948 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9949 xno) ;;
9950 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9951 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9952 esac
9955 if test "x$ac_cv_lib_soname_Xi" != x
9956 then
9957 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9958 case "x$with_xinput2" in
9959 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9960 xno) ;;
9961 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9962 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9963 esac
9967 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9968 then
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9970 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9971 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9972 $as_echo_n "(cached) " >&6
9973 else
9974 ac_check_lib_save_LIBS=$LIBS
9975 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9977 /* end confdefs.h. */
9979 /* Override any GCC internal prototype to avoid an error.
9980 Use char because int might match the return type of a GCC
9981 builtin and then its argument prototype would still apply. */
9982 #ifdef __cplusplus
9983 extern "C"
9984 #endif
9985 char XShmQueryExtension ();
9987 main ()
9989 return XShmQueryExtension ();
9991 return 0;
9993 _ACEOF
9994 if ac_fn_c_try_link "$LINENO"; then :
9995 ac_cv_lib_Xext_XShmQueryExtension=yes
9996 else
9997 ac_cv_lib_Xext_XShmQueryExtension=no
9999 rm -f core conftest.err conftest.$ac_objext \
10000 conftest$ac_exeext conftest.$ac_ext
10001 LIBS=$ac_check_lib_save_LIBS
10003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10004 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10005 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10007 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10012 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10013 case "x$with_xshm" in
10014 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10015 xno) ;;
10016 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10017 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10018 esac
10021 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10022 then
10023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10024 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10025 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10026 $as_echo_n "(cached) " >&6
10027 else
10028 ac_check_lib_save_LIBS=$LIBS
10029 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10031 /* end confdefs.h. */
10033 /* Override any GCC internal prototype to avoid an error.
10034 Use char because int might match the return type of a GCC
10035 builtin and then its argument prototype would still apply. */
10036 #ifdef __cplusplus
10037 extern "C"
10038 #endif
10039 char XShapeQueryExtension ();
10041 main ()
10043 return XShapeQueryExtension ();
10045 return 0;
10047 _ACEOF
10048 if ac_fn_c_try_link "$LINENO"; then :
10049 ac_cv_lib_Xext_XShapeQueryExtension=yes
10050 else
10051 ac_cv_lib_Xext_XShapeQueryExtension=no
10053 rm -f core conftest.err conftest.$ac_objext \
10054 conftest$ac_exeext conftest.$ac_ext
10055 LIBS=$ac_check_lib_save_LIBS
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10058 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10059 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10061 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10066 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10067 case "x$with_xshape" in
10068 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10069 xno) ;;
10070 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10071 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10072 esac
10075 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10076 then
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10078 $as_echo_n "checking for -lXxf86vm... " >&6; }
10079 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10080 $as_echo_n "(cached) " >&6
10081 else
10082 ac_check_soname_save_LIBS=$LIBS
10083 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10085 /* end confdefs.h. */
10087 /* Override any GCC internal prototype to avoid an error.
10088 Use char because int might match the return type of a GCC
10089 builtin and then its argument prototype would still apply. */
10090 #ifdef __cplusplus
10091 extern "C"
10092 #endif
10093 char XF86VidModeQueryExtension ();
10095 main ()
10097 return XF86VidModeQueryExtension ();
10099 return 0;
10101 _ACEOF
10102 if ac_fn_c_try_link "$LINENO"; then :
10103 case "$LIBEXT" in
10104 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10105 dylib) ac_cv_lib_soname_Xxf86vm=`$OTOOL -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10106 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10107 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10108 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10109 fi ;;
10110 esac
10112 rm -f core conftest.err conftest.$ac_objext \
10113 conftest$ac_exeext conftest.$ac_ext
10114 LIBS=$ac_check_soname_save_LIBS
10116 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10118 $as_echo "not found" >&6; }
10120 else
10121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10122 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10124 cat >>confdefs.h <<_ACEOF
10125 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10126 _ACEOF
10131 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10132 case "x$with_xxf86vm" in
10133 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10134 xno) ;;
10135 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10136 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10137 esac
10140 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10141 then
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10143 $as_echo_n "checking for -lXrender... " >&6; }
10144 if ${ac_cv_lib_soname_Xrender+:} false; then :
10145 $as_echo_n "(cached) " >&6
10146 else
10147 ac_check_soname_save_LIBS=$LIBS
10148 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10150 /* end confdefs.h. */
10152 /* Override any GCC internal prototype to avoid an error.
10153 Use char because int might match the return type of a GCC
10154 builtin and then its argument prototype would still apply. */
10155 #ifdef __cplusplus
10156 extern "C"
10157 #endif
10158 char XRenderQueryExtension ();
10160 main ()
10162 return XRenderQueryExtension ();
10164 return 0;
10166 _ACEOF
10167 if ac_fn_c_try_link "$LINENO"; then :
10168 case "$LIBEXT" in
10169 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10170 dylib) ac_cv_lib_soname_Xrender=`$OTOOL -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10171 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10172 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10173 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10174 fi ;;
10175 esac
10177 rm -f core conftest.err conftest.$ac_objext \
10178 conftest$ac_exeext conftest.$ac_ext
10179 LIBS=$ac_check_soname_save_LIBS
10181 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10183 $as_echo "not found" >&6; }
10185 else
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10187 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10189 cat >>confdefs.h <<_ACEOF
10190 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10191 _ACEOF
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10194 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10195 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10196 $as_echo_n "(cached) " >&6
10197 else
10198 ac_check_lib_save_LIBS=$LIBS
10199 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10201 /* end confdefs.h. */
10203 /* Override any GCC internal prototype to avoid an error.
10204 Use char because int might match the return type of a GCC
10205 builtin and then its argument prototype would still apply. */
10206 #ifdef __cplusplus
10207 extern "C"
10208 #endif
10209 char XRenderSetPictureTransform ();
10211 main ()
10213 return XRenderSetPictureTransform ();
10215 return 0;
10217 _ACEOF
10218 if ac_fn_c_try_link "$LINENO"; then :
10219 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10220 else
10221 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10223 rm -f core conftest.err conftest.$ac_objext \
10224 conftest$ac_exeext conftest.$ac_ext
10225 LIBS=$ac_check_lib_save_LIBS
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10228 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10229 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10231 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10236 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10237 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10238 $as_echo_n "(cached) " >&6
10239 else
10240 ac_check_lib_save_LIBS=$LIBS
10241 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10243 /* end confdefs.h. */
10245 /* Override any GCC internal prototype to avoid an error.
10246 Use char because int might match the return type of a GCC
10247 builtin and then its argument prototype would still apply. */
10248 #ifdef __cplusplus
10249 extern "C"
10250 #endif
10251 char XRenderCreateLinearGradient ();
10253 main ()
10255 return XRenderCreateLinearGradient ();
10257 return 0;
10259 _ACEOF
10260 if ac_fn_c_try_link "$LINENO"; then :
10261 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10262 else
10263 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10265 rm -f core conftest.err conftest.$ac_objext \
10266 conftest$ac_exeext conftest.$ac_ext
10267 LIBS=$ac_check_lib_save_LIBS
10269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10270 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10271 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10273 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10280 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10281 case "x$with_xrender" in
10282 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10283 xno) ;;
10284 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10285 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10286 esac
10289 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10290 then
10291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10292 /* end confdefs.h. */
10293 #include <X11/Xlib.h>
10294 #include <X11/extensions/Xrandr.h>
10296 main ()
10298 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10300 return 0;
10302 _ACEOF
10303 if ac_fn_c_try_compile "$LINENO"; then :
10304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10305 $as_echo_n "checking for -lXrandr... " >&6; }
10306 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10307 $as_echo_n "(cached) " >&6
10308 else
10309 ac_check_soname_save_LIBS=$LIBS
10310 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10312 /* end confdefs.h. */
10314 /* Override any GCC internal prototype to avoid an error.
10315 Use char because int might match the return type of a GCC
10316 builtin and then its argument prototype would still apply. */
10317 #ifdef __cplusplus
10318 extern "C"
10319 #endif
10320 char XRRQueryExtension ();
10322 main ()
10324 return XRRQueryExtension ();
10326 return 0;
10328 _ACEOF
10329 if ac_fn_c_try_link "$LINENO"; then :
10330 case "$LIBEXT" in
10331 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10332 dylib) ac_cv_lib_soname_Xrandr=`$OTOOL -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10333 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10334 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10335 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10336 fi ;;
10337 esac
10339 rm -f core conftest.err conftest.$ac_objext \
10340 conftest$ac_exeext conftest.$ac_ext
10341 LIBS=$ac_check_soname_save_LIBS
10343 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10345 $as_echo "not found" >&6; }
10347 else
10348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10349 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10351 cat >>confdefs.h <<_ACEOF
10352 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10353 _ACEOF
10355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10356 /* end confdefs.h. */
10357 #include <X11/Xlib.h>
10358 #include <X11/extensions/Xrandr.h>
10360 main ()
10362 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10364 return 0;
10366 _ACEOF
10367 if ac_fn_c_try_compile "$LINENO"; then :
10369 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10377 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10378 case "x$with_xrandr" in
10379 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10380 xno) ;;
10381 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10382 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10383 esac
10386 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10387 then
10388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10389 /* end confdefs.h. */
10390 #include <X11/Xlib.h>
10391 #include <X11/extensions/Xinerama.h>
10393 main ()
10395 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10397 return 0;
10399 _ACEOF
10400 if ac_fn_c_try_compile "$LINENO"; then :
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10402 $as_echo_n "checking for -lXinerama... " >&6; }
10403 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10404 $as_echo_n "(cached) " >&6
10405 else
10406 ac_check_soname_save_LIBS=$LIBS
10407 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10409 /* end confdefs.h. */
10411 /* Override any GCC internal prototype to avoid an error.
10412 Use char because int might match the return type of a GCC
10413 builtin and then its argument prototype would still apply. */
10414 #ifdef __cplusplus
10415 extern "C"
10416 #endif
10417 char XineramaQueryScreens ();
10419 main ()
10421 return XineramaQueryScreens ();
10423 return 0;
10425 _ACEOF
10426 if ac_fn_c_try_link "$LINENO"; then :
10427 case "$LIBEXT" in
10428 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10429 dylib) ac_cv_lib_soname_Xinerama=`$OTOOL -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10430 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10431 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10432 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10433 fi ;;
10434 esac
10436 rm -f core conftest.err conftest.$ac_objext \
10437 conftest$ac_exeext conftest.$ac_ext
10438 LIBS=$ac_check_soname_save_LIBS
10440 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10442 $as_echo "not found" >&6; }
10444 else
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10446 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10448 cat >>confdefs.h <<_ACEOF
10449 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10450 _ACEOF
10455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10457 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10458 case "x$with_xinerama" in
10459 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10460 xno) ;;
10461 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10462 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10463 esac
10466 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10467 then
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10469 $as_echo_n "checking for -lXcomposite... " >&6; }
10470 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10471 $as_echo_n "(cached) " >&6
10472 else
10473 ac_check_soname_save_LIBS=$LIBS
10474 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10476 /* end confdefs.h. */
10478 /* Override any GCC internal prototype to avoid an error.
10479 Use char because int might match the return type of a GCC
10480 builtin and then its argument prototype would still apply. */
10481 #ifdef __cplusplus
10482 extern "C"
10483 #endif
10484 char XCompositeRedirectWindow ();
10486 main ()
10488 return XCompositeRedirectWindow ();
10490 return 0;
10492 _ACEOF
10493 if ac_fn_c_try_link "$LINENO"; then :
10494 case "$LIBEXT" in
10495 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10496 dylib) ac_cv_lib_soname_Xcomposite=`$OTOOL -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10497 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10498 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10499 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10500 fi ;;
10501 esac
10503 rm -f core conftest.err conftest.$ac_objext \
10504 conftest$ac_exeext conftest.$ac_ext
10505 LIBS=$ac_check_soname_save_LIBS
10507 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10509 $as_echo "not found" >&6; }
10511 else
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10513 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10515 cat >>confdefs.h <<_ACEOF
10516 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10517 _ACEOF
10522 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10523 case "x$with_xcomposite" in
10524 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10525 xno) ;;
10526 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10527 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10528 esac
10531 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10532 #include <X11/Xlib.h>
10533 #endif
10535 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10537 cat >>confdefs.h <<_ACEOF
10538 #define HAVE_XICCALLBACK_CALLBACK 1
10539 _ACEOF
10543 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10544 #include <X11/Xlib.h>
10545 #endif
10547 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10549 cat >>confdefs.h <<_ACEOF
10550 #define HAVE_XEVENT_XCOOKIE 1
10551 _ACEOF
10558 opengl_msg=""
10559 if test "x$with_opengl" != "xno"
10560 then
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10562 $as_echo_n "checking for -lGL... " >&6; }
10563 if ${ac_cv_lib_soname_GL+:} false; then :
10564 $as_echo_n "(cached) " >&6
10565 else
10566 ac_check_soname_save_LIBS=$LIBS
10567 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10569 /* end confdefs.h. */
10571 /* Override any GCC internal prototype to avoid an error.
10572 Use char because int might match the return type of a GCC
10573 builtin and then its argument prototype would still apply. */
10574 #ifdef __cplusplus
10575 extern "C"
10576 #endif
10577 char glXCreateContext ();
10579 main ()
10581 return glXCreateContext ();
10583 return 0;
10585 _ACEOF
10586 if ac_fn_c_try_link "$LINENO"; then :
10587 case "$LIBEXT" in
10588 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10589 dylib) ac_cv_lib_soname_GL=`$OTOOL -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10590 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10591 if ${ac_cv_lib_soname_GL:+false} :; then :
10592 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10593 fi ;;
10594 esac
10596 rm -f core conftest.err conftest.$ac_objext \
10597 conftest$ac_exeext conftest.$ac_ext
10598 LIBS=$ac_check_soname_save_LIBS
10600 if ${ac_cv_lib_soname_GL:+false} :; then :
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10602 $as_echo "not found" >&6; }
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10604 $as_echo_n "checking for -lGL... " >&6; }
10605 if ${ac_cv_lib_soname_GL+:} false; then :
10606 $as_echo_n "(cached) " >&6
10607 else
10608 ac_check_soname_save_LIBS=$LIBS
10609 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
10610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10611 /* end confdefs.h. */
10613 /* Override any GCC internal prototype to avoid an error.
10614 Use char because int might match the return type of a GCC
10615 builtin and then its argument prototype would still apply. */
10616 #ifdef __cplusplus
10617 extern "C"
10618 #endif
10619 char glXCreateContext ();
10621 main ()
10623 return glXCreateContext ();
10625 return 0;
10627 _ACEOF
10628 if ac_fn_c_try_link "$LINENO"; then :
10629 case "$LIBEXT" in
10630 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10631 dylib) ac_cv_lib_soname_GL=`$OTOOL -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10632 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10633 if ${ac_cv_lib_soname_GL:+false} :; then :
10634 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10635 fi ;;
10636 esac
10638 rm -f core conftest.err conftest.$ac_objext \
10639 conftest$ac_exeext conftest.$ac_ext
10640 LIBS=$ac_check_soname_save_LIBS
10642 if ${ac_cv_lib_soname_GL:+false} :; then :
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10644 $as_echo "not found" >&6; }
10645 if test -f /usr/X11R6/lib/libGL.a
10646 then
10647 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10648 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10649 else
10650 opengl_msg="No OpenGL library found on this system."
10652 else
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10654 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10656 cat >>confdefs.h <<_ACEOF
10657 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10658 _ACEOF
10660 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
10662 else
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10664 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10666 cat >>confdefs.h <<_ACEOF
10667 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10668 _ACEOF
10670 OPENGL_LIBS="-lGL"
10672 if test "x$with_glu" != "xno"
10673 then
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10675 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10676 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10677 $as_echo_n "(cached) " >&6
10678 else
10679 ac_check_lib_save_LIBS=$LIBS
10680 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10682 /* end confdefs.h. */
10684 /* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
10687 #ifdef __cplusplus
10688 extern "C"
10689 #endif
10690 char gluLookAt ();
10692 main ()
10694 return gluLookAt ();
10696 return 0;
10698 _ACEOF
10699 if ac_fn_c_try_link "$LINENO"; then :
10700 ac_cv_lib_GLU_gluLookAt=yes
10701 else
10702 ac_cv_lib_GLU_gluLookAt=no
10704 rm -f core conftest.err conftest.$ac_objext \
10705 conftest$ac_exeext conftest.$ac_ext
10706 LIBS=$ac_check_lib_save_LIBS
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10709 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10710 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10714 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10715 case "x$with_glu" in
10716 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10717 xno) ;;
10718 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10719 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10720 esac
10724 if test "x$with_osmesa" != "xno"
10725 then
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10727 $as_echo_n "checking for -lOSMesa... " >&6; }
10728 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10729 $as_echo_n "(cached) " >&6
10730 else
10731 ac_check_soname_save_LIBS=$LIBS
10732 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10734 /* end confdefs.h. */
10736 /* Override any GCC internal prototype to avoid an error.
10737 Use char because int might match the return type of a GCC
10738 builtin and then its argument prototype would still apply. */
10739 #ifdef __cplusplus
10740 extern "C"
10741 #endif
10742 char glAccum ();
10744 main ()
10746 return glAccum ();
10748 return 0;
10750 _ACEOF
10751 if ac_fn_c_try_link "$LINENO"; then :
10752 case "$LIBEXT" in
10753 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10754 dylib) ac_cv_lib_soname_OSMesa=`$OTOOL -L conftest$ac_exeext | grep "libOSMesa\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libOSMesa\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10755 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10756 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10757 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10758 fi ;;
10759 esac
10761 rm -f core conftest.err conftest.$ac_objext \
10762 conftest$ac_exeext conftest.$ac_ext
10763 LIBS=$ac_check_soname_save_LIBS
10765 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10767 $as_echo "not found" >&6; }
10769 else
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10771 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10773 cat >>confdefs.h <<_ACEOF
10774 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10775 _ACEOF
10779 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10780 case "x$with_osmesa" in
10781 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10782 xno) ;;
10783 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10784 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10785 esac
10789 if test -n "$opengl_msg"; then :
10790 case "x$with_opengl" in
10791 x) as_fn_append wine_warnings "|$opengl_msg
10792 OpenGL and Direct3D won't be supported." ;;
10793 xno) ;;
10794 *) as_fn_error $? "$opengl_msg
10795 OpenGL and Direct3D won't be supported.
10796 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10797 esac
10800 CPPFLAGS="$ac_save_CPPFLAGS"
10801 else
10802 X_CFLAGS=""
10803 X_LIBS=""
10804 enable_winex11_drv=${enable_winex11_drv:-no}
10806 if test "x$X_LIBS" = "x"; then :
10807 case "x$with_x" in
10808 xno) ;;
10809 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10810 without X support, which probably isn't what you want. You will need
10811 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10812 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10813 esac
10816 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10818 if test "$ac_cv_header_CL_cl_h" = "yes"
10819 then
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10821 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10822 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10823 $as_echo_n "(cached) " >&6
10824 else
10825 ac_check_lib_save_LIBS=$LIBS
10826 LIBS="-lOpenCL $LIBS"
10827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10828 /* end confdefs.h. */
10830 /* Override any GCC internal prototype to avoid an error.
10831 Use char because int might match the return type of a GCC
10832 builtin and then its argument prototype would still apply. */
10833 #ifdef __cplusplus
10834 extern "C"
10835 #endif
10836 char clGetPlatformInfo ();
10838 main ()
10840 return clGetPlatformInfo ();
10842 return 0;
10844 _ACEOF
10845 if ac_fn_c_try_link "$LINENO"; then :
10846 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10847 else
10848 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10850 rm -f core conftest.err conftest.$ac_objext \
10851 conftest$ac_exeext conftest.$ac_ext
10852 LIBS=$ac_check_lib_save_LIBS
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10855 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10856 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10857 OPENCL_LIBS="-lOpenCL"
10862 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10863 case "x$with_opencl" in
10864 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10865 xno) ;;
10866 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10867 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10868 esac
10870 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10872 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10873 then
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10875 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10876 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10877 $as_echo_n "(cached) " >&6
10878 else
10879 ac_check_lib_save_LIBS=$LIBS
10880 LIBS="-lpcap $LIBS"
10881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10882 /* end confdefs.h. */
10884 /* Override any GCC internal prototype to avoid an error.
10885 Use char because int might match the return type of a GCC
10886 builtin and then its argument prototype would still apply. */
10887 #ifdef __cplusplus
10888 extern "C"
10889 #endif
10890 char pcap_create ();
10892 main ()
10894 return pcap_create ();
10896 return 0;
10898 _ACEOF
10899 if ac_fn_c_try_link "$LINENO"; then :
10900 ac_cv_lib_pcap_pcap_create=yes
10901 else
10902 ac_cv_lib_pcap_pcap_create=no
10904 rm -f core conftest.err conftest.$ac_objext \
10905 conftest$ac_exeext conftest.$ac_ext
10906 LIBS=$ac_check_lib_save_LIBS
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10909 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10910 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10911 PCAP_LIBS="-lpcap"
10916 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10917 case "x$with_pcap" in
10918 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10919 xno) ;;
10920 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10921 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10922 esac
10924 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10927 if test "x$with_xml" != "xno"
10928 then
10929 if ${XML2_CFLAGS:+false} :; then :
10930 if ${PKG_CONFIG+:} false; then :
10931 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10934 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10935 if ${XML2_LIBS:+false} :; then :
10936 if ${PKG_CONFIG+:} false; then :
10937 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10940 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10941 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10942 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10943 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10944 ac_save_CPPFLAGS=$CPPFLAGS
10945 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10946 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10947 do :
10948 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10949 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10950 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10951 cat >>confdefs.h <<_ACEOF
10952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10953 _ACEOF
10957 done
10959 if test "$ac_cv_header_libxml_parser_h" = "yes" -a "$ac_cv_header_libxml_xmlsave_h" = "yes" -a "$ac_cv_header_libxml_SAX2_h" = "yes"
10960 then
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10962 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10963 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10964 $as_echo_n "(cached) " >&6
10965 else
10966 ac_check_lib_save_LIBS=$LIBS
10967 LIBS="-lxml2 $XML2_LIBS $LIBS"
10968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10969 /* end confdefs.h. */
10971 /* Override any GCC internal prototype to avoid an error.
10972 Use char because int might match the return type of a GCC
10973 builtin and then its argument prototype would still apply. */
10974 #ifdef __cplusplus
10975 extern "C"
10976 #endif
10977 char xmlParseMemory ();
10979 main ()
10981 return xmlParseMemory ();
10983 return 0;
10985 _ACEOF
10986 if ac_fn_c_try_link "$LINENO"; then :
10987 ac_cv_lib_xml2_xmlParseMemory=yes
10988 else
10989 ac_cv_lib_xml2_xmlParseMemory=no
10991 rm -f core conftest.err conftest.$ac_objext \
10992 conftest$ac_exeext conftest.$ac_ext
10993 LIBS=$ac_check_lib_save_LIBS
10995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10996 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10997 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10999 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11001 else
11002 XML2_LIBS=""
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11006 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11007 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11008 $as_echo_n "(cached) " >&6
11009 else
11010 ac_check_lib_save_LIBS=$LIBS
11011 LIBS="-lxml2 $XML2_LIBS $LIBS"
11012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11013 /* end confdefs.h. */
11015 /* Override any GCC internal prototype to avoid an error.
11016 Use char because int might match the return type of a GCC
11017 builtin and then its argument prototype would still apply. */
11018 #ifdef __cplusplus
11019 extern "C"
11020 #endif
11021 char xmlReadMemory ();
11023 main ()
11025 return xmlReadMemory ();
11027 return 0;
11029 _ACEOF
11030 if ac_fn_c_try_link "$LINENO"; then :
11031 ac_cv_lib_xml2_xmlReadMemory=yes
11032 else
11033 ac_cv_lib_xml2_xmlReadMemory=no
11035 rm -f core conftest.err conftest.$ac_objext \
11036 conftest$ac_exeext conftest.$ac_ext
11037 LIBS=$ac_check_lib_save_LIBS
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11040 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11041 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11043 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11048 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11049 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11050 $as_echo_n "(cached) " >&6
11051 else
11052 ac_check_lib_save_LIBS=$LIBS
11053 LIBS="-lxml2 $XML2_LIBS $LIBS"
11054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11055 /* end confdefs.h. */
11057 /* Override any GCC internal prototype to avoid an error.
11058 Use char because int might match the return type of a GCC
11059 builtin and then its argument prototype would still apply. */
11060 #ifdef __cplusplus
11061 extern "C"
11062 #endif
11063 char xmlNewDocPI ();
11065 main ()
11067 return xmlNewDocPI ();
11069 return 0;
11071 _ACEOF
11072 if ac_fn_c_try_link "$LINENO"; then :
11073 ac_cv_lib_xml2_xmlNewDocPI=yes
11074 else
11075 ac_cv_lib_xml2_xmlNewDocPI=no
11077 rm -f core conftest.err conftest.$ac_objext \
11078 conftest$ac_exeext conftest.$ac_ext
11079 LIBS=$ac_check_lib_save_LIBS
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11082 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11083 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11085 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11090 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11091 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11092 $as_echo_n "(cached) " >&6
11093 else
11094 ac_check_lib_save_LIBS=$LIBS
11095 LIBS="-lxml2 $XML2_LIBS $LIBS"
11096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11097 /* end confdefs.h. */
11099 /* Override any GCC internal prototype to avoid an error.
11100 Use char because int might match the return type of a GCC
11101 builtin and then its argument prototype would still apply. */
11102 #ifdef __cplusplus
11103 extern "C"
11104 #endif
11105 char xmlSchemaSetParserStructuredErrors ();
11107 main ()
11109 return xmlSchemaSetParserStructuredErrors ();
11111 return 0;
11113 _ACEOF
11114 if ac_fn_c_try_link "$LINENO"; then :
11115 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11116 else
11117 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11119 rm -f core conftest.err conftest.$ac_objext \
11120 conftest$ac_exeext conftest.$ac_ext
11121 LIBS=$ac_check_lib_save_LIBS
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11124 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11125 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11127 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11132 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11133 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11134 $as_echo_n "(cached) " >&6
11135 else
11136 ac_check_lib_save_LIBS=$LIBS
11137 LIBS="-lxml2 $XML2_LIBS $LIBS"
11138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11139 /* end confdefs.h. */
11141 /* Override any GCC internal prototype to avoid an error.
11142 Use char because int might match the return type of a GCC
11143 builtin and then its argument prototype would still apply. */
11144 #ifdef __cplusplus
11145 extern "C"
11146 #endif
11147 char xmlSchemaSetValidStructuredErrors ();
11149 main ()
11151 return xmlSchemaSetValidStructuredErrors ();
11153 return 0;
11155 _ACEOF
11156 if ac_fn_c_try_link "$LINENO"; then :
11157 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11158 else
11159 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11161 rm -f core conftest.err conftest.$ac_objext \
11162 conftest$ac_exeext conftest.$ac_ext
11163 LIBS=$ac_check_lib_save_LIBS
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11166 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11167 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11169 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11174 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11175 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11176 $as_echo_n "(cached) " >&6
11177 else
11178 ac_check_lib_save_LIBS=$LIBS
11179 LIBS="-lxml2 $XML2_LIBS $LIBS"
11180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11181 /* end confdefs.h. */
11183 /* Override any GCC internal prototype to avoid an error.
11184 Use char because int might match the return type of a GCC
11185 builtin and then its argument prototype would still apply. */
11186 #ifdef __cplusplus
11187 extern "C"
11188 #endif
11189 char xmlFirstElementChild ();
11191 main ()
11193 return xmlFirstElementChild ();
11195 return 0;
11197 _ACEOF
11198 if ac_fn_c_try_link "$LINENO"; then :
11199 ac_cv_lib_xml2_xmlFirstElementChild=yes
11200 else
11201 ac_cv_lib_xml2_xmlFirstElementChild=no
11203 rm -f core conftest.err conftest.$ac_objext \
11204 conftest$ac_exeext conftest.$ac_ext
11205 LIBS=$ac_check_lib_save_LIBS
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11208 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11209 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11211 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11215 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11217 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11219 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11223 else
11224 XML2_CFLAGS=""
11225 XML2_LIBS=""
11227 CPPFLAGS=$ac_save_CPPFLAGS
11228 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11229 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11232 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11233 case "x$with_xml" in
11234 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11235 xno) ;;
11236 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11237 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11238 esac
11241 if test "x$with_xslt" != "xno"
11242 then
11243 if ${XSLT_CFLAGS:+false} :; then :
11244 if ${PKG_CONFIG+:} false; then :
11245 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11248 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11249 if ${XSLT_LIBS:+false} :; then :
11250 if ${PKG_CONFIG+:} false; then :
11251 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11254 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11255 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11256 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11257 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11258 ac_save_CPPFLAGS=$CPPFLAGS
11259 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11260 for ac_header in libxslt/pattern.h libxslt/transform.h
11261 do :
11262 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11263 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11264 # include <libxslt/pattern.h>
11265 #endif
11267 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11268 cat >>confdefs.h <<_ACEOF
11269 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11270 _ACEOF
11274 done
11276 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11277 then
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11279 $as_echo_n "checking for -lxslt... " >&6; }
11280 if ${ac_cv_lib_soname_xslt+:} false; then :
11281 $as_echo_n "(cached) " >&6
11282 else
11283 ac_check_soname_save_LIBS=$LIBS
11284 LIBS="-lxslt $XSLT_LIBS $LIBS"
11285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11286 /* end confdefs.h. */
11288 /* Override any GCC internal prototype to avoid an error.
11289 Use char because int might match the return type of a GCC
11290 builtin and then its argument prototype would still apply. */
11291 #ifdef __cplusplus
11292 extern "C"
11293 #endif
11294 char xsltCompilePattern ();
11296 main ()
11298 return xsltCompilePattern ();
11300 return 0;
11302 _ACEOF
11303 if ac_fn_c_try_link "$LINENO"; then :
11304 case "$LIBEXT" in
11305 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11306 dylib) ac_cv_lib_soname_xslt=`$OTOOL -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11307 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11308 if ${ac_cv_lib_soname_xslt:+false} :; then :
11309 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11310 fi ;;
11311 esac
11313 rm -f core conftest.err conftest.$ac_objext \
11314 conftest$ac_exeext conftest.$ac_ext
11315 LIBS=$ac_check_soname_save_LIBS
11317 if ${ac_cv_lib_soname_xslt:+false} :; then :
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11319 $as_echo "not found" >&6; }
11321 else
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11323 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11325 cat >>confdefs.h <<_ACEOF
11326 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11327 _ACEOF
11331 else
11332 XSLT_CFLAGS=""
11334 CPPFLAGS=$ac_save_CPPFLAGS
11335 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11336 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11339 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11340 case "x$with_xslt" in
11341 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11342 xno) ;;
11343 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11344 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11345 esac
11348 if test "x$with_dbus" != "xno"
11349 then
11350 if ${DBUS_CFLAGS:+false} :; then :
11351 if ${PKG_CONFIG+:} false; then :
11352 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11356 if ${DBUS_LIBS:+false} :; then :
11357 if ${PKG_CONFIG+:} false; then :
11358 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11363 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11364 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11365 ac_save_CPPFLAGS=$CPPFLAGS
11366 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11367 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11368 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11370 $as_echo_n "checking for -ldbus-1... " >&6; }
11371 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11372 $as_echo_n "(cached) " >&6
11373 else
11374 ac_check_soname_save_LIBS=$LIBS
11375 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377 /* end confdefs.h. */
11379 /* Override any GCC internal prototype to avoid an error.
11380 Use char because int might match the return type of a GCC
11381 builtin and then its argument prototype would still apply. */
11382 #ifdef __cplusplus
11383 extern "C"
11384 #endif
11385 char dbus_connection_close ();
11387 main ()
11389 return dbus_connection_close ();
11391 return 0;
11393 _ACEOF
11394 if ac_fn_c_try_link "$LINENO"; then :
11395 case "$LIBEXT" in
11396 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11397 dylib) ac_cv_lib_soname_dbus_1=`$OTOOL -L conftest$ac_exeext | grep "libdbus-1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libdbus-1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11398 *) ac_cv_lib_soname_dbus_1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libdbus-1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libdbus-1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11399 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11400 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11401 fi ;;
11402 esac
11404 rm -f core conftest.err conftest.$ac_objext \
11405 conftest$ac_exeext conftest.$ac_ext
11406 LIBS=$ac_check_soname_save_LIBS
11408 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11410 $as_echo "not found" >&6; }
11411 DBUS_CFLAGS=""
11412 else
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11414 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11416 cat >>confdefs.h <<_ACEOF
11417 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11418 _ACEOF
11422 else
11423 DBUS_CFLAGS=""
11427 CPPFLAGS=$ac_save_CPPFLAGS
11428 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11429 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11432 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11433 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11434 case "x$with_dbus" in
11435 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11436 xno) ;;
11437 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11438 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11439 esac
11442 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11443 then
11444 if ${HAL_CFLAGS:+false} :; then :
11445 if ${PKG_CONFIG+:} false; then :
11446 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11450 if ${HAL_LIBS:+false} :; then :
11451 if ${PKG_CONFIG+:} false; then :
11452 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11456 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11457 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11458 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11459 ac_save_CPPFLAGS=$CPPFLAGS
11460 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11461 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11462 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11464 $as_echo_n "checking for -lhal... " >&6; }
11465 if ${ac_cv_lib_soname_hal+:} false; then :
11466 $as_echo_n "(cached) " >&6
11467 else
11468 ac_check_soname_save_LIBS=$LIBS
11469 LIBS="-lhal $HAL_LIBS $LIBS"
11470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11471 /* end confdefs.h. */
11473 /* Override any GCC internal prototype to avoid an error.
11474 Use char because int might match the return type of a GCC
11475 builtin and then its argument prototype would still apply. */
11476 #ifdef __cplusplus
11477 extern "C"
11478 #endif
11479 char libhal_ctx_new ();
11481 main ()
11483 return libhal_ctx_new ();
11485 return 0;
11487 _ACEOF
11488 if ac_fn_c_try_link "$LINENO"; then :
11489 case "$LIBEXT" in
11490 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11491 dylib) ac_cv_lib_soname_hal=`$OTOOL -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11492 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11493 if ${ac_cv_lib_soname_hal:+false} :; then :
11494 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11495 fi ;;
11496 esac
11498 rm -f core conftest.err conftest.$ac_objext \
11499 conftest$ac_exeext conftest.$ac_ext
11500 LIBS=$ac_check_soname_save_LIBS
11502 if ${ac_cv_lib_soname_hal:+false} :; then :
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11504 $as_echo "not found" >&6; }
11505 HAL_CFLAGS=""
11506 else
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11508 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11510 cat >>confdefs.h <<_ACEOF
11511 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11512 _ACEOF
11516 else
11517 HAL_CFLAGS=""
11521 CPPFLAGS=$ac_save_CPPFLAGS
11522 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11523 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11525 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11526 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11527 case "x$with_hal" in
11528 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11529 xno) ;;
11530 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11531 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11532 esac
11536 if test "x$with_gnutls" != "xno"
11537 then
11538 if ${GNUTLS_CFLAGS:+false} :; then :
11539 if ${PKG_CONFIG+:} false; then :
11540 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11544 if ${GNUTLS_LIBS:+false} :; then :
11545 if ${PKG_CONFIG+:} false; then :
11546 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11551 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11552 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11553 ac_save_CPPFLAGS=$CPPFLAGS
11554 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11555 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11556 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h. */
11559 #include <gnutls/gnutls.h>
11560 #include <gnutls/crypto.h>
11562 main ()
11564 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11566 return 0;
11568 _ACEOF
11569 if ac_fn_c_try_compile "$LINENO"; then :
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11571 $as_echo_n "checking for -lgnutls... " >&6; }
11572 if ${ac_cv_lib_soname_gnutls+:} false; then :
11573 $as_echo_n "(cached) " >&6
11574 else
11575 ac_check_soname_save_LIBS=$LIBS
11576 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11578 /* end confdefs.h. */
11580 /* Override any GCC internal prototype to avoid an error.
11581 Use char because int might match the return type of a GCC
11582 builtin and then its argument prototype would still apply. */
11583 #ifdef __cplusplus
11584 extern "C"
11585 #endif
11586 char gnutls_global_init ();
11588 main ()
11590 return gnutls_global_init ();
11592 return 0;
11594 _ACEOF
11595 if ac_fn_c_try_link "$LINENO"; then :
11596 case "$LIBEXT" in
11597 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11598 dylib) ac_cv_lib_soname_gnutls=`$OTOOL -L conftest$ac_exeext | grep "libgnutls\\(-deb0\\)\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\\(-deb0\\)\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11599 *) ac_cv_lib_soname_gnutls=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11600 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11601 ac_cv_lib_soname_gnutls=`$LDD conftest$ac_exeext | grep "libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\\(-deb0\\)\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11602 fi ;;
11603 esac
11605 rm -f core conftest.err conftest.$ac_objext \
11606 conftest$ac_exeext conftest.$ac_ext
11607 LIBS=$ac_check_soname_save_LIBS
11609 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11611 $as_echo "not found" >&6; }
11612 GNUTLS_CFLAGS=""
11613 else
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11615 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11617 cat >>confdefs.h <<_ACEOF
11618 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11619 _ACEOF
11624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11625 else
11626 GNUTLS_CFLAGS=""
11630 CPPFLAGS=$ac_save_CPPFLAGS
11631 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11632 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11635 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11636 case "x$with_gnutls" in
11637 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11638 xno) ;;
11639 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11640 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11641 esac
11644 CURSES_LIBS=""
11645 if test "$ac_cv_header_ncurses_h" = "yes"
11646 then
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11648 $as_echo_n "checking for -lncurses... " >&6; }
11649 if ${ac_cv_lib_soname_ncurses+:} false; then :
11650 $as_echo_n "(cached) " >&6
11651 else
11652 ac_check_soname_save_LIBS=$LIBS
11653 LIBS="-lncurses $LIBS"
11654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11655 /* end confdefs.h. */
11657 /* Override any GCC internal prototype to avoid an error.
11658 Use char because int might match the return type of a GCC
11659 builtin and then its argument prototype would still apply. */
11660 #ifdef __cplusplus
11661 extern "C"
11662 #endif
11663 char waddch ();
11665 main ()
11667 return waddch ();
11669 return 0;
11671 _ACEOF
11672 if ac_fn_c_try_link "$LINENO"; then :
11673 case "$LIBEXT" in
11674 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11675 dylib) ac_cv_lib_soname_ncurses=`$OTOOL -L conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncursesw\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11676 *) ac_cv_lib_soname_ncurses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncursesw\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11677 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11678 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11679 fi ;;
11680 esac
11682 rm -f core conftest.err conftest.$ac_objext \
11683 conftest$ac_exeext conftest.$ac_ext
11684 LIBS=$ac_check_soname_save_LIBS
11686 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11688 $as_echo "not found" >&6; }
11690 else
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11692 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11694 cat >>confdefs.h <<_ACEOF
11695 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11696 _ACEOF
11698 CURSES_LIBS="-lncurses"
11700 elif test "$ac_cv_header_curses_h" = "yes"
11701 then
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11703 $as_echo_n "checking for -lcurses... " >&6; }
11704 if ${ac_cv_lib_soname_curses+:} false; then :
11705 $as_echo_n "(cached) " >&6
11706 else
11707 ac_check_soname_save_LIBS=$LIBS
11708 LIBS="-lcurses $LIBS"
11709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11710 /* end confdefs.h. */
11712 /* Override any GCC internal prototype to avoid an error.
11713 Use char because int might match the return type of a GCC
11714 builtin and then its argument prototype would still apply. */
11715 #ifdef __cplusplus
11716 extern "C"
11717 #endif
11718 char waddch ();
11720 main ()
11722 return waddch ();
11724 return 0;
11726 _ACEOF
11727 if ac_fn_c_try_link "$LINENO"; then :
11728 case "$LIBEXT" in
11729 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11730 dylib) ac_cv_lib_soname_curses=`$OTOOL -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11731 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11732 if ${ac_cv_lib_soname_curses:+false} :; then :
11733 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11734 fi ;;
11735 esac
11737 rm -f core conftest.err conftest.$ac_objext \
11738 conftest$ac_exeext conftest.$ac_ext
11739 LIBS=$ac_check_soname_save_LIBS
11741 if ${ac_cv_lib_soname_curses:+false} :; then :
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11743 $as_echo "not found" >&6; }
11745 else
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11747 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11749 cat >>confdefs.h <<_ACEOF
11750 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11751 _ACEOF
11753 CURSES_LIBS="-lcurses"
11756 ac_save_LIBS="$LIBS"
11757 LIBS="$LIBS $CURSES_LIBS"
11758 for ac_func in mousemask
11759 do :
11760 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11761 if test "x$ac_cv_func_mousemask" = xyes; then :
11762 cat >>confdefs.h <<_ACEOF
11763 #define HAVE_MOUSEMASK 1
11764 _ACEOF
11767 done
11769 LIBS="$ac_save_LIBS"
11770 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11771 case "x$with_curses" in
11772 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11773 xno) ;;
11774 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11775 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11776 esac
11779 if test "x$with_sane" != "xno"
11780 then
11781 if ${SANE_CFLAGS:+false} :; then :
11782 if ${PKG_CONFIG+:} false; then :
11783 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11786 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11787 if ${SANE_LIBS:+false} :; then :
11788 if ${PKG_CONFIG+:} false; then :
11789 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11792 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11794 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11795 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11796 ac_save_CPPFLAGS=$CPPFLAGS
11797 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11798 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11799 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11801 $as_echo_n "checking for -lsane... " >&6; }
11802 if ${ac_cv_lib_soname_sane+:} false; then :
11803 $as_echo_n "(cached) " >&6
11804 else
11805 ac_check_soname_save_LIBS=$LIBS
11806 LIBS="-lsane $SANE_LIBS $LIBS"
11807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11808 /* end confdefs.h. */
11810 /* Override any GCC internal prototype to avoid an error.
11811 Use char because int might match the return type of a GCC
11812 builtin and then its argument prototype would still apply. */
11813 #ifdef __cplusplus
11814 extern "C"
11815 #endif
11816 char sane_init ();
11818 main ()
11820 return sane_init ();
11822 return 0;
11824 _ACEOF
11825 if ac_fn_c_try_link "$LINENO"; then :
11826 case "$LIBEXT" in
11827 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11828 dylib) ac_cv_lib_soname_sane=`$OTOOL -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11829 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11830 if ${ac_cv_lib_soname_sane:+false} :; then :
11831 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11832 fi ;;
11833 esac
11835 rm -f core conftest.err conftest.$ac_objext \
11836 conftest$ac_exeext conftest.$ac_ext
11837 LIBS=$ac_check_soname_save_LIBS
11839 if ${ac_cv_lib_soname_sane:+false} :; then :
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11841 $as_echo "not found" >&6; }
11842 SANE_CFLAGS=""
11843 else
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11845 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11847 cat >>confdefs.h <<_ACEOF
11848 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11849 _ACEOF
11853 else
11854 SANE_CFLAGS=""
11858 CPPFLAGS=$ac_save_CPPFLAGS
11859 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11860 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11863 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11864 case "x$with_sane" in
11865 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11866 xno) ;;
11867 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11868 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11869 esac
11872 if test "x$with_v4l" != "xno"
11873 then
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11875 $as_echo_n "checking for -lv4l1... " >&6; }
11876 if ${ac_cv_lib_soname_v4l1+:} false; then :
11877 $as_echo_n "(cached) " >&6
11878 else
11879 ac_check_soname_save_LIBS=$LIBS
11880 LIBS="-lv4l1 $LIBS"
11881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11882 /* end confdefs.h. */
11884 /* Override any GCC internal prototype to avoid an error.
11885 Use char because int might match the return type of a GCC
11886 builtin and then its argument prototype would still apply. */
11887 #ifdef __cplusplus
11888 extern "C"
11889 #endif
11890 char v4l1_open ();
11892 main ()
11894 return v4l1_open ();
11896 return 0;
11898 _ACEOF
11899 if ac_fn_c_try_link "$LINENO"; then :
11900 case "$LIBEXT" in
11901 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11902 dylib) ac_cv_lib_soname_v4l1=`$OTOOL -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11903 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11904 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11905 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11906 fi ;;
11907 esac
11909 rm -f core conftest.err conftest.$ac_objext \
11910 conftest$ac_exeext conftest.$ac_ext
11911 LIBS=$ac_check_soname_save_LIBS
11913 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11915 $as_echo "not found" >&6; }
11917 else
11918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11919 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11921 cat >>confdefs.h <<_ACEOF
11922 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11923 _ACEOF
11928 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11929 case "x$with_v4l" in
11930 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11931 xno) ;;
11932 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11933 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11934 esac
11937 if test "x$with_gphoto" != "xno"
11938 then
11939 if ${GPHOTO2_CFLAGS:+false} :; then :
11940 if ${PKG_CONFIG+:} false; then :
11941 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11944 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11945 if ${GPHOTO2_LIBS:+false} :; then :
11946 if ${PKG_CONFIG+:} false; then :
11947 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11950 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11951 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11952 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11953 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11954 ac_save_CPPFLAGS=$CPPFLAGS
11955 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11956 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11957 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11959 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11960 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11961 $as_echo_n "(cached) " >&6
11962 else
11963 ac_check_lib_save_LIBS=$LIBS
11964 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11966 /* end confdefs.h. */
11968 /* Override any GCC internal prototype to avoid an error.
11969 Use char because int might match the return type of a GCC
11970 builtin and then its argument prototype would still apply. */
11971 #ifdef __cplusplus
11972 extern "C"
11973 #endif
11974 char gp_camera_new ();
11976 main ()
11978 return gp_camera_new ();
11980 return 0;
11982 _ACEOF
11983 if ac_fn_c_try_link "$LINENO"; then :
11984 ac_cv_lib_gphoto2_gp_camera_new=yes
11985 else
11986 ac_cv_lib_gphoto2_gp_camera_new=no
11988 rm -f core conftest.err conftest.$ac_objext \
11989 conftest$ac_exeext conftest.$ac_ext
11990 LIBS=$ac_check_lib_save_LIBS
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11993 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11994 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11996 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11998 else
11999 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12002 else
12003 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12007 CPPFLAGS=$ac_save_CPPFLAGS
12008 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12009 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12011 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12012 if ${PKG_CONFIG+:} false; then :
12013 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12016 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12017 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12018 if ${PKG_CONFIG+:} false; then :
12019 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12022 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12023 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12024 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12025 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12026 ac_save_CPPFLAGS=$CPPFLAGS
12027 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12028 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12029 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12031 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12032 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12033 $as_echo_n "(cached) " >&6
12034 else
12035 ac_check_lib_save_LIBS=$LIBS
12036 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12038 /* end confdefs.h. */
12040 /* Override any GCC internal prototype to avoid an error.
12041 Use char because int might match the return type of a GCC
12042 builtin and then its argument prototype would still apply. */
12043 #ifdef __cplusplus
12044 extern "C"
12045 #endif
12046 char gp_port_info_list_new ();
12048 main ()
12050 return gp_port_info_list_new ();
12052 return 0;
12054 _ACEOF
12055 if ac_fn_c_try_link "$LINENO"; then :
12056 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12057 else
12058 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12060 rm -f core conftest.err conftest.$ac_objext \
12061 conftest$ac_exeext conftest.$ac_ext
12062 LIBS=$ac_check_lib_save_LIBS
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12065 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12066 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12068 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12070 else
12071 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12074 else
12075 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12079 CPPFLAGS=$ac_save_CPPFLAGS
12080 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12081 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12084 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12085 case "x$with_gphoto" in
12086 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12087 xno) ;;
12088 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12089 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12090 esac
12092 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12093 case "x$with_gphoto" in
12094 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12095 xno) ;;
12096 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12097 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12098 esac
12102 if test "$ac_cv_header_resolv_h" = "yes"
12103 then
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12105 $as_echo_n "checking for resolver library... " >&6; }
12106 if ${ac_cv_have_resolv+:} false; then :
12107 $as_echo_n "(cached) " >&6
12108 else
12109 ac_save_LIBS="$LIBS"
12110 for lib in '' -lresolv
12112 LIBS="$lib $ac_save_LIBS"
12113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12114 /* end confdefs.h. */
12115 #ifdef HAVE_NETINET_IN_H
12116 #include <netinet/in.h>
12117 #endif
12118 #include <resolv.h>
12120 main ()
12122 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12124 return 0;
12126 _ACEOF
12127 if ac_fn_c_try_link "$LINENO"; then :
12128 ac_cv_have_resolv=${lib:-"none required"}
12129 else
12130 ac_cv_have_resolv="not found"
12132 rm -f core conftest.err conftest.$ac_objext \
12133 conftest$ac_exeext conftest.$ac_ext
12134 test "x$ac_cv_have_resolv" = "xnot found" || break
12135 done
12136 LIBS="$ac_save_LIBS"
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12139 $as_echo "$ac_cv_have_resolv" >&6; }
12141 case "$ac_cv_have_resolv" in
12142 "not found") ;;
12143 "none required")
12145 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12148 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12150 RESOLV_LIBS=$ac_cv_have_resolv
12152 esac
12155 if test "x$with_cms" != "xno"
12156 then
12157 if ${LCMS2_CFLAGS:+false} :; then :
12158 if ${PKG_CONFIG+:} false; then :
12159 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12163 if ${LCMS2_LIBS:+false} :; then :
12164 if ${PKG_CONFIG+:} false; then :
12165 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12169 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12170 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12171 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12172 ac_save_CPPFLAGS=$CPPFLAGS
12173 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12174 for ac_header in lcms2.h
12175 do :
12176 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12177 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12178 cat >>confdefs.h <<_ACEOF
12179 #define HAVE_LCMS2_H 1
12180 _ACEOF
12184 done
12186 if test "$ac_cv_header_lcms2_h" = "yes"
12187 then
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12189 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12190 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12191 $as_echo_n "(cached) " >&6
12192 else
12193 ac_check_lib_save_LIBS=$LIBS
12194 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12196 /* end confdefs.h. */
12198 /* Override any GCC internal prototype to avoid an error.
12199 Use char because int might match the return type of a GCC
12200 builtin and then its argument prototype would still apply. */
12201 #ifdef __cplusplus
12202 extern "C"
12203 #endif
12204 char cmsOpenProfileFromFile ();
12206 main ()
12208 return cmsOpenProfileFromFile ();
12210 return 0;
12212 _ACEOF
12213 if ac_fn_c_try_link "$LINENO"; then :
12214 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12215 else
12216 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12218 rm -f core conftest.err conftest.$ac_objext \
12219 conftest$ac_exeext conftest.$ac_ext
12220 LIBS=$ac_check_lib_save_LIBS
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12223 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12224 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12226 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12228 else
12229 LCMS2_LIBS=""
12232 else
12233 LCMS2_CFLAGS=""
12234 LCMS2_LIBS=""
12236 CPPFLAGS=$ac_save_CPPFLAGS
12237 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12238 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12241 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12242 case "x$with_cms" in
12243 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12244 xno) ;;
12245 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12246 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12247 esac
12250 if test "x$with_freetype" != "xno"
12251 then
12252 if ${FREETYPE_CFLAGS:+false} :; then :
12253 if ${PKG_CONFIG+:} false; then :
12254 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12257 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12258 if ${FREETYPE_LIBS:+false} :; then :
12259 if ${PKG_CONFIG+:} false; then :
12260 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12263 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12264 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12265 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12266 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12267 ac_save_CPPFLAGS=$CPPFLAGS
12268 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12269 for ac_header in ft2build.h
12270 do :
12271 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12272 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12273 cat >>confdefs.h <<_ACEOF
12274 #define HAVE_FT2BUILD_H 1
12275 _ACEOF
12279 done
12281 if test "$ac_cv_header_ft2build_h" = "yes"
12282 then
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12284 $as_echo_n "checking for -lfreetype... " >&6; }
12285 if ${ac_cv_lib_soname_freetype+:} false; then :
12286 $as_echo_n "(cached) " >&6
12287 else
12288 ac_check_soname_save_LIBS=$LIBS
12289 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12291 /* end confdefs.h. */
12293 /* Override any GCC internal prototype to avoid an error.
12294 Use char because int might match the return type of a GCC
12295 builtin and then its argument prototype would still apply. */
12296 #ifdef __cplusplus
12297 extern "C"
12298 #endif
12299 char FT_Init_FreeType ();
12301 main ()
12303 return FT_Init_FreeType ();
12305 return 0;
12307 _ACEOF
12308 if ac_fn_c_try_link "$LINENO"; then :
12309 case "$LIBEXT" in
12310 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12311 dylib) ac_cv_lib_soname_freetype=`$OTOOL -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12312 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12313 if ${ac_cv_lib_soname_freetype:+false} :; then :
12314 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12315 fi ;;
12316 esac
12318 rm -f core conftest.err conftest.$ac_objext \
12319 conftest$ac_exeext conftest.$ac_ext
12320 LIBS=$ac_check_soname_save_LIBS
12322 if ${ac_cv_lib_soname_freetype:+false} :; then :
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12324 $as_echo "not found" >&6; }
12325 FREETYPE_LIBS=""
12326 else
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12328 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12330 cat >>confdefs.h <<_ACEOF
12331 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12332 _ACEOF
12335 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12337 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12338 #include FT_MODULE_H
12340 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12342 cat >>confdefs.h <<_ACEOF
12343 #define HAVE_FT_TRUETYPEENGINETYPE 1
12344 _ACEOF
12350 else
12351 FREETYPE_CFLAGS=""
12352 FREETYPE_LIBS=""
12354 CPPFLAGS=$ac_save_CPPFLAGS
12355 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12356 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12359 if test "x$ac_cv_lib_soname_freetype" = x; then :
12360 case "x$with_freetype" in
12361 xno) ;;
12362 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12363 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12364 esac
12366 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12369 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12370 if ${ac_cv_c_ppdev+:} false; then :
12371 $as_echo_n "(cached) " >&6
12372 else
12373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12374 /* end confdefs.h. */
12375 #ifdef HAVE_SYS_IOCTL_H
12376 # include <sys/ioctl.h>
12377 #endif
12378 #include <linux/ppdev.h>
12380 main ()
12382 ioctl (1,PPCLAIM,0)
12384 return 0;
12386 _ACEOF
12387 if ac_fn_c_try_compile "$LINENO"; then :
12388 ac_cv_c_ppdev="yes"
12389 else
12390 ac_cv_c_ppdev="no"
12392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12395 $as_echo "$ac_cv_c_ppdev" >&6; }
12396 if test "$ac_cv_c_ppdev" = "yes"
12397 then
12399 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12403 ac_wine_check_funcs_save_LIBS="$LIBS"
12404 LIBS="$LIBS $PTHREAD_LIBS"
12405 for ac_func in \
12406 pthread_attr_get_np \
12407 pthread_getattr_np \
12408 pthread_getthreadid_np \
12409 pthread_get_stackaddr_np \
12410 pthread_get_stacksize_np
12411 do :
12412 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12413 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12414 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12415 cat >>confdefs.h <<_ACEOF
12416 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12417 _ACEOF
12420 done
12422 LIBS="$ac_wine_check_funcs_save_LIBS"
12424 if test "$ac_cv_header_zlib_h" = "yes"
12425 then
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12427 $as_echo_n "checking for inflate in -lz... " >&6; }
12428 if ${ac_cv_lib_z_inflate+:} false; then :
12429 $as_echo_n "(cached) " >&6
12430 else
12431 ac_check_lib_save_LIBS=$LIBS
12432 LIBS="-lz $LIBS"
12433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12434 /* end confdefs.h. */
12436 /* Override any GCC internal prototype to avoid an error.
12437 Use char because int might match the return type of a GCC
12438 builtin and then its argument prototype would still apply. */
12439 #ifdef __cplusplus
12440 extern "C"
12441 #endif
12442 char inflate ();
12444 main ()
12446 return inflate ();
12448 return 0;
12450 _ACEOF
12451 if ac_fn_c_try_link "$LINENO"; then :
12452 ac_cv_lib_z_inflate=yes
12453 else
12454 ac_cv_lib_z_inflate=no
12456 rm -f core conftest.err conftest.$ac_objext \
12457 conftest$ac_exeext conftest.$ac_ext
12458 LIBS=$ac_check_lib_save_LIBS
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12461 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12462 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12464 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12466 Z_LIBS="-lz"
12471 if test "x$Z_LIBS" = "x"; then :
12472 case "x$with_zlib" in
12473 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12474 xno) ;;
12475 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12476 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12477 esac
12480 if test "x$enable_tools" != xno
12481 then
12482 if test "$ac_cv_header_gettext_po_h" = "yes"
12483 then
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12485 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12486 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12487 $as_echo_n "(cached) " >&6
12488 else
12489 ac_check_lib_save_LIBS=$LIBS
12490 LIBS="-lgettextpo $LIBS"
12491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12492 /* end confdefs.h. */
12494 /* Override any GCC internal prototype to avoid an error.
12495 Use char because int might match the return type of a GCC
12496 builtin and then its argument prototype would still apply. */
12497 #ifdef __cplusplus
12498 extern "C"
12499 #endif
12500 char po_message_msgctxt ();
12502 main ()
12504 return po_message_msgctxt ();
12506 return 0;
12508 _ACEOF
12509 if ac_fn_c_try_link "$LINENO"; then :
12510 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12511 else
12512 ac_cv_lib_gettextpo_po_message_msgctxt=no
12514 rm -f core conftest.err conftest.$ac_objext \
12515 conftest$ac_exeext conftest.$ac_ext
12516 LIBS=$ac_check_lib_save_LIBS
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12519 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12520 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12522 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12524 GETTEXTPO_LIBS="-lgettextpo"
12529 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12530 case "x$with_gettextpo" in
12531 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12532 xno) ;;
12533 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12534 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12535 esac
12539 if test "x$with_pulse" != "xno";
12540 then
12541 if ${PULSE_CFLAGS:+false} :; then :
12542 if ${PKG_CONFIG+:} false; then :
12543 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12547 if ${PULSE_LIBS:+false} :; then :
12548 if ${PKG_CONFIG+:} false; then :
12549 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12554 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12555 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12556 ac_save_CPPFLAGS=$CPPFLAGS
12557 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12558 for ac_header in pulse/pulseaudio.h
12559 do :
12560 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12561 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12562 cat >>confdefs.h <<_ACEOF
12563 #define HAVE_PULSE_PULSEAUDIO_H 1
12564 _ACEOF
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12566 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12567 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12568 $as_echo_n "(cached) " >&6
12569 else
12570 ac_check_lib_save_LIBS=$LIBS
12571 LIBS="-lpulse $PULSE_LIBS $LIBS"
12572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12573 /* end confdefs.h. */
12575 /* Override any GCC internal prototype to avoid an error.
12576 Use char because int might match the return type of a GCC
12577 builtin and then its argument prototype would still apply. */
12578 #ifdef __cplusplus
12579 extern "C"
12580 #endif
12581 char pa_stream_is_corked ();
12583 main ()
12585 return pa_stream_is_corked ();
12587 return 0;
12589 _ACEOF
12590 if ac_fn_c_try_link "$LINENO"; then :
12591 ac_cv_lib_pulse_pa_stream_is_corked=yes
12592 else
12593 ac_cv_lib_pulse_pa_stream_is_corked=no
12595 rm -f core conftest.err conftest.$ac_objext \
12596 conftest$ac_exeext conftest.$ac_ext
12597 LIBS=$ac_check_lib_save_LIBS
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12600 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12601 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12603 else
12604 PULSE_LIBS=""
12607 else
12608 PULSE_LIBS=""
12611 done
12613 CPPFLAGS=$ac_save_CPPFLAGS
12614 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12615 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12618 if test -z "$PULSE_LIBS"; then :
12619 case "x$with_pulse" in
12620 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12621 xno) ;;
12622 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12623 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12624 esac
12627 if test "x$with_gstreamer" != "xno"
12628 then
12629 if ${GSTREAMER_CFLAGS:+false} :; then :
12630 if ${PKG_CONFIG+:} false; then :
12631 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12635 if ${GSTREAMER_LIBS:+false} :; then :
12636 if ${PKG_CONFIG+:} false; then :
12637 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12642 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12643 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12644 ac_save_CPPFLAGS=$CPPFLAGS
12645 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12646 ac_gst_incl=""
12647 for i in $GSTREAMER_CFLAGS
12649 case "$i" in
12650 -I*) ac_gst_incl="$ac_gst_incl $i";;
12651 esac
12652 done
12653 GSTREAMER_CFLAGS=$ac_gst_incl
12654 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12655 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12656 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12657 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12658 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12660 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12662 /* end confdefs.h. */
12663 #include <gst/app/gstappsink.h>
12665 main ()
12667 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12669 return 0;
12671 _ACEOF
12672 if ac_fn_c_try_compile "$LINENO"; then :
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12674 $as_echo "yes" >&6; }
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12676 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12677 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12678 $as_echo_n "(cached) " >&6
12679 else
12680 ac_check_lib_save_LIBS=$LIBS
12681 LIBS="-lgstreamer-0.10 $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_pad_get_caps_reffed ();
12693 main ()
12695 return gst_pad_get_caps_reffed ();
12697 return 0;
12699 _ACEOF
12700 if ac_fn_c_try_link "$LINENO"; then :
12701 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12702 else
12703 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=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_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12710 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12711 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12713 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12714 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12715 $as_echo_n "(cached) " >&6
12716 else
12717 ac_check_lib_save_LIBS=$LIBS
12718 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12720 /* end confdefs.h. */
12722 /* Override any GCC internal prototype to avoid an error.
12723 Use char because int might match the return type of a GCC
12724 builtin and then its argument prototype would still apply. */
12725 #ifdef __cplusplus
12726 extern "C"
12727 #endif
12728 char gst_app_buffer_new ();
12730 main ()
12732 return gst_app_buffer_new ();
12734 return 0;
12736 _ACEOF
12737 if ac_fn_c_try_link "$LINENO"; then :
12738 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12739 else
12740 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12742 rm -f core conftest.err conftest.$ac_objext \
12743 conftest$ac_exeext conftest.$ac_ext
12744 LIBS=$ac_check_lib_save_LIBS
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12747 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12748 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12754 else
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12756 $as_echo "no" >&6; }
12758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12762 else
12763 GSTREAMER_CFLAGS=""
12767 CPPFLAGS=$ac_save_CPPFLAGS
12768 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12769 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12772 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12773 case "x$with_gstreamer" in
12774 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12775 xno) ;;
12776 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12777 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12778 esac
12780 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12782 ALSA_LIBS=""
12784 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12785 then
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12787 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12788 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12789 $as_echo_n "(cached) " >&6
12790 else
12791 ac_check_lib_save_LIBS=$LIBS
12792 LIBS="-lasound $LIBS"
12793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12794 /* end confdefs.h. */
12796 /* Override any GCC internal prototype to avoid an error.
12797 Use char because int might match the return type of a GCC
12798 builtin and then its argument prototype would still apply. */
12799 #ifdef __cplusplus
12800 extern "C"
12801 #endif
12802 char snd_pcm_hw_params_get_access_mask ();
12804 main ()
12806 return snd_pcm_hw_params_get_access_mask ();
12808 return 0;
12810 _ACEOF
12811 if ac_fn_c_try_link "$LINENO"; then :
12812 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12813 else
12814 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12816 rm -f core conftest.err conftest.$ac_objext \
12817 conftest$ac_exeext conftest.$ac_ext
12818 LIBS=$ac_check_lib_save_LIBS
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12821 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12822 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12824 /* end confdefs.h. */
12825 #ifdef HAVE_ALSA_ASOUNDLIB_H
12826 #include <alsa/asoundlib.h>
12827 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12828 #include <sys/asoundlib.h>
12829 #endif
12831 main ()
12833 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12835 return 0;
12837 _ACEOF
12838 if ac_fn_c_try_compile "$LINENO"; then :
12839 ALSA_LIBS="-lasound"
12841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12846 if test "x$with_oss" != xno
12847 then
12848 ac_save_CPPFLAGS="$CPPFLAGS"
12849 if test -f /etc/oss.conf
12850 then
12851 . /etc/oss.conf
12853 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12854 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12855 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12856 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12857 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12859 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12861 cat >>confdefs.h <<_ACEOF
12862 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12863 _ACEOF
12865 OSS4_CFLAGS="$ac_oss_incl"
12872 CPPFLAGS="$ac_save_CPPFLAGS"
12873 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12874 then
12875 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12879 if test "x$with_capi" != "xno"
12880 then
12881 if ${CAPI20_CFLAGS:+false} :; then :
12882 if ${PKG_CONFIG+:} false; then :
12883 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12887 if ${CAPI20_LIBS:+false} :; then :
12888 if ${PKG_CONFIG+:} false; then :
12889 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12894 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12895 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12896 ac_save_CPPFLAGS=$CPPFLAGS
12897 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12898 for ac_header in capi20.h linux/capi.h
12899 do :
12900 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12901 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12903 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12904 cat >>confdefs.h <<_ACEOF
12905 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12906 _ACEOF
12910 done
12912 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12913 then
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12915 $as_echo_n "checking for -lcapi20... " >&6; }
12916 if ${ac_cv_lib_soname_capi20+:} false; then :
12917 $as_echo_n "(cached) " >&6
12918 else
12919 ac_check_soname_save_LIBS=$LIBS
12920 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12922 /* end confdefs.h. */
12924 /* Override any GCC internal prototype to avoid an error.
12925 Use char because int might match the return type of a GCC
12926 builtin and then its argument prototype would still apply. */
12927 #ifdef __cplusplus
12928 extern "C"
12929 #endif
12930 char capi20_register ();
12932 main ()
12934 return capi20_register ();
12936 return 0;
12938 _ACEOF
12939 if ac_fn_c_try_link "$LINENO"; then :
12940 case "$LIBEXT" in
12941 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12942 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'` ;;
12943 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12944 if ${ac_cv_lib_soname_capi20:+false} :; then :
12945 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12946 fi ;;
12947 esac
12949 rm -f core conftest.err conftest.$ac_objext \
12950 conftest$ac_exeext conftest.$ac_ext
12951 LIBS=$ac_check_soname_save_LIBS
12953 if ${ac_cv_lib_soname_capi20:+false} :; then :
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12955 $as_echo "not found" >&6; }
12957 else
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12959 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12961 cat >>confdefs.h <<_ACEOF
12962 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12963 _ACEOF
12968 CPPFLAGS=$ac_save_CPPFLAGS
12969 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12970 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12973 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12974 case "x$with_capi" in
12975 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12976 xno) ;;
12977 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12978 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12979 esac
12982 CUPS_CFLAGS=""
12984 if test "x$with_cups" != "xno"
12985 then
12986 ac_save_CPPFLAGS="$CPPFLAGS"
12987 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12988 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12989 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12990 for ac_header in cups/cups.h
12991 do :
12992 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12993 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12994 cat >>confdefs.h <<_ACEOF
12995 #define HAVE_CUPS_CUPS_H 1
12996 _ACEOF
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12998 $as_echo_n "checking for -lcups... " >&6; }
12999 if ${ac_cv_lib_soname_cups+:} false; then :
13000 $as_echo_n "(cached) " >&6
13001 else
13002 ac_check_soname_save_LIBS=$LIBS
13003 LIBS="-lcups $ac_cups_libs $LIBS"
13004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13005 /* end confdefs.h. */
13007 /* Override any GCC internal prototype to avoid an error.
13008 Use char because int might match the return type of a GCC
13009 builtin and then its argument prototype would still apply. */
13010 #ifdef __cplusplus
13011 extern "C"
13012 #endif
13013 char cupsGetDefault ();
13015 main ()
13017 return cupsGetDefault ();
13019 return 0;
13021 _ACEOF
13022 if ac_fn_c_try_link "$LINENO"; then :
13023 case "$LIBEXT" in
13024 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13025 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'` ;;
13026 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13027 if ${ac_cv_lib_soname_cups:+false} :; then :
13028 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13029 fi ;;
13030 esac
13032 rm -f core conftest.err conftest.$ac_objext \
13033 conftest$ac_exeext conftest.$ac_ext
13034 LIBS=$ac_check_soname_save_LIBS
13036 if ${ac_cv_lib_soname_cups:+false} :; then :
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13038 $as_echo "not found" >&6; }
13040 else
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13042 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13044 cat >>confdefs.h <<_ACEOF
13045 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13046 _ACEOF
13048 CUPS_CFLAGS="$ac_cups_cflags"
13052 done
13054 CPPFLAGS="$ac_save_CPPFLAGS"
13056 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13057 case "x$with_cups" in
13058 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13059 xno) ;;
13060 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13061 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13062 esac
13065 if test "x$with_fontconfig" != "xno"
13066 then
13067 if ${FONTCONFIG_CFLAGS:+false} :; then :
13068 if ${PKG_CONFIG+:} false; then :
13069 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13072 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13073 if ${FONTCONFIG_LIBS:+false} :; then :
13074 if ${PKG_CONFIG+:} false; then :
13075 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13078 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13080 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13081 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13082 ac_save_CPPFLAGS=$CPPFLAGS
13083 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13084 for ac_header in fontconfig/fontconfig.h
13085 do :
13086 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13087 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13088 cat >>confdefs.h <<_ACEOF
13089 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13090 _ACEOF
13094 done
13096 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13097 then
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13099 $as_echo_n "checking for -lfontconfig... " >&6; }
13100 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13101 $as_echo_n "(cached) " >&6
13102 else
13103 ac_check_soname_save_LIBS=$LIBS
13104 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13106 /* end confdefs.h. */
13108 /* Override any GCC internal prototype to avoid an error.
13109 Use char because int might match the return type of a GCC
13110 builtin and then its argument prototype would still apply. */
13111 #ifdef __cplusplus
13112 extern "C"
13113 #endif
13114 char FcInit ();
13116 main ()
13118 return FcInit ();
13120 return 0;
13122 _ACEOF
13123 if ac_fn_c_try_link "$LINENO"; then :
13124 case "$LIBEXT" in
13125 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13126 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'` ;;
13127 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13128 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13129 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13130 fi ;;
13131 esac
13133 rm -f core conftest.err conftest.$ac_objext \
13134 conftest$ac_exeext conftest.$ac_ext
13135 LIBS=$ac_check_soname_save_LIBS
13137 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13139 $as_echo "not found" >&6; }
13140 FONTCONFIG_CFLAGS=""
13141 else
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13143 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13145 cat >>confdefs.h <<_ACEOF
13146 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13147 _ACEOF
13151 else
13152 FONTCONFIG_CFLAGS=""
13154 CPPFLAGS=$ac_save_CPPFLAGS
13155 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13156 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13159 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13160 case "x$with_fontconfig" in
13161 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13162 xno) ;;
13163 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13164 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13165 esac
13168 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13169 then
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13171 $as_echo_n "checking for -lgsm... " >&6; }
13172 if ${ac_cv_lib_soname_gsm+:} false; then :
13173 $as_echo_n "(cached) " >&6
13174 else
13175 ac_check_soname_save_LIBS=$LIBS
13176 LIBS="-lgsm $LIBS"
13177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13178 /* end confdefs.h. */
13180 /* Override any GCC internal prototype to avoid an error.
13181 Use char because int might match the return type of a GCC
13182 builtin and then its argument prototype would still apply. */
13183 #ifdef __cplusplus
13184 extern "C"
13185 #endif
13186 char gsm_create ();
13188 main ()
13190 return gsm_create ();
13192 return 0;
13194 _ACEOF
13195 if ac_fn_c_try_link "$LINENO"; then :
13196 case "$LIBEXT" in
13197 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13198 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'` ;;
13199 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13200 if ${ac_cv_lib_soname_gsm:+false} :; then :
13201 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13202 fi ;;
13203 esac
13205 rm -f core conftest.err conftest.$ac_objext \
13206 conftest$ac_exeext conftest.$ac_ext
13207 LIBS=$ac_check_soname_save_LIBS
13209 if ${ac_cv_lib_soname_gsm:+false} :; then :
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13211 $as_echo "not found" >&6; }
13213 else
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13215 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13217 cat >>confdefs.h <<_ACEOF
13218 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13219 _ACEOF
13224 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13225 case "x$with_gsm" in
13226 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13227 xno) ;;
13228 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13229 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13230 esac
13233 if test "x$with_jpeg" != "xno"
13234 then
13235 if ${JPEG_CFLAGS:+false} :; then :
13236 if ${PKG_CONFIG+:} false; then :
13237 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13241 if ${JPEG_LIBS:+false} :; then :
13242 if ${PKG_CONFIG+:} false; then :
13243 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13248 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13249 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13250 ac_save_CPPFLAGS=$CPPFLAGS
13251 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13252 for ac_header in jpeglib.h
13253 do :
13254 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13255 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13256 cat >>confdefs.h <<_ACEOF
13257 #define HAVE_JPEGLIB_H 1
13258 _ACEOF
13262 done
13264 if test "$ac_cv_header_jpeglib_h" = "yes"
13265 then
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13267 $as_echo_n "checking for -ljpeg... " >&6; }
13268 if ${ac_cv_lib_soname_jpeg+:} false; then :
13269 $as_echo_n "(cached) " >&6
13270 else
13271 ac_check_soname_save_LIBS=$LIBS
13272 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13274 /* end confdefs.h. */
13276 /* Override any GCC internal prototype to avoid an error.
13277 Use char because int might match the return type of a GCC
13278 builtin and then its argument prototype would still apply. */
13279 #ifdef __cplusplus
13280 extern "C"
13281 #endif
13282 char jpeg_start_decompress ();
13284 main ()
13286 return jpeg_start_decompress ();
13288 return 0;
13290 _ACEOF
13291 if ac_fn_c_try_link "$LINENO"; then :
13292 case "$LIBEXT" in
13293 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13294 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'` ;;
13295 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13296 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13297 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13298 fi ;;
13299 esac
13301 rm -f core conftest.err conftest.$ac_objext \
13302 conftest$ac_exeext conftest.$ac_ext
13303 LIBS=$ac_check_soname_save_LIBS
13305 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13307 $as_echo "not found" >&6; }
13308 JPEG_CFLAGS=""
13309 else
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13311 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13313 cat >>confdefs.h <<_ACEOF
13314 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13315 _ACEOF
13319 else
13320 JPEG_CFLAGS=""
13322 CPPFLAGS=$ac_save_CPPFLAGS
13323 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13324 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13327 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13328 case "x$with_jpeg" in
13329 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13330 xno) ;;
13331 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13332 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13333 esac
13336 if test "x$with_png" != "xno"
13337 then
13338 if ${PNG_CFLAGS:+false} :; then :
13339 if ${PKG_CONFIG+:} false; then :
13340 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13343 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13344 if ${PNG_LIBS:+false} :; then :
13345 if ${PKG_CONFIG+:} false; then :
13346 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13349 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13351 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13352 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13353 ac_save_CPPFLAGS=$CPPFLAGS
13354 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13355 for ac_header in png.h
13356 do :
13357 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13358 if test "x$ac_cv_header_png_h" = xyes; then :
13359 cat >>confdefs.h <<_ACEOF
13360 #define HAVE_PNG_H 1
13361 _ACEOF
13365 done
13367 if test "$ac_cv_header_png_h" = "yes"
13368 then
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13370 $as_echo_n "checking for -lpng... " >&6; }
13371 if ${ac_cv_lib_soname_png+:} false; then :
13372 $as_echo_n "(cached) " >&6
13373 else
13374 ac_check_soname_save_LIBS=$LIBS
13375 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13377 /* end confdefs.h. */
13379 /* Override any GCC internal prototype to avoid an error.
13380 Use char because int might match the return type of a GCC
13381 builtin and then its argument prototype would still apply. */
13382 #ifdef __cplusplus
13383 extern "C"
13384 #endif
13385 char png_create_read_struct ();
13387 main ()
13389 return png_create_read_struct ();
13391 return 0;
13393 _ACEOF
13394 if ac_fn_c_try_link "$LINENO"; then :
13395 case "$LIBEXT" in
13396 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13397 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'` ;;
13398 *) 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'`
13399 if ${ac_cv_lib_soname_png:+false} :; then :
13400 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13401 fi ;;
13402 esac
13404 rm -f core conftest.err conftest.$ac_objext \
13405 conftest$ac_exeext conftest.$ac_ext
13406 LIBS=$ac_check_soname_save_LIBS
13408 if ${ac_cv_lib_soname_png:+false} :; then :
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13410 $as_echo "not found" >&6; }
13411 PNG_CFLAGS=""
13412 else
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13414 $as_echo "$ac_cv_lib_soname_png" >&6; }
13416 cat >>confdefs.h <<_ACEOF
13417 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13418 _ACEOF
13420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13421 /* end confdefs.h. */
13422 #include <png.h>
13424 main ()
13426 typeof(png_set_expand_gray_1_2_4_to_8) *p
13428 return 0;
13430 _ACEOF
13431 if ac_fn_c_try_compile "$LINENO"; then :
13433 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13438 else
13439 PNG_CFLAGS=""
13441 CPPFLAGS=$ac_save_CPPFLAGS
13442 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13443 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13446 if test "x$ac_cv_lib_soname_png" = "x"; then :
13447 case "x$with_png" in
13448 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13449 xno) ;;
13450 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13451 This is an error since --with-png was requested." "$LINENO" 5 ;;
13452 esac
13455 if test "x$with_tiff" != "xno"
13456 then
13457 if ${TIFF_CFLAGS:+false} :; then :
13458 if ${PKG_CONFIG+:} false; then :
13459 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13463 if ${TIFF_LIBS:+false} :; then :
13464 if ${PKG_CONFIG+:} false; then :
13465 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13470 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13471 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13472 ac_save_CPPFLAGS=$CPPFLAGS
13473 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13474 for ac_header in tiffio.h
13475 do :
13476 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13477 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13478 cat >>confdefs.h <<_ACEOF
13479 #define HAVE_TIFFIO_H 1
13480 _ACEOF
13484 done
13486 if test "$ac_cv_header_tiffio_h" = "yes"
13487 then
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13489 $as_echo_n "checking for -ltiff... " >&6; }
13490 if ${ac_cv_lib_soname_tiff+:} false; then :
13491 $as_echo_n "(cached) " >&6
13492 else
13493 ac_check_soname_save_LIBS=$LIBS
13494 LIBS="-ltiff $TIFF_LIBS $LIBS"
13495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13496 /* end confdefs.h. */
13498 /* Override any GCC internal prototype to avoid an error.
13499 Use char because int might match the return type of a GCC
13500 builtin and then its argument prototype would still apply. */
13501 #ifdef __cplusplus
13502 extern "C"
13503 #endif
13504 char TIFFClientOpen ();
13506 main ()
13508 return TIFFClientOpen ();
13510 return 0;
13512 _ACEOF
13513 if ac_fn_c_try_link "$LINENO"; then :
13514 case "$LIBEXT" in
13515 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13516 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'` ;;
13517 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13518 if ${ac_cv_lib_soname_tiff:+false} :; then :
13519 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13520 fi ;;
13521 esac
13523 rm -f core conftest.err conftest.$ac_objext \
13524 conftest$ac_exeext conftest.$ac_ext
13525 LIBS=$ac_check_soname_save_LIBS
13527 if ${ac_cv_lib_soname_tiff:+false} :; then :
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13529 $as_echo "not found" >&6; }
13531 else
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13533 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13535 cat >>confdefs.h <<_ACEOF
13536 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13537 _ACEOF
13542 CPPFLAGS=$ac_save_CPPFLAGS
13543 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13544 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13547 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13548 case "x$with_tiff" in
13549 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13550 xno) ;;
13551 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13552 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13553 esac
13556 if test "x$with_mpg123" != "xno"
13557 then
13558 if ${MPG123_CFLAGS:+false} :; then :
13559 if ${PKG_CONFIG+:} false; then :
13560 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13564 if ${MPG123_LIBS:+false} :; then :
13565 if ${PKG_CONFIG+:} false; then :
13566 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13570 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13571 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13572 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13573 ac_save_CPPFLAGS=$CPPFLAGS
13574 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13575 for ac_header in mpg123.h
13576 do :
13577 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13578 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13579 cat >>confdefs.h <<_ACEOF
13580 #define HAVE_MPG123_H 1
13581 _ACEOF
13585 done
13587 if test "$ac_cv_header_mpg123_h" = "yes"
13588 then
13589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13590 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13591 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13592 $as_echo_n "(cached) " >&6
13593 else
13594 ac_check_lib_save_LIBS=$LIBS
13595 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13597 /* end confdefs.h. */
13599 /* Override any GCC internal prototype to avoid an error.
13600 Use char because int might match the return type of a GCC
13601 builtin and then its argument prototype would still apply. */
13602 #ifdef __cplusplus
13603 extern "C"
13604 #endif
13605 char mpg123_feed ();
13607 main ()
13609 return mpg123_feed ();
13611 return 0;
13613 _ACEOF
13614 if ac_fn_c_try_link "$LINENO"; then :
13615 ac_cv_lib_mpg123_mpg123_feed=yes
13616 else
13617 ac_cv_lib_mpg123_mpg123_feed=no
13619 rm -f core conftest.err conftest.$ac_objext \
13620 conftest$ac_exeext conftest.$ac_ext
13621 LIBS=$ac_check_lib_save_LIBS
13623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13624 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13625 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13627 else
13628 MPG123_LIBS=""
13631 else
13632 MPG123_CFLAGS=""
13633 MPG123_LIBS=""
13635 CPPFLAGS=$ac_save_CPPFLAGS
13636 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13637 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13640 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13641 case "x$with_mpg123" in
13642 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13643 xno) ;;
13644 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13645 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13646 esac
13648 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}
13650 if test "$ac_cv_header_AL_al_h" = "yes"
13651 then
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13653 $as_echo_n "checking for -lopenal... " >&6; }
13654 if ${ac_cv_lib_soname_openal+:} false; then :
13655 $as_echo_n "(cached) " >&6
13656 else
13657 ac_check_soname_save_LIBS=$LIBS
13658 LIBS="-lopenal $LIBS"
13659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13660 /* end confdefs.h. */
13662 /* Override any GCC internal prototype to avoid an error.
13663 Use char because int might match the return type of a GCC
13664 builtin and then its argument prototype would still apply. */
13665 #ifdef __cplusplus
13666 extern "C"
13667 #endif
13668 char alGetSource3i ();
13670 main ()
13672 return alGetSource3i ();
13674 return 0;
13676 _ACEOF
13677 if ac_fn_c_try_link "$LINENO"; then :
13678 case "$LIBEXT" in
13679 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13680 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'` ;;
13681 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13682 if ${ac_cv_lib_soname_openal:+false} :; then :
13683 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13684 fi ;;
13685 esac
13687 rm -f core conftest.err conftest.$ac_objext \
13688 conftest$ac_exeext conftest.$ac_ext
13689 LIBS=$ac_check_soname_save_LIBS
13691 if ${ac_cv_lib_soname_openal:+false} :; then :
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13693 $as_echo "not found" >&6; }
13695 else
13696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13697 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13699 cat >>confdefs.h <<_ACEOF
13700 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13701 _ACEOF
13703 OPENAL_LIBS="-lopenal"
13705 ac_cv_lib_openal=yes
13707 cat >>confdefs.h <<_ACEOF
13708 #define HAVE_OPENAL 1
13709 _ACEOF
13713 if test "x$ac_cv_lib_openal" != xyes; then :
13714 case "x$with_openal" in
13715 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13716 xno) ;;
13717 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13718 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13719 esac
13721 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13723 if test "x$ac_cv_lib_openal" = xyes
13724 then
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13726 $as_echo_n "checking for openal-soft... " >&6; }
13727 if ${ac_cv_have_openalsoft+:} false; then :
13728 $as_echo_n "(cached) " >&6
13729 else
13730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13731 /* end confdefs.h. */
13732 #include <AL/alext.h>
13733 LPALCRENDERSAMPLESSOFT x;
13735 main ()
13739 return 0;
13741 _ACEOF
13742 if ac_fn_c_try_compile "$LINENO"; then :
13743 ac_cv_have_openalsoft=yes
13744 else
13745 ac_cv_have_openalsoft=no
13747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13750 $as_echo "$ac_cv_have_openalsoft" >&6; }
13752 if test "x$ac_cv_have_openalsoft" != xyes
13753 then
13754 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13755 enable_xaudio2_7=${enable_xaudio2_7:-no}
13758 if test "$ac_cv_header_kstat_h" = "yes"
13759 then
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13761 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13762 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13763 $as_echo_n "(cached) " >&6
13764 else
13765 ac_check_lib_save_LIBS=$LIBS
13766 LIBS="-lkstat $LIBS"
13767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13768 /* end confdefs.h. */
13770 /* Override any GCC internal prototype to avoid an error.
13771 Use char because int might match the return type of a GCC
13772 builtin and then its argument prototype would still apply. */
13773 #ifdef __cplusplus
13774 extern "C"
13775 #endif
13776 char kstat_open ();
13778 main ()
13780 return kstat_open ();
13782 return 0;
13784 _ACEOF
13785 if ac_fn_c_try_link "$LINENO"; then :
13786 ac_cv_lib_kstat_kstat_open=yes
13787 else
13788 ac_cv_lib_kstat_kstat_open=no
13790 rm -f core conftest.err conftest.$ac_objext \
13791 conftest$ac_exeext conftest.$ac_ext
13792 LIBS=$ac_check_lib_save_LIBS
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13795 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13796 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13798 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13800 KSTAT_LIBS="-lkstat"
13806 if test "$ac_cv_header_libprocstat_h" = "yes"
13807 then
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13809 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13810 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13811 $as_echo_n "(cached) " >&6
13812 else
13813 ac_check_lib_save_LIBS=$LIBS
13814 LIBS="-lprocstat $LIBS"
13815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13816 /* end confdefs.h. */
13818 /* Override any GCC internal prototype to avoid an error.
13819 Use char because int might match the return type of a GCC
13820 builtin and then its argument prototype would still apply. */
13821 #ifdef __cplusplus
13822 extern "C"
13823 #endif
13824 char procstat_open_sysctl ();
13826 main ()
13828 return procstat_open_sysctl ();
13830 return 0;
13832 _ACEOF
13833 if ac_fn_c_try_link "$LINENO"; then :
13834 ac_cv_lib_procstat_procstat_open_sysctl=yes
13835 else
13836 ac_cv_lib_procstat_procstat_open_sysctl=no
13838 rm -f core conftest.err conftest.$ac_objext \
13839 conftest$ac_exeext conftest.$ac_ext
13840 LIBS=$ac_check_lib_save_LIBS
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13843 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13844 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13846 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13848 PROCSTAT_LIBS="-lprocstat"
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13855 $as_echo_n "checking for -lodbc... " >&6; }
13856 if ${ac_cv_lib_soname_odbc+:} false; then :
13857 $as_echo_n "(cached) " >&6
13858 else
13859 ac_check_soname_save_LIBS=$LIBS
13860 LIBS="-lodbc $LIBS"
13861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13862 /* end confdefs.h. */
13864 /* Override any GCC internal prototype to avoid an error.
13865 Use char because int might match the return type of a GCC
13866 builtin and then its argument prototype would still apply. */
13867 #ifdef __cplusplus
13868 extern "C"
13869 #endif
13870 char SQLConnect ();
13872 main ()
13874 return SQLConnect ();
13876 return 0;
13878 _ACEOF
13879 if ac_fn_c_try_link "$LINENO"; then :
13880 case "$LIBEXT" in
13881 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13882 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'` ;;
13883 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13884 if ${ac_cv_lib_soname_odbc:+false} :; then :
13885 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13886 fi ;;
13887 esac
13889 rm -f core conftest.err conftest.$ac_objext \
13890 conftest$ac_exeext conftest.$ac_ext
13891 LIBS=$ac_check_soname_save_LIBS
13893 if ${ac_cv_lib_soname_odbc:+false} :; then :
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13895 $as_echo "not found" >&6; }
13896 cat >>confdefs.h <<_ACEOF
13897 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13898 _ACEOF
13900 else
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13902 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13904 cat >>confdefs.h <<_ACEOF
13905 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13906 _ACEOF
13911 if test "x$with_netapi" != "xno"
13912 then
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13914 $as_echo_n "checking for -lnetapi... " >&6; }
13915 if ${ac_cv_lib_soname_netapi+:} false; then :
13916 $as_echo_n "(cached) " >&6
13917 else
13918 ac_check_soname_save_LIBS=$LIBS
13919 LIBS="-lnetapi $LIBS"
13920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13921 /* end confdefs.h. */
13923 /* Override any GCC internal prototype to avoid an error.
13924 Use char because int might match the return type of a GCC
13925 builtin and then its argument prototype would still apply. */
13926 #ifdef __cplusplus
13927 extern "C"
13928 #endif
13929 char libnetapi_init ();
13931 main ()
13933 return libnetapi_init ();
13935 return 0;
13937 _ACEOF
13938 if ac_fn_c_try_link "$LINENO"; then :
13939 case "$LIBEXT" in
13940 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13941 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'` ;;
13942 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13943 if ${ac_cv_lib_soname_netapi:+false} :; then :
13944 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13945 fi ;;
13946 esac
13948 rm -f core conftest.err conftest.$ac_objext \
13949 conftest$ac_exeext conftest.$ac_ext
13950 LIBS=$ac_check_soname_save_LIBS
13952 if ${ac_cv_lib_soname_netapi:+false} :; then :
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13954 $as_echo "not found" >&6; }
13955 cat >>confdefs.h <<_ACEOF
13956 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13957 _ACEOF
13959 else
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13961 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13963 cat >>confdefs.h <<_ACEOF
13964 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13965 _ACEOF
13971 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
13972 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
13973 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
13974 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
13975 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
13977 if test "x$ALSA_LIBS$COREAUDIO_LIBS$PULSE_LIBS" = "x" -a \
13978 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
13979 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
13980 then
13981 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13985 EXTRACFLAGS=""
13987 if test "x${GCC}" = "xyes"
13988 then
13989 EXTRACFLAGS="-Wall -pipe"
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13992 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13993 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13994 $as_echo_n "(cached) " >&6
13995 else
13996 if test "$cross_compiling" = yes; then :
13997 ac_cv_c_gcc_strength_bug="no"
13998 else
13999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14000 /* end confdefs.h. */
14001 int L[4] = {0,1,2,3};
14003 main ()
14005 static int Array[3];
14006 unsigned int B = 3;
14007 int i;
14008 for(i=0; i<B; i++) Array[i] = i - 3;
14009 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14010 L[i] = 4;
14011 return (Array[1] != -2 || L[2] != 3)
14013 return 0;
14015 _ACEOF
14016 if ac_fn_c_try_run "$LINENO"; then :
14017 ac_cv_c_gcc_strength_bug="no"
14018 else
14019 ac_cv_c_gcc_strength_bug="yes"
14021 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14022 conftest.$ac_objext conftest.beam conftest.$ac_ext
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14027 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14028 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14029 then
14030 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14034 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14035 if ${ac_cv_cflags__fno_builtin+:} false; then :
14036 $as_echo_n "(cached) " >&6
14037 else
14038 ac_wine_try_cflags_saved=$CFLAGS
14039 CFLAGS="$CFLAGS -fno-builtin"
14040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14041 /* end confdefs.h. */
14042 int main(int argc, char **argv) { return 0; }
14043 _ACEOF
14044 if ac_fn_c_try_link "$LINENO"; then :
14045 ac_cv_cflags__fno_builtin=yes
14046 else
14047 ac_cv_cflags__fno_builtin=no
14049 rm -f core conftest.err conftest.$ac_objext \
14050 conftest$ac_exeext conftest.$ac_ext
14051 CFLAGS=$ac_wine_try_cflags_saved
14053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14054 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14055 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14056 BUILTINFLAG="-fno-builtin"
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14060 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14061 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14062 $as_echo_n "(cached) " >&6
14063 else
14064 ac_wine_try_cflags_saved=$CFLAGS
14065 CFLAGS="$CFLAGS -fno-strict-aliasing"
14066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14067 /* end confdefs.h. */
14068 int main(int argc, char **argv) { return 0; }
14069 _ACEOF
14070 if ac_fn_c_try_link "$LINENO"; then :
14071 ac_cv_cflags__fno_strict_aliasing=yes
14072 else
14073 ac_cv_cflags__fno_strict_aliasing=no
14075 rm -f core conftest.err conftest.$ac_objext \
14076 conftest$ac_exeext conftest.$ac_ext
14077 CFLAGS=$ac_wine_try_cflags_saved
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14080 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14081 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14082 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14085 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14086 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14087 $as_echo_n "(cached) " >&6
14088 else
14089 ac_wine_try_cflags_saved=$CFLAGS
14090 CFLAGS="$CFLAGS -fexcess-precision=standard"
14091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14092 /* end confdefs.h. */
14093 int main(int argc, char **argv) { return 0; }
14094 _ACEOF
14095 if ac_fn_c_try_link "$LINENO"; then :
14096 ac_cv_cflags__fexcess_precision_standard=yes
14097 else
14098 ac_cv_cflags__fexcess_precision_standard=no
14100 rm -f core conftest.err conftest.$ac_objext \
14101 conftest$ac_exeext conftest.$ac_ext
14102 CFLAGS=$ac_wine_try_cflags_saved
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14105 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14106 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14107 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14110 saved_CFLAGS=$CFLAGS
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14112 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14113 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14114 $as_echo_n "(cached) " >&6
14115 else
14116 ac_wine_try_cflags_saved=$CFLAGS
14117 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14119 /* end confdefs.h. */
14120 int main(int argc, char **argv) { return 0; }
14121 _ACEOF
14122 if ac_fn_c_try_link "$LINENO"; then :
14123 ac_cv_cflags__Werror_unknown_warning_option=yes
14124 else
14125 ac_cv_cflags__Werror_unknown_warning_option=no
14127 rm -f core conftest.err conftest.$ac_objext \
14128 conftest$ac_exeext conftest.$ac_ext
14129 CFLAGS=$ac_wine_try_cflags_saved
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14132 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14133 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14134 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14137 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14138 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14139 $as_echo_n "(cached) " >&6
14140 else
14141 ac_wine_try_cflags_saved=$CFLAGS
14142 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14144 /* end confdefs.h. */
14145 int main(int argc, char **argv) { return 0; }
14146 _ACEOF
14147 if ac_fn_c_try_link "$LINENO"; then :
14148 ac_cv_cflags__Wdeclaration_after_statement=yes
14149 else
14150 ac_cv_cflags__Wdeclaration_after_statement=no
14152 rm -f core conftest.err conftest.$ac_objext \
14153 conftest$ac_exeext conftest.$ac_ext
14154 CFLAGS=$ac_wine_try_cflags_saved
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14157 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14158 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14159 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14162 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14163 if ${ac_cv_cflags__Wempty_body+:} false; then :
14164 $as_echo_n "(cached) " >&6
14165 else
14166 ac_wine_try_cflags_saved=$CFLAGS
14167 CFLAGS="$CFLAGS -Wempty-body"
14168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14169 /* end confdefs.h. */
14170 int main(int argc, char **argv) { return 0; }
14171 _ACEOF
14172 if ac_fn_c_try_link "$LINENO"; then :
14173 ac_cv_cflags__Wempty_body=yes
14174 else
14175 ac_cv_cflags__Wempty_body=no
14177 rm -f core conftest.err conftest.$ac_objext \
14178 conftest$ac_exeext conftest.$ac_ext
14179 CFLAGS=$ac_wine_try_cflags_saved
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14182 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14183 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14184 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14187 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14188 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14189 $as_echo_n "(cached) " >&6
14190 else
14191 ac_wine_try_cflags_saved=$CFLAGS
14192 CFLAGS="$CFLAGS -Wignored-qualifiers"
14193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14194 /* end confdefs.h. */
14195 int main(int argc, char **argv) { return 0; }
14196 _ACEOF
14197 if ac_fn_c_try_link "$LINENO"; then :
14198 ac_cv_cflags__Wignored_qualifiers=yes
14199 else
14200 ac_cv_cflags__Wignored_qualifiers=no
14202 rm -f core conftest.err conftest.$ac_objext \
14203 conftest$ac_exeext conftest.$ac_ext
14204 CFLAGS=$ac_wine_try_cflags_saved
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14207 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14208 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14209 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14212 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14213 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14214 $as_echo_n "(cached) " >&6
14215 else
14216 ac_wine_try_cflags_saved=$CFLAGS
14217 CFLAGS="$CFLAGS -Wshift-overflow=2"
14218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14219 /* end confdefs.h. */
14220 int main(int argc, char **argv) { return 0; }
14221 _ACEOF
14222 if ac_fn_c_try_link "$LINENO"; then :
14223 ac_cv_cflags__Wshift_overflow_2=yes
14224 else
14225 ac_cv_cflags__Wshift_overflow_2=no
14227 rm -f core conftest.err conftest.$ac_objext \
14228 conftest$ac_exeext conftest.$ac_ext
14229 CFLAGS=$ac_wine_try_cflags_saved
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14232 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14233 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14234 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14237 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14238 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14239 $as_echo_n "(cached) " >&6
14240 else
14241 ac_wine_try_cflags_saved=$CFLAGS
14242 CFLAGS="$CFLAGS -Wstrict-prototypes"
14243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14244 /* end confdefs.h. */
14245 int main(int argc, char **argv) { return 0; }
14246 _ACEOF
14247 if ac_fn_c_try_link "$LINENO"; then :
14248 ac_cv_cflags__Wstrict_prototypes=yes
14249 else
14250 ac_cv_cflags__Wstrict_prototypes=no
14252 rm -f core conftest.err conftest.$ac_objext \
14253 conftest$ac_exeext conftest.$ac_ext
14254 CFLAGS=$ac_wine_try_cflags_saved
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14257 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14258 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14259 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14262 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14263 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14264 $as_echo_n "(cached) " >&6
14265 else
14266 ac_wine_try_cflags_saved=$CFLAGS
14267 CFLAGS="$CFLAGS -Wtype-limits"
14268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14269 /* end confdefs.h. */
14270 int main(int argc, char **argv) { return 0; }
14271 _ACEOF
14272 if ac_fn_c_try_link "$LINENO"; then :
14273 ac_cv_cflags__Wtype_limits=yes
14274 else
14275 ac_cv_cflags__Wtype_limits=no
14277 rm -f core conftest.err conftest.$ac_objext \
14278 conftest$ac_exeext conftest.$ac_ext
14279 CFLAGS=$ac_wine_try_cflags_saved
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14282 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14283 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14284 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14287 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14288 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14289 $as_echo_n "(cached) " >&6
14290 else
14291 ac_wine_try_cflags_saved=$CFLAGS
14292 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14294 /* end confdefs.h. */
14295 int main(int argc, char **argv) { return 0; }
14296 _ACEOF
14297 if ac_fn_c_try_link "$LINENO"; then :
14298 ac_cv_cflags__Wunused_but_set_parameter=yes
14299 else
14300 ac_cv_cflags__Wunused_but_set_parameter=no
14302 rm -f core conftest.err conftest.$ac_objext \
14303 conftest$ac_exeext conftest.$ac_ext
14304 CFLAGS=$ac_wine_try_cflags_saved
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14307 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14308 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14309 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14312 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14313 if ${ac_cv_cflags__Wvla+:} false; then :
14314 $as_echo_n "(cached) " >&6
14315 else
14316 ac_wine_try_cflags_saved=$CFLAGS
14317 CFLAGS="$CFLAGS -Wvla"
14318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14319 /* end confdefs.h. */
14320 int main(int argc, char **argv) { return 0; }
14321 _ACEOF
14322 if ac_fn_c_try_link "$LINENO"; then :
14323 ac_cv_cflags__Wvla=yes
14324 else
14325 ac_cv_cflags__Wvla=no
14327 rm -f core conftest.err conftest.$ac_objext \
14328 conftest$ac_exeext conftest.$ac_ext
14329 CFLAGS=$ac_wine_try_cflags_saved
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14332 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14333 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14334 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14337 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14338 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14339 $as_echo_n "(cached) " >&6
14340 else
14341 ac_wine_try_cflags_saved=$CFLAGS
14342 CFLAGS="$CFLAGS -Wwrite-strings"
14343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14344 /* end confdefs.h. */
14345 int main(int argc, char **argv) { return 0; }
14346 _ACEOF
14347 if ac_fn_c_try_link "$LINENO"; then :
14348 ac_cv_cflags__Wwrite_strings=yes
14349 else
14350 ac_cv_cflags__Wwrite_strings=no
14352 rm -f core conftest.err conftest.$ac_objext \
14353 conftest$ac_exeext conftest.$ac_ext
14354 CFLAGS=$ac_wine_try_cflags_saved
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14357 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14358 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14359 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14363 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14364 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14365 $as_echo_n "(cached) " >&6
14366 else
14367 ac_wine_try_cflags_saved=$CFLAGS
14368 CFLAGS="$CFLAGS -Wpointer-arith"
14369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14370 /* end confdefs.h. */
14371 int main(int argc, char **argv) { return 0; }
14372 _ACEOF
14373 if ac_fn_c_try_link "$LINENO"; then :
14374 ac_cv_cflags__Wpointer_arith=yes
14375 else
14376 ac_cv_cflags__Wpointer_arith=no
14378 rm -f core conftest.err conftest.$ac_objext \
14379 conftest$ac_exeext conftest.$ac_ext
14380 CFLAGS=$ac_wine_try_cflags_saved
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14383 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14384 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14385 saved_string_h_CFLAGS=$CFLAGS
14386 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14388 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14389 if ${ac_cv_c_string_h_warnings+:} false; then :
14390 $as_echo_n "(cached) " >&6
14391 else
14392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14393 /* end confdefs.h. */
14394 #include <string.h>
14396 main ()
14400 return 0;
14402 _ACEOF
14403 if ac_fn_c_try_compile "$LINENO"; then :
14404 ac_cv_c_string_h_warnings=no
14405 else
14406 ac_cv_c_string_h_warnings=yes
14408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14411 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14412 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14413 CFLAGS=$saved_string_h_CFLAGS
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14417 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14418 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14419 $as_echo_n "(cached) " >&6
14420 else
14421 ac_wine_try_cflags_saved=$CFLAGS
14422 CFLAGS="$CFLAGS -Wlogical-op"
14423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14424 /* end confdefs.h. */
14425 int main(int argc, char **argv) { return 0; }
14426 _ACEOF
14427 if ac_fn_c_try_link "$LINENO"; then :
14428 ac_cv_cflags__Wlogical_op=yes
14429 else
14430 ac_cv_cflags__Wlogical_op=no
14432 rm -f core conftest.err conftest.$ac_objext \
14433 conftest$ac_exeext conftest.$ac_ext
14434 CFLAGS=$ac_wine_try_cflags_saved
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14437 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14438 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14439 saved_string_h_CFLAGS=$CFLAGS
14440 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14442 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14443 if ${ac_cv_c_logicalop_noisy+:} false; then :
14444 $as_echo_n "(cached) " >&6
14445 else
14446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14447 /* end confdefs.h. */
14448 #include <string.h>
14449 char*f(const char *h,char n) {return strchr(h,n);}
14451 main ()
14455 return 0;
14457 _ACEOF
14458 if ac_fn_c_try_compile "$LINENO"; then :
14459 ac_cv_c_logicalop_noisy=no
14460 else
14461 ac_cv_c_logicalop_noisy=yes
14463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14466 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14467 CFLAGS=$saved_string_h_CFLAGS
14468 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14471 CFLAGS=$saved_CFLAGS
14473 for ac_flag in $CFLAGS; do
14474 case $ac_flag in
14475 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14476 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14477 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14478 $as_echo_n "(cached) " >&6
14479 else
14480 ac_wine_try_cflags_saved=$CFLAGS
14481 CFLAGS="$CFLAGS -gdwarf-2"
14482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14483 /* end confdefs.h. */
14484 int main(int argc, char **argv) { return 0; }
14485 _ACEOF
14486 if ac_fn_c_try_link "$LINENO"; then :
14487 ac_cv_cflags__gdwarf_2=yes
14488 else
14489 ac_cv_cflags__gdwarf_2=no
14491 rm -f core conftest.err conftest.$ac_objext \
14492 conftest$ac_exeext conftest.$ac_ext
14493 CFLAGS=$ac_wine_try_cflags_saved
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14496 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14497 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14498 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14501 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14502 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14503 $as_echo_n "(cached) " >&6
14504 else
14505 ac_wine_try_cflags_saved=$CFLAGS
14506 CFLAGS="$CFLAGS -gstrict-dwarf"
14507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14508 /* end confdefs.h. */
14509 int main(int argc, char **argv) { return 0; }
14510 _ACEOF
14511 if ac_fn_c_try_link "$LINENO"; then :
14512 ac_cv_cflags__gstrict_dwarf=yes
14513 else
14514 ac_cv_cflags__gstrict_dwarf=no
14516 rm -f core conftest.err conftest.$ac_objext \
14517 conftest$ac_exeext conftest.$ac_ext
14518 CFLAGS=$ac_wine_try_cflags_saved
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14521 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14522 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14523 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14524 fi ;;
14525 esac
14526 done
14528 case $host_cpu in
14529 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14530 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14531 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14532 $as_echo_n "(cached) " >&6
14533 else
14534 ac_wine_try_cflags_saved=$CFLAGS
14535 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14537 /* end confdefs.h. */
14538 int main(int argc, char **argv) { return 0; }
14539 _ACEOF
14540 if ac_fn_c_try_link "$LINENO"; then :
14541 ac_cv_cflags__fno_omit_frame_pointer=yes
14542 else
14543 ac_cv_cflags__fno_omit_frame_pointer=no
14545 rm -f core conftest.err conftest.$ac_objext \
14546 conftest$ac_exeext conftest.$ac_ext
14547 CFLAGS=$ac_wine_try_cflags_saved
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14550 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14551 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14552 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14553 fi ;;
14554 esac
14556 case $host in
14557 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14558 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14559 if ${ac_cv_cflags__Wno_format+:} false; then :
14560 $as_echo_n "(cached) " >&6
14561 else
14562 ac_wine_try_cflags_saved=$CFLAGS
14563 CFLAGS="$CFLAGS -Wno-format"
14564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14565 /* end confdefs.h. */
14566 int main(int argc, char **argv) { return 0; }
14567 _ACEOF
14568 if ac_fn_c_try_link "$LINENO"; then :
14569 ac_cv_cflags__Wno_format=yes
14570 else
14571 ac_cv_cflags__Wno_format=no
14573 rm -f core conftest.err conftest.$ac_objext \
14574 conftest$ac_exeext conftest.$ac_ext
14575 CFLAGS=$ac_wine_try_cflags_saved
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14578 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14579 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14580 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14581 fi ;;
14582 esac
14584 if test "x$enable_maintainer_mode" = "xyes"
14585 then
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14587 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14588 if ${ac_cv_cflags__Werror+:} false; then :
14589 $as_echo_n "(cached) " >&6
14590 else
14591 ac_wine_try_cflags_saved=$CFLAGS
14592 CFLAGS="$CFLAGS -Werror"
14593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14594 /* end confdefs.h. */
14595 int main(int argc, char **argv) { return 0; }
14596 _ACEOF
14597 if ac_fn_c_try_link "$LINENO"; then :
14598 ac_cv_cflags__Werror=yes
14599 else
14600 ac_cv_cflags__Werror=no
14602 rm -f core conftest.err conftest.$ac_objext \
14603 conftest$ac_exeext conftest.$ac_ext
14604 CFLAGS=$ac_wine_try_cflags_saved
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14607 $as_echo "$ac_cv_cflags__Werror" >&6; }
14608 if test "x$ac_cv_cflags__Werror" = xyes; then :
14609 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14613 saved_CFLAGS="$CFLAGS"
14614 CFLAGS="$CFLAGS -Werror"
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14616 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14617 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14618 $as_echo_n "(cached) " >&6
14619 else
14620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14621 /* end confdefs.h. */
14622 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14624 main ()
14628 return 0;
14630 _ACEOF
14631 if ac_fn_c_try_compile "$LINENO"; then :
14632 ac_cv_have_ms_hook_prologue="yes"
14633 else
14634 ac_cv_have_ms_hook_prologue="no"
14636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14639 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14640 CFLAGS="$saved_CFLAGS"
14641 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14642 then
14644 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14646 else
14647 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14654 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14655 if ${ac_cv_c_fortify_enabled+:} false; then :
14656 $as_echo_n "(cached) " >&6
14657 else
14658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14659 /* end confdefs.h. */
14660 #include <string.h>
14662 main ()
14664 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14665 #error Fortify enabled
14666 #endif
14668 return 0;
14670 _ACEOF
14671 if ac_fn_c_try_compile "$LINENO"; then :
14672 ac_cv_c_fortify_enabled=no
14673 else
14674 ac_cv_c_fortify_enabled=yes
14676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14679 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14680 if test "$ac_cv_c_fortify_enabled" = yes
14681 then
14682 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14687 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14688 if ${ac_cv_c_extern_prefix+:} false; then :
14689 $as_echo_n "(cached) " >&6
14690 else
14691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14692 /* end confdefs.h. */
14693 extern int ac_test;
14695 main ()
14697 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14699 return 0;
14701 _ACEOF
14702 if ac_fn_c_try_link "$LINENO"; then :
14703 ac_cv_c_extern_prefix="yes"
14704 else
14705 ac_cv_c_extern_prefix="no"
14707 rm -f core conftest.err conftest.$ac_objext \
14708 conftest$ac_exeext conftest.$ac_ext
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14711 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14713 case $host_cpu in
14714 *i[3456789]86*)
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14716 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14717 if ${ac_cv_c_stdcall_suffix+:} false; then :
14718 $as_echo_n "(cached) " >&6
14719 else
14720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14721 /* end confdefs.h. */
14722 #ifndef _MSC_VER
14723 #define __stdcall __attribute__((__stdcall__))
14724 #endif
14725 int __stdcall ac_test(int i) { return i; }
14727 main ()
14729 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14731 return 0;
14733 _ACEOF
14734 if ac_fn_c_try_link "$LINENO"; then :
14735 ac_cv_c_stdcall_suffix="yes"
14736 else
14737 ac_cv_c_stdcall_suffix="no"
14739 rm -f core conftest.err conftest.$ac_objext \
14740 conftest$ac_exeext conftest.$ac_ext
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14743 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14744 *) ac_cv_c_stdcall_suffix="no" ;;
14745 esac
14748 if test "$ac_cv_c_extern_prefix" = "yes"
14749 then
14750 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14752 asm_name_prefix="_"
14753 else
14754 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14756 asm_name_prefix=""
14760 if test "$ac_cv_c_stdcall_suffix" = "yes"
14761 then
14762 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14764 else
14765 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14771 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14772 if ${ac_cv_asm_func_def+:} false; then :
14773 $as_echo_n "(cached) " >&6
14774 else
14775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14776 /* end confdefs.h. */
14779 main ()
14781 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14783 return 0;
14785 _ACEOF
14786 if ac_fn_c_try_link "$LINENO"; then :
14787 ac_cv_asm_func_def=".def"
14788 else
14789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14790 /* end confdefs.h. */
14793 main ()
14795 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14797 return 0;
14799 _ACEOF
14800 if ac_fn_c_try_link "$LINENO"; then :
14801 ac_cv_asm_func_def=".type @function"
14802 else
14803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14804 /* end confdefs.h. */
14807 main ()
14809 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14811 return 0;
14813 _ACEOF
14814 if ac_fn_c_try_link "$LINENO"; then :
14815 ac_cv_asm_func_def=".type 2"
14816 else
14817 ac_cv_asm_func_def="unknown"
14819 rm -f core conftest.err conftest.$ac_objext \
14820 conftest$ac_exeext conftest.$ac_ext
14822 rm -f core conftest.err conftest.$ac_objext \
14823 conftest$ac_exeext conftest.$ac_ext
14825 rm -f core conftest.err conftest.$ac_objext \
14826 conftest$ac_exeext conftest.$ac_ext
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14829 $as_echo "$ac_cv_asm_func_def" >&6; }
14832 case "$ac_cv_asm_func_def" in
14833 ".def")
14834 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14836 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14837 ".type @function")
14838 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14840 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14841 ".type 2")
14842 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14844 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14846 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14848 asm_func_header="" ;;
14849 esac
14851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14852 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14853 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14854 $as_echo_n "(cached) " >&6
14855 else
14856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14857 /* end confdefs.h. */
14858 asm(".text\n\t.long 0");
14860 main ()
14864 return 0;
14866 _ACEOF
14867 if ac_fn_c_try_compile "$LINENO"; then :
14868 ac_cv_c_asm_outside_funcs="yes"
14869 else
14870 ac_cv_c_asm_outside_funcs="no"
14872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14875 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14878 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14879 if ${ac_cv_c_dot_previous+:} false; then :
14880 $as_echo_n "(cached) " >&6
14881 else
14882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14883 /* end confdefs.h. */
14886 main ()
14888 asm(".text\nac_test:\t.long 0\n\t.previous");
14890 return 0;
14892 _ACEOF
14893 if ac_fn_c_try_link "$LINENO"; then :
14894 ac_cv_c_dot_previous="yes"
14895 else
14896 ac_cv_c_dot_previous="no"
14898 rm -f core conftest.err conftest.$ac_objext \
14899 conftest$ac_exeext conftest.$ac_ext
14901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14902 $as_echo "$ac_cv_c_dot_previous" >&6; }
14904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14905 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14906 if ${ac_cv_c_cfi_support+:} false; then :
14907 $as_echo_n "(cached) " >&6
14908 else
14909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14910 /* end confdefs.h. */
14911 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14913 main ()
14917 return 0;
14919 _ACEOF
14920 if ac_fn_c_try_compile "$LINENO"; then :
14921 ac_cv_c_cfi_support="yes"
14922 else
14923 ac_cv_c_cfi_support="no"
14925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14928 $as_echo "$ac_cv_c_cfi_support" >&6; }
14930 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14931 asm_func_trailer=""
14932 if test "$ac_cv_c_dot_previous" = "yes"
14933 then
14934 asm_func_trailer="\\n\\t.previous"
14936 if test "$ac_cv_c_cfi_support" = "yes"
14937 then
14938 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14939 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14941 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14943 UNWINDFLAGS=-fasynchronous-unwind-tables
14945 else
14946 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14948 if test "x$enable_win64" = "xyes"
14949 then
14950 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14954 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14957 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14958 then
14959 cat >>confdefs.h <<_ACEOF
14960 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14961 _ACEOF
14963 else
14964 cat >>confdefs.h <<_ACEOF
14965 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14966 _ACEOF
14970 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14973 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14977 case $build_os in
14978 cygwin*|mingw32*) TOOLSEXT=".exe"
14980 esac
14982 case $host_os in
14983 linux*)
14984 case $host_cpu in
14985 *i[3456789]86*|x86_64*)
14986 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14987 loader_programs="$loader_programs $wine_binary-preloader"
14988 as_fn_append LOADER_RULES "
14989 preloader_EXTRADEFS = $BUILTINFLAG
14990 ${wine_binary}_preloader_OBJS = preloader.o
14991 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
14992 " ;;
14993 esac
14995 esac
14996 as_fn_append LOADER_RULES "
14997 PROGRAMS = $loader_programs
14998 INSTALL_LIB = $loader_programs
15002 ac_save_CFLAGS="$CFLAGS"
15003 CFLAGS="$CFLAGS $BUILTINFLAG"
15004 for ac_func in \
15005 __res_get_state \
15006 __res_getservers \
15007 _finite \
15008 _isnan \
15009 _pclose \
15010 _popen \
15011 _snprintf \
15012 _spawnvp \
15013 _strdup \
15014 _stricmp \
15015 _strnicmp \
15016 _strtoi64 \
15017 _strtoui64 \
15018 _vsnprintf \
15019 asctime_r \
15020 chsize \
15021 dlopen \
15022 epoll_create \
15023 ffs \
15024 finitef \
15025 fnmatch \
15026 fork \
15027 fpclass \
15028 fstatfs \
15029 fstatvfs \
15030 ftruncate \
15031 futimens \
15032 futimes \
15033 futimesat \
15034 getattrlist \
15035 getdirentries \
15036 getopt_long_only \
15037 getpwuid \
15038 gettimeofday \
15039 getuid \
15040 if_nameindex \
15041 isnanf \
15042 kqueue \
15043 lstat \
15044 memmove \
15045 mmap \
15046 pclose \
15047 pipe2 \
15048 poll \
15049 popen \
15050 port_create \
15051 prctl \
15052 pread \
15053 proc_pidinfo \
15054 pwrite \
15055 readdir \
15056 readlink \
15057 sched_yield \
15058 select \
15059 setproctitle \
15060 setrlimit \
15061 settimeofday \
15062 sigaltstack \
15063 sigprocmask \
15064 snprintf \
15065 statfs \
15066 statvfs \
15067 strcasecmp \
15068 strdup \
15069 strerror \
15070 strncasecmp \
15071 strtold \
15072 strtoll \
15073 strtoull \
15074 symlink \
15075 tcdrain \
15076 thr_kill2 \
15077 timegm \
15078 usleep \
15079 vsnprintf
15081 do :
15082 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15083 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15084 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15085 cat >>confdefs.h <<_ACEOF
15086 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15087 _ACEOF
15090 done
15092 CFLAGS="$ac_save_CFLAGS"
15094 if test "$ac_cv_func_dlopen" = no
15095 then
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15097 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15098 if ${ac_cv_lib_dl_dlopen+:} false; then :
15099 $as_echo_n "(cached) " >&6
15100 else
15101 ac_check_lib_save_LIBS=$LIBS
15102 LIBS="-ldl $LIBS"
15103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15104 /* end confdefs.h. */
15106 /* Override any GCC internal prototype to avoid an error.
15107 Use char because int might match the return type of a GCC
15108 builtin and then its argument prototype would still apply. */
15109 #ifdef __cplusplus
15110 extern "C"
15111 #endif
15112 char dlopen ();
15114 main ()
15116 return dlopen ();
15118 return 0;
15120 _ACEOF
15121 if ac_fn_c_try_link "$LINENO"; then :
15122 ac_cv_lib_dl_dlopen=yes
15123 else
15124 ac_cv_lib_dl_dlopen=no
15126 rm -f core conftest.err conftest.$ac_objext \
15127 conftest$ac_exeext conftest.$ac_ext
15128 LIBS=$ac_check_lib_save_LIBS
15130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15131 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15132 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15133 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15134 DL_LIBS="-ldl"
15139 ac_wine_check_funcs_save_LIBS="$LIBS"
15140 LIBS="$LIBS $DL_LIBS"
15141 for ac_func in dladdr
15142 do :
15143 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15144 if test "x$ac_cv_func_dladdr" = xyes; then :
15145 cat >>confdefs.h <<_ACEOF
15146 #define HAVE_DLADDR 1
15147 _ACEOF
15150 done
15152 LIBS="$ac_wine_check_funcs_save_LIBS"
15154 if test "$ac_cv_func_poll" = no
15155 then
15156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15157 $as_echo_n "checking for poll in -lpoll... " >&6; }
15158 if ${ac_cv_lib_poll_poll+:} false; then :
15159 $as_echo_n "(cached) " >&6
15160 else
15161 ac_check_lib_save_LIBS=$LIBS
15162 LIBS="-lpoll $LIBS"
15163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15164 /* end confdefs.h. */
15166 /* Override any GCC internal prototype to avoid an error.
15167 Use char because int might match the return type of a GCC
15168 builtin and then its argument prototype would still apply. */
15169 #ifdef __cplusplus
15170 extern "C"
15171 #endif
15172 char poll ();
15174 main ()
15176 return poll ();
15178 return 0;
15180 _ACEOF
15181 if ac_fn_c_try_link "$LINENO"; then :
15182 ac_cv_lib_poll_poll=yes
15183 else
15184 ac_cv_lib_poll_poll=no
15186 rm -f core conftest.err conftest.$ac_objext \
15187 conftest$ac_exeext conftest.$ac_ext
15188 LIBS=$ac_check_lib_save_LIBS
15190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15191 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15192 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15193 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15194 POLL_LIBS="-lpoll"
15200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15201 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15202 if ${ac_cv_search_gethostbyname+:} false; then :
15203 $as_echo_n "(cached) " >&6
15204 else
15205 ac_func_search_save_LIBS=$LIBS
15206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15207 /* end confdefs.h. */
15209 /* Override any GCC internal prototype to avoid an error.
15210 Use char because int might match the return type of a GCC
15211 builtin and then its argument prototype would still apply. */
15212 #ifdef __cplusplus
15213 extern "C"
15214 #endif
15215 char gethostbyname ();
15217 main ()
15219 return gethostbyname ();
15221 return 0;
15223 _ACEOF
15224 for ac_lib in '' nsl; do
15225 if test -z "$ac_lib"; then
15226 ac_res="none required"
15227 else
15228 ac_res=-l$ac_lib
15229 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15231 if ac_fn_c_try_link "$LINENO"; then :
15232 ac_cv_search_gethostbyname=$ac_res
15234 rm -f core conftest.err conftest.$ac_objext \
15235 conftest$ac_exeext
15236 if ${ac_cv_search_gethostbyname+:} false; then :
15237 break
15239 done
15240 if ${ac_cv_search_gethostbyname+:} false; then :
15242 else
15243 ac_cv_search_gethostbyname=no
15245 rm conftest.$ac_ext
15246 LIBS=$ac_func_search_save_LIBS
15248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15249 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15250 ac_res=$ac_cv_search_gethostbyname
15251 if test "$ac_res" != no; then :
15252 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15258 $as_echo_n "checking for library containing connect... " >&6; }
15259 if ${ac_cv_search_connect+:} false; then :
15260 $as_echo_n "(cached) " >&6
15261 else
15262 ac_func_search_save_LIBS=$LIBS
15263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15264 /* end confdefs.h. */
15266 /* Override any GCC internal prototype to avoid an error.
15267 Use char because int might match the return type of a GCC
15268 builtin and then its argument prototype would still apply. */
15269 #ifdef __cplusplus
15270 extern "C"
15271 #endif
15272 char connect ();
15274 main ()
15276 return connect ();
15278 return 0;
15280 _ACEOF
15281 for ac_lib in '' socket; do
15282 if test -z "$ac_lib"; then
15283 ac_res="none required"
15284 else
15285 ac_res=-l$ac_lib
15286 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15288 if ac_fn_c_try_link "$LINENO"; then :
15289 ac_cv_search_connect=$ac_res
15291 rm -f core conftest.err conftest.$ac_objext \
15292 conftest$ac_exeext
15293 if ${ac_cv_search_connect+:} false; then :
15294 break
15296 done
15297 if ${ac_cv_search_connect+:} false; then :
15299 else
15300 ac_cv_search_connect=no
15302 rm conftest.$ac_ext
15303 LIBS=$ac_func_search_save_LIBS
15305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15306 $as_echo "$ac_cv_search_connect" >&6; }
15307 ac_res=$ac_cv_search_connect
15308 if test "$ac_res" != no; then :
15309 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15315 $as_echo_n "checking for library containing inet_aton... " >&6; }
15316 if ${ac_cv_search_inet_aton+:} false; then :
15317 $as_echo_n "(cached) " >&6
15318 else
15319 ac_func_search_save_LIBS=$LIBS
15320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15321 /* end confdefs.h. */
15323 /* Override any GCC internal prototype to avoid an error.
15324 Use char because int might match the return type of a GCC
15325 builtin and then its argument prototype would still apply. */
15326 #ifdef __cplusplus
15327 extern "C"
15328 #endif
15329 char inet_aton ();
15331 main ()
15333 return inet_aton ();
15335 return 0;
15337 _ACEOF
15338 for ac_lib in '' resolv; do
15339 if test -z "$ac_lib"; then
15340 ac_res="none required"
15341 else
15342 ac_res=-l$ac_lib
15343 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15345 if ac_fn_c_try_link "$LINENO"; then :
15346 ac_cv_search_inet_aton=$ac_res
15348 rm -f core conftest.err conftest.$ac_objext \
15349 conftest$ac_exeext
15350 if ${ac_cv_search_inet_aton+:} false; then :
15351 break
15353 done
15354 if ${ac_cv_search_inet_aton+:} false; then :
15356 else
15357 ac_cv_search_inet_aton=no
15359 rm conftest.$ac_ext
15360 LIBS=$ac_func_search_save_LIBS
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15363 $as_echo "$ac_cv_search_inet_aton" >&6; }
15364 ac_res=$ac_cv_search_inet_aton
15365 if test "$ac_res" != no; then :
15366 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15371 for ac_func in \
15372 getaddrinfo \
15373 getnameinfo \
15374 getnetbyname \
15375 getprotobyname \
15376 getprotobynumber \
15377 getservbyport \
15378 inet_addr \
15379 inet_network \
15380 inet_ntop \
15381 inet_pton \
15382 sendmsg \
15383 socketpair \
15385 do :
15386 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15387 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15388 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15389 cat >>confdefs.h <<_ACEOF
15390 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15391 _ACEOF
15394 done
15397 ac_save_LIBS=$LIBS
15398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15399 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15400 if ${ac_cv_search_clock_gettime+:} false; then :
15401 $as_echo_n "(cached) " >&6
15402 else
15403 ac_func_search_save_LIBS=$LIBS
15404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15405 /* end confdefs.h. */
15407 /* Override any GCC internal prototype to avoid an error.
15408 Use char because int might match the return type of a GCC
15409 builtin and then its argument prototype would still apply. */
15410 #ifdef __cplusplus
15411 extern "C"
15412 #endif
15413 char clock_gettime ();
15415 main ()
15417 return clock_gettime ();
15419 return 0;
15421 _ACEOF
15422 for ac_lib in '' rt; do
15423 if test -z "$ac_lib"; then
15424 ac_res="none required"
15425 else
15426 ac_res=-l$ac_lib
15427 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15429 if ac_fn_c_try_link "$LINENO"; then :
15430 ac_cv_search_clock_gettime=$ac_res
15432 rm -f core conftest.err conftest.$ac_objext \
15433 conftest$ac_exeext
15434 if ${ac_cv_search_clock_gettime+:} false; then :
15435 break
15437 done
15438 if ${ac_cv_search_clock_gettime+:} false; then :
15440 else
15441 ac_cv_search_clock_gettime=no
15443 rm conftest.$ac_ext
15444 LIBS=$ac_func_search_save_LIBS
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15447 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15448 ac_res=$ac_cv_search_clock_gettime
15449 if test "$ac_res" != no; then :
15450 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15452 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15454 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15458 LIBS=$ac_save_LIBS
15460 LDAP_LIBS=""
15462 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15463 then
15464 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15466 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15468 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15469 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15470 $as_echo_n "(cached) " >&6
15471 else
15472 ac_check_lib_save_LIBS=$LIBS
15473 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15475 /* end confdefs.h. */
15477 /* Override any GCC internal prototype to avoid an error.
15478 Use char because int might match the return type of a GCC
15479 builtin and then its argument prototype would still apply. */
15480 #ifdef __cplusplus
15481 extern "C"
15482 #endif
15483 char ldap_initialize ();
15485 main ()
15487 return ldap_initialize ();
15489 return 0;
15491 _ACEOF
15492 if ac_fn_c_try_link "$LINENO"; then :
15493 ac_cv_lib_ldap_r_ldap_initialize=yes
15494 else
15495 ac_cv_lib_ldap_r_ldap_initialize=no
15497 rm -f core conftest.err conftest.$ac_objext \
15498 conftest$ac_exeext conftest.$ac_ext
15499 LIBS=$ac_check_lib_save_LIBS
15501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15502 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15503 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15505 $as_echo_n "checking for ber_init in -llber... " >&6; }
15506 if ${ac_cv_lib_lber_ber_init+:} false; then :
15507 $as_echo_n "(cached) " >&6
15508 else
15509 ac_check_lib_save_LIBS=$LIBS
15510 LIBS="-llber $PTHREAD_LIBS $LIBS"
15511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15512 /* end confdefs.h. */
15514 /* Override any GCC internal prototype to avoid an error.
15515 Use char because int might match the return type of a GCC
15516 builtin and then its argument prototype would still apply. */
15517 #ifdef __cplusplus
15518 extern "C"
15519 #endif
15520 char ber_init ();
15522 main ()
15524 return ber_init ();
15526 return 0;
15528 _ACEOF
15529 if ac_fn_c_try_link "$LINENO"; then :
15530 ac_cv_lib_lber_ber_init=yes
15531 else
15532 ac_cv_lib_lber_ber_init=no
15534 rm -f core conftest.err conftest.$ac_objext \
15535 conftest$ac_exeext conftest.$ac_ext
15536 LIBS=$ac_check_lib_save_LIBS
15538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15539 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15540 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15542 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15544 LDAP_LIBS="-lldap_r -llber"
15551 ac_wine_check_funcs_save_LIBS="$LIBS"
15552 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15553 for ac_func in \
15554 ldap_count_references \
15555 ldap_first_reference \
15556 ldap_next_reference \
15557 ldap_parse_reference \
15558 ldap_parse_sort_control \
15559 ldap_parse_sortresponse_control \
15560 ldap_parse_vlv_control \
15561 ldap_parse_vlvresponse_control
15562 do :
15563 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15564 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15565 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15566 cat >>confdefs.h <<_ACEOF
15567 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15568 _ACEOF
15571 done
15573 LIBS="$ac_wine_check_funcs_save_LIBS"
15575 if test "x$LDAP_LIBS" = "x"; then :
15576 case "x$with_ldap" in
15577 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15578 xno) ;;
15579 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15580 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15581 esac
15584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15585 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15586 if ${wine_cv_one_arg_mkdir+:} false; then :
15587 $as_echo_n "(cached) " >&6
15588 else
15589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15590 /* end confdefs.h. */
15591 #include <sys/stat.h>
15593 main ()
15595 mkdir("foo");
15597 return 0;
15599 _ACEOF
15600 if ac_fn_c_try_compile "$LINENO"; then :
15601 wine_cv_one_arg_mkdir=yes
15602 else
15603 wine_cv_one_arg_mkdir=no
15605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15608 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15609 if test "$wine_cv_one_arg_mkdir" = "yes"
15610 then
15612 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15617 $as_echo_n "checking for sched_setaffinity... " >&6; }
15618 if ${wine_cv_have_sched_setaffinity+:} false; then :
15619 $as_echo_n "(cached) " >&6
15620 else
15621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15622 /* end confdefs.h. */
15623 #define _GNU_SOURCE
15624 #include <sched.h>
15626 main ()
15628 sched_setaffinity(0, 0, 0);
15630 return 0;
15632 _ACEOF
15633 if ac_fn_c_try_link "$LINENO"; then :
15634 wine_cv_have_sched_setaffinity=yes
15635 else
15636 wine_cv_have_sched_setaffinity=no
15638 rm -f core conftest.err conftest.$ac_objext \
15639 conftest$ac_exeext conftest.$ac_ext
15641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15642 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15643 if test "$wine_cv_have_sched_setaffinity" = "yes"
15644 then
15646 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15651 $as_echo_n "checking for fallocate... " >&6; }
15652 if ${wine_cv_have_fallocate+:} false; then :
15653 $as_echo_n "(cached) " >&6
15654 else
15655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15656 /* end confdefs.h. */
15657 #define _GNU_SOURCE
15658 #include <fcntl.h>
15660 main ()
15662 fallocate(-1, 0, 0, 0);
15664 return 0;
15666 _ACEOF
15667 if ac_fn_c_try_link "$LINENO"; then :
15668 wine_cv_have_fallocate=yes
15669 else
15670 wine_cv_have_fallocate=no
15672 rm -f core conftest.err conftest.$ac_objext \
15673 conftest$ac_exeext conftest.$ac_ext
15675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15676 $as_echo "$wine_cv_have_fallocate" >&6; }
15677 if test "$wine_cv_have_fallocate" = "yes"
15678 then
15680 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15686 $as_echo_n "checking for inline... " >&6; }
15687 if ${ac_cv_c_inline+:} false; then :
15688 $as_echo_n "(cached) " >&6
15689 else
15690 ac_cv_c_inline=no
15691 for ac_kw in inline __inline__ __inline; do
15692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15693 /* end confdefs.h. */
15694 #ifndef __cplusplus
15695 typedef int foo_t;
15696 static $ac_kw foo_t static_foo () {return 0; }
15697 $ac_kw foo_t foo () {return 0; }
15698 #endif
15700 _ACEOF
15701 if ac_fn_c_try_compile "$LINENO"; then :
15702 ac_cv_c_inline=$ac_kw
15704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15705 test "$ac_cv_c_inline" != no && break
15706 done
15709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15710 $as_echo "$ac_cv_c_inline" >&6; }
15712 case $ac_cv_c_inline in
15713 inline | yes) ;;
15715 case $ac_cv_c_inline in
15716 no) ac_val=;;
15717 *) ac_val=$ac_cv_c_inline;;
15718 esac
15719 cat >>confdefs.h <<_ACEOF
15720 #ifndef __cplusplus
15721 #define inline $ac_val
15722 #endif
15723 _ACEOF
15725 esac
15727 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15728 if test "x$ac_cv_type_mode_t" = xyes; then :
15730 cat >>confdefs.h <<_ACEOF
15731 #define HAVE_MODE_T 1
15732 _ACEOF
15736 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15737 if test "x$ac_cv_type_off_t" = xyes; then :
15739 cat >>confdefs.h <<_ACEOF
15740 #define HAVE_OFF_T 1
15741 _ACEOF
15745 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15746 if test "x$ac_cv_type_pid_t" = xyes; then :
15748 cat >>confdefs.h <<_ACEOF
15749 #define HAVE_PID_T 1
15750 _ACEOF
15754 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15755 if test "x$ac_cv_type_size_t" = xyes; then :
15757 cat >>confdefs.h <<_ACEOF
15758 #define HAVE_SIZE_T 1
15759 _ACEOF
15763 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15764 if test "x$ac_cv_type_ssize_t" = xyes; then :
15766 cat >>confdefs.h <<_ACEOF
15767 #define HAVE_SSIZE_T 1
15768 _ACEOF
15772 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15773 if test "x$ac_cv_type_long_long" = xyes; then :
15775 cat >>confdefs.h <<_ACEOF
15776 #define HAVE_LONG_LONG 1
15777 _ACEOF
15781 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15782 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15784 cat >>confdefs.h <<_ACEOF
15785 #define HAVE_FSBLKCNT_T 1
15786 _ACEOF
15790 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15791 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15793 cat >>confdefs.h <<_ACEOF
15794 #define HAVE_FSFILCNT_T 1
15795 _ACEOF
15800 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15801 #include <signal.h>
15803 if test "x$ac_cv_type_sigset_t" = xyes; then :
15805 cat >>confdefs.h <<_ACEOF
15806 #define HAVE_SIGSET_T 1
15807 _ACEOF
15812 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15814 if test "x$ac_cv_type_request_sense" = xyes; then :
15816 cat >>confdefs.h <<_ACEOF
15817 #define HAVE_REQUEST_SENSE 1
15818 _ACEOF
15824 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15825 #ifdef HAVE_SYS_SOCKET_H
15826 #include <sys/socket.h>
15827 #endif
15828 #ifdef HAVE_SYS_SOCKETVAR_H
15829 #include <sys/socketvar.h>
15830 #endif
15831 #ifdef HAVE_NET_ROUTE_H
15832 #include <net/route.h>
15833 #endif
15834 #ifdef HAVE_NETINET_IN_H
15835 #include <netinet/in.h>
15836 #endif
15837 #ifdef HAVE_NETINET_IN_SYSTM_H
15838 #include <netinet/in_systm.h>
15839 #endif
15840 #ifdef HAVE_NETINET_IP_H
15841 #include <netinet/ip.h>
15842 #endif
15843 #ifdef HAVE_NETINET_IN_PCB_H
15844 #include <netinet/in_pcb.h>
15845 #endif
15847 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15849 cat >>confdefs.h <<_ACEOF
15850 #define HAVE_STRUCT_XINPGEN 1
15851 _ACEOF
15857 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15858 #include <link.h>
15859 #endif
15860 #ifdef HAVE_SYS_LINK_H
15861 #include <sys/link.h>
15862 #endif
15864 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15866 cat >>confdefs.h <<_ACEOF
15867 #define HAVE_STRUCT_R_DEBUG 1
15868 _ACEOF
15872 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15873 #include <link.h>
15874 #endif
15875 #ifdef HAVE_SYS_LINK_H
15876 #include <sys/link.h>
15877 #endif
15879 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15881 cat >>confdefs.h <<_ACEOF
15882 #define HAVE_STRUCT_LINK_MAP 1
15883 _ACEOF
15889 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15890 #include <linux/input.h>
15891 #endif
15893 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15895 cat >>confdefs.h <<_ACEOF
15896 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15897 _ACEOF
15903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15904 $as_echo_n "checking for sigaddset... " >&6; }
15905 if ${wine_cv_have_sigaddset+:} false; then :
15906 $as_echo_n "(cached) " >&6
15907 else
15908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15909 /* end confdefs.h. */
15910 #include <signal.h>
15912 main ()
15914 sigset_t set; sigaddset(&set,SIGTERM);
15916 return 0;
15918 _ACEOF
15919 if ac_fn_c_try_link "$LINENO"; then :
15920 wine_cv_have_sigaddset=yes
15921 else
15922 wine_cv_have_sigaddset=no
15924 rm -f core conftest.err conftest.$ac_objext \
15925 conftest$ac_exeext conftest.$ac_ext
15927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15928 $as_echo "$wine_cv_have_sigaddset" >&6; }
15929 if test "$wine_cv_have_sigaddset" = "yes"
15930 then
15932 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15938 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15939 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15940 $as_echo_n "(cached) " >&6
15941 else
15942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15943 /* end confdefs.h. */
15944 #include <netdb.h>
15946 main ()
15949 char *name=0;
15950 struct hostent he;
15951 struct hostent *result;
15952 char *buf=0;
15953 int bufsize=0;
15954 int errnr;
15955 char *addr=0;
15956 int addrlen=0;
15957 int addrtype=0;
15958 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15959 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15962 return 0;
15964 _ACEOF
15965 if ac_fn_c_try_link "$LINENO"; then :
15966 wine_cv_linux_gethostbyname_r_6=yes
15967 else
15968 wine_cv_linux_gethostbyname_r_6=no
15971 rm -f core conftest.err conftest.$ac_objext \
15972 conftest$ac_exeext conftest.$ac_ext
15975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15976 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15977 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15978 then
15980 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15984 if test "$ac_cv_header_linux_joystick_h" = "yes"
15985 then
15986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15987 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15988 if ${wine_cv_linux_joystick_22_api+:} false; then :
15989 $as_echo_n "(cached) " >&6
15990 else
15991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15992 /* end confdefs.h. */
15994 #include <sys/ioctl.h>
15995 #include <sys/types.h>
15996 #include <linux/joystick.h>
15998 struct js_event blub;
15999 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16000 #error "no 2.2 header"
16001 #endif
16004 main ()
16006 /*empty*/
16008 return 0;
16010 _ACEOF
16011 if ac_fn_c_try_compile "$LINENO"; then :
16012 wine_cv_linux_joystick_22_api=yes
16013 else
16014 wine_cv_linux_joystick_22_api=no
16016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16020 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16021 if test "$wine_cv_linux_joystick_22_api" = "yes"
16022 then
16024 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16030 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16031 #ifdef HAVE_SYS_PARAM_H
16032 # include <sys/param.h>
16033 #endif
16034 #ifdef HAVE_SYS_MOUNT_H
16035 # include <sys/mount.h>
16036 #endif
16037 #ifdef HAVE_SYS_VFS_H
16038 # include <sys/vfs.h>
16039 #endif
16040 #ifdef HAVE_SYS_STATFS_H
16041 # include <sys/statfs.h>
16042 #endif
16044 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16046 cat >>confdefs.h <<_ACEOF
16047 #define HAVE_STRUCT_STATFS_F_BFREE 1
16048 _ACEOF
16052 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16053 #ifdef HAVE_SYS_PARAM_H
16054 # include <sys/param.h>
16055 #endif
16056 #ifdef HAVE_SYS_MOUNT_H
16057 # include <sys/mount.h>
16058 #endif
16059 #ifdef HAVE_SYS_VFS_H
16060 # include <sys/vfs.h>
16061 #endif
16062 #ifdef HAVE_SYS_STATFS_H
16063 # include <sys/statfs.h>
16064 #endif
16066 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16068 cat >>confdefs.h <<_ACEOF
16069 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16070 _ACEOF
16074 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16075 #ifdef HAVE_SYS_PARAM_H
16076 # include <sys/param.h>
16077 #endif
16078 #ifdef HAVE_SYS_MOUNT_H
16079 # include <sys/mount.h>
16080 #endif
16081 #ifdef HAVE_SYS_VFS_H
16082 # include <sys/vfs.h>
16083 #endif
16084 #ifdef HAVE_SYS_STATFS_H
16085 # include <sys/statfs.h>
16086 #endif
16088 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16090 cat >>confdefs.h <<_ACEOF
16091 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16092 _ACEOF
16096 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16097 #ifdef HAVE_SYS_PARAM_H
16098 # include <sys/param.h>
16099 #endif
16100 #ifdef HAVE_SYS_MOUNT_H
16101 # include <sys/mount.h>
16102 #endif
16103 #ifdef HAVE_SYS_VFS_H
16104 # include <sys/vfs.h>
16105 #endif
16106 #ifdef HAVE_SYS_STATFS_H
16107 # include <sys/statfs.h>
16108 #endif
16110 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16112 cat >>confdefs.h <<_ACEOF
16113 #define HAVE_STRUCT_STATFS_F_FFREE 1
16114 _ACEOF
16118 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16119 #ifdef HAVE_SYS_PARAM_H
16120 # include <sys/param.h>
16121 #endif
16122 #ifdef HAVE_SYS_MOUNT_H
16123 # include <sys/mount.h>
16124 #endif
16125 #ifdef HAVE_SYS_VFS_H
16126 # include <sys/vfs.h>
16127 #endif
16128 #ifdef HAVE_SYS_STATFS_H
16129 # include <sys/statfs.h>
16130 #endif
16132 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16134 cat >>confdefs.h <<_ACEOF
16135 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16136 _ACEOF
16140 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16141 #ifdef HAVE_SYS_PARAM_H
16142 # include <sys/param.h>
16143 #endif
16144 #ifdef HAVE_SYS_MOUNT_H
16145 # include <sys/mount.h>
16146 #endif
16147 #ifdef HAVE_SYS_VFS_H
16148 # include <sys/vfs.h>
16149 #endif
16150 #ifdef HAVE_SYS_STATFS_H
16151 # include <sys/statfs.h>
16152 #endif
16154 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16156 cat >>confdefs.h <<_ACEOF
16157 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16158 _ACEOF
16164 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16165 #include <sys/statvfs.h>
16166 #endif
16168 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16170 cat >>confdefs.h <<_ACEOF
16171 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16172 _ACEOF
16178 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16179 #include <dirent.h>
16180 #endif
16182 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16184 cat >>confdefs.h <<_ACEOF
16185 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16186 _ACEOF
16192 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16193 #ifdef HAVE_SYS_SOCKET_H
16194 # include <sys/socket.h>
16195 #endif
16196 #ifdef HAVE_SYS_UN_H
16197 # include <sys/un.h>
16198 #endif
16200 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16202 cat >>confdefs.h <<_ACEOF
16203 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16204 _ACEOF
16208 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16209 #ifdef HAVE_SYS_SOCKET_H
16210 # include <sys/socket.h>
16211 #endif
16212 #ifdef HAVE_SYS_UN_H
16213 # include <sys/un.h>
16214 #endif
16216 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16218 cat >>confdefs.h <<_ACEOF
16219 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16220 _ACEOF
16224 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16225 #ifdef HAVE_SYS_SOCKET_H
16226 # include <sys/socket.h>
16227 #endif
16228 #ifdef HAVE_SYS_UN_H
16229 # include <sys/un.h>
16230 #endif
16232 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16234 cat >>confdefs.h <<_ACEOF
16235 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16236 _ACEOF
16242 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16243 #ifdef HAVE_SCSI_SG_H
16244 #include <scsi/sg.h>
16245 #endif
16247 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16249 cat >>confdefs.h <<_ACEOF
16250 #define HAVE_SCSIREQ_T_CMD 1
16251 _ACEOF
16255 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>
16256 #ifdef HAVE_SCSI_SG_H
16257 #include <scsi/sg.h>
16258 #endif
16260 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16262 cat >>confdefs.h <<_ACEOF
16263 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16264 _ACEOF
16270 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16272 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16274 cat >>confdefs.h <<_ACEOF
16275 #define HAVE_SIGINFO_T_SI_FD 1
16276 _ACEOF
16282 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16283 #ifdef HAVE_SYS_MTIO_H
16284 #include <sys/mtio.h>
16285 #endif
16287 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16289 cat >>confdefs.h <<_ACEOF
16290 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16291 _ACEOF
16295 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16296 #ifdef HAVE_SYS_MTIO_H
16297 #include <sys/mtio.h>
16298 #endif
16300 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16302 cat >>confdefs.h <<_ACEOF
16303 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16304 _ACEOF
16308 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16309 #ifdef HAVE_SYS_MTIO_H
16310 #include <sys/mtio.h>
16311 #endif
16313 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16315 cat >>confdefs.h <<_ACEOF
16316 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16317 _ACEOF
16323 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16324 #include <getopt.h>
16325 #endif
16327 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16329 cat >>confdefs.h <<_ACEOF
16330 #define HAVE_STRUCT_OPTION_NAME 1
16331 _ACEOF
16337 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16338 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16340 cat >>confdefs.h <<_ACEOF
16341 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16342 _ACEOF
16346 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16347 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16349 cat >>confdefs.h <<_ACEOF
16350 #define HAVE_STRUCT_STAT_ST_MTIM 1
16351 _ACEOF
16355 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16356 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16358 cat >>confdefs.h <<_ACEOF
16359 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16360 _ACEOF
16364 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16365 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16367 cat >>confdefs.h <<_ACEOF
16368 #define HAVE_STRUCT_STAT_ST_CTIM 1
16369 _ACEOF
16373 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16374 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16376 cat >>confdefs.h <<_ACEOF
16377 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16378 _ACEOF
16382 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16383 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16385 cat >>confdefs.h <<_ACEOF
16386 #define HAVE_STRUCT_STAT_ST_ATIM 1
16387 _ACEOF
16391 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16392 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16394 cat >>confdefs.h <<_ACEOF
16395 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16396 _ACEOF
16400 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16401 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16403 cat >>confdefs.h <<_ACEOF
16404 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16405 _ACEOF
16409 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16410 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16412 cat >>confdefs.h <<_ACEOF
16413 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16414 _ACEOF
16418 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16419 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16421 cat >>confdefs.h <<_ACEOF
16422 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16423 _ACEOF
16427 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16428 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16430 cat >>confdefs.h <<_ACEOF
16431 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16432 _ACEOF
16436 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16437 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16439 cat >>confdefs.h <<_ACEOF
16440 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16441 _ACEOF
16447 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
16448 #include <sys/types.h>
16449 #endif
16450 #ifdef HAVE_NETINET_IN_H
16451 #include <netinet/in.h>
16452 #endif
16454 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16456 cat >>confdefs.h <<_ACEOF
16457 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16458 _ACEOF
16464 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16465 #include <resolv.h>
16466 #endif
16468 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16470 cat >>confdefs.h <<_ACEOF
16471 #define HAVE_STRUCT___RES_STATE 1
16472 _ACEOF
16478 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
16479 #include <resolv.h>
16480 #endif
16482 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16484 cat >>confdefs.h <<_ACEOF
16485 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16486 _ACEOF
16492 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16493 #include <sys/types.h>
16494 #endif
16495 #ifdef HAVE_NETINET_IN_H
16496 # include <netinet/in.h>
16497 #endif
16498 #ifdef HAVE_ARPA_NAMESER_H
16499 # include <arpa/nameser.h>
16500 #endif
16502 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16504 cat >>confdefs.h <<_ACEOF
16505 #define HAVE_NS_MSG__MSG_PTR 1
16506 _ACEOF
16512 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16513 #include <sys/types.h>
16514 #endif
16515 #ifdef HAVE_NETINET_IP_H
16516 #include <netinet/ip.h>
16517 #endif
16518 #ifdef HAVE_NETINET_IP_ICMP_H
16519 #include <netinet/ip_icmp.h>
16520 #endif
16521 #ifdef HAVE_NETINET_ICMP_VAR_H
16522 #include <netinet/icmp_var.h>
16523 #endif
16525 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16527 cat >>confdefs.h <<_ACEOF
16528 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16529 _ACEOF
16535 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16536 #include <sys/types.h>
16537 #endif
16538 #ifdef HAVE_ALIAS_H
16539 #include <alias.h>
16540 #endif
16541 #ifdef HAVE_SYS_SOCKET_H
16542 #include <sys/socket.h>
16543 #endif
16544 #ifdef HAVE_SYS_SOCKETVAR_H
16545 #include <sys/socketvar.h>
16546 #endif
16547 #ifdef HAVE_SYS_TIMEOUT_H
16548 #include <sys/timeout.h>
16549 #endif
16550 #ifdef HAVE_NETINET_IN_H
16551 #include <netinet/in.h>
16552 #endif
16553 #ifdef HAVE_NETINET_IN_SYSTM_H
16554 #include <netinet/in_systm.h>
16555 #endif
16556 #ifdef HAVE_NETINET_IP_H
16557 #include <netinet/ip.h>
16558 #endif
16559 #ifdef HAVE_NETINET_IP_VAR_H
16560 #include <netinet/ip_var.h>
16561 #endif
16562 #ifdef HAVE_NETINET_IP_ICMP_H
16563 #include <netinet/ip_icmp.h>
16564 #endif
16565 #ifdef HAVE_NETINET_ICMP_VAR_H
16566 #include <netinet/icmp_var.h>
16567 #endif
16569 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16571 cat >>confdefs.h <<_ACEOF
16572 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16573 _ACEOF
16579 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16580 #include <sys/types.h>
16581 #endif
16582 #ifdef HAVE_SYS_SOCKETVAR_H
16583 #include <sys/socketvar.h>
16584 #endif
16585 #ifdef HAVE_NETINET_IN_H
16586 #include <netinet/in.h>
16587 #endif
16588 #ifdef HAVE_NETINET_IP_VAR_H
16589 #include <netinet/ip_var.h>
16590 #endif
16592 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16594 cat >>confdefs.h <<_ACEOF
16595 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16596 _ACEOF
16602 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
16603 #include <netinet/ip_var.h>
16604 #endif
16606 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16608 cat >>confdefs.h <<_ACEOF
16609 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16610 _ACEOF
16616 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16617 #include <sys/types.h>
16618 #endif
16619 #ifdef HAVE_SYS_SOCKETVAR_H
16620 #include <sys/socketvar.h>
16621 #endif
16622 #ifdef HAVE_NETINET_IN_H
16623 #include <netinet/in.h>
16624 #endif
16625 #ifdef HAVE_NETINET_TCP_H
16626 #include <netinet/tcp.h>
16627 #endif
16628 #ifdef HAVE_NETINET_TCP_VAR_H
16629 #include <netinet/tcp_var.h>
16630 #endif
16632 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16634 cat >>confdefs.h <<_ACEOF
16635 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16636 _ACEOF
16642 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
16643 #include <netinet/tcp_var.h>
16644 #endif
16646 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16648 cat >>confdefs.h <<_ACEOF
16649 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16650 _ACEOF
16656 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16657 #include <sys/types.h>
16658 #endif
16659 #ifdef HAVE_NETINET_IN_H
16660 #include <netinet/in.h>
16661 #endif
16662 #ifdef HAVE_NETINET_IP_VAR_H
16663 #include <netinet/ip_var.h>
16664 #endif
16665 #ifdef HAVE_NETINET_UDP_H
16666 #include <netinet/udp.h>
16667 #endif
16668 #ifdef HAVE_NETINET_UDP_VAR_H
16669 #include <netinet/udp_var.h>
16670 #endif
16672 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16674 cat >>confdefs.h <<_ACEOF
16675 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16676 _ACEOF
16682 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16683 #include <sys/types.h>
16684 #endif
16685 #ifdef HAVE_NET_IF_H
16686 # include <net/if.h>
16687 #endif
16689 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16691 cat >>confdefs.h <<_ACEOF
16692 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16693 _ACEOF
16699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16700 $as_echo_n "checking for timezone variable... " >&6; }
16701 if ${ac_cv_have_timezone+:} false; then :
16702 $as_echo_n "(cached) " >&6
16703 else
16704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16705 /* end confdefs.h. */
16706 #include <time.h>
16708 main ()
16710 timezone = 1
16712 return 0;
16714 _ACEOF
16715 if ac_fn_c_try_link "$LINENO"; then :
16716 ac_cv_have_timezone="yes"
16717 else
16718 ac_cv_have_timezone="no"
16720 rm -f core conftest.err conftest.$ac_objext \
16721 conftest$ac_exeext conftest.$ac_ext
16723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16724 $as_echo "$ac_cv_have_timezone" >&6; }
16725 if test "$ac_cv_have_timezone" = "yes"
16726 then
16728 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16732 $as_echo_n "checking for daylight variable... " >&6; }
16733 if ${ac_cv_have_daylight+:} false; then :
16734 $as_echo_n "(cached) " >&6
16735 else
16736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16737 /* end confdefs.h. */
16738 #include <time.h>
16740 main ()
16742 daylight = 1
16744 return 0;
16746 _ACEOF
16747 if ac_fn_c_try_link "$LINENO"; then :
16748 ac_cv_have_daylight="yes"
16749 else
16750 ac_cv_have_daylight="no"
16752 rm -f core conftest.err conftest.$ac_objext \
16753 conftest$ac_exeext conftest.$ac_ext
16755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16756 $as_echo "$ac_cv_have_daylight" >&6; }
16757 if test "$ac_cv_have_daylight" = "yes"
16758 then
16760 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16764 ac_save_LIBS="$LIBS"
16765 LIBS="$LIBS -lm"
16766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16767 $as_echo_n "checking for isfinite... " >&6; }
16768 if ${ac_cv_have_isfinite+:} false; then :
16769 $as_echo_n "(cached) " >&6
16770 else
16771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16772 /* end confdefs.h. */
16773 #define _GNU_SOURCE
16774 #include <math.h>
16776 main ()
16778 float f = 0.0; return isfinite(f)
16780 return 0;
16782 _ACEOF
16783 if ac_fn_c_try_link "$LINENO"; then :
16784 ac_cv_have_isfinite="yes"
16785 else
16786 ac_cv_have_isfinite="no"
16788 rm -f core conftest.err conftest.$ac_objext \
16789 conftest$ac_exeext conftest.$ac_ext
16791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16792 $as_echo "$ac_cv_have_isfinite" >&6; }
16793 if test "$ac_cv_have_isfinite" = "yes"
16794 then
16796 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16801 $as_echo_n "checking for isinf... " >&6; }
16802 if ${ac_cv_have_isinf+:} false; then :
16803 $as_echo_n "(cached) " >&6
16804 else
16805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16806 /* end confdefs.h. */
16807 #include <math.h>
16809 main ()
16811 float f = 0.0; return isinf(f)
16813 return 0;
16815 _ACEOF
16816 if ac_fn_c_try_link "$LINENO"; then :
16817 ac_cv_have_isinf="yes"
16818 else
16819 ac_cv_have_isinf="no"
16821 rm -f core conftest.err conftest.$ac_objext \
16822 conftest$ac_exeext conftest.$ac_ext
16824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16825 $as_echo "$ac_cv_have_isinf" >&6; }
16826 if test "$ac_cv_have_isinf" = "yes"
16827 then
16829 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16834 $as_echo_n "checking for isnan... " >&6; }
16835 if ${ac_cv_have_isnan+:} false; then :
16836 $as_echo_n "(cached) " >&6
16837 else
16838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16839 /* end confdefs.h. */
16840 #include <math.h>
16842 main ()
16844 float f = 0.0; return isnan(f)
16846 return 0;
16848 _ACEOF
16849 if ac_fn_c_try_link "$LINENO"; then :
16850 ac_cv_have_isnan="yes"
16851 else
16852 ac_cv_have_isnan="no"
16854 rm -f core conftest.err conftest.$ac_objext \
16855 conftest$ac_exeext conftest.$ac_ext
16857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16858 $as_echo "$ac_cv_have_isnan" >&6; }
16859 if test "$ac_cv_have_isnan" = "yes"
16860 then
16862 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16866 for ac_func in \
16867 cbrt \
16868 cbrtf \
16869 erf \
16870 erff \
16871 exp2 \
16872 exp2f \
16873 llrint \
16874 llrintf \
16875 llround \
16876 llroundf \
16877 log2 \
16878 log2f \
16879 lrint \
16880 lrintf \
16881 lround \
16882 lroundf \
16883 rint \
16884 rintf \
16885 round \
16886 roundf \
16887 trunc \
16888 truncf
16890 do :
16891 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16892 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16893 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16894 cat >>confdefs.h <<_ACEOF
16895 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16896 _ACEOF
16899 done
16901 LIBS="$ac_save_LIBS"
16903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16904 $as_echo_n "checking for __builtin_clz... " >&6; }
16905 if ${ac_cv_have___builtin_clz+:} false; then :
16906 $as_echo_n "(cached) " >&6
16907 else
16908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16909 /* end confdefs.h. */
16912 main ()
16914 return __builtin_clz(1)
16916 return 0;
16918 _ACEOF
16919 if ac_fn_c_try_link "$LINENO"; then :
16920 ac_cv_have___builtin_clz="yes"
16921 else
16922 ac_cv_have___builtin_clz="no"
16924 rm -f core conftest.err conftest.$ac_objext \
16925 conftest$ac_exeext conftest.$ac_ext
16927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16928 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16929 if test "$ac_cv_have___builtin_clz" = "yes"
16930 then
16932 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16937 case $host_cpu in
16938 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16939 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16940 if ${ac_cv_cpp_def___i386__+:} false; then :
16941 $as_echo_n "(cached) " >&6
16942 else
16943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16944 /* end confdefs.h. */
16945 #ifndef __i386__
16947 #endif
16948 _ACEOF
16949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16950 $EGREP "yes" >/dev/null 2>&1; then :
16951 ac_cv_cpp_def___i386__=yes
16952 else
16953 ac_cv_cpp_def___i386__=no
16955 rm -f conftest*
16958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16959 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16960 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16961 CFLAGS="$CFLAGS -D__i386__"
16962 LINTFLAGS="$LINTFLAGS -D__i386__"
16963 fi ;;
16964 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16965 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16966 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16967 $as_echo_n "(cached) " >&6
16968 else
16969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16970 /* end confdefs.h. */
16971 #ifndef __x86_64__
16973 #endif
16974 _ACEOF
16975 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16976 $EGREP "yes" >/dev/null 2>&1; then :
16977 ac_cv_cpp_def___x86_64__=yes
16978 else
16979 ac_cv_cpp_def___x86_64__=no
16981 rm -f conftest*
16984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16985 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16986 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16987 CFLAGS="$CFLAGS -D__x86_64__"
16988 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16989 fi ;;
16990 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16991 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16992 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16993 $as_echo_n "(cached) " >&6
16994 else
16995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16996 /* end confdefs.h. */
16997 #ifndef __sparc64__
16999 #endif
17000 _ACEOF
17001 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17002 $EGREP "yes" >/dev/null 2>&1; then :
17003 ac_cv_cpp_def___sparc64__=yes
17004 else
17005 ac_cv_cpp_def___sparc64__=no
17007 rm -f conftest*
17010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17011 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17012 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17013 CFLAGS="$CFLAGS -D__sparc64__"
17014 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17015 fi ;;
17016 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17017 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17018 if ${ac_cv_cpp_def___sparc__+:} false; then :
17019 $as_echo_n "(cached) " >&6
17020 else
17021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17022 /* end confdefs.h. */
17023 #ifndef __sparc__
17025 #endif
17026 _ACEOF
17027 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17028 $EGREP "yes" >/dev/null 2>&1; then :
17029 ac_cv_cpp_def___sparc__=yes
17030 else
17031 ac_cv_cpp_def___sparc__=no
17033 rm -f conftest*
17036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17037 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17038 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17039 CFLAGS="$CFLAGS -D__sparc__"
17040 LINTFLAGS="$LINTFLAGS -D__sparc__"
17041 fi ;;
17042 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17043 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17044 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17045 $as_echo_n "(cached) " >&6
17046 else
17047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17048 /* end confdefs.h. */
17049 #ifndef __powerpc64__
17051 #endif
17052 _ACEOF
17053 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17054 $EGREP "yes" >/dev/null 2>&1; then :
17055 ac_cv_cpp_def___powerpc64__=yes
17056 else
17057 ac_cv_cpp_def___powerpc64__=no
17059 rm -f conftest*
17062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17063 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17064 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17065 CFLAGS="$CFLAGS -D__powerpc64__"
17066 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17067 fi ;;
17068 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17069 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17070 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17071 $as_echo_n "(cached) " >&6
17072 else
17073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17074 /* end confdefs.h. */
17075 #ifndef __powerpc__
17077 #endif
17078 _ACEOF
17079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17080 $EGREP "yes" >/dev/null 2>&1; then :
17081 ac_cv_cpp_def___powerpc__=yes
17082 else
17083 ac_cv_cpp_def___powerpc__=no
17085 rm -f conftest*
17088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17089 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17090 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17091 CFLAGS="$CFLAGS -D__powerpc__"
17092 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17093 fi ;;
17094 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17095 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17096 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17097 $as_echo_n "(cached) " >&6
17098 else
17099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17100 /* end confdefs.h. */
17101 #ifndef __aarch64__
17103 #endif
17104 _ACEOF
17105 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17106 $EGREP "yes" >/dev/null 2>&1; then :
17107 ac_cv_cpp_def___aarch64__=yes
17108 else
17109 ac_cv_cpp_def___aarch64__=no
17111 rm -f conftest*
17114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17115 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17116 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17117 CFLAGS="$CFLAGS -D__aarch64__"
17118 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17119 fi ;;
17120 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17121 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17122 if ${ac_cv_cpp_def___arm__+:} false; then :
17123 $as_echo_n "(cached) " >&6
17124 else
17125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17126 /* end confdefs.h. */
17127 #ifndef __arm__
17129 #endif
17130 _ACEOF
17131 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17132 $EGREP "yes" >/dev/null 2>&1; then :
17133 ac_cv_cpp_def___arm__=yes
17134 else
17135 ac_cv_cpp_def___arm__=no
17137 rm -f conftest*
17140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17141 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17142 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17143 CFLAGS="$CFLAGS -D__arm__"
17144 LINTFLAGS="$LINTFLAGS -D__arm__"
17145 fi ;;
17146 esac
17148 case $host_vendor in
17149 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17150 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17151 if ${ac_cv_cpp_def___sun__+:} false; then :
17152 $as_echo_n "(cached) " >&6
17153 else
17154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17155 /* end confdefs.h. */
17156 #ifndef __sun__
17158 #endif
17159 _ACEOF
17160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17161 $EGREP "yes" >/dev/null 2>&1; then :
17162 ac_cv_cpp_def___sun__=yes
17163 else
17164 ac_cv_cpp_def___sun__=no
17166 rm -f conftest*
17169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17170 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17171 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17172 CFLAGS="$CFLAGS -D__sun__"
17173 LINTFLAGS="$LINTFLAGS -D__sun__"
17174 fi ;;
17175 esac
17181 ac_config_commands="$ac_config_commands include/stamp-h"
17183 $as_echo_n "creating Makefile rules..." >&6
17185 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17186 SOCKET_LIBS = $SOCKET_LIBS
17187 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17188 IOKIT_LIBS = $IOKIT_LIBS
17189 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17190 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17191 CORESERVICES_LIBS = $CORESERVICES_LIBS
17192 APPKIT_LIBS = $APPKIT_LIBS
17193 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17194 SECURITY_LIBS = $SECURITY_LIBS
17195 COREAUDIO_LIBS = $COREAUDIO_LIBS
17196 OPENAL_LIBS = $OPENAL_LIBS
17197 OPENCL_LIBS = $OPENCL_LIBS
17198 QUICKTIME_LIBS = $QUICKTIME_LIBS
17199 CARBON_LIBS = $CARBON_LIBS
17200 PTHREAD_LIBS = $PTHREAD_LIBS
17201 X_CFLAGS = $X_CFLAGS
17202 X_PRE_LIBS = $X_PRE_LIBS
17203 X_LIBS = $X_LIBS
17204 X_EXTRA_LIBS = $X_EXTRA_LIBS
17205 PCAP_LIBS = $PCAP_LIBS
17206 XML2_CFLAGS = $XML2_CFLAGS
17207 XML2_LIBS = $XML2_LIBS
17208 XSLT_CFLAGS = $XSLT_CFLAGS
17209 XSLT_LIBS = $XSLT_LIBS
17210 DBUS_CFLAGS = $DBUS_CFLAGS
17211 DBUS_LIBS = $DBUS_LIBS
17212 HAL_CFLAGS = $HAL_CFLAGS
17213 HAL_LIBS = $HAL_LIBS
17214 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17215 GNUTLS_LIBS = $GNUTLS_LIBS
17216 SANE_CFLAGS = $SANE_CFLAGS
17217 SANE_LIBS = $SANE_LIBS
17218 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17219 GPHOTO2_LIBS = $GPHOTO2_LIBS
17220 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17221 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17222 RESOLV_LIBS = $RESOLV_LIBS
17223 LCMS2_CFLAGS = $LCMS2_CFLAGS
17224 LCMS2_LIBS = $LCMS2_LIBS
17225 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17226 FREETYPE_LIBS = $FREETYPE_LIBS
17227 Z_LIBS = $Z_LIBS
17228 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17229 PULSE_CFLAGS = $PULSE_CFLAGS
17230 PULSE_LIBS = $PULSE_LIBS
17231 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17232 GSTREAMER_LIBS = $GSTREAMER_LIBS
17233 ALSA_LIBS = $ALSA_LIBS
17234 OSS4_CFLAGS = $OSS4_CFLAGS
17235 CAPI20_CFLAGS = $CAPI20_CFLAGS
17236 CAPI20_LIBS = $CAPI20_LIBS
17237 CUPS_CFLAGS = $CUPS_CFLAGS
17238 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17239 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17240 JPEG_CFLAGS = $JPEG_CFLAGS
17241 JPEG_LIBS = $JPEG_LIBS
17242 PNG_CFLAGS = $PNG_CFLAGS
17243 PNG_LIBS = $PNG_LIBS
17244 TIFF_CFLAGS = $TIFF_CFLAGS
17245 TIFF_LIBS = $TIFF_LIBS
17246 MPG123_CFLAGS = $MPG123_CFLAGS
17247 MPG123_LIBS = $MPG123_LIBS
17248 KSTAT_LIBS = $KSTAT_LIBS
17249 PROCSTAT_LIBS = $PROCSTAT_LIBS
17250 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17251 DL_LIBS = $DL_LIBS
17252 POLL_LIBS = $POLL_LIBS
17253 RT_LIBS = $RT_LIBS
17254 LDAP_LIBS = $LDAP_LIBS
17259 wine_fn_append_rule "
17260 # Rules automatically generated by configure
17262 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17264 .INIT: Makefile
17265 .MAKEFILEDEPS:
17266 all: Makefile
17267 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17268 @./config.status Make.tmp Makefile"
17270 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17271 .gitignore: config.status
17272 @./config.status .gitignore"
17274 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17275 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17277 if test "x$enable_fonts" != xno; then
17278 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17279 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17280 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17281 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17282 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17283 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17285 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17286 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17287 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17288 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17289 ac_config_links="$ac_config_links wine:tools/winewrapper"
17290 wine_fn_config_symlink wine
17291 if test "x$enable_win64" != xno; then
17292 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17293 wine_fn_config_symlink wine64
17296 wine_fn_config_dll acledit enable_acledit
17297 wine_fn_config_dll aclui enable_aclui implib
17298 wine_fn_config_dll activeds enable_activeds implib
17299 wine_fn_config_dll actxprxy enable_actxprxy clean
17300 wine_fn_config_lib adsiid
17301 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17302 wine_fn_config_test dlls/advapi32/tests advapi32_test
17303 wine_fn_config_dll advpack enable_advpack implib
17304 wine_fn_config_test dlls/advpack/tests advpack_test
17305 wine_fn_config_dll amstream enable_amstream clean
17306 wine_fn_config_test dlls/amstream/tests amstream_test
17307 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17308 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17309 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17310 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17311 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17312 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17313 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17314 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17315 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17316 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17317 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17318 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17319 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17320 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17321 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17322 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17323 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17324 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17325 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17326 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17327 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17328 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17329 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17330 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17331 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17332 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17333 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17334 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17335 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17336 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17337 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17338 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17339 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17340 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17341 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17342 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17343 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17344 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17345 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17346 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17347 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17348 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17349 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17350 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17351 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17352 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17353 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17354 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17355 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17356 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17357 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17358 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17359 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17360 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17361 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17362 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17363 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17364 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17365 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17366 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17367 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17368 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17369 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17370 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17371 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17372 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17373 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17374 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17375 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17376 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17377 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17378 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17379 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17380 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17381 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17382 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17383 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17384 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17385 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17386 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17387 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17388 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17389 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17390 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17391 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17392 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17393 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17394 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17395 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17396 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17397 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17398 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17399 wine_fn_config_dll apphelp enable_apphelp
17400 wine_fn_config_test dlls/apphelp/tests apphelp_test
17401 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17402 wine_fn_config_dll atl enable_atl clean,implib
17403 wine_fn_config_test dlls/atl/tests atl_test
17404 wine_fn_config_dll atl100 enable_atl100 clean,implib
17405 wine_fn_config_test dlls/atl100/tests atl100_test
17406 wine_fn_config_dll atl110 enable_atl110 clean
17407 wine_fn_config_dll atl80 enable_atl80 clean,implib
17408 wine_fn_config_test dlls/atl80/tests atl80_test
17409 wine_fn_config_dll atl90 enable_atl90 clean
17410 wine_fn_config_dll authz enable_authz
17411 wine_fn_config_dll avicap32 enable_avicap32 implib
17412 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17413 wine_fn_config_test dlls/avifil32/tests avifil32_test
17414 wine_fn_config_dll avifile.dll16 enable_win16
17415 wine_fn_config_dll avrt enable_avrt implib
17416 wine_fn_config_dll bcrypt enable_bcrypt
17417 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17418 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17419 wine_fn_config_dll browseui enable_browseui clean,po
17420 wine_fn_config_test dlls/browseui/tests browseui_test
17421 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17422 wine_fn_config_dll cabinet enable_cabinet implib
17423 wine_fn_config_test dlls/cabinet/tests cabinet_test
17424 wine_fn_config_dll capi2032 enable_capi2032 implib
17425 wine_fn_config_dll cards enable_cards implib
17426 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17427 wine_fn_config_dll clusapi enable_clusapi implib
17428 wine_fn_config_dll combase enable_combase
17429 wine_fn_config_test dlls/combase/tests combase_test
17430 wine_fn_config_dll comcat enable_comcat
17431 wine_fn_config_test dlls/comcat/tests comcat_test
17432 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17433 wine_fn_config_test dlls/comctl32/tests comctl32_test
17434 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17435 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17436 wine_fn_config_dll comm.drv16 enable_win16
17437 wine_fn_config_dll commdlg.dll16 enable_win16
17438 wine_fn_config_dll compobj.dll16 enable_win16
17439 wine_fn_config_dll compstui enable_compstui implib
17440 wine_fn_config_dll comsvcs enable_comsvcs implib
17441 wine_fn_config_dll connect enable_connect
17442 wine_fn_config_dll credui enable_credui implib,po
17443 wine_fn_config_test dlls/credui/tests credui_test
17444 wine_fn_config_dll crtdll enable_crtdll implib
17445 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17446 wine_fn_config_test dlls/crypt32/tests crypt32_test
17447 wine_fn_config_dll cryptdlg enable_cryptdlg po
17448 wine_fn_config_dll cryptdll enable_cryptdll implib
17449 wine_fn_config_dll cryptext enable_cryptext
17450 wine_fn_config_dll cryptnet enable_cryptnet implib
17451 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17452 wine_fn_config_dll cryptui enable_cryptui implib,po
17453 wine_fn_config_test dlls/cryptui/tests cryptui_test
17454 wine_fn_config_dll ctapi32 enable_ctapi32
17455 wine_fn_config_dll ctl3d.dll16 enable_win16
17456 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17457 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17458 wine_fn_config_dll d2d1 enable_d2d1 implib
17459 wine_fn_config_test dlls/d2d1/tests d2d1_test
17460 wine_fn_config_dll d3d10 enable_d3d10 implib
17461 wine_fn_config_test dlls/d3d10/tests d3d10_test
17462 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17463 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17464 wine_fn_config_dll d3d10core enable_d3d10core implib
17465 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17466 wine_fn_config_dll d3d11 enable_d3d11 implib
17467 wine_fn_config_test dlls/d3d11/tests d3d11_test
17468 wine_fn_config_dll d3d8 enable_d3d8 implib
17469 wine_fn_config_test dlls/d3d8/tests d3d8_test
17470 wine_fn_config_dll d3d9 enable_d3d9 implib
17471 wine_fn_config_test dlls/d3d9/tests d3d9_test
17472 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17473 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17474 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17475 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17476 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17477 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17478 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17479 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17480 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17481 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17482 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17483 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17484 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17485 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17486 wine_fn_config_dll d3dim enable_d3dim implib
17487 wine_fn_config_dll d3drm enable_d3drm implib
17488 wine_fn_config_test dlls/d3drm/tests d3drm_test
17489 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17490 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17491 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17492 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17493 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17494 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17495 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17496 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17497 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17498 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17499 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17500 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17501 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17502 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17503 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17504 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17505 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17506 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17507 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17508 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17509 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17510 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17511 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17512 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17513 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17514 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17515 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17516 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17517 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17518 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17519 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17520 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17521 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17522 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17523 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17524 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17525 wine_fn_config_dll davclnt enable_davclnt
17526 wine_fn_config_dll dbgeng enable_dbgeng implib
17527 wine_fn_config_dll dbghelp enable_dbghelp implib
17528 wine_fn_config_dll dciman32 enable_dciman32 implib
17529 wine_fn_config_dll ddeml.dll16 enable_win16
17530 wine_fn_config_dll ddraw enable_ddraw clean,implib
17531 wine_fn_config_test dlls/ddraw/tests ddraw_test
17532 wine_fn_config_dll ddrawex enable_ddrawex clean
17533 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17534 wine_fn_config_dll devenum enable_devenum clean,po
17535 wine_fn_config_test dlls/devenum/tests devenum_test
17536 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17537 wine_fn_config_dll difxapi enable_difxapi
17538 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17539 wine_fn_config_test dlls/dinput/tests dinput_test
17540 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17541 wine_fn_config_test dlls/dinput8/tests dinput8_test
17542 wine_fn_config_dll dispdib.dll16 enable_win16
17543 wine_fn_config_dll dispex enable_dispex clean
17544 wine_fn_config_test dlls/dispex/tests dispex_test
17545 wine_fn_config_dll display.drv16 enable_win16
17546 wine_fn_config_dll dmband enable_dmband clean
17547 wine_fn_config_test dlls/dmband/tests dmband_test
17548 wine_fn_config_dll dmcompos enable_dmcompos clean
17549 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17550 wine_fn_config_dll dmime enable_dmime clean
17551 wine_fn_config_test dlls/dmime/tests dmime_test
17552 wine_fn_config_dll dmloader enable_dmloader clean
17553 wine_fn_config_test dlls/dmloader/tests dmloader_test
17554 wine_fn_config_dll dmscript enable_dmscript clean
17555 wine_fn_config_test dlls/dmscript/tests dmscript_test
17556 wine_fn_config_dll dmstyle enable_dmstyle clean
17557 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17558 wine_fn_config_dll dmsynth enable_dmsynth clean
17559 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17560 wine_fn_config_dll dmusic enable_dmusic clean
17561 wine_fn_config_test dlls/dmusic/tests dmusic_test
17562 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17563 wine_fn_config_dll dnsapi enable_dnsapi implib
17564 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17565 wine_fn_config_dll dplay enable_dplay implib
17566 wine_fn_config_dll dplayx enable_dplayx clean,implib
17567 wine_fn_config_test dlls/dplayx/tests dplayx_test
17568 wine_fn_config_dll dpnaddr enable_dpnaddr
17569 wine_fn_config_dll dpnet enable_dpnet clean,implib
17570 wine_fn_config_test dlls/dpnet/tests dpnet_test
17571 wine_fn_config_dll dpnhpast enable_dpnhpast
17572 wine_fn_config_dll dpnlobby enable_dpnlobby
17573 wine_fn_config_dll dpvoice enable_dpvoice clean
17574 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17575 wine_fn_config_dll dpwsockx enable_dpwsockx
17576 wine_fn_config_dll drmclien enable_drmclien
17577 wine_fn_config_dll dsound enable_dsound clean,implib
17578 wine_fn_config_test dlls/dsound/tests dsound_test
17579 wine_fn_config_dll dssenh enable_dssenh
17580 wine_fn_config_test dlls/dssenh/tests dssenh_test
17581 wine_fn_config_dll dswave enable_dswave clean
17582 wine_fn_config_test dlls/dswave/tests dswave_test
17583 wine_fn_config_dll dwmapi enable_dwmapi implib
17584 wine_fn_config_dll dwrite enable_dwrite implib
17585 wine_fn_config_test dlls/dwrite/tests dwrite_test
17586 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17587 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17588 wine_fn_config_lib dxerr8
17589 wine_fn_config_lib dxerr9
17590 wine_fn_config_dll dxgi enable_dxgi implib
17591 wine_fn_config_test dlls/dxgi/tests dxgi_test
17592 wine_fn_config_lib dxguid
17593 wine_fn_config_dll dxva2 enable_dxva2
17594 wine_fn_config_dll esent enable_esent
17595 wine_fn_config_dll evr enable_evr
17596 wine_fn_config_dll explorerframe enable_explorerframe clean
17597 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17598 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17599 wine_fn_config_dll faultrep enable_faultrep implib
17600 wine_fn_config_test dlls/faultrep/tests faultrep_test
17601 wine_fn_config_dll fltlib enable_fltlib
17602 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17603 wine_fn_config_dll fntcache enable_fntcache
17604 wine_fn_config_dll fontsub enable_fontsub
17605 wine_fn_config_dll fusion enable_fusion
17606 wine_fn_config_test dlls/fusion/tests fusion_test
17607 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17608 wine_fn_config_dll gameux enable_gameux clean
17609 wine_fn_config_test dlls/gameux/tests gameux_test
17610 wine_fn_config_dll gdi.exe16 enable_win16
17611 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17612 wine_fn_config_test dlls/gdi32/tests gdi32_test
17613 wine_fn_config_dll gdiplus enable_gdiplus implib
17614 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17615 wine_fn_config_dll glu32 enable_glu32 implib
17616 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17617 wine_fn_config_dll gpkcsp enable_gpkcsp
17618 wine_fn_config_dll hal enable_hal
17619 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17620 wine_fn_config_dll hid enable_hid implib
17621 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17622 wine_fn_config_dll hlink enable_hlink clean,implib
17623 wine_fn_config_test dlls/hlink/tests hlink_test
17624 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17625 wine_fn_config_dll httpapi enable_httpapi
17626 wine_fn_config_dll iccvid enable_iccvid po
17627 wine_fn_config_dll icmp enable_icmp
17628 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17629 wine_fn_config_test dlls/ieframe/tests ieframe_test
17630 wine_fn_config_dll ifsmgr.vxd enable_win16
17631 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17632 wine_fn_config_dll imagehlp enable_imagehlp implib
17633 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17634 wine_fn_config_dll imm.dll16 enable_win16
17635 wine_fn_config_dll imm32 enable_imm32 implib
17636 wine_fn_config_test dlls/imm32/tests imm32_test
17637 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17638 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17639 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17640 wine_fn_config_dll inetmib1 enable_inetmib1
17641 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17642 wine_fn_config_dll infosoft enable_infosoft clean
17643 wine_fn_config_test dlls/infosoft/tests infosoft_test
17644 wine_fn_config_dll initpki enable_initpki
17645 wine_fn_config_dll inkobj enable_inkobj
17646 wine_fn_config_dll inseng enable_inseng clean
17647 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17648 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17649 wine_fn_config_dll itircl enable_itircl
17650 wine_fn_config_dll itss enable_itss clean
17651 wine_fn_config_test dlls/itss/tests itss_test
17652 wine_fn_config_dll joy.cpl enable_joy_cpl po
17653 wine_fn_config_dll jscript enable_jscript clean,po
17654 wine_fn_config_test dlls/jscript/tests jscript_test
17655 wine_fn_config_dll jsproxy enable_jsproxy implib
17656 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17657 wine_fn_config_test dlls/kernel32/tests kernel32_test
17658 wine_fn_config_dll keyboard.drv16 enable_win16
17659 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17660 wine_fn_config_dll ksuser enable_ksuser
17661 wine_fn_config_dll ktmw32 enable_ktmw32
17662 wine_fn_config_dll loadperf enable_loadperf implib
17663 wine_fn_config_dll localspl enable_localspl po
17664 wine_fn_config_test dlls/localspl/tests localspl_test
17665 wine_fn_config_dll localui enable_localui po
17666 wine_fn_config_test dlls/localui/tests localui_test
17667 wine_fn_config_dll lz32 enable_lz32 implib
17668 wine_fn_config_test dlls/lz32/tests lz32_test
17669 wine_fn_config_dll lzexpand.dll16 enable_win16
17670 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17671 wine_fn_config_test dlls/mapi32/tests mapi32_test
17672 wine_fn_config_dll mapistub enable_mapistub
17673 wine_fn_config_dll mciavi32 enable_mciavi32
17674 wine_fn_config_dll mcicda enable_mcicda
17675 wine_fn_config_dll mciqtz32 enable_mciqtz32
17676 wine_fn_config_dll mciseq enable_mciseq
17677 wine_fn_config_dll mciwave enable_mciwave
17678 wine_fn_config_dll mf enable_mf
17679 wine_fn_config_dll mfplat enable_mfplat
17680 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17681 wine_fn_config_dll mgmtapi enable_mgmtapi
17682 wine_fn_config_dll midimap enable_midimap
17683 wine_fn_config_dll mlang enable_mlang clean,implib
17684 wine_fn_config_test dlls/mlang/tests mlang_test
17685 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17686 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17687 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17688 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17689 wine_fn_config_dll mmdevldr.vxd enable_win16
17690 wine_fn_config_dll mmsystem.dll16 enable_win16
17691 wine_fn_config_dll monodebg.vxd enable_win16
17692 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17693 wine_fn_config_dll mouse.drv16 enable_win16
17694 wine_fn_config_dll mpr enable_mpr implib,po
17695 wine_fn_config_test dlls/mpr/tests mpr_test
17696 wine_fn_config_dll mprapi enable_mprapi implib
17697 wine_fn_config_dll msacm.dll16 enable_win16
17698 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17699 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17700 wine_fn_config_test dlls/msacm32/tests msacm32_test
17701 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17702 wine_fn_config_dll msasn1 enable_msasn1 implib
17703 wine_fn_config_dll mscat32 enable_mscat32
17704 wine_fn_config_dll mscms enable_mscms implib
17705 wine_fn_config_test dlls/mscms/tests mscms_test
17706 wine_fn_config_dll mscoree enable_mscoree clean
17707 wine_fn_config_test dlls/mscoree/tests mscoree_test
17708 wine_fn_config_dll msctf enable_msctf clean
17709 wine_fn_config_test dlls/msctf/tests msctf_test
17710 wine_fn_config_dll msctfp enable_msctfp clean
17711 wine_fn_config_dll msdaps enable_msdaps clean
17712 wine_fn_config_dll msdelta enable_msdelta
17713 wine_fn_config_dll msdmo enable_msdmo implib
17714 wine_fn_config_test dlls/msdmo/tests msdmo_test
17715 wine_fn_config_dll msftedit enable_msftedit
17716 wine_fn_config_dll msg711.acm enable_msg711_acm
17717 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17718 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17719 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17720 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17721 wine_fn_config_dll msi enable_msi clean,implib,po
17722 wine_fn_config_test dlls/msi/tests msi_test
17723 wine_fn_config_dll msident enable_msident clean
17724 wine_fn_config_dll msimg32 enable_msimg32 implib
17725 wine_fn_config_dll msimsg enable_msimsg
17726 wine_fn_config_dll msimtf enable_msimtf clean
17727 wine_fn_config_dll msisip enable_msisip
17728 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17729 wine_fn_config_dll msls31 enable_msls31
17730 wine_fn_config_dll msnet32 enable_msnet32
17731 wine_fn_config_dll mspatcha enable_mspatcha implib
17732 wine_fn_config_dll msrle32 enable_msrle32 po
17733 wine_fn_config_test dlls/msrle32/tests msrle32_test
17734 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17735 wine_fn_config_dll mssign32 enable_mssign32
17736 wine_fn_config_dll mssip32 enable_mssip32
17737 wine_fn_config_dll mstask enable_mstask clean
17738 wine_fn_config_test dlls/mstask/tests mstask_test
17739 wine_fn_config_dll msvcirt enable_msvcirt
17740 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17741 wine_fn_config_dll msvcm80 enable_msvcm80
17742 wine_fn_config_dll msvcm90 enable_msvcm90
17743 wine_fn_config_dll msvcp100 enable_msvcp100
17744 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17745 wine_fn_config_dll msvcp110 enable_msvcp110
17746 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17747 wine_fn_config_dll msvcp120 enable_msvcp120
17748 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17749 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17750 wine_fn_config_dll msvcp60 enable_msvcp60
17751 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17752 wine_fn_config_dll msvcp70 enable_msvcp70
17753 wine_fn_config_dll msvcp71 enable_msvcp71
17754 wine_fn_config_dll msvcp80 enable_msvcp80
17755 wine_fn_config_dll msvcp90 enable_msvcp90
17756 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17757 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17758 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17759 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17760 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17761 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17762 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17763 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17764 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17765 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17766 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17767 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17768 wine_fn_config_dll msvcrt enable_msvcrt implib
17769 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17770 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17771 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17772 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17773 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17774 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17775 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17776 wine_fn_config_dll msvidc32 enable_msvidc32 po
17777 wine_fn_config_dll msvideo.dll16 enable_win16
17778 wine_fn_config_dll mswsock enable_mswsock implib
17779 wine_fn_config_dll msxml enable_msxml clean
17780 wine_fn_config_dll msxml2 enable_msxml2 clean
17781 wine_fn_config_dll msxml3 enable_msxml3 clean
17782 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17783 wine_fn_config_dll msxml4 enable_msxml4 clean
17784 wine_fn_config_dll msxml6 enable_msxml6 clean
17785 wine_fn_config_dll nddeapi enable_nddeapi implib
17786 wine_fn_config_dll ndis.sys enable_ndis_sys
17787 wine_fn_config_dll netapi32 enable_netapi32 implib
17788 wine_fn_config_test dlls/netapi32/tests netapi32_test
17789 wine_fn_config_dll netcfgx enable_netcfgx clean
17790 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17791 wine_fn_config_dll netprofm enable_netprofm clean
17792 wine_fn_config_test dlls/netprofm/tests netprofm_test
17793 wine_fn_config_dll newdev enable_newdev implib
17794 wine_fn_config_dll normaliz enable_normaliz implib
17795 wine_fn_config_dll npmshtml enable_npmshtml
17796 wine_fn_config_dll npptools enable_npptools
17797 wine_fn_config_dll ntdll enable_ntdll implib
17798 wine_fn_config_test dlls/ntdll/tests ntdll_test
17799 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17800 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17801 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17802 wine_fn_config_dll ntprint enable_ntprint
17803 wine_fn_config_test dlls/ntprint/tests ntprint_test
17804 wine_fn_config_dll objsel enable_objsel clean
17805 wine_fn_config_dll odbc32 enable_odbc32 implib
17806 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17807 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17808 wine_fn_config_dll odbccu32 enable_odbccu32
17809 wine_fn_config_dll ole2.dll16 enable_win16
17810 wine_fn_config_dll ole2conv.dll16 enable_win16
17811 wine_fn_config_dll ole2disp.dll16 enable_win16
17812 wine_fn_config_dll ole2nls.dll16 enable_win16
17813 wine_fn_config_dll ole2prox.dll16 enable_win16
17814 wine_fn_config_dll ole2thk.dll16 enable_win16
17815 wine_fn_config_dll ole32 enable_ole32 clean,implib
17816 wine_fn_config_test dlls/ole32/tests ole32_test
17817 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17818 wine_fn_config_test dlls/oleacc/tests oleacc_test
17819 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17820 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17821 wine_fn_config_dll olecli.dll16 enable_win16
17822 wine_fn_config_dll olecli32 enable_olecli32 implib
17823 wine_fn_config_dll oledb32 enable_oledb32 clean
17824 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17825 wine_fn_config_dll oledlg enable_oledlg implib,po
17826 wine_fn_config_test dlls/oledlg/tests oledlg_test
17827 wine_fn_config_dll olepro32 enable_olepro32 implib
17828 wine_fn_config_dll olesvr.dll16 enable_win16
17829 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17830 wine_fn_config_dll olethk32 enable_olethk32
17831 wine_fn_config_dll openal32 enable_openal32
17832 wine_fn_config_dll opencl enable_opencl
17833 wine_fn_config_dll opengl32 enable_opengl32 implib
17834 wine_fn_config_test dlls/opengl32/tests opengl32_test
17835 wine_fn_config_dll packager enable_packager clean
17836 wine_fn_config_test dlls/packager/tests packager_test
17837 wine_fn_config_dll pdh enable_pdh implib
17838 wine_fn_config_test dlls/pdh/tests pdh_test
17839 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17840 wine_fn_config_dll pidgen enable_pidgen
17841 wine_fn_config_dll powrprof enable_powrprof implib
17842 wine_fn_config_dll printui enable_printui
17843 wine_fn_config_dll prntvpt enable_prntvpt
17844 wine_fn_config_dll propsys enable_propsys clean,implib
17845 wine_fn_config_test dlls/propsys/tests propsys_test
17846 wine_fn_config_dll psapi enable_psapi implib
17847 wine_fn_config_test dlls/psapi/tests psapi_test
17848 wine_fn_config_dll pstorec enable_pstorec clean
17849 wine_fn_config_dll qcap enable_qcap
17850 wine_fn_config_test dlls/qcap/tests qcap_test
17851 wine_fn_config_dll qedit enable_qedit clean
17852 wine_fn_config_test dlls/qedit/tests qedit_test
17853 wine_fn_config_dll qmgr enable_qmgr clean
17854 wine_fn_config_test dlls/qmgr/tests qmgr_test
17855 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17856 wine_fn_config_dll quartz enable_quartz clean,implib
17857 wine_fn_config_test dlls/quartz/tests quartz_test clean
17858 wine_fn_config_dll query enable_query
17859 wine_fn_config_dll rasapi16.dll16 enable_win16
17860 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17861 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17862 wine_fn_config_dll rasdlg enable_rasdlg implib
17863 wine_fn_config_dll regapi enable_regapi
17864 wine_fn_config_dll resutils enable_resutils implib
17865 wine_fn_config_dll riched20 enable_riched20 clean,implib
17866 wine_fn_config_test dlls/riched20/tests riched20_test
17867 wine_fn_config_dll riched32 enable_riched32
17868 wine_fn_config_test dlls/riched32/tests riched32_test
17869 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17870 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17871 wine_fn_config_dll rsabase enable_rsabase
17872 wine_fn_config_dll rsaenh enable_rsaenh implib
17873 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17874 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17875 wine_fn_config_dll rtutils enable_rtutils implib
17876 wine_fn_config_dll samlib enable_samlib
17877 wine_fn_config_dll sane.ds enable_sane_ds po
17878 wine_fn_config_dll scarddlg enable_scarddlg
17879 wine_fn_config_dll sccbase enable_sccbase
17880 wine_fn_config_dll schannel enable_schannel
17881 wine_fn_config_test dlls/schannel/tests schannel_test
17882 wine_fn_config_dll schedsvc enable_schedsvc clean
17883 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17884 wine_fn_config_dll scrrun enable_scrrun clean
17885 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17886 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17887 wine_fn_config_dll secur32 enable_secur32 implib
17888 wine_fn_config_test dlls/secur32/tests secur32_test
17889 wine_fn_config_dll security enable_security
17890 wine_fn_config_dll sensapi enable_sensapi implib
17891 wine_fn_config_dll serialui enable_serialui implib,po
17892 wine_fn_config_test dlls/serialui/tests serialui_test
17893 wine_fn_config_dll setupapi enable_setupapi implib,po
17894 wine_fn_config_test dlls/setupapi/tests setupapi_test
17895 wine_fn_config_dll setupx.dll16 enable_win16
17896 wine_fn_config_dll sfc enable_sfc implib
17897 wine_fn_config_dll sfc_os enable_sfc_os implib
17898 wine_fn_config_dll shdoclc enable_shdoclc po
17899 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17900 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17901 wine_fn_config_dll shell.dll16 enable_win16
17902 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17903 wine_fn_config_test dlls/shell32/tests shell32_test
17904 wine_fn_config_dll shfolder enable_shfolder implib
17905 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17906 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17907 wine_fn_config_dll slbcsp enable_slbcsp
17908 wine_fn_config_dll slc enable_slc implib
17909 wine_fn_config_test dlls/slc/tests slc_test
17910 wine_fn_config_dll snmpapi enable_snmpapi implib
17911 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17912 wine_fn_config_dll softpub enable_softpub
17913 wine_fn_config_dll sound.drv16 enable_win16
17914 wine_fn_config_dll spoolss enable_spoolss implib
17915 wine_fn_config_test dlls/spoolss/tests spoolss_test
17916 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17917 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17918 wine_fn_config_dll sti enable_sti clean,implib
17919 wine_fn_config_test dlls/sti/tests sti_test
17920 wine_fn_config_dll storage.dll16 enable_win16
17921 wine_fn_config_dll stress.dll16 enable_win16
17922 wine_fn_config_lib strmbase
17923 wine_fn_config_lib strmiids
17924 wine_fn_config_dll svrapi enable_svrapi
17925 wine_fn_config_dll sxs enable_sxs implib
17926 wine_fn_config_test dlls/sxs/tests sxs_test
17927 wine_fn_config_dll system.drv16 enable_win16
17928 wine_fn_config_dll t2embed enable_t2embed
17929 wine_fn_config_dll tapi32 enable_tapi32 implib
17930 wine_fn_config_dll taskschd enable_taskschd clean
17931 wine_fn_config_test dlls/taskschd/tests taskschd_test
17932 wine_fn_config_dll toolhelp.dll16 enable_win16
17933 wine_fn_config_dll traffic enable_traffic
17934 wine_fn_config_dll twain.dll16 enable_win16
17935 wine_fn_config_dll twain_32 enable_twain_32
17936 wine_fn_config_test dlls/twain_32/tests twain_32_test
17937 wine_fn_config_dll typelib.dll16 enable_win16
17938 wine_fn_config_dll ucrtbase enable_ucrtbase
17939 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17940 wine_fn_config_dll unicows enable_unicows implib
17941 wine_fn_config_dll updspapi enable_updspapi
17942 wine_fn_config_dll url enable_url implib
17943 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17944 wine_fn_config_test dlls/urlmon/tests urlmon_test
17945 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17946 wine_fn_config_dll user.exe16 enable_win16
17947 wine_fn_config_dll user32 enable_user32 clean,implib,po
17948 wine_fn_config_test dlls/user32/tests user32_test
17949 wine_fn_config_dll userenv enable_userenv implib
17950 wine_fn_config_test dlls/userenv/tests userenv_test
17951 wine_fn_config_dll usp10 enable_usp10 implib
17952 wine_fn_config_test dlls/usp10/tests usp10_test
17953 wine_fn_config_lib uuid
17954 wine_fn_config_dll uxtheme enable_uxtheme implib
17955 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17956 wine_fn_config_dll vbscript enable_vbscript clean
17957 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17958 wine_fn_config_dll vcomp enable_vcomp
17959 wine_fn_config_test dlls/vcomp/tests vcomp_test
17960 wine_fn_config_dll vcomp100 enable_vcomp100
17961 wine_fn_config_dll vcomp110 enable_vcomp110
17962 wine_fn_config_dll vcomp120 enable_vcomp120
17963 wine_fn_config_dll vcomp90 enable_vcomp90
17964 wine_fn_config_dll vcruntime140 enable_vcruntime140
17965 wine_fn_config_dll vdhcp.vxd enable_win16
17966 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17967 wine_fn_config_dll ver.dll16 enable_win16
17968 wine_fn_config_dll version enable_version implib
17969 wine_fn_config_test dlls/version/tests version_test
17970 wine_fn_config_dll vmm.vxd enable_win16
17971 wine_fn_config_dll vnbt.vxd enable_win16
17972 wine_fn_config_dll vnetbios.vxd enable_win16
17973 wine_fn_config_dll vssapi enable_vssapi
17974 wine_fn_config_dll vtdapi.vxd enable_win16
17975 wine_fn_config_dll vwin32.vxd enable_win16
17976 wine_fn_config_dll w32skrnl enable_win16
17977 wine_fn_config_dll w32sys.dll16 enable_win16
17978 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17979 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17980 wine_fn_config_dll wbemprox enable_wbemprox clean
17981 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17982 wine_fn_config_dll webservices enable_webservices implib
17983 wine_fn_config_test dlls/webservices/tests webservices_test
17984 wine_fn_config_dll wer enable_wer implib
17985 wine_fn_config_test dlls/wer/tests wer_test
17986 wine_fn_config_dll wevtapi enable_wevtapi
17987 wine_fn_config_dll wiaservc enable_wiaservc clean
17988 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
17989 wine_fn_config_dll wimgapi enable_wimgapi
17990 wine_fn_config_dll win32s16.dll16 enable_win16
17991 wine_fn_config_dll win87em.dll16 enable_win16
17992 wine_fn_config_dll winaspi.dll16 enable_win16
17993 wine_fn_config_dll windebug.dll16 enable_win16
17994 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17995 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17996 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17997 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17998 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17999 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18000 wine_fn_config_lib winecrt0
18001 wine_fn_config_dll wined3d enable_wined3d implib
18002 wine_fn_config_dll winegstreamer enable_winegstreamer
18003 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18004 wine_fn_config_dll winemac.drv enable_winemac_drv
18005 wine_fn_config_dll winemapi enable_winemapi
18006 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18007 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18008 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
18009 wine_fn_config_dll wineps16.drv16 enable_win16
18010 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18011 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18012 wine_fn_config_dll winex11.drv enable_winex11_drv
18013 wine_fn_config_dll wing.dll16 enable_win16
18014 wine_fn_config_dll wing32 enable_wing32
18015 wine_fn_config_dll winhttp enable_winhttp clean,implib
18016 wine_fn_config_test dlls/winhttp/tests winhttp_test
18017 wine_fn_config_dll wininet enable_wininet implib,po
18018 wine_fn_config_test dlls/wininet/tests wininet_test
18019 wine_fn_config_dll winmm enable_winmm implib,po
18020 wine_fn_config_test dlls/winmm/tests winmm_test
18021 wine_fn_config_dll winnls.dll16 enable_win16
18022 wine_fn_config_dll winnls32 enable_winnls32 implib
18023 wine_fn_config_dll winscard enable_winscard implib
18024 wine_fn_config_dll winsock.dll16 enable_win16
18025 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
18026 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
18027 wine_fn_config_dll winsta enable_winsta
18028 wine_fn_config_dll wintab.dll16 enable_win16
18029 wine_fn_config_dll wintab32 enable_wintab32 implib
18030 wine_fn_config_test dlls/wintab32/tests wintab32_test
18031 wine_fn_config_dll wintrust enable_wintrust implib
18032 wine_fn_config_test dlls/wintrust/tests wintrust_test
18033 wine_fn_config_dll wlanapi enable_wlanapi
18034 wine_fn_config_dll wldap32 enable_wldap32 implib,po
18035 wine_fn_config_test dlls/wldap32/tests wldap32_test
18036 wine_fn_config_dll wmi enable_wmi
18037 wine_fn_config_dll wmiutils enable_wmiutils clean
18038 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18039 wine_fn_config_dll wmp enable_wmp clean
18040 wine_fn_config_test dlls/wmp/tests wmp_test
18041 wine_fn_config_dll wmvcore enable_wmvcore
18042 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18043 wine_fn_config_dll wow32 enable_win16 implib
18044 wine_fn_config_dll wpcap enable_wpcap
18045 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18046 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18047 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18048 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18049 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18050 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18051 wine_fn_config_dll wsock32 enable_wsock32 implib
18052 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18053 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18054 wine_fn_config_dll wuapi enable_wuapi clean
18055 wine_fn_config_dll wuaueng enable_wuaueng
18056 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18057 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18058 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18059 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18060 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18061 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18062 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18063 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18064 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18065 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18066 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18067 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18068 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18069 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18070 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18071 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18072 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18073 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18074 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18075 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18076 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18077 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18078 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18079 wine_fn_config_dll xinput1_1 enable_xinput1_1
18080 wine_fn_config_dll xinput1_2 enable_xinput1_2
18081 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18082 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18083 wine_fn_config_dll xinput1_4 enable_xinput1_4
18084 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18085 wine_fn_config_dll xmllite enable_xmllite implib
18086 wine_fn_config_test dlls/xmllite/tests xmllite_test
18087 wine_fn_config_dll xolehlp enable_xolehlp
18088 wine_fn_config_dll xpsprint enable_xpsprint
18089 wine_fn_config_dll xpssvcs enable_xpssvcs
18090 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18091 wine_fn_config_makefile include enable_include clean,install-dev
18092 wine_fn_config_makefile libs/port enable_libs_port
18093 wine_fn_config_makefile libs/wine enable_libs_wine clean,config,install-dev,install-lib
18094 wine_fn_config_makefile libs/wpp enable_libs_wpp
18095 wine_fn_config_makefile loader enable_loader clean,config,install-lib
18096 wine_fn_config_program arp enable_arp install
18097 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18098 wine_fn_config_program attrib enable_attrib install,po
18099 wine_fn_config_program cabarc enable_cabarc install
18100 wine_fn_config_program cacls enable_cacls install
18101 wine_fn_config_program clock enable_clock install,po
18102 wine_fn_config_program cmd enable_cmd install,po
18103 wine_fn_config_test programs/cmd/tests cmd.exe_test
18104 wine_fn_config_program conhost enable_conhost install
18105 wine_fn_config_program control enable_control install
18106 wine_fn_config_program cscript enable_cscript clean,install
18107 wine_fn_config_program dpnsvr enable_dpnsvr install
18108 wine_fn_config_program dxdiag enable_dxdiag install,po
18109 wine_fn_config_program eject enable_eject install
18110 wine_fn_config_program expand enable_expand install
18111 wine_fn_config_program explorer enable_explorer install,po
18112 wine_fn_config_program extrac32 enable_extrac32 install
18113 wine_fn_config_program findstr enable_findstr install
18114 wine_fn_config_program hh enable_hh install
18115 wine_fn_config_program hostname enable_hostname install,po
18116 wine_fn_config_program icinfo enable_icinfo install
18117 wine_fn_config_program iexplore enable_iexplore install
18118 wine_fn_config_program ipconfig enable_ipconfig install,po
18119 wine_fn_config_program lodctr enable_lodctr install
18120 wine_fn_config_program mofcomp enable_mofcomp install
18121 wine_fn_config_program mshta enable_mshta install
18122 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18123 wine_fn_config_program net enable_net install,po
18124 wine_fn_config_program netsh enable_netsh install
18125 wine_fn_config_program netstat enable_netstat install,po
18126 wine_fn_config_program ngen enable_ngen install
18127 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18128 wine_fn_config_program oleview enable_oleview install,po
18129 wine_fn_config_program ping enable_ping install
18130 wine_fn_config_program plugplay enable_plugplay install
18131 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18132 wine_fn_config_program progman enable_progman install,po
18133 wine_fn_config_program reg enable_reg install,po
18134 wine_fn_config_test programs/reg/tests reg.exe_test
18135 wine_fn_config_program regasm enable_regasm install
18136 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18137 wine_fn_config_test programs/regedit/tests regedit.exe_test
18138 wine_fn_config_program regsvcs enable_regsvcs install
18139 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18140 wine_fn_config_program rpcss enable_rpcss clean,install
18141 wine_fn_config_program rundll.exe16 enable_win16 install
18142 wine_fn_config_program rundll32 enable_rundll32 install
18143 wine_fn_config_program sc enable_sc install
18144 wine_fn_config_program schtasks enable_schtasks install
18145 wine_fn_config_program sdbinst enable_sdbinst install
18146 wine_fn_config_program secedit enable_secedit install
18147 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18148 wine_fn_config_program services enable_services clean,install
18149 wine_fn_config_test programs/services/tests services.exe_test
18150 wine_fn_config_program spoolsv enable_spoolsv install
18151 wine_fn_config_program start enable_start install,po
18152 wine_fn_config_program svchost enable_svchost install
18153 wine_fn_config_program systeminfo enable_systeminfo install
18154 wine_fn_config_program taskkill enable_taskkill install,po
18155 wine_fn_config_program tasklist enable_tasklist install
18156 wine_fn_config_program taskmgr enable_taskmgr install,po
18157 wine_fn_config_program termsv enable_termsv install
18158 wine_fn_config_program uninstaller enable_uninstaller install,po
18159 wine_fn_config_program unlodctr enable_unlodctr install
18160 wine_fn_config_program view enable_view install,po
18161 wine_fn_config_program wevtutil enable_wevtutil install
18162 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18163 wine_fn_config_program winebrowser enable_winebrowser install
18164 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18165 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18166 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18167 wine_fn_config_program winedevice enable_winedevice install
18168 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18169 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18170 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18171 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18172 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18173 wine_fn_config_program winetest enable_winetest clean,config
18174 wine_fn_config_program winevdm enable_win16 install
18175 wine_fn_config_program winhelp.exe16 enable_win16 install
18176 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18177 wine_fn_config_program winoldap.mod16 enable_win16 install
18178 wine_fn_config_program winver enable_winver install
18179 wine_fn_config_program wmic enable_wmic install,po
18180 wine_fn_config_program wmplayer enable_wmplayer install
18181 wine_fn_config_program wordpad enable_wordpad install,po
18182 wine_fn_config_program write enable_write install,po
18183 wine_fn_config_program wscript enable_wscript clean,install
18184 wine_fn_config_test programs/wscript/tests wscript.exe_test
18185 wine_fn_config_program wusa enable_wusa install
18186 wine_fn_config_program xcopy enable_xcopy install,po
18187 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18188 wine_fn_config_makefile server enable_server clean,install-lib
18189 wine_fn_config_tool tools clean
18190 wine_fn_config_tool tools/sfnt2fon clean
18191 wine_fn_config_tool tools/widl clean,install-dev
18192 wine_fn_config_tool tools/winebuild clean,install-dev
18193 wine_fn_config_tool tools/winedump clean,install-dev
18194 wine_fn_config_tool tools/winegcc clean,install-dev
18195 wine_fn_config_tool tools/winemaker clean,install-dev
18196 wine_fn_config_tool tools/wmc clean,install-dev
18197 wine_fn_config_tool tools/wrc clean,install-dev
18199 LINGUAS="\
18200 ar \
18201 bg \
18202 ca \
18203 cs \
18204 da \
18205 de \
18206 el \
18207 en \
18208 en_US \
18209 eo \
18210 es \
18211 fa \
18212 fi \
18213 fr \
18214 he \
18215 hi \
18216 hr \
18217 hu \
18218 it \
18219 ja \
18220 ko \
18221 lt \
18222 ml \
18223 nb_NO \
18224 nl \
18225 or \
18226 pa \
18227 pl \
18228 pt_BR \
18229 pt_PT \
18230 rm \
18231 ro \
18232 ru \
18233 sk \
18234 sl \
18235 sr_RS@cyrillic \
18236 sr_RS@latin \
18237 sv \
18238 te \
18239 th \
18240 tr \
18241 uk \
18242 wa \
18243 zh_CN \
18244 zh_TW"
18249 wine_fn_ignore_file ".gitignore"
18250 wine_fn_ignore_file "Makefile"
18251 wine_fn_ignore_file "TAGS"
18252 wine_fn_ignore_file "tags"
18253 wine_fn_ignore_file "autom4te.cache"
18254 wine_fn_ignore_file "config.cache"
18255 wine_fn_ignore_file "config.log"
18256 wine_fn_ignore_file "config.status"
18257 wine_fn_ignore_file "configure.lineno"
18258 wine_fn_ignore_file "include/config.h"
18259 wine_fn_ignore_file "include/stamp-h"
18260 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18262 if test "x$enable_tools" != xno
18263 then
18264 wine_fn_ignore_file "tools/makedep$ac_exeext"
18265 ac_config_commands="$ac_config_commands tools/makedep"
18269 ac_config_commands="$ac_config_commands Makefile"
18272 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18276 if test "x$enable_maintainer_mode" = xyes
18277 then
18278 wine_fn_append_rule "configure: configure.ac aclocal.m4
18279 autoconf --warnings=all
18280 include/config.h.in: include/stamp-h.in
18281 include/stamp-h.in: configure.ac aclocal.m4
18282 autoheader --warnings=all
18283 @echo timestamp > \$@"
18286 if test "x$with_gettextpo" = xyes
18287 then
18288 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18289 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18290 \$(LINGUAS:%=po/%.po): po/wine.pot
18291 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18292 po/wine.pot: \$(ALL_POT_FILES)
18293 msgcat -o \$@ \$(ALL_POT_FILES)"
18296 if test "$MSGFMT" != false
18297 then
18298 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18299 clean::
18300 \$(RM) \$(LINGUAS:%=po/%.mo)"
18302 posrc="po"
18303 test "$srcdir" = . || posrc="$srcdir/po"
18304 for i in $LINGUAS
18306 wine_fn_ignore_file "po/$i.mo"
18307 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18308 \$(MSGFMT) -o \$@ $posrc/$i.po"
18309 done
18310 else
18311 LINGUAS=
18314 if test "x$enable_tools" != xno
18315 then
18316 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18317 @./config.status tools/makedep
18318 Makefile: tools/makedep$ac_exeext
18319 distclean:: clean
18320 \$(RM) tools/makedep$ac_exeext"
18321 else
18322 wine_fn_append_rule "\$(MAKEDEP):
18323 @echo \"You need to run make in $TOOLSDIR first\" && false"
18326 if test -n "$with_wine64"
18327 then
18328 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18329 fonts server tools:
18330 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18331 $with_wine64/loader/wine:
18332 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18333 $with_wine64/loader/wine-preloader:
18334 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18335 clean::
18336 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18337 else
18338 as_fn_append LOADER_RULES "
18339 install install-lib:: wine.inf
18340 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18341 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18343 uninstall::
18344 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18348 if test "$srcdir" = .
18349 then
18350 ac_config_commands="$ac_config_commands .gitignore"
18354 $as_echo " done" >&6
18355 cat >confcache <<\_ACEOF
18356 # This file is a shell script that caches the results of configure
18357 # tests run on this system so they can be shared between configure
18358 # scripts and configure runs, see configure's option --config-cache.
18359 # It is not useful on other systems. If it contains results you don't
18360 # want to keep, you may remove or edit it.
18362 # config.status only pays attention to the cache file if you give it
18363 # the --recheck option to rerun configure.
18365 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18366 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18367 # following values.
18369 _ACEOF
18371 # The following way of writing the cache mishandles newlines in values,
18372 # but we know of no workaround that is simple, portable, and efficient.
18373 # So, we kill variables containing newlines.
18374 # Ultrix sh set writes to stderr and can't be redirected directly,
18375 # and sets the high bit in the cache file unless we assign to the vars.
18377 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18378 eval ac_val=\$$ac_var
18379 case $ac_val in #(
18380 *${as_nl}*)
18381 case $ac_var in #(
18382 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18383 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18384 esac
18385 case $ac_var in #(
18386 _ | IFS | as_nl) ;; #(
18387 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18388 *) { eval $ac_var=; unset $ac_var;} ;;
18389 esac ;;
18390 esac
18391 done
18393 (set) 2>&1 |
18394 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18395 *${as_nl}ac_space=\ *)
18396 # `set' does not quote correctly, so add quotes: double-quote
18397 # substitution turns \\\\ into \\, and sed turns \\ into \.
18398 sed -n \
18399 "s/'/'\\\\''/g;
18400 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18401 ;; #(
18403 # `set' quotes correctly as required by POSIX, so do not add quotes.
18404 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18406 esac |
18407 sort
18409 sed '
18410 /^ac_cv_env_/b end
18411 t clear
18412 :clear
18413 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18414 t end
18415 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18416 :end' >>confcache
18417 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18418 if test -w "$cache_file"; then
18419 if test "x$cache_file" != "x/dev/null"; then
18420 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18421 $as_echo "$as_me: updating cache $cache_file" >&6;}
18422 if test ! -f "$cache_file" || test -h "$cache_file"; then
18423 cat confcache >"$cache_file"
18424 else
18425 case $cache_file in #(
18426 */* | ?:*)
18427 mv -f confcache "$cache_file"$$ &&
18428 mv -f "$cache_file"$$ "$cache_file" ;; #(
18430 mv -f confcache "$cache_file" ;;
18431 esac
18434 else
18435 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18436 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18439 rm -f confcache
18441 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18442 # Let make expand exec_prefix.
18443 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18445 DEFS=-DHAVE_CONFIG_H
18447 ac_libobjs=
18448 ac_ltlibobjs=
18450 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18451 # 1. Remove the extension, and $U if already installed.
18452 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18453 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18454 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18455 # will be set to the directory where LIBOBJS objects are built.
18456 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18457 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18458 done
18459 LIBOBJS=$ac_libobjs
18461 LTLIBOBJS=$ac_ltlibobjs
18465 : "${CONFIG_STATUS=./config.status}"
18466 ac_write_fail=0
18467 ac_clean_files_save=$ac_clean_files
18468 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18469 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18470 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18471 as_write_fail=0
18472 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18473 #! $SHELL
18474 # Generated by $as_me.
18475 # Run this file to recreate the current configuration.
18476 # Compiler output produced by configure, useful for debugging
18477 # configure, is in config.log if it exists.
18479 debug=false
18480 ac_cs_recheck=false
18481 ac_cs_silent=false
18483 SHELL=\${CONFIG_SHELL-$SHELL}
18484 export SHELL
18485 _ASEOF
18486 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18487 ## -------------------- ##
18488 ## M4sh Initialization. ##
18489 ## -------------------- ##
18491 # Be more Bourne compatible
18492 DUALCASE=1; export DUALCASE # for MKS sh
18493 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18494 emulate sh
18495 NULLCMD=:
18496 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18497 # is contrary to our usage. Disable this feature.
18498 alias -g '${1+"$@"}'='"$@"'
18499 setopt NO_GLOB_SUBST
18500 else
18501 case `(set -o) 2>/dev/null` in #(
18502 *posix*) :
18503 set -o posix ;; #(
18504 *) :
18506 esac
18510 as_nl='
18512 export as_nl
18513 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18514 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18515 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18516 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18517 # Prefer a ksh shell builtin over an external printf program on Solaris,
18518 # but without wasting forks for bash or zsh.
18519 if test -z "$BASH_VERSION$ZSH_VERSION" \
18520 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18521 as_echo='print -r --'
18522 as_echo_n='print -rn --'
18523 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18524 as_echo='printf %s\n'
18525 as_echo_n='printf %s'
18526 else
18527 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18528 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18529 as_echo_n='/usr/ucb/echo -n'
18530 else
18531 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18532 as_echo_n_body='eval
18533 arg=$1;
18534 case $arg in #(
18535 *"$as_nl"*)
18536 expr "X$arg" : "X\\(.*\\)$as_nl";
18537 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18538 esac;
18539 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18541 export as_echo_n_body
18542 as_echo_n='sh -c $as_echo_n_body as_echo'
18544 export as_echo_body
18545 as_echo='sh -c $as_echo_body as_echo'
18548 # The user is always right.
18549 if test "${PATH_SEPARATOR+set}" != set; then
18550 PATH_SEPARATOR=:
18551 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18552 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18553 PATH_SEPARATOR=';'
18558 # IFS
18559 # We need space, tab and new line, in precisely that order. Quoting is
18560 # there to prevent editors from complaining about space-tab.
18561 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18562 # splitting by setting IFS to empty value.)
18563 IFS=" "" $as_nl"
18565 # Find who we are. Look in the path if we contain no directory separator.
18566 as_myself=
18567 case $0 in #((
18568 *[\\/]* ) as_myself=$0 ;;
18569 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18570 for as_dir in $PATH
18572 IFS=$as_save_IFS
18573 test -z "$as_dir" && as_dir=.
18574 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18575 done
18576 IFS=$as_save_IFS
18579 esac
18580 # We did not find ourselves, most probably we were run as `sh COMMAND'
18581 # in which case we are not to be found in the path.
18582 if test "x$as_myself" = x; then
18583 as_myself=$0
18585 if test ! -f "$as_myself"; then
18586 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18587 exit 1
18590 # Unset variables that we do not need and which cause bugs (e.g. in
18591 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18592 # suppresses any "Segmentation fault" message there. '((' could
18593 # trigger a bug in pdksh 5.2.14.
18594 for as_var in BASH_ENV ENV MAIL MAILPATH
18595 do eval test x\${$as_var+set} = xset \
18596 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18597 done
18598 PS1='$ '
18599 PS2='> '
18600 PS4='+ '
18602 # NLS nuisances.
18603 LC_ALL=C
18604 export LC_ALL
18605 LANGUAGE=C
18606 export LANGUAGE
18608 # CDPATH.
18609 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18612 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18613 # ----------------------------------------
18614 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18615 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18616 # script with STATUS, using 1 if that was 0.
18617 as_fn_error ()
18619 as_status=$1; test $as_status -eq 0 && as_status=1
18620 if test "$4"; then
18621 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18622 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18624 $as_echo "$as_me: error: $2" >&2
18625 as_fn_exit $as_status
18626 } # as_fn_error
18629 # as_fn_set_status STATUS
18630 # -----------------------
18631 # Set $? to STATUS, without forking.
18632 as_fn_set_status ()
18634 return $1
18635 } # as_fn_set_status
18637 # as_fn_exit STATUS
18638 # -----------------
18639 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18640 as_fn_exit ()
18642 set +e
18643 as_fn_set_status $1
18644 exit $1
18645 } # as_fn_exit
18647 # as_fn_unset VAR
18648 # ---------------
18649 # Portably unset VAR.
18650 as_fn_unset ()
18652 { eval $1=; unset $1;}
18654 as_unset=as_fn_unset
18655 # as_fn_append VAR VALUE
18656 # ----------------------
18657 # Append the text in VALUE to the end of the definition contained in VAR. Take
18658 # advantage of any shell optimizations that allow amortized linear growth over
18659 # repeated appends, instead of the typical quadratic growth present in naive
18660 # implementations.
18661 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18662 eval 'as_fn_append ()
18664 eval $1+=\$2
18666 else
18667 as_fn_append ()
18669 eval $1=\$$1\$2
18671 fi # as_fn_append
18673 # as_fn_arith ARG...
18674 # ------------------
18675 # Perform arithmetic evaluation on the ARGs, and store the result in the
18676 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18677 # must be portable across $(()) and expr.
18678 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18679 eval 'as_fn_arith ()
18681 as_val=$(( $* ))
18683 else
18684 as_fn_arith ()
18686 as_val=`expr "$@" || test $? -eq 1`
18688 fi # as_fn_arith
18691 if expr a : '\(a\)' >/dev/null 2>&1 &&
18692 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18693 as_expr=expr
18694 else
18695 as_expr=false
18698 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18699 as_basename=basename
18700 else
18701 as_basename=false
18704 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18705 as_dirname=dirname
18706 else
18707 as_dirname=false
18710 as_me=`$as_basename -- "$0" ||
18711 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18712 X"$0" : 'X\(//\)$' \| \
18713 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18714 $as_echo X/"$0" |
18715 sed '/^.*\/\([^/][^/]*\)\/*$/{
18716 s//\1/
18719 /^X\/\(\/\/\)$/{
18720 s//\1/
18723 /^X\/\(\/\).*/{
18724 s//\1/
18727 s/.*/./; q'`
18729 # Avoid depending upon Character Ranges.
18730 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18731 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18732 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18733 as_cr_digits='0123456789'
18734 as_cr_alnum=$as_cr_Letters$as_cr_digits
18736 ECHO_C= ECHO_N= ECHO_T=
18737 case `echo -n x` in #(((((
18738 -n*)
18739 case `echo 'xy\c'` in
18740 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18741 xy) ECHO_C='\c';;
18742 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18743 ECHO_T=' ';;
18744 esac;;
18746 ECHO_N='-n';;
18747 esac
18749 rm -f conf$$ conf$$.exe conf$$.file
18750 if test -d conf$$.dir; then
18751 rm -f conf$$.dir/conf$$.file
18752 else
18753 rm -f conf$$.dir
18754 mkdir conf$$.dir 2>/dev/null
18756 if (echo >conf$$.file) 2>/dev/null; then
18757 if ln -s conf$$.file conf$$ 2>/dev/null; then
18758 as_ln_s='ln -s'
18759 # ... but there are two gotchas:
18760 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18761 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18762 # In both cases, we have to default to `cp -pR'.
18763 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18764 as_ln_s='cp -pR'
18765 elif ln conf$$.file conf$$ 2>/dev/null; then
18766 as_ln_s=ln
18767 else
18768 as_ln_s='cp -pR'
18770 else
18771 as_ln_s='cp -pR'
18773 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18774 rmdir conf$$.dir 2>/dev/null
18777 # as_fn_mkdir_p
18778 # -------------
18779 # Create "$as_dir" as a directory, including parents if necessary.
18780 as_fn_mkdir_p ()
18783 case $as_dir in #(
18784 -*) as_dir=./$as_dir;;
18785 esac
18786 test -d "$as_dir" || eval $as_mkdir_p || {
18787 as_dirs=
18788 while :; do
18789 case $as_dir in #(
18790 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18791 *) as_qdir=$as_dir;;
18792 esac
18793 as_dirs="'$as_qdir' $as_dirs"
18794 as_dir=`$as_dirname -- "$as_dir" ||
18795 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18796 X"$as_dir" : 'X\(//\)[^/]' \| \
18797 X"$as_dir" : 'X\(//\)$' \| \
18798 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18799 $as_echo X"$as_dir" |
18800 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18801 s//\1/
18804 /^X\(\/\/\)[^/].*/{
18805 s//\1/
18808 /^X\(\/\/\)$/{
18809 s//\1/
18812 /^X\(\/\).*/{
18813 s//\1/
18816 s/.*/./; q'`
18817 test -d "$as_dir" && break
18818 done
18819 test -z "$as_dirs" || eval "mkdir $as_dirs"
18820 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18823 } # as_fn_mkdir_p
18824 if mkdir -p . 2>/dev/null; then
18825 as_mkdir_p='mkdir -p "$as_dir"'
18826 else
18827 test -d ./-p && rmdir ./-p
18828 as_mkdir_p=false
18832 # as_fn_executable_p FILE
18833 # -----------------------
18834 # Test if FILE is an executable regular file.
18835 as_fn_executable_p ()
18837 test -f "$1" && test -x "$1"
18838 } # as_fn_executable_p
18839 as_test_x='test -x'
18840 as_executable_p=as_fn_executable_p
18842 # Sed expression to map a string onto a valid CPP name.
18843 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18845 # Sed expression to map a string onto a valid variable name.
18846 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18849 exec 6>&1
18850 ## ----------------------------------- ##
18851 ## Main body of $CONFIG_STATUS script. ##
18852 ## ----------------------------------- ##
18853 _ASEOF
18854 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18856 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18857 # Save the log message, to keep $0 and so on meaningful, and to
18858 # report actual input values of CONFIG_FILES etc. instead of their
18859 # values after options handling.
18860 ac_log="
18861 This file was extended by Wine $as_me 1.7.54, which was
18862 generated by GNU Autoconf 2.69. Invocation command line was
18864 CONFIG_FILES = $CONFIG_FILES
18865 CONFIG_HEADERS = $CONFIG_HEADERS
18866 CONFIG_LINKS = $CONFIG_LINKS
18867 CONFIG_COMMANDS = $CONFIG_COMMANDS
18868 $ $0 $@
18870 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18873 _ACEOF
18875 case $ac_config_files in *"
18876 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18877 esac
18879 case $ac_config_headers in *"
18880 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18881 esac
18884 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18885 # Files that config.status was made for.
18886 config_files="$ac_config_files"
18887 config_headers="$ac_config_headers"
18888 config_links="$ac_config_links"
18889 config_commands="$ac_config_commands"
18891 _ACEOF
18893 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18894 ac_cs_usage="\
18895 \`$as_me' instantiates files and other configuration actions
18896 from templates according to the current configuration. Unless the files
18897 and actions are specified as TAGs, all are instantiated by default.
18899 Usage: $0 [OPTION]... [TAG]...
18901 -h, --help print this help, then exit
18902 -V, --version print version number and configuration settings, then exit
18903 --config print configuration, then exit
18904 -q, --quiet, --silent
18905 do not print progress messages
18906 -d, --debug don't remove temporary files
18907 --recheck update $as_me by reconfiguring in the same conditions
18908 --file=FILE[:TEMPLATE]
18909 instantiate the configuration file FILE
18910 --header=FILE[:TEMPLATE]
18911 instantiate the configuration header FILE
18913 Configuration files:
18914 $config_files
18916 Configuration headers:
18917 $config_headers
18919 Configuration links:
18920 $config_links
18922 Configuration commands:
18923 $config_commands
18925 Report bugs to <wine-devel@winehq.org>.
18926 Wine home page: <http://www.winehq.org>."
18928 _ACEOF
18929 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18930 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18931 ac_cs_version="\\
18932 Wine config.status 1.7.54
18933 configured by $0, generated by GNU Autoconf 2.69,
18934 with options \\"\$ac_cs_config\\"
18936 Copyright (C) 2012 Free Software Foundation, Inc.
18937 This config.status script is free software; the Free Software Foundation
18938 gives unlimited permission to copy, distribute and modify it."
18940 ac_pwd='$ac_pwd'
18941 srcdir='$srcdir'
18942 test -n "\$AWK" || AWK=awk
18943 _ACEOF
18945 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18946 # The default lists apply if the user does not specify any file.
18947 ac_need_defaults=:
18948 while test $# != 0
18950 case $1 in
18951 --*=?*)
18952 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18953 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18954 ac_shift=:
18956 --*=)
18957 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18958 ac_optarg=
18959 ac_shift=:
18962 ac_option=$1
18963 ac_optarg=$2
18964 ac_shift=shift
18966 esac
18968 case $ac_option in
18969 # Handling of the options.
18970 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18971 ac_cs_recheck=: ;;
18972 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18973 $as_echo "$ac_cs_version"; exit ;;
18974 --config | --confi | --conf | --con | --co | --c )
18975 $as_echo "$ac_cs_config"; exit ;;
18976 --debug | --debu | --deb | --de | --d | -d )
18977 debug=: ;;
18978 --file | --fil | --fi | --f )
18979 $ac_shift
18980 case $ac_optarg in
18981 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18982 '') as_fn_error $? "missing file argument" ;;
18983 esac
18984 as_fn_append CONFIG_FILES " '$ac_optarg'"
18985 ac_need_defaults=false;;
18986 --header | --heade | --head | --hea )
18987 $ac_shift
18988 case $ac_optarg in
18989 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18990 esac
18991 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18992 ac_need_defaults=false;;
18993 --he | --h)
18994 # Conflict between --help and --header
18995 as_fn_error $? "ambiguous option: \`$1'
18996 Try \`$0 --help' for more information.";;
18997 --help | --hel | -h )
18998 $as_echo "$ac_cs_usage"; exit ;;
18999 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19000 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19001 ac_cs_silent=: ;;
19003 # This is an error.
19004 -*) as_fn_error $? "unrecognized option: \`$1'
19005 Try \`$0 --help' for more information." ;;
19007 *) as_fn_append ac_config_targets " $1"
19008 ac_need_defaults=false ;;
19010 esac
19011 shift
19012 done
19014 ac_configure_extra_args=
19016 if $ac_cs_silent; then
19017 exec 6>/dev/null
19018 ac_configure_extra_args="$ac_configure_extra_args --silent"
19021 _ACEOF
19022 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19023 if \$ac_cs_recheck; then
19024 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19025 shift
19026 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19027 CONFIG_SHELL='$SHELL'
19028 export CONFIG_SHELL
19029 exec "\$@"
19032 _ACEOF
19033 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19034 exec 5>>config.log
19036 echo
19037 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19038 ## Running $as_me. ##
19039 _ASBOX
19040 $as_echo "$ac_log"
19041 } >&5
19043 _ACEOF
19044 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19046 # INIT-COMMANDS
19048 wine_fn_output_makedep ()
19050 as_dir=tools; as_fn_mkdir_p
19051 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19053 wine_fn_output_makefile ()
19055 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19056 `cat $wine_rules_file`
19057 _WINE_EOF
19058 as_fn_error $? "could not create Makefile" "$LINENO" 5
19060 wine_fn_output_gitignore ()
19062 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19063 $GITIGNORE
19064 _WINE_EOF
19065 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19068 _ACEOF
19070 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19072 # Handling of arguments.
19073 for ac_config_target in $ac_config_targets
19075 case $ac_config_target in
19076 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19077 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19078 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19079 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19080 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19081 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19082 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19083 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19084 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19085 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19086 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19087 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19088 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19089 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19090 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19092 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19093 esac
19094 done
19097 # If the user did not use the arguments to specify the items to instantiate,
19098 # then the envvar interface is used. Set only those that are not.
19099 # We use the long form for the default assignment because of an extremely
19100 # bizarre bug on SunOS 4.1.3.
19101 if $ac_need_defaults; then
19102 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19103 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19104 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19105 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19108 # Have a temporary directory for convenience. Make it in the build tree
19109 # simply because there is no reason against having it here, and in addition,
19110 # creating and moving files from /tmp can sometimes cause problems.
19111 # Hook for its removal unless debugging.
19112 # Note that there is a small window in which the directory will not be cleaned:
19113 # after its creation but before its name has been assigned to `$tmp'.
19114 $debug ||
19116 tmp= ac_tmp=
19117 trap 'exit_status=$?
19118 : "${ac_tmp:=$tmp}"
19119 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19121 trap 'as_fn_exit 1' 1 2 13 15
19123 # Create a (secure) tmp directory for tmp files.
19126 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19127 test -d "$tmp"
19128 } ||
19130 tmp=./conf$$-$RANDOM
19131 (umask 077 && mkdir "$tmp")
19132 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19133 ac_tmp=$tmp
19135 # Set up the scripts for CONFIG_FILES section.
19136 # No need to generate them if there are no CONFIG_FILES.
19137 # This happens for instance with `./config.status config.h'.
19138 if test -n "$CONFIG_FILES"; then
19141 ac_cr=`echo X | tr X '\015'`
19142 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19143 # But we know of no other shell where ac_cr would be empty at this
19144 # point, so we can use a bashism as a fallback.
19145 if test "x$ac_cr" = x; then
19146 eval ac_cr=\$\'\\r\'
19148 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19149 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19150 ac_cs_awk_cr='\\r'
19151 else
19152 ac_cs_awk_cr=$ac_cr
19155 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19156 _ACEOF
19160 echo "cat >conf$$subs.awk <<_ACEOF" &&
19161 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19162 echo "_ACEOF"
19163 } >conf$$subs.sh ||
19164 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19165 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19166 ac_delim='%!_!# '
19167 for ac_last_try in false false false false false :; do
19168 . ./conf$$subs.sh ||
19169 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19171 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19172 if test $ac_delim_n = $ac_delim_num; then
19173 break
19174 elif $ac_last_try; then
19175 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19176 else
19177 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19179 done
19180 rm -f conf$$subs.sh
19182 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19183 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19184 _ACEOF
19185 sed -n '
19187 s/^/S["/; s/!.*/"]=/
19190 s/^[^!]*!//
19191 :repl
19192 t repl
19193 s/'"$ac_delim"'$//
19194 t delim
19197 s/\(.\{148\}\)..*/\1/
19198 t more1
19199 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19202 b repl
19203 :more1
19204 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19207 s/.\{148\}//
19208 t nl
19209 :delim
19211 s/\(.\{148\}\)..*/\1/
19212 t more2
19213 s/["\\]/\\&/g; s/^/"/; s/$/"/
19216 :more2
19217 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19220 s/.\{148\}//
19221 t delim
19222 ' <conf$$subs.awk | sed '
19223 /^[^""]/{
19225 s/\n//
19227 ' >>$CONFIG_STATUS || ac_write_fail=1
19228 rm -f conf$$subs.awk
19229 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19230 _ACAWK
19231 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19232 for (key in S) S_is_set[key] = 1
19233 FS = "\a"
19237 line = $ 0
19238 nfields = split(line, field, "@")
19239 substed = 0
19240 len = length(field[1])
19241 for (i = 2; i < nfields; i++) {
19242 key = field[i]
19243 keylen = length(key)
19244 if (S_is_set[key]) {
19245 value = S[key]
19246 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19247 len += length(value) + length(field[++i])
19248 substed = 1
19249 } else
19250 len += 1 + keylen
19253 print line
19256 _ACAWK
19257 _ACEOF
19258 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19259 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19260 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19261 else
19263 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19264 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19265 _ACEOF
19267 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19268 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19269 # trailing colons and then remove the whole line if VPATH becomes empty
19270 # (actually we leave an empty line to preserve line numbers).
19271 if test "x$srcdir" = x.; then
19272 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19274 s///
19275 s/^/:/
19276 s/[ ]*$/:/
19277 s/:\$(srcdir):/:/g
19278 s/:\${srcdir}:/:/g
19279 s/:@srcdir@:/:/g
19280 s/^:*//
19281 s/:*$//
19283 s/\(=[ ]*\).*/\1/
19285 s/\n//
19286 s/^[^=]*=[ ]*$//
19290 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19291 fi # test -n "$CONFIG_FILES"
19293 # Set up the scripts for CONFIG_HEADERS section.
19294 # No need to generate them if there are no CONFIG_HEADERS.
19295 # This happens for instance with `./config.status Makefile'.
19296 if test -n "$CONFIG_HEADERS"; then
19297 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19298 BEGIN {
19299 _ACEOF
19301 # Transform confdefs.h into an awk script `defines.awk', embedded as
19302 # here-document in config.status, that substitutes the proper values into
19303 # config.h.in to produce config.h.
19305 # Create a delimiter string that does not exist in confdefs.h, to ease
19306 # handling of long lines.
19307 ac_delim='%!_!# '
19308 for ac_last_try in false false :; do
19309 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19310 if test -z "$ac_tt"; then
19311 break
19312 elif $ac_last_try; then
19313 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19314 else
19315 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19317 done
19319 # For the awk script, D is an array of macro values keyed by name,
19320 # likewise P contains macro parameters if any. Preserve backslash
19321 # newline sequences.
19323 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19324 sed -n '
19325 s/.\{148\}/&'"$ac_delim"'/g
19326 t rset
19327 :rset
19328 s/^[ ]*#[ ]*define[ ][ ]*/ /
19329 t def
19331 :def
19332 s/\\$//
19333 t bsnl
19334 s/["\\]/\\&/g
19335 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19336 D["\1"]=" \3"/p
19337 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19339 :bsnl
19340 s/["\\]/\\&/g
19341 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19342 D["\1"]=" \3\\\\\\n"\\/p
19343 t cont
19344 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19345 t cont
19347 :cont
19349 s/.\{148\}/&'"$ac_delim"'/g
19350 t clear
19351 :clear
19352 s/\\$//
19353 t bsnlc
19354 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19356 :bsnlc
19357 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19358 b cont
19359 ' <confdefs.h | sed '
19360 s/'"$ac_delim"'/"\\\
19361 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19363 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19364 for (key in D) D_is_set[key] = 1
19365 FS = "\a"
19367 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19368 line = \$ 0
19369 split(line, arg, " ")
19370 if (arg[1] == "#") {
19371 defundef = arg[2]
19372 mac1 = arg[3]
19373 } else {
19374 defundef = substr(arg[1], 2)
19375 mac1 = arg[2]
19377 split(mac1, mac2, "(") #)
19378 macro = mac2[1]
19379 prefix = substr(line, 1, index(line, defundef) - 1)
19380 if (D_is_set[macro]) {
19381 # Preserve the white space surrounding the "#".
19382 print prefix "define", macro P[macro] D[macro]
19383 next
19384 } else {
19385 # Replace #undef with comments. This is necessary, for example,
19386 # in the case of _POSIX_SOURCE, which is predefined and required
19387 # on some systems where configure will not decide to define it.
19388 if (defundef == "undef") {
19389 print "/*", prefix defundef, macro, "*/"
19390 next
19394 { print }
19395 _ACAWK
19396 _ACEOF
19397 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19398 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19399 fi # test -n "$CONFIG_HEADERS"
19402 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19403 shift
19404 for ac_tag
19406 case $ac_tag in
19407 :[FHLC]) ac_mode=$ac_tag; continue;;
19408 esac
19409 case $ac_mode$ac_tag in
19410 :[FHL]*:*);;
19411 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19412 :[FH]-) ac_tag=-:-;;
19413 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19414 esac
19415 ac_save_IFS=$IFS
19416 IFS=:
19417 set x $ac_tag
19418 IFS=$ac_save_IFS
19419 shift
19420 ac_file=$1
19421 shift
19423 case $ac_mode in
19424 :L) ac_source=$1;;
19425 :[FH])
19426 ac_file_inputs=
19427 for ac_f
19429 case $ac_f in
19430 -) ac_f="$ac_tmp/stdin";;
19431 *) # Look for the file first in the build tree, then in the source tree
19432 # (if the path is not absolute). The absolute path cannot be DOS-style,
19433 # because $ac_f cannot contain `:'.
19434 test -f "$ac_f" ||
19435 case $ac_f in
19436 [\\/$]*) false;;
19437 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19438 esac ||
19439 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19440 esac
19441 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19442 as_fn_append ac_file_inputs " '$ac_f'"
19443 done
19445 # Let's still pretend it is `configure' which instantiates (i.e., don't
19446 # use $as_me), people would be surprised to read:
19447 # /* config.h. Generated by config.status. */
19448 configure_input='Generated from '`
19449 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19450 `' by configure.'
19451 if test x"$ac_file" != x-; then
19452 configure_input="$ac_file. $configure_input"
19453 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19454 $as_echo "$as_me: creating $ac_file" >&6;}
19456 # Neutralize special characters interpreted by sed in replacement strings.
19457 case $configure_input in #(
19458 *\&* | *\|* | *\\* )
19459 ac_sed_conf_input=`$as_echo "$configure_input" |
19460 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19461 *) ac_sed_conf_input=$configure_input;;
19462 esac
19464 case $ac_tag in
19465 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19466 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19467 esac
19469 esac
19471 ac_dir=`$as_dirname -- "$ac_file" ||
19472 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19473 X"$ac_file" : 'X\(//\)[^/]' \| \
19474 X"$ac_file" : 'X\(//\)$' \| \
19475 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19476 $as_echo X"$ac_file" |
19477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19478 s//\1/
19481 /^X\(\/\/\)[^/].*/{
19482 s//\1/
19485 /^X\(\/\/\)$/{
19486 s//\1/
19489 /^X\(\/\).*/{
19490 s//\1/
19493 s/.*/./; q'`
19494 as_dir="$ac_dir"; as_fn_mkdir_p
19495 ac_builddir=.
19497 case "$ac_dir" in
19498 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19500 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19501 # A ".." for each directory in $ac_dir_suffix.
19502 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19503 case $ac_top_builddir_sub in
19504 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19505 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19506 esac ;;
19507 esac
19508 ac_abs_top_builddir=$ac_pwd
19509 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19510 # for backward compatibility:
19511 ac_top_builddir=$ac_top_build_prefix
19513 case $srcdir in
19514 .) # We are building in place.
19515 ac_srcdir=.
19516 ac_top_srcdir=$ac_top_builddir_sub
19517 ac_abs_top_srcdir=$ac_pwd ;;
19518 [\\/]* | ?:[\\/]* ) # Absolute name.
19519 ac_srcdir=$srcdir$ac_dir_suffix;
19520 ac_top_srcdir=$srcdir
19521 ac_abs_top_srcdir=$srcdir ;;
19522 *) # Relative name.
19523 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19524 ac_top_srcdir=$ac_top_build_prefix$srcdir
19525 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19526 esac
19527 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19530 case $ac_mode in
19533 # CONFIG_FILE
19536 _ACEOF
19538 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19539 # If the template does not know about datarootdir, expand it.
19540 # FIXME: This hack should be removed a few years after 2.60.
19541 ac_datarootdir_hack=; ac_datarootdir_seen=
19542 ac_sed_dataroot='
19543 /datarootdir/ {
19547 /@datadir@/p
19548 /@docdir@/p
19549 /@infodir@/p
19550 /@localedir@/p
19551 /@mandir@/p'
19552 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19553 *datarootdir*) ac_datarootdir_seen=yes;;
19554 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19556 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19557 _ACEOF
19558 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19559 ac_datarootdir_hack='
19560 s&@datadir@&$datadir&g
19561 s&@docdir@&$docdir&g
19562 s&@infodir@&$infodir&g
19563 s&@localedir@&$localedir&g
19564 s&@mandir@&$mandir&g
19565 s&\\\${datarootdir}&$datarootdir&g' ;;
19566 esac
19567 _ACEOF
19569 # Neutralize VPATH when `$srcdir' = `.'.
19570 # Shell code in configure.ac might set extrasub.
19571 # FIXME: do we really want to maintain this feature?
19572 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19573 ac_sed_extra="$ac_vpsub
19574 $extrasub
19575 _ACEOF
19576 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19578 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19579 s|@configure_input@|$ac_sed_conf_input|;t t
19580 s&@top_builddir@&$ac_top_builddir_sub&;t t
19581 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19582 s&@srcdir@&$ac_srcdir&;t t
19583 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19584 s&@top_srcdir@&$ac_top_srcdir&;t t
19585 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19586 s&@builddir@&$ac_builddir&;t t
19587 s&@abs_builddir@&$ac_abs_builddir&;t t
19588 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19589 $ac_datarootdir_hack
19591 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19592 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19594 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19595 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19596 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19597 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19598 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19599 which seems to be undefined. Please make sure it is defined" >&5
19600 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19601 which seems to be undefined. Please make sure it is defined" >&2;}
19603 rm -f "$ac_tmp/stdin"
19604 case $ac_file in
19605 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19606 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19607 esac \
19608 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19612 # CONFIG_HEADER
19614 if test x"$ac_file" != x-; then
19616 $as_echo "/* $configure_input */" \
19617 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19618 } >"$ac_tmp/config.h" \
19619 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19620 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19621 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19622 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19623 else
19624 rm -f "$ac_file"
19625 mv "$ac_tmp/config.h" "$ac_file" \
19626 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19628 else
19629 $as_echo "/* $configure_input */" \
19630 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19631 || as_fn_error $? "could not create -" "$LINENO" 5
19636 # CONFIG_LINK
19639 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19641 else
19642 # Prefer the file from the source tree if names are identical.
19643 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19644 ac_source=$srcdir/$ac_source
19647 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19648 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19650 if test ! -r "$ac_source"; then
19651 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19653 rm -f "$ac_file"
19655 # Try a relative symlink, then a hard link, then a copy.
19656 case $ac_source in
19657 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19658 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19659 esac
19660 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19661 ln "$ac_source" "$ac_file" 2>/dev/null ||
19662 cp -p "$ac_source" "$ac_file" ||
19663 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19666 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19667 $as_echo "$as_me: executing $ac_file commands" >&6;}
19669 esac
19672 case $ac_file$ac_mode in
19673 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19674 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19675 "Makefile":C) wine_fn_output_makefile Makefile ;;
19676 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19678 esac
19679 done # for ac_tag
19682 as_fn_exit 0
19683 _ACEOF
19684 ac_clean_files=$ac_clean_files_save
19686 test $ac_write_fail = 0 ||
19687 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19690 # configure is writing to config.log, and then calls config.status.
19691 # config.status does its own redirection, appending to config.log.
19692 # Unfortunately, on DOS this fails, as config.log is still kept open
19693 # by configure, so config.status won't be able to write to it; its
19694 # output is simply discarded. So we exec the FD to /dev/null,
19695 # effectively closing config.log, so it can be properly (re)opened and
19696 # appended to by config.status. When coming back to configure, we
19697 # need to make the FD available again.
19698 if test "$no_create" != yes; then
19699 ac_cs_success=:
19700 ac_config_status_args=
19701 test "$silent" = yes &&
19702 ac_config_status_args="$ac_config_status_args --quiet"
19703 exec 5>/dev/null
19704 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19705 exec 5>>config.log
19706 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19707 # would make configure fail if this is the last instruction.
19708 $ac_cs_success || as_fn_exit 1
19710 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19712 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19716 if test "$no_create" = "yes"
19717 then
19718 exit 0
19721 ac_save_IFS="$IFS"
19722 if test "x$wine_notices" != x; then
19723 echo >&6
19724 IFS="|"
19725 for msg in $wine_notices; do
19726 IFS="$ac_save_IFS"
19727 if ${msg:+false} :; then :
19729 else
19730 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19731 $as_echo "$as_me: $msg" >&6;}
19733 done
19735 IFS="|"
19736 for msg in $wine_warnings; do
19737 IFS="$ac_save_IFS"
19738 if ${msg:+false} :; then :
19740 else
19741 echo >&2
19742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19743 $as_echo "$as_me: WARNING: $msg" >&2;}
19745 done
19746 IFS="$ac_save_IFS"
19748 $as_echo "
19749 $as_me: Finished. Do '${ac_make}' to compile Wine.
19750 " >&6