ucrtbase: Hook up _seh_filter_exe and _seh_filter_dll.
[wine.git] / configure
blob376b3f2aef2d5f62f7f8f5c7dfa167d94d9c132e
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 LOADER_RULES
709 ALL_TEST_RESOURCES
710 READELF
711 OTOOL
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_browseui
967 enable_cabinet
968 enable_capi2032
969 enable_cards
970 enable_cfgmgr32
971 enable_clusapi
972 enable_combase
973 enable_comcat
974 enable_comctl32
975 enable_comdlg32
976 enable_compstui
977 enable_comsvcs
978 enable_connect
979 enable_credui
980 enable_crtdll
981 enable_crypt32
982 enable_cryptdlg
983 enable_cryptdll
984 enable_cryptext
985 enable_cryptnet
986 enable_cryptui
987 enable_ctapi32
988 enable_ctl3d32
989 enable_d2d1
990 enable_d3d10
991 enable_d3d10_1
992 enable_d3d10core
993 enable_d3d11
994 enable_d3d8
995 enable_d3d9
996 enable_d3dcompiler_33
997 enable_d3dcompiler_34
998 enable_d3dcompiler_35
999 enable_d3dcompiler_36
1000 enable_d3dcompiler_37
1001 enable_d3dcompiler_38
1002 enable_d3dcompiler_39
1003 enable_d3dcompiler_40
1004 enable_d3dcompiler_41
1005 enable_d3dcompiler_42
1006 enable_d3dcompiler_43
1007 enable_d3dcompiler_46
1008 enable_d3dcompiler_47
1009 enable_d3dim
1010 enable_d3drm
1011 enable_d3dx10_33
1012 enable_d3dx10_34
1013 enable_d3dx10_35
1014 enable_d3dx10_36
1015 enable_d3dx10_37
1016 enable_d3dx10_38
1017 enable_d3dx10_39
1018 enable_d3dx10_40
1019 enable_d3dx10_41
1020 enable_d3dx10_42
1021 enable_d3dx10_43
1022 enable_d3dx11_42
1023 enable_d3dx11_43
1024 enable_d3dx9_24
1025 enable_d3dx9_25
1026 enable_d3dx9_26
1027 enable_d3dx9_27
1028 enable_d3dx9_28
1029 enable_d3dx9_29
1030 enable_d3dx9_30
1031 enable_d3dx9_31
1032 enable_d3dx9_32
1033 enable_d3dx9_33
1034 enable_d3dx9_34
1035 enable_d3dx9_35
1036 enable_d3dx9_36
1037 enable_d3dx9_37
1038 enable_d3dx9_38
1039 enable_d3dx9_39
1040 enable_d3dx9_40
1041 enable_d3dx9_41
1042 enable_d3dx9_42
1043 enable_d3dx9_43
1044 enable_d3dxof
1045 enable_davclnt
1046 enable_dbgeng
1047 enable_dbghelp
1048 enable_dciman32
1049 enable_ddraw
1050 enable_ddrawex
1051 enable_devenum
1052 enable_dhcpcsvc
1053 enable_difxapi
1054 enable_dinput
1055 enable_dinput8
1056 enable_dispex
1057 enable_dmband
1058 enable_dmcompos
1059 enable_dmime
1060 enable_dmloader
1061 enable_dmscript
1062 enable_dmstyle
1063 enable_dmsynth
1064 enable_dmusic
1065 enable_dmusic32
1066 enable_dnsapi
1067 enable_dplay
1068 enable_dplayx
1069 enable_dpnaddr
1070 enable_dpnet
1071 enable_dpnhpast
1072 enable_dpnlobby
1073 enable_dpvoice
1074 enable_dpwsockx
1075 enable_drmclien
1076 enable_dsound
1077 enable_dssenh
1078 enable_dswave
1079 enable_dwmapi
1080 enable_dwrite
1081 enable_dxdiagn
1082 enable_dxgi
1083 enable_dxva2
1084 enable_esent
1085 enable_evr
1086 enable_explorerframe
1087 enable_ext_ms_win_gdi_devcaps_l1_1_0
1088 enable_faultrep
1089 enable_fltlib
1090 enable_fltmgr_sys
1091 enable_fntcache
1092 enable_fontsub
1093 enable_fusion
1094 enable_fwpuclnt
1095 enable_gameux
1096 enable_gdi32
1097 enable_gdiplus
1098 enable_glu32
1099 enable_gphoto2_ds
1100 enable_gpkcsp
1101 enable_hal
1102 enable_hhctrl_ocx
1103 enable_hid
1104 enable_hidclass_sys
1105 enable_hlink
1106 enable_hnetcfg
1107 enable_httpapi
1108 enable_iccvid
1109 enable_icmp
1110 enable_ieframe
1111 enable_imaadp32_acm
1112 enable_imagehlp
1113 enable_imm32
1114 enable_inetcomm
1115 enable_inetcpl_cpl
1116 enable_inetmib1
1117 enable_infosoft
1118 enable_initpki
1119 enable_inkobj
1120 enable_inseng
1121 enable_iphlpapi
1122 enable_itircl
1123 enable_itss
1124 enable_joy_cpl
1125 enable_jscript
1126 enable_jsproxy
1127 enable_kernel32
1128 enable_ksuser
1129 enable_ktmw32
1130 enable_loadperf
1131 enable_localspl
1132 enable_localui
1133 enable_lz32
1134 enable_mapi32
1135 enable_mapistub
1136 enable_mciavi32
1137 enable_mcicda
1138 enable_mciqtz32
1139 enable_mciseq
1140 enable_mciwave
1141 enable_mf
1142 enable_mfplat
1143 enable_mfreadwrite
1144 enable_mgmtapi
1145 enable_midimap
1146 enable_mlang
1147 enable_mmcndmgr
1148 enable_mmdevapi
1149 enable_mountmgr_sys
1150 enable_mpr
1151 enable_mprapi
1152 enable_msacm32_drv
1153 enable_msacm32
1154 enable_msadp32_acm
1155 enable_msasn1
1156 enable_mscat32
1157 enable_mscms
1158 enable_mscoree
1159 enable_msctf
1160 enable_msctfp
1161 enable_msdaps
1162 enable_msdelta
1163 enable_msdmo
1164 enable_msftedit
1165 enable_msg711_acm
1166 enable_msgsm32_acm
1167 enable_mshtml_tlb
1168 enable_mshtml
1169 enable_msi
1170 enable_msident
1171 enable_msimg32
1172 enable_msimsg
1173 enable_msimtf
1174 enable_msisip
1175 enable_msisys_ocx
1176 enable_msls31
1177 enable_msnet32
1178 enable_mspatcha
1179 enable_msrle32
1180 enable_msscript_ocx
1181 enable_mssign32
1182 enable_mssip32
1183 enable_mstask
1184 enable_msvcirt
1185 enable_msvcm80
1186 enable_msvcm90
1187 enable_msvcp100
1188 enable_msvcp110
1189 enable_msvcp120
1190 enable_msvcp120_app
1191 enable_msvcp60
1192 enable_msvcp70
1193 enable_msvcp71
1194 enable_msvcp80
1195 enable_msvcp90
1196 enable_msvcr100
1197 enable_msvcr110
1198 enable_msvcr120
1199 enable_msvcr120_app
1200 enable_msvcr70
1201 enable_msvcr71
1202 enable_msvcr80
1203 enable_msvcr90
1204 enable_msvcrt
1205 enable_msvcrt20
1206 enable_msvcrt40
1207 enable_msvcrtd
1208 enable_msvfw32
1209 enable_msvidc32
1210 enable_mswsock
1211 enable_msxml
1212 enable_msxml2
1213 enable_msxml3
1214 enable_msxml4
1215 enable_msxml6
1216 enable_nddeapi
1217 enable_ndis_sys
1218 enable_netapi32
1219 enable_netcfgx
1220 enable_netprofm
1221 enable_newdev
1222 enable_normaliz
1223 enable_npmshtml
1224 enable_npptools
1225 enable_ntdll
1226 enable_ntdsapi
1227 enable_ntoskrnl_exe
1228 enable_ntprint
1229 enable_objsel
1230 enable_odbc32
1231 enable_odbccp32
1232 enable_odbccu32
1233 enable_ole32
1234 enable_oleacc
1235 enable_oleaut32
1236 enable_olecli32
1237 enable_oledb32
1238 enable_oledlg
1239 enable_olepro32
1240 enable_olesvr32
1241 enable_olethk32
1242 enable_openal32
1243 enable_opencl
1244 enable_opengl32
1245 enable_packager
1246 enable_pdh
1247 enable_photometadatahandler
1248 enable_pidgen
1249 enable_powrprof
1250 enable_printui
1251 enable_prntvpt
1252 enable_propsys
1253 enable_psapi
1254 enable_pstorec
1255 enable_qcap
1256 enable_qedit
1257 enable_qmgr
1258 enable_qmgrprxy
1259 enable_quartz
1260 enable_query
1261 enable_rasapi32
1262 enable_rasdlg
1263 enable_regapi
1264 enable_resutils
1265 enable_riched20
1266 enable_riched32
1267 enable_rpcrt4
1268 enable_rsabase
1269 enable_rsaenh
1270 enable_rstrtmgr
1271 enable_rtutils
1272 enable_samlib
1273 enable_sane_ds
1274 enable_scarddlg
1275 enable_sccbase
1276 enable_schannel
1277 enable_schedsvc
1278 enable_scrrun
1279 enable_scsiport_sys
1280 enable_secur32
1281 enable_security
1282 enable_sensapi
1283 enable_serialui
1284 enable_setupapi
1285 enable_sfc
1286 enable_sfc_os
1287 enable_shdoclc
1288 enable_shdocvw
1289 enable_shell32
1290 enable_shfolder
1291 enable_shlwapi
1292 enable_slbcsp
1293 enable_slc
1294 enable_snmpapi
1295 enable_softpub
1296 enable_spoolss
1297 enable_stdole2_tlb
1298 enable_stdole32_tlb
1299 enable_sti
1300 enable_svrapi
1301 enable_sxs
1302 enable_t2embed
1303 enable_tapi32
1304 enable_taskschd
1305 enable_traffic
1306 enable_twain_32
1307 enable_ucrtbase
1308 enable_unicows
1309 enable_updspapi
1310 enable_url
1311 enable_urlmon
1312 enable_usbd_sys
1313 enable_user32
1314 enable_userenv
1315 enable_usp10
1316 enable_uxtheme
1317 enable_vbscript
1318 enable_vcomp
1319 enable_vcomp100
1320 enable_vcomp110
1321 enable_vcomp120
1322 enable_vcomp90
1323 enable_vcruntime140
1324 enable_vdmdbg
1325 enable_version
1326 enable_vssapi
1327 enable_wbemdisp
1328 enable_wbemprox
1329 enable_webservices
1330 enable_wer
1331 enable_wevtapi
1332 enable_wiaservc
1333 enable_wimgapi
1334 enable_windowscodecs
1335 enable_windowscodecsext
1336 enable_winealsa_drv
1337 enable_winecoreaudio_drv
1338 enable_wined3d
1339 enable_winegstreamer
1340 enable_winejoystick_drv
1341 enable_winemac_drv
1342 enable_winemapi
1343 enable_winemp3_acm
1344 enable_wineoss_drv
1345 enable_wineps_drv
1346 enable_winepulse_drv
1347 enable_wineqtdecoder
1348 enable_winex11_drv
1349 enable_wing32
1350 enable_winhttp
1351 enable_wininet
1352 enable_winmm
1353 enable_winnls32
1354 enable_winscard
1355 enable_winspool_drv
1356 enable_winsta
1357 enable_wintab32
1358 enable_wintrust
1359 enable_wlanapi
1360 enable_wldap32
1361 enable_wmi
1362 enable_wmiutils
1363 enable_wmp
1364 enable_wmvcore
1365 enable_wnaspi32
1366 enable_wpcap
1367 enable_ws2_32
1368 enable_wshom_ocx
1369 enable_wsnmp32
1370 enable_wsock32
1371 enable_wtsapi32
1372 enable_wuapi
1373 enable_wuaueng
1374 enable_x3daudio1_0
1375 enable_x3daudio1_1
1376 enable_x3daudio1_2
1377 enable_x3daudio1_3
1378 enable_x3daudio1_4
1379 enable_x3daudio1_5
1380 enable_x3daudio1_6
1381 enable_x3daudio1_7
1382 enable_xapofx1_1
1383 enable_xapofx1_2
1384 enable_xapofx1_3
1385 enable_xapofx1_4
1386 enable_xapofx1_5
1387 enable_xaudio2_0
1388 enable_xaudio2_1
1389 enable_xaudio2_2
1390 enable_xaudio2_3
1391 enable_xaudio2_4
1392 enable_xaudio2_5
1393 enable_xaudio2_6
1394 enable_xaudio2_7
1395 enable_xaudio2_8
1396 enable_xinput1_1
1397 enable_xinput1_2
1398 enable_xinput1_3
1399 enable_xinput1_4
1400 enable_xinput9_1_0
1401 enable_xmllite
1402 enable_xolehlp
1403 enable_xpsprint
1404 enable_xpssvcs
1405 enable_fonts
1406 enable_include
1407 enable_libs_port
1408 enable_libs_wine
1409 enable_libs_wpp
1410 enable_loader
1411 enable_arp
1412 enable_aspnet_regiis
1413 enable_attrib
1414 enable_cabarc
1415 enable_cacls
1416 enable_clock
1417 enable_cmd
1418 enable_conhost
1419 enable_control
1420 enable_cscript
1421 enable_dpnsvr
1422 enable_dxdiag
1423 enable_eject
1424 enable_expand
1425 enable_explorer
1426 enable_extrac32
1427 enable_findstr
1428 enable_hh
1429 enable_hostname
1430 enable_icinfo
1431 enable_iexplore
1432 enable_ipconfig
1433 enable_lodctr
1434 enable_mofcomp
1435 enable_mshta
1436 enable_msiexec
1437 enable_net
1438 enable_netsh
1439 enable_netstat
1440 enable_ngen
1441 enable_notepad
1442 enable_oleview
1443 enable_ping
1444 enable_plugplay
1445 enable_presentationfontcache
1446 enable_progman
1447 enable_reg
1448 enable_regasm
1449 enable_regedit
1450 enable_regsvcs
1451 enable_regsvr32
1452 enable_rpcss
1453 enable_rundll32
1454 enable_sc
1455 enable_schtasks
1456 enable_sdbinst
1457 enable_secedit
1458 enable_servicemodelreg
1459 enable_services
1460 enable_spoolsv
1461 enable_start
1462 enable_svchost
1463 enable_systeminfo
1464 enable_taskkill
1465 enable_tasklist
1466 enable_taskmgr
1467 enable_termsv
1468 enable_uninstaller
1469 enable_unlodctr
1470 enable_view
1471 enable_wevtutil
1472 enable_wineboot
1473 enable_winebrowser
1474 enable_winecfg
1475 enable_wineconsole
1476 enable_winedbg
1477 enable_winedevice
1478 enable_winefile
1479 enable_winemenubuilder
1480 enable_winemine
1481 enable_winemsibuilder
1482 enable_winepath
1483 enable_winetest
1484 enable_winhlp32
1485 enable_winver
1486 enable_wmic
1487 enable_wordpad
1488 enable_write
1489 enable_wscript
1490 enable_wusa
1491 enable_xcopy
1492 enable_server
1493 enable_tools
1495 ac_precious_vars='build_alias
1496 host_alias
1497 target_alias
1499 CFLAGS
1500 LDFLAGS
1501 LIBS
1502 CPPFLAGS
1504 CXXFLAGS
1507 XMKMF
1508 XML2_CFLAGS
1509 XML2_LIBS
1510 XSLT_CFLAGS
1511 XSLT_LIBS
1512 DBUS_CFLAGS
1513 DBUS_LIBS
1514 HAL_CFLAGS
1515 HAL_LIBS
1516 GNUTLS_CFLAGS
1517 GNUTLS_LIBS
1518 SANE_CFLAGS
1519 SANE_LIBS
1520 GPHOTO2_CFLAGS
1521 GPHOTO2_LIBS
1522 GPHOTO2_PORT_CFLAGS
1523 GPHOTO2_PORT_LIBS
1524 LCMS2_CFLAGS
1525 LCMS2_LIBS
1526 FREETYPE_CFLAGS
1527 FREETYPE_LIBS
1528 PULSE_CFLAGS
1529 PULSE_LIBS
1530 GSTREAMER_CFLAGS
1531 GSTREAMER_LIBS
1532 CAPI20_CFLAGS
1533 CAPI20_LIBS
1534 FONTCONFIG_CFLAGS
1535 FONTCONFIG_LIBS
1536 JPEG_CFLAGS
1537 JPEG_LIBS
1538 PNG_CFLAGS
1539 PNG_LIBS
1540 TIFF_CFLAGS
1541 TIFF_LIBS
1542 MPG123_CFLAGS
1543 MPG123_LIBS'
1546 # Initialize some variables set by options.
1547 ac_init_help=
1548 ac_init_version=false
1549 ac_unrecognized_opts=
1550 ac_unrecognized_sep=
1551 # The variables have the same names as the options, with
1552 # dashes changed to underlines.
1553 cache_file=/dev/null
1554 exec_prefix=NONE
1555 no_create=
1556 no_recursion=
1557 prefix=NONE
1558 program_prefix=NONE
1559 program_suffix=NONE
1560 program_transform_name=s,x,x,
1561 silent=
1562 site=
1563 srcdir=
1564 verbose=
1565 x_includes=NONE
1566 x_libraries=NONE
1568 # Installation directory options.
1569 # These are left unexpanded so users can "make install exec_prefix=/foo"
1570 # and all the variables that are supposed to be based on exec_prefix
1571 # by default will actually change.
1572 # Use braces instead of parens because sh, perl, etc. also accept them.
1573 # (The list follows the same order as the GNU Coding Standards.)
1574 bindir='${exec_prefix}/bin'
1575 sbindir='${exec_prefix}/sbin'
1576 libexecdir='${exec_prefix}/libexec'
1577 datarootdir='${prefix}/share'
1578 datadir='${datarootdir}'
1579 sysconfdir='${prefix}/etc'
1580 sharedstatedir='${prefix}/com'
1581 localstatedir='${prefix}/var'
1582 runstatedir='${localstatedir}/run'
1583 includedir='${prefix}/include'
1584 oldincludedir='/usr/include'
1585 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1586 infodir='${datarootdir}/info'
1587 htmldir='${docdir}'
1588 dvidir='${docdir}'
1589 pdfdir='${docdir}'
1590 psdir='${docdir}'
1591 libdir='${exec_prefix}/lib'
1592 localedir='${datarootdir}/locale'
1593 mandir='${datarootdir}/man'
1595 ac_prev=
1596 ac_dashdash=
1597 for ac_option
1599 # If the previous option needs an argument, assign it.
1600 if test -n "$ac_prev"; then
1601 eval $ac_prev=\$ac_option
1602 ac_prev=
1603 continue
1606 case $ac_option in
1607 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1608 *=) ac_optarg= ;;
1609 *) ac_optarg=yes ;;
1610 esac
1612 # Accept the important Cygnus configure options, so we can diagnose typos.
1614 case $ac_dashdash$ac_option in
1616 ac_dashdash=yes ;;
1618 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1619 ac_prev=bindir ;;
1620 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1621 bindir=$ac_optarg ;;
1623 -build | --build | --buil | --bui | --bu)
1624 ac_prev=build_alias ;;
1625 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1626 build_alias=$ac_optarg ;;
1628 -cache-file | --cache-file | --cache-fil | --cache-fi \
1629 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1630 ac_prev=cache_file ;;
1631 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1632 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1633 cache_file=$ac_optarg ;;
1635 --config-cache | -C)
1636 cache_file=config.cache ;;
1638 -datadir | --datadir | --datadi | --datad)
1639 ac_prev=datadir ;;
1640 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1641 datadir=$ac_optarg ;;
1643 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1644 | --dataroo | --dataro | --datar)
1645 ac_prev=datarootdir ;;
1646 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1647 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1648 datarootdir=$ac_optarg ;;
1650 -disable-* | --disable-*)
1651 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1652 # Reject names that are not valid shell variable names.
1653 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1654 as_fn_error $? "invalid feature name: $ac_useropt"
1655 ac_useropt_orig=$ac_useropt
1656 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1657 case $ac_user_opts in
1659 "enable_$ac_useropt"
1660 "*) ;;
1661 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1662 ac_unrecognized_sep=', ';;
1663 esac
1664 eval enable_$ac_useropt=no ;;
1666 -docdir | --docdir | --docdi | --doc | --do)
1667 ac_prev=docdir ;;
1668 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1669 docdir=$ac_optarg ;;
1671 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1672 ac_prev=dvidir ;;
1673 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1674 dvidir=$ac_optarg ;;
1676 -enable-* | --enable-*)
1677 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1678 # Reject names that are not valid shell variable names.
1679 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1680 as_fn_error $? "invalid feature name: $ac_useropt"
1681 ac_useropt_orig=$ac_useropt
1682 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1683 case $ac_user_opts in
1685 "enable_$ac_useropt"
1686 "*) ;;
1687 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1688 ac_unrecognized_sep=', ';;
1689 esac
1690 eval enable_$ac_useropt=\$ac_optarg ;;
1692 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1693 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1694 | --exec | --exe | --ex)
1695 ac_prev=exec_prefix ;;
1696 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1697 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1698 | --exec=* | --exe=* | --ex=*)
1699 exec_prefix=$ac_optarg ;;
1701 -gas | --gas | --ga | --g)
1702 # Obsolete; use --with-gas.
1703 with_gas=yes ;;
1705 -help | --help | --hel | --he | -h)
1706 ac_init_help=long ;;
1707 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1708 ac_init_help=recursive ;;
1709 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1710 ac_init_help=short ;;
1712 -host | --host | --hos | --ho)
1713 ac_prev=host_alias ;;
1714 -host=* | --host=* | --hos=* | --ho=*)
1715 host_alias=$ac_optarg ;;
1717 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1718 ac_prev=htmldir ;;
1719 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1720 | --ht=*)
1721 htmldir=$ac_optarg ;;
1723 -includedir | --includedir | --includedi | --included | --include \
1724 | --includ | --inclu | --incl | --inc)
1725 ac_prev=includedir ;;
1726 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1727 | --includ=* | --inclu=* | --incl=* | --inc=*)
1728 includedir=$ac_optarg ;;
1730 -infodir | --infodir | --infodi | --infod | --info | --inf)
1731 ac_prev=infodir ;;
1732 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1733 infodir=$ac_optarg ;;
1735 -libdir | --libdir | --libdi | --libd)
1736 ac_prev=libdir ;;
1737 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1738 libdir=$ac_optarg ;;
1740 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1741 | --libexe | --libex | --libe)
1742 ac_prev=libexecdir ;;
1743 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1744 | --libexe=* | --libex=* | --libe=*)
1745 libexecdir=$ac_optarg ;;
1747 -localedir | --localedir | --localedi | --localed | --locale)
1748 ac_prev=localedir ;;
1749 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1750 localedir=$ac_optarg ;;
1752 -localstatedir | --localstatedir | --localstatedi | --localstated \
1753 | --localstate | --localstat | --localsta | --localst | --locals)
1754 ac_prev=localstatedir ;;
1755 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1756 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1757 localstatedir=$ac_optarg ;;
1759 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1760 ac_prev=mandir ;;
1761 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1762 mandir=$ac_optarg ;;
1764 -nfp | --nfp | --nf)
1765 # Obsolete; use --without-fp.
1766 with_fp=no ;;
1768 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1769 | --no-cr | --no-c | -n)
1770 no_create=yes ;;
1772 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1773 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1774 no_recursion=yes ;;
1776 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1777 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1778 | --oldin | --oldi | --old | --ol | --o)
1779 ac_prev=oldincludedir ;;
1780 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1781 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1782 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1783 oldincludedir=$ac_optarg ;;
1785 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1786 ac_prev=prefix ;;
1787 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1788 prefix=$ac_optarg ;;
1790 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1791 | --program-pre | --program-pr | --program-p)
1792 ac_prev=program_prefix ;;
1793 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1794 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1795 program_prefix=$ac_optarg ;;
1797 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1798 | --program-suf | --program-su | --program-s)
1799 ac_prev=program_suffix ;;
1800 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1801 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1802 program_suffix=$ac_optarg ;;
1804 -program-transform-name | --program-transform-name \
1805 | --program-transform-nam | --program-transform-na \
1806 | --program-transform-n | --program-transform- \
1807 | --program-transform | --program-transfor \
1808 | --program-transfo | --program-transf \
1809 | --program-trans | --program-tran \
1810 | --progr-tra | --program-tr | --program-t)
1811 ac_prev=program_transform_name ;;
1812 -program-transform-name=* | --program-transform-name=* \
1813 | --program-transform-nam=* | --program-transform-na=* \
1814 | --program-transform-n=* | --program-transform-=* \
1815 | --program-transform=* | --program-transfor=* \
1816 | --program-transfo=* | --program-transf=* \
1817 | --program-trans=* | --program-tran=* \
1818 | --progr-tra=* | --program-tr=* | --program-t=*)
1819 program_transform_name=$ac_optarg ;;
1821 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1822 ac_prev=pdfdir ;;
1823 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1824 pdfdir=$ac_optarg ;;
1826 -psdir | --psdir | --psdi | --psd | --ps)
1827 ac_prev=psdir ;;
1828 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1829 psdir=$ac_optarg ;;
1831 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1832 | -silent | --silent | --silen | --sile | --sil)
1833 silent=yes ;;
1835 -runstatedir | --runstatedir | --runstatedi | --runstated \
1836 | --runstate | --runstat | --runsta | --runst | --runs \
1837 | --run | --ru | --r)
1838 ac_prev=runstatedir ;;
1839 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1840 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1841 | --run=* | --ru=* | --r=*)
1842 runstatedir=$ac_optarg ;;
1844 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1845 ac_prev=sbindir ;;
1846 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1847 | --sbi=* | --sb=*)
1848 sbindir=$ac_optarg ;;
1850 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1851 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1852 | --sharedst | --shareds | --shared | --share | --shar \
1853 | --sha | --sh)
1854 ac_prev=sharedstatedir ;;
1855 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1856 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1857 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1858 | --sha=* | --sh=*)
1859 sharedstatedir=$ac_optarg ;;
1861 -site | --site | --sit)
1862 ac_prev=site ;;
1863 -site=* | --site=* | --sit=*)
1864 site=$ac_optarg ;;
1866 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1867 ac_prev=srcdir ;;
1868 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1869 srcdir=$ac_optarg ;;
1871 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1872 | --syscon | --sysco | --sysc | --sys | --sy)
1873 ac_prev=sysconfdir ;;
1874 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1875 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1876 sysconfdir=$ac_optarg ;;
1878 -target | --target | --targe | --targ | --tar | --ta | --t)
1879 ac_prev=target_alias ;;
1880 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1881 target_alias=$ac_optarg ;;
1883 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1884 verbose=yes ;;
1886 -version | --version | --versio | --versi | --vers | -V)
1887 ac_init_version=: ;;
1889 -with-* | --with-*)
1890 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1891 # Reject names that are not valid shell variable names.
1892 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1893 as_fn_error $? "invalid package name: $ac_useropt"
1894 ac_useropt_orig=$ac_useropt
1895 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1896 case $ac_user_opts in
1898 "with_$ac_useropt"
1899 "*) ;;
1900 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1901 ac_unrecognized_sep=', ';;
1902 esac
1903 eval with_$ac_useropt=\$ac_optarg ;;
1905 -without-* | --without-*)
1906 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1907 # Reject names that are not valid shell variable names.
1908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1909 as_fn_error $? "invalid package name: $ac_useropt"
1910 ac_useropt_orig=$ac_useropt
1911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1912 case $ac_user_opts in
1914 "with_$ac_useropt"
1915 "*) ;;
1916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1917 ac_unrecognized_sep=', ';;
1918 esac
1919 eval with_$ac_useropt=no ;;
1921 --x)
1922 # Obsolete; use --with-x.
1923 with_x=yes ;;
1925 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1926 | --x-incl | --x-inc | --x-in | --x-i)
1927 ac_prev=x_includes ;;
1928 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1929 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1930 x_includes=$ac_optarg ;;
1932 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1933 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1934 ac_prev=x_libraries ;;
1935 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1936 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1937 x_libraries=$ac_optarg ;;
1939 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1940 Try \`$0 --help' for more information"
1943 *=*)
1944 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1945 # Reject names that are not valid shell variable names.
1946 case $ac_envvar in #(
1947 '' | [0-9]* | *[!_$as_cr_alnum]* )
1948 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1949 esac
1950 eval $ac_envvar=\$ac_optarg
1951 export $ac_envvar ;;
1954 # FIXME: should be removed in autoconf 3.0.
1955 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1956 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1957 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1958 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1961 esac
1962 done
1964 if test -n "$ac_prev"; then
1965 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1966 as_fn_error $? "missing argument to $ac_option"
1969 if test -n "$ac_unrecognized_opts"; then
1970 case $enable_option_checking in
1971 no) ;;
1972 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1973 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1974 esac
1977 # Check all directory arguments for consistency.
1978 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1979 datadir sysconfdir sharedstatedir localstatedir includedir \
1980 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1981 libdir localedir mandir runstatedir
1983 eval ac_val=\$$ac_var
1984 # Remove trailing slashes.
1985 case $ac_val in
1986 */ )
1987 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1988 eval $ac_var=\$ac_val;;
1989 esac
1990 # Be sure to have absolute directory names.
1991 case $ac_val in
1992 [\\/$]* | ?:[\\/]* ) continue;;
1993 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1994 esac
1995 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1996 done
1998 # There might be people who depend on the old broken behavior: `$host'
1999 # used to hold the argument of --host etc.
2000 # FIXME: To remove some day.
2001 build=$build_alias
2002 host=$host_alias
2003 target=$target_alias
2005 # FIXME: To remove some day.
2006 if test "x$host_alias" != x; then
2007 if test "x$build_alias" = x; then
2008 cross_compiling=maybe
2009 elif test "x$build_alias" != "x$host_alias"; then
2010 cross_compiling=yes
2014 ac_tool_prefix=
2015 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2017 test "$silent" = yes && exec 6>/dev/null
2020 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2021 ac_ls_di=`ls -di .` &&
2022 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2023 as_fn_error $? "working directory cannot be determined"
2024 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2025 as_fn_error $? "pwd does not report name of working directory"
2028 # Find the source files, if location was not specified.
2029 if test -z "$srcdir"; then
2030 ac_srcdir_defaulted=yes
2031 # Try the directory containing this script, then the parent directory.
2032 ac_confdir=`$as_dirname -- "$as_myself" ||
2033 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2034 X"$as_myself" : 'X\(//\)[^/]' \| \
2035 X"$as_myself" : 'X\(//\)$' \| \
2036 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2037 $as_echo X"$as_myself" |
2038 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2039 s//\1/
2042 /^X\(\/\/\)[^/].*/{
2043 s//\1/
2046 /^X\(\/\/\)$/{
2047 s//\1/
2050 /^X\(\/\).*/{
2051 s//\1/
2054 s/.*/./; q'`
2055 srcdir=$ac_confdir
2056 if test ! -r "$srcdir/$ac_unique_file"; then
2057 srcdir=..
2059 else
2060 ac_srcdir_defaulted=no
2062 if test ! -r "$srcdir/$ac_unique_file"; then
2063 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2064 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2066 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2067 ac_abs_confdir=`(
2068 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2069 pwd)`
2070 # When building in place, set srcdir=.
2071 if test "$ac_abs_confdir" = "$ac_pwd"; then
2072 srcdir=.
2074 # Remove unnecessary trailing slashes from srcdir.
2075 # Double slashes in file names in object file debugging info
2076 # mess up M-x gdb in Emacs.
2077 case $srcdir in
2078 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2079 esac
2080 for ac_var in $ac_precious_vars; do
2081 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2082 eval ac_env_${ac_var}_value=\$${ac_var}
2083 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2084 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2085 done
2088 # Report the --help message.
2090 if test "$ac_init_help" = "long"; then
2091 # Omit some internal or obsolete options to make the list less imposing.
2092 # This message is too long to be a string in the A/UX 3.1 sh.
2093 cat <<_ACEOF
2094 \`configure' configures Wine 1.7.54 to adapt to many kinds of systems.
2096 Usage: $0 [OPTION]... [VAR=VALUE]...
2098 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2099 VAR=VALUE. See below for descriptions of some of the useful variables.
2101 Defaults for the options are specified in brackets.
2103 Configuration:
2104 -h, --help display this help and exit
2105 --help=short display options specific to this package
2106 --help=recursive display the short help of all the included packages
2107 -V, --version display version information and exit
2108 -q, --quiet, --silent do not print \`checking ...' messages
2109 --cache-file=FILE cache test results in FILE [disabled]
2110 -C, --config-cache alias for \`--cache-file=config.cache'
2111 -n, --no-create do not create output files
2112 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2114 Installation directories:
2115 --prefix=PREFIX install architecture-independent files in PREFIX
2116 [$ac_default_prefix]
2117 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2118 [PREFIX]
2120 By default, \`make install' will install all the files in
2121 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2122 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2123 for instance \`--prefix=\$HOME'.
2125 For better control, use the options below.
2127 Fine tuning of the installation directories:
2128 --bindir=DIR user executables [EPREFIX/bin]
2129 --sbindir=DIR system admin executables [EPREFIX/sbin]
2130 --libexecdir=DIR program executables [EPREFIX/libexec]
2131 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2132 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2133 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2134 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2135 --libdir=DIR object code libraries [EPREFIX/lib]
2136 --includedir=DIR C header files [PREFIX/include]
2137 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2138 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2139 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2140 --infodir=DIR info documentation [DATAROOTDIR/info]
2141 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2142 --mandir=DIR man documentation [DATAROOTDIR/man]
2143 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2144 --htmldir=DIR html documentation [DOCDIR]
2145 --dvidir=DIR dvi documentation [DOCDIR]
2146 --pdfdir=DIR pdf documentation [DOCDIR]
2147 --psdir=DIR ps documentation [DOCDIR]
2148 _ACEOF
2150 cat <<\_ACEOF
2152 X features:
2153 --x-includes=DIR X include files are in DIR
2154 --x-libraries=DIR X library files are in DIR
2156 System types:
2157 --build=BUILD configure for building on BUILD [guessed]
2158 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2159 _ACEOF
2162 if test -n "$ac_init_help"; then
2163 case $ac_init_help in
2164 short | recursive ) echo "Configuration of Wine 1.7.54:";;
2165 esac
2166 cat <<\_ACEOF
2168 Optional Features:
2169 --disable-option-checking ignore unrecognized --enable/--with options
2170 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2171 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2172 --disable-win16 do not include Win16 support
2173 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2174 binaries)
2175 --disable-tests do not build the regression tests
2176 --enable-maintainer-mode
2177 enable maintainer-specific build rules
2178 --disable-largefile omit support for large files
2180 Optional Packages:
2181 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2182 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2183 --without-alsa do not use the Alsa sound support
2184 --without-capi do not use CAPI (ISDN support)
2185 --without-cms do not use CMS (color management support)
2186 --without-coreaudio do not use the CoreAudio sound support
2187 --without-cups do not use CUPS
2188 --without-curses do not use (n)curses
2189 --without-dbus do not use DBus (dynamic device support)
2190 --without-fontconfig do not use fontconfig
2191 --without-freetype do not use the FreeType library
2192 --without-gettext do not use gettext
2193 --with-gettextpo use the GetTextPO library to rebuild po files
2194 --without-gphoto do not use gphoto (Digital Camera support)
2195 --without-glu do not use the GLU library
2196 --without-gnutls do not use GnuTLS (schannel support)
2197 --without-gsm do not use libgsm (GSM 06.10 codec support)
2198 --without-gstreamer do not use GStreamer (codecs support)
2199 --without-hal do not use HAL (dynamic device support)
2200 --without-jpeg do not use JPEG
2201 --without-ldap do not use LDAP
2202 --without-mpg123 do not use the mpg123 library
2203 --without-netapi do not use the Samba NetAPI library
2204 --without-openal do not use OpenAL
2205 --without-opencl do not use OpenCL
2206 --without-opengl do not use OpenGL
2207 --without-osmesa do not use the OSMesa library
2208 --without-oss do not use the OSS sound support
2209 --without-pcap do not use the Packet Capture library
2210 --without-png do not use PNG
2211 --without-pthread do not use the pthread library
2212 --without-pulse do not use PulseAudio sound support
2213 --without-sane do not use SANE (scanner support)
2214 --without-tiff do not use TIFF
2215 --without-v4l do not use v4l1 (v4l support)
2216 --without-xcomposite do not use the Xcomposite extension
2217 --without-xcursor do not use the Xcursor extension
2218 --without-xinerama do not use Xinerama (multi-monitor support)
2219 --without-xinput do not use the Xinput extension
2220 --without-xinput2 do not use the Xinput 2 extension
2221 --without-xml do not use XML
2222 --without-xrandr do not use Xrandr (resolution changes)
2223 --without-xrender do not use the Xrender extension
2224 --without-xshape do not use the Xshape extension
2225 --without-xshm do not use XShm (shared memory extension)
2226 --without-xslt do not use XSLT
2227 --without-xxf86vm do not use XFree video mode extension
2228 --without-zlib do not use Zlib (data compression)
2229 --with-wine-tools=DIR use Wine tools from directory DIR
2230 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2231 --with-x use the X Window System
2233 Some influential environment variables:
2234 CC C compiler command
2235 CFLAGS C compiler flags
2236 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2237 nonstandard directory <lib dir>
2238 LIBS libraries to pass to the linker, e.g. -l<library>
2239 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2240 you have headers in a nonstandard directory <include dir>
2241 CXX C++ compiler command
2242 CXXFLAGS C++ compiler flags
2243 CPP C preprocessor
2244 XMKMF Path to xmkmf, Makefile generator for X Window System
2245 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2246 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2247 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2248 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2249 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2250 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2251 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2252 HAL_LIBS Linker flags for hal, overriding pkg-config
2253 GNUTLS_CFLAGS
2254 C compiler flags for gnutls, overriding pkg-config
2255 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2256 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2257 SANE_LIBS Linker flags for libsane, overriding pkg-config
2258 GPHOTO2_CFLAGS
2259 C compiler flags for libgphoto2, overriding pkg-config
2260 GPHOTO2_LIBS
2261 Linker flags for libgphoto2, overriding pkg-config
2262 GPHOTO2_PORT_CFLAGS
2263 C compiler flags for libgphoto2_port, overriding pkg-config
2264 GPHOTO2_PORT_LIBS
2265 Linker flags for libgphoto2_port, overriding pkg-config
2266 LCMS2_CFLAGS
2267 C compiler flags for lcms2, overriding pkg-config
2268 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2269 FREETYPE_CFLAGS
2270 C compiler flags for freetype2, overriding pkg-config
2271 FREETYPE_LIBS
2272 Linker flags for freetype2, overriding pkg-config
2273 PULSE_CFLAGS
2274 C compiler flags for libpulse, overriding pkg-config
2275 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2276 GSTREAMER_CFLAGS
2277 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2278 GSTREAMER_LIBS
2279 Linker flags for gstreamer-app-0.10, overriding pkg-config
2280 CAPI20_CFLAGS
2281 C compiler flags for capi20, overriding pkg-config
2282 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2283 FONTCONFIG_CFLAGS
2284 C compiler flags for fontconfig, overriding pkg-config
2285 FONTCONFIG_LIBS
2286 Linker flags for fontconfig, overriding pkg-config
2287 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2288 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2289 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2290 PNG_LIBS Linker flags for libpng, overriding pkg-config
2291 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2292 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2293 MPG123_CFLAGS
2294 C compiler flags for libmpg123, overriding pkg-config
2295 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2297 Use these variables to override the choices made by `configure' or to help
2298 it to find libraries and programs with nonstandard names/locations.
2300 Report bugs to <wine-devel@winehq.org>.
2301 Wine home page: <http://www.winehq.org>.
2302 _ACEOF
2303 ac_status=$?
2306 if test "$ac_init_help" = "recursive"; then
2307 # If there are subdirs, report their specific --help.
2308 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2309 test -d "$ac_dir" ||
2310 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2311 continue
2312 ac_builddir=.
2314 case "$ac_dir" in
2315 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2317 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2318 # A ".." for each directory in $ac_dir_suffix.
2319 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2320 case $ac_top_builddir_sub in
2321 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2322 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2323 esac ;;
2324 esac
2325 ac_abs_top_builddir=$ac_pwd
2326 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2327 # for backward compatibility:
2328 ac_top_builddir=$ac_top_build_prefix
2330 case $srcdir in
2331 .) # We are building in place.
2332 ac_srcdir=.
2333 ac_top_srcdir=$ac_top_builddir_sub
2334 ac_abs_top_srcdir=$ac_pwd ;;
2335 [\\/]* | ?:[\\/]* ) # Absolute name.
2336 ac_srcdir=$srcdir$ac_dir_suffix;
2337 ac_top_srcdir=$srcdir
2338 ac_abs_top_srcdir=$srcdir ;;
2339 *) # Relative name.
2340 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2341 ac_top_srcdir=$ac_top_build_prefix$srcdir
2342 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2343 esac
2344 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2346 cd "$ac_dir" || { ac_status=$?; continue; }
2347 # Check for guested configure.
2348 if test -f "$ac_srcdir/configure.gnu"; then
2349 echo &&
2350 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2351 elif test -f "$ac_srcdir/configure"; then
2352 echo &&
2353 $SHELL "$ac_srcdir/configure" --help=recursive
2354 else
2355 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2356 fi || ac_status=$?
2357 cd "$ac_pwd" || { ac_status=$?; break; }
2358 done
2361 test -n "$ac_init_help" && exit $ac_status
2362 if $ac_init_version; then
2363 cat <<\_ACEOF
2364 Wine configure 1.7.54
2365 generated by GNU Autoconf 2.69
2367 Copyright (C) 2012 Free Software Foundation, Inc.
2368 This configure script is free software; the Free Software Foundation
2369 gives unlimited permission to copy, distribute and modify it.
2370 _ACEOF
2371 exit
2374 ## ------------------------ ##
2375 ## Autoconf initialization. ##
2376 ## ------------------------ ##
2378 # ac_fn_c_try_compile LINENO
2379 # --------------------------
2380 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2381 ac_fn_c_try_compile ()
2383 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2384 rm -f conftest.$ac_objext
2385 if { { ac_try="$ac_compile"
2386 case "(($ac_try" in
2387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2388 *) ac_try_echo=$ac_try;;
2389 esac
2390 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2391 $as_echo "$ac_try_echo"; } >&5
2392 (eval "$ac_compile") 2>conftest.err
2393 ac_status=$?
2394 if test -s conftest.err; then
2395 grep -v '^ *+' conftest.err >conftest.er1
2396 cat conftest.er1 >&5
2397 mv -f conftest.er1 conftest.err
2399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2400 test $ac_status = 0; } && {
2401 test -z "$ac_c_werror_flag" ||
2402 test ! -s conftest.err
2403 } && test -s conftest.$ac_objext; then :
2404 ac_retval=0
2405 else
2406 $as_echo "$as_me: failed program was:" >&5
2407 sed 's/^/| /' conftest.$ac_ext >&5
2409 ac_retval=1
2411 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2412 as_fn_set_status $ac_retval
2414 } # ac_fn_c_try_compile
2416 # ac_fn_cxx_try_compile LINENO
2417 # ----------------------------
2418 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2419 ac_fn_cxx_try_compile ()
2421 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2422 rm -f conftest.$ac_objext
2423 if { { ac_try="$ac_compile"
2424 case "(($ac_try" in
2425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2426 *) ac_try_echo=$ac_try;;
2427 esac
2428 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2429 $as_echo "$ac_try_echo"; } >&5
2430 (eval "$ac_compile") 2>conftest.err
2431 ac_status=$?
2432 if test -s conftest.err; then
2433 grep -v '^ *+' conftest.err >conftest.er1
2434 cat conftest.er1 >&5
2435 mv -f conftest.er1 conftest.err
2437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2438 test $ac_status = 0; } && {
2439 test -z "$ac_cxx_werror_flag" ||
2440 test ! -s conftest.err
2441 } && test -s conftest.$ac_objext; then :
2442 ac_retval=0
2443 else
2444 $as_echo "$as_me: failed program was:" >&5
2445 sed 's/^/| /' conftest.$ac_ext >&5
2447 ac_retval=1
2449 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2450 as_fn_set_status $ac_retval
2452 } # ac_fn_cxx_try_compile
2454 # ac_fn_c_try_link LINENO
2455 # -----------------------
2456 # Try to link conftest.$ac_ext, and return whether this succeeded.
2457 ac_fn_c_try_link ()
2459 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2460 rm -f conftest.$ac_objext conftest$ac_exeext
2461 if { { ac_try="$ac_link"
2462 case "(($ac_try" in
2463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2464 *) ac_try_echo=$ac_try;;
2465 esac
2466 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2467 $as_echo "$ac_try_echo"; } >&5
2468 (eval "$ac_link") 2>conftest.err
2469 ac_status=$?
2470 if test -s conftest.err; then
2471 grep -v '^ *+' conftest.err >conftest.er1
2472 cat conftest.er1 >&5
2473 mv -f conftest.er1 conftest.err
2475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2476 test $ac_status = 0; } && {
2477 test -z "$ac_c_werror_flag" ||
2478 test ! -s conftest.err
2479 } && test -s conftest$ac_exeext && {
2480 test "$cross_compiling" = yes ||
2481 test -x conftest$ac_exeext
2482 }; then :
2483 ac_retval=0
2484 else
2485 $as_echo "$as_me: failed program was:" >&5
2486 sed 's/^/| /' conftest.$ac_ext >&5
2488 ac_retval=1
2490 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2491 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2492 # interfere with the next link command; also delete a directory that is
2493 # left behind by Apple's compiler. We do this before executing the actions.
2494 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2495 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2496 as_fn_set_status $ac_retval
2498 } # ac_fn_c_try_link
2500 # ac_fn_c_try_cpp LINENO
2501 # ----------------------
2502 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2503 ac_fn_c_try_cpp ()
2505 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2506 if { { ac_try="$ac_cpp conftest.$ac_ext"
2507 case "(($ac_try" in
2508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2509 *) ac_try_echo=$ac_try;;
2510 esac
2511 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2512 $as_echo "$ac_try_echo"; } >&5
2513 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2514 ac_status=$?
2515 if test -s conftest.err; then
2516 grep -v '^ *+' conftest.err >conftest.er1
2517 cat conftest.er1 >&5
2518 mv -f conftest.er1 conftest.err
2520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2521 test $ac_status = 0; } > conftest.i && {
2522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2523 test ! -s conftest.err
2524 }; then :
2525 ac_retval=0
2526 else
2527 $as_echo "$as_me: failed program was:" >&5
2528 sed 's/^/| /' conftest.$ac_ext >&5
2530 ac_retval=1
2532 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2533 as_fn_set_status $ac_retval
2535 } # ac_fn_c_try_cpp
2537 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2538 # -------------------------------------------------------
2539 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2540 # the include files in INCLUDES and setting the cache variable VAR
2541 # accordingly.
2542 ac_fn_c_check_header_mongrel ()
2544 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2545 if eval \${$3+:} false; then :
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2547 $as_echo_n "checking for $2... " >&6; }
2548 if eval \${$3+:} false; then :
2549 $as_echo_n "(cached) " >&6
2551 eval ac_res=\$$3
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2553 $as_echo "$ac_res" >&6; }
2554 else
2555 # Is the header compilable?
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2557 $as_echo_n "checking $2 usability... " >&6; }
2558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2559 /* end confdefs.h. */
2561 #include <$2>
2562 _ACEOF
2563 if ac_fn_c_try_compile "$LINENO"; then :
2564 ac_header_compiler=yes
2565 else
2566 ac_header_compiler=no
2568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2570 $as_echo "$ac_header_compiler" >&6; }
2572 # Is the header present?
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2574 $as_echo_n "checking $2 presence... " >&6; }
2575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2576 /* end confdefs.h. */
2577 #include <$2>
2578 _ACEOF
2579 if ac_fn_c_try_cpp "$LINENO"; then :
2580 ac_header_preproc=yes
2581 else
2582 ac_header_preproc=no
2584 rm -f conftest.err conftest.i conftest.$ac_ext
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2586 $as_echo "$ac_header_preproc" >&6; }
2588 # So? What about this header?
2589 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2590 yes:no: )
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2592 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2594 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2596 no:yes:* )
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2598 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2600 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2602 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2604 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2606 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2607 ( $as_echo "## ------------------------------------ ##
2608 ## Report this to wine-devel@winehq.org ##
2609 ## ------------------------------------ ##"
2610 ) | sed "s/^/$as_me: WARNING: /" >&2
2612 esac
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2614 $as_echo_n "checking for $2... " >&6; }
2615 if eval \${$3+:} false; then :
2616 $as_echo_n "(cached) " >&6
2617 else
2618 eval "$3=\$ac_header_compiler"
2620 eval ac_res=\$$3
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2622 $as_echo "$ac_res" >&6; }
2624 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2626 } # ac_fn_c_check_header_mongrel
2628 # ac_fn_c_try_run LINENO
2629 # ----------------------
2630 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2631 # that executables *can* be run.
2632 ac_fn_c_try_run ()
2634 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2635 if { { ac_try="$ac_link"
2636 case "(($ac_try" in
2637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2638 *) ac_try_echo=$ac_try;;
2639 esac
2640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2641 $as_echo "$ac_try_echo"; } >&5
2642 (eval "$ac_link") 2>&5
2643 ac_status=$?
2644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2645 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2646 { { case "(($ac_try" in
2647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2648 *) ac_try_echo=$ac_try;;
2649 esac
2650 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2651 $as_echo "$ac_try_echo"; } >&5
2652 (eval "$ac_try") 2>&5
2653 ac_status=$?
2654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2655 test $ac_status = 0; }; }; then :
2656 ac_retval=0
2657 else
2658 $as_echo "$as_me: program exited with status $ac_status" >&5
2659 $as_echo "$as_me: failed program was:" >&5
2660 sed 's/^/| /' conftest.$ac_ext >&5
2662 ac_retval=$ac_status
2664 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2665 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2666 as_fn_set_status $ac_retval
2668 } # ac_fn_c_try_run
2670 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2671 # -------------------------------------------------------
2672 # Tests whether HEADER exists and can be compiled using the include files in
2673 # INCLUDES, setting the cache variable VAR accordingly.
2674 ac_fn_c_check_header_compile ()
2676 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2678 $as_echo_n "checking for $2... " >&6; }
2679 if eval \${$3+:} false; then :
2680 $as_echo_n "(cached) " >&6
2681 else
2682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2683 /* end confdefs.h. */
2685 #include <$2>
2686 _ACEOF
2687 if ac_fn_c_try_compile "$LINENO"; then :
2688 eval "$3=yes"
2689 else
2690 eval "$3=no"
2692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2694 eval ac_res=\$$3
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2696 $as_echo "$ac_res" >&6; }
2697 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2699 } # ac_fn_c_check_header_compile
2701 # ac_fn_c_check_func LINENO FUNC VAR
2702 # ----------------------------------
2703 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2704 ac_fn_c_check_func ()
2706 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2708 $as_echo_n "checking for $2... " >&6; }
2709 if eval \${$3+:} false; then :
2710 $as_echo_n "(cached) " >&6
2711 else
2712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2713 /* end confdefs.h. */
2714 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2715 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2716 #define $2 innocuous_$2
2718 /* System header to define __stub macros and hopefully few prototypes,
2719 which can conflict with char $2 (); below.
2720 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2721 <limits.h> exists even on freestanding compilers. */
2723 #ifdef __STDC__
2724 # include <limits.h>
2725 #else
2726 # include <assert.h>
2727 #endif
2729 #undef $2
2731 /* Override any GCC internal prototype to avoid an error.
2732 Use char because int might match the return type of a GCC
2733 builtin and then its argument prototype would still apply. */
2734 #ifdef __cplusplus
2735 extern "C"
2736 #endif
2737 char $2 ();
2738 /* The GNU C library defines this for functions which it implements
2739 to always fail with ENOSYS. Some functions are actually named
2740 something starting with __ and the normal name is an alias. */
2741 #if defined __stub_$2 || defined __stub___$2
2742 choke me
2743 #endif
2746 main ()
2748 return $2 ();
2750 return 0;
2752 _ACEOF
2753 if ac_fn_c_try_link "$LINENO"; then :
2754 eval "$3=yes"
2755 else
2756 eval "$3=no"
2758 rm -f core conftest.err conftest.$ac_objext \
2759 conftest$ac_exeext conftest.$ac_ext
2761 eval ac_res=\$$3
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2763 $as_echo "$ac_res" >&6; }
2764 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2766 } # ac_fn_c_check_func
2768 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2769 # ----------------------------------------------------
2770 # Tries to find if the field MEMBER exists in type AGGR, after including
2771 # INCLUDES, setting cache variable VAR accordingly.
2772 ac_fn_c_check_member ()
2774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2776 $as_echo_n "checking for $2.$3... " >&6; }
2777 if eval \${$4+:} false; then :
2778 $as_echo_n "(cached) " >&6
2779 else
2780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2781 /* end confdefs.h. */
2784 main ()
2786 static $2 ac_aggr;
2787 if (ac_aggr.$3)
2788 return 0;
2790 return 0;
2792 _ACEOF
2793 if ac_fn_c_try_compile "$LINENO"; then :
2794 eval "$4=yes"
2795 else
2796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2797 /* end confdefs.h. */
2800 main ()
2802 static $2 ac_aggr;
2803 if (sizeof ac_aggr.$3)
2804 return 0;
2806 return 0;
2808 _ACEOF
2809 if ac_fn_c_try_compile "$LINENO"; then :
2810 eval "$4=yes"
2811 else
2812 eval "$4=no"
2814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2818 eval ac_res=\$$4
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2820 $as_echo "$ac_res" >&6; }
2821 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2823 } # ac_fn_c_check_member
2825 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2826 # -------------------------------------------
2827 # Tests whether TYPE exists after having included INCLUDES, setting cache
2828 # variable VAR accordingly.
2829 ac_fn_c_check_type ()
2831 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2833 $as_echo_n "checking for $2... " >&6; }
2834 if eval \${$3+:} false; then :
2835 $as_echo_n "(cached) " >&6
2836 else
2837 eval "$3=no"
2838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2839 /* end confdefs.h. */
2842 main ()
2844 if (sizeof ($2))
2845 return 0;
2847 return 0;
2849 _ACEOF
2850 if ac_fn_c_try_compile "$LINENO"; then :
2851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2852 /* end confdefs.h. */
2855 main ()
2857 if (sizeof (($2)))
2858 return 0;
2860 return 0;
2862 _ACEOF
2863 if ac_fn_c_try_compile "$LINENO"; then :
2865 else
2866 eval "$3=yes"
2868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2872 eval ac_res=\$$3
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2874 $as_echo "$ac_res" >&6; }
2875 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2877 } # ac_fn_c_check_type
2878 cat >config.log <<_ACEOF
2879 This file contains any messages produced by compilers while
2880 running configure, to aid debugging if configure makes a mistake.
2882 It was created by Wine $as_me 1.7.54, which was
2883 generated by GNU Autoconf 2.69. Invocation command line was
2885 $ $0 $@
2887 _ACEOF
2888 exec 5>>config.log
2890 cat <<_ASUNAME
2891 ## --------- ##
2892 ## Platform. ##
2893 ## --------- ##
2895 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2896 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2897 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2898 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2899 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2901 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2902 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2904 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2905 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2906 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2907 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2908 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2909 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2910 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2912 _ASUNAME
2914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2915 for as_dir in $PATH
2917 IFS=$as_save_IFS
2918 test -z "$as_dir" && as_dir=.
2919 $as_echo "PATH: $as_dir"
2920 done
2921 IFS=$as_save_IFS
2923 } >&5
2925 cat >&5 <<_ACEOF
2928 ## ----------- ##
2929 ## Core tests. ##
2930 ## ----------- ##
2932 _ACEOF
2935 # Keep a trace of the command line.
2936 # Strip out --no-create and --no-recursion so they do not pile up.
2937 # Strip out --silent because we don't want to record it for future runs.
2938 # Also quote any args containing shell meta-characters.
2939 # Make two passes to allow for proper duplicate-argument suppression.
2940 ac_configure_args=
2941 ac_configure_args0=
2942 ac_configure_args1=
2943 ac_must_keep_next=false
2944 for ac_pass in 1 2
2946 for ac_arg
2948 case $ac_arg in
2949 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2950 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2951 | -silent | --silent | --silen | --sile | --sil)
2952 continue ;;
2953 *\'*)
2954 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2955 esac
2956 case $ac_pass in
2957 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2959 as_fn_append ac_configure_args1 " '$ac_arg'"
2960 if test $ac_must_keep_next = true; then
2961 ac_must_keep_next=false # Got value, back to normal.
2962 else
2963 case $ac_arg in
2964 *=* | --config-cache | -C | -disable-* | --disable-* \
2965 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2966 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2967 | -with-* | --with-* | -without-* | --without-* | --x)
2968 case "$ac_configure_args0 " in
2969 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2970 esac
2972 -* ) ac_must_keep_next=true ;;
2973 esac
2975 as_fn_append ac_configure_args " '$ac_arg'"
2977 esac
2978 done
2979 done
2980 { ac_configure_args0=; unset ac_configure_args0;}
2981 { ac_configure_args1=; unset ac_configure_args1;}
2983 # When interrupted or exit'd, cleanup temporary files, and complete
2984 # config.log. We remove comments because anyway the quotes in there
2985 # would cause problems or look ugly.
2986 # WARNING: Use '\'' to represent an apostrophe within the trap.
2987 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2988 trap 'exit_status=$?
2989 # Save into config.log some information that might help in debugging.
2991 echo
2993 $as_echo "## ---------------- ##
2994 ## Cache variables. ##
2995 ## ---------------- ##"
2996 echo
2997 # The following way of writing the cache mishandles newlines in values,
2999 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3000 eval ac_val=\$$ac_var
3001 case $ac_val in #(
3002 *${as_nl}*)
3003 case $ac_var in #(
3004 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3005 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3006 esac
3007 case $ac_var in #(
3008 _ | IFS | as_nl) ;; #(
3009 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3010 *) { eval $ac_var=; unset $ac_var;} ;;
3011 esac ;;
3012 esac
3013 done
3014 (set) 2>&1 |
3015 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3016 *${as_nl}ac_space=\ *)
3017 sed -n \
3018 "s/'\''/'\''\\\\'\'''\''/g;
3019 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3020 ;; #(
3022 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3024 esac |
3025 sort
3027 echo
3029 $as_echo "## ----------------- ##
3030 ## Output variables. ##
3031 ## ----------------- ##"
3032 echo
3033 for ac_var in $ac_subst_vars
3035 eval ac_val=\$$ac_var
3036 case $ac_val in
3037 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3038 esac
3039 $as_echo "$ac_var='\''$ac_val'\''"
3040 done | sort
3041 echo
3043 if test -n "$ac_subst_files"; then
3044 $as_echo "## ------------------- ##
3045 ## File substitutions. ##
3046 ## ------------------- ##"
3047 echo
3048 for ac_var in $ac_subst_files
3050 eval ac_val=\$$ac_var
3051 case $ac_val in
3052 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3053 esac
3054 $as_echo "$ac_var='\''$ac_val'\''"
3055 done | sort
3056 echo
3059 if test -s confdefs.h; then
3060 $as_echo "## ----------- ##
3061 ## confdefs.h. ##
3062 ## ----------- ##"
3063 echo
3064 cat confdefs.h
3065 echo
3067 test "$ac_signal" != 0 &&
3068 $as_echo "$as_me: caught signal $ac_signal"
3069 $as_echo "$as_me: exit $exit_status"
3070 } >&5
3071 rm -f core *.core core.conftest.* &&
3072 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3073 exit $exit_status
3075 for ac_signal in 1 2 13 15; do
3076 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3077 done
3078 ac_signal=0
3080 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3081 rm -f -r conftest* confdefs.h
3083 $as_echo "/* confdefs.h */" > confdefs.h
3085 # Predefined preprocessor variables.
3087 cat >>confdefs.h <<_ACEOF
3088 #define PACKAGE_NAME "$PACKAGE_NAME"
3089 _ACEOF
3091 cat >>confdefs.h <<_ACEOF
3092 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3093 _ACEOF
3095 cat >>confdefs.h <<_ACEOF
3096 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3097 _ACEOF
3099 cat >>confdefs.h <<_ACEOF
3100 #define PACKAGE_STRING "$PACKAGE_STRING"
3101 _ACEOF
3103 cat >>confdefs.h <<_ACEOF
3104 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3105 _ACEOF
3107 cat >>confdefs.h <<_ACEOF
3108 #define PACKAGE_URL "$PACKAGE_URL"
3109 _ACEOF
3112 # Let the site file select an alternate cache file if it wants to.
3113 # Prefer an explicitly selected file to automatically selected ones.
3114 ac_site_file1=NONE
3115 ac_site_file2=NONE
3116 if test -n "$CONFIG_SITE"; then
3117 # We do not want a PATH search for config.site.
3118 case $CONFIG_SITE in #((
3119 -*) ac_site_file1=./$CONFIG_SITE;;
3120 */*) ac_site_file1=$CONFIG_SITE;;
3121 *) ac_site_file1=./$CONFIG_SITE;;
3122 esac
3123 elif test "x$prefix" != xNONE; then
3124 ac_site_file1=$prefix/share/config.site
3125 ac_site_file2=$prefix/etc/config.site
3126 else
3127 ac_site_file1=$ac_default_prefix/share/config.site
3128 ac_site_file2=$ac_default_prefix/etc/config.site
3130 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3132 test "x$ac_site_file" = xNONE && continue
3133 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3135 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3136 sed 's/^/| /' "$ac_site_file" >&5
3137 . "$ac_site_file" \
3138 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3139 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3140 as_fn_error $? "failed to load site script $ac_site_file
3141 See \`config.log' for more details" "$LINENO" 5; }
3143 done
3145 if test -r "$cache_file"; then
3146 # Some versions of bash will fail to source /dev/null (special files
3147 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3148 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3150 $as_echo "$as_me: loading cache $cache_file" >&6;}
3151 case $cache_file in
3152 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3153 *) . "./$cache_file";;
3154 esac
3156 else
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3158 $as_echo "$as_me: creating cache $cache_file" >&6;}
3159 >$cache_file
3162 # Check that the precious variables saved in the cache have kept the same
3163 # value.
3164 ac_cache_corrupted=false
3165 for ac_var in $ac_precious_vars; do
3166 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3167 eval ac_new_set=\$ac_env_${ac_var}_set
3168 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3169 eval ac_new_val=\$ac_env_${ac_var}_value
3170 case $ac_old_set,$ac_new_set in
3171 set,)
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3173 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3174 ac_cache_corrupted=: ;;
3175 ,set)
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3177 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3178 ac_cache_corrupted=: ;;
3179 ,);;
3181 if test "x$ac_old_val" != "x$ac_new_val"; then
3182 # differences in whitespace do not lead to failure.
3183 ac_old_val_w=`echo x $ac_old_val`
3184 ac_new_val_w=`echo x $ac_new_val`
3185 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3187 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3188 ac_cache_corrupted=:
3189 else
3190 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3191 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3192 eval $ac_var=\$ac_old_val
3194 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3195 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3197 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3198 fi;;
3199 esac
3200 # Pass precious variables to config.status.
3201 if test "$ac_new_set" = set; then
3202 case $ac_new_val in
3203 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3204 *) ac_arg=$ac_var=$ac_new_val ;;
3205 esac
3206 case " $ac_configure_args " in
3207 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3208 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3209 esac
3211 done
3212 if $ac_cache_corrupted; then
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3214 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3216 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3217 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3219 ## -------------------- ##
3220 ## Main body of script. ##
3221 ## -------------------- ##
3223 ac_ext=c
3224 ac_cpp='$CPP $CPPFLAGS'
3225 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3226 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3227 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3231 ac_config_headers="$ac_config_headers include/config.h"
3233 ac_aux_dir=
3234 for ac_dir in tools "$srcdir"/tools; do
3235 if test -f "$ac_dir/install-sh"; then
3236 ac_aux_dir=$ac_dir
3237 ac_install_sh="$ac_aux_dir/install-sh -c"
3238 break
3239 elif test -f "$ac_dir/install.sh"; then
3240 ac_aux_dir=$ac_dir
3241 ac_install_sh="$ac_aux_dir/install.sh -c"
3242 break
3243 elif test -f "$ac_dir/shtool"; then
3244 ac_aux_dir=$ac_dir
3245 ac_install_sh="$ac_aux_dir/shtool install -c"
3246 break
3248 done
3249 if test -z "$ac_aux_dir"; then
3250 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3253 # These three variables are undocumented and unsupported,
3254 # and are intended to be withdrawn in a future Autoconf release.
3255 # They can cause serious problems if a builder's source tree is in a directory
3256 # whose full name contains unusual characters.
3257 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3258 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3259 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3263 libwine_version="1.0"
3267 # Check whether --enable-win16 was given.
3268 if test "${enable_win16+set}" = set; then :
3269 enableval=$enable_win16;
3272 # Check whether --enable-win64 was given.
3273 if test "${enable_win64+set}" = set; then :
3274 enableval=$enable_win64;
3277 # Check whether --enable-tests was given.
3278 if test "${enable_tests+set}" = set; then :
3279 enableval=$enable_tests;
3282 # Check whether --enable-maintainer-mode was given.
3283 if test "${enable_maintainer_mode+set}" = set; then :
3284 enableval=$enable_maintainer_mode;
3289 # Check whether --with-alsa was given.
3290 if test "${with_alsa+set}" = set; then :
3291 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3295 # Check whether --with-capi was given.
3296 if test "${with_capi+set}" = set; then :
3297 withval=$with_capi;
3301 # Check whether --with-cms was given.
3302 if test "${with_cms+set}" = set; then :
3303 withval=$with_cms;
3307 # Check whether --with-coreaudio was given.
3308 if test "${with_coreaudio+set}" = set; then :
3309 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3313 # Check whether --with-cups was given.
3314 if test "${with_cups+set}" = set; then :
3315 withval=$with_cups;
3319 # Check whether --with-curses was given.
3320 if test "${with_curses+set}" = set; then :
3321 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3325 # Check whether --with-dbus was given.
3326 if test "${with_dbus+set}" = set; then :
3327 withval=$with_dbus;
3331 # Check whether --with-fontconfig was given.
3332 if test "${with_fontconfig+set}" = set; then :
3333 withval=$with_fontconfig;
3337 # Check whether --with-freetype was given.
3338 if test "${with_freetype+set}" = set; then :
3339 withval=$with_freetype;
3343 # Check whether --with-gettext was given.
3344 if test "${with_gettext+set}" = set; then :
3345 withval=$with_gettext;
3349 # Check whether --with-gettextpo was given.
3350 if test "${with_gettextpo+set}" = set; then :
3351 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3355 # Check whether --with-gphoto was given.
3356 if test "${with_gphoto+set}" = set; then :
3357 withval=$with_gphoto;
3361 # Check whether --with-glu was given.
3362 if test "${with_glu+set}" = set; then :
3363 withval=$with_glu;
3367 # Check whether --with-gnutls was given.
3368 if test "${with_gnutls+set}" = set; then :
3369 withval=$with_gnutls;
3373 # Check whether --with-gsm was given.
3374 if test "${with_gsm+set}" = set; then :
3375 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3379 # Check whether --with-gstreamer was given.
3380 if test "${with_gstreamer+set}" = set; then :
3381 withval=$with_gstreamer;
3385 # Check whether --with-hal was given.
3386 if test "${with_hal+set}" = set; then :
3387 withval=$with_hal;
3391 # Check whether --with-jpeg was given.
3392 if test "${with_jpeg+set}" = set; then :
3393 withval=$with_jpeg;
3397 # Check whether --with-ldap was given.
3398 if test "${with_ldap+set}" = set; then :
3399 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3403 # Check whether --with-mpg123 was given.
3404 if test "${with_mpg123+set}" = set; then :
3405 withval=$with_mpg123;
3409 # Check whether --with-netapi was given.
3410 if test "${with_netapi+set}" = set; then :
3411 withval=$with_netapi;
3415 # Check whether --with-openal was given.
3416 if test "${with_openal+set}" = set; then :
3417 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3421 # Check whether --with-opencl was given.
3422 if test "${with_opencl+set}" = set; then :
3423 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3427 # Check whether --with-opengl was given.
3428 if test "${with_opengl+set}" = set; then :
3429 withval=$with_opengl;
3433 # Check whether --with-osmesa was given.
3434 if test "${with_osmesa+set}" = set; then :
3435 withval=$with_osmesa;
3439 # Check whether --with-oss was given.
3440 if test "${with_oss+set}" = set; then :
3441 withval=$with_oss;
3445 # Check whether --with-pcap was given.
3446 if test "${with_pcap+set}" = set; then :
3447 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3451 # Check whether --with-png was given.
3452 if test "${with_png+set}" = set; then :
3453 withval=$with_png;
3457 # Check whether --with-pthread was given.
3458 if test "${with_pthread+set}" = set; then :
3459 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3463 # Check whether --with-pulse was given.
3464 if test "${with_pulse+set}" = set; then :
3465 withval=$with_pulse;
3469 # Check whether --with-sane was given.
3470 if test "${with_sane+set}" = set; then :
3471 withval=$with_sane;
3475 # Check whether --with-tiff was given.
3476 if test "${with_tiff+set}" = set; then :
3477 withval=$with_tiff;
3481 # Check whether --with-v4l was given.
3482 if test "${with_v4l+set}" = set; then :
3483 withval=$with_v4l;
3487 # Check whether --with-xcomposite was given.
3488 if test "${with_xcomposite+set}" = set; then :
3489 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3493 # Check whether --with-xcursor was given.
3494 if test "${with_xcursor+set}" = set; then :
3495 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3499 # Check whether --with-xinerama was given.
3500 if test "${with_xinerama+set}" = set; then :
3501 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3505 # Check whether --with-xinput was given.
3506 if test "${with_xinput+set}" = set; then :
3507 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3511 # Check whether --with-xinput2 was given.
3512 if test "${with_xinput2+set}" = set; then :
3513 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3517 # Check whether --with-xml was given.
3518 if test "${with_xml+set}" = set; then :
3519 withval=$with_xml;
3523 # Check whether --with-xrandr was given.
3524 if test "${with_xrandr+set}" = set; then :
3525 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3529 # Check whether --with-xrender was given.
3530 if test "${with_xrender+set}" = set; then :
3531 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3535 # Check whether --with-xshape was given.
3536 if test "${with_xshape+set}" = set; then :
3537 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3541 # Check whether --with-xshm was given.
3542 if test "${with_xshm+set}" = set; then :
3543 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3547 # Check whether --with-xslt was given.
3548 if test "${with_xslt+set}" = set; then :
3549 withval=$with_xslt;
3553 # Check whether --with-xxf86vm was given.
3554 if test "${with_xxf86vm+set}" = set; then :
3555 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
3559 # Check whether --with-zlib was given.
3560 if test "${with_zlib+set}" = set; then :
3561 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3566 # Check whether --with-wine-tools was given.
3567 if test "${with_wine_tools+set}" = set; then :
3568 withval=$with_wine_tools;
3572 # Check whether --with-wine64 was given.
3573 if test "${with_wine64+set}" = set; then :
3574 withval=$with_wine64;
3578 # Make sure we can run config.sub.
3579 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3580 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3583 $as_echo_n "checking build system type... " >&6; }
3584 if ${ac_cv_build+:} false; then :
3585 $as_echo_n "(cached) " >&6
3586 else
3587 ac_build_alias=$build_alias
3588 test "x$ac_build_alias" = x &&
3589 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3590 test "x$ac_build_alias" = x &&
3591 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3592 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3593 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3597 $as_echo "$ac_cv_build" >&6; }
3598 case $ac_cv_build in
3599 *-*-*) ;;
3600 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3601 esac
3602 build=$ac_cv_build
3603 ac_save_IFS=$IFS; IFS='-'
3604 set x $ac_cv_build
3605 shift
3606 build_cpu=$1
3607 build_vendor=$2
3608 shift; shift
3609 # Remember, the first character of IFS is used to create $*,
3610 # except with old shells:
3611 build_os=$*
3612 IFS=$ac_save_IFS
3613 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3617 $as_echo_n "checking host system type... " >&6; }
3618 if ${ac_cv_host+:} false; then :
3619 $as_echo_n "(cached) " >&6
3620 else
3621 if test "x$host_alias" = x; then
3622 ac_cv_host=$ac_cv_build
3623 else
3624 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3625 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3630 $as_echo "$ac_cv_host" >&6; }
3631 case $ac_cv_host in
3632 *-*-*) ;;
3633 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3634 esac
3635 host=$ac_cv_host
3636 ac_save_IFS=$IFS; IFS='-'
3637 set x $ac_cv_host
3638 shift
3639 host_cpu=$1
3640 host_vendor=$2
3641 shift; shift
3642 # Remember, the first character of IFS is used to create $*,
3643 # except with old shells:
3644 host_os=$*
3645 IFS=$ac_save_IFS
3646 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3650 case "$srcdir" in
3651 .) ;;
3652 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3653 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3654 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3655 fi ;;
3656 esac
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3660 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3661 set x ${MAKE-make}
3662 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3663 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3664 $as_echo_n "(cached) " >&6
3665 else
3666 cat >conftest.make <<\_ACEOF
3667 SHELL = /bin/sh
3668 all:
3669 @echo '@@@%%%=$(MAKE)=@@@%%%'
3670 _ACEOF
3671 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3672 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3673 *@@@%%%=?*=@@@%%%*)
3674 eval ac_cv_prog_make_${ac_make}_set=yes;;
3676 eval ac_cv_prog_make_${ac_make}_set=no;;
3677 esac
3678 rm -f conftest.make
3680 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3682 $as_echo "yes" >&6; }
3683 SET_MAKE=
3684 else
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3686 $as_echo "no" >&6; }
3687 SET_MAKE="MAKE=${MAKE-make}"
3690 ac_ext=c
3691 ac_cpp='$CPP $CPPFLAGS'
3692 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3693 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3694 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3695 if test -n "$ac_tool_prefix"; then
3696 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3697 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3699 $as_echo_n "checking for $ac_word... " >&6; }
3700 if ${ac_cv_prog_CC+:} false; then :
3701 $as_echo_n "(cached) " >&6
3702 else
3703 if test -n "$CC"; then
3704 ac_cv_prog_CC="$CC" # Let the user override the test.
3705 else
3706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3707 for as_dir in $PATH
3709 IFS=$as_save_IFS
3710 test -z "$as_dir" && as_dir=.
3711 for ac_exec_ext in '' $ac_executable_extensions; do
3712 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3713 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3715 break 2
3717 done
3718 done
3719 IFS=$as_save_IFS
3723 CC=$ac_cv_prog_CC
3724 if test -n "$CC"; then
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3726 $as_echo "$CC" >&6; }
3727 else
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3729 $as_echo "no" >&6; }
3734 if test -z "$ac_cv_prog_CC"; then
3735 ac_ct_CC=$CC
3736 # Extract the first word of "gcc", so it can be a program name with args.
3737 set dummy gcc; ac_word=$2
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3739 $as_echo_n "checking for $ac_word... " >&6; }
3740 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3741 $as_echo_n "(cached) " >&6
3742 else
3743 if test -n "$ac_ct_CC"; then
3744 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3745 else
3746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3747 for as_dir in $PATH
3749 IFS=$as_save_IFS
3750 test -z "$as_dir" && as_dir=.
3751 for ac_exec_ext in '' $ac_executable_extensions; do
3752 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3753 ac_cv_prog_ac_ct_CC="gcc"
3754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3755 break 2
3757 done
3758 done
3759 IFS=$as_save_IFS
3763 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3764 if test -n "$ac_ct_CC"; then
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3766 $as_echo "$ac_ct_CC" >&6; }
3767 else
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3769 $as_echo "no" >&6; }
3772 if test "x$ac_ct_CC" = x; then
3773 CC=""
3774 else
3775 case $cross_compiling:$ac_tool_warned in
3776 yes:)
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3778 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3779 ac_tool_warned=yes ;;
3780 esac
3781 CC=$ac_ct_CC
3783 else
3784 CC="$ac_cv_prog_CC"
3787 if test -z "$CC"; then
3788 if test -n "$ac_tool_prefix"; then
3789 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3790 set dummy ${ac_tool_prefix}cc; ac_word=$2
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3792 $as_echo_n "checking for $ac_word... " >&6; }
3793 if ${ac_cv_prog_CC+:} false; then :
3794 $as_echo_n "(cached) " >&6
3795 else
3796 if test -n "$CC"; then
3797 ac_cv_prog_CC="$CC" # Let the user override the test.
3798 else
3799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3800 for as_dir in $PATH
3802 IFS=$as_save_IFS
3803 test -z "$as_dir" && as_dir=.
3804 for ac_exec_ext in '' $ac_executable_extensions; do
3805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3806 ac_cv_prog_CC="${ac_tool_prefix}cc"
3807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3808 break 2
3810 done
3811 done
3812 IFS=$as_save_IFS
3816 CC=$ac_cv_prog_CC
3817 if test -n "$CC"; then
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3819 $as_echo "$CC" >&6; }
3820 else
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3822 $as_echo "no" >&6; }
3828 if test -z "$CC"; then
3829 # Extract the first word of "cc", so it can be a program name with args.
3830 set dummy cc; ac_word=$2
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3832 $as_echo_n "checking for $ac_word... " >&6; }
3833 if ${ac_cv_prog_CC+:} false; then :
3834 $as_echo_n "(cached) " >&6
3835 else
3836 if test -n "$CC"; then
3837 ac_cv_prog_CC="$CC" # Let the user override the test.
3838 else
3839 ac_prog_rejected=no
3840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3841 for as_dir in $PATH
3843 IFS=$as_save_IFS
3844 test -z "$as_dir" && as_dir=.
3845 for ac_exec_ext in '' $ac_executable_extensions; do
3846 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3847 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3848 ac_prog_rejected=yes
3849 continue
3851 ac_cv_prog_CC="cc"
3852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3853 break 2
3855 done
3856 done
3857 IFS=$as_save_IFS
3859 if test $ac_prog_rejected = yes; then
3860 # We found a bogon in the path, so make sure we never use it.
3861 set dummy $ac_cv_prog_CC
3862 shift
3863 if test $# != 0; then
3864 # We chose a different compiler from the bogus one.
3865 # However, it has the same basename, so the bogon will be chosen
3866 # first if we set CC to just the basename; use the full file name.
3867 shift
3868 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3873 CC=$ac_cv_prog_CC
3874 if test -n "$CC"; then
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3876 $as_echo "$CC" >&6; }
3877 else
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3879 $as_echo "no" >&6; }
3884 if test -z "$CC"; then
3885 if test -n "$ac_tool_prefix"; then
3886 for ac_prog in cl.exe
3888 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3889 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3891 $as_echo_n "checking for $ac_word... " >&6; }
3892 if ${ac_cv_prog_CC+:} false; then :
3893 $as_echo_n "(cached) " >&6
3894 else
3895 if test -n "$CC"; then
3896 ac_cv_prog_CC="$CC" # Let the user override the test.
3897 else
3898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3899 for as_dir in $PATH
3901 IFS=$as_save_IFS
3902 test -z "$as_dir" && as_dir=.
3903 for ac_exec_ext in '' $ac_executable_extensions; do
3904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3905 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3907 break 2
3909 done
3910 done
3911 IFS=$as_save_IFS
3915 CC=$ac_cv_prog_CC
3916 if test -n "$CC"; then
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3918 $as_echo "$CC" >&6; }
3919 else
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3921 $as_echo "no" >&6; }
3925 test -n "$CC" && break
3926 done
3928 if test -z "$CC"; then
3929 ac_ct_CC=$CC
3930 for ac_prog in cl.exe
3932 # Extract the first word of "$ac_prog", so it can be a program name with args.
3933 set dummy $ac_prog; ac_word=$2
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3935 $as_echo_n "checking for $ac_word... " >&6; }
3936 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3937 $as_echo_n "(cached) " >&6
3938 else
3939 if test -n "$ac_ct_CC"; then
3940 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3941 else
3942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3943 for as_dir in $PATH
3945 IFS=$as_save_IFS
3946 test -z "$as_dir" && as_dir=.
3947 for ac_exec_ext in '' $ac_executable_extensions; do
3948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3949 ac_cv_prog_ac_ct_CC="$ac_prog"
3950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3951 break 2
3953 done
3954 done
3955 IFS=$as_save_IFS
3959 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3960 if test -n "$ac_ct_CC"; then
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3962 $as_echo "$ac_ct_CC" >&6; }
3963 else
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3965 $as_echo "no" >&6; }
3969 test -n "$ac_ct_CC" && break
3970 done
3972 if test "x$ac_ct_CC" = x; then
3973 CC=""
3974 else
3975 case $cross_compiling:$ac_tool_warned in
3976 yes:)
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3979 ac_tool_warned=yes ;;
3980 esac
3981 CC=$ac_ct_CC
3988 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3989 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3990 as_fn_error $? "no acceptable C compiler found in \$PATH
3991 See \`config.log' for more details" "$LINENO" 5; }
3993 # Provide some information about the compiler.
3994 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3995 set X $ac_compile
3996 ac_compiler=$2
3997 for ac_option in --version -v -V -qversion; do
3998 { { ac_try="$ac_compiler $ac_option >&5"
3999 case "(($ac_try" in
4000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4001 *) ac_try_echo=$ac_try;;
4002 esac
4003 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4004 $as_echo "$ac_try_echo"; } >&5
4005 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4006 ac_status=$?
4007 if test -s conftest.err; then
4008 sed '10a\
4009 ... rest of stderr output deleted ...
4010 10q' conftest.err >conftest.er1
4011 cat conftest.er1 >&5
4013 rm -f conftest.er1 conftest.err
4014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4015 test $ac_status = 0; }
4016 done
4018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4019 /* end confdefs.h. */
4022 main ()
4026 return 0;
4028 _ACEOF
4029 ac_clean_files_save=$ac_clean_files
4030 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4031 # Try to create an executable without -o first, disregard a.out.
4032 # It will help us diagnose broken compilers, and finding out an intuition
4033 # of exeext.
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4035 $as_echo_n "checking whether the C compiler works... " >&6; }
4036 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4038 # The possible output files:
4039 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4041 ac_rmfiles=
4042 for ac_file in $ac_files
4044 case $ac_file in
4045 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4046 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4047 esac
4048 done
4049 rm -f $ac_rmfiles
4051 if { { ac_try="$ac_link_default"
4052 case "(($ac_try" in
4053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4054 *) ac_try_echo=$ac_try;;
4055 esac
4056 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4057 $as_echo "$ac_try_echo"; } >&5
4058 (eval "$ac_link_default") 2>&5
4059 ac_status=$?
4060 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4061 test $ac_status = 0; }; then :
4062 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4063 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4064 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4065 # so that the user can short-circuit this test for compilers unknown to
4066 # Autoconf.
4067 for ac_file in $ac_files ''
4069 test -f "$ac_file" || continue
4070 case $ac_file in
4071 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4073 [ab].out )
4074 # We found the default executable, but exeext='' is most
4075 # certainly right.
4076 break;;
4077 *.* )
4078 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4079 then :; else
4080 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4082 # We set ac_cv_exeext here because the later test for it is not
4083 # safe: cross compilers may not add the suffix if given an `-o'
4084 # argument, so we may need to know it at that point already.
4085 # Even if this section looks crufty: it has the advantage of
4086 # actually working.
4087 break;;
4089 break;;
4090 esac
4091 done
4092 test "$ac_cv_exeext" = no && ac_cv_exeext=
4094 else
4095 ac_file=''
4097 if test -z "$ac_file"; then :
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4099 $as_echo "no" >&6; }
4100 $as_echo "$as_me: failed program was:" >&5
4101 sed 's/^/| /' conftest.$ac_ext >&5
4103 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4104 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4105 as_fn_error 77 "C compiler cannot create executables
4106 See \`config.log' for more details" "$LINENO" 5; }
4107 else
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4109 $as_echo "yes" >&6; }
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4112 $as_echo_n "checking for C compiler default output file name... " >&6; }
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4114 $as_echo "$ac_file" >&6; }
4115 ac_exeext=$ac_cv_exeext
4117 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4118 ac_clean_files=$ac_clean_files_save
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4120 $as_echo_n "checking for suffix of executables... " >&6; }
4121 if { { ac_try="$ac_link"
4122 case "(($ac_try" in
4123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4124 *) ac_try_echo=$ac_try;;
4125 esac
4126 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4127 $as_echo "$ac_try_echo"; } >&5
4128 (eval "$ac_link") 2>&5
4129 ac_status=$?
4130 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4131 test $ac_status = 0; }; then :
4132 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4133 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4134 # work properly (i.e., refer to `conftest.exe'), while it won't with
4135 # `rm'.
4136 for ac_file in conftest.exe conftest conftest.*; do
4137 test -f "$ac_file" || continue
4138 case $ac_file in
4139 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4140 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4141 break;;
4142 * ) break;;
4143 esac
4144 done
4145 else
4146 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4147 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4148 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4149 See \`config.log' for more details" "$LINENO" 5; }
4151 rm -f conftest conftest$ac_cv_exeext
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4153 $as_echo "$ac_cv_exeext" >&6; }
4155 rm -f conftest.$ac_ext
4156 EXEEXT=$ac_cv_exeext
4157 ac_exeext=$EXEEXT
4158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4159 /* end confdefs.h. */
4160 #include <stdio.h>
4162 main ()
4164 FILE *f = fopen ("conftest.out", "w");
4165 return ferror (f) || fclose (f) != 0;
4168 return 0;
4170 _ACEOF
4171 ac_clean_files="$ac_clean_files conftest.out"
4172 # Check that the compiler produces executables we can run. If not, either
4173 # the compiler is broken, or we cross compile.
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4175 $as_echo_n "checking whether we are cross compiling... " >&6; }
4176 if test "$cross_compiling" != yes; then
4177 { { ac_try="$ac_link"
4178 case "(($ac_try" in
4179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4180 *) ac_try_echo=$ac_try;;
4181 esac
4182 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4183 $as_echo "$ac_try_echo"; } >&5
4184 (eval "$ac_link") 2>&5
4185 ac_status=$?
4186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4187 test $ac_status = 0; }
4188 if { ac_try='./conftest$ac_cv_exeext'
4189 { { case "(($ac_try" in
4190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4191 *) ac_try_echo=$ac_try;;
4192 esac
4193 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4194 $as_echo "$ac_try_echo"; } >&5
4195 (eval "$ac_try") 2>&5
4196 ac_status=$?
4197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4198 test $ac_status = 0; }; }; then
4199 cross_compiling=no
4200 else
4201 if test "$cross_compiling" = maybe; then
4202 cross_compiling=yes
4203 else
4204 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4205 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4206 as_fn_error $? "cannot run C compiled programs.
4207 If you meant to cross compile, use \`--host'.
4208 See \`config.log' for more details" "$LINENO" 5; }
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4213 $as_echo "$cross_compiling" >&6; }
4215 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4216 ac_clean_files=$ac_clean_files_save
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4218 $as_echo_n "checking for suffix of object files... " >&6; }
4219 if ${ac_cv_objext+:} false; then :
4220 $as_echo_n "(cached) " >&6
4221 else
4222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4223 /* end confdefs.h. */
4226 main ()
4230 return 0;
4232 _ACEOF
4233 rm -f conftest.o conftest.obj
4234 if { { ac_try="$ac_compile"
4235 case "(($ac_try" in
4236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4237 *) ac_try_echo=$ac_try;;
4238 esac
4239 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4240 $as_echo "$ac_try_echo"; } >&5
4241 (eval "$ac_compile") 2>&5
4242 ac_status=$?
4243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4244 test $ac_status = 0; }; then :
4245 for ac_file in conftest.o conftest.obj conftest.*; do
4246 test -f "$ac_file" || continue;
4247 case $ac_file in
4248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4249 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4250 break;;
4251 esac
4252 done
4253 else
4254 $as_echo "$as_me: failed program was:" >&5
4255 sed 's/^/| /' conftest.$ac_ext >&5
4257 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4258 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4259 as_fn_error $? "cannot compute suffix of object files: cannot compile
4260 See \`config.log' for more details" "$LINENO" 5; }
4262 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4265 $as_echo "$ac_cv_objext" >&6; }
4266 OBJEXT=$ac_cv_objext
4267 ac_objext=$OBJEXT
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4269 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4270 if ${ac_cv_c_compiler_gnu+:} false; then :
4271 $as_echo_n "(cached) " >&6
4272 else
4273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4274 /* end confdefs.h. */
4277 main ()
4279 #ifndef __GNUC__
4280 choke me
4281 #endif
4284 return 0;
4286 _ACEOF
4287 if ac_fn_c_try_compile "$LINENO"; then :
4288 ac_compiler_gnu=yes
4289 else
4290 ac_compiler_gnu=no
4292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4293 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4297 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4298 if test $ac_compiler_gnu = yes; then
4299 GCC=yes
4300 else
4301 GCC=
4303 ac_test_CFLAGS=${CFLAGS+set}
4304 ac_save_CFLAGS=$CFLAGS
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4306 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4307 if ${ac_cv_prog_cc_g+:} false; then :
4308 $as_echo_n "(cached) " >&6
4309 else
4310 ac_save_c_werror_flag=$ac_c_werror_flag
4311 ac_c_werror_flag=yes
4312 ac_cv_prog_cc_g=no
4313 CFLAGS="-g"
4314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4315 /* end confdefs.h. */
4318 main ()
4322 return 0;
4324 _ACEOF
4325 if ac_fn_c_try_compile "$LINENO"; then :
4326 ac_cv_prog_cc_g=yes
4327 else
4328 CFLAGS=""
4329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4330 /* end confdefs.h. */
4333 main ()
4337 return 0;
4339 _ACEOF
4340 if ac_fn_c_try_compile "$LINENO"; then :
4342 else
4343 ac_c_werror_flag=$ac_save_c_werror_flag
4344 CFLAGS="-g"
4345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4346 /* end confdefs.h. */
4349 main ()
4353 return 0;
4355 _ACEOF
4356 if ac_fn_c_try_compile "$LINENO"; then :
4357 ac_cv_prog_cc_g=yes
4359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4364 ac_c_werror_flag=$ac_save_c_werror_flag
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4367 $as_echo "$ac_cv_prog_cc_g" >&6; }
4368 if test "$ac_test_CFLAGS" = set; then
4369 CFLAGS=$ac_save_CFLAGS
4370 elif test $ac_cv_prog_cc_g = yes; then
4371 if test "$GCC" = yes; then
4372 CFLAGS="-g -O2"
4373 else
4374 CFLAGS="-g"
4376 else
4377 if test "$GCC" = yes; then
4378 CFLAGS="-O2"
4379 else
4380 CFLAGS=
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4384 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4385 if ${ac_cv_prog_cc_c89+:} false; then :
4386 $as_echo_n "(cached) " >&6
4387 else
4388 ac_cv_prog_cc_c89=no
4389 ac_save_CC=$CC
4390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4391 /* end confdefs.h. */
4392 #include <stdarg.h>
4393 #include <stdio.h>
4394 struct stat;
4395 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4396 struct buf { int x; };
4397 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4398 static char *e (p, i)
4399 char **p;
4400 int i;
4402 return p[i];
4404 static char *f (char * (*g) (char **, int), char **p, ...)
4406 char *s;
4407 va_list v;
4408 va_start (v,p);
4409 s = g (p, va_arg (v,int));
4410 va_end (v);
4411 return s;
4414 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4415 function prototypes and stuff, but not '\xHH' hex character constants.
4416 These don't provoke an error unfortunately, instead are silently treated
4417 as 'x'. The following induces an error, until -std is added to get
4418 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4419 array size at least. It's necessary to write '\x00'==0 to get something
4420 that's true only with -std. */
4421 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4423 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4424 inside strings and character constants. */
4425 #define FOO(x) 'x'
4426 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4428 int test (int i, double x);
4429 struct s1 {int (*f) (int a);};
4430 struct s2 {int (*f) (double a);};
4431 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4432 int argc;
4433 char **argv;
4435 main ()
4437 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4439 return 0;
4441 _ACEOF
4442 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4443 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4445 CC="$ac_save_CC $ac_arg"
4446 if ac_fn_c_try_compile "$LINENO"; then :
4447 ac_cv_prog_cc_c89=$ac_arg
4449 rm -f core conftest.err conftest.$ac_objext
4450 test "x$ac_cv_prog_cc_c89" != "xno" && break
4451 done
4452 rm -f conftest.$ac_ext
4453 CC=$ac_save_CC
4456 # AC_CACHE_VAL
4457 case "x$ac_cv_prog_cc_c89" in
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4460 $as_echo "none needed" >&6; } ;;
4461 xno)
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4463 $as_echo "unsupported" >&6; } ;;
4465 CC="$CC $ac_cv_prog_cc_c89"
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4467 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4468 esac
4469 if test "x$ac_cv_prog_cc_c89" != xno; then :
4473 ac_ext=c
4474 ac_cpp='$CPP $CPPFLAGS'
4475 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4476 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4477 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4479 ac_ext=cpp
4480 ac_cpp='$CXXCPP $CPPFLAGS'
4481 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4482 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4483 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4484 if test -z "$CXX"; then
4485 if test -n "$CCC"; then
4486 CXX=$CCC
4487 else
4488 if test -n "$ac_tool_prefix"; then
4489 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4492 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4494 $as_echo_n "checking for $ac_word... " >&6; }
4495 if ${ac_cv_prog_CXX+:} false; then :
4496 $as_echo_n "(cached) " >&6
4497 else
4498 if test -n "$CXX"; then
4499 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4500 else
4501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4502 for as_dir in $PATH
4504 IFS=$as_save_IFS
4505 test -z "$as_dir" && as_dir=.
4506 for ac_exec_ext in '' $ac_executable_extensions; do
4507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4508 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4510 break 2
4512 done
4513 done
4514 IFS=$as_save_IFS
4518 CXX=$ac_cv_prog_CXX
4519 if test -n "$CXX"; then
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4521 $as_echo "$CXX" >&6; }
4522 else
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4524 $as_echo "no" >&6; }
4528 test -n "$CXX" && break
4529 done
4531 if test -z "$CXX"; then
4532 ac_ct_CXX=$CXX
4533 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4535 # Extract the first word of "$ac_prog", so it can be a program name with args.
4536 set dummy $ac_prog; ac_word=$2
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4538 $as_echo_n "checking for $ac_word... " >&6; }
4539 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4540 $as_echo_n "(cached) " >&6
4541 else
4542 if test -n "$ac_ct_CXX"; then
4543 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4544 else
4545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4546 for as_dir in $PATH
4548 IFS=$as_save_IFS
4549 test -z "$as_dir" && as_dir=.
4550 for ac_exec_ext in '' $ac_executable_extensions; do
4551 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4552 ac_cv_prog_ac_ct_CXX="$ac_prog"
4553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4554 break 2
4556 done
4557 done
4558 IFS=$as_save_IFS
4562 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4563 if test -n "$ac_ct_CXX"; then
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4565 $as_echo "$ac_ct_CXX" >&6; }
4566 else
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4568 $as_echo "no" >&6; }
4572 test -n "$ac_ct_CXX" && break
4573 done
4575 if test "x$ac_ct_CXX" = x; then
4576 CXX="g++"
4577 else
4578 case $cross_compiling:$ac_tool_warned in
4579 yes:)
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4581 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4582 ac_tool_warned=yes ;;
4583 esac
4584 CXX=$ac_ct_CXX
4590 # Provide some information about the compiler.
4591 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4592 set X $ac_compile
4593 ac_compiler=$2
4594 for ac_option in --version -v -V -qversion; do
4595 { { ac_try="$ac_compiler $ac_option >&5"
4596 case "(($ac_try" in
4597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4598 *) ac_try_echo=$ac_try;;
4599 esac
4600 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4601 $as_echo "$ac_try_echo"; } >&5
4602 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4603 ac_status=$?
4604 if test -s conftest.err; then
4605 sed '10a\
4606 ... rest of stderr output deleted ...
4607 10q' conftest.err >conftest.er1
4608 cat conftest.er1 >&5
4610 rm -f conftest.er1 conftest.err
4611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4612 test $ac_status = 0; }
4613 done
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4616 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4617 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4618 $as_echo_n "(cached) " >&6
4619 else
4620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4621 /* end confdefs.h. */
4624 main ()
4626 #ifndef __GNUC__
4627 choke me
4628 #endif
4631 return 0;
4633 _ACEOF
4634 if ac_fn_cxx_try_compile "$LINENO"; then :
4635 ac_compiler_gnu=yes
4636 else
4637 ac_compiler_gnu=no
4639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4640 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4644 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4645 if test $ac_compiler_gnu = yes; then
4646 GXX=yes
4647 else
4648 GXX=
4650 ac_test_CXXFLAGS=${CXXFLAGS+set}
4651 ac_save_CXXFLAGS=$CXXFLAGS
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4653 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4654 if ${ac_cv_prog_cxx_g+:} false; then :
4655 $as_echo_n "(cached) " >&6
4656 else
4657 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4658 ac_cxx_werror_flag=yes
4659 ac_cv_prog_cxx_g=no
4660 CXXFLAGS="-g"
4661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4662 /* end confdefs.h. */
4665 main ()
4669 return 0;
4671 _ACEOF
4672 if ac_fn_cxx_try_compile "$LINENO"; then :
4673 ac_cv_prog_cxx_g=yes
4674 else
4675 CXXFLAGS=""
4676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4677 /* end confdefs.h. */
4680 main ()
4684 return 0;
4686 _ACEOF
4687 if ac_fn_cxx_try_compile "$LINENO"; then :
4689 else
4690 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4691 CXXFLAGS="-g"
4692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4693 /* end confdefs.h. */
4696 main ()
4700 return 0;
4702 _ACEOF
4703 if ac_fn_cxx_try_compile "$LINENO"; then :
4704 ac_cv_prog_cxx_g=yes
4706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4711 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4714 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4715 if test "$ac_test_CXXFLAGS" = set; then
4716 CXXFLAGS=$ac_save_CXXFLAGS
4717 elif test $ac_cv_prog_cxx_g = yes; then
4718 if test "$GXX" = yes; then
4719 CXXFLAGS="-g -O2"
4720 else
4721 CXXFLAGS="-g"
4723 else
4724 if test "$GXX" = yes; then
4725 CXXFLAGS="-O2"
4726 else
4727 CXXFLAGS=
4730 ac_ext=c
4731 ac_cpp='$CPP $CPPFLAGS'
4732 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4733 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4734 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4736 if test -n "$ac_tool_prefix"; then
4737 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4738 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4740 $as_echo_n "checking for $ac_word... " >&6; }
4741 if ${ac_cv_prog_CPPBIN+:} false; then :
4742 $as_echo_n "(cached) " >&6
4743 else
4744 if test -n "$CPPBIN"; then
4745 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4746 else
4747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4748 for as_dir in $PATH
4750 IFS=$as_save_IFS
4751 test -z "$as_dir" && as_dir=.
4752 for ac_exec_ext in '' $ac_executable_extensions; do
4753 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4754 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4756 break 2
4758 done
4759 done
4760 IFS=$as_save_IFS
4764 CPPBIN=$ac_cv_prog_CPPBIN
4765 if test -n "$CPPBIN"; then
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4767 $as_echo "$CPPBIN" >&6; }
4768 else
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4770 $as_echo "no" >&6; }
4775 if test -z "$ac_cv_prog_CPPBIN"; then
4776 ac_ct_CPPBIN=$CPPBIN
4777 # Extract the first word of "cpp", so it can be a program name with args.
4778 set dummy cpp; ac_word=$2
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4780 $as_echo_n "checking for $ac_word... " >&6; }
4781 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4782 $as_echo_n "(cached) " >&6
4783 else
4784 if test -n "$ac_ct_CPPBIN"; then
4785 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4786 else
4787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4788 for as_dir in $PATH
4790 IFS=$as_save_IFS
4791 test -z "$as_dir" && as_dir=.
4792 for ac_exec_ext in '' $ac_executable_extensions; do
4793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4794 ac_cv_prog_ac_ct_CPPBIN="cpp"
4795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4796 break 2
4798 done
4799 done
4800 IFS=$as_save_IFS
4804 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4805 if test -n "$ac_ct_CPPBIN"; then
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4807 $as_echo "$ac_ct_CPPBIN" >&6; }
4808 else
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4810 $as_echo "no" >&6; }
4813 if test "x$ac_ct_CPPBIN" = x; then
4814 CPPBIN="cpp"
4815 else
4816 case $cross_compiling:$ac_tool_warned in
4817 yes:)
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4819 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4820 ac_tool_warned=yes ;;
4821 esac
4822 CPPBIN=$ac_ct_CPPBIN
4824 else
4825 CPPBIN="$ac_cv_prog_CPPBIN"
4829 cat >>confdefs.h <<_ACEOF
4830 #define EXEEXT "$ac_exeext"
4831 _ACEOF
4833 if test -n "$ac_tool_prefix"; then
4834 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4835 set dummy ${ac_tool_prefix}ld; ac_word=$2
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4837 $as_echo_n "checking for $ac_word... " >&6; }
4838 if ${ac_cv_prog_LD+:} false; then :
4839 $as_echo_n "(cached) " >&6
4840 else
4841 if test -n "$LD"; then
4842 ac_cv_prog_LD="$LD" # Let the user override the test.
4843 else
4844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4845 for as_dir in $PATH
4847 IFS=$as_save_IFS
4848 test -z "$as_dir" && as_dir=.
4849 for ac_exec_ext in '' $ac_executable_extensions; do
4850 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4851 ac_cv_prog_LD="${ac_tool_prefix}ld"
4852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4853 break 2
4855 done
4856 done
4857 IFS=$as_save_IFS
4861 LD=$ac_cv_prog_LD
4862 if test -n "$LD"; then
4863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4864 $as_echo "$LD" >&6; }
4865 else
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4867 $as_echo "no" >&6; }
4872 if test -z "$ac_cv_prog_LD"; then
4873 ac_ct_LD=$LD
4874 # Extract the first word of "ld", so it can be a program name with args.
4875 set dummy ld; ac_word=$2
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4877 $as_echo_n "checking for $ac_word... " >&6; }
4878 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4879 $as_echo_n "(cached) " >&6
4880 else
4881 if test -n "$ac_ct_LD"; then
4882 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4883 else
4884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4885 for as_dir in $PATH
4887 IFS=$as_save_IFS
4888 test -z "$as_dir" && as_dir=.
4889 for ac_exec_ext in '' $ac_executable_extensions; do
4890 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4891 ac_cv_prog_ac_ct_LD="ld"
4892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4893 break 2
4895 done
4896 done
4897 IFS=$as_save_IFS
4901 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4902 if test -n "$ac_ct_LD"; then
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4904 $as_echo "$ac_ct_LD" >&6; }
4905 else
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4907 $as_echo "no" >&6; }
4910 if test "x$ac_ct_LD" = x; then
4911 LD=""
4912 else
4913 case $cross_compiling:$ac_tool_warned in
4914 yes:)
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4916 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4917 ac_tool_warned=yes ;;
4918 esac
4919 LD=$ac_ct_LD
4921 else
4922 LD="$ac_cv_prog_LD"
4926 case $host in
4927 *-darwin*)
4928 if test "x$enable_win64" = "xyes"
4929 then
4930 CC="$CC -m64"
4931 CXX="$CXX -m64"
4932 host_cpu="x86_64"
4933 notice_platform="64-bit "
4934 TARGETFLAGS="-m64"
4936 else
4937 CC="$CC -m32"
4938 CXX="$CXX -m32"
4939 host_cpu="i386"
4940 notice_platform="32-bit "
4941 TARGETFLAGS="-m32"
4943 enable_win16=${enable_win16:-yes}
4945 with_fontconfig=${with_fontconfig:-no}
4947 x86_64*|amd64*)
4948 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4949 then
4950 CC="$CC -m32"
4951 CXX="$CXX -m32"
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4953 $as_echo_n "checking whether $CC works... " >&6; }
4955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4956 /* end confdefs.h. */
4959 main ()
4963 return 0;
4965 _ACEOF
4966 if ac_fn_c_try_link "$LINENO"; then :
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4968 $as_echo "yes" >&6; }
4969 else
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4972 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4974 rm -f core conftest.err conftest.$ac_objext \
4975 conftest$ac_exeext conftest.$ac_ext
4976 host_cpu="i386"
4977 notice_platform="32-bit "
4978 TARGETFLAGS="-m32"
4980 enable_win16=${enable_win16:-yes}
4981 else
4982 if test "x${GCC}" = "xyes"
4983 then
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4985 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4987 /* end confdefs.h. */
4988 #include <stdarg.h>
4990 main ()
4992 void func(__builtin_ms_va_list *args);
4994 return 0;
4996 _ACEOF
4997 if ac_fn_c_try_compile "$LINENO"; then :
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4999 $as_echo "yes" >&6; }
5000 else
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5002 $as_echo "no" >&6; }
5003 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5007 host_cpu="x86_64"
5008 TARGETFLAGS="-m64"
5012 arm*)
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5014 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5016 /* end confdefs.h. */
5017 int ac_test(int i) { return i; }
5019 main ()
5021 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5023 return 0;
5025 _ACEOF
5026 if ac_fn_c_try_link "$LINENO"; then :
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5028 $as_echo "yes" >&6; }
5029 else
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5031 $as_echo "no" >&6; }
5032 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5034 rm -f core conftest.err conftest.$ac_objext \
5035 conftest$ac_exeext conftest.$ac_ext
5036 CFLAGS="$CFLAGS -marm"
5037 TARGETFLAGS="-marm"
5040 *-mingw32*|*-cygwin*)
5041 enable_win16=${enable_win16:-no}
5042 CFLAGS="$CFLAGS -D_WIN32"
5044 i[3456789]86*)
5045 enable_win16=${enable_win16:-yes}
5047 esac
5049 enable_win16=${enable_win16:-no}
5050 enable_win64=${enable_win64:-no}
5052 enable_winetest=${enable_winetest:-$enable_tests}
5054 if test -n "$with_wine64"
5055 then
5056 if test "x$enable_win64" = "xyes"
5057 then
5058 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5059 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5061 enable_fonts=${enable_fonts:-no}
5062 enable_server=${enable_server:-no}
5063 elif test "x$enable_win64" = "xyes"
5064 then
5065 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5069 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5070 if ${wine_cv_toolsdir+:} false; then :
5071 $as_echo_n "(cached) " >&6
5072 else
5073 wine_cv_toolsdir="$with_wine_tools"
5074 if test -z "$with_wine_tools"; then
5075 if test "$cross_compiling" = "yes"; then
5076 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5077 elif test -n "$with_wine64"; then
5078 wine_cv_toolsdir="$with_wine64"
5081 if test -z "$wine_cv_toolsdir"; then
5082 wine_makedep=tools/makedep
5083 wine_cv_toolsdir="\$(top_builddir)"
5084 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5085 wine_makedep=$wine_cv_toolsdir/tools/makedep
5086 case "$wine_cv_toolsdir" in
5087 /*) ;;
5088 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5089 esac
5090 enable_tools=${enable_tools:-no}
5091 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5092 else
5093 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5097 $as_echo "$wine_cv_toolsdir" >&6; }
5098 TOOLSDIR=$wine_cv_toolsdir
5100 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5101 then
5102 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5106 for ac_prog in flex
5108 # Extract the first word of "$ac_prog", so it can be a program name with args.
5109 set dummy $ac_prog; ac_word=$2
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5111 $as_echo_n "checking for $ac_word... " >&6; }
5112 if ${ac_cv_prog_FLEX+:} false; then :
5113 $as_echo_n "(cached) " >&6
5114 else
5115 if test -n "$FLEX"; then
5116 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5117 else
5118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5119 for as_dir in $PATH
5121 IFS=$as_save_IFS
5122 test -z "$as_dir" && as_dir=.
5123 for ac_exec_ext in '' $ac_executable_extensions; do
5124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5125 ac_cv_prog_FLEX="$ac_prog"
5126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5127 break 2
5129 done
5130 done
5131 IFS=$as_save_IFS
5135 FLEX=$ac_cv_prog_FLEX
5136 if test -n "$FLEX"; then
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5138 $as_echo "$FLEX" >&6; }
5139 else
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5141 $as_echo "no" >&6; }
5145 test -n "$FLEX" && break
5146 done
5147 test -n "$FLEX" || FLEX="none"
5149 if test "$FLEX" = "none"
5150 then
5151 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5154 $as_echo_n "checking whether flex is recent enough... " >&6; }
5155 cat >conftest.l <<EOF
5156 %top{
5157 #include "prediluvian.h"
5161 if $FLEX -t conftest.l >/dev/null 2>&5
5162 then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5164 $as_echo "yes" >&6; }
5165 else
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5167 $as_echo "no" >&6; }
5168 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5171 for ac_prog in bison
5173 # Extract the first word of "$ac_prog", so it can be a program name with args.
5174 set dummy $ac_prog; ac_word=$2
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5176 $as_echo_n "checking for $ac_word... " >&6; }
5177 if ${ac_cv_prog_BISON+:} false; then :
5178 $as_echo_n "(cached) " >&6
5179 else
5180 if test -n "$BISON"; then
5181 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5182 else
5183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5184 for as_dir in $PATH
5186 IFS=$as_save_IFS
5187 test -z "$as_dir" && as_dir=.
5188 for ac_exec_ext in '' $ac_executable_extensions; do
5189 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5190 ac_cv_prog_BISON="$ac_prog"
5191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5192 break 2
5194 done
5195 done
5196 IFS=$as_save_IFS
5200 BISON=$ac_cv_prog_BISON
5201 if test -n "$BISON"; then
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5203 $as_echo "$BISON" >&6; }
5204 else
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5206 $as_echo "no" >&6; }
5210 test -n "$BISON" && break
5211 done
5212 test -n "$BISON" || BISON="none"
5214 if test "$BISON" = "none"
5215 then
5216 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5219 if test -n "$ac_tool_prefix"; then
5220 for ac_prog in ar gar
5222 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5223 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5225 $as_echo_n "checking for $ac_word... " >&6; }
5226 if ${ac_cv_prog_AR+:} false; then :
5227 $as_echo_n "(cached) " >&6
5228 else
5229 if test -n "$AR"; then
5230 ac_cv_prog_AR="$AR" # Let the user override the test.
5231 else
5232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5233 for as_dir in $PATH
5235 IFS=$as_save_IFS
5236 test -z "$as_dir" && as_dir=.
5237 for ac_exec_ext in '' $ac_executable_extensions; do
5238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5239 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5241 break 2
5243 done
5244 done
5245 IFS=$as_save_IFS
5249 AR=$ac_cv_prog_AR
5250 if test -n "$AR"; then
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5252 $as_echo "$AR" >&6; }
5253 else
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5255 $as_echo "no" >&6; }
5259 test -n "$AR" && break
5260 done
5262 if test -z "$AR"; then
5263 ac_ct_AR=$AR
5264 for ac_prog in ar gar
5266 # Extract the first word of "$ac_prog", so it can be a program name with args.
5267 set dummy $ac_prog; ac_word=$2
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5269 $as_echo_n "checking for $ac_word... " >&6; }
5270 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5271 $as_echo_n "(cached) " >&6
5272 else
5273 if test -n "$ac_ct_AR"; then
5274 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5275 else
5276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5277 for as_dir in $PATH
5279 IFS=$as_save_IFS
5280 test -z "$as_dir" && as_dir=.
5281 for ac_exec_ext in '' $ac_executable_extensions; do
5282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5283 ac_cv_prog_ac_ct_AR="$ac_prog"
5284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5285 break 2
5287 done
5288 done
5289 IFS=$as_save_IFS
5293 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5294 if test -n "$ac_ct_AR"; then
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5296 $as_echo "$ac_ct_AR" >&6; }
5297 else
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5299 $as_echo "no" >&6; }
5303 test -n "$ac_ct_AR" && break
5304 done
5306 if test "x$ac_ct_AR" = x; then
5307 AR="ar"
5308 else
5309 case $cross_compiling:$ac_tool_warned in
5310 yes:)
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5312 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5313 ac_tool_warned=yes ;;
5314 esac
5315 AR=$ac_ct_AR
5319 if test -n "$ac_tool_prefix"; then
5320 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5321 set dummy ${ac_tool_prefix}strip; ac_word=$2
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5323 $as_echo_n "checking for $ac_word... " >&6; }
5324 if ${ac_cv_prog_STRIP+:} false; then :
5325 $as_echo_n "(cached) " >&6
5326 else
5327 if test -n "$STRIP"; then
5328 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5329 else
5330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5331 for as_dir in $PATH
5333 IFS=$as_save_IFS
5334 test -z "$as_dir" && as_dir=.
5335 for ac_exec_ext in '' $ac_executable_extensions; do
5336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5337 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5339 break 2
5341 done
5342 done
5343 IFS=$as_save_IFS
5347 STRIP=$ac_cv_prog_STRIP
5348 if test -n "$STRIP"; then
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5350 $as_echo "$STRIP" >&6; }
5351 else
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5353 $as_echo "no" >&6; }
5358 if test -z "$ac_cv_prog_STRIP"; then
5359 ac_ct_STRIP=$STRIP
5360 # Extract the first word of "strip", so it can be a program name with args.
5361 set dummy strip; ac_word=$2
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5363 $as_echo_n "checking for $ac_word... " >&6; }
5364 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5365 $as_echo_n "(cached) " >&6
5366 else
5367 if test -n "$ac_ct_STRIP"; then
5368 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5369 else
5370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5371 for as_dir in $PATH
5373 IFS=$as_save_IFS
5374 test -z "$as_dir" && as_dir=.
5375 for ac_exec_ext in '' $ac_executable_extensions; do
5376 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5377 ac_cv_prog_ac_ct_STRIP="strip"
5378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5379 break 2
5381 done
5382 done
5383 IFS=$as_save_IFS
5387 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5388 if test -n "$ac_ct_STRIP"; then
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5390 $as_echo "$ac_ct_STRIP" >&6; }
5391 else
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5393 $as_echo "no" >&6; }
5396 if test "x$ac_ct_STRIP" = x; then
5397 STRIP="strip"
5398 else
5399 case $cross_compiling:$ac_tool_warned in
5400 yes:)
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5403 ac_tool_warned=yes ;;
5404 esac
5405 STRIP=$ac_ct_STRIP
5407 else
5408 STRIP="$ac_cv_prog_STRIP"
5411 ARFLAGS=rc
5413 if test -n "$ac_tool_prefix"; then
5414 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5415 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5417 $as_echo_n "checking for $ac_word... " >&6; }
5418 if ${ac_cv_prog_RANLIB+:} false; then :
5419 $as_echo_n "(cached) " >&6
5420 else
5421 if test -n "$RANLIB"; then
5422 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5423 else
5424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5425 for as_dir in $PATH
5427 IFS=$as_save_IFS
5428 test -z "$as_dir" && as_dir=.
5429 for ac_exec_ext in '' $ac_executable_extensions; do
5430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5431 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5433 break 2
5435 done
5436 done
5437 IFS=$as_save_IFS
5441 RANLIB=$ac_cv_prog_RANLIB
5442 if test -n "$RANLIB"; then
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5444 $as_echo "$RANLIB" >&6; }
5445 else
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 $as_echo "no" >&6; }
5452 if test -z "$ac_cv_prog_RANLIB"; then
5453 ac_ct_RANLIB=$RANLIB
5454 # Extract the first word of "ranlib", so it can be a program name with args.
5455 set dummy ranlib; ac_word=$2
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5457 $as_echo_n "checking for $ac_word... " >&6; }
5458 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5459 $as_echo_n "(cached) " >&6
5460 else
5461 if test -n "$ac_ct_RANLIB"; then
5462 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5463 else
5464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5465 for as_dir in $PATH
5467 IFS=$as_save_IFS
5468 test -z "$as_dir" && as_dir=.
5469 for ac_exec_ext in '' $ac_executable_extensions; do
5470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5471 ac_cv_prog_ac_ct_RANLIB="ranlib"
5472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5473 break 2
5475 done
5476 done
5477 IFS=$as_save_IFS
5481 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5482 if test -n "$ac_ct_RANLIB"; then
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5484 $as_echo "$ac_ct_RANLIB" >&6; }
5485 else
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5487 $as_echo "no" >&6; }
5490 if test "x$ac_ct_RANLIB" = x; then
5491 RANLIB=":"
5492 else
5493 case $cross_compiling:$ac_tool_warned in
5494 yes:)
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5496 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5497 ac_tool_warned=yes ;;
5498 esac
5499 RANLIB=$ac_ct_RANLIB
5501 else
5502 RANLIB="$ac_cv_prog_RANLIB"
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5506 $as_echo_n "checking whether ln -s works... " >&6; }
5507 LN_S=$as_ln_s
5508 if test "$LN_S" = "ln -s"; then
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5510 $as_echo "yes" >&6; }
5511 else
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5513 $as_echo "no, using $LN_S" >&6; }
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5517 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5518 if ${ac_cv_path_GREP+:} false; then :
5519 $as_echo_n "(cached) " >&6
5520 else
5521 if test -z "$GREP"; then
5522 ac_path_GREP_found=false
5523 # Loop through the user's path and test for each of PROGNAME-LIST
5524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5525 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5527 IFS=$as_save_IFS
5528 test -z "$as_dir" && as_dir=.
5529 for ac_prog in grep ggrep; do
5530 for ac_exec_ext in '' $ac_executable_extensions; do
5531 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5532 as_fn_executable_p "$ac_path_GREP" || continue
5533 # Check for GNU ac_path_GREP and select it if it is found.
5534 # Check for GNU $ac_path_GREP
5535 case `"$ac_path_GREP" --version 2>&1` in
5536 *GNU*)
5537 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5539 ac_count=0
5540 $as_echo_n 0123456789 >"conftest.in"
5541 while :
5543 cat "conftest.in" "conftest.in" >"conftest.tmp"
5544 mv "conftest.tmp" "conftest.in"
5545 cp "conftest.in" "conftest.nl"
5546 $as_echo 'GREP' >> "conftest.nl"
5547 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5548 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5549 as_fn_arith $ac_count + 1 && ac_count=$as_val
5550 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5551 # Best one so far, save it but keep looking for a better one
5552 ac_cv_path_GREP="$ac_path_GREP"
5553 ac_path_GREP_max=$ac_count
5555 # 10*(2^10) chars as input seems more than enough
5556 test $ac_count -gt 10 && break
5557 done
5558 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5559 esac
5561 $ac_path_GREP_found && break 3
5562 done
5563 done
5564 done
5565 IFS=$as_save_IFS
5566 if test -z "$ac_cv_path_GREP"; then
5567 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5569 else
5570 ac_cv_path_GREP=$GREP
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5575 $as_echo "$ac_cv_path_GREP" >&6; }
5576 GREP="$ac_cv_path_GREP"
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5580 $as_echo_n "checking for egrep... " >&6; }
5581 if ${ac_cv_path_EGREP+:} false; then :
5582 $as_echo_n "(cached) " >&6
5583 else
5584 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5585 then ac_cv_path_EGREP="$GREP -E"
5586 else
5587 if test -z "$EGREP"; then
5588 ac_path_EGREP_found=false
5589 # Loop through the user's path and test for each of PROGNAME-LIST
5590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5591 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5593 IFS=$as_save_IFS
5594 test -z "$as_dir" && as_dir=.
5595 for ac_prog in egrep; do
5596 for ac_exec_ext in '' $ac_executable_extensions; do
5597 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5598 as_fn_executable_p "$ac_path_EGREP" || continue
5599 # Check for GNU ac_path_EGREP and select it if it is found.
5600 # Check for GNU $ac_path_EGREP
5601 case `"$ac_path_EGREP" --version 2>&1` in
5602 *GNU*)
5603 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5605 ac_count=0
5606 $as_echo_n 0123456789 >"conftest.in"
5607 while :
5609 cat "conftest.in" "conftest.in" >"conftest.tmp"
5610 mv "conftest.tmp" "conftest.in"
5611 cp "conftest.in" "conftest.nl"
5612 $as_echo 'EGREP' >> "conftest.nl"
5613 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5614 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5615 as_fn_arith $ac_count + 1 && ac_count=$as_val
5616 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5617 # Best one so far, save it but keep looking for a better one
5618 ac_cv_path_EGREP="$ac_path_EGREP"
5619 ac_path_EGREP_max=$ac_count
5621 # 10*(2^10) chars as input seems more than enough
5622 test $ac_count -gt 10 && break
5623 done
5624 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5625 esac
5627 $ac_path_EGREP_found && break 3
5628 done
5629 done
5630 done
5631 IFS=$as_save_IFS
5632 if test -z "$ac_cv_path_EGREP"; then
5633 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5635 else
5636 ac_cv_path_EGREP=$EGREP
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5642 $as_echo "$ac_cv_path_EGREP" >&6; }
5643 EGREP="$ac_cv_path_EGREP"
5646 # Extract the first word of "ldconfig", so it can be a program name with args.
5647 set dummy ldconfig; ac_word=$2
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5649 $as_echo_n "checking for $ac_word... " >&6; }
5650 if ${ac_cv_path_LDCONFIG+:} false; then :
5651 $as_echo_n "(cached) " >&6
5652 else
5653 case $LDCONFIG in
5654 [\\/]* | ?:[\\/]*)
5655 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5659 for as_dir in /sbin /usr/sbin $PATH
5661 IFS=$as_save_IFS
5662 test -z "$as_dir" && as_dir=.
5663 for ac_exec_ext in '' $ac_executable_extensions; do
5664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5665 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5667 break 2
5669 done
5670 done
5671 IFS=$as_save_IFS
5673 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5675 esac
5677 LDCONFIG=$ac_cv_path_LDCONFIG
5678 if test -n "$LDCONFIG"; then
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5680 $as_echo "$LDCONFIG" >&6; }
5681 else
5682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5683 $as_echo "no" >&6; }
5687 for ac_prog in msgfmt
5689 # Extract the first word of "$ac_prog", so it can be a program name with args.
5690 set dummy $ac_prog; ac_word=$2
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5692 $as_echo_n "checking for $ac_word... " >&6; }
5693 if ${ac_cv_prog_MSGFMT+:} false; then :
5694 $as_echo_n "(cached) " >&6
5695 else
5696 if test -n "$MSGFMT"; then
5697 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5698 else
5699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5700 for as_dir in $PATH
5702 IFS=$as_save_IFS
5703 test -z "$as_dir" && as_dir=.
5704 for ac_exec_ext in '' $ac_executable_extensions; do
5705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5706 ac_cv_prog_MSGFMT="$ac_prog"
5707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5708 break 2
5710 done
5711 done
5712 IFS=$as_save_IFS
5716 MSGFMT=$ac_cv_prog_MSGFMT
5717 if test -n "$MSGFMT"; then
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5719 $as_echo "$MSGFMT" >&6; }
5720 else
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5722 $as_echo "no" >&6; }
5726 test -n "$MSGFMT" && break
5727 done
5728 test -n "$MSGFMT" || MSGFMT="false"
5730 if ${ac_tool_prefix+:} false; then :
5731 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5732 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5734 $as_echo_n "checking for $ac_word... " >&6; }
5735 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5736 $as_echo_n "(cached) " >&6
5737 else
5738 if test -n "$PKG_CONFIG"; then
5739 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5740 else
5741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5742 for as_dir in $PATH
5744 IFS=$as_save_IFS
5745 test -z "$as_dir" && as_dir=.
5746 for ac_exec_ext in '' $ac_executable_extensions; do
5747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5748 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5750 break 2
5752 done
5753 done
5754 IFS=$as_save_IFS
5758 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5759 if test -n "$PKG_CONFIG"; then
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5761 $as_echo "$PKG_CONFIG" >&6; }
5762 else
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5764 $as_echo "no" >&6; }
5769 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5770 if test "x$cross_compiling" = xyes; then :
5772 else
5773 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5774 # Extract the first word of "pkg-config", so it can be a program name with args.
5775 set dummy pkg-config; ac_word=$2
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5777 $as_echo_n "checking for $ac_word... " >&6; }
5778 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5779 $as_echo_n "(cached) " >&6
5780 else
5781 if test -n "$PKG_CONFIG"; then
5782 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5783 else
5784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5785 for as_dir in $PATH
5787 IFS=$as_save_IFS
5788 test -z "$as_dir" && as_dir=.
5789 for ac_exec_ext in '' $ac_executable_extensions; do
5790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5791 ac_cv_prog_PKG_CONFIG="pkg-config"
5792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5793 break 2
5795 done
5796 done
5797 IFS=$as_save_IFS
5801 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5802 if test -n "$PKG_CONFIG"; then
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5804 $as_echo "$PKG_CONFIG" >&6; }
5805 else
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5807 $as_echo "no" >&6; }
5812 else
5813 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5816 if test "x$enable_maintainer_mode" != "xyes"
5817 then
5818 FONTFORGE=""
5819 RSVG=""
5820 CONVERT=""
5821 ICOTOOL=""
5822 else
5823 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5824 for ac_prog in fontforge
5826 # Extract the first word of "$ac_prog", so it can be a program name with args.
5827 set dummy $ac_prog; ac_word=$2
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5829 $as_echo_n "checking for $ac_word... " >&6; }
5830 if ${ac_cv_prog_FONTFORGE+:} false; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 if test -n "$FONTFORGE"; then
5834 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5835 else
5836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5837 for as_dir in $PATH
5839 IFS=$as_save_IFS
5840 test -z "$as_dir" && as_dir=.
5841 for ac_exec_ext in '' $ac_executable_extensions; do
5842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5843 ac_cv_prog_FONTFORGE="$ac_prog"
5844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5845 break 2
5847 done
5848 done
5849 IFS=$as_save_IFS
5853 FONTFORGE=$ac_cv_prog_FONTFORGE
5854 if test -n "$FONTFORGE"; then
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5856 $as_echo "$FONTFORGE" >&6; }
5857 else
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5859 $as_echo "no" >&6; }
5863 test -n "$FONTFORGE" && break
5864 done
5865 test -n "$FONTFORGE" || FONTFORGE="false"
5867 for ac_prog in rsvg-convert rsvg
5869 # Extract the first word of "$ac_prog", so it can be a program name with args.
5870 set dummy $ac_prog; ac_word=$2
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5872 $as_echo_n "checking for $ac_word... " >&6; }
5873 if ${ac_cv_prog_RSVG+:} false; then :
5874 $as_echo_n "(cached) " >&6
5875 else
5876 if test -n "$RSVG"; then
5877 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5878 else
5879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5880 for as_dir in $PATH
5882 IFS=$as_save_IFS
5883 test -z "$as_dir" && as_dir=.
5884 for ac_exec_ext in '' $ac_executable_extensions; do
5885 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5886 ac_cv_prog_RSVG="$ac_prog"
5887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5888 break 2
5890 done
5891 done
5892 IFS=$as_save_IFS
5896 RSVG=$ac_cv_prog_RSVG
5897 if test -n "$RSVG"; then
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5899 $as_echo "$RSVG" >&6; }
5900 else
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5902 $as_echo "no" >&6; }
5906 test -n "$RSVG" && break
5907 done
5908 test -n "$RSVG" || RSVG="false"
5910 for ac_prog in convert
5912 # Extract the first word of "$ac_prog", so it can be a program name with args.
5913 set dummy $ac_prog; ac_word=$2
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5915 $as_echo_n "checking for $ac_word... " >&6; }
5916 if ${ac_cv_prog_CONVERT+:} false; then :
5917 $as_echo_n "(cached) " >&6
5918 else
5919 if test -n "$CONVERT"; then
5920 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5921 else
5922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5923 for as_dir in $PATH
5925 IFS=$as_save_IFS
5926 test -z "$as_dir" && as_dir=.
5927 for ac_exec_ext in '' $ac_executable_extensions; do
5928 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5929 ac_cv_prog_CONVERT="$ac_prog"
5930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5931 break 2
5933 done
5934 done
5935 IFS=$as_save_IFS
5939 CONVERT=$ac_cv_prog_CONVERT
5940 if test -n "$CONVERT"; then
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5942 $as_echo "$CONVERT" >&6; }
5943 else
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5945 $as_echo "no" >&6; }
5949 test -n "$CONVERT" && break
5950 done
5951 test -n "$CONVERT" || CONVERT="false"
5953 for ac_prog in icotool
5955 # Extract the first word of "$ac_prog", so it can be a program name with args.
5956 set dummy $ac_prog; ac_word=$2
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5958 $as_echo_n "checking for $ac_word... " >&6; }
5959 if ${ac_cv_prog_ICOTOOL+:} false; then :
5960 $as_echo_n "(cached) " >&6
5961 else
5962 if test -n "$ICOTOOL"; then
5963 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5964 else
5965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5966 for as_dir in $PATH
5968 IFS=$as_save_IFS
5969 test -z "$as_dir" && as_dir=.
5970 for ac_exec_ext in '' $ac_executable_extensions; do
5971 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5972 ac_cv_prog_ICOTOOL="$ac_prog"
5973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5974 break 2
5976 done
5977 done
5978 IFS=$as_save_IFS
5982 ICOTOOL=$ac_cv_prog_ICOTOOL
5983 if test -n "$ICOTOOL"; then
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5985 $as_echo "$ICOTOOL" >&6; }
5986 else
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5988 $as_echo "no" >&6; }
5992 test -n "$ICOTOOL" && break
5993 done
5994 test -n "$ICOTOOL" || ICOTOOL="false"
5996 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5997 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5999 if test "$CONVERT" = false
6000 then
6001 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6002 else
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6004 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6005 convert_version=`convert --version | head -n1`
6006 if test "x$convert_version" != "x"
6007 then
6008 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6009 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6010 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6011 then
6012 CONVERT=false
6015 if test "$CONVERT" = false
6016 then
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6018 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6019 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6020 else
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6022 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6026 if test "$ICOTOOL" = false
6027 then
6028 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6029 else
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6031 $as_echo_n "checking for recent enough icotool... " >&6; }
6032 icotool_version=`icotool --version | head -n1`
6033 if test "x$icotool_version" != "x"
6034 then
6035 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6036 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6037 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6038 then
6039 ICOTOOL=false
6040 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6043 if test "$ICOTOOL" = false
6044 then
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6046 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6047 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6048 else
6049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6050 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6054 with_gettext=yes
6055 with_gettextpo=yes
6056 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6059 test "x$with_gettext" != xno || MSGFMT=false
6060 if test "$MSGFMT" != "false"
6061 then
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6063 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6064 cat >conftest.po <<EOF
6065 # comment
6066 msgctxt "ctxt"
6067 msgid "id"
6068 msgstr "str"
6070 if $MSGFMT -o /dev/null conftest.po 2>&5
6071 then
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6073 $as_echo "yes" >&6; }
6074 else
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6076 $as_echo "no" >&6; }
6077 MSGFMT=false
6080 if test "$MSGFMT" = false; then :
6081 case "x$with_gettext" in
6082 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6083 xno) ;;
6084 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6085 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6086 esac
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6091 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6092 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6093 $as_echo_n "(cached) " >&6
6094 else
6095 ac_check_lib_save_LIBS=$LIBS
6096 LIBS="-li386 $LIBS"
6097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6098 /* end confdefs.h. */
6100 /* Override any GCC internal prototype to avoid an error.
6101 Use char because int might match the return type of a GCC
6102 builtin and then its argument prototype would still apply. */
6103 #ifdef __cplusplus
6104 extern "C"
6105 #endif
6106 char i386_set_ldt ();
6108 main ()
6110 return i386_set_ldt ();
6112 return 0;
6114 _ACEOF
6115 if ac_fn_c_try_link "$LINENO"; then :
6116 ac_cv_lib_i386_i386_set_ldt=yes
6117 else
6118 ac_cv_lib_i386_i386_set_ldt=no
6120 rm -f core conftest.err conftest.$ac_objext \
6121 conftest$ac_exeext conftest.$ac_ext
6122 LIBS=$ac_check_lib_save_LIBS
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6125 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6126 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6127 cat >>confdefs.h <<_ACEOF
6128 #define HAVE_LIBI386 1
6129 _ACEOF
6131 LIBS="-li386 $LIBS"
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6136 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6137 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6138 $as_echo_n "(cached) " >&6
6139 else
6140 ac_check_lib_save_LIBS=$LIBS
6141 LIBS="-lossaudio $LIBS"
6142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6143 /* end confdefs.h. */
6145 /* Override any GCC internal prototype to avoid an error.
6146 Use char because int might match the return type of a GCC
6147 builtin and then its argument prototype would still apply. */
6148 #ifdef __cplusplus
6149 extern "C"
6150 #endif
6151 char _oss_ioctl ();
6153 main ()
6155 return _oss_ioctl ();
6157 return 0;
6159 _ACEOF
6160 if ac_fn_c_try_link "$LINENO"; then :
6161 ac_cv_lib_ossaudio__oss_ioctl=yes
6162 else
6163 ac_cv_lib_ossaudio__oss_ioctl=no
6165 rm -f core conftest.err conftest.$ac_objext \
6166 conftest$ac_exeext conftest.$ac_ext
6167 LIBS=$ac_check_lib_save_LIBS
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6170 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6171 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6172 cat >>confdefs.h <<_ACEOF
6173 #define HAVE_LIBOSSAUDIO 1
6174 _ACEOF
6176 LIBS="-lossaudio $LIBS"
6181 OPENGL_LIBS=""
6185 # Check whether --enable-largefile was given.
6186 if test "${enable_largefile+set}" = set; then :
6187 enableval=$enable_largefile;
6190 if test "$enable_largefile" != no; then
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6193 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6194 if ${ac_cv_sys_largefile_CC+:} false; then :
6195 $as_echo_n "(cached) " >&6
6196 else
6197 ac_cv_sys_largefile_CC=no
6198 if test "$GCC" != yes; then
6199 ac_save_CC=$CC
6200 while :; do
6201 # IRIX 6.2 and later do not support large files by default,
6202 # so use the C compiler's -n32 option if that helps.
6203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6204 /* end confdefs.h. */
6205 #include <sys/types.h>
6206 /* Check that off_t can represent 2**63 - 1 correctly.
6207 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6208 since some C++ compilers masquerading as C compilers
6209 incorrectly reject 9223372036854775807. */
6210 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6211 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6212 && LARGE_OFF_T % 2147483647 == 1)
6213 ? 1 : -1];
6215 main ()
6219 return 0;
6221 _ACEOF
6222 if ac_fn_c_try_compile "$LINENO"; then :
6223 break
6225 rm -f core conftest.err conftest.$ac_objext
6226 CC="$CC -n32"
6227 if ac_fn_c_try_compile "$LINENO"; then :
6228 ac_cv_sys_largefile_CC=' -n32'; break
6230 rm -f core conftest.err conftest.$ac_objext
6231 break
6232 done
6233 CC=$ac_save_CC
6234 rm -f conftest.$ac_ext
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6238 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6239 if test "$ac_cv_sys_largefile_CC" != no; then
6240 CC=$CC$ac_cv_sys_largefile_CC
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6244 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6245 if ${ac_cv_sys_file_offset_bits+:} false; then :
6246 $as_echo_n "(cached) " >&6
6247 else
6248 while :; do
6249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6250 /* end confdefs.h. */
6251 #include <sys/types.h>
6252 /* Check that off_t can represent 2**63 - 1 correctly.
6253 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6254 since some C++ compilers masquerading as C compilers
6255 incorrectly reject 9223372036854775807. */
6256 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6257 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6258 && LARGE_OFF_T % 2147483647 == 1)
6259 ? 1 : -1];
6261 main ()
6265 return 0;
6267 _ACEOF
6268 if ac_fn_c_try_compile "$LINENO"; then :
6269 ac_cv_sys_file_offset_bits=no; break
6271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6273 /* end confdefs.h. */
6274 #define _FILE_OFFSET_BITS 64
6275 #include <sys/types.h>
6276 /* Check that off_t can represent 2**63 - 1 correctly.
6277 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6278 since some C++ compilers masquerading as C compilers
6279 incorrectly reject 9223372036854775807. */
6280 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6281 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6282 && LARGE_OFF_T % 2147483647 == 1)
6283 ? 1 : -1];
6285 main ()
6289 return 0;
6291 _ACEOF
6292 if ac_fn_c_try_compile "$LINENO"; then :
6293 ac_cv_sys_file_offset_bits=64; break
6295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6296 ac_cv_sys_file_offset_bits=unknown
6297 break
6298 done
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6301 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6302 case $ac_cv_sys_file_offset_bits in #(
6303 no | unknown) ;;
6305 cat >>confdefs.h <<_ACEOF
6306 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6307 _ACEOF
6309 esac
6310 rm -rf conftest*
6311 if test $ac_cv_sys_file_offset_bits = unknown; then
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6313 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6314 if ${ac_cv_sys_large_files+:} false; then :
6315 $as_echo_n "(cached) " >&6
6316 else
6317 while :; do
6318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6319 /* end confdefs.h. */
6320 #include <sys/types.h>
6321 /* Check that off_t can represent 2**63 - 1 correctly.
6322 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6323 since some C++ compilers masquerading as C compilers
6324 incorrectly reject 9223372036854775807. */
6325 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6326 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6327 && LARGE_OFF_T % 2147483647 == 1)
6328 ? 1 : -1];
6330 main ()
6334 return 0;
6336 _ACEOF
6337 if ac_fn_c_try_compile "$LINENO"; then :
6338 ac_cv_sys_large_files=no; break
6340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6342 /* end confdefs.h. */
6343 #define _LARGE_FILES 1
6344 #include <sys/types.h>
6345 /* Check that off_t can represent 2**63 - 1 correctly.
6346 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6347 since some C++ compilers masquerading as C compilers
6348 incorrectly reject 9223372036854775807. */
6349 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6350 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6351 && LARGE_OFF_T % 2147483647 == 1)
6352 ? 1 : -1];
6354 main ()
6358 return 0;
6360 _ACEOF
6361 if ac_fn_c_try_compile "$LINENO"; then :
6362 ac_cv_sys_large_files=1; break
6364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6365 ac_cv_sys_large_files=unknown
6366 break
6367 done
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6370 $as_echo "$ac_cv_sys_large_files" >&6; }
6371 case $ac_cv_sys_large_files in #(
6372 no | unknown) ;;
6374 cat >>confdefs.h <<_ACEOF
6375 #define _LARGE_FILES $ac_cv_sys_large_files
6376 _ACEOF
6378 esac
6379 rm -rf conftest*
6386 ac_ext=c
6387 ac_cpp='$CPP $CPPFLAGS'
6388 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6389 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6390 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6392 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6393 # On Suns, sometimes $CPP names a directory.
6394 if test -n "$CPP" && test -d "$CPP"; then
6395 CPP=
6397 if test -z "$CPP"; then
6398 if ${ac_cv_prog_CPP+:} false; then :
6399 $as_echo_n "(cached) " >&6
6400 else
6401 # Double quotes because CPP needs to be expanded
6402 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6404 ac_preproc_ok=false
6405 for ac_c_preproc_warn_flag in '' yes
6407 # Use a header file that comes with gcc, so configuring glibc
6408 # with a fresh cross-compiler works.
6409 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6410 # <limits.h> exists even on freestanding compilers.
6411 # On the NeXT, cc -E runs the code through the compiler's parser,
6412 # not just through cpp. "Syntax error" is here to catch this case.
6413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6414 /* end confdefs.h. */
6415 #ifdef __STDC__
6416 # include <limits.h>
6417 #else
6418 # include <assert.h>
6419 #endif
6420 Syntax error
6421 _ACEOF
6422 if ac_fn_c_try_cpp "$LINENO"; then :
6424 else
6425 # Broken: fails on valid input.
6426 continue
6428 rm -f conftest.err conftest.i conftest.$ac_ext
6430 # OK, works on sane cases. Now check whether nonexistent headers
6431 # can be detected and how.
6432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6433 /* end confdefs.h. */
6434 #include <ac_nonexistent.h>
6435 _ACEOF
6436 if ac_fn_c_try_cpp "$LINENO"; then :
6437 # Broken: success on invalid input.
6438 continue
6439 else
6440 # Passes both tests.
6441 ac_preproc_ok=:
6442 break
6444 rm -f conftest.err conftest.i conftest.$ac_ext
6446 done
6447 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6448 rm -f conftest.i conftest.err conftest.$ac_ext
6449 if $ac_preproc_ok; then :
6450 break
6453 done
6454 ac_cv_prog_CPP=$CPP
6457 CPP=$ac_cv_prog_CPP
6458 else
6459 ac_cv_prog_CPP=$CPP
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6462 $as_echo "$CPP" >&6; }
6463 ac_preproc_ok=false
6464 for ac_c_preproc_warn_flag in '' yes
6466 # Use a header file that comes with gcc, so configuring glibc
6467 # with a fresh cross-compiler works.
6468 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6469 # <limits.h> exists even on freestanding compilers.
6470 # On the NeXT, cc -E runs the code through the compiler's parser,
6471 # not just through cpp. "Syntax error" is here to catch this case.
6472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6473 /* end confdefs.h. */
6474 #ifdef __STDC__
6475 # include <limits.h>
6476 #else
6477 # include <assert.h>
6478 #endif
6479 Syntax error
6480 _ACEOF
6481 if ac_fn_c_try_cpp "$LINENO"; then :
6483 else
6484 # Broken: fails on valid input.
6485 continue
6487 rm -f conftest.err conftest.i conftest.$ac_ext
6489 # OK, works on sane cases. Now check whether nonexistent headers
6490 # can be detected and how.
6491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6492 /* end confdefs.h. */
6493 #include <ac_nonexistent.h>
6494 _ACEOF
6495 if ac_fn_c_try_cpp "$LINENO"; then :
6496 # Broken: success on invalid input.
6497 continue
6498 else
6499 # Passes both tests.
6500 ac_preproc_ok=:
6501 break
6503 rm -f conftest.err conftest.i conftest.$ac_ext
6505 done
6506 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6507 rm -f conftest.i conftest.err conftest.$ac_ext
6508 if $ac_preproc_ok; then :
6510 else
6511 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6512 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6513 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6514 See \`config.log' for more details" "$LINENO" 5; }
6517 ac_ext=c
6518 ac_cpp='$CPP $CPPFLAGS'
6519 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6520 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6521 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6525 $as_echo_n "checking for ANSI C header files... " >&6; }
6526 if ${ac_cv_header_stdc+:} false; then :
6527 $as_echo_n "(cached) " >&6
6528 else
6529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6530 /* end confdefs.h. */
6531 #include <stdlib.h>
6532 #include <stdarg.h>
6533 #include <string.h>
6534 #include <float.h>
6537 main ()
6541 return 0;
6543 _ACEOF
6544 if ac_fn_c_try_compile "$LINENO"; then :
6545 ac_cv_header_stdc=yes
6546 else
6547 ac_cv_header_stdc=no
6549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6551 if test $ac_cv_header_stdc = yes; then
6552 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6554 /* end confdefs.h. */
6555 #include <string.h>
6557 _ACEOF
6558 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6559 $EGREP "memchr" >/dev/null 2>&1; then :
6561 else
6562 ac_cv_header_stdc=no
6564 rm -f conftest*
6568 if test $ac_cv_header_stdc = yes; then
6569 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h. */
6572 #include <stdlib.h>
6574 _ACEOF
6575 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6576 $EGREP "free" >/dev/null 2>&1; then :
6578 else
6579 ac_cv_header_stdc=no
6581 rm -f conftest*
6585 if test $ac_cv_header_stdc = yes; then
6586 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6587 if test "$cross_compiling" = yes; then :
6589 else
6590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6591 /* end confdefs.h. */
6592 #include <ctype.h>
6593 #include <stdlib.h>
6594 #if ((' ' & 0x0FF) == 0x020)
6595 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6596 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6597 #else
6598 # define ISLOWER(c) \
6599 (('a' <= (c) && (c) <= 'i') \
6600 || ('j' <= (c) && (c) <= 'r') \
6601 || ('s' <= (c) && (c) <= 'z'))
6602 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6603 #endif
6605 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6607 main ()
6609 int i;
6610 for (i = 0; i < 256; i++)
6611 if (XOR (islower (i), ISLOWER (i))
6612 || toupper (i) != TOUPPER (i))
6613 return 2;
6614 return 0;
6616 _ACEOF
6617 if ac_fn_c_try_run "$LINENO"; then :
6619 else
6620 ac_cv_header_stdc=no
6622 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6623 conftest.$ac_objext conftest.beam conftest.$ac_ext
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6629 $as_echo "$ac_cv_header_stdc" >&6; }
6630 if test $ac_cv_header_stdc = yes; then
6632 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6636 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6637 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6638 inttypes.h stdint.h unistd.h
6639 do :
6640 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6641 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6643 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6644 cat >>confdefs.h <<_ACEOF
6645 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6646 _ACEOF
6650 done
6653 for ac_header in \
6654 AL/al.h \
6655 ApplicationServices/ApplicationServices.h \
6656 AudioToolbox/AudioConverter.h \
6657 AudioUnit/AudioUnit.h \
6658 AudioUnit/AudioComponent.h \
6659 CL/cl.h \
6660 Carbon/Carbon.h \
6661 CoreAudio/CoreAudio.h \
6662 CoreServices/CoreServices.h \
6663 DiskArbitration/DiskArbitration.h \
6664 IOKit/IOKitLib.h \
6665 IOKit/hid/IOHIDLib.h \
6666 OpenAL/al.h \
6667 OpenCL/opencl.h \
6668 QuickTime/ImageCompression.h \
6669 Security/Security.h \
6670 alias.h \
6671 alsa/asoundlib.h \
6672 arpa/inet.h \
6673 arpa/nameser.h \
6674 asm/types.h \
6675 asm/user.h \
6676 curses.h \
6677 direct.h \
6678 dirent.h \
6679 dlfcn.h \
6680 elf.h \
6681 float.h \
6682 fnmatch.h \
6683 getopt.h \
6684 gettext-po.h \
6685 grp.h \
6686 gsm.h \
6687 gsm/gsm.h \
6688 ieeefp.h \
6689 inet/mib2.h \
6690 io.h \
6691 kstat.h \
6692 lber.h \
6693 ldap.h \
6694 libproc.h \
6695 link.h \
6696 linux/cdrom.h \
6697 linux/compiler.h \
6698 linux/filter.h \
6699 linux/hdreg.h \
6700 linux/input.h \
6701 linux/ioctl.h \
6702 linux/joystick.h \
6703 linux/major.h \
6704 linux/param.h \
6705 linux/serial.h \
6706 linux/types.h \
6707 linux/ucdrom.h \
6708 lwp.h \
6709 mach-o/nlist.h \
6710 mach-o/loader.h \
6711 mach/mach.h \
6712 mach/machine.h \
6713 machine/cpu.h \
6714 machine/limits.h \
6715 machine/sysarch.h \
6716 mntent.h \
6717 ncurses.h \
6718 netdb.h \
6719 netinet/in.h \
6720 netinet/in_systm.h \
6721 netinet/tcp.h \
6722 netinet/tcp_fsm.h \
6723 pcap/pcap.h \
6724 poll.h \
6725 port.h \
6726 process.h \
6727 pthread.h \
6728 pwd.h \
6729 sched.h \
6730 scsi/scsi.h \
6731 scsi/scsi_ioctl.h \
6732 scsi/sg.h \
6733 stdbool.h \
6734 stdint.h \
6735 stropts.h \
6736 sys/asoundlib.h \
6737 sys/attr.h \
6738 sys/cdio.h \
6739 sys/elf32.h \
6740 sys/epoll.h \
6741 sys/event.h \
6742 sys/exec_elf.h \
6743 sys/filio.h \
6744 sys/inotify.h \
6745 sys/ioctl.h \
6746 sys/ipc.h \
6747 sys/limits.h \
6748 sys/link.h \
6749 sys/mman.h \
6750 sys/modem.h \
6751 sys/msg.h \
6752 sys/mtio.h \
6753 sys/param.h \
6754 sys/poll.h \
6755 sys/prctl.h \
6756 sys/protosw.h \
6757 sys/ptrace.h \
6758 sys/queue.h \
6759 sys/resource.h \
6760 sys/scsiio.h \
6761 sys/shm.h \
6762 sys/signal.h \
6763 sys/socket.h \
6764 sys/socketvar.h \
6765 sys/sockio.h \
6766 sys/statvfs.h \
6767 sys/strtio.h \
6768 sys/syscall.h \
6769 sys/tihdr.h \
6770 sys/time.h \
6771 sys/timeout.h \
6772 sys/times.h \
6773 sys/uio.h \
6774 sys/user.h \
6775 sys/utsname.h \
6776 sys/vm86.h \
6777 sys/vnode.h \
6778 sys/wait.h \
6779 syscall.h \
6780 termios.h \
6781 unistd.h \
6782 utime.h \
6783 valgrind/memcheck.h \
6784 valgrind/valgrind.h \
6785 zlib.h
6787 do :
6788 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6789 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6790 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6791 cat >>confdefs.h <<_ACEOF
6792 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6793 _ACEOF
6797 done
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6800 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6801 if ${ac_cv_header_stat_broken+:} false; then :
6802 $as_echo_n "(cached) " >&6
6803 else
6804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6805 /* end confdefs.h. */
6806 #include <sys/types.h>
6807 #include <sys/stat.h>
6809 #if defined S_ISBLK && defined S_IFDIR
6810 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6811 #endif
6813 #if defined S_ISBLK && defined S_IFCHR
6814 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6815 #endif
6817 #if defined S_ISLNK && defined S_IFREG
6818 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6819 #endif
6821 #if defined S_ISSOCK && defined S_IFREG
6822 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6823 #endif
6825 _ACEOF
6826 if ac_fn_c_try_compile "$LINENO"; then :
6827 ac_cv_header_stat_broken=no
6828 else
6829 ac_cv_header_stat_broken=yes
6831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6834 $as_echo "$ac_cv_header_stat_broken" >&6; }
6835 if test $ac_cv_header_stat_broken = yes; then
6837 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6843 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6844 do :
6845 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6846 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6847 #ifdef HAVE_SYS_PARAM_H
6848 # include <sys/param.h>
6849 #endif
6851 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6852 cat >>confdefs.h <<_ACEOF
6853 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6854 _ACEOF
6858 done
6861 for ac_header in \
6862 netinet/ip.h \
6863 net/if.h \
6864 net/if_arp.h \
6865 net/if_dl.h \
6866 net/if_types.h \
6867 net/route.h \
6868 netinet/if_ether.h \
6869 netinet/if_inarp.h \
6870 netinet/in_pcb.h \
6871 netinet/ip_icmp.h \
6872 netinet/ip_var.h \
6873 netinet/udp.h \
6874 netipx/ipx.h \
6875 sys/un.h \
6877 do :
6878 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6879 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6880 #ifdef HAVE_SYS_SOCKET_H
6881 # include <sys/socket.h>
6882 #endif
6883 #ifdef HAVE_SYS_SOCKETVAR_H
6884 # include <sys/socketvar.h>
6885 #endif
6886 #ifdef HAVE_NET_ROUTE_H
6887 # include <net/route.h>
6888 #endif
6889 #ifdef HAVE_NETINET_IN_H
6890 # include <netinet/in.h>
6891 #endif
6892 #ifdef HAVE_NETINET_IN_SYSTM_H
6893 # include <netinet/in_systm.h>
6894 #endif
6895 #ifdef HAVE_NET_IF_H
6896 # include <net/if.h>
6897 #endif
6898 #ifdef HAVE_NETINET_IP_H
6899 # include <netinet/ip.h>
6900 #endif
6902 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6903 cat >>confdefs.h <<_ACEOF
6904 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6905 _ACEOF
6909 done
6912 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6913 do :
6914 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6915 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6916 #ifdef HAVE_ALIAS_H
6917 # include <alias.h>
6918 #endif
6919 #ifdef HAVE_SYS_SOCKET_H
6920 # include <sys/socket.h>
6921 #endif
6922 #ifdef HAVE_SYS_SOCKETVAR_H
6923 # include <sys/socketvar.h>
6924 #endif
6925 #ifdef HAVE_SYS_TIMEOUT_H
6926 # include <sys/timeout.h>
6927 #endif
6928 #ifdef HAVE_NETINET_IN_H
6929 # include <netinet/in.h>
6930 #endif
6931 #ifdef HAVE_NETINET_IN_SYSTM_H
6932 # include <netinet/in_systm.h>
6933 #endif
6934 #ifdef HAVE_NETINET_IP_H
6935 # include <netinet/ip.h>
6936 #endif
6937 #ifdef HAVE_NETINET_IP_VAR_H
6938 # include <netinet/ip_var.h>
6939 #endif
6940 #ifdef HAVE_NETINET_IP_ICMP_H
6941 # include <netinet/ip_icmp.h>
6942 #endif
6943 #ifdef HAVE_NETINET_UDP_H
6944 # include <netinet/udp.h>
6945 #endif
6946 #ifdef HAVE_NETINET_TCP_H
6947 # include <netinet/tcp.h>
6948 #endif
6949 #ifdef HAVE_NETINET_TCP_TIMER_H
6950 #include <netinet/tcp_timer.h>
6951 #endif
6953 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6954 cat >>confdefs.h <<_ACEOF
6955 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6956 _ACEOF
6960 done
6963 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6964 do :
6965 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6966 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6967 #ifdef HAVE_ASM_TYPES_H
6968 # include <asm/types.h>
6969 #endif
6970 #ifdef HAVE_SYS_SOCKET_H
6971 # include <sys/socket.h>
6972 #endif
6973 #ifdef HAVE_LINUX_TYPES_H
6974 # include <linux/types.h>
6975 #endif
6977 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6978 cat >>confdefs.h <<_ACEOF
6979 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6980 _ACEOF
6984 done
6987 for ac_header in mach-o/dyld_images.h
6988 do :
6989 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6990 # include <stdbool.h>
6991 #endif
6992 #ifdef HAVE_STDINT_H
6993 # include <stdint.h>
6994 #endif
6996 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6997 cat >>confdefs.h <<_ACEOF
6998 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6999 _ACEOF
7003 done
7006 for ac_header in resolv.h
7007 do :
7008 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7009 #ifdef HAVE_SYS_SOCKET_H
7010 # include <sys/socket.h>
7011 #endif
7012 #ifdef HAVE_NETINET_IN_H
7013 # include <netinet/in.h>
7014 #endif
7015 #ifdef HAVE_ARPA_NAMESER_H
7016 # include <arpa/nameser.h>
7017 #endif
7019 if test "x$ac_cv_header_resolv_h" = xyes; then :
7020 cat >>confdefs.h <<_ACEOF
7021 #define HAVE_RESOLV_H 1
7022 _ACEOF
7026 done
7029 for ac_header in ifaddrs.h
7030 do :
7031 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7033 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7034 cat >>confdefs.h <<_ACEOF
7035 #define HAVE_IFADDRS_H 1
7036 _ACEOF
7040 done
7043 for ac_header in sys/ucontext.h
7044 do :
7045 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7047 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7048 cat >>confdefs.h <<_ACEOF
7049 #define HAVE_SYS_UCONTEXT_H 1
7050 _ACEOF
7054 done
7057 for ac_header in sys/thr.h
7058 do :
7059 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7060 #ifdef HAVE_SYS_UCONTEXT_H
7061 #include <sys/ucontext.h>
7062 #endif
7064 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7065 cat >>confdefs.h <<_ACEOF
7066 #define HAVE_SYS_THR_H 1
7067 _ACEOF
7071 done
7074 for ac_header in pthread_np.h
7075 do :
7076 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7077 #include <pthread.h>
7078 #endif
7080 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7081 cat >>confdefs.h <<_ACEOF
7082 #define HAVE_PTHREAD_NP_H 1
7083 _ACEOF
7087 done
7090 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7091 do :
7092 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7093 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7094 #include <sys/time.h>
7095 #endif
7096 #include <sys/types.h>
7097 #ifdef HAVE_ASM_TYPES_H
7098 #include <asm/types.h>
7099 #endif
7101 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7102 cat >>confdefs.h <<_ACEOF
7103 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7104 _ACEOF
7108 done
7111 for ac_header in libprocstat.h
7112 do :
7113 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7114 #include <sys/param.h>
7115 #endif
7116 #ifdef HAVE_SYS_QUEUE_H
7117 #include <sys/queue.h>
7118 #endif
7119 #ifdef HAVE_SYS_SOCKET_H
7120 #include <sys/socket.h>
7121 #endif
7123 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7124 cat >>confdefs.h <<_ACEOF
7125 #define HAVE_LIBPROCSTAT_H 1
7126 _ACEOF
7130 done
7134 dlldir="\${libdir}/wine"
7136 DLLFLAGS="-D_REENTRANT"
7138 LDRPATH_INSTALL=""
7140 LDRPATH_LOCAL=""
7142 LIBEXT="so"
7143 DLLEXT=".so"
7144 IMPLIBEXT="def"
7145 STATIC_IMPLIBEXT="def.a"
7146 # Extract the first word of "ldd", so it can be a program name with args.
7147 set dummy ldd; ac_word=$2
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7149 $as_echo_n "checking for $ac_word... " >&6; }
7150 if ${ac_cv_path_LDD+:} false; then :
7151 $as_echo_n "(cached) " >&6
7152 else
7153 case $LDD in
7154 [\\/]* | ?:[\\/]*)
7155 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7159 as_dummy="/sbin:/usr/sbin:$PATH"
7160 for as_dir in $as_dummy
7162 IFS=$as_save_IFS
7163 test -z "$as_dir" && as_dir=.
7164 for ac_exec_ext in '' $ac_executable_extensions; do
7165 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7166 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7168 break 2
7170 done
7171 done
7172 IFS=$as_save_IFS
7174 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7176 esac
7178 LDD=$ac_cv_path_LDD
7179 if test -n "$LDD"; then
7180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7181 $as_echo "$LDD" >&6; }
7182 else
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7184 $as_echo "no" >&6; }
7188 if test -n "$ac_tool_prefix"; then
7189 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7190 set dummy ${ac_tool_prefix}otool; ac_word=$2
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7192 $as_echo_n "checking for $ac_word... " >&6; }
7193 if ${ac_cv_prog_OTOOL+:} false; then :
7194 $as_echo_n "(cached) " >&6
7195 else
7196 if test -n "$OTOOL"; then
7197 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7198 else
7199 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7200 for as_dir in $PATH
7202 IFS=$as_save_IFS
7203 test -z "$as_dir" && as_dir=.
7204 for ac_exec_ext in '' $ac_executable_extensions; do
7205 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7206 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7208 break 2
7210 done
7211 done
7212 IFS=$as_save_IFS
7216 OTOOL=$ac_cv_prog_OTOOL
7217 if test -n "$OTOOL"; then
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7219 $as_echo "$OTOOL" >&6; }
7220 else
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7222 $as_echo "no" >&6; }
7227 if test -z "$ac_cv_prog_OTOOL"; then
7228 ac_ct_OTOOL=$OTOOL
7229 # Extract the first word of "otool", so it can be a program name with args.
7230 set dummy otool; ac_word=$2
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7232 $as_echo_n "checking for $ac_word... " >&6; }
7233 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7234 $as_echo_n "(cached) " >&6
7235 else
7236 if test -n "$ac_ct_OTOOL"; then
7237 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7238 else
7239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7240 for as_dir in $PATH
7242 IFS=$as_save_IFS
7243 test -z "$as_dir" && as_dir=.
7244 for ac_exec_ext in '' $ac_executable_extensions; do
7245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7246 ac_cv_prog_ac_ct_OTOOL="otool"
7247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7248 break 2
7250 done
7251 done
7252 IFS=$as_save_IFS
7256 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7257 if test -n "$ac_ct_OTOOL"; then
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7259 $as_echo "$ac_ct_OTOOL" >&6; }
7260 else
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7262 $as_echo "no" >&6; }
7265 if test "x$ac_ct_OTOOL" = x; then
7266 OTOOL="otool"
7267 else
7268 case $cross_compiling:$ac_tool_warned in
7269 yes:)
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7271 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7272 ac_tool_warned=yes ;;
7273 esac
7274 OTOOL=$ac_ct_OTOOL
7276 else
7277 OTOOL="$ac_cv_prog_OTOOL"
7280 if test -n "$ac_tool_prefix"; then
7281 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7282 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7284 $as_echo_n "checking for $ac_word... " >&6; }
7285 if ${ac_cv_prog_READELF+:} false; then :
7286 $as_echo_n "(cached) " >&6
7287 else
7288 if test -n "$READELF"; then
7289 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7290 else
7291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7292 for as_dir in $PATH
7294 IFS=$as_save_IFS
7295 test -z "$as_dir" && as_dir=.
7296 for ac_exec_ext in '' $ac_executable_extensions; do
7297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7298 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7300 break 2
7302 done
7303 done
7304 IFS=$as_save_IFS
7308 READELF=$ac_cv_prog_READELF
7309 if test -n "$READELF"; then
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7311 $as_echo "$READELF" >&6; }
7312 else
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7314 $as_echo "no" >&6; }
7319 if test -z "$ac_cv_prog_READELF"; then
7320 ac_ct_READELF=$READELF
7321 # Extract the first word of "readelf", so it can be a program name with args.
7322 set dummy readelf; ac_word=$2
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7324 $as_echo_n "checking for $ac_word... " >&6; }
7325 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7326 $as_echo_n "(cached) " >&6
7327 else
7328 if test -n "$ac_ct_READELF"; then
7329 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7330 else
7331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7332 for as_dir in $PATH
7334 IFS=$as_save_IFS
7335 test -z "$as_dir" && as_dir=.
7336 for ac_exec_ext in '' $ac_executable_extensions; do
7337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7338 ac_cv_prog_ac_ct_READELF="readelf"
7339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7340 break 2
7342 done
7343 done
7344 IFS=$as_save_IFS
7348 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7349 if test -n "$ac_ct_READELF"; then
7350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7351 $as_echo "$ac_ct_READELF" >&6; }
7352 else
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7354 $as_echo "no" >&6; }
7357 if test "x$ac_ct_READELF" = x; then
7358 READELF="true"
7359 else
7360 case $cross_compiling:$ac_tool_warned in
7361 yes:)
7362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7363 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7364 ac_tool_warned=yes ;;
7365 esac
7366 READELF=$ac_ct_READELF
7368 else
7369 READELF="$ac_cv_prog_READELF"
7372 wine_rules_file=conf$$rules.make
7373 rm -f $wine_rules_file
7374 ALL_POT_FILES=""
7375 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7376 ALL_TEST_RESOURCES=""
7379 wine_fn_append_file ()
7381 as_fn_append $1 " \\$as_nl $2"
7384 wine_fn_ignore_file ()
7386 case "$1" in
7387 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7388 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7389 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7390 esac
7393 wine_fn_append_rule ()
7395 $as_echo "$1" >>$wine_rules_file
7398 wine_fn_has_flag ()
7400 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7403 wine_fn_depend_rules ()
7405 if wine_fn_has_flag config
7406 then
7407 wine_fn_append_rule \
7408 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7409 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7410 depend: $ac_dir/depend
7411 .PHONY: $ac_dir/depend
7412 $ac_dir/depend: \$(MAKEDEP) dummy
7413 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7414 else
7415 wine_fn_append_rule \
7416 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7417 \$(MAKEDEP) $ac_dir
7418 depend: $ac_dir/depend
7419 .PHONY: $ac_dir/depend
7420 $ac_dir/depend: \$(MAKEDEP) dummy
7421 \$(MAKEDEP) $ac_dir"
7425 wine_fn_pot_rules ()
7427 test "x$with_gettextpo" = xyes || return
7429 if wine_fn_has_flag mc
7430 then
7431 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7432 wine_fn_append_rule \
7433 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7434 @cd $ac_dir && \$(MAKE) msg.pot
7435 $ac_dir/msg.pot: tools/wmc include"
7437 if wine_fn_has_flag po
7438 then
7439 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7440 wine_fn_append_rule \
7441 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7442 @cd $ac_dir && \$(MAKE) rsrc.pot
7443 $ac_dir/rsrc.pot: tools/wrc include"
7447 wine_fn_all_rules ()
7449 wine_fn_depend_rules
7450 wine_fn_append_rule \
7451 "all: $ac_dir
7452 .PHONY: $ac_dir
7453 $ac_dir: $ac_dir/Makefile dummy
7454 @cd $ac_dir && \$(MAKE)"
7457 wine_fn_install_rules ()
7459 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7461 wine_fn_append_rule \
7462 ".PHONY: $ac_dir/install $ac_dir/uninstall
7463 $ac_dir/install:: $ac_dir
7464 @cd $ac_dir && \$(MAKE) install
7465 $ac_dir/uninstall:: $ac_dir/Makefile
7466 @cd $ac_dir && \$(MAKE) uninstall
7467 install:: $ac_dir/install
7468 __uninstall__: $ac_dir/uninstall"
7470 if wine_fn_has_flag install-lib
7471 then
7472 wine_fn_append_rule \
7473 ".PHONY: $ac_dir/install-lib
7474 $ac_dir/install-lib:: $ac_dir
7475 @cd $ac_dir && \$(MAKE) install-lib
7476 install-lib:: $ac_dir/install-lib"
7479 if wine_fn_has_flag install-dev
7480 then
7481 wine_fn_append_rule \
7482 ".PHONY: $ac_dir/install-dev
7483 $ac_dir/install-dev:: $ac_dir
7484 @cd $ac_dir && \$(MAKE) install-dev
7485 install-dev:: $ac_dir/install-dev"
7489 wine_fn_clean_rules ()
7491 ac_clean=$@
7492 ac_extraclean="$ac_dir/Makefile"
7493 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7494 case $ac_dir in
7495 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7496 esac
7498 if wine_fn_has_flag clean
7499 then
7500 wine_fn_append_rule \
7501 "__clean__: $ac_dir/clean
7502 .PHONY: $ac_dir/clean
7503 $ac_dir/clean: $ac_dir/Makefile
7504 @cd $ac_dir && \$(MAKE) clean
7505 \$(RM) $ac_extraclean"
7506 else
7507 wine_fn_append_rule \
7508 "__clean__: $ac_dir/clean
7509 .PHONY: $ac_dir/clean
7510 $ac_dir/clean: dummy
7511 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7515 wine_fn_disabled_rules ()
7517 ac_clean=$@
7518 ac_extraclean="$ac_dir/Makefile"
7519 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7521 wine_fn_append_rule \
7522 "__clean__: $ac_dir/clean
7523 .PHONY: $ac_dir/clean
7524 $ac_dir/clean: dummy
7525 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7528 wine_fn_config_makefile ()
7530 ac_dir=$1
7531 ac_enable=$2
7532 ac_flags=$3
7534 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7535 wine_fn_disabled_rules; return
7537 wine_fn_all_rules
7538 wine_fn_install_rules
7539 wine_fn_clean_rules
7542 wine_fn_config_lib ()
7544 ac_name=$1
7545 ac_flags=$2
7546 ac_dir=dlls/$ac_name
7547 ac_deps="include"
7549 if test "x$enable_tools" = xno; then :
7551 else
7552 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7554 wine_fn_all_rules
7555 wine_fn_clean_rules
7557 wine_fn_append_rule \
7558 ".PHONY: $ac_dir/install $ac_dir/uninstall
7559 $ac_dir/install:: $ac_dir
7560 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7561 $ac_dir/uninstall::
7562 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7563 install install-dev:: $ac_dir/install
7564 __uninstall__: $ac_dir/uninstall
7565 __builddeps__: $ac_dir
7566 $ac_dir: $ac_deps"
7569 wine_fn_config_dll ()
7571 ac_name=$1
7572 ac_dir=dlls/$ac_name
7573 ac_enable=$2
7574 ac_flags=$3
7575 ac_implib=${4:-$ac_name}
7576 ac_file=$ac_dir/lib$ac_implib
7577 ac_dll=$ac_name
7578 ac_deps="include"
7579 ac_implibflags=""
7581 if test "x$enable_tools" = xno; then :
7583 else
7584 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7586 case $ac_name in
7587 *16) ac_implibflags=" -m16" ;;
7588 *.*) ;;
7589 *) ac_dll=$ac_dll.dll ;;
7590 esac
7592 ac_clean=
7593 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7594 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7595 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7596 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7598 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7599 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7600 then
7601 wine_fn_depend_rules
7602 wine_fn_clean_rules $ac_clean
7603 else
7604 wine_fn_disabled_rules $ac_clean
7605 return
7607 else
7608 wine_fn_all_rules
7609 wine_fn_clean_rules $ac_clean
7610 wine_fn_append_rule \
7611 "$ac_dir: __builddeps__
7612 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7613 @cd $ac_dir && \$(MAKE) \$@
7614 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7615 install install-lib:: $ac_dir/install-lib
7616 __uninstall__: $ac_dir/uninstall"
7617 if test -n "$DLLEXT"
7618 then
7619 wine_fn_append_rule \
7620 "$ac_dir/install-lib:: $ac_dir
7621 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7622 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7623 $ac_dir/uninstall::
7624 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7625 else
7626 wine_fn_append_rule \
7627 "$ac_dir/install-lib:: $ac_dir
7628 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7629 $ac_dir/uninstall::
7630 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7633 wine_fn_pot_rules
7636 if wine_fn_has_flag staticimplib
7637 then
7638 wine_fn_append_rule \
7639 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7640 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7641 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7642 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7643 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7644 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7645 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7646 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7647 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7648 $ac_dir/uninstall::
7649 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7650 install install-dev:: $ac_dir/install-dev
7651 __uninstall__: $ac_dir/uninstall"
7653 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7654 then
7655 wine_fn_append_rule \
7656 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7657 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7658 $ac_dir/uninstall::
7659 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7662 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7663 then
7664 wine_fn_append_rule \
7665 "__builddeps__: $ac_file.cross.a
7666 $ac_file.cross.a: $ac_dir/Makefile dummy
7667 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7670 elif wine_fn_has_flag implib
7671 then
7672 wine_fn_append_rule \
7673 "__builddeps__: $ac_file.$IMPLIBEXT
7674 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7675 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7676 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7677 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7678 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7679 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7680 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7681 $ac_dir/uninstall::
7682 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7683 install install-dev:: $ac_dir/install-dev
7684 __uninstall__: $ac_dir/uninstall"
7685 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7686 then
7687 wine_fn_append_rule \
7688 "__builddeps__: $ac_file.cross.a
7689 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7690 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7693 if test "$ac_name" != "$ac_implib"
7694 then
7695 wine_fn_append_rule \
7696 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7697 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7698 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7699 clean::
7700 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7701 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7702 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7703 then
7704 wine_fn_append_rule \
7705 "__builddeps__: dlls/lib$ac_implib.cross.a
7706 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7707 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7708 clean::
7709 \$(RM) dlls/lib$ac_implib.cross.a"
7710 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7716 wine_fn_config_program ()
7718 ac_name=$1
7719 ac_dir=programs/$ac_name
7720 ac_enable=$2
7721 ac_flags=$3
7722 ac_program=$ac_name
7724 case $ac_name in
7725 *.*) ;;
7726 *) ac_program=$ac_program.exe ;;
7727 esac
7729 ac_clean=
7730 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7731 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7732 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7733 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7735 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7736 wine_fn_disabled_rules $ac_clean; return
7739 wine_fn_all_rules
7740 wine_fn_clean_rules $ac_clean
7741 wine_fn_append_rule "$ac_dir: __builddeps__"
7742 wine_fn_pot_rules
7744 wine_fn_has_flag install || return
7745 wine_fn_append_rule \
7746 ".PHONY: $ac_dir/install $ac_dir/uninstall
7747 install install-lib:: $ac_dir/install
7748 __uninstall__: $ac_dir/uninstall"
7750 if test -n "$DLLEXT"
7751 then
7752 wine_fn_append_rule \
7753 "$ac_dir/install:: $ac_dir
7754 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7755 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7756 $ac_dir/uninstall::
7757 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7759 if test -z "$with_wine64" && wine_fn_has_flag installbin
7760 then
7761 wine_fn_append_rule \
7762 "$ac_dir/install:: __tooldeps__
7763 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7764 $ac_dir/uninstall::
7765 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7767 else
7768 wine_fn_append_rule \
7769 "$ac_dir/install:: $ac_dir
7770 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7771 $ac_dir/uninstall::
7772 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7775 if test -z "$with_wine64" && wine_fn_has_flag manpage
7776 then
7777 wine_fn_append_rule \
7778 "$ac_dir/install:: $ac_dir
7779 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7780 $ac_dir/uninstall::
7781 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7785 wine_fn_config_test ()
7787 ac_dir=$1
7788 ac_name=$2
7789 ac_flags=$3
7791 ac_clean=
7792 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7793 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7795 if test "x$enable_tests" = xno; then :
7796 wine_fn_disabled_rules $ac_clean; return
7799 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7800 wine_fn_all_rules
7801 wine_fn_clean_rules $ac_clean
7803 wine_fn_append_rule \
7804 "$ac_dir: programs/winetest/Makefile __builddeps__
7805 programs/winetest: $ac_dir
7806 check test: $ac_dir/test
7807 .PHONY: $ac_dir/test
7808 $ac_dir/test: dummy
7809 @cd $ac_dir && \$(MAKE) test
7810 testclean::
7811 \$(RM) $ac_dir/*.ok"
7813 if test -n "$CROSSTARGET"
7814 then
7815 wine_fn_append_rule \
7816 "crosstest: $ac_dir/crosstest
7817 .PHONY: $ac_dir/crosstest
7818 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7819 @cd $ac_dir && \$(MAKE) crosstest"
7823 wine_fn_config_tool ()
7825 ac_dir=$1
7826 ac_flags=$2
7827 if test "x$enable_tools" = xno; then :
7828 return
7831 wine_fn_all_rules
7832 wine_fn_install_rules
7833 wine_fn_clean_rules
7835 wine_fn_append_rule "__tooldeps__: $ac_dir"
7836 wine_fn_append_rule "$ac_dir: libs/port"
7837 case $ac_dir in
7838 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7839 esac
7842 wine_fn_config_symlink ()
7844 ac_linkdir=
7845 if test "x$1" = "x-d"
7846 then
7847 ac_linkdir=$2
7848 shift; shift
7850 ac_links=$@
7851 wine_fn_append_rule \
7852 "$ac_links:
7853 @./config.status \$@
7854 distclean::
7855 \$(RM) $ac_links"
7856 for f in $ac_links; do wine_fn_ignore_file $f; done
7857 test -n "$ac_linkdir" || return
7858 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7861 wine_binary="wine"
7862 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7863 loader_programs="$wine_binary"
7864 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7866 LOADER_RULES="
7867 all: wine.inf
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_targets="libwine.dll libwine.a"
7988 LIBWINE_RULES="
7989 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7991 all: libwine.dll libwine.a
7993 libwine.a: \$(srcdir)/wine.def
7994 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7996 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7997 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7999 install install-lib:: libwine.dll
8000 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
8002 install install-dev:: libwine.a
8003 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
8005 uninstall::
8006 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
8011 darwin*|macosx*)
8012 for ac_header in libunwind.h
8013 do :
8014 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8015 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8016 cat >>confdefs.h <<_ACEOF
8017 #define HAVE_LIBUNWIND_H 1
8018 _ACEOF
8022 done
8024 LIBEXT="dylib"
8025 DLLFLAGS="$DLLFLAGS -fPIC"
8026 LIBWINE_LDFLAGS="-multiply_defined suppress"
8027 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8028 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8029 COREFOUNDATION_LIBS="-framework CoreFoundation"
8031 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8033 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8035 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8037 CORESERVICES_LIBS="-framework CoreServices"
8039 APPKIT_LIBS="-framework AppKit"
8041 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8043 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8044 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8045 $as_echo_n "(cached) " >&6
8046 else
8047 ac_wine_try_cflags_saved=$CFLAGS
8048 CFLAGS="$CFLAGS -Wl,-no_pie"
8049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8050 /* end confdefs.h. */
8051 int main(int argc, char **argv) { return 0; }
8052 _ACEOF
8053 if ac_fn_c_try_link "$LINENO"; then :
8054 ac_cv_cflags__Wl__no_pie=yes
8055 else
8056 ac_cv_cflags__Wl__no_pie=no
8058 rm -f core conftest.err conftest.$ac_objext \
8059 conftest$ac_exeext conftest.$ac_ext
8060 CFLAGS=$ac_wine_try_cflags_saved
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8063 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8064 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8065 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8067 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8068 then
8069 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8072 if test "$ac_cv_header_Security_Security_h" = "yes"
8073 then
8074 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8076 ac_save_LIBS="$LIBS"
8077 LIBS="$LIBS $SECURITY_LIBS"
8078 for ac_func in SSLCopyPeerCertificates
8079 do :
8080 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8081 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8082 cat >>confdefs.h <<_ACEOF
8083 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8084 _ACEOF
8087 done
8089 LIBS="$ac_save_LIBS"
8090 with_gnutls=${with_gnutls:-no}
8092 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8093 then
8094 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8095 then
8096 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8098 else
8099 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8102 ac_save_LIBS="$LIBS"
8103 LIBS="$LIBS $COREAUDIO_LIBS"
8104 for ac_func in AUGraphAddNode
8105 do :
8106 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8107 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8108 cat >>confdefs.h <<_ACEOF
8109 #define HAVE_AUGRAPHADDNODE 1
8110 _ACEOF
8113 done
8115 LIBS="$ac_save_LIBS"
8117 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8118 then
8119 OPENAL_LIBS="-framework OpenAL"
8122 cat >>confdefs.h <<_ACEOF
8123 #define HAVE_OPENAL 1
8124 _ACEOF
8126 ac_cv_lib_openal=yes
8128 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8129 then
8130 OPENCL_LIBS="-framework OpenCL"
8132 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8134 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8135 then
8136 ac_save_LIBS="$LIBS"
8137 LIBS="$LIBS $IOKIT_LIBS"
8138 for ac_func in IOHIDManagerCreate
8139 do :
8140 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8141 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8142 cat >>confdefs.h <<_ACEOF
8143 #define HAVE_IOHIDMANAGERCREATE 1
8144 _ACEOF
8147 done
8149 LIBS="$ac_save_LIBS"
8151 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8152 then
8153 ac_save_LIBS="$LIBS"
8154 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8156 $as_echo_n "checking for the QuickTime framework... " >&6; }
8157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8158 /* end confdefs.h. */
8159 #include <QuickTime/ImageCompression.h>
8161 main ()
8163 CodecManagerVersion(NULL);
8165 return 0;
8167 _ACEOF
8168 if ac_fn_c_try_link "$LINENO"; then :
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8170 $as_echo "yes" >&6; }
8171 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8173 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8174 else
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8176 $as_echo "no" >&6; }
8177 ac_cv_header_QuickTime_ImageCompression_h=no
8179 rm -f core conftest.err conftest.$ac_objext \
8180 conftest$ac_exeext conftest.$ac_ext
8181 LIBS="$ac_save_LIBS"
8183 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8184 then
8185 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8187 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8188 then
8189 CARBON_LIBS="-framework Carbon"
8193 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8194 then
8195 ac_save_LIBS="$LIBS"
8196 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8197 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8198 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8199 enable_winemac_drv=${enable_winemac_drv:-yes}
8202 LIBS="$ac_save_LIBS"
8205 if test "x$enable_win16" = "xyes"
8206 then
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8208 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8209 if test "$cross_compiling" = yes; then :
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8211 $as_echo "cross-compiling, assuming yes" >&6; }
8212 else
8213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8214 /* end confdefs.h. */
8215 asm(".text\n"
8216 "bad:\tnop;nop\n"
8217 "good:\tnop;nop\n\t"
8218 ".globl _testfunc\n"
8219 "_testfunc:\tcallw good");
8220 extern void testfunc();
8222 main ()
8224 unsigned short *p = (unsigned short *)testfunc;
8225 return p[0] != 0xe866 || p[1] != 0xfffa
8227 return 0;
8229 _ACEOF
8230 if ac_fn_c_try_run "$LINENO"; then :
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8232 $as_echo "yes" >&6; }
8233 else
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8235 $as_echo "no" >&6; }
8236 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
8238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8239 conftest.$ac_objext conftest.beam conftest.$ac_ext
8244 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8245 LIBWINE_RULES="
8246 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8248 all: libwine.dylib
8250 libwine.$libwine_version.dylib: \$(OBJS)
8251 \$(CC) -dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8253 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8254 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8256 libwine.dylib: libwine.$libwine_soversion.dylib
8257 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8259 install install-lib:: libwine.$libwine_version.dylib
8260 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8261 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8263 install install-dev::
8264 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8266 uninstall::
8267 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8271 as_fn_append LOADER_RULES "
8272 ${wine_binary}_OBJS = main.o
8273 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8274 $wine_binary $wine_binary-installed: wine_info.plist
8278 linux-android*)
8279 DLLFLAGS="$DLLFLAGS -fPIC"
8280 LDEXECFLAGS=""
8281 dlldir="\${libdir}"
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8283 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8284 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8285 $as_echo_n "(cached) " >&6
8286 else
8287 ac_wine_try_cflags_saved=$CFLAGS
8288 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8290 /* end confdefs.h. */
8291 int main(int argc, char **argv) { return 0; }
8292 _ACEOF
8293 if ac_fn_c_try_link "$LINENO"; then :
8294 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8295 else
8296 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8298 rm -f core conftest.err conftest.$ac_objext \
8299 conftest$ac_exeext conftest.$ac_ext
8300 CFLAGS=$ac_wine_try_cflags_saved
8302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8303 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8304 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8305 LDEXECFLAGS="-Wl,--export-dynamic"
8307 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8309 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8310 if eval \${$as_ac_var+:} false; then :
8311 $as_echo_n "(cached) " >&6
8312 else
8313 ac_wine_try_cflags_saved=$CFLAGS
8314 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8316 /* end confdefs.h. */
8317 int main(int argc, char **argv) { return 0; }
8318 _ACEOF
8319 if ac_fn_c_try_link "$LINENO"; then :
8320 eval "$as_ac_var=yes"
8321 else
8322 eval "$as_ac_var=no"
8324 rm -f core conftest.err conftest.$ac_objext \
8325 conftest$ac_exeext conftest.$ac_ext
8326 CFLAGS=$ac_wine_try_cflags_saved
8328 eval ac_res=\$$as_ac_var
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8330 $as_echo "$ac_res" >&6; }
8331 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8332 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8333 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8334 else
8335 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8337 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8338 if eval \${$as_ac_var+:} false; then :
8339 $as_echo_n "(cached) " >&6
8340 else
8341 ac_wine_try_cflags_saved=$CFLAGS
8342 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8344 /* end confdefs.h. */
8345 int main(int argc, char **argv) { return 0; }
8346 _ACEOF
8347 if ac_fn_c_try_link "$LINENO"; then :
8348 eval "$as_ac_var=yes"
8349 else
8350 eval "$as_ac_var=no"
8352 rm -f core conftest.err conftest.$ac_objext \
8353 conftest$ac_exeext conftest.$ac_ext
8354 CFLAGS=$ac_wine_try_cflags_saved
8356 eval ac_res=\$$as_ac_var
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8358 $as_echo "$ac_res" >&6; }
8359 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8360 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8361 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8366 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8367 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8368 $as_echo_n "(cached) " >&6
8369 else
8370 ac_wine_try_cflags_saved=$CFLAGS
8371 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8373 /* end confdefs.h. */
8374 int main(int argc, char **argv) { return 0; }
8375 _ACEOF
8376 if ac_fn_c_try_link "$LINENO"; then :
8377 ac_cv_cflags__Wl___enable_new_dtags=yes
8378 else
8379 ac_cv_cflags__Wl___enable_new_dtags=no
8381 rm -f core conftest.err conftest.$ac_objext \
8382 conftest$ac_exeext conftest.$ac_ext
8383 CFLAGS=$ac_wine_try_cflags_saved
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8386 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8387 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8388 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8391 case $host_cpu in
8392 *i[3456789]86* | x86_64)
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8394 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8395 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8396 $as_echo_n "(cached) " >&6
8397 else
8398 ac_wine_try_cflags_saved=$CFLAGS
8399 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8401 /* end confdefs.h. */
8402 int main(int argc, char **argv) { return 0; }
8403 _ACEOF
8404 if ac_fn_c_try_link "$LINENO"; then :
8405 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8406 else
8407 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8409 rm -f core conftest.err conftest.$ac_objext \
8410 conftest$ac_exeext conftest.$ac_ext
8411 CFLAGS=$ac_wine_try_cflags_saved
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8414 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8415 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8416 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8419 esac
8421 libwine_targets="libwine.so"
8422 LIBWINE_RULES="
8423 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8425 all: libwine.so
8427 libwine.so: \$(OBJS)
8428 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8430 install install-lib:: libwine.so
8431 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8433 uninstall::
8434 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8438 as_fn_append LOADER_RULES "
8439 ${wine_binary}_OBJS = main.o
8440 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8445 DLLFLAGS="$DLLFLAGS -fPIC"
8446 LDEXECFLAGS=""
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8448 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8449 if ${ac_cv_c_dll_gnuelf+:} false; then :
8450 $as_echo_n "(cached) " >&6
8451 else
8452 ac_wine_try_cflags_saved=$CFLAGS
8453 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8455 /* end confdefs.h. */
8456 void myfunc() {}
8457 _ACEOF
8458 if ac_fn_c_try_link "$LINENO"; then :
8459 ac_cv_c_dll_gnuelf="yes"
8460 else
8461 ac_cv_c_dll_gnuelf="no"
8463 rm -f core conftest.err conftest.$ac_objext \
8464 conftest$ac_exeext conftest.$ac_ext
8465 CFLAGS=$ac_wine_try_cflags_saved
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8468 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8469 if test "$ac_cv_c_dll_gnuelf" = "yes"
8470 then
8471 LDSHARED="\$(CC) -shared"
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8473 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8474 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8475 $as_echo_n "(cached) " >&6
8476 else
8477 ac_wine_try_cflags_saved=$CFLAGS
8478 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8480 /* end confdefs.h. */
8481 int main(int argc, char **argv) { return 0; }
8482 _ACEOF
8483 if ac_fn_c_try_link "$LINENO"; then :
8484 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8485 else
8486 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8488 rm -f core conftest.err conftest.$ac_objext \
8489 conftest$ac_exeext conftest.$ac_ext
8490 CFLAGS=$ac_wine_try_cflags_saved
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8493 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8494 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8495 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8496 else
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8498 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8499 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8500 $as_echo_n "(cached) " >&6
8501 else
8502 ac_wine_try_cflags_saved=$CFLAGS
8503 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8505 /* end confdefs.h. */
8506 int main(int argc, char **argv) { return 0; }
8507 _ACEOF
8508 if ac_fn_c_try_link "$LINENO"; then :
8509 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8510 else
8511 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8513 rm -f core conftest.err conftest.$ac_objext \
8514 conftest$ac_exeext conftest.$ac_ext
8515 CFLAGS=$ac_wine_try_cflags_saved
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8518 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8519 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8520 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8524 echo '{ global: *; };' >conftest.map
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8526 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8527 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8528 $as_echo_n "(cached) " >&6
8529 else
8530 ac_wine_try_cflags_saved=$CFLAGS
8531 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8533 /* end confdefs.h. */
8534 int main(int argc, char **argv) { return 0; }
8535 _ACEOF
8536 if ac_fn_c_try_link "$LINENO"; then :
8537 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8538 else
8539 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8541 rm -f core conftest.err conftest.$ac_objext \
8542 conftest$ac_exeext conftest.$ac_ext
8543 CFLAGS=$ac_wine_try_cflags_saved
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8546 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8547 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8548 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8550 rm -f conftest.map
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8553 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8554 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8555 $as_echo_n "(cached) " >&6
8556 else
8557 ac_wine_try_cflags_saved=$CFLAGS
8558 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8560 /* end confdefs.h. */
8561 int main(int argc, char **argv) { return 0; }
8562 _ACEOF
8563 if ac_fn_c_try_link "$LINENO"; then :
8564 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8565 else
8566 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8568 rm -f core conftest.err conftest.$ac_objext \
8569 conftest$ac_exeext conftest.$ac_ext
8570 CFLAGS=$ac_wine_try_cflags_saved
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8573 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8574 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8575 LDEXECFLAGS="-Wl,--export-dynamic"
8578 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8580 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8581 if eval \${$as_ac_var+:} false; then :
8582 $as_echo_n "(cached) " >&6
8583 else
8584 ac_wine_try_cflags_saved=$CFLAGS
8585 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8587 /* end confdefs.h. */
8588 int main(int argc, char **argv) { return 0; }
8589 _ACEOF
8590 if ac_fn_c_try_link "$LINENO"; then :
8591 eval "$as_ac_var=yes"
8592 else
8593 eval "$as_ac_var=no"
8595 rm -f core conftest.err conftest.$ac_objext \
8596 conftest$ac_exeext conftest.$ac_ext
8597 CFLAGS=$ac_wine_try_cflags_saved
8599 eval ac_res=\$$as_ac_var
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8601 $as_echo "$ac_res" >&6; }
8602 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8603 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8604 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8605 else
8606 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8608 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8609 if eval \${$as_ac_var+:} false; then :
8610 $as_echo_n "(cached) " >&6
8611 else
8612 ac_wine_try_cflags_saved=$CFLAGS
8613 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8615 /* end confdefs.h. */
8616 int main(int argc, char **argv) { return 0; }
8617 _ACEOF
8618 if ac_fn_c_try_link "$LINENO"; then :
8619 eval "$as_ac_var=yes"
8620 else
8621 eval "$as_ac_var=no"
8623 rm -f core conftest.err conftest.$ac_objext \
8624 conftest$ac_exeext conftest.$ac_ext
8625 CFLAGS=$ac_wine_try_cflags_saved
8627 eval ac_res=\$$as_ac_var
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8629 $as_echo "$ac_res" >&6; }
8630 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8631 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8632 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8637 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8638 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8639 $as_echo_n "(cached) " >&6
8640 else
8641 ac_wine_try_cflags_saved=$CFLAGS
8642 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8644 /* end confdefs.h. */
8645 int main(int argc, char **argv) { return 0; }
8646 _ACEOF
8647 if ac_fn_c_try_link "$LINENO"; then :
8648 ac_cv_cflags__Wl___enable_new_dtags=yes
8649 else
8650 ac_cv_cflags__Wl___enable_new_dtags=no
8652 rm -f core conftest.err conftest.$ac_objext \
8653 conftest$ac_exeext conftest.$ac_ext
8654 CFLAGS=$ac_wine_try_cflags_saved
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8657 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8658 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8659 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8662 case $host_cpu in
8663 *i[3456789]86* | x86_64)
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8665 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8666 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8667 $as_echo_n "(cached) " >&6
8668 else
8669 ac_wine_try_cflags_saved=$CFLAGS
8670 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8672 /* end confdefs.h. */
8673 int main(int argc, char **argv) { return 0; }
8674 _ACEOF
8675 if ac_fn_c_try_link "$LINENO"; then :
8676 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8677 else
8678 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8680 rm -f core conftest.err conftest.$ac_objext \
8681 conftest$ac_exeext conftest.$ac_ext
8682 CFLAGS=$ac_wine_try_cflags_saved
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8685 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8686 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8687 case $host_os in
8688 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8689 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8690 esac
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8694 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8695 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8696 $as_echo_n "(cached) " >&6
8697 else
8698 ac_wine_try_cflags_saved=$CFLAGS
8699 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8701 /* end confdefs.h. */
8702 int main(int argc, char **argv) { return 0; }
8703 _ACEOF
8704 if ac_fn_c_try_link "$LINENO"; then :
8705 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8706 else
8707 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8709 rm -f core conftest.err conftest.$ac_objext \
8710 conftest$ac_exeext conftest.$ac_ext
8711 CFLAGS=$ac_wine_try_cflags_saved
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8714 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8715 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8717 else
8718 # Extract the first word of "prelink", so it can be a program name with args.
8719 set dummy prelink; ac_word=$2
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8721 $as_echo_n "checking for $ac_word... " >&6; }
8722 if ${ac_cv_path_PRELINK+:} false; then :
8723 $as_echo_n "(cached) " >&6
8724 else
8725 case $PRELINK in
8726 [\\/]* | ?:[\\/]*)
8727 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8731 for as_dir in /sbin /usr/sbin $PATH
8733 IFS=$as_save_IFS
8734 test -z "$as_dir" && as_dir=.
8735 for ac_exec_ext in '' $ac_executable_extensions; do
8736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8737 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8739 break 2
8741 done
8742 done
8743 IFS=$as_save_IFS
8745 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8747 esac
8749 PRELINK=$ac_cv_path_PRELINK
8750 if test -n "$PRELINK"; then
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8752 $as_echo "$PRELINK" >&6; }
8753 else
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8755 $as_echo "no" >&6; }
8759 if test "x$PRELINK" = xfalse
8760 then
8761 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8765 esac
8767 else
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8769 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8770 if ${ac_cv_c_dll_unixware+:} false; then :
8771 $as_echo_n "(cached) " >&6
8772 else
8773 ac_wine_try_cflags_saved=$CFLAGS
8774 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8776 /* end confdefs.h. */
8777 void myfunc() {}
8778 _ACEOF
8779 if ac_fn_c_try_link "$LINENO"; then :
8780 ac_cv_c_dll_unixware="yes"
8781 else
8782 ac_cv_c_dll_unixware="no"
8784 rm -f core conftest.err conftest.$ac_objext \
8785 conftest$ac_exeext conftest.$ac_ext
8786 CFLAGS=$ac_wine_try_cflags_saved
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8789 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8790 if test "$ac_cv_c_dll_unixware" = "yes"
8791 then
8792 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8795 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8796 LIBWINE_RULES="
8797 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8799 all: libwine.so
8801 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8802 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8804 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8805 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8807 libwine.so: libwine.so.$libwine_soversion
8808 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8810 install install-lib:: libwine.so.$libwine_version
8811 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8812 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8814 install install-dev::
8815 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8817 uninstall::
8818 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8822 as_fn_append LOADER_RULES "
8823 ${wine_binary}_OBJS = main.o
8824 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8826 if test -z "$with_wine64"
8827 then
8828 as_fn_append LOADER_RULES "
8829 install install-lib::
8830 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8831 uninstall::
8832 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8836 esac
8838 as_fn_append LIBWINE_RULES "
8839 EXTRA_TARGETS = $libwine_targets
8842 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8843 enable_winemac_drv=${enable_winemac_drv:-no}
8845 CROSSTARGET=""
8847 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8848 then
8849 case "$host_cpu" in
8850 i[3456789]86*)
8851 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
8852 mingw32-gcc" ;;
8853 x86_64)
8854 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 " ;;
8856 ac_prefix_list="" ;;
8857 esac
8858 for ac_prog in $ac_prefix_list
8860 # Extract the first word of "$ac_prog", so it can be a program name with args.
8861 set dummy $ac_prog; ac_word=$2
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8863 $as_echo_n "checking for $ac_word... " >&6; }
8864 if ${ac_cv_prog_CROSSCC+:} false; then :
8865 $as_echo_n "(cached) " >&6
8866 else
8867 if test -n "$CROSSCC"; then
8868 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8869 else
8870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8871 for as_dir in $PATH
8873 IFS=$as_save_IFS
8874 test -z "$as_dir" && as_dir=.
8875 for ac_exec_ext in '' $ac_executable_extensions; do
8876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8877 ac_cv_prog_CROSSCC="$ac_prog"
8878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8879 break 2
8881 done
8882 done
8883 IFS=$as_save_IFS
8887 CROSSCC=$ac_cv_prog_CROSSCC
8888 if test -n "$CROSSCC"; then
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8890 $as_echo "$CROSSCC" >&6; }
8891 else
8892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8893 $as_echo "no" >&6; }
8897 test -n "$CROSSCC" && break
8898 done
8899 test -n "$CROSSCC" || CROSSCC="false"
8901 if test "$CROSSCC" != "false"
8902 then
8903 ac_save_CC="$CC"
8904 CC="$CROSSCC"
8905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8906 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8908 /* end confdefs.h. */
8911 main ()
8915 return 0;
8917 _ACEOF
8918 if ac_fn_c_try_compile "$LINENO"; then :
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8920 $as_echo "yes" >&6; }
8921 set x $CROSSCC
8922 shift
8923 while test $# -ge 1
8925 case "$1" in
8926 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8927 esac
8928 shift
8929 done
8930 else
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8932 $as_echo "no" >&6; }
8934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8935 CC="$ac_save_CC"
8940 if test "$ac_cv_header_pthread_h" = "yes"
8941 then
8942 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8943 if test "x$ac_cv_func_pthread_create" = xyes; then :
8945 else
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8947 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8948 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8949 $as_echo_n "(cached) " >&6
8950 else
8951 ac_check_lib_save_LIBS=$LIBS
8952 LIBS="-lpthread $LIBS"
8953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8954 /* end confdefs.h. */
8956 /* Override any GCC internal prototype to avoid an error.
8957 Use char because int might match the return type of a GCC
8958 builtin and then its argument prototype would still apply. */
8959 #ifdef __cplusplus
8960 extern "C"
8961 #endif
8962 char pthread_create ();
8964 main ()
8966 return pthread_create ();
8968 return 0;
8970 _ACEOF
8971 if ac_fn_c_try_link "$LINENO"; then :
8972 ac_cv_lib_pthread_pthread_create=yes
8973 else
8974 ac_cv_lib_pthread_pthread_create=no
8976 rm -f core conftest.err conftest.$ac_objext \
8977 conftest$ac_exeext conftest.$ac_ext
8978 LIBS=$ac_check_lib_save_LIBS
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8981 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8982 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8983 PTHREAD_LIBS="-lpthread"
8990 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8991 case "x$with_pthread" in
8992 xno) ;;
8993 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8994 Wine cannot support threads without libpthread.
8995 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8996 esac
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9001 $as_echo_n "checking for X... " >&6; }
9004 # Check whether --with-x was given.
9005 if test "${with_x+set}" = set; then :
9006 withval=$with_x;
9009 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9010 if test "x$with_x" = xno; then
9011 # The user explicitly disabled X.
9012 have_x=disabled
9013 else
9014 case $x_includes,$x_libraries in #(
9015 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9016 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9017 $as_echo_n "(cached) " >&6
9018 else
9019 # One or both of the vars are not set, and there is no cached value.
9020 ac_x_includes=no ac_x_libraries=no
9021 rm -f -r conftest.dir
9022 if mkdir conftest.dir; then
9023 cd conftest.dir
9024 cat >Imakefile <<'_ACEOF'
9025 incroot:
9026 @echo incroot='${INCROOT}'
9027 usrlibdir:
9028 @echo usrlibdir='${USRLIBDIR}'
9029 libdir:
9030 @echo libdir='${LIBDIR}'
9031 _ACEOF
9032 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9033 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9034 for ac_var in incroot usrlibdir libdir; do
9035 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9036 done
9037 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9038 for ac_extension in a so sl dylib la dll; do
9039 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9040 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9041 ac_im_usrlibdir=$ac_im_libdir; break
9043 done
9044 # Screen out bogus values from the imake configuration. They are
9045 # bogus both because they are the default anyway, and because
9046 # using them would break gcc on systems where it needs fixed includes.
9047 case $ac_im_incroot in
9048 /usr/include) ac_x_includes= ;;
9049 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9050 esac
9051 case $ac_im_usrlibdir in
9052 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9053 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9054 esac
9056 cd ..
9057 rm -f -r conftest.dir
9060 # Standard set of common directories for X headers.
9061 # Check X11 before X11Rn because it is often a symlink to the current release.
9062 ac_x_header_dirs='
9063 /usr/X11/include
9064 /usr/X11R7/include
9065 /usr/X11R6/include
9066 /usr/X11R5/include
9067 /usr/X11R4/include
9069 /usr/include/X11
9070 /usr/include/X11R7
9071 /usr/include/X11R6
9072 /usr/include/X11R5
9073 /usr/include/X11R4
9075 /usr/local/X11/include
9076 /usr/local/X11R7/include
9077 /usr/local/X11R6/include
9078 /usr/local/X11R5/include
9079 /usr/local/X11R4/include
9081 /usr/local/include/X11
9082 /usr/local/include/X11R7
9083 /usr/local/include/X11R6
9084 /usr/local/include/X11R5
9085 /usr/local/include/X11R4
9087 /usr/X386/include
9088 /usr/x386/include
9089 /usr/XFree86/include/X11
9091 /usr/include
9092 /usr/local/include
9093 /usr/unsupported/include
9094 /usr/athena/include
9095 /usr/local/x11r5/include
9096 /usr/lpp/Xamples/include
9098 /usr/openwin/include
9099 /usr/openwin/share/include'
9101 if test "$ac_x_includes" = no; then
9102 # Guess where to find include files, by looking for Xlib.h.
9103 # First, try using that file with no special directory specified.
9104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9105 /* end confdefs.h. */
9106 #include <X11/Xlib.h>
9107 _ACEOF
9108 if ac_fn_c_try_cpp "$LINENO"; then :
9109 # We can compile using X headers with no special include directory.
9110 ac_x_includes=
9111 else
9112 for ac_dir in $ac_x_header_dirs; do
9113 if test -r "$ac_dir/X11/Xlib.h"; then
9114 ac_x_includes=$ac_dir
9115 break
9117 done
9119 rm -f conftest.err conftest.i conftest.$ac_ext
9120 fi # $ac_x_includes = no
9122 if test "$ac_x_libraries" = no; then
9123 # Check for the libraries.
9124 # See if we find them without any special options.
9125 # Don't add to $LIBS permanently.
9126 ac_save_LIBS=$LIBS
9127 LIBS="-lX11 $LIBS"
9128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9129 /* end confdefs.h. */
9130 #include <X11/Xlib.h>
9132 main ()
9134 XrmInitialize ()
9136 return 0;
9138 _ACEOF
9139 if ac_fn_c_try_link "$LINENO"; then :
9140 LIBS=$ac_save_LIBS
9141 # We can link X programs with no special library path.
9142 ac_x_libraries=
9143 else
9144 LIBS=$ac_save_LIBS
9145 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9147 # Don't even attempt the hair of trying to link an X program!
9148 for ac_extension in a so sl dylib la dll; do
9149 if test -r "$ac_dir/libX11.$ac_extension"; then
9150 ac_x_libraries=$ac_dir
9151 break 2
9153 done
9154 done
9156 rm -f core conftest.err conftest.$ac_objext \
9157 conftest$ac_exeext conftest.$ac_ext
9158 fi # $ac_x_libraries = no
9160 case $ac_x_includes,$ac_x_libraries in #(
9161 no,* | *,no | *\'*)
9162 # Didn't find X, or a directory has "'" in its name.
9163 ac_cv_have_x="have_x=no";; #(
9165 # Record where we found X for the cache.
9166 ac_cv_have_x="have_x=yes\
9167 ac_x_includes='$ac_x_includes'\
9168 ac_x_libraries='$ac_x_libraries'"
9169 esac
9171 ;; #(
9172 *) have_x=yes;;
9173 esac
9174 eval "$ac_cv_have_x"
9175 fi # $with_x != no
9177 if test "$have_x" != yes; then
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9179 $as_echo "$have_x" >&6; }
9180 no_x=yes
9181 else
9182 # If each of the values was on the command line, it overrides each guess.
9183 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9184 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9185 # Update the cache value to reflect the command line values.
9186 ac_cv_have_x="have_x=yes\
9187 ac_x_includes='$x_includes'\
9188 ac_x_libraries='$x_libraries'"
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9190 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9193 if test "$no_x" = yes; then
9194 # Not all programs may use this symbol, but it does not hurt to define it.
9196 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9198 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9199 else
9200 if test -n "$x_includes"; then
9201 X_CFLAGS="$X_CFLAGS -I$x_includes"
9204 # It would also be nice to do this for all -L options, not just this one.
9205 if test -n "$x_libraries"; then
9206 X_LIBS="$X_LIBS -L$x_libraries"
9207 # For Solaris; some versions of Sun CC require a space after -R and
9208 # others require no space. Words are not sufficient . . . .
9209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9210 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9211 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9212 ac_xsave_c_werror_flag=$ac_c_werror_flag
9213 ac_c_werror_flag=yes
9214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9215 /* end confdefs.h. */
9218 main ()
9222 return 0;
9224 _ACEOF
9225 if ac_fn_c_try_link "$LINENO"; then :
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9227 $as_echo "no" >&6; }
9228 X_LIBS="$X_LIBS -R$x_libraries"
9229 else
9230 LIBS="$ac_xsave_LIBS -R $x_libraries"
9231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9232 /* end confdefs.h. */
9235 main ()
9239 return 0;
9241 _ACEOF
9242 if ac_fn_c_try_link "$LINENO"; then :
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9244 $as_echo "yes" >&6; }
9245 X_LIBS="$X_LIBS -R $x_libraries"
9246 else
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9248 $as_echo "neither works" >&6; }
9250 rm -f core conftest.err conftest.$ac_objext \
9251 conftest$ac_exeext conftest.$ac_ext
9253 rm -f core conftest.err conftest.$ac_objext \
9254 conftest$ac_exeext conftest.$ac_ext
9255 ac_c_werror_flag=$ac_xsave_c_werror_flag
9256 LIBS=$ac_xsave_LIBS
9259 # Check for system-dependent libraries X programs must link with.
9260 # Do this before checking for the system-independent R6 libraries
9261 # (-lICE), since we may need -lsocket or whatever for X linking.
9263 if test "$ISC" = yes; then
9264 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9265 else
9266 # Martyn Johnson says this is needed for Ultrix, if the X
9267 # libraries were built with DECnet support. And Karl Berry says
9268 # the Alpha needs dnet_stub (dnet does not exist).
9269 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9271 /* end confdefs.h. */
9273 /* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
9276 #ifdef __cplusplus
9277 extern "C"
9278 #endif
9279 char XOpenDisplay ();
9281 main ()
9283 return XOpenDisplay ();
9285 return 0;
9287 _ACEOF
9288 if ac_fn_c_try_link "$LINENO"; then :
9290 else
9291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9292 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9293 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9294 $as_echo_n "(cached) " >&6
9295 else
9296 ac_check_lib_save_LIBS=$LIBS
9297 LIBS="-ldnet $LIBS"
9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9299 /* end confdefs.h. */
9301 /* Override any GCC internal prototype to avoid an error.
9302 Use char because int might match the return type of a GCC
9303 builtin and then its argument prototype would still apply. */
9304 #ifdef __cplusplus
9305 extern "C"
9306 #endif
9307 char dnet_ntoa ();
9309 main ()
9311 return dnet_ntoa ();
9313 return 0;
9315 _ACEOF
9316 if ac_fn_c_try_link "$LINENO"; then :
9317 ac_cv_lib_dnet_dnet_ntoa=yes
9318 else
9319 ac_cv_lib_dnet_dnet_ntoa=no
9321 rm -f core conftest.err conftest.$ac_objext \
9322 conftest$ac_exeext conftest.$ac_ext
9323 LIBS=$ac_check_lib_save_LIBS
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9326 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9327 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9328 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9331 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9333 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9334 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9335 $as_echo_n "(cached) " >&6
9336 else
9337 ac_check_lib_save_LIBS=$LIBS
9338 LIBS="-ldnet_stub $LIBS"
9339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9340 /* end confdefs.h. */
9342 /* Override any GCC internal prototype to avoid an error.
9343 Use char because int might match the return type of a GCC
9344 builtin and then its argument prototype would still apply. */
9345 #ifdef __cplusplus
9346 extern "C"
9347 #endif
9348 char dnet_ntoa ();
9350 main ()
9352 return dnet_ntoa ();
9354 return 0;
9356 _ACEOF
9357 if ac_fn_c_try_link "$LINENO"; then :
9358 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9359 else
9360 ac_cv_lib_dnet_stub_dnet_ntoa=no
9362 rm -f core conftest.err conftest.$ac_objext \
9363 conftest$ac_exeext conftest.$ac_ext
9364 LIBS=$ac_check_lib_save_LIBS
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9367 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9368 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9369 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9374 rm -f core conftest.err conftest.$ac_objext \
9375 conftest$ac_exeext conftest.$ac_ext
9376 LIBS="$ac_xsave_LIBS"
9378 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9379 # to get the SysV transport functions.
9380 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9381 # needs -lnsl.
9382 # The nsl library prevents programs from opening the X display
9383 # on Irix 5.2, according to T.E. Dickey.
9384 # The functions gethostbyname, getservbyname, and inet_addr are
9385 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9386 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9387 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9391 if test $ac_cv_func_gethostbyname = no; then
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9393 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9394 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9395 $as_echo_n "(cached) " >&6
9396 else
9397 ac_check_lib_save_LIBS=$LIBS
9398 LIBS="-lnsl $LIBS"
9399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9400 /* end confdefs.h. */
9402 /* Override any GCC internal prototype to avoid an error.
9403 Use char because int might match the return type of a GCC
9404 builtin and then its argument prototype would still apply. */
9405 #ifdef __cplusplus
9406 extern "C"
9407 #endif
9408 char gethostbyname ();
9410 main ()
9412 return gethostbyname ();
9414 return 0;
9416 _ACEOF
9417 if ac_fn_c_try_link "$LINENO"; then :
9418 ac_cv_lib_nsl_gethostbyname=yes
9419 else
9420 ac_cv_lib_nsl_gethostbyname=no
9422 rm -f core conftest.err conftest.$ac_objext \
9423 conftest$ac_exeext conftest.$ac_ext
9424 LIBS=$ac_check_lib_save_LIBS
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9427 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9428 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9429 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9432 if test $ac_cv_lib_nsl_gethostbyname = no; then
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9434 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9435 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9436 $as_echo_n "(cached) " >&6
9437 else
9438 ac_check_lib_save_LIBS=$LIBS
9439 LIBS="-lbsd $LIBS"
9440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9441 /* end confdefs.h. */
9443 /* Override any GCC internal prototype to avoid an error.
9444 Use char because int might match the return type of a GCC
9445 builtin and then its argument prototype would still apply. */
9446 #ifdef __cplusplus
9447 extern "C"
9448 #endif
9449 char gethostbyname ();
9451 main ()
9453 return gethostbyname ();
9455 return 0;
9457 _ACEOF
9458 if ac_fn_c_try_link "$LINENO"; then :
9459 ac_cv_lib_bsd_gethostbyname=yes
9460 else
9461 ac_cv_lib_bsd_gethostbyname=no
9463 rm -f core conftest.err conftest.$ac_objext \
9464 conftest$ac_exeext conftest.$ac_ext
9465 LIBS=$ac_check_lib_save_LIBS
9467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9468 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9469 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9470 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9476 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9477 # socket/setsockopt and other routines are undefined under SCO ODT
9478 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9479 # on later versions), says Simon Leinen: it contains gethostby*
9480 # variants that don't use the name server (or something). -lsocket
9481 # must be given before -lnsl if both are needed. We assume that
9482 # if connect needs -lnsl, so does gethostbyname.
9483 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9484 if test "x$ac_cv_func_connect" = xyes; then :
9488 if test $ac_cv_func_connect = no; then
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9490 $as_echo_n "checking for connect in -lsocket... " >&6; }
9491 if ${ac_cv_lib_socket_connect+:} false; then :
9492 $as_echo_n "(cached) " >&6
9493 else
9494 ac_check_lib_save_LIBS=$LIBS
9495 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9497 /* end confdefs.h. */
9499 /* Override any GCC internal prototype to avoid an error.
9500 Use char because int might match the return type of a GCC
9501 builtin and then its argument prototype would still apply. */
9502 #ifdef __cplusplus
9503 extern "C"
9504 #endif
9505 char connect ();
9507 main ()
9509 return connect ();
9511 return 0;
9513 _ACEOF
9514 if ac_fn_c_try_link "$LINENO"; then :
9515 ac_cv_lib_socket_connect=yes
9516 else
9517 ac_cv_lib_socket_connect=no
9519 rm -f core conftest.err conftest.$ac_objext \
9520 conftest$ac_exeext conftest.$ac_ext
9521 LIBS=$ac_check_lib_save_LIBS
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9524 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9525 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9526 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9531 # Guillermo Gomez says -lposix is necessary on A/UX.
9532 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9533 if test "x$ac_cv_func_remove" = xyes; then :
9537 if test $ac_cv_func_remove = no; then
9538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9539 $as_echo_n "checking for remove in -lposix... " >&6; }
9540 if ${ac_cv_lib_posix_remove+:} false; then :
9541 $as_echo_n "(cached) " >&6
9542 else
9543 ac_check_lib_save_LIBS=$LIBS
9544 LIBS="-lposix $LIBS"
9545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9546 /* end confdefs.h. */
9548 /* Override any GCC internal prototype to avoid an error.
9549 Use char because int might match the return type of a GCC
9550 builtin and then its argument prototype would still apply. */
9551 #ifdef __cplusplus
9552 extern "C"
9553 #endif
9554 char remove ();
9556 main ()
9558 return remove ();
9560 return 0;
9562 _ACEOF
9563 if ac_fn_c_try_link "$LINENO"; then :
9564 ac_cv_lib_posix_remove=yes
9565 else
9566 ac_cv_lib_posix_remove=no
9568 rm -f core conftest.err conftest.$ac_objext \
9569 conftest$ac_exeext conftest.$ac_ext
9570 LIBS=$ac_check_lib_save_LIBS
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9573 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9574 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9575 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9580 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9581 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9582 if test "x$ac_cv_func_shmat" = xyes; then :
9586 if test $ac_cv_func_shmat = no; then
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9588 $as_echo_n "checking for shmat in -lipc... " >&6; }
9589 if ${ac_cv_lib_ipc_shmat+:} false; then :
9590 $as_echo_n "(cached) " >&6
9591 else
9592 ac_check_lib_save_LIBS=$LIBS
9593 LIBS="-lipc $LIBS"
9594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9595 /* end confdefs.h. */
9597 /* Override any GCC internal prototype to avoid an error.
9598 Use char because int might match the return type of a GCC
9599 builtin and then its argument prototype would still apply. */
9600 #ifdef __cplusplus
9601 extern "C"
9602 #endif
9603 char shmat ();
9605 main ()
9607 return shmat ();
9609 return 0;
9611 _ACEOF
9612 if ac_fn_c_try_link "$LINENO"; then :
9613 ac_cv_lib_ipc_shmat=yes
9614 else
9615 ac_cv_lib_ipc_shmat=no
9617 rm -f core conftest.err conftest.$ac_objext \
9618 conftest$ac_exeext conftest.$ac_ext
9619 LIBS=$ac_check_lib_save_LIBS
9621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9622 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9623 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9624 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9630 # Check for libraries that X11R6 Xt/Xaw programs need.
9631 ac_save_LDFLAGS=$LDFLAGS
9632 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9633 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9634 # check for ICE first), but we must link in the order -lSM -lICE or
9635 # we get undefined symbols. So assume we have SM if we have ICE.
9636 # These have to be linked with before -lX11, unlike the other
9637 # libraries we check for below, so use a different variable.
9638 # John Interrante, Karl Berry
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9640 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9641 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9642 $as_echo_n "(cached) " >&6
9643 else
9644 ac_check_lib_save_LIBS=$LIBS
9645 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9647 /* end confdefs.h. */
9649 /* Override any GCC internal prototype to avoid an error.
9650 Use char because int might match the return type of a GCC
9651 builtin and then its argument prototype would still apply. */
9652 #ifdef __cplusplus
9653 extern "C"
9654 #endif
9655 char IceConnectionNumber ();
9657 main ()
9659 return IceConnectionNumber ();
9661 return 0;
9663 _ACEOF
9664 if ac_fn_c_try_link "$LINENO"; then :
9665 ac_cv_lib_ICE_IceConnectionNumber=yes
9666 else
9667 ac_cv_lib_ICE_IceConnectionNumber=no
9669 rm -f core conftest.err conftest.$ac_objext \
9670 conftest$ac_exeext conftest.$ac_ext
9671 LIBS=$ac_check_lib_save_LIBS
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9674 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9675 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9676 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9679 LDFLAGS=$ac_save_LDFLAGS
9684 if test "$have_x" = "yes"
9685 then
9686 ac_save_CPPFLAGS="$CPPFLAGS"
9687 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9690 $as_echo_n "checking for -lX11... " >&6; }
9691 if ${ac_cv_lib_soname_X11+:} false; then :
9692 $as_echo_n "(cached) " >&6
9693 else
9694 ac_check_soname_save_LIBS=$LIBS
9695 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9697 /* end confdefs.h. */
9699 /* Override any GCC internal prototype to avoid an error.
9700 Use char because int might match the return type of a GCC
9701 builtin and then its argument prototype would still apply. */
9702 #ifdef __cplusplus
9703 extern "C"
9704 #endif
9705 char XCreateWindow ();
9707 main ()
9709 return XCreateWindow ();
9711 return 0;
9713 _ACEOF
9714 if ac_fn_c_try_link "$LINENO"; then :
9715 case "$LIBEXT" in
9716 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9717 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'` ;;
9718 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9719 if ${ac_cv_lib_soname_X11:+false} :; then :
9720 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9721 fi ;;
9722 esac
9724 rm -f core conftest.err conftest.$ac_objext \
9725 conftest$ac_exeext conftest.$ac_ext
9726 LIBS=$ac_check_soname_save_LIBS
9728 if ${ac_cv_lib_soname_X11:+false} :; then :
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9730 $as_echo "not found" >&6; }
9732 else
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9734 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9736 cat >>confdefs.h <<_ACEOF
9737 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9738 _ACEOF
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9743 $as_echo_n "checking for -lXext... " >&6; }
9744 if ${ac_cv_lib_soname_Xext+:} false; then :
9745 $as_echo_n "(cached) " >&6
9746 else
9747 ac_check_soname_save_LIBS=$LIBS
9748 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9750 /* end confdefs.h. */
9752 /* Override any GCC internal prototype to avoid an error.
9753 Use char because int might match the return type of a GCC
9754 builtin and then its argument prototype would still apply. */
9755 #ifdef __cplusplus
9756 extern "C"
9757 #endif
9758 char XextCreateExtension ();
9760 main ()
9762 return XextCreateExtension ();
9764 return 0;
9766 _ACEOF
9767 if ac_fn_c_try_link "$LINENO"; then :
9768 case "$LIBEXT" in
9769 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9770 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'` ;;
9771 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9772 if ${ac_cv_lib_soname_Xext:+false} :; then :
9773 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9774 fi ;;
9775 esac
9777 rm -f core conftest.err conftest.$ac_objext \
9778 conftest$ac_exeext conftest.$ac_ext
9779 LIBS=$ac_check_soname_save_LIBS
9781 if ${ac_cv_lib_soname_Xext:+false} :; then :
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9783 $as_echo "not found" >&6; }
9785 else
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9787 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9789 cat >>confdefs.h <<_ACEOF
9790 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9791 _ACEOF
9793 X_LIBS="$X_LIBS -lXext"
9795 X_LIBS="$X_LIBS -lX11"
9797 for ac_header in X11/Xlib.h \
9798 X11/XKBlib.h \
9799 X11/Xutil.h \
9800 X11/Xcursor/Xcursor.h \
9801 X11/extensions/shape.h \
9802 X11/extensions/XInput.h \
9803 X11/extensions/XInput2.h \
9804 X11/extensions/XShm.h \
9805 X11/extensions/Xcomposite.h \
9806 X11/extensions/Xinerama.h \
9807 X11/extensions/Xrandr.h \
9808 X11/extensions/Xrender.h \
9809 X11/extensions/xf86vmode.h \
9810 X11/extensions/xf86vmproto.h
9811 do :
9812 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9813 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9814 # include <X11/Xlib.h>
9815 #endif
9816 #ifdef HAVE_X11_XUTIL_H
9817 # include <X11/Xutil.h>
9818 #endif
9820 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9821 cat >>confdefs.h <<_ACEOF
9822 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9823 _ACEOF
9827 done
9830 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9831 then
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9833 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9834 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9835 $as_echo_n "(cached) " >&6
9836 else
9837 ac_check_lib_save_LIBS=$LIBS
9838 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9840 /* end confdefs.h. */
9842 /* Override any GCC internal prototype to avoid an error.
9843 Use char because int might match the return type of a GCC
9844 builtin and then its argument prototype would still apply. */
9845 #ifdef __cplusplus
9846 extern "C"
9847 #endif
9848 char XkbQueryExtension ();
9850 main ()
9852 return XkbQueryExtension ();
9854 return 0;
9856 _ACEOF
9857 if ac_fn_c_try_link "$LINENO"; then :
9858 ac_cv_lib_X11_XkbQueryExtension=yes
9859 else
9860 ac_cv_lib_X11_XkbQueryExtension=no
9862 rm -f core conftest.err conftest.$ac_objext \
9863 conftest$ac_exeext conftest.$ac_ext
9864 LIBS=$ac_check_lib_save_LIBS
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9867 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9868 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9870 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9876 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9877 then
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9879 $as_echo_n "checking for -lXcursor... " >&6; }
9880 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9881 $as_echo_n "(cached) " >&6
9882 else
9883 ac_check_soname_save_LIBS=$LIBS
9884 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9886 /* end confdefs.h. */
9888 /* Override any GCC internal prototype to avoid an error.
9889 Use char because int might match the return type of a GCC
9890 builtin and then its argument prototype would still apply. */
9891 #ifdef __cplusplus
9892 extern "C"
9893 #endif
9894 char XcursorImageLoadCursor ();
9896 main ()
9898 return XcursorImageLoadCursor ();
9900 return 0;
9902 _ACEOF
9903 if ac_fn_c_try_link "$LINENO"; then :
9904 case "$LIBEXT" in
9905 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9906 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'` ;;
9907 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9908 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9909 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9910 fi ;;
9911 esac
9913 rm -f core conftest.err conftest.$ac_objext \
9914 conftest$ac_exeext conftest.$ac_ext
9915 LIBS=$ac_check_soname_save_LIBS
9917 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9919 $as_echo "not found" >&6; }
9921 else
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9923 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9925 cat >>confdefs.h <<_ACEOF
9926 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9927 _ACEOF
9932 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9933 case "x$with_xcursor" in
9934 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9935 xno) ;;
9936 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9937 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9938 esac
9941 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9942 then
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9944 $as_echo_n "checking for -lXi... " >&6; }
9945 if ${ac_cv_lib_soname_Xi+:} false; then :
9946 $as_echo_n "(cached) " >&6
9947 else
9948 ac_check_soname_save_LIBS=$LIBS
9949 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9951 /* end confdefs.h. */
9953 /* Override any GCC internal prototype to avoid an error.
9954 Use char because int might match the return type of a GCC
9955 builtin and then its argument prototype would still apply. */
9956 #ifdef __cplusplus
9957 extern "C"
9958 #endif
9959 char XOpenDevice ();
9961 main ()
9963 return XOpenDevice ();
9965 return 0;
9967 _ACEOF
9968 if ac_fn_c_try_link "$LINENO"; then :
9969 case "$LIBEXT" in
9970 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9971 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'` ;;
9972 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9973 if ${ac_cv_lib_soname_Xi:+false} :; then :
9974 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9975 fi ;;
9976 esac
9978 rm -f core conftest.err conftest.$ac_objext \
9979 conftest$ac_exeext conftest.$ac_ext
9980 LIBS=$ac_check_soname_save_LIBS
9982 if ${ac_cv_lib_soname_Xi:+false} :; then :
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9984 $as_echo "not found" >&6; }
9986 else
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9988 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9990 cat >>confdefs.h <<_ACEOF
9991 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9992 _ACEOF
9997 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9998 case "x$with_xinput" in
9999 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10000 xno) ;;
10001 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10002 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10003 esac
10006 if test "x$ac_cv_lib_soname_Xi" != x
10007 then
10008 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10009 case "x$with_xinput2" in
10010 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10011 xno) ;;
10012 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10013 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10014 esac
10018 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10019 then
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10021 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10022 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10023 $as_echo_n "(cached) " >&6
10024 else
10025 ac_check_lib_save_LIBS=$LIBS
10026 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10028 /* end confdefs.h. */
10030 /* Override any GCC internal prototype to avoid an error.
10031 Use char because int might match the return type of a GCC
10032 builtin and then its argument prototype would still apply. */
10033 #ifdef __cplusplus
10034 extern "C"
10035 #endif
10036 char XShmQueryExtension ();
10038 main ()
10040 return XShmQueryExtension ();
10042 return 0;
10044 _ACEOF
10045 if ac_fn_c_try_link "$LINENO"; then :
10046 ac_cv_lib_Xext_XShmQueryExtension=yes
10047 else
10048 ac_cv_lib_Xext_XShmQueryExtension=no
10050 rm -f core conftest.err conftest.$ac_objext \
10051 conftest$ac_exeext conftest.$ac_ext
10052 LIBS=$ac_check_lib_save_LIBS
10054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10055 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10056 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10058 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10063 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10064 case "x$with_xshm" in
10065 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10066 xno) ;;
10067 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10068 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10069 esac
10072 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10073 then
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10075 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10076 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10077 $as_echo_n "(cached) " >&6
10078 else
10079 ac_check_lib_save_LIBS=$LIBS
10080 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10082 /* end confdefs.h. */
10084 /* Override any GCC internal prototype to avoid an error.
10085 Use char because int might match the return type of a GCC
10086 builtin and then its argument prototype would still apply. */
10087 #ifdef __cplusplus
10088 extern "C"
10089 #endif
10090 char XShapeQueryExtension ();
10092 main ()
10094 return XShapeQueryExtension ();
10096 return 0;
10098 _ACEOF
10099 if ac_fn_c_try_link "$LINENO"; then :
10100 ac_cv_lib_Xext_XShapeQueryExtension=yes
10101 else
10102 ac_cv_lib_Xext_XShapeQueryExtension=no
10104 rm -f core conftest.err conftest.$ac_objext \
10105 conftest$ac_exeext conftest.$ac_ext
10106 LIBS=$ac_check_lib_save_LIBS
10108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10109 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10110 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10112 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10117 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10118 case "x$with_xshape" in
10119 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10120 xno) ;;
10121 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10122 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10123 esac
10126 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10127 then
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10129 $as_echo_n "checking for -lXxf86vm... " >&6; }
10130 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10131 $as_echo_n "(cached) " >&6
10132 else
10133 ac_check_soname_save_LIBS=$LIBS
10134 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10136 /* end confdefs.h. */
10138 /* Override any GCC internal prototype to avoid an error.
10139 Use char because int might match the return type of a GCC
10140 builtin and then its argument prototype would still apply. */
10141 #ifdef __cplusplus
10142 extern "C"
10143 #endif
10144 char XF86VidModeQueryExtension ();
10146 main ()
10148 return XF86VidModeQueryExtension ();
10150 return 0;
10152 _ACEOF
10153 if ac_fn_c_try_link "$LINENO"; then :
10154 case "$LIBEXT" in
10155 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10156 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'` ;;
10157 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10158 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10159 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10160 fi ;;
10161 esac
10163 rm -f core conftest.err conftest.$ac_objext \
10164 conftest$ac_exeext conftest.$ac_ext
10165 LIBS=$ac_check_soname_save_LIBS
10167 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10169 $as_echo "not found" >&6; }
10171 else
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10173 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10175 cat >>confdefs.h <<_ACEOF
10176 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10177 _ACEOF
10182 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10183 case "x$with_xxf86vm" in
10184 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10185 xno) ;;
10186 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10187 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10188 esac
10191 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10192 then
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10194 $as_echo_n "checking for -lXrender... " >&6; }
10195 if ${ac_cv_lib_soname_Xrender+:} false; then :
10196 $as_echo_n "(cached) " >&6
10197 else
10198 ac_check_soname_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 XRenderQueryExtension ();
10211 main ()
10213 return XRenderQueryExtension ();
10215 return 0;
10217 _ACEOF
10218 if ac_fn_c_try_link "$LINENO"; then :
10219 case "$LIBEXT" in
10220 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10221 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'` ;;
10222 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10223 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10224 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10225 fi ;;
10226 esac
10228 rm -f core conftest.err conftest.$ac_objext \
10229 conftest$ac_exeext conftest.$ac_ext
10230 LIBS=$ac_check_soname_save_LIBS
10232 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10234 $as_echo "not found" >&6; }
10236 else
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10238 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10240 cat >>confdefs.h <<_ACEOF
10241 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10242 _ACEOF
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10245 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10246 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10247 $as_echo_n "(cached) " >&6
10248 else
10249 ac_check_lib_save_LIBS=$LIBS
10250 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10252 /* end confdefs.h. */
10254 /* Override any GCC internal prototype to avoid an error.
10255 Use char because int might match the return type of a GCC
10256 builtin and then its argument prototype would still apply. */
10257 #ifdef __cplusplus
10258 extern "C"
10259 #endif
10260 char XRenderSetPictureTransform ();
10262 main ()
10264 return XRenderSetPictureTransform ();
10266 return 0;
10268 _ACEOF
10269 if ac_fn_c_try_link "$LINENO"; then :
10270 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10271 else
10272 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10274 rm -f core conftest.err conftest.$ac_objext \
10275 conftest$ac_exeext conftest.$ac_ext
10276 LIBS=$ac_check_lib_save_LIBS
10278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10279 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10280 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10282 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10287 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10288 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10289 $as_echo_n "(cached) " >&6
10290 else
10291 ac_check_lib_save_LIBS=$LIBS
10292 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10294 /* end confdefs.h. */
10296 /* Override any GCC internal prototype to avoid an error.
10297 Use char because int might match the return type of a GCC
10298 builtin and then its argument prototype would still apply. */
10299 #ifdef __cplusplus
10300 extern "C"
10301 #endif
10302 char XRenderCreateLinearGradient ();
10304 main ()
10306 return XRenderCreateLinearGradient ();
10308 return 0;
10310 _ACEOF
10311 if ac_fn_c_try_link "$LINENO"; then :
10312 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10313 else
10314 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10316 rm -f core conftest.err conftest.$ac_objext \
10317 conftest$ac_exeext conftest.$ac_ext
10318 LIBS=$ac_check_lib_save_LIBS
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10321 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10322 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10324 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10331 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10332 case "x$with_xrender" in
10333 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10334 xno) ;;
10335 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10336 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10337 esac
10340 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10341 then
10342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10343 /* end confdefs.h. */
10344 #include <X11/Xlib.h>
10345 #include <X11/extensions/Xrandr.h>
10347 main ()
10349 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10351 return 0;
10353 _ACEOF
10354 if ac_fn_c_try_compile "$LINENO"; then :
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10356 $as_echo_n "checking for -lXrandr... " >&6; }
10357 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10358 $as_echo_n "(cached) " >&6
10359 else
10360 ac_check_soname_save_LIBS=$LIBS
10361 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10363 /* end confdefs.h. */
10365 /* Override any GCC internal prototype to avoid an error.
10366 Use char because int might match the return type of a GCC
10367 builtin and then its argument prototype would still apply. */
10368 #ifdef __cplusplus
10369 extern "C"
10370 #endif
10371 char XRRQueryExtension ();
10373 main ()
10375 return XRRQueryExtension ();
10377 return 0;
10379 _ACEOF
10380 if ac_fn_c_try_link "$LINENO"; then :
10381 case "$LIBEXT" in
10382 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10383 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'` ;;
10384 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10385 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10386 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10387 fi ;;
10388 esac
10390 rm -f core conftest.err conftest.$ac_objext \
10391 conftest$ac_exeext conftest.$ac_ext
10392 LIBS=$ac_check_soname_save_LIBS
10394 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10396 $as_echo "not found" >&6; }
10398 else
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10400 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10402 cat >>confdefs.h <<_ACEOF
10403 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10404 _ACEOF
10406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10407 /* end confdefs.h. */
10408 #include <X11/Xlib.h>
10409 #include <X11/extensions/Xrandr.h>
10411 main ()
10413 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10415 return 0;
10417 _ACEOF
10418 if ac_fn_c_try_compile "$LINENO"; then :
10420 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10428 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10429 case "x$with_xrandr" in
10430 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10431 xno) ;;
10432 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10433 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10434 esac
10437 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10438 then
10439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h. */
10441 #include <X11/Xlib.h>
10442 #include <X11/extensions/Xinerama.h>
10444 main ()
10446 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10448 return 0;
10450 _ACEOF
10451 if ac_fn_c_try_compile "$LINENO"; then :
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10453 $as_echo_n "checking for -lXinerama... " >&6; }
10454 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10455 $as_echo_n "(cached) " >&6
10456 else
10457 ac_check_soname_save_LIBS=$LIBS
10458 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10460 /* end confdefs.h. */
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10465 #ifdef __cplusplus
10466 extern "C"
10467 #endif
10468 char XineramaQueryScreens ();
10470 main ()
10472 return XineramaQueryScreens ();
10474 return 0;
10476 _ACEOF
10477 if ac_fn_c_try_link "$LINENO"; then :
10478 case "$LIBEXT" in
10479 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10480 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'` ;;
10481 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10482 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10483 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10484 fi ;;
10485 esac
10487 rm -f core conftest.err conftest.$ac_objext \
10488 conftest$ac_exeext conftest.$ac_ext
10489 LIBS=$ac_check_soname_save_LIBS
10491 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10493 $as_echo "not found" >&6; }
10495 else
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10497 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10499 cat >>confdefs.h <<_ACEOF
10500 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10501 _ACEOF
10506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10508 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10509 case "x$with_xinerama" in
10510 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10511 xno) ;;
10512 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10513 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10514 esac
10517 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10518 then
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10520 $as_echo_n "checking for -lXcomposite... " >&6; }
10521 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10522 $as_echo_n "(cached) " >&6
10523 else
10524 ac_check_soname_save_LIBS=$LIBS
10525 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10527 /* end confdefs.h. */
10529 /* Override any GCC internal prototype to avoid an error.
10530 Use char because int might match the return type of a GCC
10531 builtin and then its argument prototype would still apply. */
10532 #ifdef __cplusplus
10533 extern "C"
10534 #endif
10535 char XCompositeRedirectWindow ();
10537 main ()
10539 return XCompositeRedirectWindow ();
10541 return 0;
10543 _ACEOF
10544 if ac_fn_c_try_link "$LINENO"; then :
10545 case "$LIBEXT" in
10546 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10547 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'` ;;
10548 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10549 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10550 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10551 fi ;;
10552 esac
10554 rm -f core conftest.err conftest.$ac_objext \
10555 conftest$ac_exeext conftest.$ac_ext
10556 LIBS=$ac_check_soname_save_LIBS
10558 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10560 $as_echo "not found" >&6; }
10562 else
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10564 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10566 cat >>confdefs.h <<_ACEOF
10567 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10568 _ACEOF
10573 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10574 case "x$with_xcomposite" in
10575 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10576 xno) ;;
10577 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10578 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10579 esac
10582 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10583 #include <X11/Xlib.h>
10584 #endif
10586 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10588 cat >>confdefs.h <<_ACEOF
10589 #define HAVE_XICCALLBACK_CALLBACK 1
10590 _ACEOF
10594 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10595 #include <X11/Xlib.h>
10596 #endif
10598 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10600 cat >>confdefs.h <<_ACEOF
10601 #define HAVE_XEVENT_XCOOKIE 1
10602 _ACEOF
10609 opengl_msg=""
10610 if test "x$with_opengl" != "xno"
10611 then
10612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10613 $as_echo_n "checking for -lGL... " >&6; }
10614 if ${ac_cv_lib_soname_GL+:} false; then :
10615 $as_echo_n "(cached) " >&6
10616 else
10617 ac_check_soname_save_LIBS=$LIBS
10618 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10620 /* end confdefs.h. */
10622 /* Override any GCC internal prototype to avoid an error.
10623 Use char because int might match the return type of a GCC
10624 builtin and then its argument prototype would still apply. */
10625 #ifdef __cplusplus
10626 extern "C"
10627 #endif
10628 char glXCreateContext ();
10630 main ()
10632 return glXCreateContext ();
10634 return 0;
10636 _ACEOF
10637 if ac_fn_c_try_link "$LINENO"; then :
10638 case "$LIBEXT" in
10639 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10640 dylib) ac_cv_lib_soname_GL=`$OTOOL -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10641 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10642 if ${ac_cv_lib_soname_GL:+false} :; then :
10643 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10644 fi ;;
10645 esac
10647 rm -f core conftest.err conftest.$ac_objext \
10648 conftest$ac_exeext conftest.$ac_ext
10649 LIBS=$ac_check_soname_save_LIBS
10651 if ${ac_cv_lib_soname_GL:+false} :; then :
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10653 $as_echo "not found" >&6; }
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10655 $as_echo_n "checking for -lGL... " >&6; }
10656 if ${ac_cv_lib_soname_GL+:} false; then :
10657 $as_echo_n "(cached) " >&6
10658 else
10659 ac_check_soname_save_LIBS=$LIBS
10660 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
10661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10662 /* end confdefs.h. */
10664 /* Override any GCC internal prototype to avoid an error.
10665 Use char because int might match the return type of a GCC
10666 builtin and then its argument prototype would still apply. */
10667 #ifdef __cplusplus
10668 extern "C"
10669 #endif
10670 char glXCreateContext ();
10672 main ()
10674 return glXCreateContext ();
10676 return 0;
10678 _ACEOF
10679 if ac_fn_c_try_link "$LINENO"; then :
10680 case "$LIBEXT" in
10681 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10682 dylib) ac_cv_lib_soname_GL=`$OTOOL -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10683 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10684 if ${ac_cv_lib_soname_GL:+false} :; then :
10685 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10686 fi ;;
10687 esac
10689 rm -f core conftest.err conftest.$ac_objext \
10690 conftest$ac_exeext conftest.$ac_ext
10691 LIBS=$ac_check_soname_save_LIBS
10693 if ${ac_cv_lib_soname_GL:+false} :; then :
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10695 $as_echo "not found" >&6; }
10696 if test -f /usr/X11R6/lib/libGL.a
10697 then
10698 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10699 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10700 else
10701 opengl_msg="No OpenGL library found on this system."
10703 else
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10705 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10707 cat >>confdefs.h <<_ACEOF
10708 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10709 _ACEOF
10711 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
10713 else
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10715 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10717 cat >>confdefs.h <<_ACEOF
10718 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10719 _ACEOF
10721 OPENGL_LIBS="-lGL"
10723 if test "x$with_glu" != "xno"
10724 then
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10726 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10727 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10728 $as_echo_n "(cached) " >&6
10729 else
10730 ac_check_lib_save_LIBS=$LIBS
10731 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10733 /* end confdefs.h. */
10735 /* Override any GCC internal prototype to avoid an error.
10736 Use char because int might match the return type of a GCC
10737 builtin and then its argument prototype would still apply. */
10738 #ifdef __cplusplus
10739 extern "C"
10740 #endif
10741 char gluLookAt ();
10743 main ()
10745 return gluLookAt ();
10747 return 0;
10749 _ACEOF
10750 if ac_fn_c_try_link "$LINENO"; then :
10751 ac_cv_lib_GLU_gluLookAt=yes
10752 else
10753 ac_cv_lib_GLU_gluLookAt=no
10755 rm -f core conftest.err conftest.$ac_objext \
10756 conftest$ac_exeext conftest.$ac_ext
10757 LIBS=$ac_check_lib_save_LIBS
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10760 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10761 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10765 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10766 case "x$with_glu" in
10767 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10768 xno) ;;
10769 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10770 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10771 esac
10775 if test "x$with_osmesa" != "xno"
10776 then
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10778 $as_echo_n "checking for -lOSMesa... " >&6; }
10779 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10780 $as_echo_n "(cached) " >&6
10781 else
10782 ac_check_soname_save_LIBS=$LIBS
10783 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h. */
10787 /* Override any GCC internal prototype to avoid an error.
10788 Use char because int might match the return type of a GCC
10789 builtin and then its argument prototype would still apply. */
10790 #ifdef __cplusplus
10791 extern "C"
10792 #endif
10793 char glAccum ();
10795 main ()
10797 return glAccum ();
10799 return 0;
10801 _ACEOF
10802 if ac_fn_c_try_link "$LINENO"; then :
10803 case "$LIBEXT" in
10804 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10805 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'` ;;
10806 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10807 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10808 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10809 fi ;;
10810 esac
10812 rm -f core conftest.err conftest.$ac_objext \
10813 conftest$ac_exeext conftest.$ac_ext
10814 LIBS=$ac_check_soname_save_LIBS
10816 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10818 $as_echo "not found" >&6; }
10820 else
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10822 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10824 cat >>confdefs.h <<_ACEOF
10825 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10826 _ACEOF
10830 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10831 case "x$with_osmesa" in
10832 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10833 xno) ;;
10834 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10835 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10836 esac
10840 if test -n "$opengl_msg"; then :
10841 case "x$with_opengl" in
10842 x) as_fn_append wine_warnings "|$opengl_msg
10843 OpenGL and Direct3D won't be supported." ;;
10844 xno) ;;
10845 *) as_fn_error $? "$opengl_msg
10846 OpenGL and Direct3D won't be supported.
10847 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10848 esac
10851 CPPFLAGS="$ac_save_CPPFLAGS"
10852 else
10853 X_CFLAGS=""
10854 X_LIBS=""
10855 enable_winex11_drv=${enable_winex11_drv:-no}
10857 if test "x$X_LIBS" = "x"; then :
10858 case "x$with_x" in
10859 xno) ;;
10860 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10861 without X support, which probably isn't what you want. You will need
10862 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10863 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10864 esac
10867 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10869 if test "$ac_cv_header_CL_cl_h" = "yes"
10870 then
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10872 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10873 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10874 $as_echo_n "(cached) " >&6
10875 else
10876 ac_check_lib_save_LIBS=$LIBS
10877 LIBS="-lOpenCL $LIBS"
10878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10879 /* end confdefs.h. */
10881 /* Override any GCC internal prototype to avoid an error.
10882 Use char because int might match the return type of a GCC
10883 builtin and then its argument prototype would still apply. */
10884 #ifdef __cplusplus
10885 extern "C"
10886 #endif
10887 char clGetPlatformInfo ();
10889 main ()
10891 return clGetPlatformInfo ();
10893 return 0;
10895 _ACEOF
10896 if ac_fn_c_try_link "$LINENO"; then :
10897 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10898 else
10899 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10901 rm -f core conftest.err conftest.$ac_objext \
10902 conftest$ac_exeext conftest.$ac_ext
10903 LIBS=$ac_check_lib_save_LIBS
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10906 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10907 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10908 OPENCL_LIBS="-lOpenCL"
10913 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10914 case "x$with_opencl" in
10915 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10916 xno) ;;
10917 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10918 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10919 esac
10921 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10923 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10924 then
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10926 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10927 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10928 $as_echo_n "(cached) " >&6
10929 else
10930 ac_check_lib_save_LIBS=$LIBS
10931 LIBS="-lpcap $LIBS"
10932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char pcap_create ();
10943 main ()
10945 return pcap_create ();
10947 return 0;
10949 _ACEOF
10950 if ac_fn_c_try_link "$LINENO"; then :
10951 ac_cv_lib_pcap_pcap_create=yes
10952 else
10953 ac_cv_lib_pcap_pcap_create=no
10955 rm -f core conftest.err conftest.$ac_objext \
10956 conftest$ac_exeext conftest.$ac_ext
10957 LIBS=$ac_check_lib_save_LIBS
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10960 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10961 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10962 PCAP_LIBS="-lpcap"
10967 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10968 case "x$with_pcap" in
10969 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10970 xno) ;;
10971 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10972 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10973 esac
10975 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10978 if test "x$with_xml" != "xno"
10979 then
10980 if ${XML2_CFLAGS:+false} :; then :
10981 if ${PKG_CONFIG+:} false; then :
10982 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10985 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10986 if ${XML2_LIBS:+false} :; then :
10987 if ${PKG_CONFIG+:} false; then :
10988 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10991 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10992 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10993 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10994 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10995 ac_save_CPPFLAGS=$CPPFLAGS
10996 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10997 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10998 do :
10999 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11000 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11001 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11002 cat >>confdefs.h <<_ACEOF
11003 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11004 _ACEOF
11008 done
11010 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"
11011 then
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11013 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11014 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11015 $as_echo_n "(cached) " >&6
11016 else
11017 ac_check_lib_save_LIBS=$LIBS
11018 LIBS="-lxml2 $XML2_LIBS $LIBS"
11019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11020 /* end confdefs.h. */
11022 /* Override any GCC internal prototype to avoid an error.
11023 Use char because int might match the return type of a GCC
11024 builtin and then its argument prototype would still apply. */
11025 #ifdef __cplusplus
11026 extern "C"
11027 #endif
11028 char xmlParseMemory ();
11030 main ()
11032 return xmlParseMemory ();
11034 return 0;
11036 _ACEOF
11037 if ac_fn_c_try_link "$LINENO"; then :
11038 ac_cv_lib_xml2_xmlParseMemory=yes
11039 else
11040 ac_cv_lib_xml2_xmlParseMemory=no
11042 rm -f core conftest.err conftest.$ac_objext \
11043 conftest$ac_exeext conftest.$ac_ext
11044 LIBS=$ac_check_lib_save_LIBS
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11047 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11048 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11050 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11052 else
11053 XML2_LIBS=""
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11057 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11058 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11059 $as_echo_n "(cached) " >&6
11060 else
11061 ac_check_lib_save_LIBS=$LIBS
11062 LIBS="-lxml2 $XML2_LIBS $LIBS"
11063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11064 /* end confdefs.h. */
11066 /* Override any GCC internal prototype to avoid an error.
11067 Use char because int might match the return type of a GCC
11068 builtin and then its argument prototype would still apply. */
11069 #ifdef __cplusplus
11070 extern "C"
11071 #endif
11072 char xmlReadMemory ();
11074 main ()
11076 return xmlReadMemory ();
11078 return 0;
11080 _ACEOF
11081 if ac_fn_c_try_link "$LINENO"; then :
11082 ac_cv_lib_xml2_xmlReadMemory=yes
11083 else
11084 ac_cv_lib_xml2_xmlReadMemory=no
11086 rm -f core conftest.err conftest.$ac_objext \
11087 conftest$ac_exeext conftest.$ac_ext
11088 LIBS=$ac_check_lib_save_LIBS
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11091 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11092 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11094 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11099 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11100 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11101 $as_echo_n "(cached) " >&6
11102 else
11103 ac_check_lib_save_LIBS=$LIBS
11104 LIBS="-lxml2 $XML2_LIBS $LIBS"
11105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11106 /* end confdefs.h. */
11108 /* Override any GCC internal prototype to avoid an error.
11109 Use char because int might match the return type of a GCC
11110 builtin and then its argument prototype would still apply. */
11111 #ifdef __cplusplus
11112 extern "C"
11113 #endif
11114 char xmlNewDocPI ();
11116 main ()
11118 return xmlNewDocPI ();
11120 return 0;
11122 _ACEOF
11123 if ac_fn_c_try_link "$LINENO"; then :
11124 ac_cv_lib_xml2_xmlNewDocPI=yes
11125 else
11126 ac_cv_lib_xml2_xmlNewDocPI=no
11128 rm -f core conftest.err conftest.$ac_objext \
11129 conftest$ac_exeext conftest.$ac_ext
11130 LIBS=$ac_check_lib_save_LIBS
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11133 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11134 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11136 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11141 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11142 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11143 $as_echo_n "(cached) " >&6
11144 else
11145 ac_check_lib_save_LIBS=$LIBS
11146 LIBS="-lxml2 $XML2_LIBS $LIBS"
11147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11148 /* end confdefs.h. */
11150 /* Override any GCC internal prototype to avoid an error.
11151 Use char because int might match the return type of a GCC
11152 builtin and then its argument prototype would still apply. */
11153 #ifdef __cplusplus
11154 extern "C"
11155 #endif
11156 char xmlSchemaSetParserStructuredErrors ();
11158 main ()
11160 return xmlSchemaSetParserStructuredErrors ();
11162 return 0;
11164 _ACEOF
11165 if ac_fn_c_try_link "$LINENO"; then :
11166 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11167 else
11168 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11170 rm -f core conftest.err conftest.$ac_objext \
11171 conftest$ac_exeext conftest.$ac_ext
11172 LIBS=$ac_check_lib_save_LIBS
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11175 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11176 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11178 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11183 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11184 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11185 $as_echo_n "(cached) " >&6
11186 else
11187 ac_check_lib_save_LIBS=$LIBS
11188 LIBS="-lxml2 $XML2_LIBS $LIBS"
11189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11190 /* end confdefs.h. */
11192 /* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
11195 #ifdef __cplusplus
11196 extern "C"
11197 #endif
11198 char xmlSchemaSetValidStructuredErrors ();
11200 main ()
11202 return xmlSchemaSetValidStructuredErrors ();
11204 return 0;
11206 _ACEOF
11207 if ac_fn_c_try_link "$LINENO"; then :
11208 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11209 else
11210 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11212 rm -f core conftest.err conftest.$ac_objext \
11213 conftest$ac_exeext conftest.$ac_ext
11214 LIBS=$ac_check_lib_save_LIBS
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11217 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11218 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11220 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11225 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11226 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11227 $as_echo_n "(cached) " >&6
11228 else
11229 ac_check_lib_save_LIBS=$LIBS
11230 LIBS="-lxml2 $XML2_LIBS $LIBS"
11231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11232 /* end confdefs.h. */
11234 /* Override any GCC internal prototype to avoid an error.
11235 Use char because int might match the return type of a GCC
11236 builtin and then its argument prototype would still apply. */
11237 #ifdef __cplusplus
11238 extern "C"
11239 #endif
11240 char xmlFirstElementChild ();
11242 main ()
11244 return xmlFirstElementChild ();
11246 return 0;
11248 _ACEOF
11249 if ac_fn_c_try_link "$LINENO"; then :
11250 ac_cv_lib_xml2_xmlFirstElementChild=yes
11251 else
11252 ac_cv_lib_xml2_xmlFirstElementChild=no
11254 rm -f core conftest.err conftest.$ac_objext \
11255 conftest$ac_exeext conftest.$ac_ext
11256 LIBS=$ac_check_lib_save_LIBS
11258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11259 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11260 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11262 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11266 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11268 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11270 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11274 else
11275 XML2_CFLAGS=""
11276 XML2_LIBS=""
11278 CPPFLAGS=$ac_save_CPPFLAGS
11279 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11280 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11283 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11284 case "x$with_xml" in
11285 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11286 xno) ;;
11287 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11288 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11289 esac
11292 if test "x$with_xslt" != "xno"
11293 then
11294 if ${XSLT_CFLAGS:+false} :; then :
11295 if ${PKG_CONFIG+:} false; then :
11296 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11299 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11300 if ${XSLT_LIBS:+false} :; then :
11301 if ${PKG_CONFIG+:} false; then :
11302 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11305 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11306 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11307 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11308 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11309 ac_save_CPPFLAGS=$CPPFLAGS
11310 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11311 for ac_header in libxslt/pattern.h libxslt/transform.h
11312 do :
11313 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11314 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11315 # include <libxslt/pattern.h>
11316 #endif
11318 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11319 cat >>confdefs.h <<_ACEOF
11320 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11321 _ACEOF
11325 done
11327 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11328 then
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11330 $as_echo_n "checking for -lxslt... " >&6; }
11331 if ${ac_cv_lib_soname_xslt+:} false; then :
11332 $as_echo_n "(cached) " >&6
11333 else
11334 ac_check_soname_save_LIBS=$LIBS
11335 LIBS="-lxslt $XSLT_LIBS $LIBS"
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11342 #ifdef __cplusplus
11343 extern "C"
11344 #endif
11345 char xsltCompilePattern ();
11347 main ()
11349 return xsltCompilePattern ();
11351 return 0;
11353 _ACEOF
11354 if ac_fn_c_try_link "$LINENO"; then :
11355 case "$LIBEXT" in
11356 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11357 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'` ;;
11358 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11359 if ${ac_cv_lib_soname_xslt:+false} :; then :
11360 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11361 fi ;;
11362 esac
11364 rm -f core conftest.err conftest.$ac_objext \
11365 conftest$ac_exeext conftest.$ac_ext
11366 LIBS=$ac_check_soname_save_LIBS
11368 if ${ac_cv_lib_soname_xslt:+false} :; then :
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11370 $as_echo "not found" >&6; }
11372 else
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11374 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11376 cat >>confdefs.h <<_ACEOF
11377 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11378 _ACEOF
11382 else
11383 XSLT_CFLAGS=""
11385 CPPFLAGS=$ac_save_CPPFLAGS
11386 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11387 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11390 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11391 case "x$with_xslt" in
11392 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11393 xno) ;;
11394 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11395 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11396 esac
11399 if test "x$with_dbus" != "xno"
11400 then
11401 if ${DBUS_CFLAGS:+false} :; then :
11402 if ${PKG_CONFIG+:} false; then :
11403 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11407 if ${DBUS_LIBS:+false} :; then :
11408 if ${PKG_CONFIG+:} false; then :
11409 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11414 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11415 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11416 ac_save_CPPFLAGS=$CPPFLAGS
11417 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11418 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11419 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11421 $as_echo_n "checking for -ldbus-1... " >&6; }
11422 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11423 $as_echo_n "(cached) " >&6
11424 else
11425 ac_check_soname_save_LIBS=$LIBS
11426 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11428 /* end confdefs.h. */
11430 /* Override any GCC internal prototype to avoid an error.
11431 Use char because int might match the return type of a GCC
11432 builtin and then its argument prototype would still apply. */
11433 #ifdef __cplusplus
11434 extern "C"
11435 #endif
11436 char dbus_connection_close ();
11438 main ()
11440 return dbus_connection_close ();
11442 return 0;
11444 _ACEOF
11445 if ac_fn_c_try_link "$LINENO"; then :
11446 case "$LIBEXT" in
11447 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11448 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'` ;;
11449 *) 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'`
11450 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11451 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11452 fi ;;
11453 esac
11455 rm -f core conftest.err conftest.$ac_objext \
11456 conftest$ac_exeext conftest.$ac_ext
11457 LIBS=$ac_check_soname_save_LIBS
11459 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11461 $as_echo "not found" >&6; }
11462 DBUS_CFLAGS=""
11463 else
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11465 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11467 cat >>confdefs.h <<_ACEOF
11468 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11469 _ACEOF
11473 else
11474 DBUS_CFLAGS=""
11478 CPPFLAGS=$ac_save_CPPFLAGS
11479 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11480 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11483 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11484 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11485 case "x$with_dbus" in
11486 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11487 xno) ;;
11488 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11489 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11490 esac
11493 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11494 then
11495 if ${HAL_CFLAGS:+false} :; then :
11496 if ${PKG_CONFIG+:} false; then :
11497 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11501 if ${HAL_LIBS:+false} :; then :
11502 if ${PKG_CONFIG+:} false; then :
11503 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11507 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11508 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11509 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11510 ac_save_CPPFLAGS=$CPPFLAGS
11511 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11512 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11513 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11515 $as_echo_n "checking for -lhal... " >&6; }
11516 if ${ac_cv_lib_soname_hal+:} false; then :
11517 $as_echo_n "(cached) " >&6
11518 else
11519 ac_check_soname_save_LIBS=$LIBS
11520 LIBS="-lhal $HAL_LIBS $LIBS"
11521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11524 /* Override any GCC internal prototype to avoid an error.
11525 Use char because int might match the return type of a GCC
11526 builtin and then its argument prototype would still apply. */
11527 #ifdef __cplusplus
11528 extern "C"
11529 #endif
11530 char libhal_ctx_new ();
11532 main ()
11534 return libhal_ctx_new ();
11536 return 0;
11538 _ACEOF
11539 if ac_fn_c_try_link "$LINENO"; then :
11540 case "$LIBEXT" in
11541 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11542 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'` ;;
11543 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11544 if ${ac_cv_lib_soname_hal:+false} :; then :
11545 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11546 fi ;;
11547 esac
11549 rm -f core conftest.err conftest.$ac_objext \
11550 conftest$ac_exeext conftest.$ac_ext
11551 LIBS=$ac_check_soname_save_LIBS
11553 if ${ac_cv_lib_soname_hal:+false} :; then :
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11555 $as_echo "not found" >&6; }
11556 HAL_CFLAGS=""
11557 else
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11559 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11561 cat >>confdefs.h <<_ACEOF
11562 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11563 _ACEOF
11567 else
11568 HAL_CFLAGS=""
11572 CPPFLAGS=$ac_save_CPPFLAGS
11573 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11574 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11576 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11577 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11578 case "x$with_hal" in
11579 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11580 xno) ;;
11581 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11582 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11583 esac
11587 if test "x$with_gnutls" != "xno"
11588 then
11589 if ${GNUTLS_CFLAGS:+false} :; then :
11590 if ${PKG_CONFIG+:} false; then :
11591 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11595 if ${GNUTLS_LIBS:+false} :; then :
11596 if ${PKG_CONFIG+:} false; then :
11597 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11602 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11603 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11604 ac_save_CPPFLAGS=$CPPFLAGS
11605 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11606 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11607 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11609 /* end confdefs.h. */
11610 #include <gnutls/gnutls.h>
11611 #include <gnutls/crypto.h>
11613 main ()
11615 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11617 return 0;
11619 _ACEOF
11620 if ac_fn_c_try_compile "$LINENO"; then :
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11622 $as_echo_n "checking for -lgnutls... " >&6; }
11623 if ${ac_cv_lib_soname_gnutls+:} false; then :
11624 $as_echo_n "(cached) " >&6
11625 else
11626 ac_check_soname_save_LIBS=$LIBS
11627 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11629 /* end confdefs.h. */
11631 /* Override any GCC internal prototype to avoid an error.
11632 Use char because int might match the return type of a GCC
11633 builtin and then its argument prototype would still apply. */
11634 #ifdef __cplusplus
11635 extern "C"
11636 #endif
11637 char gnutls_global_init ();
11639 main ()
11641 return gnutls_global_init ();
11643 return 0;
11645 _ACEOF
11646 if ac_fn_c_try_link "$LINENO"; then :
11647 case "$LIBEXT" in
11648 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11649 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'` ;;
11650 *) 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'`
11651 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11652 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'`
11653 fi ;;
11654 esac
11656 rm -f core conftest.err conftest.$ac_objext \
11657 conftest$ac_exeext conftest.$ac_ext
11658 LIBS=$ac_check_soname_save_LIBS
11660 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11662 $as_echo "not found" >&6; }
11663 GNUTLS_CFLAGS=""
11664 else
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11666 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11668 cat >>confdefs.h <<_ACEOF
11669 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11670 _ACEOF
11675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11676 else
11677 GNUTLS_CFLAGS=""
11681 CPPFLAGS=$ac_save_CPPFLAGS
11682 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11683 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11686 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11687 case "x$with_gnutls" in
11688 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11689 xno) ;;
11690 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11691 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11692 esac
11695 CURSES_LIBS=""
11696 if test "$ac_cv_header_ncurses_h" = "yes"
11697 then
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11699 $as_echo_n "checking for -lncurses... " >&6; }
11700 if ${ac_cv_lib_soname_ncurses+:} false; then :
11701 $as_echo_n "(cached) " >&6
11702 else
11703 ac_check_soname_save_LIBS=$LIBS
11704 LIBS="-lncurses $LIBS"
11705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11706 /* end confdefs.h. */
11708 /* Override any GCC internal prototype to avoid an error.
11709 Use char because int might match the return type of a GCC
11710 builtin and then its argument prototype would still apply. */
11711 #ifdef __cplusplus
11712 extern "C"
11713 #endif
11714 char waddch ();
11716 main ()
11718 return waddch ();
11720 return 0;
11722 _ACEOF
11723 if ac_fn_c_try_link "$LINENO"; then :
11724 case "$LIBEXT" in
11725 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11726 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'` ;;
11727 *) 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'`
11728 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11729 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11730 fi ;;
11731 esac
11733 rm -f core conftest.err conftest.$ac_objext \
11734 conftest$ac_exeext conftest.$ac_ext
11735 LIBS=$ac_check_soname_save_LIBS
11737 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11739 $as_echo "not found" >&6; }
11741 else
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11743 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11745 cat >>confdefs.h <<_ACEOF
11746 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11747 _ACEOF
11749 CURSES_LIBS="-lncurses"
11751 elif test "$ac_cv_header_curses_h" = "yes"
11752 then
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11754 $as_echo_n "checking for -lcurses... " >&6; }
11755 if ${ac_cv_lib_soname_curses+:} false; then :
11756 $as_echo_n "(cached) " >&6
11757 else
11758 ac_check_soname_save_LIBS=$LIBS
11759 LIBS="-lcurses $LIBS"
11760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11761 /* end confdefs.h. */
11763 /* Override any GCC internal prototype to avoid an error.
11764 Use char because int might match the return type of a GCC
11765 builtin and then its argument prototype would still apply. */
11766 #ifdef __cplusplus
11767 extern "C"
11768 #endif
11769 char waddch ();
11771 main ()
11773 return waddch ();
11775 return 0;
11777 _ACEOF
11778 if ac_fn_c_try_link "$LINENO"; then :
11779 case "$LIBEXT" in
11780 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11781 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'` ;;
11782 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11783 if ${ac_cv_lib_soname_curses:+false} :; then :
11784 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11785 fi ;;
11786 esac
11788 rm -f core conftest.err conftest.$ac_objext \
11789 conftest$ac_exeext conftest.$ac_ext
11790 LIBS=$ac_check_soname_save_LIBS
11792 if ${ac_cv_lib_soname_curses:+false} :; then :
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11794 $as_echo "not found" >&6; }
11796 else
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11798 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11800 cat >>confdefs.h <<_ACEOF
11801 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11802 _ACEOF
11804 CURSES_LIBS="-lcurses"
11807 ac_save_LIBS="$LIBS"
11808 LIBS="$LIBS $CURSES_LIBS"
11809 for ac_func in mousemask
11810 do :
11811 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11812 if test "x$ac_cv_func_mousemask" = xyes; then :
11813 cat >>confdefs.h <<_ACEOF
11814 #define HAVE_MOUSEMASK 1
11815 _ACEOF
11818 done
11820 LIBS="$ac_save_LIBS"
11821 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11822 case "x$with_curses" in
11823 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11824 xno) ;;
11825 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11826 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11827 esac
11830 if test "x$with_sane" != "xno"
11831 then
11832 if ${SANE_CFLAGS:+false} :; then :
11833 if ${PKG_CONFIG+:} false; then :
11834 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11837 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11838 if ${SANE_LIBS:+false} :; then :
11839 if ${PKG_CONFIG+:} false; then :
11840 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11843 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11845 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11846 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11847 ac_save_CPPFLAGS=$CPPFLAGS
11848 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11849 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11850 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11852 $as_echo_n "checking for -lsane... " >&6; }
11853 if ${ac_cv_lib_soname_sane+:} false; then :
11854 $as_echo_n "(cached) " >&6
11855 else
11856 ac_check_soname_save_LIBS=$LIBS
11857 LIBS="-lsane $SANE_LIBS $LIBS"
11858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11859 /* end confdefs.h. */
11861 /* Override any GCC internal prototype to avoid an error.
11862 Use char because int might match the return type of a GCC
11863 builtin and then its argument prototype would still apply. */
11864 #ifdef __cplusplus
11865 extern "C"
11866 #endif
11867 char sane_init ();
11869 main ()
11871 return sane_init ();
11873 return 0;
11875 _ACEOF
11876 if ac_fn_c_try_link "$LINENO"; then :
11877 case "$LIBEXT" in
11878 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11879 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'` ;;
11880 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11881 if ${ac_cv_lib_soname_sane:+false} :; then :
11882 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11883 fi ;;
11884 esac
11886 rm -f core conftest.err conftest.$ac_objext \
11887 conftest$ac_exeext conftest.$ac_ext
11888 LIBS=$ac_check_soname_save_LIBS
11890 if ${ac_cv_lib_soname_sane:+false} :; then :
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11892 $as_echo "not found" >&6; }
11893 SANE_CFLAGS=""
11894 else
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11896 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11898 cat >>confdefs.h <<_ACEOF
11899 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11900 _ACEOF
11904 else
11905 SANE_CFLAGS=""
11909 CPPFLAGS=$ac_save_CPPFLAGS
11910 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11911 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11914 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11915 case "x$with_sane" in
11916 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11917 xno) ;;
11918 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11919 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11920 esac
11923 if test "x$with_v4l" != "xno"
11924 then
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11926 $as_echo_n "checking for -lv4l1... " >&6; }
11927 if ${ac_cv_lib_soname_v4l1+:} false; then :
11928 $as_echo_n "(cached) " >&6
11929 else
11930 ac_check_soname_save_LIBS=$LIBS
11931 LIBS="-lv4l1 $LIBS"
11932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11933 /* end confdefs.h. */
11935 /* Override any GCC internal prototype to avoid an error.
11936 Use char because int might match the return type of a GCC
11937 builtin and then its argument prototype would still apply. */
11938 #ifdef __cplusplus
11939 extern "C"
11940 #endif
11941 char v4l1_open ();
11943 main ()
11945 return v4l1_open ();
11947 return 0;
11949 _ACEOF
11950 if ac_fn_c_try_link "$LINENO"; then :
11951 case "$LIBEXT" in
11952 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11953 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'` ;;
11954 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11955 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11956 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11957 fi ;;
11958 esac
11960 rm -f core conftest.err conftest.$ac_objext \
11961 conftest$ac_exeext conftest.$ac_ext
11962 LIBS=$ac_check_soname_save_LIBS
11964 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11966 $as_echo "not found" >&6; }
11968 else
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11970 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11972 cat >>confdefs.h <<_ACEOF
11973 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11974 _ACEOF
11979 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11980 case "x$with_v4l" in
11981 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11982 xno) ;;
11983 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11984 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11985 esac
11988 if test "x$with_gphoto" != "xno"
11989 then
11990 if ${GPHOTO2_CFLAGS:+false} :; then :
11991 if ${PKG_CONFIG+:} false; then :
11992 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11995 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11996 if ${GPHOTO2_LIBS:+false} :; then :
11997 if ${PKG_CONFIG+:} false; then :
11998 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12001 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
12002 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
12003 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12004 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12005 ac_save_CPPFLAGS=$CPPFLAGS
12006 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12007 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12008 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12010 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12011 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12012 $as_echo_n "(cached) " >&6
12013 else
12014 ac_check_lib_save_LIBS=$LIBS
12015 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12017 /* end confdefs.h. */
12019 /* Override any GCC internal prototype to avoid an error.
12020 Use char because int might match the return type of a GCC
12021 builtin and then its argument prototype would still apply. */
12022 #ifdef __cplusplus
12023 extern "C"
12024 #endif
12025 char gp_camera_new ();
12027 main ()
12029 return gp_camera_new ();
12031 return 0;
12033 _ACEOF
12034 if ac_fn_c_try_link "$LINENO"; then :
12035 ac_cv_lib_gphoto2_gp_camera_new=yes
12036 else
12037 ac_cv_lib_gphoto2_gp_camera_new=no
12039 rm -f core conftest.err conftest.$ac_objext \
12040 conftest$ac_exeext conftest.$ac_ext
12041 LIBS=$ac_check_lib_save_LIBS
12043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12044 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12045 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12047 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12049 else
12050 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12053 else
12054 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12058 CPPFLAGS=$ac_save_CPPFLAGS
12059 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12060 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12062 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12063 if ${PKG_CONFIG+:} false; then :
12064 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12067 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12068 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12069 if ${PKG_CONFIG+:} false; then :
12070 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12073 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12074 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12075 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12076 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12077 ac_save_CPPFLAGS=$CPPFLAGS
12078 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12079 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12080 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12082 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12083 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12084 $as_echo_n "(cached) " >&6
12085 else
12086 ac_check_lib_save_LIBS=$LIBS
12087 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12089 /* end confdefs.h. */
12091 /* Override any GCC internal prototype to avoid an error.
12092 Use char because int might match the return type of a GCC
12093 builtin and then its argument prototype would still apply. */
12094 #ifdef __cplusplus
12095 extern "C"
12096 #endif
12097 char gp_port_info_list_new ();
12099 main ()
12101 return gp_port_info_list_new ();
12103 return 0;
12105 _ACEOF
12106 if ac_fn_c_try_link "$LINENO"; then :
12107 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12108 else
12109 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12111 rm -f core conftest.err conftest.$ac_objext \
12112 conftest$ac_exeext conftest.$ac_ext
12113 LIBS=$ac_check_lib_save_LIBS
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12116 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12117 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12119 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12121 else
12122 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12125 else
12126 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12130 CPPFLAGS=$ac_save_CPPFLAGS
12131 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12132 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12135 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12136 case "x$with_gphoto" in
12137 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12138 xno) ;;
12139 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12140 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12141 esac
12143 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12144 case "x$with_gphoto" in
12145 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12146 xno) ;;
12147 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12148 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12149 esac
12153 if test "$ac_cv_header_resolv_h" = "yes"
12154 then
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12156 $as_echo_n "checking for resolver library... " >&6; }
12157 if ${ac_cv_have_resolv+:} false; then :
12158 $as_echo_n "(cached) " >&6
12159 else
12160 ac_save_LIBS="$LIBS"
12161 for lib in '' -lresolv
12163 LIBS="$lib $ac_save_LIBS"
12164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12165 /* end confdefs.h. */
12166 #ifdef HAVE_NETINET_IN_H
12167 #include <netinet/in.h>
12168 #endif
12169 #include <resolv.h>
12171 main ()
12173 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12175 return 0;
12177 _ACEOF
12178 if ac_fn_c_try_link "$LINENO"; then :
12179 ac_cv_have_resolv=${lib:-"none required"}
12180 else
12181 ac_cv_have_resolv="not found"
12183 rm -f core conftest.err conftest.$ac_objext \
12184 conftest$ac_exeext conftest.$ac_ext
12185 test "x$ac_cv_have_resolv" = "xnot found" || break
12186 done
12187 LIBS="$ac_save_LIBS"
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12190 $as_echo "$ac_cv_have_resolv" >&6; }
12192 case "$ac_cv_have_resolv" in
12193 "not found") ;;
12194 "none required")
12196 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12199 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12201 RESOLV_LIBS=$ac_cv_have_resolv
12203 esac
12206 if test "x$with_cms" != "xno"
12207 then
12208 if ${LCMS2_CFLAGS:+false} :; then :
12209 if ${PKG_CONFIG+:} false; then :
12210 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12214 if ${LCMS2_LIBS:+false} :; then :
12215 if ${PKG_CONFIG+:} false; then :
12216 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12220 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12221 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12222 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12223 ac_save_CPPFLAGS=$CPPFLAGS
12224 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12225 for ac_header in lcms2.h
12226 do :
12227 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12228 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12229 cat >>confdefs.h <<_ACEOF
12230 #define HAVE_LCMS2_H 1
12231 _ACEOF
12235 done
12237 if test "$ac_cv_header_lcms2_h" = "yes"
12238 then
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12240 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12241 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12242 $as_echo_n "(cached) " >&6
12243 else
12244 ac_check_lib_save_LIBS=$LIBS
12245 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12252 #ifdef __cplusplus
12253 extern "C"
12254 #endif
12255 char cmsOpenProfileFromFile ();
12257 main ()
12259 return cmsOpenProfileFromFile ();
12261 return 0;
12263 _ACEOF
12264 if ac_fn_c_try_link "$LINENO"; then :
12265 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12266 else
12267 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12269 rm -f core conftest.err conftest.$ac_objext \
12270 conftest$ac_exeext conftest.$ac_ext
12271 LIBS=$ac_check_lib_save_LIBS
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12274 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12275 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12277 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12279 else
12280 LCMS2_LIBS=""
12283 else
12284 LCMS2_CFLAGS=""
12285 LCMS2_LIBS=""
12287 CPPFLAGS=$ac_save_CPPFLAGS
12288 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12289 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12292 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12293 case "x$with_cms" in
12294 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12295 xno) ;;
12296 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12297 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12298 esac
12301 if test "x$with_freetype" != "xno"
12302 then
12303 if ${FREETYPE_CFLAGS:+false} :; then :
12304 if ${PKG_CONFIG+:} false; then :
12305 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12308 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12309 if ${FREETYPE_LIBS:+false} :; then :
12310 if ${PKG_CONFIG+:} false; then :
12311 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12314 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12315 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12316 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12317 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12318 ac_save_CPPFLAGS=$CPPFLAGS
12319 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12320 for ac_header in ft2build.h
12321 do :
12322 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12323 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12324 cat >>confdefs.h <<_ACEOF
12325 #define HAVE_FT2BUILD_H 1
12326 _ACEOF
12330 done
12332 if test "$ac_cv_header_ft2build_h" = "yes"
12333 then
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12335 $as_echo_n "checking for -lfreetype... " >&6; }
12336 if ${ac_cv_lib_soname_freetype+:} false; then :
12337 $as_echo_n "(cached) " >&6
12338 else
12339 ac_check_soname_save_LIBS=$LIBS
12340 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12342 /* end confdefs.h. */
12344 /* Override any GCC internal prototype to avoid an error.
12345 Use char because int might match the return type of a GCC
12346 builtin and then its argument prototype would still apply. */
12347 #ifdef __cplusplus
12348 extern "C"
12349 #endif
12350 char FT_Init_FreeType ();
12352 main ()
12354 return FT_Init_FreeType ();
12356 return 0;
12358 _ACEOF
12359 if ac_fn_c_try_link "$LINENO"; then :
12360 case "$LIBEXT" in
12361 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12362 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'` ;;
12363 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12364 if ${ac_cv_lib_soname_freetype:+false} :; then :
12365 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12366 fi ;;
12367 esac
12369 rm -f core conftest.err conftest.$ac_objext \
12370 conftest$ac_exeext conftest.$ac_ext
12371 LIBS=$ac_check_soname_save_LIBS
12373 if ${ac_cv_lib_soname_freetype:+false} :; then :
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12375 $as_echo "not found" >&6; }
12376 FREETYPE_LIBS=""
12377 else
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12379 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12381 cat >>confdefs.h <<_ACEOF
12382 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12383 _ACEOF
12386 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12388 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12389 #include FT_MODULE_H
12391 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12393 cat >>confdefs.h <<_ACEOF
12394 #define HAVE_FT_TRUETYPEENGINETYPE 1
12395 _ACEOF
12401 else
12402 FREETYPE_CFLAGS=""
12403 FREETYPE_LIBS=""
12405 CPPFLAGS=$ac_save_CPPFLAGS
12406 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12407 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12410 if test "x$ac_cv_lib_soname_freetype" = x; then :
12411 case "x$with_freetype" in
12412 xno) ;;
12413 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12414 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12415 esac
12417 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12420 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12421 if ${ac_cv_c_ppdev+:} false; then :
12422 $as_echo_n "(cached) " >&6
12423 else
12424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12425 /* end confdefs.h. */
12426 #ifdef HAVE_SYS_IOCTL_H
12427 # include <sys/ioctl.h>
12428 #endif
12429 #include <linux/ppdev.h>
12431 main ()
12433 ioctl (1,PPCLAIM,0)
12435 return 0;
12437 _ACEOF
12438 if ac_fn_c_try_compile "$LINENO"; then :
12439 ac_cv_c_ppdev="yes"
12440 else
12441 ac_cv_c_ppdev="no"
12443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12446 $as_echo "$ac_cv_c_ppdev" >&6; }
12447 if test "$ac_cv_c_ppdev" = "yes"
12448 then
12450 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12454 ac_wine_check_funcs_save_LIBS="$LIBS"
12455 LIBS="$LIBS $PTHREAD_LIBS"
12456 for ac_func in \
12457 pthread_attr_get_np \
12458 pthread_getattr_np \
12459 pthread_getthreadid_np \
12460 pthread_get_stackaddr_np \
12461 pthread_get_stacksize_np
12462 do :
12463 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12464 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12465 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12466 cat >>confdefs.h <<_ACEOF
12467 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12468 _ACEOF
12471 done
12473 LIBS="$ac_wine_check_funcs_save_LIBS"
12475 if test "$ac_cv_header_zlib_h" = "yes"
12476 then
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12478 $as_echo_n "checking for inflate in -lz... " >&6; }
12479 if ${ac_cv_lib_z_inflate+:} false; then :
12480 $as_echo_n "(cached) " >&6
12481 else
12482 ac_check_lib_save_LIBS=$LIBS
12483 LIBS="-lz $LIBS"
12484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12485 /* end confdefs.h. */
12487 /* Override any GCC internal prototype to avoid an error.
12488 Use char because int might match the return type of a GCC
12489 builtin and then its argument prototype would still apply. */
12490 #ifdef __cplusplus
12491 extern "C"
12492 #endif
12493 char inflate ();
12495 main ()
12497 return inflate ();
12499 return 0;
12501 _ACEOF
12502 if ac_fn_c_try_link "$LINENO"; then :
12503 ac_cv_lib_z_inflate=yes
12504 else
12505 ac_cv_lib_z_inflate=no
12507 rm -f core conftest.err conftest.$ac_objext \
12508 conftest$ac_exeext conftest.$ac_ext
12509 LIBS=$ac_check_lib_save_LIBS
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12512 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12513 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12515 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12517 Z_LIBS="-lz"
12522 if test "x$Z_LIBS" = "x"; then :
12523 case "x$with_zlib" in
12524 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12525 xno) ;;
12526 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12527 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12528 esac
12531 if test "x$enable_tools" != xno
12532 then
12533 if test "$ac_cv_header_gettext_po_h" = "yes"
12534 then
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12536 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12537 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12538 $as_echo_n "(cached) " >&6
12539 else
12540 ac_check_lib_save_LIBS=$LIBS
12541 LIBS="-lgettextpo $LIBS"
12542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12543 /* end confdefs.h. */
12545 /* Override any GCC internal prototype to avoid an error.
12546 Use char because int might match the return type of a GCC
12547 builtin and then its argument prototype would still apply. */
12548 #ifdef __cplusplus
12549 extern "C"
12550 #endif
12551 char po_message_msgctxt ();
12553 main ()
12555 return po_message_msgctxt ();
12557 return 0;
12559 _ACEOF
12560 if ac_fn_c_try_link "$LINENO"; then :
12561 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12562 else
12563 ac_cv_lib_gettextpo_po_message_msgctxt=no
12565 rm -f core conftest.err conftest.$ac_objext \
12566 conftest$ac_exeext conftest.$ac_ext
12567 LIBS=$ac_check_lib_save_LIBS
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12570 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12571 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12573 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12575 GETTEXTPO_LIBS="-lgettextpo"
12580 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12581 case "x$with_gettextpo" in
12582 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12583 xno) ;;
12584 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12585 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12586 esac
12590 if test "x$with_pulse" != "xno";
12591 then
12592 if ${PULSE_CFLAGS:+false} :; then :
12593 if ${PKG_CONFIG+:} false; then :
12594 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12598 if ${PULSE_LIBS:+false} :; then :
12599 if ${PKG_CONFIG+:} false; then :
12600 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12605 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12606 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12607 ac_save_CPPFLAGS=$CPPFLAGS
12608 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12609 for ac_header in pulse/pulseaudio.h
12610 do :
12611 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12612 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12613 cat >>confdefs.h <<_ACEOF
12614 #define HAVE_PULSE_PULSEAUDIO_H 1
12615 _ACEOF
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12617 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12618 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12619 $as_echo_n "(cached) " >&6
12620 else
12621 ac_check_lib_save_LIBS=$LIBS
12622 LIBS="-lpulse $PULSE_LIBS $LIBS"
12623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12624 /* end confdefs.h. */
12626 /* Override any GCC internal prototype to avoid an error.
12627 Use char because int might match the return type of a GCC
12628 builtin and then its argument prototype would still apply. */
12629 #ifdef __cplusplus
12630 extern "C"
12631 #endif
12632 char pa_stream_is_corked ();
12634 main ()
12636 return pa_stream_is_corked ();
12638 return 0;
12640 _ACEOF
12641 if ac_fn_c_try_link "$LINENO"; then :
12642 ac_cv_lib_pulse_pa_stream_is_corked=yes
12643 else
12644 ac_cv_lib_pulse_pa_stream_is_corked=no
12646 rm -f core conftest.err conftest.$ac_objext \
12647 conftest$ac_exeext conftest.$ac_ext
12648 LIBS=$ac_check_lib_save_LIBS
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12651 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12652 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12654 else
12655 PULSE_LIBS=""
12658 else
12659 PULSE_LIBS=""
12662 done
12664 CPPFLAGS=$ac_save_CPPFLAGS
12665 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12666 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12669 if test -z "$PULSE_LIBS"; then :
12670 case "x$with_pulse" in
12671 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12672 xno) ;;
12673 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12674 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12675 esac
12678 if test "x$with_gstreamer" != "xno"
12679 then
12680 if ${GSTREAMER_CFLAGS:+false} :; then :
12681 if ${PKG_CONFIG+:} false; then :
12682 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12686 if ${GSTREAMER_LIBS:+false} :; then :
12687 if ${PKG_CONFIG+:} false; then :
12688 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12693 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12694 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12695 ac_save_CPPFLAGS=$CPPFLAGS
12696 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12697 ac_gst_incl=""
12698 for i in $GSTREAMER_CFLAGS
12700 case "$i" in
12701 -I*) ac_gst_incl="$ac_gst_incl $i";;
12702 esac
12703 done
12704 GSTREAMER_CFLAGS=$ac_gst_incl
12705 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12706 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12707 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12708 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12709 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12711 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12713 /* end confdefs.h. */
12714 #include <gst/app/gstappsink.h>
12716 main ()
12718 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12720 return 0;
12722 _ACEOF
12723 if ac_fn_c_try_compile "$LINENO"; then :
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12725 $as_echo "yes" >&6; }
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12727 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12728 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12729 $as_echo_n "(cached) " >&6
12730 else
12731 ac_check_lib_save_LIBS=$LIBS
12732 LIBS="-lgstreamer-0.10 $LIBS"
12733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12736 /* Override any GCC internal prototype to avoid an error.
12737 Use char because int might match the return type of a GCC
12738 builtin and then its argument prototype would still apply. */
12739 #ifdef __cplusplus
12740 extern "C"
12741 #endif
12742 char gst_pad_get_caps_reffed ();
12744 main ()
12746 return gst_pad_get_caps_reffed ();
12748 return 0;
12750 _ACEOF
12751 if ac_fn_c_try_link "$LINENO"; then :
12752 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12753 else
12754 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12756 rm -f core conftest.err conftest.$ac_objext \
12757 conftest$ac_exeext conftest.$ac_ext
12758 LIBS=$ac_check_lib_save_LIBS
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12761 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12762 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12764 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12765 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12766 $as_echo_n "(cached) " >&6
12767 else
12768 ac_check_lib_save_LIBS=$LIBS
12769 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12771 /* end confdefs.h. */
12773 /* Override any GCC internal prototype to avoid an error.
12774 Use char because int might match the return type of a GCC
12775 builtin and then its argument prototype would still apply. */
12776 #ifdef __cplusplus
12777 extern "C"
12778 #endif
12779 char gst_app_buffer_new ();
12781 main ()
12783 return gst_app_buffer_new ();
12785 return 0;
12787 _ACEOF
12788 if ac_fn_c_try_link "$LINENO"; then :
12789 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12790 else
12791 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12793 rm -f core conftest.err conftest.$ac_objext \
12794 conftest$ac_exeext conftest.$ac_ext
12795 LIBS=$ac_check_lib_save_LIBS
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12798 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12799 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12805 else
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12807 $as_echo "no" >&6; }
12809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12813 else
12814 GSTREAMER_CFLAGS=""
12818 CPPFLAGS=$ac_save_CPPFLAGS
12819 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12820 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12823 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12824 case "x$with_gstreamer" in
12825 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12826 xno) ;;
12827 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12828 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12829 esac
12831 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12833 ALSA_LIBS=""
12835 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12836 then
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12838 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12839 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12840 $as_echo_n "(cached) " >&6
12841 else
12842 ac_check_lib_save_LIBS=$LIBS
12843 LIBS="-lasound $LIBS"
12844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12847 /* Override any GCC internal prototype to avoid an error.
12848 Use char because int might match the return type of a GCC
12849 builtin and then its argument prototype would still apply. */
12850 #ifdef __cplusplus
12851 extern "C"
12852 #endif
12853 char snd_pcm_hw_params_get_access_mask ();
12855 main ()
12857 return snd_pcm_hw_params_get_access_mask ();
12859 return 0;
12861 _ACEOF
12862 if ac_fn_c_try_link "$LINENO"; then :
12863 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12864 else
12865 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12867 rm -f core conftest.err conftest.$ac_objext \
12868 conftest$ac_exeext conftest.$ac_ext
12869 LIBS=$ac_check_lib_save_LIBS
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12872 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12873 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12875 /* end confdefs.h. */
12876 #ifdef HAVE_ALSA_ASOUNDLIB_H
12877 #include <alsa/asoundlib.h>
12878 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12879 #include <sys/asoundlib.h>
12880 #endif
12882 main ()
12884 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12886 return 0;
12888 _ACEOF
12889 if ac_fn_c_try_compile "$LINENO"; then :
12890 ALSA_LIBS="-lasound"
12892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12897 if test "x$with_oss" != xno
12898 then
12899 ac_save_CPPFLAGS="$CPPFLAGS"
12900 if test -f /etc/oss.conf
12901 then
12902 . /etc/oss.conf
12904 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12905 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12906 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12907 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12908 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12910 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12912 cat >>confdefs.h <<_ACEOF
12913 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12914 _ACEOF
12916 OSS4_CFLAGS="$ac_oss_incl"
12923 CPPFLAGS="$ac_save_CPPFLAGS"
12924 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12925 then
12926 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12930 if test "x$with_capi" != "xno"
12931 then
12932 if ${CAPI20_CFLAGS:+false} :; then :
12933 if ${PKG_CONFIG+:} false; then :
12934 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12938 if ${CAPI20_LIBS:+false} :; then :
12939 if ${PKG_CONFIG+:} false; then :
12940 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12945 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12946 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12947 ac_save_CPPFLAGS=$CPPFLAGS
12948 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12949 for ac_header in capi20.h linux/capi.h
12950 do :
12951 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12952 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12954 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12955 cat >>confdefs.h <<_ACEOF
12956 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12957 _ACEOF
12961 done
12963 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12964 then
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12966 $as_echo_n "checking for -lcapi20... " >&6; }
12967 if ${ac_cv_lib_soname_capi20+:} false; then :
12968 $as_echo_n "(cached) " >&6
12969 else
12970 ac_check_soname_save_LIBS=$LIBS
12971 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12973 /* end confdefs.h. */
12975 /* Override any GCC internal prototype to avoid an error.
12976 Use char because int might match the return type of a GCC
12977 builtin and then its argument prototype would still apply. */
12978 #ifdef __cplusplus
12979 extern "C"
12980 #endif
12981 char capi20_register ();
12983 main ()
12985 return capi20_register ();
12987 return 0;
12989 _ACEOF
12990 if ac_fn_c_try_link "$LINENO"; then :
12991 case "$LIBEXT" in
12992 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12993 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'` ;;
12994 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12995 if ${ac_cv_lib_soname_capi20:+false} :; then :
12996 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12997 fi ;;
12998 esac
13000 rm -f core conftest.err conftest.$ac_objext \
13001 conftest$ac_exeext conftest.$ac_ext
13002 LIBS=$ac_check_soname_save_LIBS
13004 if ${ac_cv_lib_soname_capi20:+false} :; then :
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13006 $as_echo "not found" >&6; }
13008 else
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13010 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13012 cat >>confdefs.h <<_ACEOF
13013 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13014 _ACEOF
13019 CPPFLAGS=$ac_save_CPPFLAGS
13020 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13021 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13024 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13025 case "x$with_capi" in
13026 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13027 xno) ;;
13028 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13029 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13030 esac
13033 CUPS_CFLAGS=""
13035 if test "x$with_cups" != "xno"
13036 then
13037 ac_save_CPPFLAGS="$CPPFLAGS"
13038 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
13039 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
13040 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
13041 for ac_header in cups/cups.h
13042 do :
13043 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13044 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
13045 cat >>confdefs.h <<_ACEOF
13046 #define HAVE_CUPS_CUPS_H 1
13047 _ACEOF
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13049 $as_echo_n "checking for -lcups... " >&6; }
13050 if ${ac_cv_lib_soname_cups+:} false; then :
13051 $as_echo_n "(cached) " >&6
13052 else
13053 ac_check_soname_save_LIBS=$LIBS
13054 LIBS="-lcups $ac_cups_libs $LIBS"
13055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13056 /* end confdefs.h. */
13058 /* Override any GCC internal prototype to avoid an error.
13059 Use char because int might match the return type of a GCC
13060 builtin and then its argument prototype would still apply. */
13061 #ifdef __cplusplus
13062 extern "C"
13063 #endif
13064 char cupsGetDefault ();
13066 main ()
13068 return cupsGetDefault ();
13070 return 0;
13072 _ACEOF
13073 if ac_fn_c_try_link "$LINENO"; then :
13074 case "$LIBEXT" in
13075 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13076 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'` ;;
13077 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13078 if ${ac_cv_lib_soname_cups:+false} :; then :
13079 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13080 fi ;;
13081 esac
13083 rm -f core conftest.err conftest.$ac_objext \
13084 conftest$ac_exeext conftest.$ac_ext
13085 LIBS=$ac_check_soname_save_LIBS
13087 if ${ac_cv_lib_soname_cups:+false} :; then :
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13089 $as_echo "not found" >&6; }
13091 else
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13093 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13095 cat >>confdefs.h <<_ACEOF
13096 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13097 _ACEOF
13099 CUPS_CFLAGS="$ac_cups_cflags"
13103 done
13105 CPPFLAGS="$ac_save_CPPFLAGS"
13107 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13108 case "x$with_cups" in
13109 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13110 xno) ;;
13111 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13112 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13113 esac
13116 if test "x$with_fontconfig" != "xno"
13117 then
13118 if ${FONTCONFIG_CFLAGS:+false} :; then :
13119 if ${PKG_CONFIG+:} false; then :
13120 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13123 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13124 if ${FONTCONFIG_LIBS:+false} :; then :
13125 if ${PKG_CONFIG+:} false; then :
13126 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13129 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13131 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13132 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13133 ac_save_CPPFLAGS=$CPPFLAGS
13134 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13135 for ac_header in fontconfig/fontconfig.h
13136 do :
13137 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13138 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13139 cat >>confdefs.h <<_ACEOF
13140 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13141 _ACEOF
13145 done
13147 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13148 then
13149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13150 $as_echo_n "checking for -lfontconfig... " >&6; }
13151 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13152 $as_echo_n "(cached) " >&6
13153 else
13154 ac_check_soname_save_LIBS=$LIBS
13155 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13157 /* end confdefs.h. */
13159 /* Override any GCC internal prototype to avoid an error.
13160 Use char because int might match the return type of a GCC
13161 builtin and then its argument prototype would still apply. */
13162 #ifdef __cplusplus
13163 extern "C"
13164 #endif
13165 char FcInit ();
13167 main ()
13169 return FcInit ();
13171 return 0;
13173 _ACEOF
13174 if ac_fn_c_try_link "$LINENO"; then :
13175 case "$LIBEXT" in
13176 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13177 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'` ;;
13178 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13179 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13180 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13181 fi ;;
13182 esac
13184 rm -f core conftest.err conftest.$ac_objext \
13185 conftest$ac_exeext conftest.$ac_ext
13186 LIBS=$ac_check_soname_save_LIBS
13188 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13190 $as_echo "not found" >&6; }
13191 FONTCONFIG_CFLAGS=""
13192 else
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13194 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13196 cat >>confdefs.h <<_ACEOF
13197 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13198 _ACEOF
13202 else
13203 FONTCONFIG_CFLAGS=""
13205 CPPFLAGS=$ac_save_CPPFLAGS
13206 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13207 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13210 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13211 case "x$with_fontconfig" in
13212 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13213 xno) ;;
13214 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13215 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13216 esac
13219 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13220 then
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13222 $as_echo_n "checking for -lgsm... " >&6; }
13223 if ${ac_cv_lib_soname_gsm+:} false; then :
13224 $as_echo_n "(cached) " >&6
13225 else
13226 ac_check_soname_save_LIBS=$LIBS
13227 LIBS="-lgsm $LIBS"
13228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13229 /* end confdefs.h. */
13231 /* Override any GCC internal prototype to avoid an error.
13232 Use char because int might match the return type of a GCC
13233 builtin and then its argument prototype would still apply. */
13234 #ifdef __cplusplus
13235 extern "C"
13236 #endif
13237 char gsm_create ();
13239 main ()
13241 return gsm_create ();
13243 return 0;
13245 _ACEOF
13246 if ac_fn_c_try_link "$LINENO"; then :
13247 case "$LIBEXT" in
13248 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13249 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'` ;;
13250 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13251 if ${ac_cv_lib_soname_gsm:+false} :; then :
13252 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13253 fi ;;
13254 esac
13256 rm -f core conftest.err conftest.$ac_objext \
13257 conftest$ac_exeext conftest.$ac_ext
13258 LIBS=$ac_check_soname_save_LIBS
13260 if ${ac_cv_lib_soname_gsm:+false} :; then :
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13262 $as_echo "not found" >&6; }
13264 else
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13266 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13268 cat >>confdefs.h <<_ACEOF
13269 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13270 _ACEOF
13275 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13276 case "x$with_gsm" in
13277 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13278 xno) ;;
13279 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13280 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13281 esac
13284 if test "x$with_jpeg" != "xno"
13285 then
13286 if ${JPEG_CFLAGS:+false} :; then :
13287 if ${PKG_CONFIG+:} false; then :
13288 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13292 if ${JPEG_LIBS:+false} :; then :
13293 if ${PKG_CONFIG+:} false; then :
13294 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13299 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13300 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13301 ac_save_CPPFLAGS=$CPPFLAGS
13302 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13303 for ac_header in jpeglib.h
13304 do :
13305 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13306 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13307 cat >>confdefs.h <<_ACEOF
13308 #define HAVE_JPEGLIB_H 1
13309 _ACEOF
13313 done
13315 if test "$ac_cv_header_jpeglib_h" = "yes"
13316 then
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13318 $as_echo_n "checking for -ljpeg... " >&6; }
13319 if ${ac_cv_lib_soname_jpeg+:} false; then :
13320 $as_echo_n "(cached) " >&6
13321 else
13322 ac_check_soname_save_LIBS=$LIBS
13323 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13325 /* end confdefs.h. */
13327 /* Override any GCC internal prototype to avoid an error.
13328 Use char because int might match the return type of a GCC
13329 builtin and then its argument prototype would still apply. */
13330 #ifdef __cplusplus
13331 extern "C"
13332 #endif
13333 char jpeg_start_decompress ();
13335 main ()
13337 return jpeg_start_decompress ();
13339 return 0;
13341 _ACEOF
13342 if ac_fn_c_try_link "$LINENO"; then :
13343 case "$LIBEXT" in
13344 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13345 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'` ;;
13346 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13347 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13348 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13349 fi ;;
13350 esac
13352 rm -f core conftest.err conftest.$ac_objext \
13353 conftest$ac_exeext conftest.$ac_ext
13354 LIBS=$ac_check_soname_save_LIBS
13356 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13358 $as_echo "not found" >&6; }
13359 JPEG_CFLAGS=""
13360 else
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13362 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13364 cat >>confdefs.h <<_ACEOF
13365 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13366 _ACEOF
13370 else
13371 JPEG_CFLAGS=""
13373 CPPFLAGS=$ac_save_CPPFLAGS
13374 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13375 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13378 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13379 case "x$with_jpeg" in
13380 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13381 xno) ;;
13382 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13383 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13384 esac
13387 if test "x$with_png" != "xno"
13388 then
13389 if ${PNG_CFLAGS:+false} :; then :
13390 if ${PKG_CONFIG+:} false; then :
13391 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13394 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13395 if ${PNG_LIBS:+false} :; then :
13396 if ${PKG_CONFIG+:} false; then :
13397 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13400 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13402 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13403 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13404 ac_save_CPPFLAGS=$CPPFLAGS
13405 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13406 for ac_header in png.h
13407 do :
13408 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13409 if test "x$ac_cv_header_png_h" = xyes; then :
13410 cat >>confdefs.h <<_ACEOF
13411 #define HAVE_PNG_H 1
13412 _ACEOF
13416 done
13418 if test "$ac_cv_header_png_h" = "yes"
13419 then
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13421 $as_echo_n "checking for -lpng... " >&6; }
13422 if ${ac_cv_lib_soname_png+:} false; then :
13423 $as_echo_n "(cached) " >&6
13424 else
13425 ac_check_soname_save_LIBS=$LIBS
13426 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13428 /* end confdefs.h. */
13430 /* Override any GCC internal prototype to avoid an error.
13431 Use char because int might match the return type of a GCC
13432 builtin and then its argument prototype would still apply. */
13433 #ifdef __cplusplus
13434 extern "C"
13435 #endif
13436 char png_create_read_struct ();
13438 main ()
13440 return png_create_read_struct ();
13442 return 0;
13444 _ACEOF
13445 if ac_fn_c_try_link "$LINENO"; then :
13446 case "$LIBEXT" in
13447 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13448 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'` ;;
13449 *) 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'`
13450 if ${ac_cv_lib_soname_png:+false} :; then :
13451 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13452 fi ;;
13453 esac
13455 rm -f core conftest.err conftest.$ac_objext \
13456 conftest$ac_exeext conftest.$ac_ext
13457 LIBS=$ac_check_soname_save_LIBS
13459 if ${ac_cv_lib_soname_png:+false} :; then :
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13461 $as_echo "not found" >&6; }
13462 PNG_CFLAGS=""
13463 else
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13465 $as_echo "$ac_cv_lib_soname_png" >&6; }
13467 cat >>confdefs.h <<_ACEOF
13468 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13469 _ACEOF
13471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13472 /* end confdefs.h. */
13473 #include <png.h>
13475 main ()
13477 typeof(png_set_expand_gray_1_2_4_to_8) *p
13479 return 0;
13481 _ACEOF
13482 if ac_fn_c_try_compile "$LINENO"; then :
13484 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13489 else
13490 PNG_CFLAGS=""
13492 CPPFLAGS=$ac_save_CPPFLAGS
13493 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13494 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13497 if test "x$ac_cv_lib_soname_png" = "x"; then :
13498 case "x$with_png" in
13499 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13500 xno) ;;
13501 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13502 This is an error since --with-png was requested." "$LINENO" 5 ;;
13503 esac
13506 if test "x$with_tiff" != "xno"
13507 then
13508 if ${TIFF_CFLAGS:+false} :; then :
13509 if ${PKG_CONFIG+:} false; then :
13510 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13514 if ${TIFF_LIBS:+false} :; then :
13515 if ${PKG_CONFIG+:} false; then :
13516 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13521 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13522 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13523 ac_save_CPPFLAGS=$CPPFLAGS
13524 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13525 for ac_header in tiffio.h
13526 do :
13527 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13528 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13529 cat >>confdefs.h <<_ACEOF
13530 #define HAVE_TIFFIO_H 1
13531 _ACEOF
13535 done
13537 if test "$ac_cv_header_tiffio_h" = "yes"
13538 then
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13540 $as_echo_n "checking for -ltiff... " >&6; }
13541 if ${ac_cv_lib_soname_tiff+:} false; then :
13542 $as_echo_n "(cached) " >&6
13543 else
13544 ac_check_soname_save_LIBS=$LIBS
13545 LIBS="-ltiff $TIFF_LIBS $LIBS"
13546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13547 /* end confdefs.h. */
13549 /* Override any GCC internal prototype to avoid an error.
13550 Use char because int might match the return type of a GCC
13551 builtin and then its argument prototype would still apply. */
13552 #ifdef __cplusplus
13553 extern "C"
13554 #endif
13555 char TIFFClientOpen ();
13557 main ()
13559 return TIFFClientOpen ();
13561 return 0;
13563 _ACEOF
13564 if ac_fn_c_try_link "$LINENO"; then :
13565 case "$LIBEXT" in
13566 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13567 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'` ;;
13568 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13569 if ${ac_cv_lib_soname_tiff:+false} :; then :
13570 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13571 fi ;;
13572 esac
13574 rm -f core conftest.err conftest.$ac_objext \
13575 conftest$ac_exeext conftest.$ac_ext
13576 LIBS=$ac_check_soname_save_LIBS
13578 if ${ac_cv_lib_soname_tiff:+false} :; then :
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13580 $as_echo "not found" >&6; }
13582 else
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13584 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13586 cat >>confdefs.h <<_ACEOF
13587 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13588 _ACEOF
13593 CPPFLAGS=$ac_save_CPPFLAGS
13594 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13595 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13598 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13599 case "x$with_tiff" in
13600 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13601 xno) ;;
13602 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13603 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13604 esac
13607 if test "x$with_mpg123" != "xno"
13608 then
13609 if ${MPG123_CFLAGS:+false} :; then :
13610 if ${PKG_CONFIG+:} false; then :
13611 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13615 if ${MPG123_LIBS:+false} :; then :
13616 if ${PKG_CONFIG+:} false; then :
13617 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13621 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13622 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13623 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13624 ac_save_CPPFLAGS=$CPPFLAGS
13625 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13626 for ac_header in mpg123.h
13627 do :
13628 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13629 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13630 cat >>confdefs.h <<_ACEOF
13631 #define HAVE_MPG123_H 1
13632 _ACEOF
13636 done
13638 if test "$ac_cv_header_mpg123_h" = "yes"
13639 then
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13641 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13642 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13643 $as_echo_n "(cached) " >&6
13644 else
13645 ac_check_lib_save_LIBS=$LIBS
13646 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13648 /* end confdefs.h. */
13650 /* Override any GCC internal prototype to avoid an error.
13651 Use char because int might match the return type of a GCC
13652 builtin and then its argument prototype would still apply. */
13653 #ifdef __cplusplus
13654 extern "C"
13655 #endif
13656 char mpg123_feed ();
13658 main ()
13660 return mpg123_feed ();
13662 return 0;
13664 _ACEOF
13665 if ac_fn_c_try_link "$LINENO"; then :
13666 ac_cv_lib_mpg123_mpg123_feed=yes
13667 else
13668 ac_cv_lib_mpg123_mpg123_feed=no
13670 rm -f core conftest.err conftest.$ac_objext \
13671 conftest$ac_exeext conftest.$ac_ext
13672 LIBS=$ac_check_lib_save_LIBS
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13675 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13676 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13678 else
13679 MPG123_LIBS=""
13682 else
13683 MPG123_CFLAGS=""
13684 MPG123_LIBS=""
13686 CPPFLAGS=$ac_save_CPPFLAGS
13687 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13688 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13691 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13692 case "x$with_mpg123" in
13693 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13694 xno) ;;
13695 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13696 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13697 esac
13699 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}
13701 if test "$ac_cv_header_AL_al_h" = "yes"
13702 then
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13704 $as_echo_n "checking for -lopenal... " >&6; }
13705 if ${ac_cv_lib_soname_openal+:} false; then :
13706 $as_echo_n "(cached) " >&6
13707 else
13708 ac_check_soname_save_LIBS=$LIBS
13709 LIBS="-lopenal $LIBS"
13710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13711 /* end confdefs.h. */
13713 /* Override any GCC internal prototype to avoid an error.
13714 Use char because int might match the return type of a GCC
13715 builtin and then its argument prototype would still apply. */
13716 #ifdef __cplusplus
13717 extern "C"
13718 #endif
13719 char alGetSource3i ();
13721 main ()
13723 return alGetSource3i ();
13725 return 0;
13727 _ACEOF
13728 if ac_fn_c_try_link "$LINENO"; then :
13729 case "$LIBEXT" in
13730 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13731 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'` ;;
13732 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13733 if ${ac_cv_lib_soname_openal:+false} :; then :
13734 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13735 fi ;;
13736 esac
13738 rm -f core conftest.err conftest.$ac_objext \
13739 conftest$ac_exeext conftest.$ac_ext
13740 LIBS=$ac_check_soname_save_LIBS
13742 if ${ac_cv_lib_soname_openal:+false} :; then :
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13744 $as_echo "not found" >&6; }
13746 else
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13748 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13750 cat >>confdefs.h <<_ACEOF
13751 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13752 _ACEOF
13754 OPENAL_LIBS="-lopenal"
13756 ac_cv_lib_openal=yes
13758 cat >>confdefs.h <<_ACEOF
13759 #define HAVE_OPENAL 1
13760 _ACEOF
13764 if test "x$ac_cv_lib_openal" != xyes; then :
13765 case "x$with_openal" in
13766 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13767 xno) ;;
13768 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13769 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13770 esac
13772 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13774 if test "x$ac_cv_lib_openal" = xyes
13775 then
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13777 $as_echo_n "checking for openal-soft... " >&6; }
13778 if ${ac_cv_have_openalsoft+:} false; then :
13779 $as_echo_n "(cached) " >&6
13780 else
13781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13782 /* end confdefs.h. */
13783 #include <AL/alext.h>
13784 LPALCRENDERSAMPLESSOFT x;
13786 main ()
13790 return 0;
13792 _ACEOF
13793 if ac_fn_c_try_compile "$LINENO"; then :
13794 ac_cv_have_openalsoft=yes
13795 else
13796 ac_cv_have_openalsoft=no
13798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13801 $as_echo "$ac_cv_have_openalsoft" >&6; }
13803 if test "x$ac_cv_have_openalsoft" != xyes
13804 then
13805 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13806 enable_xaudio2_7=${enable_xaudio2_7:-no}
13809 if test "$ac_cv_header_kstat_h" = "yes"
13810 then
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13812 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13813 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13814 $as_echo_n "(cached) " >&6
13815 else
13816 ac_check_lib_save_LIBS=$LIBS
13817 LIBS="-lkstat $LIBS"
13818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13819 /* end confdefs.h. */
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13824 #ifdef __cplusplus
13825 extern "C"
13826 #endif
13827 char kstat_open ();
13829 main ()
13831 return kstat_open ();
13833 return 0;
13835 _ACEOF
13836 if ac_fn_c_try_link "$LINENO"; then :
13837 ac_cv_lib_kstat_kstat_open=yes
13838 else
13839 ac_cv_lib_kstat_kstat_open=no
13841 rm -f core conftest.err conftest.$ac_objext \
13842 conftest$ac_exeext conftest.$ac_ext
13843 LIBS=$ac_check_lib_save_LIBS
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13846 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13847 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13849 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13851 KSTAT_LIBS="-lkstat"
13857 if test "$ac_cv_header_libprocstat_h" = "yes"
13858 then
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13860 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13861 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13862 $as_echo_n "(cached) " >&6
13863 else
13864 ac_check_lib_save_LIBS=$LIBS
13865 LIBS="-lprocstat $LIBS"
13866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13867 /* end confdefs.h. */
13869 /* Override any GCC internal prototype to avoid an error.
13870 Use char because int might match the return type of a GCC
13871 builtin and then its argument prototype would still apply. */
13872 #ifdef __cplusplus
13873 extern "C"
13874 #endif
13875 char procstat_open_sysctl ();
13877 main ()
13879 return procstat_open_sysctl ();
13881 return 0;
13883 _ACEOF
13884 if ac_fn_c_try_link "$LINENO"; then :
13885 ac_cv_lib_procstat_procstat_open_sysctl=yes
13886 else
13887 ac_cv_lib_procstat_procstat_open_sysctl=no
13889 rm -f core conftest.err conftest.$ac_objext \
13890 conftest$ac_exeext conftest.$ac_ext
13891 LIBS=$ac_check_lib_save_LIBS
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13894 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13895 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13897 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13899 PROCSTAT_LIBS="-lprocstat"
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13906 $as_echo_n "checking for -lodbc... " >&6; }
13907 if ${ac_cv_lib_soname_odbc+:} false; then :
13908 $as_echo_n "(cached) " >&6
13909 else
13910 ac_check_soname_save_LIBS=$LIBS
13911 LIBS="-lodbc $LIBS"
13912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13913 /* end confdefs.h. */
13915 /* Override any GCC internal prototype to avoid an error.
13916 Use char because int might match the return type of a GCC
13917 builtin and then its argument prototype would still apply. */
13918 #ifdef __cplusplus
13919 extern "C"
13920 #endif
13921 char SQLConnect ();
13923 main ()
13925 return SQLConnect ();
13927 return 0;
13929 _ACEOF
13930 if ac_fn_c_try_link "$LINENO"; then :
13931 case "$LIBEXT" in
13932 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13933 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'` ;;
13934 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13935 if ${ac_cv_lib_soname_odbc:+false} :; then :
13936 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13937 fi ;;
13938 esac
13940 rm -f core conftest.err conftest.$ac_objext \
13941 conftest$ac_exeext conftest.$ac_ext
13942 LIBS=$ac_check_soname_save_LIBS
13944 if ${ac_cv_lib_soname_odbc:+false} :; then :
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13946 $as_echo "not found" >&6; }
13947 cat >>confdefs.h <<_ACEOF
13948 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13949 _ACEOF
13951 else
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13953 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13955 cat >>confdefs.h <<_ACEOF
13956 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13957 _ACEOF
13962 if test "x$with_netapi" != "xno"
13963 then
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13965 $as_echo_n "checking for -lnetapi... " >&6; }
13966 if ${ac_cv_lib_soname_netapi+:} false; then :
13967 $as_echo_n "(cached) " >&6
13968 else
13969 ac_check_soname_save_LIBS=$LIBS
13970 LIBS="-lnetapi $LIBS"
13971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13972 /* end confdefs.h. */
13974 /* Override any GCC internal prototype to avoid an error.
13975 Use char because int might match the return type of a GCC
13976 builtin and then its argument prototype would still apply. */
13977 #ifdef __cplusplus
13978 extern "C"
13979 #endif
13980 char libnetapi_init ();
13982 main ()
13984 return libnetapi_init ();
13986 return 0;
13988 _ACEOF
13989 if ac_fn_c_try_link "$LINENO"; then :
13990 case "$LIBEXT" in
13991 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13992 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'` ;;
13993 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13994 if ${ac_cv_lib_soname_netapi:+false} :; then :
13995 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13996 fi ;;
13997 esac
13999 rm -f core conftest.err conftest.$ac_objext \
14000 conftest$ac_exeext conftest.$ac_ext
14001 LIBS=$ac_check_soname_save_LIBS
14003 if ${ac_cv_lib_soname_netapi:+false} :; then :
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14005 $as_echo "not found" >&6; }
14006 cat >>confdefs.h <<_ACEOF
14007 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14008 _ACEOF
14010 else
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14012 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14014 cat >>confdefs.h <<_ACEOF
14015 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14016 _ACEOF
14022 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
14023 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
14024 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
14025 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
14026 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
14028 if test "x$ALSA_LIBS$COREAUDIO_LIBS$PULSE_LIBS" = "x" -a \
14029 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
14030 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14031 then
14032 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
14036 EXTRACFLAGS=""
14038 if test "x${GCC}" = "xyes"
14039 then
14040 EXTRACFLAGS="-Wall -pipe"
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14043 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14044 if ${ac_cv_c_gcc_strength_bug+:} false; then :
14045 $as_echo_n "(cached) " >&6
14046 else
14047 if test "$cross_compiling" = yes; then :
14048 ac_cv_c_gcc_strength_bug="no"
14049 else
14050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14051 /* end confdefs.h. */
14052 int L[4] = {0,1,2,3};
14054 main ()
14056 static int Array[3];
14057 unsigned int B = 3;
14058 int i;
14059 for(i=0; i<B; i++) Array[i] = i - 3;
14060 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14061 L[i] = 4;
14062 return (Array[1] != -2 || L[2] != 3)
14064 return 0;
14066 _ACEOF
14067 if ac_fn_c_try_run "$LINENO"; then :
14068 ac_cv_c_gcc_strength_bug="no"
14069 else
14070 ac_cv_c_gcc_strength_bug="yes"
14072 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14073 conftest.$ac_objext conftest.beam conftest.$ac_ext
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14078 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14079 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14080 then
14081 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14085 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14086 if ${ac_cv_cflags__fno_builtin+:} false; then :
14087 $as_echo_n "(cached) " >&6
14088 else
14089 ac_wine_try_cflags_saved=$CFLAGS
14090 CFLAGS="$CFLAGS -fno-builtin"
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__fno_builtin=yes
14097 else
14098 ac_cv_cflags__fno_builtin=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__fno_builtin" >&5
14105 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14106 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14107 BUILTINFLAG="-fno-builtin"
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14111 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14112 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14113 $as_echo_n "(cached) " >&6
14114 else
14115 ac_wine_try_cflags_saved=$CFLAGS
14116 CFLAGS="$CFLAGS -fno-strict-aliasing"
14117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14118 /* end confdefs.h. */
14119 int main(int argc, char **argv) { return 0; }
14120 _ACEOF
14121 if ac_fn_c_try_link "$LINENO"; then :
14122 ac_cv_cflags__fno_strict_aliasing=yes
14123 else
14124 ac_cv_cflags__fno_strict_aliasing=no
14126 rm -f core conftest.err conftest.$ac_objext \
14127 conftest$ac_exeext conftest.$ac_ext
14128 CFLAGS=$ac_wine_try_cflags_saved
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14131 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14132 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14133 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14136 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14137 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14138 $as_echo_n "(cached) " >&6
14139 else
14140 ac_wine_try_cflags_saved=$CFLAGS
14141 CFLAGS="$CFLAGS -fexcess-precision=standard"
14142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14143 /* end confdefs.h. */
14144 int main(int argc, char **argv) { return 0; }
14145 _ACEOF
14146 if ac_fn_c_try_link "$LINENO"; then :
14147 ac_cv_cflags__fexcess_precision_standard=yes
14148 else
14149 ac_cv_cflags__fexcess_precision_standard=no
14151 rm -f core conftest.err conftest.$ac_objext \
14152 conftest$ac_exeext conftest.$ac_ext
14153 CFLAGS=$ac_wine_try_cflags_saved
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14156 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14157 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14158 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14161 saved_CFLAGS=$CFLAGS
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14163 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14164 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14165 $as_echo_n "(cached) " >&6
14166 else
14167 ac_wine_try_cflags_saved=$CFLAGS
14168 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14170 /* end confdefs.h. */
14171 int main(int argc, char **argv) { return 0; }
14172 _ACEOF
14173 if ac_fn_c_try_link "$LINENO"; then :
14174 ac_cv_cflags__Werror_unknown_warning_option=yes
14175 else
14176 ac_cv_cflags__Werror_unknown_warning_option=no
14178 rm -f core conftest.err conftest.$ac_objext \
14179 conftest$ac_exeext conftest.$ac_ext
14180 CFLAGS=$ac_wine_try_cflags_saved
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14183 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14184 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14185 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14188 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14189 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14190 $as_echo_n "(cached) " >&6
14191 else
14192 ac_wine_try_cflags_saved=$CFLAGS
14193 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14195 /* end confdefs.h. */
14196 int main(int argc, char **argv) { return 0; }
14197 _ACEOF
14198 if ac_fn_c_try_link "$LINENO"; then :
14199 ac_cv_cflags__Wdeclaration_after_statement=yes
14200 else
14201 ac_cv_cflags__Wdeclaration_after_statement=no
14203 rm -f core conftest.err conftest.$ac_objext \
14204 conftest$ac_exeext conftest.$ac_ext
14205 CFLAGS=$ac_wine_try_cflags_saved
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14208 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14209 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14210 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14213 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14214 if ${ac_cv_cflags__Wempty_body+:} false; then :
14215 $as_echo_n "(cached) " >&6
14216 else
14217 ac_wine_try_cflags_saved=$CFLAGS
14218 CFLAGS="$CFLAGS -Wempty-body"
14219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14220 /* end confdefs.h. */
14221 int main(int argc, char **argv) { return 0; }
14222 _ACEOF
14223 if ac_fn_c_try_link "$LINENO"; then :
14224 ac_cv_cflags__Wempty_body=yes
14225 else
14226 ac_cv_cflags__Wempty_body=no
14228 rm -f core conftest.err conftest.$ac_objext \
14229 conftest$ac_exeext conftest.$ac_ext
14230 CFLAGS=$ac_wine_try_cflags_saved
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14233 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14234 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14235 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14238 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14239 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14240 $as_echo_n "(cached) " >&6
14241 else
14242 ac_wine_try_cflags_saved=$CFLAGS
14243 CFLAGS="$CFLAGS -Wignored-qualifiers"
14244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246 int main(int argc, char **argv) { return 0; }
14247 _ACEOF
14248 if ac_fn_c_try_link "$LINENO"; then :
14249 ac_cv_cflags__Wignored_qualifiers=yes
14250 else
14251 ac_cv_cflags__Wignored_qualifiers=no
14253 rm -f core conftest.err conftest.$ac_objext \
14254 conftest$ac_exeext conftest.$ac_ext
14255 CFLAGS=$ac_wine_try_cflags_saved
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14258 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14259 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14260 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14263 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14264 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14265 $as_echo_n "(cached) " >&6
14266 else
14267 ac_wine_try_cflags_saved=$CFLAGS
14268 CFLAGS="$CFLAGS -Wshift-overflow=2"
14269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14271 int main(int argc, char **argv) { return 0; }
14272 _ACEOF
14273 if ac_fn_c_try_link "$LINENO"; then :
14274 ac_cv_cflags__Wshift_overflow_2=yes
14275 else
14276 ac_cv_cflags__Wshift_overflow_2=no
14278 rm -f core conftest.err conftest.$ac_objext \
14279 conftest$ac_exeext conftest.$ac_ext
14280 CFLAGS=$ac_wine_try_cflags_saved
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14283 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14284 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14285 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14288 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14289 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14290 $as_echo_n "(cached) " >&6
14291 else
14292 ac_wine_try_cflags_saved=$CFLAGS
14293 CFLAGS="$CFLAGS -Wstrict-prototypes"
14294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14295 /* end confdefs.h. */
14296 int main(int argc, char **argv) { return 0; }
14297 _ACEOF
14298 if ac_fn_c_try_link "$LINENO"; then :
14299 ac_cv_cflags__Wstrict_prototypes=yes
14300 else
14301 ac_cv_cflags__Wstrict_prototypes=no
14303 rm -f core conftest.err conftest.$ac_objext \
14304 conftest$ac_exeext conftest.$ac_ext
14305 CFLAGS=$ac_wine_try_cflags_saved
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14308 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14309 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14310 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14313 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14314 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14315 $as_echo_n "(cached) " >&6
14316 else
14317 ac_wine_try_cflags_saved=$CFLAGS
14318 CFLAGS="$CFLAGS -Wtype-limits"
14319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14320 /* end confdefs.h. */
14321 int main(int argc, char **argv) { return 0; }
14322 _ACEOF
14323 if ac_fn_c_try_link "$LINENO"; then :
14324 ac_cv_cflags__Wtype_limits=yes
14325 else
14326 ac_cv_cflags__Wtype_limits=no
14328 rm -f core conftest.err conftest.$ac_objext \
14329 conftest$ac_exeext conftest.$ac_ext
14330 CFLAGS=$ac_wine_try_cflags_saved
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14333 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14334 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14335 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14338 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14339 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14340 $as_echo_n "(cached) " >&6
14341 else
14342 ac_wine_try_cflags_saved=$CFLAGS
14343 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14345 /* end confdefs.h. */
14346 int main(int argc, char **argv) { return 0; }
14347 _ACEOF
14348 if ac_fn_c_try_link "$LINENO"; then :
14349 ac_cv_cflags__Wunused_but_set_parameter=yes
14350 else
14351 ac_cv_cflags__Wunused_but_set_parameter=no
14353 rm -f core conftest.err conftest.$ac_objext \
14354 conftest$ac_exeext conftest.$ac_ext
14355 CFLAGS=$ac_wine_try_cflags_saved
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14358 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14359 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14360 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14363 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14364 if ${ac_cv_cflags__Wvla+:} false; then :
14365 $as_echo_n "(cached) " >&6
14366 else
14367 ac_wine_try_cflags_saved=$CFLAGS
14368 CFLAGS="$CFLAGS -Wvla"
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__Wvla=yes
14375 else
14376 ac_cv_cflags__Wvla=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__Wvla" >&5
14383 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14384 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14385 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14388 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14389 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14390 $as_echo_n "(cached) " >&6
14391 else
14392 ac_wine_try_cflags_saved=$CFLAGS
14393 CFLAGS="$CFLAGS -Wwrite-strings"
14394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14395 /* end confdefs.h. */
14396 int main(int argc, char **argv) { return 0; }
14397 _ACEOF
14398 if ac_fn_c_try_link "$LINENO"; then :
14399 ac_cv_cflags__Wwrite_strings=yes
14400 else
14401 ac_cv_cflags__Wwrite_strings=no
14403 rm -f core conftest.err conftest.$ac_objext \
14404 conftest$ac_exeext conftest.$ac_ext
14405 CFLAGS=$ac_wine_try_cflags_saved
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14408 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14409 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14410 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14414 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14415 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14416 $as_echo_n "(cached) " >&6
14417 else
14418 ac_wine_try_cflags_saved=$CFLAGS
14419 CFLAGS="$CFLAGS -Wpointer-arith"
14420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14421 /* end confdefs.h. */
14422 int main(int argc, char **argv) { return 0; }
14423 _ACEOF
14424 if ac_fn_c_try_link "$LINENO"; then :
14425 ac_cv_cflags__Wpointer_arith=yes
14426 else
14427 ac_cv_cflags__Wpointer_arith=no
14429 rm -f core conftest.err conftest.$ac_objext \
14430 conftest$ac_exeext conftest.$ac_ext
14431 CFLAGS=$ac_wine_try_cflags_saved
14433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14434 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14435 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14436 saved_string_h_CFLAGS=$CFLAGS
14437 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14439 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14440 if ${ac_cv_c_string_h_warnings+:} false; then :
14441 $as_echo_n "(cached) " >&6
14442 else
14443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14444 /* end confdefs.h. */
14445 #include <string.h>
14447 main ()
14451 return 0;
14453 _ACEOF
14454 if ac_fn_c_try_compile "$LINENO"; then :
14455 ac_cv_c_string_h_warnings=no
14456 else
14457 ac_cv_c_string_h_warnings=yes
14459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14462 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14463 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14464 CFLAGS=$saved_string_h_CFLAGS
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14468 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14469 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14470 $as_echo_n "(cached) " >&6
14471 else
14472 ac_wine_try_cflags_saved=$CFLAGS
14473 CFLAGS="$CFLAGS -Wlogical-op"
14474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14475 /* end confdefs.h. */
14476 int main(int argc, char **argv) { return 0; }
14477 _ACEOF
14478 if ac_fn_c_try_link "$LINENO"; then :
14479 ac_cv_cflags__Wlogical_op=yes
14480 else
14481 ac_cv_cflags__Wlogical_op=no
14483 rm -f core conftest.err conftest.$ac_objext \
14484 conftest$ac_exeext conftest.$ac_ext
14485 CFLAGS=$ac_wine_try_cflags_saved
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14488 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14489 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14490 saved_string_h_CFLAGS=$CFLAGS
14491 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14493 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14494 if ${ac_cv_c_logicalop_noisy+:} false; then :
14495 $as_echo_n "(cached) " >&6
14496 else
14497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14498 /* end confdefs.h. */
14499 #include <string.h>
14500 char*f(const char *h,char n) {return strchr(h,n);}
14502 main ()
14506 return 0;
14508 _ACEOF
14509 if ac_fn_c_try_compile "$LINENO"; then :
14510 ac_cv_c_logicalop_noisy=no
14511 else
14512 ac_cv_c_logicalop_noisy=yes
14514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14517 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14518 CFLAGS=$saved_string_h_CFLAGS
14519 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14522 CFLAGS=$saved_CFLAGS
14524 for ac_flag in $CFLAGS; do
14525 case $ac_flag in
14526 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14527 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14528 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14529 $as_echo_n "(cached) " >&6
14530 else
14531 ac_wine_try_cflags_saved=$CFLAGS
14532 CFLAGS="$CFLAGS -gdwarf-2"
14533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14534 /* end confdefs.h. */
14535 int main(int argc, char **argv) { return 0; }
14536 _ACEOF
14537 if ac_fn_c_try_link "$LINENO"; then :
14538 ac_cv_cflags__gdwarf_2=yes
14539 else
14540 ac_cv_cflags__gdwarf_2=no
14542 rm -f core conftest.err conftest.$ac_objext \
14543 conftest$ac_exeext conftest.$ac_ext
14544 CFLAGS=$ac_wine_try_cflags_saved
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14547 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14548 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14549 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14552 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14553 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14554 $as_echo_n "(cached) " >&6
14555 else
14556 ac_wine_try_cflags_saved=$CFLAGS
14557 CFLAGS="$CFLAGS -gstrict-dwarf"
14558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14559 /* end confdefs.h. */
14560 int main(int argc, char **argv) { return 0; }
14561 _ACEOF
14562 if ac_fn_c_try_link "$LINENO"; then :
14563 ac_cv_cflags__gstrict_dwarf=yes
14564 else
14565 ac_cv_cflags__gstrict_dwarf=no
14567 rm -f core conftest.err conftest.$ac_objext \
14568 conftest$ac_exeext conftest.$ac_ext
14569 CFLAGS=$ac_wine_try_cflags_saved
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14572 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14573 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14574 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14575 fi ;;
14576 esac
14577 done
14579 case $host_cpu in
14580 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14581 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14582 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14583 $as_echo_n "(cached) " >&6
14584 else
14585 ac_wine_try_cflags_saved=$CFLAGS
14586 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h. */
14589 int main(int argc, char **argv) { return 0; }
14590 _ACEOF
14591 if ac_fn_c_try_link "$LINENO"; then :
14592 ac_cv_cflags__fno_omit_frame_pointer=yes
14593 else
14594 ac_cv_cflags__fno_omit_frame_pointer=no
14596 rm -f core conftest.err conftest.$ac_objext \
14597 conftest$ac_exeext conftest.$ac_ext
14598 CFLAGS=$ac_wine_try_cflags_saved
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14601 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14602 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14603 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14604 fi ;;
14605 esac
14607 case $host in
14608 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14609 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14610 if ${ac_cv_cflags__Wno_format+:} false; then :
14611 $as_echo_n "(cached) " >&6
14612 else
14613 ac_wine_try_cflags_saved=$CFLAGS
14614 CFLAGS="$CFLAGS -Wno-format"
14615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14616 /* end confdefs.h. */
14617 int main(int argc, char **argv) { return 0; }
14618 _ACEOF
14619 if ac_fn_c_try_link "$LINENO"; then :
14620 ac_cv_cflags__Wno_format=yes
14621 else
14622 ac_cv_cflags__Wno_format=no
14624 rm -f core conftest.err conftest.$ac_objext \
14625 conftest$ac_exeext conftest.$ac_ext
14626 CFLAGS=$ac_wine_try_cflags_saved
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14629 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14630 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14631 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14632 fi ;;
14633 esac
14635 if test "x$enable_maintainer_mode" = "xyes"
14636 then
14637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14638 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14639 if ${ac_cv_cflags__Werror+:} false; then :
14640 $as_echo_n "(cached) " >&6
14641 else
14642 ac_wine_try_cflags_saved=$CFLAGS
14643 CFLAGS="$CFLAGS -Werror"
14644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14645 /* end confdefs.h. */
14646 int main(int argc, char **argv) { return 0; }
14647 _ACEOF
14648 if ac_fn_c_try_link "$LINENO"; then :
14649 ac_cv_cflags__Werror=yes
14650 else
14651 ac_cv_cflags__Werror=no
14653 rm -f core conftest.err conftest.$ac_objext \
14654 conftest$ac_exeext conftest.$ac_ext
14655 CFLAGS=$ac_wine_try_cflags_saved
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14658 $as_echo "$ac_cv_cflags__Werror" >&6; }
14659 if test "x$ac_cv_cflags__Werror" = xyes; then :
14660 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14664 saved_CFLAGS="$CFLAGS"
14665 CFLAGS="$CFLAGS -Werror"
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14667 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14668 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14669 $as_echo_n "(cached) " >&6
14670 else
14671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14673 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14675 main ()
14679 return 0;
14681 _ACEOF
14682 if ac_fn_c_try_compile "$LINENO"; then :
14683 ac_cv_have_ms_hook_prologue="yes"
14684 else
14685 ac_cv_have_ms_hook_prologue="no"
14687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14690 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14691 CFLAGS="$saved_CFLAGS"
14692 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14693 then
14695 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14697 else
14698 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14705 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14706 if ${ac_cv_c_fortify_enabled+:} false; then :
14707 $as_echo_n "(cached) " >&6
14708 else
14709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14711 #include <string.h>
14713 main ()
14715 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14716 #error Fortify enabled
14717 #endif
14719 return 0;
14721 _ACEOF
14722 if ac_fn_c_try_compile "$LINENO"; then :
14723 ac_cv_c_fortify_enabled=no
14724 else
14725 ac_cv_c_fortify_enabled=yes
14727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14730 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14731 if test "$ac_cv_c_fortify_enabled" = yes
14732 then
14733 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14738 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14739 if ${ac_cv_c_extern_prefix+:} false; then :
14740 $as_echo_n "(cached) " >&6
14741 else
14742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14743 /* end confdefs.h. */
14744 extern int ac_test;
14746 main ()
14748 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14750 return 0;
14752 _ACEOF
14753 if ac_fn_c_try_link "$LINENO"; then :
14754 ac_cv_c_extern_prefix="yes"
14755 else
14756 ac_cv_c_extern_prefix="no"
14758 rm -f core conftest.err conftest.$ac_objext \
14759 conftest$ac_exeext conftest.$ac_ext
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14762 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14764 case $host_cpu in
14765 *i[3456789]86*)
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14767 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14768 if ${ac_cv_c_stdcall_suffix+:} false; then :
14769 $as_echo_n "(cached) " >&6
14770 else
14771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14772 /* end confdefs.h. */
14773 #ifndef _MSC_VER
14774 #define __stdcall __attribute__((__stdcall__))
14775 #endif
14776 int __stdcall ac_test(int i) { return i; }
14778 main ()
14780 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14782 return 0;
14784 _ACEOF
14785 if ac_fn_c_try_link "$LINENO"; then :
14786 ac_cv_c_stdcall_suffix="yes"
14787 else
14788 ac_cv_c_stdcall_suffix="no"
14790 rm -f core conftest.err conftest.$ac_objext \
14791 conftest$ac_exeext conftest.$ac_ext
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14794 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14795 *) ac_cv_c_stdcall_suffix="no" ;;
14796 esac
14799 if test "$ac_cv_c_extern_prefix" = "yes"
14800 then
14801 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14803 asm_name_prefix="_"
14804 else
14805 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14807 asm_name_prefix=""
14811 if test "$ac_cv_c_stdcall_suffix" = "yes"
14812 then
14813 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14815 else
14816 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14822 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14823 if ${ac_cv_asm_func_def+:} false; then :
14824 $as_echo_n "(cached) " >&6
14825 else
14826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14827 /* end confdefs.h. */
14830 main ()
14832 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14834 return 0;
14836 _ACEOF
14837 if ac_fn_c_try_link "$LINENO"; then :
14838 ac_cv_asm_func_def=".def"
14839 else
14840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14841 /* end confdefs.h. */
14844 main ()
14846 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14848 return 0;
14850 _ACEOF
14851 if ac_fn_c_try_link "$LINENO"; then :
14852 ac_cv_asm_func_def=".type @function"
14853 else
14854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14855 /* end confdefs.h. */
14858 main ()
14860 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14862 return 0;
14864 _ACEOF
14865 if ac_fn_c_try_link "$LINENO"; then :
14866 ac_cv_asm_func_def=".type 2"
14867 else
14868 ac_cv_asm_func_def="unknown"
14870 rm -f core conftest.err conftest.$ac_objext \
14871 conftest$ac_exeext conftest.$ac_ext
14873 rm -f core conftest.err conftest.$ac_objext \
14874 conftest$ac_exeext conftest.$ac_ext
14876 rm -f core conftest.err conftest.$ac_objext \
14877 conftest$ac_exeext conftest.$ac_ext
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14880 $as_echo "$ac_cv_asm_func_def" >&6; }
14883 case "$ac_cv_asm_func_def" in
14884 ".def")
14885 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14887 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14888 ".type @function")
14889 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14891 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14892 ".type 2")
14893 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14895 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14897 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14899 asm_func_header="" ;;
14900 esac
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14903 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14904 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14905 $as_echo_n "(cached) " >&6
14906 else
14907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14908 /* end confdefs.h. */
14909 asm(".text\n\t.long 0");
14911 main ()
14915 return 0;
14917 _ACEOF
14918 if ac_fn_c_try_compile "$LINENO"; then :
14919 ac_cv_c_asm_outside_funcs="yes"
14920 else
14921 ac_cv_c_asm_outside_funcs="no"
14923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14926 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14929 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14930 if ${ac_cv_c_dot_previous+:} false; then :
14931 $as_echo_n "(cached) " >&6
14932 else
14933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14934 /* end confdefs.h. */
14937 main ()
14939 asm(".text\nac_test:\t.long 0\n\t.previous");
14941 return 0;
14943 _ACEOF
14944 if ac_fn_c_try_link "$LINENO"; then :
14945 ac_cv_c_dot_previous="yes"
14946 else
14947 ac_cv_c_dot_previous="no"
14949 rm -f core conftest.err conftest.$ac_objext \
14950 conftest$ac_exeext conftest.$ac_ext
14952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14953 $as_echo "$ac_cv_c_dot_previous" >&6; }
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14956 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14957 if ${ac_cv_c_cfi_support+:} false; then :
14958 $as_echo_n "(cached) " >&6
14959 else
14960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14961 /* end confdefs.h. */
14962 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14964 main ()
14968 return 0;
14970 _ACEOF
14971 if ac_fn_c_try_compile "$LINENO"; then :
14972 ac_cv_c_cfi_support="yes"
14973 else
14974 ac_cv_c_cfi_support="no"
14976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14979 $as_echo "$ac_cv_c_cfi_support" >&6; }
14981 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14982 asm_func_trailer=""
14983 if test "$ac_cv_c_dot_previous" = "yes"
14984 then
14985 asm_func_trailer="\\n\\t.previous"
14987 if test "$ac_cv_c_cfi_support" = "yes"
14988 then
14989 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14990 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14992 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14994 UNWINDFLAGS=-fasynchronous-unwind-tables
14996 else
14997 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14999 if test "x$enable_win64" = "xyes"
15000 then
15001 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15005 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
15008 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15009 then
15010 cat >>confdefs.h <<_ACEOF
15011 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15012 _ACEOF
15014 else
15015 cat >>confdefs.h <<_ACEOF
15016 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15017 _ACEOF
15021 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15024 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15028 case $build_os in
15029 cygwin*|mingw32*) TOOLSEXT=".exe"
15031 esac
15033 case $host_os in
15034 linux*)
15035 case $host_cpu in
15036 *i[3456789]86*|x86_64*)
15037 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
15038 loader_programs="$loader_programs $wine_binary-preloader"
15039 as_fn_append LOADER_RULES "
15040 preloader_EXTRADEFS = $BUILTINFLAG
15041 ${wine_binary}_preloader_OBJS = preloader.o
15042 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
15043 " ;;
15044 esac
15046 esac
15047 as_fn_append LOADER_RULES "
15048 PROGRAMS = $loader_programs
15049 INSTALL_LIB = $loader_programs
15053 ac_save_CFLAGS="$CFLAGS"
15054 CFLAGS="$CFLAGS $BUILTINFLAG"
15055 for ac_func in \
15056 __res_get_state \
15057 __res_getservers \
15058 _finite \
15059 _isnan \
15060 _pclose \
15061 _popen \
15062 _snprintf \
15063 _spawnvp \
15064 _strdup \
15065 _stricmp \
15066 _strnicmp \
15067 _strtoi64 \
15068 _strtoui64 \
15069 _vsnprintf \
15070 asctime_r \
15071 chsize \
15072 dlopen \
15073 epoll_create \
15074 ffs \
15075 finitef \
15076 fnmatch \
15077 fork \
15078 fpclass \
15079 fstatfs \
15080 fstatvfs \
15081 ftruncate \
15082 futimens \
15083 futimes \
15084 futimesat \
15085 getattrlist \
15086 getdirentries \
15087 getopt_long_only \
15088 getpwuid \
15089 gettimeofday \
15090 getuid \
15091 if_nameindex \
15092 isnanf \
15093 kqueue \
15094 lstat \
15095 memmove \
15096 mmap \
15097 pclose \
15098 pipe2 \
15099 poll \
15100 popen \
15101 port_create \
15102 prctl \
15103 pread \
15104 proc_pidinfo \
15105 pwrite \
15106 readdir \
15107 readlink \
15108 sched_yield \
15109 select \
15110 setproctitle \
15111 setrlimit \
15112 settimeofday \
15113 sigaltstack \
15114 sigprocmask \
15115 snprintf \
15116 statfs \
15117 statvfs \
15118 strcasecmp \
15119 strdup \
15120 strerror \
15121 strncasecmp \
15122 strtold \
15123 strtoll \
15124 strtoull \
15125 symlink \
15126 tcdrain \
15127 thr_kill2 \
15128 timegm \
15129 usleep \
15130 vsnprintf
15132 do :
15133 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15134 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15135 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15136 cat >>confdefs.h <<_ACEOF
15137 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15138 _ACEOF
15141 done
15143 CFLAGS="$ac_save_CFLAGS"
15145 if test "$ac_cv_func_dlopen" = no
15146 then
15147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15148 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15149 if ${ac_cv_lib_dl_dlopen+:} false; then :
15150 $as_echo_n "(cached) " >&6
15151 else
15152 ac_check_lib_save_LIBS=$LIBS
15153 LIBS="-ldl $LIBS"
15154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15155 /* end confdefs.h. */
15157 /* Override any GCC internal prototype to avoid an error.
15158 Use char because int might match the return type of a GCC
15159 builtin and then its argument prototype would still apply. */
15160 #ifdef __cplusplus
15161 extern "C"
15162 #endif
15163 char dlopen ();
15165 main ()
15167 return dlopen ();
15169 return 0;
15171 _ACEOF
15172 if ac_fn_c_try_link "$LINENO"; then :
15173 ac_cv_lib_dl_dlopen=yes
15174 else
15175 ac_cv_lib_dl_dlopen=no
15177 rm -f core conftest.err conftest.$ac_objext \
15178 conftest$ac_exeext conftest.$ac_ext
15179 LIBS=$ac_check_lib_save_LIBS
15181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15182 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15183 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15184 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15185 DL_LIBS="-ldl"
15190 ac_wine_check_funcs_save_LIBS="$LIBS"
15191 LIBS="$LIBS $DL_LIBS"
15192 for ac_func in dladdr
15193 do :
15194 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15195 if test "x$ac_cv_func_dladdr" = xyes; then :
15196 cat >>confdefs.h <<_ACEOF
15197 #define HAVE_DLADDR 1
15198 _ACEOF
15201 done
15203 LIBS="$ac_wine_check_funcs_save_LIBS"
15205 if test "$ac_cv_func_poll" = no
15206 then
15207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15208 $as_echo_n "checking for poll in -lpoll... " >&6; }
15209 if ${ac_cv_lib_poll_poll+:} false; then :
15210 $as_echo_n "(cached) " >&6
15211 else
15212 ac_check_lib_save_LIBS=$LIBS
15213 LIBS="-lpoll $LIBS"
15214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15215 /* end confdefs.h. */
15217 /* Override any GCC internal prototype to avoid an error.
15218 Use char because int might match the return type of a GCC
15219 builtin and then its argument prototype would still apply. */
15220 #ifdef __cplusplus
15221 extern "C"
15222 #endif
15223 char poll ();
15225 main ()
15227 return poll ();
15229 return 0;
15231 _ACEOF
15232 if ac_fn_c_try_link "$LINENO"; then :
15233 ac_cv_lib_poll_poll=yes
15234 else
15235 ac_cv_lib_poll_poll=no
15237 rm -f core conftest.err conftest.$ac_objext \
15238 conftest$ac_exeext conftest.$ac_ext
15239 LIBS=$ac_check_lib_save_LIBS
15241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15242 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15243 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15244 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15245 POLL_LIBS="-lpoll"
15251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15252 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15253 if ${ac_cv_search_gethostbyname+:} false; then :
15254 $as_echo_n "(cached) " >&6
15255 else
15256 ac_func_search_save_LIBS=$LIBS
15257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15258 /* end confdefs.h. */
15260 /* Override any GCC internal prototype to avoid an error.
15261 Use char because int might match the return type of a GCC
15262 builtin and then its argument prototype would still apply. */
15263 #ifdef __cplusplus
15264 extern "C"
15265 #endif
15266 char gethostbyname ();
15268 main ()
15270 return gethostbyname ();
15272 return 0;
15274 _ACEOF
15275 for ac_lib in '' nsl; do
15276 if test -z "$ac_lib"; then
15277 ac_res="none required"
15278 else
15279 ac_res=-l$ac_lib
15280 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15282 if ac_fn_c_try_link "$LINENO"; then :
15283 ac_cv_search_gethostbyname=$ac_res
15285 rm -f core conftest.err conftest.$ac_objext \
15286 conftest$ac_exeext
15287 if ${ac_cv_search_gethostbyname+:} false; then :
15288 break
15290 done
15291 if ${ac_cv_search_gethostbyname+:} false; then :
15293 else
15294 ac_cv_search_gethostbyname=no
15296 rm conftest.$ac_ext
15297 LIBS=$ac_func_search_save_LIBS
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15300 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15301 ac_res=$ac_cv_search_gethostbyname
15302 if test "$ac_res" != no; then :
15303 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15309 $as_echo_n "checking for library containing connect... " >&6; }
15310 if ${ac_cv_search_connect+:} false; then :
15311 $as_echo_n "(cached) " >&6
15312 else
15313 ac_func_search_save_LIBS=$LIBS
15314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15315 /* end confdefs.h. */
15317 /* Override any GCC internal prototype to avoid an error.
15318 Use char because int might match the return type of a GCC
15319 builtin and then its argument prototype would still apply. */
15320 #ifdef __cplusplus
15321 extern "C"
15322 #endif
15323 char connect ();
15325 main ()
15327 return connect ();
15329 return 0;
15331 _ACEOF
15332 for ac_lib in '' socket; do
15333 if test -z "$ac_lib"; then
15334 ac_res="none required"
15335 else
15336 ac_res=-l$ac_lib
15337 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15339 if ac_fn_c_try_link "$LINENO"; then :
15340 ac_cv_search_connect=$ac_res
15342 rm -f core conftest.err conftest.$ac_objext \
15343 conftest$ac_exeext
15344 if ${ac_cv_search_connect+:} false; then :
15345 break
15347 done
15348 if ${ac_cv_search_connect+:} false; then :
15350 else
15351 ac_cv_search_connect=no
15353 rm conftest.$ac_ext
15354 LIBS=$ac_func_search_save_LIBS
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15357 $as_echo "$ac_cv_search_connect" >&6; }
15358 ac_res=$ac_cv_search_connect
15359 if test "$ac_res" != no; then :
15360 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15366 $as_echo_n "checking for library containing inet_aton... " >&6; }
15367 if ${ac_cv_search_inet_aton+:} false; then :
15368 $as_echo_n "(cached) " >&6
15369 else
15370 ac_func_search_save_LIBS=$LIBS
15371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15372 /* end confdefs.h. */
15374 /* Override any GCC internal prototype to avoid an error.
15375 Use char because int might match the return type of a GCC
15376 builtin and then its argument prototype would still apply. */
15377 #ifdef __cplusplus
15378 extern "C"
15379 #endif
15380 char inet_aton ();
15382 main ()
15384 return inet_aton ();
15386 return 0;
15388 _ACEOF
15389 for ac_lib in '' resolv; do
15390 if test -z "$ac_lib"; then
15391 ac_res="none required"
15392 else
15393 ac_res=-l$ac_lib
15394 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15396 if ac_fn_c_try_link "$LINENO"; then :
15397 ac_cv_search_inet_aton=$ac_res
15399 rm -f core conftest.err conftest.$ac_objext \
15400 conftest$ac_exeext
15401 if ${ac_cv_search_inet_aton+:} false; then :
15402 break
15404 done
15405 if ${ac_cv_search_inet_aton+:} false; then :
15407 else
15408 ac_cv_search_inet_aton=no
15410 rm conftest.$ac_ext
15411 LIBS=$ac_func_search_save_LIBS
15413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15414 $as_echo "$ac_cv_search_inet_aton" >&6; }
15415 ac_res=$ac_cv_search_inet_aton
15416 if test "$ac_res" != no; then :
15417 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15422 for ac_func in \
15423 getaddrinfo \
15424 getnameinfo \
15425 getnetbyname \
15426 getprotobyname \
15427 getprotobynumber \
15428 getservbyport \
15429 inet_addr \
15430 inet_network \
15431 inet_ntop \
15432 inet_pton \
15433 sendmsg \
15434 socketpair \
15436 do :
15437 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15438 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15439 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15440 cat >>confdefs.h <<_ACEOF
15441 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15442 _ACEOF
15445 done
15448 ac_save_LIBS=$LIBS
15449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15450 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15451 if ${ac_cv_search_clock_gettime+:} false; then :
15452 $as_echo_n "(cached) " >&6
15453 else
15454 ac_func_search_save_LIBS=$LIBS
15455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15456 /* end confdefs.h. */
15458 /* Override any GCC internal prototype to avoid an error.
15459 Use char because int might match the return type of a GCC
15460 builtin and then its argument prototype would still apply. */
15461 #ifdef __cplusplus
15462 extern "C"
15463 #endif
15464 char clock_gettime ();
15466 main ()
15468 return clock_gettime ();
15470 return 0;
15472 _ACEOF
15473 for ac_lib in '' rt; do
15474 if test -z "$ac_lib"; then
15475 ac_res="none required"
15476 else
15477 ac_res=-l$ac_lib
15478 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15480 if ac_fn_c_try_link "$LINENO"; then :
15481 ac_cv_search_clock_gettime=$ac_res
15483 rm -f core conftest.err conftest.$ac_objext \
15484 conftest$ac_exeext
15485 if ${ac_cv_search_clock_gettime+:} false; then :
15486 break
15488 done
15489 if ${ac_cv_search_clock_gettime+:} false; then :
15491 else
15492 ac_cv_search_clock_gettime=no
15494 rm conftest.$ac_ext
15495 LIBS=$ac_func_search_save_LIBS
15497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15498 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15499 ac_res=$ac_cv_search_clock_gettime
15500 if test "$ac_res" != no; then :
15501 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15503 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15505 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15509 LIBS=$ac_save_LIBS
15511 LDAP_LIBS=""
15513 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15514 then
15515 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15517 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15519 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15520 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15521 $as_echo_n "(cached) " >&6
15522 else
15523 ac_check_lib_save_LIBS=$LIBS
15524 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15526 /* end confdefs.h. */
15528 /* Override any GCC internal prototype to avoid an error.
15529 Use char because int might match the return type of a GCC
15530 builtin and then its argument prototype would still apply. */
15531 #ifdef __cplusplus
15532 extern "C"
15533 #endif
15534 char ldap_initialize ();
15536 main ()
15538 return ldap_initialize ();
15540 return 0;
15542 _ACEOF
15543 if ac_fn_c_try_link "$LINENO"; then :
15544 ac_cv_lib_ldap_r_ldap_initialize=yes
15545 else
15546 ac_cv_lib_ldap_r_ldap_initialize=no
15548 rm -f core conftest.err conftest.$ac_objext \
15549 conftest$ac_exeext conftest.$ac_ext
15550 LIBS=$ac_check_lib_save_LIBS
15552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15553 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15554 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15556 $as_echo_n "checking for ber_init in -llber... " >&6; }
15557 if ${ac_cv_lib_lber_ber_init+:} false; then :
15558 $as_echo_n "(cached) " >&6
15559 else
15560 ac_check_lib_save_LIBS=$LIBS
15561 LIBS="-llber $PTHREAD_LIBS $LIBS"
15562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15563 /* end confdefs.h. */
15565 /* Override any GCC internal prototype to avoid an error.
15566 Use char because int might match the return type of a GCC
15567 builtin and then its argument prototype would still apply. */
15568 #ifdef __cplusplus
15569 extern "C"
15570 #endif
15571 char ber_init ();
15573 main ()
15575 return ber_init ();
15577 return 0;
15579 _ACEOF
15580 if ac_fn_c_try_link "$LINENO"; then :
15581 ac_cv_lib_lber_ber_init=yes
15582 else
15583 ac_cv_lib_lber_ber_init=no
15585 rm -f core conftest.err conftest.$ac_objext \
15586 conftest$ac_exeext conftest.$ac_ext
15587 LIBS=$ac_check_lib_save_LIBS
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15590 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15591 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15593 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15595 LDAP_LIBS="-lldap_r -llber"
15602 ac_wine_check_funcs_save_LIBS="$LIBS"
15603 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15604 for ac_func in \
15605 ldap_count_references \
15606 ldap_first_reference \
15607 ldap_next_reference \
15608 ldap_parse_reference \
15609 ldap_parse_sort_control \
15610 ldap_parse_sortresponse_control \
15611 ldap_parse_vlv_control \
15612 ldap_parse_vlvresponse_control
15613 do :
15614 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15615 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15616 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15617 cat >>confdefs.h <<_ACEOF
15618 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15619 _ACEOF
15622 done
15624 LIBS="$ac_wine_check_funcs_save_LIBS"
15626 if test "x$LDAP_LIBS" = "x"; then :
15627 case "x$with_ldap" in
15628 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15629 xno) ;;
15630 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15631 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15632 esac
15635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15636 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15637 if ${wine_cv_one_arg_mkdir+:} false; then :
15638 $as_echo_n "(cached) " >&6
15639 else
15640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15641 /* end confdefs.h. */
15642 #include <sys/stat.h>
15644 main ()
15646 mkdir("foo");
15648 return 0;
15650 _ACEOF
15651 if ac_fn_c_try_compile "$LINENO"; then :
15652 wine_cv_one_arg_mkdir=yes
15653 else
15654 wine_cv_one_arg_mkdir=no
15656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15659 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15660 if test "$wine_cv_one_arg_mkdir" = "yes"
15661 then
15663 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15668 $as_echo_n "checking for sched_setaffinity... " >&6; }
15669 if ${wine_cv_have_sched_setaffinity+:} false; then :
15670 $as_echo_n "(cached) " >&6
15671 else
15672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15673 /* end confdefs.h. */
15674 #define _GNU_SOURCE
15675 #include <sched.h>
15677 main ()
15679 sched_setaffinity(0, 0, 0);
15681 return 0;
15683 _ACEOF
15684 if ac_fn_c_try_link "$LINENO"; then :
15685 wine_cv_have_sched_setaffinity=yes
15686 else
15687 wine_cv_have_sched_setaffinity=no
15689 rm -f core conftest.err conftest.$ac_objext \
15690 conftest$ac_exeext conftest.$ac_ext
15692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15693 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15694 if test "$wine_cv_have_sched_setaffinity" = "yes"
15695 then
15697 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15702 $as_echo_n "checking for fallocate... " >&6; }
15703 if ${wine_cv_have_fallocate+:} false; then :
15704 $as_echo_n "(cached) " >&6
15705 else
15706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15707 /* end confdefs.h. */
15708 #define _GNU_SOURCE
15709 #include <fcntl.h>
15711 main ()
15713 fallocate(-1, 0, 0, 0);
15715 return 0;
15717 _ACEOF
15718 if ac_fn_c_try_link "$LINENO"; then :
15719 wine_cv_have_fallocate=yes
15720 else
15721 wine_cv_have_fallocate=no
15723 rm -f core conftest.err conftest.$ac_objext \
15724 conftest$ac_exeext conftest.$ac_ext
15726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15727 $as_echo "$wine_cv_have_fallocate" >&6; }
15728 if test "$wine_cv_have_fallocate" = "yes"
15729 then
15731 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15737 $as_echo_n "checking for inline... " >&6; }
15738 if ${ac_cv_c_inline+:} false; then :
15739 $as_echo_n "(cached) " >&6
15740 else
15741 ac_cv_c_inline=no
15742 for ac_kw in inline __inline__ __inline; do
15743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15744 /* end confdefs.h. */
15745 #ifndef __cplusplus
15746 typedef int foo_t;
15747 static $ac_kw foo_t static_foo () {return 0; }
15748 $ac_kw foo_t foo () {return 0; }
15749 #endif
15751 _ACEOF
15752 if ac_fn_c_try_compile "$LINENO"; then :
15753 ac_cv_c_inline=$ac_kw
15755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15756 test "$ac_cv_c_inline" != no && break
15757 done
15760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15761 $as_echo "$ac_cv_c_inline" >&6; }
15763 case $ac_cv_c_inline in
15764 inline | yes) ;;
15766 case $ac_cv_c_inline in
15767 no) ac_val=;;
15768 *) ac_val=$ac_cv_c_inline;;
15769 esac
15770 cat >>confdefs.h <<_ACEOF
15771 #ifndef __cplusplus
15772 #define inline $ac_val
15773 #endif
15774 _ACEOF
15776 esac
15778 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15779 if test "x$ac_cv_type_mode_t" = xyes; then :
15781 cat >>confdefs.h <<_ACEOF
15782 #define HAVE_MODE_T 1
15783 _ACEOF
15787 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15788 if test "x$ac_cv_type_off_t" = xyes; then :
15790 cat >>confdefs.h <<_ACEOF
15791 #define HAVE_OFF_T 1
15792 _ACEOF
15796 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15797 if test "x$ac_cv_type_pid_t" = xyes; then :
15799 cat >>confdefs.h <<_ACEOF
15800 #define HAVE_PID_T 1
15801 _ACEOF
15805 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15806 if test "x$ac_cv_type_size_t" = xyes; then :
15808 cat >>confdefs.h <<_ACEOF
15809 #define HAVE_SIZE_T 1
15810 _ACEOF
15814 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15815 if test "x$ac_cv_type_ssize_t" = xyes; then :
15817 cat >>confdefs.h <<_ACEOF
15818 #define HAVE_SSIZE_T 1
15819 _ACEOF
15823 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15824 if test "x$ac_cv_type_long_long" = xyes; then :
15826 cat >>confdefs.h <<_ACEOF
15827 #define HAVE_LONG_LONG 1
15828 _ACEOF
15832 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15833 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15835 cat >>confdefs.h <<_ACEOF
15836 #define HAVE_FSBLKCNT_T 1
15837 _ACEOF
15841 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15842 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15844 cat >>confdefs.h <<_ACEOF
15845 #define HAVE_FSFILCNT_T 1
15846 _ACEOF
15851 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15852 #include <signal.h>
15854 if test "x$ac_cv_type_sigset_t" = xyes; then :
15856 cat >>confdefs.h <<_ACEOF
15857 #define HAVE_SIGSET_T 1
15858 _ACEOF
15863 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15865 if test "x$ac_cv_type_request_sense" = xyes; then :
15867 cat >>confdefs.h <<_ACEOF
15868 #define HAVE_REQUEST_SENSE 1
15869 _ACEOF
15875 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15876 #ifdef HAVE_SYS_SOCKET_H
15877 #include <sys/socket.h>
15878 #endif
15879 #ifdef HAVE_SYS_SOCKETVAR_H
15880 #include <sys/socketvar.h>
15881 #endif
15882 #ifdef HAVE_NET_ROUTE_H
15883 #include <net/route.h>
15884 #endif
15885 #ifdef HAVE_NETINET_IN_H
15886 #include <netinet/in.h>
15887 #endif
15888 #ifdef HAVE_NETINET_IN_SYSTM_H
15889 #include <netinet/in_systm.h>
15890 #endif
15891 #ifdef HAVE_NETINET_IP_H
15892 #include <netinet/ip.h>
15893 #endif
15894 #ifdef HAVE_NETINET_IN_PCB_H
15895 #include <netinet/in_pcb.h>
15896 #endif
15898 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15900 cat >>confdefs.h <<_ACEOF
15901 #define HAVE_STRUCT_XINPGEN 1
15902 _ACEOF
15908 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15909 #include <link.h>
15910 #endif
15911 #ifdef HAVE_SYS_LINK_H
15912 #include <sys/link.h>
15913 #endif
15915 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15917 cat >>confdefs.h <<_ACEOF
15918 #define HAVE_STRUCT_R_DEBUG 1
15919 _ACEOF
15923 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15924 #include <link.h>
15925 #endif
15926 #ifdef HAVE_SYS_LINK_H
15927 #include <sys/link.h>
15928 #endif
15930 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15932 cat >>confdefs.h <<_ACEOF
15933 #define HAVE_STRUCT_LINK_MAP 1
15934 _ACEOF
15940 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15941 #include <linux/input.h>
15942 #endif
15944 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15946 cat >>confdefs.h <<_ACEOF
15947 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15948 _ACEOF
15954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15955 $as_echo_n "checking for sigaddset... " >&6; }
15956 if ${wine_cv_have_sigaddset+:} false; then :
15957 $as_echo_n "(cached) " >&6
15958 else
15959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15960 /* end confdefs.h. */
15961 #include <signal.h>
15963 main ()
15965 sigset_t set; sigaddset(&set,SIGTERM);
15967 return 0;
15969 _ACEOF
15970 if ac_fn_c_try_link "$LINENO"; then :
15971 wine_cv_have_sigaddset=yes
15972 else
15973 wine_cv_have_sigaddset=no
15975 rm -f core conftest.err conftest.$ac_objext \
15976 conftest$ac_exeext conftest.$ac_ext
15978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15979 $as_echo "$wine_cv_have_sigaddset" >&6; }
15980 if test "$wine_cv_have_sigaddset" = "yes"
15981 then
15983 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15989 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15990 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15991 $as_echo_n "(cached) " >&6
15992 else
15993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15994 /* end confdefs.h. */
15995 #include <netdb.h>
15997 main ()
16000 char *name=0;
16001 struct hostent he;
16002 struct hostent *result;
16003 char *buf=0;
16004 int bufsize=0;
16005 int errnr;
16006 char *addr=0;
16007 int addrlen=0;
16008 int addrtype=0;
16009 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16010 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16013 return 0;
16015 _ACEOF
16016 if ac_fn_c_try_link "$LINENO"; then :
16017 wine_cv_linux_gethostbyname_r_6=yes
16018 else
16019 wine_cv_linux_gethostbyname_r_6=no
16022 rm -f core conftest.err conftest.$ac_objext \
16023 conftest$ac_exeext conftest.$ac_ext
16026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16027 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16028 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16029 then
16031 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16035 if test "$ac_cv_header_linux_joystick_h" = "yes"
16036 then
16037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16038 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16039 if ${wine_cv_linux_joystick_22_api+:} false; then :
16040 $as_echo_n "(cached) " >&6
16041 else
16042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16043 /* end confdefs.h. */
16045 #include <sys/ioctl.h>
16046 #include <sys/types.h>
16047 #include <linux/joystick.h>
16049 struct js_event blub;
16050 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16051 #error "no 2.2 header"
16052 #endif
16055 main ()
16057 /*empty*/
16059 return 0;
16061 _ACEOF
16062 if ac_fn_c_try_compile "$LINENO"; then :
16063 wine_cv_linux_joystick_22_api=yes
16064 else
16065 wine_cv_linux_joystick_22_api=no
16067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16071 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16072 if test "$wine_cv_linux_joystick_22_api" = "yes"
16073 then
16075 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16081 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16082 #ifdef HAVE_SYS_PARAM_H
16083 # include <sys/param.h>
16084 #endif
16085 #ifdef HAVE_SYS_MOUNT_H
16086 # include <sys/mount.h>
16087 #endif
16088 #ifdef HAVE_SYS_VFS_H
16089 # include <sys/vfs.h>
16090 #endif
16091 #ifdef HAVE_SYS_STATFS_H
16092 # include <sys/statfs.h>
16093 #endif
16095 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16097 cat >>confdefs.h <<_ACEOF
16098 #define HAVE_STRUCT_STATFS_F_BFREE 1
16099 _ACEOF
16103 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16104 #ifdef HAVE_SYS_PARAM_H
16105 # include <sys/param.h>
16106 #endif
16107 #ifdef HAVE_SYS_MOUNT_H
16108 # include <sys/mount.h>
16109 #endif
16110 #ifdef HAVE_SYS_VFS_H
16111 # include <sys/vfs.h>
16112 #endif
16113 #ifdef HAVE_SYS_STATFS_H
16114 # include <sys/statfs.h>
16115 #endif
16117 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16119 cat >>confdefs.h <<_ACEOF
16120 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16121 _ACEOF
16125 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16126 #ifdef HAVE_SYS_PARAM_H
16127 # include <sys/param.h>
16128 #endif
16129 #ifdef HAVE_SYS_MOUNT_H
16130 # include <sys/mount.h>
16131 #endif
16132 #ifdef HAVE_SYS_VFS_H
16133 # include <sys/vfs.h>
16134 #endif
16135 #ifdef HAVE_SYS_STATFS_H
16136 # include <sys/statfs.h>
16137 #endif
16139 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16141 cat >>confdefs.h <<_ACEOF
16142 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16143 _ACEOF
16147 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16148 #ifdef HAVE_SYS_PARAM_H
16149 # include <sys/param.h>
16150 #endif
16151 #ifdef HAVE_SYS_MOUNT_H
16152 # include <sys/mount.h>
16153 #endif
16154 #ifdef HAVE_SYS_VFS_H
16155 # include <sys/vfs.h>
16156 #endif
16157 #ifdef HAVE_SYS_STATFS_H
16158 # include <sys/statfs.h>
16159 #endif
16161 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16163 cat >>confdefs.h <<_ACEOF
16164 #define HAVE_STRUCT_STATFS_F_FFREE 1
16165 _ACEOF
16169 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16170 #ifdef HAVE_SYS_PARAM_H
16171 # include <sys/param.h>
16172 #endif
16173 #ifdef HAVE_SYS_MOUNT_H
16174 # include <sys/mount.h>
16175 #endif
16176 #ifdef HAVE_SYS_VFS_H
16177 # include <sys/vfs.h>
16178 #endif
16179 #ifdef HAVE_SYS_STATFS_H
16180 # include <sys/statfs.h>
16181 #endif
16183 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16185 cat >>confdefs.h <<_ACEOF
16186 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16187 _ACEOF
16191 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16192 #ifdef HAVE_SYS_PARAM_H
16193 # include <sys/param.h>
16194 #endif
16195 #ifdef HAVE_SYS_MOUNT_H
16196 # include <sys/mount.h>
16197 #endif
16198 #ifdef HAVE_SYS_VFS_H
16199 # include <sys/vfs.h>
16200 #endif
16201 #ifdef HAVE_SYS_STATFS_H
16202 # include <sys/statfs.h>
16203 #endif
16205 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16207 cat >>confdefs.h <<_ACEOF
16208 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16209 _ACEOF
16215 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16216 #include <sys/statvfs.h>
16217 #endif
16219 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16221 cat >>confdefs.h <<_ACEOF
16222 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16223 _ACEOF
16229 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16230 #include <dirent.h>
16231 #endif
16233 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16235 cat >>confdefs.h <<_ACEOF
16236 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16237 _ACEOF
16243 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16244 #ifdef HAVE_SYS_SOCKET_H
16245 # include <sys/socket.h>
16246 #endif
16247 #ifdef HAVE_SYS_UN_H
16248 # include <sys/un.h>
16249 #endif
16251 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16253 cat >>confdefs.h <<_ACEOF
16254 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16255 _ACEOF
16259 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16260 #ifdef HAVE_SYS_SOCKET_H
16261 # include <sys/socket.h>
16262 #endif
16263 #ifdef HAVE_SYS_UN_H
16264 # include <sys/un.h>
16265 #endif
16267 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16269 cat >>confdefs.h <<_ACEOF
16270 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16271 _ACEOF
16275 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16276 #ifdef HAVE_SYS_SOCKET_H
16277 # include <sys/socket.h>
16278 #endif
16279 #ifdef HAVE_SYS_UN_H
16280 # include <sys/un.h>
16281 #endif
16283 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16285 cat >>confdefs.h <<_ACEOF
16286 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16287 _ACEOF
16293 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16294 #ifdef HAVE_SCSI_SG_H
16295 #include <scsi/sg.h>
16296 #endif
16298 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16300 cat >>confdefs.h <<_ACEOF
16301 #define HAVE_SCSIREQ_T_CMD 1
16302 _ACEOF
16306 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>
16307 #ifdef HAVE_SCSI_SG_H
16308 #include <scsi/sg.h>
16309 #endif
16311 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16313 cat >>confdefs.h <<_ACEOF
16314 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16315 _ACEOF
16321 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16323 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16325 cat >>confdefs.h <<_ACEOF
16326 #define HAVE_SIGINFO_T_SI_FD 1
16327 _ACEOF
16333 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16334 #ifdef HAVE_SYS_MTIO_H
16335 #include <sys/mtio.h>
16336 #endif
16338 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16340 cat >>confdefs.h <<_ACEOF
16341 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16342 _ACEOF
16346 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16347 #ifdef HAVE_SYS_MTIO_H
16348 #include <sys/mtio.h>
16349 #endif
16351 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16353 cat >>confdefs.h <<_ACEOF
16354 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16355 _ACEOF
16359 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16360 #ifdef HAVE_SYS_MTIO_H
16361 #include <sys/mtio.h>
16362 #endif
16364 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16366 cat >>confdefs.h <<_ACEOF
16367 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16368 _ACEOF
16374 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16375 #include <getopt.h>
16376 #endif
16378 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16380 cat >>confdefs.h <<_ACEOF
16381 #define HAVE_STRUCT_OPTION_NAME 1
16382 _ACEOF
16388 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16389 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16391 cat >>confdefs.h <<_ACEOF
16392 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16393 _ACEOF
16397 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16398 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16400 cat >>confdefs.h <<_ACEOF
16401 #define HAVE_STRUCT_STAT_ST_MTIM 1
16402 _ACEOF
16406 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16407 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16409 cat >>confdefs.h <<_ACEOF
16410 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16411 _ACEOF
16415 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16416 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16418 cat >>confdefs.h <<_ACEOF
16419 #define HAVE_STRUCT_STAT_ST_CTIM 1
16420 _ACEOF
16424 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16425 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16427 cat >>confdefs.h <<_ACEOF
16428 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16429 _ACEOF
16433 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16434 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16436 cat >>confdefs.h <<_ACEOF
16437 #define HAVE_STRUCT_STAT_ST_ATIM 1
16438 _ACEOF
16442 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16443 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16445 cat >>confdefs.h <<_ACEOF
16446 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16447 _ACEOF
16451 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16452 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16454 cat >>confdefs.h <<_ACEOF
16455 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16456 _ACEOF
16460 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16461 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16463 cat >>confdefs.h <<_ACEOF
16464 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16465 _ACEOF
16469 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16470 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16472 cat >>confdefs.h <<_ACEOF
16473 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16474 _ACEOF
16478 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16479 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16481 cat >>confdefs.h <<_ACEOF
16482 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16483 _ACEOF
16487 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16488 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16490 cat >>confdefs.h <<_ACEOF
16491 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16492 _ACEOF
16498 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
16499 #include <sys/types.h>
16500 #endif
16501 #ifdef HAVE_NETINET_IN_H
16502 #include <netinet/in.h>
16503 #endif
16505 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16507 cat >>confdefs.h <<_ACEOF
16508 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16509 _ACEOF
16515 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16516 #include <resolv.h>
16517 #endif
16519 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16521 cat >>confdefs.h <<_ACEOF
16522 #define HAVE_STRUCT___RES_STATE 1
16523 _ACEOF
16529 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
16530 #include <resolv.h>
16531 #endif
16533 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16535 cat >>confdefs.h <<_ACEOF
16536 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16537 _ACEOF
16543 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16544 #include <sys/types.h>
16545 #endif
16546 #ifdef HAVE_NETINET_IN_H
16547 # include <netinet/in.h>
16548 #endif
16549 #ifdef HAVE_ARPA_NAMESER_H
16550 # include <arpa/nameser.h>
16551 #endif
16553 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16555 cat >>confdefs.h <<_ACEOF
16556 #define HAVE_NS_MSG__MSG_PTR 1
16557 _ACEOF
16563 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16564 #include <sys/types.h>
16565 #endif
16566 #ifdef HAVE_NETINET_IP_H
16567 #include <netinet/ip.h>
16568 #endif
16569 #ifdef HAVE_NETINET_IP_ICMP_H
16570 #include <netinet/ip_icmp.h>
16571 #endif
16572 #ifdef HAVE_NETINET_ICMP_VAR_H
16573 #include <netinet/icmp_var.h>
16574 #endif
16576 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16578 cat >>confdefs.h <<_ACEOF
16579 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16580 _ACEOF
16586 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16587 #include <sys/types.h>
16588 #endif
16589 #ifdef HAVE_ALIAS_H
16590 #include <alias.h>
16591 #endif
16592 #ifdef HAVE_SYS_SOCKET_H
16593 #include <sys/socket.h>
16594 #endif
16595 #ifdef HAVE_SYS_SOCKETVAR_H
16596 #include <sys/socketvar.h>
16597 #endif
16598 #ifdef HAVE_SYS_TIMEOUT_H
16599 #include <sys/timeout.h>
16600 #endif
16601 #ifdef HAVE_NETINET_IN_H
16602 #include <netinet/in.h>
16603 #endif
16604 #ifdef HAVE_NETINET_IN_SYSTM_H
16605 #include <netinet/in_systm.h>
16606 #endif
16607 #ifdef HAVE_NETINET_IP_H
16608 #include <netinet/ip.h>
16609 #endif
16610 #ifdef HAVE_NETINET_IP_VAR_H
16611 #include <netinet/ip_var.h>
16612 #endif
16613 #ifdef HAVE_NETINET_IP_ICMP_H
16614 #include <netinet/ip_icmp.h>
16615 #endif
16616 #ifdef HAVE_NETINET_ICMP_VAR_H
16617 #include <netinet/icmp_var.h>
16618 #endif
16620 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16622 cat >>confdefs.h <<_ACEOF
16623 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16624 _ACEOF
16630 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16631 #include <sys/types.h>
16632 #endif
16633 #ifdef HAVE_SYS_SOCKETVAR_H
16634 #include <sys/socketvar.h>
16635 #endif
16636 #ifdef HAVE_NETINET_IN_H
16637 #include <netinet/in.h>
16638 #endif
16639 #ifdef HAVE_NETINET_IP_VAR_H
16640 #include <netinet/ip_var.h>
16641 #endif
16643 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16645 cat >>confdefs.h <<_ACEOF
16646 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16647 _ACEOF
16653 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
16654 #include <netinet/ip_var.h>
16655 #endif
16657 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16659 cat >>confdefs.h <<_ACEOF
16660 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16661 _ACEOF
16667 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16668 #include <sys/types.h>
16669 #endif
16670 #ifdef HAVE_SYS_SOCKETVAR_H
16671 #include <sys/socketvar.h>
16672 #endif
16673 #ifdef HAVE_NETINET_IN_H
16674 #include <netinet/in.h>
16675 #endif
16676 #ifdef HAVE_NETINET_TCP_H
16677 #include <netinet/tcp.h>
16678 #endif
16679 #ifdef HAVE_NETINET_TCP_VAR_H
16680 #include <netinet/tcp_var.h>
16681 #endif
16683 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16685 cat >>confdefs.h <<_ACEOF
16686 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16687 _ACEOF
16693 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
16694 #include <netinet/tcp_var.h>
16695 #endif
16697 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16699 cat >>confdefs.h <<_ACEOF
16700 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16701 _ACEOF
16707 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16708 #include <sys/types.h>
16709 #endif
16710 #ifdef HAVE_NETINET_IN_H
16711 #include <netinet/in.h>
16712 #endif
16713 #ifdef HAVE_NETINET_IP_VAR_H
16714 #include <netinet/ip_var.h>
16715 #endif
16716 #ifdef HAVE_NETINET_UDP_H
16717 #include <netinet/udp.h>
16718 #endif
16719 #ifdef HAVE_NETINET_UDP_VAR_H
16720 #include <netinet/udp_var.h>
16721 #endif
16723 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16725 cat >>confdefs.h <<_ACEOF
16726 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16727 _ACEOF
16733 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16734 #include <sys/types.h>
16735 #endif
16736 #ifdef HAVE_NET_IF_H
16737 # include <net/if.h>
16738 #endif
16740 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16742 cat >>confdefs.h <<_ACEOF
16743 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16744 _ACEOF
16750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16751 $as_echo_n "checking for timezone variable... " >&6; }
16752 if ${ac_cv_have_timezone+:} false; then :
16753 $as_echo_n "(cached) " >&6
16754 else
16755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16756 /* end confdefs.h. */
16757 #include <time.h>
16759 main ()
16761 timezone = 1
16763 return 0;
16765 _ACEOF
16766 if ac_fn_c_try_link "$LINENO"; then :
16767 ac_cv_have_timezone="yes"
16768 else
16769 ac_cv_have_timezone="no"
16771 rm -f core conftest.err conftest.$ac_objext \
16772 conftest$ac_exeext conftest.$ac_ext
16774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16775 $as_echo "$ac_cv_have_timezone" >&6; }
16776 if test "$ac_cv_have_timezone" = "yes"
16777 then
16779 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16783 $as_echo_n "checking for daylight variable... " >&6; }
16784 if ${ac_cv_have_daylight+:} false; then :
16785 $as_echo_n "(cached) " >&6
16786 else
16787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16788 /* end confdefs.h. */
16789 #include <time.h>
16791 main ()
16793 daylight = 1
16795 return 0;
16797 _ACEOF
16798 if ac_fn_c_try_link "$LINENO"; then :
16799 ac_cv_have_daylight="yes"
16800 else
16801 ac_cv_have_daylight="no"
16803 rm -f core conftest.err conftest.$ac_objext \
16804 conftest$ac_exeext conftest.$ac_ext
16806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16807 $as_echo "$ac_cv_have_daylight" >&6; }
16808 if test "$ac_cv_have_daylight" = "yes"
16809 then
16811 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16815 ac_save_LIBS="$LIBS"
16816 LIBS="$LIBS -lm"
16817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16818 $as_echo_n "checking for isfinite... " >&6; }
16819 if ${ac_cv_have_isfinite+:} false; then :
16820 $as_echo_n "(cached) " >&6
16821 else
16822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16823 /* end confdefs.h. */
16824 #define _GNU_SOURCE
16825 #include <math.h>
16827 main ()
16829 float f = 0.0; return isfinite(f)
16831 return 0;
16833 _ACEOF
16834 if ac_fn_c_try_link "$LINENO"; then :
16835 ac_cv_have_isfinite="yes"
16836 else
16837 ac_cv_have_isfinite="no"
16839 rm -f core conftest.err conftest.$ac_objext \
16840 conftest$ac_exeext conftest.$ac_ext
16842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16843 $as_echo "$ac_cv_have_isfinite" >&6; }
16844 if test "$ac_cv_have_isfinite" = "yes"
16845 then
16847 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16852 $as_echo_n "checking for isinf... " >&6; }
16853 if ${ac_cv_have_isinf+:} false; then :
16854 $as_echo_n "(cached) " >&6
16855 else
16856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16857 /* end confdefs.h. */
16858 #include <math.h>
16860 main ()
16862 float f = 0.0; return isinf(f)
16864 return 0;
16866 _ACEOF
16867 if ac_fn_c_try_link "$LINENO"; then :
16868 ac_cv_have_isinf="yes"
16869 else
16870 ac_cv_have_isinf="no"
16872 rm -f core conftest.err conftest.$ac_objext \
16873 conftest$ac_exeext conftest.$ac_ext
16875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16876 $as_echo "$ac_cv_have_isinf" >&6; }
16877 if test "$ac_cv_have_isinf" = "yes"
16878 then
16880 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16885 $as_echo_n "checking for isnan... " >&6; }
16886 if ${ac_cv_have_isnan+:} false; then :
16887 $as_echo_n "(cached) " >&6
16888 else
16889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16890 /* end confdefs.h. */
16891 #include <math.h>
16893 main ()
16895 float f = 0.0; return isnan(f)
16897 return 0;
16899 _ACEOF
16900 if ac_fn_c_try_link "$LINENO"; then :
16901 ac_cv_have_isnan="yes"
16902 else
16903 ac_cv_have_isnan="no"
16905 rm -f core conftest.err conftest.$ac_objext \
16906 conftest$ac_exeext conftest.$ac_ext
16908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16909 $as_echo "$ac_cv_have_isnan" >&6; }
16910 if test "$ac_cv_have_isnan" = "yes"
16911 then
16913 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16917 for ac_func in \
16918 cbrt \
16919 cbrtf \
16920 erf \
16921 erff \
16922 exp2 \
16923 exp2f \
16924 llrint \
16925 llrintf \
16926 llround \
16927 llroundf \
16928 log2 \
16929 log2f \
16930 lrint \
16931 lrintf \
16932 lround \
16933 lroundf \
16934 rint \
16935 rintf \
16936 round \
16937 roundf \
16938 trunc \
16939 truncf
16941 do :
16942 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16943 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16944 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16945 cat >>confdefs.h <<_ACEOF
16946 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16947 _ACEOF
16950 done
16952 LIBS="$ac_save_LIBS"
16954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16955 $as_echo_n "checking for __builtin_clz... " >&6; }
16956 if ${ac_cv_have___builtin_clz+:} false; then :
16957 $as_echo_n "(cached) " >&6
16958 else
16959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16960 /* end confdefs.h. */
16963 main ()
16965 return __builtin_clz(1)
16967 return 0;
16969 _ACEOF
16970 if ac_fn_c_try_link "$LINENO"; then :
16971 ac_cv_have___builtin_clz="yes"
16972 else
16973 ac_cv_have___builtin_clz="no"
16975 rm -f core conftest.err conftest.$ac_objext \
16976 conftest$ac_exeext conftest.$ac_ext
16978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16979 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16980 if test "$ac_cv_have___builtin_clz" = "yes"
16981 then
16983 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16988 case $host_cpu in
16989 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16990 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16991 if ${ac_cv_cpp_def___i386__+:} false; then :
16992 $as_echo_n "(cached) " >&6
16993 else
16994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16995 /* end confdefs.h. */
16996 #ifndef __i386__
16998 #endif
16999 _ACEOF
17000 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17001 $EGREP "yes" >/dev/null 2>&1; then :
17002 ac_cv_cpp_def___i386__=yes
17003 else
17004 ac_cv_cpp_def___i386__=no
17006 rm -f conftest*
17009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17010 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17011 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
17012 CFLAGS="$CFLAGS -D__i386__"
17013 LINTFLAGS="$LINTFLAGS -D__i386__"
17014 fi ;;
17015 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17016 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17017 if ${ac_cv_cpp_def___x86_64__+:} false; then :
17018 $as_echo_n "(cached) " >&6
17019 else
17020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17021 /* end confdefs.h. */
17022 #ifndef __x86_64__
17024 #endif
17025 _ACEOF
17026 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17027 $EGREP "yes" >/dev/null 2>&1; then :
17028 ac_cv_cpp_def___x86_64__=yes
17029 else
17030 ac_cv_cpp_def___x86_64__=no
17032 rm -f conftest*
17035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17036 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17037 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
17038 CFLAGS="$CFLAGS -D__x86_64__"
17039 LINTFLAGS="$LINTFLAGS -D__x86_64__"
17040 fi ;;
17041 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17042 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17043 if ${ac_cv_cpp_def___sparc64__+:} false; then :
17044 $as_echo_n "(cached) " >&6
17045 else
17046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17047 /* end confdefs.h. */
17048 #ifndef __sparc64__
17050 #endif
17051 _ACEOF
17052 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17053 $EGREP "yes" >/dev/null 2>&1; then :
17054 ac_cv_cpp_def___sparc64__=yes
17055 else
17056 ac_cv_cpp_def___sparc64__=no
17058 rm -f conftest*
17061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17062 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17063 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17064 CFLAGS="$CFLAGS -D__sparc64__"
17065 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17066 fi ;;
17067 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17068 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17069 if ${ac_cv_cpp_def___sparc__+:} false; then :
17070 $as_echo_n "(cached) " >&6
17071 else
17072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17073 /* end confdefs.h. */
17074 #ifndef __sparc__
17076 #endif
17077 _ACEOF
17078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17079 $EGREP "yes" >/dev/null 2>&1; then :
17080 ac_cv_cpp_def___sparc__=yes
17081 else
17082 ac_cv_cpp_def___sparc__=no
17084 rm -f conftest*
17087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17088 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17089 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17090 CFLAGS="$CFLAGS -D__sparc__"
17091 LINTFLAGS="$LINTFLAGS -D__sparc__"
17092 fi ;;
17093 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17094 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17095 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17096 $as_echo_n "(cached) " >&6
17097 else
17098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17099 /* end confdefs.h. */
17100 #ifndef __powerpc64__
17102 #endif
17103 _ACEOF
17104 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17105 $EGREP "yes" >/dev/null 2>&1; then :
17106 ac_cv_cpp_def___powerpc64__=yes
17107 else
17108 ac_cv_cpp_def___powerpc64__=no
17110 rm -f conftest*
17113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17114 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17115 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17116 CFLAGS="$CFLAGS -D__powerpc64__"
17117 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17118 fi ;;
17119 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17120 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17121 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17122 $as_echo_n "(cached) " >&6
17123 else
17124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17125 /* end confdefs.h. */
17126 #ifndef __powerpc__
17128 #endif
17129 _ACEOF
17130 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17131 $EGREP "yes" >/dev/null 2>&1; then :
17132 ac_cv_cpp_def___powerpc__=yes
17133 else
17134 ac_cv_cpp_def___powerpc__=no
17136 rm -f conftest*
17139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17140 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17141 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17142 CFLAGS="$CFLAGS -D__powerpc__"
17143 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17144 fi ;;
17145 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17146 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17147 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17148 $as_echo_n "(cached) " >&6
17149 else
17150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17151 /* end confdefs.h. */
17152 #ifndef __aarch64__
17154 #endif
17155 _ACEOF
17156 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17157 $EGREP "yes" >/dev/null 2>&1; then :
17158 ac_cv_cpp_def___aarch64__=yes
17159 else
17160 ac_cv_cpp_def___aarch64__=no
17162 rm -f conftest*
17165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17166 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17167 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17168 CFLAGS="$CFLAGS -D__aarch64__"
17169 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17170 fi ;;
17171 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17172 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17173 if ${ac_cv_cpp_def___arm__+:} false; then :
17174 $as_echo_n "(cached) " >&6
17175 else
17176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17177 /* end confdefs.h. */
17178 #ifndef __arm__
17180 #endif
17181 _ACEOF
17182 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17183 $EGREP "yes" >/dev/null 2>&1; then :
17184 ac_cv_cpp_def___arm__=yes
17185 else
17186 ac_cv_cpp_def___arm__=no
17188 rm -f conftest*
17191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17192 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17193 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17194 CFLAGS="$CFLAGS -D__arm__"
17195 LINTFLAGS="$LINTFLAGS -D__arm__"
17196 fi ;;
17197 esac
17199 case $host_vendor in
17200 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17201 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17202 if ${ac_cv_cpp_def___sun__+:} false; then :
17203 $as_echo_n "(cached) " >&6
17204 else
17205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17206 /* end confdefs.h. */
17207 #ifndef __sun__
17209 #endif
17210 _ACEOF
17211 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17212 $EGREP "yes" >/dev/null 2>&1; then :
17213 ac_cv_cpp_def___sun__=yes
17214 else
17215 ac_cv_cpp_def___sun__=no
17217 rm -f conftest*
17220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17221 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17222 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17223 CFLAGS="$CFLAGS -D__sun__"
17224 LINTFLAGS="$LINTFLAGS -D__sun__"
17225 fi ;;
17226 esac
17232 ac_config_commands="$ac_config_commands include/stamp-h"
17234 $as_echo_n "creating Makefile rules..." >&6
17236 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17237 SOCKET_LIBS = $SOCKET_LIBS
17238 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17239 IOKIT_LIBS = $IOKIT_LIBS
17240 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17241 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17242 CORESERVICES_LIBS = $CORESERVICES_LIBS
17243 APPKIT_LIBS = $APPKIT_LIBS
17244 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17245 SECURITY_LIBS = $SECURITY_LIBS
17246 COREAUDIO_LIBS = $COREAUDIO_LIBS
17247 OPENAL_LIBS = $OPENAL_LIBS
17248 OPENCL_LIBS = $OPENCL_LIBS
17249 QUICKTIME_LIBS = $QUICKTIME_LIBS
17250 CARBON_LIBS = $CARBON_LIBS
17251 PTHREAD_LIBS = $PTHREAD_LIBS
17252 X_CFLAGS = $X_CFLAGS
17253 X_PRE_LIBS = $X_PRE_LIBS
17254 X_LIBS = $X_LIBS
17255 X_EXTRA_LIBS = $X_EXTRA_LIBS
17256 PCAP_LIBS = $PCAP_LIBS
17257 XML2_CFLAGS = $XML2_CFLAGS
17258 XML2_LIBS = $XML2_LIBS
17259 XSLT_CFLAGS = $XSLT_CFLAGS
17260 XSLT_LIBS = $XSLT_LIBS
17261 DBUS_CFLAGS = $DBUS_CFLAGS
17262 DBUS_LIBS = $DBUS_LIBS
17263 HAL_CFLAGS = $HAL_CFLAGS
17264 HAL_LIBS = $HAL_LIBS
17265 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17266 GNUTLS_LIBS = $GNUTLS_LIBS
17267 SANE_CFLAGS = $SANE_CFLAGS
17268 SANE_LIBS = $SANE_LIBS
17269 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17270 GPHOTO2_LIBS = $GPHOTO2_LIBS
17271 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17272 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17273 RESOLV_LIBS = $RESOLV_LIBS
17274 LCMS2_CFLAGS = $LCMS2_CFLAGS
17275 LCMS2_LIBS = $LCMS2_LIBS
17276 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17277 FREETYPE_LIBS = $FREETYPE_LIBS
17278 Z_LIBS = $Z_LIBS
17279 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17280 PULSE_CFLAGS = $PULSE_CFLAGS
17281 PULSE_LIBS = $PULSE_LIBS
17282 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17283 GSTREAMER_LIBS = $GSTREAMER_LIBS
17284 ALSA_LIBS = $ALSA_LIBS
17285 OSS4_CFLAGS = $OSS4_CFLAGS
17286 CAPI20_CFLAGS = $CAPI20_CFLAGS
17287 CAPI20_LIBS = $CAPI20_LIBS
17288 CUPS_CFLAGS = $CUPS_CFLAGS
17289 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17290 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17291 JPEG_CFLAGS = $JPEG_CFLAGS
17292 JPEG_LIBS = $JPEG_LIBS
17293 PNG_CFLAGS = $PNG_CFLAGS
17294 PNG_LIBS = $PNG_LIBS
17295 TIFF_CFLAGS = $TIFF_CFLAGS
17296 TIFF_LIBS = $TIFF_LIBS
17297 MPG123_CFLAGS = $MPG123_CFLAGS
17298 MPG123_LIBS = $MPG123_LIBS
17299 KSTAT_LIBS = $KSTAT_LIBS
17300 PROCSTAT_LIBS = $PROCSTAT_LIBS
17301 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17302 DL_LIBS = $DL_LIBS
17303 POLL_LIBS = $POLL_LIBS
17304 RT_LIBS = $RT_LIBS
17305 LDAP_LIBS = $LDAP_LIBS
17310 wine_fn_append_rule "
17311 # Rules automatically generated by configure
17313 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17315 .INIT: Makefile
17316 .MAKEFILEDEPS:
17317 all: Makefile
17318 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17319 @./config.status Make.tmp Makefile"
17321 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17322 .gitignore: config.status
17323 @./config.status .gitignore"
17325 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17326 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17328 if test "x$enable_fonts" != xno; then
17329 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17330 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17331 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17332 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17333 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17334 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17336 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17337 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17338 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17339 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17340 ac_config_links="$ac_config_links wine:tools/winewrapper"
17341 wine_fn_config_symlink wine
17342 if test "x$enable_win64" != xno; then
17343 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17344 wine_fn_config_symlink wine64
17347 wine_fn_config_dll acledit enable_acledit
17348 wine_fn_config_dll aclui enable_aclui implib
17349 wine_fn_config_dll activeds enable_activeds implib
17350 wine_fn_config_dll actxprxy enable_actxprxy clean
17351 wine_fn_config_lib adsiid
17352 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17353 wine_fn_config_test dlls/advapi32/tests advapi32_test
17354 wine_fn_config_dll advpack enable_advpack implib
17355 wine_fn_config_test dlls/advpack/tests advpack_test
17356 wine_fn_config_dll amstream enable_amstream clean
17357 wine_fn_config_test dlls/amstream/tests amstream_test
17358 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17359 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17360 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17361 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17362 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17363 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17364 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17365 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17366 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17367 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17368 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17369 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17370 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17371 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17372 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17373 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17374 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17375 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17376 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17377 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17378 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17379 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17380 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17381 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17382 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17383 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17384 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17385 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17386 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17387 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17388 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17389 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17390 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17391 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17392 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17393 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17394 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17395 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17396 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17397 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17398 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17399 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17400 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17401 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17402 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17403 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17404 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17405 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17406 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17407 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17408 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17409 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17410 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17411 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17412 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17413 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17414 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17415 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17416 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17417 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17418 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17419 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17420 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17421 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17422 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17423 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17424 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17425 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17426 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17427 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17428 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17429 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17430 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17431 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17432 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17433 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17434 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17435 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17436 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17437 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17438 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17439 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17440 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17441 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17442 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17443 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17444 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17445 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17446 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17447 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17448 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17449 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17450 wine_fn_config_dll apphelp enable_apphelp
17451 wine_fn_config_test dlls/apphelp/tests apphelp_test
17452 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17453 wine_fn_config_dll atl enable_atl clean,implib
17454 wine_fn_config_test dlls/atl/tests atl_test
17455 wine_fn_config_dll atl100 enable_atl100 clean,implib
17456 wine_fn_config_test dlls/atl100/tests atl100_test
17457 wine_fn_config_dll atl110 enable_atl110 clean
17458 wine_fn_config_dll atl80 enable_atl80 clean,implib
17459 wine_fn_config_test dlls/atl80/tests atl80_test
17460 wine_fn_config_dll atl90 enable_atl90 clean
17461 wine_fn_config_dll authz enable_authz
17462 wine_fn_config_dll avicap32 enable_avicap32 implib
17463 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17464 wine_fn_config_test dlls/avifil32/tests avifil32_test
17465 wine_fn_config_dll avifile.dll16 enable_win16
17466 wine_fn_config_dll avrt enable_avrt implib
17467 wine_fn_config_dll bcrypt enable_bcrypt
17468 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17469 wine_fn_config_dll browseui enable_browseui clean,po
17470 wine_fn_config_test dlls/browseui/tests browseui_test
17471 wine_fn_config_dll cabinet enable_cabinet implib
17472 wine_fn_config_test dlls/cabinet/tests cabinet_test
17473 wine_fn_config_dll capi2032 enable_capi2032 implib
17474 wine_fn_config_dll cards enable_cards implib
17475 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17476 wine_fn_config_dll clusapi enable_clusapi implib
17477 wine_fn_config_dll combase enable_combase
17478 wine_fn_config_test dlls/combase/tests combase_test
17479 wine_fn_config_dll comcat enable_comcat
17480 wine_fn_config_test dlls/comcat/tests comcat_test
17481 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17482 wine_fn_config_test dlls/comctl32/tests comctl32_test
17483 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17484 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17485 wine_fn_config_dll comm.drv16 enable_win16
17486 wine_fn_config_dll commdlg.dll16 enable_win16
17487 wine_fn_config_dll compobj.dll16 enable_win16
17488 wine_fn_config_dll compstui enable_compstui implib
17489 wine_fn_config_dll comsvcs enable_comsvcs implib
17490 wine_fn_config_dll connect enable_connect
17491 wine_fn_config_dll credui enable_credui implib,po
17492 wine_fn_config_test dlls/credui/tests credui_test
17493 wine_fn_config_dll crtdll enable_crtdll implib
17494 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17495 wine_fn_config_test dlls/crypt32/tests crypt32_test
17496 wine_fn_config_dll cryptdlg enable_cryptdlg po
17497 wine_fn_config_dll cryptdll enable_cryptdll implib
17498 wine_fn_config_dll cryptext enable_cryptext
17499 wine_fn_config_dll cryptnet enable_cryptnet implib
17500 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17501 wine_fn_config_dll cryptui enable_cryptui implib,po
17502 wine_fn_config_test dlls/cryptui/tests cryptui_test
17503 wine_fn_config_dll ctapi32 enable_ctapi32
17504 wine_fn_config_dll ctl3d.dll16 enable_win16
17505 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17506 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17507 wine_fn_config_dll d2d1 enable_d2d1 implib
17508 wine_fn_config_test dlls/d2d1/tests d2d1_test
17509 wine_fn_config_dll d3d10 enable_d3d10 implib
17510 wine_fn_config_test dlls/d3d10/tests d3d10_test
17511 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17512 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17513 wine_fn_config_dll d3d10core enable_d3d10core implib
17514 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17515 wine_fn_config_dll d3d11 enable_d3d11 implib
17516 wine_fn_config_test dlls/d3d11/tests d3d11_test
17517 wine_fn_config_dll d3d8 enable_d3d8 implib
17518 wine_fn_config_test dlls/d3d8/tests d3d8_test
17519 wine_fn_config_dll d3d9 enable_d3d9 implib
17520 wine_fn_config_test dlls/d3d9/tests d3d9_test
17521 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17522 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17523 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17524 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17525 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17526 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17527 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17528 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17529 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17530 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17531 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17532 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17533 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17534 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17535 wine_fn_config_dll d3dim enable_d3dim implib
17536 wine_fn_config_dll d3drm enable_d3drm implib
17537 wine_fn_config_test dlls/d3drm/tests d3drm_test
17538 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17539 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17540 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17541 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17542 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17543 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17544 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17545 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17546 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17547 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17548 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17549 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17550 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17551 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17552 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17553 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17554 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17555 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17556 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17557 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17558 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17559 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17560 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17561 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17562 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17563 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17564 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17565 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17566 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17567 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17568 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17569 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17570 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17571 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17572 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17573 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17574 wine_fn_config_dll davclnt enable_davclnt
17575 wine_fn_config_dll dbgeng enable_dbgeng implib
17576 wine_fn_config_dll dbghelp enable_dbghelp implib
17577 wine_fn_config_dll dciman32 enable_dciman32 implib
17578 wine_fn_config_dll ddeml.dll16 enable_win16
17579 wine_fn_config_dll ddraw enable_ddraw clean,implib
17580 wine_fn_config_test dlls/ddraw/tests ddraw_test
17581 wine_fn_config_dll ddrawex enable_ddrawex clean
17582 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17583 wine_fn_config_dll devenum enable_devenum clean,po
17584 wine_fn_config_test dlls/devenum/tests devenum_test
17585 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17586 wine_fn_config_dll difxapi enable_difxapi
17587 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17588 wine_fn_config_test dlls/dinput/tests dinput_test
17589 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17590 wine_fn_config_test dlls/dinput8/tests dinput8_test
17591 wine_fn_config_dll dispdib.dll16 enable_win16
17592 wine_fn_config_dll dispex enable_dispex clean
17593 wine_fn_config_test dlls/dispex/tests dispex_test
17594 wine_fn_config_dll display.drv16 enable_win16
17595 wine_fn_config_dll dmband enable_dmband clean
17596 wine_fn_config_test dlls/dmband/tests dmband_test
17597 wine_fn_config_dll dmcompos enable_dmcompos clean
17598 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17599 wine_fn_config_dll dmime enable_dmime clean
17600 wine_fn_config_test dlls/dmime/tests dmime_test
17601 wine_fn_config_dll dmloader enable_dmloader clean
17602 wine_fn_config_test dlls/dmloader/tests dmloader_test
17603 wine_fn_config_dll dmscript enable_dmscript clean
17604 wine_fn_config_test dlls/dmscript/tests dmscript_test
17605 wine_fn_config_dll dmstyle enable_dmstyle clean
17606 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17607 wine_fn_config_dll dmsynth enable_dmsynth clean
17608 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17609 wine_fn_config_dll dmusic enable_dmusic clean
17610 wine_fn_config_test dlls/dmusic/tests dmusic_test
17611 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17612 wine_fn_config_dll dnsapi enable_dnsapi implib
17613 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17614 wine_fn_config_dll dplay enable_dplay implib
17615 wine_fn_config_dll dplayx enable_dplayx clean,implib
17616 wine_fn_config_test dlls/dplayx/tests dplayx_test
17617 wine_fn_config_dll dpnaddr enable_dpnaddr
17618 wine_fn_config_dll dpnet enable_dpnet clean,implib
17619 wine_fn_config_test dlls/dpnet/tests dpnet_test
17620 wine_fn_config_dll dpnhpast enable_dpnhpast
17621 wine_fn_config_dll dpnlobby enable_dpnlobby
17622 wine_fn_config_dll dpvoice enable_dpvoice clean
17623 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17624 wine_fn_config_dll dpwsockx enable_dpwsockx
17625 wine_fn_config_dll drmclien enable_drmclien
17626 wine_fn_config_dll dsound enable_dsound clean,implib
17627 wine_fn_config_test dlls/dsound/tests dsound_test
17628 wine_fn_config_dll dssenh enable_dssenh
17629 wine_fn_config_test dlls/dssenh/tests dssenh_test
17630 wine_fn_config_dll dswave enable_dswave clean
17631 wine_fn_config_test dlls/dswave/tests dswave_test
17632 wine_fn_config_dll dwmapi enable_dwmapi implib
17633 wine_fn_config_dll dwrite enable_dwrite implib
17634 wine_fn_config_test dlls/dwrite/tests dwrite_test
17635 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17636 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17637 wine_fn_config_lib dxerr8
17638 wine_fn_config_lib dxerr9
17639 wine_fn_config_dll dxgi enable_dxgi implib
17640 wine_fn_config_test dlls/dxgi/tests dxgi_test
17641 wine_fn_config_lib dxguid
17642 wine_fn_config_dll dxva2 enable_dxva2
17643 wine_fn_config_dll esent enable_esent
17644 wine_fn_config_dll evr enable_evr
17645 wine_fn_config_dll explorerframe enable_explorerframe clean
17646 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17647 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17648 wine_fn_config_dll faultrep enable_faultrep implib
17649 wine_fn_config_test dlls/faultrep/tests faultrep_test
17650 wine_fn_config_dll fltlib enable_fltlib
17651 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17652 wine_fn_config_dll fntcache enable_fntcache
17653 wine_fn_config_dll fontsub enable_fontsub
17654 wine_fn_config_dll fusion enable_fusion
17655 wine_fn_config_test dlls/fusion/tests fusion_test
17656 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17657 wine_fn_config_dll gameux enable_gameux clean
17658 wine_fn_config_test dlls/gameux/tests gameux_test
17659 wine_fn_config_dll gdi.exe16 enable_win16
17660 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17661 wine_fn_config_test dlls/gdi32/tests gdi32_test
17662 wine_fn_config_dll gdiplus enable_gdiplus implib
17663 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17664 wine_fn_config_dll glu32 enable_glu32 implib
17665 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17666 wine_fn_config_dll gpkcsp enable_gpkcsp
17667 wine_fn_config_dll hal enable_hal
17668 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17669 wine_fn_config_dll hid enable_hid implib
17670 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17671 wine_fn_config_dll hlink enable_hlink clean,implib
17672 wine_fn_config_test dlls/hlink/tests hlink_test
17673 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17674 wine_fn_config_dll httpapi enable_httpapi
17675 wine_fn_config_dll iccvid enable_iccvid po
17676 wine_fn_config_dll icmp enable_icmp
17677 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17678 wine_fn_config_test dlls/ieframe/tests ieframe_test
17679 wine_fn_config_dll ifsmgr.vxd enable_win16
17680 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17681 wine_fn_config_dll imagehlp enable_imagehlp implib
17682 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17683 wine_fn_config_dll imm.dll16 enable_win16
17684 wine_fn_config_dll imm32 enable_imm32 implib
17685 wine_fn_config_test dlls/imm32/tests imm32_test
17686 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17687 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17688 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17689 wine_fn_config_dll inetmib1 enable_inetmib1
17690 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17691 wine_fn_config_dll infosoft enable_infosoft clean
17692 wine_fn_config_test dlls/infosoft/tests infosoft_test
17693 wine_fn_config_dll initpki enable_initpki
17694 wine_fn_config_dll inkobj enable_inkobj
17695 wine_fn_config_dll inseng enable_inseng clean
17696 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17697 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17698 wine_fn_config_dll itircl enable_itircl
17699 wine_fn_config_dll itss enable_itss clean
17700 wine_fn_config_test dlls/itss/tests itss_test
17701 wine_fn_config_dll joy.cpl enable_joy_cpl po
17702 wine_fn_config_dll jscript enable_jscript clean,po
17703 wine_fn_config_test dlls/jscript/tests jscript_test
17704 wine_fn_config_dll jsproxy enable_jsproxy implib
17705 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17706 wine_fn_config_test dlls/kernel32/tests kernel32_test
17707 wine_fn_config_dll keyboard.drv16 enable_win16
17708 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17709 wine_fn_config_dll ksuser enable_ksuser
17710 wine_fn_config_dll ktmw32 enable_ktmw32
17711 wine_fn_config_dll loadperf enable_loadperf implib
17712 wine_fn_config_dll localspl enable_localspl po
17713 wine_fn_config_test dlls/localspl/tests localspl_test
17714 wine_fn_config_dll localui enable_localui po
17715 wine_fn_config_test dlls/localui/tests localui_test
17716 wine_fn_config_dll lz32 enable_lz32 implib
17717 wine_fn_config_test dlls/lz32/tests lz32_test
17718 wine_fn_config_dll lzexpand.dll16 enable_win16
17719 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17720 wine_fn_config_test dlls/mapi32/tests mapi32_test
17721 wine_fn_config_dll mapistub enable_mapistub
17722 wine_fn_config_dll mciavi32 enable_mciavi32
17723 wine_fn_config_dll mcicda enable_mcicda
17724 wine_fn_config_dll mciqtz32 enable_mciqtz32
17725 wine_fn_config_dll mciseq enable_mciseq
17726 wine_fn_config_dll mciwave enable_mciwave
17727 wine_fn_config_dll mf enable_mf
17728 wine_fn_config_dll mfplat enable_mfplat
17729 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17730 wine_fn_config_dll mgmtapi enable_mgmtapi
17731 wine_fn_config_dll midimap enable_midimap
17732 wine_fn_config_dll mlang enable_mlang clean,implib
17733 wine_fn_config_test dlls/mlang/tests mlang_test
17734 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17735 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17736 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17737 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17738 wine_fn_config_dll mmdevldr.vxd enable_win16
17739 wine_fn_config_dll mmsystem.dll16 enable_win16
17740 wine_fn_config_dll monodebg.vxd enable_win16
17741 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17742 wine_fn_config_dll mouse.drv16 enable_win16
17743 wine_fn_config_dll mpr enable_mpr implib,po
17744 wine_fn_config_test dlls/mpr/tests mpr_test
17745 wine_fn_config_dll mprapi enable_mprapi implib
17746 wine_fn_config_dll msacm.dll16 enable_win16
17747 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17748 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17749 wine_fn_config_test dlls/msacm32/tests msacm32_test
17750 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17751 wine_fn_config_dll msasn1 enable_msasn1 implib
17752 wine_fn_config_dll mscat32 enable_mscat32
17753 wine_fn_config_dll mscms enable_mscms implib
17754 wine_fn_config_test dlls/mscms/tests mscms_test
17755 wine_fn_config_dll mscoree enable_mscoree clean
17756 wine_fn_config_test dlls/mscoree/tests mscoree_test
17757 wine_fn_config_dll msctf enable_msctf clean
17758 wine_fn_config_test dlls/msctf/tests msctf_test
17759 wine_fn_config_dll msctfp enable_msctfp clean
17760 wine_fn_config_dll msdaps enable_msdaps clean
17761 wine_fn_config_dll msdelta enable_msdelta
17762 wine_fn_config_dll msdmo enable_msdmo implib
17763 wine_fn_config_test dlls/msdmo/tests msdmo_test
17764 wine_fn_config_dll msftedit enable_msftedit
17765 wine_fn_config_dll msg711.acm enable_msg711_acm
17766 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17767 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17768 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17769 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17770 wine_fn_config_dll msi enable_msi clean,implib,po
17771 wine_fn_config_test dlls/msi/tests msi_test
17772 wine_fn_config_dll msident enable_msident clean
17773 wine_fn_config_dll msimg32 enable_msimg32 implib
17774 wine_fn_config_dll msimsg enable_msimsg
17775 wine_fn_config_dll msimtf enable_msimtf clean
17776 wine_fn_config_dll msisip enable_msisip
17777 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17778 wine_fn_config_dll msls31 enable_msls31
17779 wine_fn_config_dll msnet32 enable_msnet32
17780 wine_fn_config_dll mspatcha enable_mspatcha implib
17781 wine_fn_config_dll msrle32 enable_msrle32 po
17782 wine_fn_config_test dlls/msrle32/tests msrle32_test
17783 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17784 wine_fn_config_dll mssign32 enable_mssign32
17785 wine_fn_config_dll mssip32 enable_mssip32
17786 wine_fn_config_dll mstask enable_mstask clean
17787 wine_fn_config_test dlls/mstask/tests mstask_test
17788 wine_fn_config_dll msvcirt enable_msvcirt
17789 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17790 wine_fn_config_dll msvcm80 enable_msvcm80
17791 wine_fn_config_dll msvcm90 enable_msvcm90
17792 wine_fn_config_dll msvcp100 enable_msvcp100
17793 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17794 wine_fn_config_dll msvcp110 enable_msvcp110
17795 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17796 wine_fn_config_dll msvcp120 enable_msvcp120
17797 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17798 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17799 wine_fn_config_dll msvcp60 enable_msvcp60
17800 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17801 wine_fn_config_dll msvcp70 enable_msvcp70
17802 wine_fn_config_dll msvcp71 enable_msvcp71
17803 wine_fn_config_dll msvcp80 enable_msvcp80
17804 wine_fn_config_dll msvcp90 enable_msvcp90
17805 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17806 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17807 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17808 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17809 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17810 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17811 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17812 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17813 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17814 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17815 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17816 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17817 wine_fn_config_dll msvcrt enable_msvcrt implib
17818 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17819 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17820 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17821 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17822 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17823 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17824 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17825 wine_fn_config_dll msvidc32 enable_msvidc32 po
17826 wine_fn_config_dll msvideo.dll16 enable_win16
17827 wine_fn_config_dll mswsock enable_mswsock implib
17828 wine_fn_config_dll msxml enable_msxml clean
17829 wine_fn_config_dll msxml2 enable_msxml2 clean
17830 wine_fn_config_dll msxml3 enable_msxml3 clean
17831 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17832 wine_fn_config_dll msxml4 enable_msxml4 clean
17833 wine_fn_config_dll msxml6 enable_msxml6 clean
17834 wine_fn_config_dll nddeapi enable_nddeapi implib
17835 wine_fn_config_dll ndis.sys enable_ndis_sys
17836 wine_fn_config_dll netapi32 enable_netapi32 implib
17837 wine_fn_config_test dlls/netapi32/tests netapi32_test
17838 wine_fn_config_dll netcfgx enable_netcfgx clean
17839 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17840 wine_fn_config_dll netprofm enable_netprofm clean
17841 wine_fn_config_test dlls/netprofm/tests netprofm_test
17842 wine_fn_config_dll newdev enable_newdev implib
17843 wine_fn_config_dll normaliz enable_normaliz implib
17844 wine_fn_config_dll npmshtml enable_npmshtml
17845 wine_fn_config_dll npptools enable_npptools
17846 wine_fn_config_dll ntdll enable_ntdll implib
17847 wine_fn_config_test dlls/ntdll/tests ntdll_test
17848 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17849 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17850 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17851 wine_fn_config_dll ntprint enable_ntprint
17852 wine_fn_config_test dlls/ntprint/tests ntprint_test
17853 wine_fn_config_dll objsel enable_objsel clean
17854 wine_fn_config_dll odbc32 enable_odbc32 implib
17855 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17856 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17857 wine_fn_config_dll odbccu32 enable_odbccu32
17858 wine_fn_config_dll ole2.dll16 enable_win16
17859 wine_fn_config_dll ole2conv.dll16 enable_win16
17860 wine_fn_config_dll ole2disp.dll16 enable_win16
17861 wine_fn_config_dll ole2nls.dll16 enable_win16
17862 wine_fn_config_dll ole2prox.dll16 enable_win16
17863 wine_fn_config_dll ole2thk.dll16 enable_win16
17864 wine_fn_config_dll ole32 enable_ole32 clean,implib
17865 wine_fn_config_test dlls/ole32/tests ole32_test
17866 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17867 wine_fn_config_test dlls/oleacc/tests oleacc_test
17868 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17869 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17870 wine_fn_config_dll olecli.dll16 enable_win16
17871 wine_fn_config_dll olecli32 enable_olecli32 implib
17872 wine_fn_config_dll oledb32 enable_oledb32 clean
17873 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17874 wine_fn_config_dll oledlg enable_oledlg implib,po
17875 wine_fn_config_test dlls/oledlg/tests oledlg_test
17876 wine_fn_config_dll olepro32 enable_olepro32 implib
17877 wine_fn_config_dll olesvr.dll16 enable_win16
17878 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17879 wine_fn_config_dll olethk32 enable_olethk32
17880 wine_fn_config_dll openal32 enable_openal32
17881 wine_fn_config_dll opencl enable_opencl
17882 wine_fn_config_dll opengl32 enable_opengl32 implib
17883 wine_fn_config_test dlls/opengl32/tests opengl32_test
17884 wine_fn_config_dll packager enable_packager clean
17885 wine_fn_config_test dlls/packager/tests packager_test
17886 wine_fn_config_dll pdh enable_pdh implib
17887 wine_fn_config_test dlls/pdh/tests pdh_test
17888 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17889 wine_fn_config_dll pidgen enable_pidgen
17890 wine_fn_config_dll powrprof enable_powrprof implib
17891 wine_fn_config_dll printui enable_printui
17892 wine_fn_config_dll prntvpt enable_prntvpt
17893 wine_fn_config_dll propsys enable_propsys clean,implib
17894 wine_fn_config_test dlls/propsys/tests propsys_test
17895 wine_fn_config_dll psapi enable_psapi implib
17896 wine_fn_config_test dlls/psapi/tests psapi_test
17897 wine_fn_config_dll pstorec enable_pstorec clean
17898 wine_fn_config_dll qcap enable_qcap
17899 wine_fn_config_test dlls/qcap/tests qcap_test
17900 wine_fn_config_dll qedit enable_qedit clean
17901 wine_fn_config_test dlls/qedit/tests qedit_test
17902 wine_fn_config_dll qmgr enable_qmgr clean
17903 wine_fn_config_test dlls/qmgr/tests qmgr_test
17904 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17905 wine_fn_config_dll quartz enable_quartz clean,implib
17906 wine_fn_config_test dlls/quartz/tests quartz_test clean
17907 wine_fn_config_dll query enable_query
17908 wine_fn_config_dll rasapi16.dll16 enable_win16
17909 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17910 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17911 wine_fn_config_dll rasdlg enable_rasdlg implib
17912 wine_fn_config_dll regapi enable_regapi
17913 wine_fn_config_dll resutils enable_resutils implib
17914 wine_fn_config_dll riched20 enable_riched20 clean,implib
17915 wine_fn_config_test dlls/riched20/tests riched20_test
17916 wine_fn_config_dll riched32 enable_riched32
17917 wine_fn_config_test dlls/riched32/tests riched32_test
17918 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17919 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17920 wine_fn_config_dll rsabase enable_rsabase
17921 wine_fn_config_dll rsaenh enable_rsaenh implib
17922 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17923 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17924 wine_fn_config_dll rtutils enable_rtutils implib
17925 wine_fn_config_dll samlib enable_samlib
17926 wine_fn_config_dll sane.ds enable_sane_ds po
17927 wine_fn_config_dll scarddlg enable_scarddlg
17928 wine_fn_config_dll sccbase enable_sccbase
17929 wine_fn_config_dll schannel enable_schannel
17930 wine_fn_config_test dlls/schannel/tests schannel_test
17931 wine_fn_config_dll schedsvc enable_schedsvc clean
17932 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17933 wine_fn_config_dll scrrun enable_scrrun clean
17934 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17935 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17936 wine_fn_config_dll secur32 enable_secur32 implib
17937 wine_fn_config_test dlls/secur32/tests secur32_test
17938 wine_fn_config_dll security enable_security
17939 wine_fn_config_dll sensapi enable_sensapi implib
17940 wine_fn_config_dll serialui enable_serialui implib,po
17941 wine_fn_config_test dlls/serialui/tests serialui_test
17942 wine_fn_config_dll setupapi enable_setupapi implib,po
17943 wine_fn_config_test dlls/setupapi/tests setupapi_test
17944 wine_fn_config_dll setupx.dll16 enable_win16
17945 wine_fn_config_dll sfc enable_sfc implib
17946 wine_fn_config_dll sfc_os enable_sfc_os implib
17947 wine_fn_config_dll shdoclc enable_shdoclc po
17948 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17949 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17950 wine_fn_config_dll shell.dll16 enable_win16
17951 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17952 wine_fn_config_test dlls/shell32/tests shell32_test
17953 wine_fn_config_dll shfolder enable_shfolder implib
17954 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17955 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17956 wine_fn_config_dll slbcsp enable_slbcsp
17957 wine_fn_config_dll slc enable_slc implib
17958 wine_fn_config_test dlls/slc/tests slc_test
17959 wine_fn_config_dll snmpapi enable_snmpapi implib
17960 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17961 wine_fn_config_dll softpub enable_softpub
17962 wine_fn_config_dll sound.drv16 enable_win16
17963 wine_fn_config_dll spoolss enable_spoolss implib
17964 wine_fn_config_test dlls/spoolss/tests spoolss_test
17965 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17966 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17967 wine_fn_config_dll sti enable_sti clean,implib
17968 wine_fn_config_test dlls/sti/tests sti_test
17969 wine_fn_config_dll storage.dll16 enable_win16
17970 wine_fn_config_dll stress.dll16 enable_win16
17971 wine_fn_config_lib strmbase
17972 wine_fn_config_lib strmiids
17973 wine_fn_config_dll svrapi enable_svrapi
17974 wine_fn_config_dll sxs enable_sxs implib
17975 wine_fn_config_test dlls/sxs/tests sxs_test
17976 wine_fn_config_dll system.drv16 enable_win16
17977 wine_fn_config_dll t2embed enable_t2embed
17978 wine_fn_config_dll tapi32 enable_tapi32 implib
17979 wine_fn_config_dll taskschd enable_taskschd clean
17980 wine_fn_config_test dlls/taskschd/tests taskschd_test
17981 wine_fn_config_dll toolhelp.dll16 enable_win16
17982 wine_fn_config_dll traffic enable_traffic
17983 wine_fn_config_dll twain.dll16 enable_win16
17984 wine_fn_config_dll twain_32 enable_twain_32
17985 wine_fn_config_test dlls/twain_32/tests twain_32_test
17986 wine_fn_config_dll typelib.dll16 enable_win16
17987 wine_fn_config_dll ucrtbase enable_ucrtbase
17988 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17989 wine_fn_config_dll unicows enable_unicows implib
17990 wine_fn_config_dll updspapi enable_updspapi
17991 wine_fn_config_dll url enable_url implib
17992 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17993 wine_fn_config_test dlls/urlmon/tests urlmon_test
17994 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17995 wine_fn_config_dll user.exe16 enable_win16
17996 wine_fn_config_dll user32 enable_user32 clean,implib,po
17997 wine_fn_config_test dlls/user32/tests user32_test
17998 wine_fn_config_dll userenv enable_userenv implib
17999 wine_fn_config_test dlls/userenv/tests userenv_test
18000 wine_fn_config_dll usp10 enable_usp10 implib
18001 wine_fn_config_test dlls/usp10/tests usp10_test
18002 wine_fn_config_lib uuid
18003 wine_fn_config_dll uxtheme enable_uxtheme implib
18004 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
18005 wine_fn_config_dll vbscript enable_vbscript clean
18006 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
18007 wine_fn_config_dll vcomp enable_vcomp
18008 wine_fn_config_test dlls/vcomp/tests vcomp_test
18009 wine_fn_config_dll vcomp100 enable_vcomp100
18010 wine_fn_config_dll vcomp110 enable_vcomp110
18011 wine_fn_config_dll vcomp120 enable_vcomp120
18012 wine_fn_config_dll vcomp90 enable_vcomp90
18013 wine_fn_config_dll vcruntime140 enable_vcruntime140
18014 wine_fn_config_dll vdhcp.vxd enable_win16
18015 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18016 wine_fn_config_dll ver.dll16 enable_win16
18017 wine_fn_config_dll version enable_version implib
18018 wine_fn_config_test dlls/version/tests version_test
18019 wine_fn_config_dll vmm.vxd enable_win16
18020 wine_fn_config_dll vnbt.vxd enable_win16
18021 wine_fn_config_dll vnetbios.vxd enable_win16
18022 wine_fn_config_dll vssapi enable_vssapi
18023 wine_fn_config_dll vtdapi.vxd enable_win16
18024 wine_fn_config_dll vwin32.vxd enable_win16
18025 wine_fn_config_dll w32skrnl enable_win16
18026 wine_fn_config_dll w32sys.dll16 enable_win16
18027 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18028 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
18029 wine_fn_config_dll wbemprox enable_wbemprox clean
18030 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
18031 wine_fn_config_dll webservices enable_webservices implib
18032 wine_fn_config_test dlls/webservices/tests webservices_test
18033 wine_fn_config_dll wer enable_wer implib
18034 wine_fn_config_test dlls/wer/tests wer_test
18035 wine_fn_config_dll wevtapi enable_wevtapi
18036 wine_fn_config_dll wiaservc enable_wiaservc clean
18037 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
18038 wine_fn_config_dll wimgapi enable_wimgapi
18039 wine_fn_config_dll win32s16.dll16 enable_win16
18040 wine_fn_config_dll win87em.dll16 enable_win16
18041 wine_fn_config_dll winaspi.dll16 enable_win16
18042 wine_fn_config_dll windebug.dll16 enable_win16
18043 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
18044 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
18045 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18046 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
18047 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18048 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18049 wine_fn_config_lib winecrt0
18050 wine_fn_config_dll wined3d enable_wined3d implib
18051 wine_fn_config_dll winegstreamer enable_winegstreamer
18052 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18053 wine_fn_config_dll winemac.drv enable_winemac_drv
18054 wine_fn_config_dll winemapi enable_winemapi
18055 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18056 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18057 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
18058 wine_fn_config_dll wineps16.drv16 enable_win16
18059 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18060 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18061 wine_fn_config_dll winex11.drv enable_winex11_drv
18062 wine_fn_config_dll wing.dll16 enable_win16
18063 wine_fn_config_dll wing32 enable_wing32
18064 wine_fn_config_dll winhttp enable_winhttp clean,implib
18065 wine_fn_config_test dlls/winhttp/tests winhttp_test
18066 wine_fn_config_dll wininet enable_wininet implib,po
18067 wine_fn_config_test dlls/wininet/tests wininet_test
18068 wine_fn_config_dll winmm enable_winmm implib,po
18069 wine_fn_config_test dlls/winmm/tests winmm_test
18070 wine_fn_config_dll winnls.dll16 enable_win16
18071 wine_fn_config_dll winnls32 enable_winnls32 implib
18072 wine_fn_config_dll winscard enable_winscard implib
18073 wine_fn_config_dll winsock.dll16 enable_win16
18074 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
18075 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
18076 wine_fn_config_dll winsta enable_winsta
18077 wine_fn_config_dll wintab.dll16 enable_win16
18078 wine_fn_config_dll wintab32 enable_wintab32 implib
18079 wine_fn_config_test dlls/wintab32/tests wintab32_test
18080 wine_fn_config_dll wintrust enable_wintrust implib
18081 wine_fn_config_test dlls/wintrust/tests wintrust_test
18082 wine_fn_config_dll wlanapi enable_wlanapi
18083 wine_fn_config_dll wldap32 enable_wldap32 implib,po
18084 wine_fn_config_test dlls/wldap32/tests wldap32_test
18085 wine_fn_config_dll wmi enable_wmi
18086 wine_fn_config_dll wmiutils enable_wmiutils clean
18087 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18088 wine_fn_config_dll wmp enable_wmp clean
18089 wine_fn_config_test dlls/wmp/tests wmp_test
18090 wine_fn_config_dll wmvcore enable_wmvcore
18091 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18092 wine_fn_config_dll wow32 enable_win16 implib
18093 wine_fn_config_dll wpcap enable_wpcap
18094 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18095 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18096 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18097 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18098 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18099 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18100 wine_fn_config_dll wsock32 enable_wsock32 implib
18101 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18102 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18103 wine_fn_config_dll wuapi enable_wuapi clean
18104 wine_fn_config_dll wuaueng enable_wuaueng
18105 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18106 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18107 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18108 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18109 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18110 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18111 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18112 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18113 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18114 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18115 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18116 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18117 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18118 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18119 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18120 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18121 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18122 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18123 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18124 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18125 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18126 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18127 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18128 wine_fn_config_dll xinput1_1 enable_xinput1_1
18129 wine_fn_config_dll xinput1_2 enable_xinput1_2
18130 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18131 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18132 wine_fn_config_dll xinput1_4 enable_xinput1_4
18133 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18134 wine_fn_config_dll xmllite enable_xmllite implib
18135 wine_fn_config_test dlls/xmllite/tests xmllite_test
18136 wine_fn_config_dll xolehlp enable_xolehlp
18137 wine_fn_config_dll xpsprint enable_xpsprint
18138 wine_fn_config_dll xpssvcs enable_xpssvcs
18139 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18140 wine_fn_config_makefile include enable_include clean,install-dev
18141 wine_fn_config_makefile libs/port enable_libs_port
18142 wine_fn_config_makefile libs/wine enable_libs_wine clean,config,install-dev,install-lib
18143 wine_fn_config_makefile libs/wpp enable_libs_wpp
18144 wine_fn_config_makefile loader enable_loader clean,config,install-lib
18145 wine_fn_config_program arp enable_arp install
18146 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18147 wine_fn_config_program attrib enable_attrib install,po
18148 wine_fn_config_program cabarc enable_cabarc install
18149 wine_fn_config_program cacls enable_cacls install
18150 wine_fn_config_program clock enable_clock install,po
18151 wine_fn_config_program cmd enable_cmd install,po
18152 wine_fn_config_test programs/cmd/tests cmd.exe_test
18153 wine_fn_config_program conhost enable_conhost install
18154 wine_fn_config_program control enable_control install
18155 wine_fn_config_program cscript enable_cscript clean,install
18156 wine_fn_config_program dpnsvr enable_dpnsvr install
18157 wine_fn_config_program dxdiag enable_dxdiag install,po
18158 wine_fn_config_program eject enable_eject install
18159 wine_fn_config_program expand enable_expand install
18160 wine_fn_config_program explorer enable_explorer install,po
18161 wine_fn_config_program extrac32 enable_extrac32 install
18162 wine_fn_config_program findstr enable_findstr install
18163 wine_fn_config_program hh enable_hh install
18164 wine_fn_config_program hostname enable_hostname install,po
18165 wine_fn_config_program icinfo enable_icinfo install
18166 wine_fn_config_program iexplore enable_iexplore install
18167 wine_fn_config_program ipconfig enable_ipconfig install,po
18168 wine_fn_config_program lodctr enable_lodctr install
18169 wine_fn_config_program mofcomp enable_mofcomp install
18170 wine_fn_config_program mshta enable_mshta install
18171 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18172 wine_fn_config_program net enable_net install,po
18173 wine_fn_config_program netsh enable_netsh install
18174 wine_fn_config_program netstat enable_netstat install,po
18175 wine_fn_config_program ngen enable_ngen install
18176 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18177 wine_fn_config_program oleview enable_oleview install,po
18178 wine_fn_config_program ping enable_ping install
18179 wine_fn_config_program plugplay enable_plugplay install
18180 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18181 wine_fn_config_program progman enable_progman install,po
18182 wine_fn_config_program reg enable_reg install,po
18183 wine_fn_config_test programs/reg/tests reg.exe_test
18184 wine_fn_config_program regasm enable_regasm install
18185 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18186 wine_fn_config_test programs/regedit/tests regedit.exe_test
18187 wine_fn_config_program regsvcs enable_regsvcs install
18188 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18189 wine_fn_config_program rpcss enable_rpcss clean,install
18190 wine_fn_config_program rundll.exe16 enable_win16 install
18191 wine_fn_config_program rundll32 enable_rundll32 install
18192 wine_fn_config_program sc enable_sc install
18193 wine_fn_config_program schtasks enable_schtasks install
18194 wine_fn_config_program sdbinst enable_sdbinst install
18195 wine_fn_config_program secedit enable_secedit install
18196 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18197 wine_fn_config_program services enable_services clean,install
18198 wine_fn_config_test programs/services/tests services.exe_test
18199 wine_fn_config_program spoolsv enable_spoolsv install
18200 wine_fn_config_program start enable_start install,po
18201 wine_fn_config_program svchost enable_svchost install
18202 wine_fn_config_program systeminfo enable_systeminfo install
18203 wine_fn_config_program taskkill enable_taskkill install,po
18204 wine_fn_config_program tasklist enable_tasklist install
18205 wine_fn_config_program taskmgr enable_taskmgr install,po
18206 wine_fn_config_program termsv enable_termsv install
18207 wine_fn_config_program uninstaller enable_uninstaller install,po
18208 wine_fn_config_program unlodctr enable_unlodctr install
18209 wine_fn_config_program view enable_view install,po
18210 wine_fn_config_program wevtutil enable_wevtutil install
18211 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18212 wine_fn_config_program winebrowser enable_winebrowser install
18213 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18214 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18215 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18216 wine_fn_config_program winedevice enable_winedevice install
18217 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18218 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18219 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18220 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18221 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18222 wine_fn_config_program winetest enable_winetest clean,config
18223 wine_fn_config_program winevdm enable_win16 install
18224 wine_fn_config_program winhelp.exe16 enable_win16 install
18225 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18226 wine_fn_config_program winoldap.mod16 enable_win16 install
18227 wine_fn_config_program winver enable_winver install
18228 wine_fn_config_program wmic enable_wmic install,po
18229 wine_fn_config_program wordpad enable_wordpad install,po
18230 wine_fn_config_program write enable_write install,po
18231 wine_fn_config_program wscript enable_wscript clean,install
18232 wine_fn_config_test programs/wscript/tests wscript.exe_test
18233 wine_fn_config_program wusa enable_wusa install
18234 wine_fn_config_program xcopy enable_xcopy install,po
18235 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18236 wine_fn_config_makefile server enable_server clean,install-lib
18237 wine_fn_config_tool tools clean
18238 wine_fn_config_tool tools/sfnt2fon clean
18239 wine_fn_config_tool tools/widl clean,install-dev
18240 wine_fn_config_tool tools/winebuild clean,install-dev
18241 wine_fn_config_tool tools/winedump clean,install-dev
18242 wine_fn_config_tool tools/winegcc clean,install-dev
18243 wine_fn_config_tool tools/winemaker clean,install-dev
18244 wine_fn_config_tool tools/wmc clean,install-dev
18245 wine_fn_config_tool tools/wrc clean,install-dev
18247 LINGUAS="\
18248 ar \
18249 bg \
18250 ca \
18251 cs \
18252 da \
18253 de \
18254 el \
18255 en \
18256 en_US \
18257 eo \
18258 es \
18259 fa \
18260 fi \
18261 fr \
18262 he \
18263 hi \
18264 hr \
18265 hu \
18266 it \
18267 ja \
18268 ko \
18269 lt \
18270 ml \
18271 nb_NO \
18272 nl \
18273 or \
18274 pa \
18275 pl \
18276 pt_BR \
18277 pt_PT \
18278 rm \
18279 ro \
18280 ru \
18281 sk \
18282 sl \
18283 sr_RS@cyrillic \
18284 sr_RS@latin \
18285 sv \
18286 te \
18287 th \
18288 tr \
18289 uk \
18290 wa \
18291 zh_CN \
18292 zh_TW"
18297 wine_fn_ignore_file ".gitignore"
18298 wine_fn_ignore_file "Makefile"
18299 wine_fn_ignore_file "TAGS"
18300 wine_fn_ignore_file "tags"
18301 wine_fn_ignore_file "autom4te.cache"
18302 wine_fn_ignore_file "config.cache"
18303 wine_fn_ignore_file "config.log"
18304 wine_fn_ignore_file "config.status"
18305 wine_fn_ignore_file "configure.lineno"
18306 wine_fn_ignore_file "include/config.h"
18307 wine_fn_ignore_file "include/stamp-h"
18308 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18310 if test "x$enable_tools" != xno
18311 then
18312 wine_fn_ignore_file "tools/makedep$ac_exeext"
18313 ac_config_commands="$ac_config_commands tools/makedep"
18317 ac_config_commands="$ac_config_commands Makefile"
18320 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18324 if test "x$enable_maintainer_mode" = xyes
18325 then
18326 wine_fn_append_rule "configure: configure.ac aclocal.m4
18327 autoconf --warnings=all
18328 include/config.h.in: include/stamp-h.in
18329 include/stamp-h.in: configure.ac aclocal.m4
18330 autoheader --warnings=all
18331 @echo timestamp > \$@"
18334 if test "x$with_gettextpo" = xyes
18335 then
18336 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18337 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18338 \$(LINGUAS:%=po/%.po): po/wine.pot
18339 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18340 po/wine.pot: \$(ALL_POT_FILES)
18341 msgcat -o \$@ \$(ALL_POT_FILES)"
18344 if test "$MSGFMT" != false
18345 then
18346 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18347 clean::
18348 \$(RM) \$(LINGUAS:%=po/%.mo)"
18350 posrc="po"
18351 test "$srcdir" = . || posrc="$srcdir/po"
18352 for i in $LINGUAS
18354 wine_fn_ignore_file "po/$i.mo"
18355 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18356 \$(MSGFMT) -o \$@ $posrc/$i.po"
18357 done
18358 else
18359 LINGUAS=
18362 if test "x$enable_tools" != xno
18363 then
18364 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18365 @./config.status tools/makedep
18366 Makefile: tools/makedep$ac_exeext
18367 distclean:: clean
18368 \$(RM) tools/makedep$ac_exeext"
18369 else
18370 wine_fn_append_rule "\$(MAKEDEP):
18371 @echo \"You need to run make in $TOOLSDIR first\" && false"
18374 if test -n "$with_wine64"
18375 then
18376 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18377 fonts server tools:
18378 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18379 $with_wine64/loader/wine:
18380 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18381 $with_wine64/loader/wine-preloader:
18382 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18383 clean::
18384 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18385 else
18386 as_fn_append LOADER_RULES "
18387 install install-lib:: wine.inf
18388 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18389 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18391 uninstall::
18392 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18396 if test "$srcdir" = .
18397 then
18398 ac_config_commands="$ac_config_commands .gitignore"
18402 $as_echo " done" >&6
18403 cat >confcache <<\_ACEOF
18404 # This file is a shell script that caches the results of configure
18405 # tests run on this system so they can be shared between configure
18406 # scripts and configure runs, see configure's option --config-cache.
18407 # It is not useful on other systems. If it contains results you don't
18408 # want to keep, you may remove or edit it.
18410 # config.status only pays attention to the cache file if you give it
18411 # the --recheck option to rerun configure.
18413 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18414 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18415 # following values.
18417 _ACEOF
18419 # The following way of writing the cache mishandles newlines in values,
18420 # but we know of no workaround that is simple, portable, and efficient.
18421 # So, we kill variables containing newlines.
18422 # Ultrix sh set writes to stderr and can't be redirected directly,
18423 # and sets the high bit in the cache file unless we assign to the vars.
18425 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18426 eval ac_val=\$$ac_var
18427 case $ac_val in #(
18428 *${as_nl}*)
18429 case $ac_var in #(
18430 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18431 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18432 esac
18433 case $ac_var in #(
18434 _ | IFS | as_nl) ;; #(
18435 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18436 *) { eval $ac_var=; unset $ac_var;} ;;
18437 esac ;;
18438 esac
18439 done
18441 (set) 2>&1 |
18442 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18443 *${as_nl}ac_space=\ *)
18444 # `set' does not quote correctly, so add quotes: double-quote
18445 # substitution turns \\\\ into \\, and sed turns \\ into \.
18446 sed -n \
18447 "s/'/'\\\\''/g;
18448 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18449 ;; #(
18451 # `set' quotes correctly as required by POSIX, so do not add quotes.
18452 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18454 esac |
18455 sort
18457 sed '
18458 /^ac_cv_env_/b end
18459 t clear
18460 :clear
18461 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18462 t end
18463 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18464 :end' >>confcache
18465 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18466 if test -w "$cache_file"; then
18467 if test "x$cache_file" != "x/dev/null"; then
18468 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18469 $as_echo "$as_me: updating cache $cache_file" >&6;}
18470 if test ! -f "$cache_file" || test -h "$cache_file"; then
18471 cat confcache >"$cache_file"
18472 else
18473 case $cache_file in #(
18474 */* | ?:*)
18475 mv -f confcache "$cache_file"$$ &&
18476 mv -f "$cache_file"$$ "$cache_file" ;; #(
18478 mv -f confcache "$cache_file" ;;
18479 esac
18482 else
18483 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18484 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18487 rm -f confcache
18489 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18490 # Let make expand exec_prefix.
18491 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18493 DEFS=-DHAVE_CONFIG_H
18495 ac_libobjs=
18496 ac_ltlibobjs=
18498 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18499 # 1. Remove the extension, and $U if already installed.
18500 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18501 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18502 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18503 # will be set to the directory where LIBOBJS objects are built.
18504 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18505 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18506 done
18507 LIBOBJS=$ac_libobjs
18509 LTLIBOBJS=$ac_ltlibobjs
18513 : "${CONFIG_STATUS=./config.status}"
18514 ac_write_fail=0
18515 ac_clean_files_save=$ac_clean_files
18516 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18517 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18518 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18519 as_write_fail=0
18520 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18521 #! $SHELL
18522 # Generated by $as_me.
18523 # Run this file to recreate the current configuration.
18524 # Compiler output produced by configure, useful for debugging
18525 # configure, is in config.log if it exists.
18527 debug=false
18528 ac_cs_recheck=false
18529 ac_cs_silent=false
18531 SHELL=\${CONFIG_SHELL-$SHELL}
18532 export SHELL
18533 _ASEOF
18534 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18535 ## -------------------- ##
18536 ## M4sh Initialization. ##
18537 ## -------------------- ##
18539 # Be more Bourne compatible
18540 DUALCASE=1; export DUALCASE # for MKS sh
18541 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18542 emulate sh
18543 NULLCMD=:
18544 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18545 # is contrary to our usage. Disable this feature.
18546 alias -g '${1+"$@"}'='"$@"'
18547 setopt NO_GLOB_SUBST
18548 else
18549 case `(set -o) 2>/dev/null` in #(
18550 *posix*) :
18551 set -o posix ;; #(
18552 *) :
18554 esac
18558 as_nl='
18560 export as_nl
18561 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18562 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18563 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18564 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18565 # Prefer a ksh shell builtin over an external printf program on Solaris,
18566 # but without wasting forks for bash or zsh.
18567 if test -z "$BASH_VERSION$ZSH_VERSION" \
18568 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18569 as_echo='print -r --'
18570 as_echo_n='print -rn --'
18571 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18572 as_echo='printf %s\n'
18573 as_echo_n='printf %s'
18574 else
18575 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18576 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18577 as_echo_n='/usr/ucb/echo -n'
18578 else
18579 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18580 as_echo_n_body='eval
18581 arg=$1;
18582 case $arg in #(
18583 *"$as_nl"*)
18584 expr "X$arg" : "X\\(.*\\)$as_nl";
18585 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18586 esac;
18587 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18589 export as_echo_n_body
18590 as_echo_n='sh -c $as_echo_n_body as_echo'
18592 export as_echo_body
18593 as_echo='sh -c $as_echo_body as_echo'
18596 # The user is always right.
18597 if test "${PATH_SEPARATOR+set}" != set; then
18598 PATH_SEPARATOR=:
18599 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18600 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18601 PATH_SEPARATOR=';'
18606 # IFS
18607 # We need space, tab and new line, in precisely that order. Quoting is
18608 # there to prevent editors from complaining about space-tab.
18609 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18610 # splitting by setting IFS to empty value.)
18611 IFS=" "" $as_nl"
18613 # Find who we are. Look in the path if we contain no directory separator.
18614 as_myself=
18615 case $0 in #((
18616 *[\\/]* ) as_myself=$0 ;;
18617 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18618 for as_dir in $PATH
18620 IFS=$as_save_IFS
18621 test -z "$as_dir" && as_dir=.
18622 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18623 done
18624 IFS=$as_save_IFS
18627 esac
18628 # We did not find ourselves, most probably we were run as `sh COMMAND'
18629 # in which case we are not to be found in the path.
18630 if test "x$as_myself" = x; then
18631 as_myself=$0
18633 if test ! -f "$as_myself"; then
18634 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18635 exit 1
18638 # Unset variables that we do not need and which cause bugs (e.g. in
18639 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18640 # suppresses any "Segmentation fault" message there. '((' could
18641 # trigger a bug in pdksh 5.2.14.
18642 for as_var in BASH_ENV ENV MAIL MAILPATH
18643 do eval test x\${$as_var+set} = xset \
18644 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18645 done
18646 PS1='$ '
18647 PS2='> '
18648 PS4='+ '
18650 # NLS nuisances.
18651 LC_ALL=C
18652 export LC_ALL
18653 LANGUAGE=C
18654 export LANGUAGE
18656 # CDPATH.
18657 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18660 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18661 # ----------------------------------------
18662 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18663 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18664 # script with STATUS, using 1 if that was 0.
18665 as_fn_error ()
18667 as_status=$1; test $as_status -eq 0 && as_status=1
18668 if test "$4"; then
18669 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18670 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18672 $as_echo "$as_me: error: $2" >&2
18673 as_fn_exit $as_status
18674 } # as_fn_error
18677 # as_fn_set_status STATUS
18678 # -----------------------
18679 # Set $? to STATUS, without forking.
18680 as_fn_set_status ()
18682 return $1
18683 } # as_fn_set_status
18685 # as_fn_exit STATUS
18686 # -----------------
18687 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18688 as_fn_exit ()
18690 set +e
18691 as_fn_set_status $1
18692 exit $1
18693 } # as_fn_exit
18695 # as_fn_unset VAR
18696 # ---------------
18697 # Portably unset VAR.
18698 as_fn_unset ()
18700 { eval $1=; unset $1;}
18702 as_unset=as_fn_unset
18703 # as_fn_append VAR VALUE
18704 # ----------------------
18705 # Append the text in VALUE to the end of the definition contained in VAR. Take
18706 # advantage of any shell optimizations that allow amortized linear growth over
18707 # repeated appends, instead of the typical quadratic growth present in naive
18708 # implementations.
18709 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18710 eval 'as_fn_append ()
18712 eval $1+=\$2
18714 else
18715 as_fn_append ()
18717 eval $1=\$$1\$2
18719 fi # as_fn_append
18721 # as_fn_arith ARG...
18722 # ------------------
18723 # Perform arithmetic evaluation on the ARGs, and store the result in the
18724 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18725 # must be portable across $(()) and expr.
18726 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18727 eval 'as_fn_arith ()
18729 as_val=$(( $* ))
18731 else
18732 as_fn_arith ()
18734 as_val=`expr "$@" || test $? -eq 1`
18736 fi # as_fn_arith
18739 if expr a : '\(a\)' >/dev/null 2>&1 &&
18740 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18741 as_expr=expr
18742 else
18743 as_expr=false
18746 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18747 as_basename=basename
18748 else
18749 as_basename=false
18752 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18753 as_dirname=dirname
18754 else
18755 as_dirname=false
18758 as_me=`$as_basename -- "$0" ||
18759 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18760 X"$0" : 'X\(//\)$' \| \
18761 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18762 $as_echo X/"$0" |
18763 sed '/^.*\/\([^/][^/]*\)\/*$/{
18764 s//\1/
18767 /^X\/\(\/\/\)$/{
18768 s//\1/
18771 /^X\/\(\/\).*/{
18772 s//\1/
18775 s/.*/./; q'`
18777 # Avoid depending upon Character Ranges.
18778 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18779 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18780 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18781 as_cr_digits='0123456789'
18782 as_cr_alnum=$as_cr_Letters$as_cr_digits
18784 ECHO_C= ECHO_N= ECHO_T=
18785 case `echo -n x` in #(((((
18786 -n*)
18787 case `echo 'xy\c'` in
18788 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18789 xy) ECHO_C='\c';;
18790 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18791 ECHO_T=' ';;
18792 esac;;
18794 ECHO_N='-n';;
18795 esac
18797 rm -f conf$$ conf$$.exe conf$$.file
18798 if test -d conf$$.dir; then
18799 rm -f conf$$.dir/conf$$.file
18800 else
18801 rm -f conf$$.dir
18802 mkdir conf$$.dir 2>/dev/null
18804 if (echo >conf$$.file) 2>/dev/null; then
18805 if ln -s conf$$.file conf$$ 2>/dev/null; then
18806 as_ln_s='ln -s'
18807 # ... but there are two gotchas:
18808 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18809 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18810 # In both cases, we have to default to `cp -pR'.
18811 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18812 as_ln_s='cp -pR'
18813 elif ln conf$$.file conf$$ 2>/dev/null; then
18814 as_ln_s=ln
18815 else
18816 as_ln_s='cp -pR'
18818 else
18819 as_ln_s='cp -pR'
18821 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18822 rmdir conf$$.dir 2>/dev/null
18825 # as_fn_mkdir_p
18826 # -------------
18827 # Create "$as_dir" as a directory, including parents if necessary.
18828 as_fn_mkdir_p ()
18831 case $as_dir in #(
18832 -*) as_dir=./$as_dir;;
18833 esac
18834 test -d "$as_dir" || eval $as_mkdir_p || {
18835 as_dirs=
18836 while :; do
18837 case $as_dir in #(
18838 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18839 *) as_qdir=$as_dir;;
18840 esac
18841 as_dirs="'$as_qdir' $as_dirs"
18842 as_dir=`$as_dirname -- "$as_dir" ||
18843 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18844 X"$as_dir" : 'X\(//\)[^/]' \| \
18845 X"$as_dir" : 'X\(//\)$' \| \
18846 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18847 $as_echo X"$as_dir" |
18848 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18849 s//\1/
18852 /^X\(\/\/\)[^/].*/{
18853 s//\1/
18856 /^X\(\/\/\)$/{
18857 s//\1/
18860 /^X\(\/\).*/{
18861 s//\1/
18864 s/.*/./; q'`
18865 test -d "$as_dir" && break
18866 done
18867 test -z "$as_dirs" || eval "mkdir $as_dirs"
18868 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18871 } # as_fn_mkdir_p
18872 if mkdir -p . 2>/dev/null; then
18873 as_mkdir_p='mkdir -p "$as_dir"'
18874 else
18875 test -d ./-p && rmdir ./-p
18876 as_mkdir_p=false
18880 # as_fn_executable_p FILE
18881 # -----------------------
18882 # Test if FILE is an executable regular file.
18883 as_fn_executable_p ()
18885 test -f "$1" && test -x "$1"
18886 } # as_fn_executable_p
18887 as_test_x='test -x'
18888 as_executable_p=as_fn_executable_p
18890 # Sed expression to map a string onto a valid CPP name.
18891 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18893 # Sed expression to map a string onto a valid variable name.
18894 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18897 exec 6>&1
18898 ## ----------------------------------- ##
18899 ## Main body of $CONFIG_STATUS script. ##
18900 ## ----------------------------------- ##
18901 _ASEOF
18902 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18904 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18905 # Save the log message, to keep $0 and so on meaningful, and to
18906 # report actual input values of CONFIG_FILES etc. instead of their
18907 # values after options handling.
18908 ac_log="
18909 This file was extended by Wine $as_me 1.7.54, which was
18910 generated by GNU Autoconf 2.69. Invocation command line was
18912 CONFIG_FILES = $CONFIG_FILES
18913 CONFIG_HEADERS = $CONFIG_HEADERS
18914 CONFIG_LINKS = $CONFIG_LINKS
18915 CONFIG_COMMANDS = $CONFIG_COMMANDS
18916 $ $0 $@
18918 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18921 _ACEOF
18923 case $ac_config_files in *"
18924 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18925 esac
18927 case $ac_config_headers in *"
18928 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18929 esac
18932 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18933 # Files that config.status was made for.
18934 config_files="$ac_config_files"
18935 config_headers="$ac_config_headers"
18936 config_links="$ac_config_links"
18937 config_commands="$ac_config_commands"
18939 _ACEOF
18941 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18942 ac_cs_usage="\
18943 \`$as_me' instantiates files and other configuration actions
18944 from templates according to the current configuration. Unless the files
18945 and actions are specified as TAGs, all are instantiated by default.
18947 Usage: $0 [OPTION]... [TAG]...
18949 -h, --help print this help, then exit
18950 -V, --version print version number and configuration settings, then exit
18951 --config print configuration, then exit
18952 -q, --quiet, --silent
18953 do not print progress messages
18954 -d, --debug don't remove temporary files
18955 --recheck update $as_me by reconfiguring in the same conditions
18956 --file=FILE[:TEMPLATE]
18957 instantiate the configuration file FILE
18958 --header=FILE[:TEMPLATE]
18959 instantiate the configuration header FILE
18961 Configuration files:
18962 $config_files
18964 Configuration headers:
18965 $config_headers
18967 Configuration links:
18968 $config_links
18970 Configuration commands:
18971 $config_commands
18973 Report bugs to <wine-devel@winehq.org>.
18974 Wine home page: <http://www.winehq.org>."
18976 _ACEOF
18977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18978 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18979 ac_cs_version="\\
18980 Wine config.status 1.7.54
18981 configured by $0, generated by GNU Autoconf 2.69,
18982 with options \\"\$ac_cs_config\\"
18984 Copyright (C) 2012 Free Software Foundation, Inc.
18985 This config.status script is free software; the Free Software Foundation
18986 gives unlimited permission to copy, distribute and modify it."
18988 ac_pwd='$ac_pwd'
18989 srcdir='$srcdir'
18990 test -n "\$AWK" || AWK=awk
18991 _ACEOF
18993 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18994 # The default lists apply if the user does not specify any file.
18995 ac_need_defaults=:
18996 while test $# != 0
18998 case $1 in
18999 --*=?*)
19000 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19001 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19002 ac_shift=:
19004 --*=)
19005 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19006 ac_optarg=
19007 ac_shift=:
19010 ac_option=$1
19011 ac_optarg=$2
19012 ac_shift=shift
19014 esac
19016 case $ac_option in
19017 # Handling of the options.
19018 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19019 ac_cs_recheck=: ;;
19020 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19021 $as_echo "$ac_cs_version"; exit ;;
19022 --config | --confi | --conf | --con | --co | --c )
19023 $as_echo "$ac_cs_config"; exit ;;
19024 --debug | --debu | --deb | --de | --d | -d )
19025 debug=: ;;
19026 --file | --fil | --fi | --f )
19027 $ac_shift
19028 case $ac_optarg in
19029 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19030 '') as_fn_error $? "missing file argument" ;;
19031 esac
19032 as_fn_append CONFIG_FILES " '$ac_optarg'"
19033 ac_need_defaults=false;;
19034 --header | --heade | --head | --hea )
19035 $ac_shift
19036 case $ac_optarg in
19037 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19038 esac
19039 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19040 ac_need_defaults=false;;
19041 --he | --h)
19042 # Conflict between --help and --header
19043 as_fn_error $? "ambiguous option: \`$1'
19044 Try \`$0 --help' for more information.";;
19045 --help | --hel | -h )
19046 $as_echo "$ac_cs_usage"; exit ;;
19047 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19048 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19049 ac_cs_silent=: ;;
19051 # This is an error.
19052 -*) as_fn_error $? "unrecognized option: \`$1'
19053 Try \`$0 --help' for more information." ;;
19055 *) as_fn_append ac_config_targets " $1"
19056 ac_need_defaults=false ;;
19058 esac
19059 shift
19060 done
19062 ac_configure_extra_args=
19064 if $ac_cs_silent; then
19065 exec 6>/dev/null
19066 ac_configure_extra_args="$ac_configure_extra_args --silent"
19069 _ACEOF
19070 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19071 if \$ac_cs_recheck; then
19072 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19073 shift
19074 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19075 CONFIG_SHELL='$SHELL'
19076 export CONFIG_SHELL
19077 exec "\$@"
19080 _ACEOF
19081 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19082 exec 5>>config.log
19084 echo
19085 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19086 ## Running $as_me. ##
19087 _ASBOX
19088 $as_echo "$ac_log"
19089 } >&5
19091 _ACEOF
19092 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19094 # INIT-COMMANDS
19096 wine_fn_output_makedep ()
19098 as_dir=tools; as_fn_mkdir_p
19099 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19101 wine_fn_output_makefile ()
19103 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19104 `cat $wine_rules_file`
19105 _WINE_EOF
19106 as_fn_error $? "could not create Makefile" "$LINENO" 5
19108 wine_fn_output_gitignore ()
19110 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19111 $GITIGNORE
19112 _WINE_EOF
19113 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19116 _ACEOF
19118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19120 # Handling of arguments.
19121 for ac_config_target in $ac_config_targets
19123 case $ac_config_target in
19124 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19125 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19126 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19127 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19128 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19129 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19130 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19131 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19132 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19133 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19134 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19135 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19136 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19137 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19138 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19140 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19141 esac
19142 done
19145 # If the user did not use the arguments to specify the items to instantiate,
19146 # then the envvar interface is used. Set only those that are not.
19147 # We use the long form for the default assignment because of an extremely
19148 # bizarre bug on SunOS 4.1.3.
19149 if $ac_need_defaults; then
19150 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19151 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19152 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19153 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19156 # Have a temporary directory for convenience. Make it in the build tree
19157 # simply because there is no reason against having it here, and in addition,
19158 # creating and moving files from /tmp can sometimes cause problems.
19159 # Hook for its removal unless debugging.
19160 # Note that there is a small window in which the directory will not be cleaned:
19161 # after its creation but before its name has been assigned to `$tmp'.
19162 $debug ||
19164 tmp= ac_tmp=
19165 trap 'exit_status=$?
19166 : "${ac_tmp:=$tmp}"
19167 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19169 trap 'as_fn_exit 1' 1 2 13 15
19171 # Create a (secure) tmp directory for tmp files.
19174 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19175 test -d "$tmp"
19176 } ||
19178 tmp=./conf$$-$RANDOM
19179 (umask 077 && mkdir "$tmp")
19180 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19181 ac_tmp=$tmp
19183 # Set up the scripts for CONFIG_FILES section.
19184 # No need to generate them if there are no CONFIG_FILES.
19185 # This happens for instance with `./config.status config.h'.
19186 if test -n "$CONFIG_FILES"; then
19189 ac_cr=`echo X | tr X '\015'`
19190 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19191 # But we know of no other shell where ac_cr would be empty at this
19192 # point, so we can use a bashism as a fallback.
19193 if test "x$ac_cr" = x; then
19194 eval ac_cr=\$\'\\r\'
19196 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19197 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19198 ac_cs_awk_cr='\\r'
19199 else
19200 ac_cs_awk_cr=$ac_cr
19203 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19204 _ACEOF
19208 echo "cat >conf$$subs.awk <<_ACEOF" &&
19209 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19210 echo "_ACEOF"
19211 } >conf$$subs.sh ||
19212 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19213 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19214 ac_delim='%!_!# '
19215 for ac_last_try in false false false false false :; do
19216 . ./conf$$subs.sh ||
19217 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19219 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19220 if test $ac_delim_n = $ac_delim_num; then
19221 break
19222 elif $ac_last_try; then
19223 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19224 else
19225 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19227 done
19228 rm -f conf$$subs.sh
19230 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19231 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19232 _ACEOF
19233 sed -n '
19235 s/^/S["/; s/!.*/"]=/
19238 s/^[^!]*!//
19239 :repl
19240 t repl
19241 s/'"$ac_delim"'$//
19242 t delim
19245 s/\(.\{148\}\)..*/\1/
19246 t more1
19247 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19250 b repl
19251 :more1
19252 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19255 s/.\{148\}//
19256 t nl
19257 :delim
19259 s/\(.\{148\}\)..*/\1/
19260 t more2
19261 s/["\\]/\\&/g; s/^/"/; s/$/"/
19264 :more2
19265 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19268 s/.\{148\}//
19269 t delim
19270 ' <conf$$subs.awk | sed '
19271 /^[^""]/{
19273 s/\n//
19275 ' >>$CONFIG_STATUS || ac_write_fail=1
19276 rm -f conf$$subs.awk
19277 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19278 _ACAWK
19279 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19280 for (key in S) S_is_set[key] = 1
19281 FS = "\a"
19285 line = $ 0
19286 nfields = split(line, field, "@")
19287 substed = 0
19288 len = length(field[1])
19289 for (i = 2; i < nfields; i++) {
19290 key = field[i]
19291 keylen = length(key)
19292 if (S_is_set[key]) {
19293 value = S[key]
19294 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19295 len += length(value) + length(field[++i])
19296 substed = 1
19297 } else
19298 len += 1 + keylen
19301 print line
19304 _ACAWK
19305 _ACEOF
19306 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19307 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19308 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19309 else
19311 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19312 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19313 _ACEOF
19315 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19316 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19317 # trailing colons and then remove the whole line if VPATH becomes empty
19318 # (actually we leave an empty line to preserve line numbers).
19319 if test "x$srcdir" = x.; then
19320 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19322 s///
19323 s/^/:/
19324 s/[ ]*$/:/
19325 s/:\$(srcdir):/:/g
19326 s/:\${srcdir}:/:/g
19327 s/:@srcdir@:/:/g
19328 s/^:*//
19329 s/:*$//
19331 s/\(=[ ]*\).*/\1/
19333 s/\n//
19334 s/^[^=]*=[ ]*$//
19338 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19339 fi # test -n "$CONFIG_FILES"
19341 # Set up the scripts for CONFIG_HEADERS section.
19342 # No need to generate them if there are no CONFIG_HEADERS.
19343 # This happens for instance with `./config.status Makefile'.
19344 if test -n "$CONFIG_HEADERS"; then
19345 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19346 BEGIN {
19347 _ACEOF
19349 # Transform confdefs.h into an awk script `defines.awk', embedded as
19350 # here-document in config.status, that substitutes the proper values into
19351 # config.h.in to produce config.h.
19353 # Create a delimiter string that does not exist in confdefs.h, to ease
19354 # handling of long lines.
19355 ac_delim='%!_!# '
19356 for ac_last_try in false false :; do
19357 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19358 if test -z "$ac_tt"; then
19359 break
19360 elif $ac_last_try; then
19361 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19362 else
19363 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19365 done
19367 # For the awk script, D is an array of macro values keyed by name,
19368 # likewise P contains macro parameters if any. Preserve backslash
19369 # newline sequences.
19371 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19372 sed -n '
19373 s/.\{148\}/&'"$ac_delim"'/g
19374 t rset
19375 :rset
19376 s/^[ ]*#[ ]*define[ ][ ]*/ /
19377 t def
19379 :def
19380 s/\\$//
19381 t bsnl
19382 s/["\\]/\\&/g
19383 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19384 D["\1"]=" \3"/p
19385 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19387 :bsnl
19388 s/["\\]/\\&/g
19389 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19390 D["\1"]=" \3\\\\\\n"\\/p
19391 t cont
19392 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19393 t cont
19395 :cont
19397 s/.\{148\}/&'"$ac_delim"'/g
19398 t clear
19399 :clear
19400 s/\\$//
19401 t bsnlc
19402 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19404 :bsnlc
19405 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19406 b cont
19407 ' <confdefs.h | sed '
19408 s/'"$ac_delim"'/"\\\
19409 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19411 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19412 for (key in D) D_is_set[key] = 1
19413 FS = "\a"
19415 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19416 line = \$ 0
19417 split(line, arg, " ")
19418 if (arg[1] == "#") {
19419 defundef = arg[2]
19420 mac1 = arg[3]
19421 } else {
19422 defundef = substr(arg[1], 2)
19423 mac1 = arg[2]
19425 split(mac1, mac2, "(") #)
19426 macro = mac2[1]
19427 prefix = substr(line, 1, index(line, defundef) - 1)
19428 if (D_is_set[macro]) {
19429 # Preserve the white space surrounding the "#".
19430 print prefix "define", macro P[macro] D[macro]
19431 next
19432 } else {
19433 # Replace #undef with comments. This is necessary, for example,
19434 # in the case of _POSIX_SOURCE, which is predefined and required
19435 # on some systems where configure will not decide to define it.
19436 if (defundef == "undef") {
19437 print "/*", prefix defundef, macro, "*/"
19438 next
19442 { print }
19443 _ACAWK
19444 _ACEOF
19445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19446 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19447 fi # test -n "$CONFIG_HEADERS"
19450 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19451 shift
19452 for ac_tag
19454 case $ac_tag in
19455 :[FHLC]) ac_mode=$ac_tag; continue;;
19456 esac
19457 case $ac_mode$ac_tag in
19458 :[FHL]*:*);;
19459 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19460 :[FH]-) ac_tag=-:-;;
19461 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19462 esac
19463 ac_save_IFS=$IFS
19464 IFS=:
19465 set x $ac_tag
19466 IFS=$ac_save_IFS
19467 shift
19468 ac_file=$1
19469 shift
19471 case $ac_mode in
19472 :L) ac_source=$1;;
19473 :[FH])
19474 ac_file_inputs=
19475 for ac_f
19477 case $ac_f in
19478 -) ac_f="$ac_tmp/stdin";;
19479 *) # Look for the file first in the build tree, then in the source tree
19480 # (if the path is not absolute). The absolute path cannot be DOS-style,
19481 # because $ac_f cannot contain `:'.
19482 test -f "$ac_f" ||
19483 case $ac_f in
19484 [\\/$]*) false;;
19485 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19486 esac ||
19487 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19488 esac
19489 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19490 as_fn_append ac_file_inputs " '$ac_f'"
19491 done
19493 # Let's still pretend it is `configure' which instantiates (i.e., don't
19494 # use $as_me), people would be surprised to read:
19495 # /* config.h. Generated by config.status. */
19496 configure_input='Generated from '`
19497 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19498 `' by configure.'
19499 if test x"$ac_file" != x-; then
19500 configure_input="$ac_file. $configure_input"
19501 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19502 $as_echo "$as_me: creating $ac_file" >&6;}
19504 # Neutralize special characters interpreted by sed in replacement strings.
19505 case $configure_input in #(
19506 *\&* | *\|* | *\\* )
19507 ac_sed_conf_input=`$as_echo "$configure_input" |
19508 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19509 *) ac_sed_conf_input=$configure_input;;
19510 esac
19512 case $ac_tag in
19513 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19514 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19515 esac
19517 esac
19519 ac_dir=`$as_dirname -- "$ac_file" ||
19520 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19521 X"$ac_file" : 'X\(//\)[^/]' \| \
19522 X"$ac_file" : 'X\(//\)$' \| \
19523 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19524 $as_echo X"$ac_file" |
19525 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19526 s//\1/
19529 /^X\(\/\/\)[^/].*/{
19530 s//\1/
19533 /^X\(\/\/\)$/{
19534 s//\1/
19537 /^X\(\/\).*/{
19538 s//\1/
19541 s/.*/./; q'`
19542 as_dir="$ac_dir"; as_fn_mkdir_p
19543 ac_builddir=.
19545 case "$ac_dir" in
19546 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19548 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19549 # A ".." for each directory in $ac_dir_suffix.
19550 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19551 case $ac_top_builddir_sub in
19552 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19553 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19554 esac ;;
19555 esac
19556 ac_abs_top_builddir=$ac_pwd
19557 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19558 # for backward compatibility:
19559 ac_top_builddir=$ac_top_build_prefix
19561 case $srcdir in
19562 .) # We are building in place.
19563 ac_srcdir=.
19564 ac_top_srcdir=$ac_top_builddir_sub
19565 ac_abs_top_srcdir=$ac_pwd ;;
19566 [\\/]* | ?:[\\/]* ) # Absolute name.
19567 ac_srcdir=$srcdir$ac_dir_suffix;
19568 ac_top_srcdir=$srcdir
19569 ac_abs_top_srcdir=$srcdir ;;
19570 *) # Relative name.
19571 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19572 ac_top_srcdir=$ac_top_build_prefix$srcdir
19573 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19574 esac
19575 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19578 case $ac_mode in
19581 # CONFIG_FILE
19584 _ACEOF
19586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19587 # If the template does not know about datarootdir, expand it.
19588 # FIXME: This hack should be removed a few years after 2.60.
19589 ac_datarootdir_hack=; ac_datarootdir_seen=
19590 ac_sed_dataroot='
19591 /datarootdir/ {
19595 /@datadir@/p
19596 /@docdir@/p
19597 /@infodir@/p
19598 /@localedir@/p
19599 /@mandir@/p'
19600 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19601 *datarootdir*) ac_datarootdir_seen=yes;;
19602 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19604 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19605 _ACEOF
19606 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19607 ac_datarootdir_hack='
19608 s&@datadir@&$datadir&g
19609 s&@docdir@&$docdir&g
19610 s&@infodir@&$infodir&g
19611 s&@localedir@&$localedir&g
19612 s&@mandir@&$mandir&g
19613 s&\\\${datarootdir}&$datarootdir&g' ;;
19614 esac
19615 _ACEOF
19617 # Neutralize VPATH when `$srcdir' = `.'.
19618 # Shell code in configure.ac might set extrasub.
19619 # FIXME: do we really want to maintain this feature?
19620 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19621 ac_sed_extra="$ac_vpsub
19622 $extrasub
19623 _ACEOF
19624 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19626 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19627 s|@configure_input@|$ac_sed_conf_input|;t t
19628 s&@top_builddir@&$ac_top_builddir_sub&;t t
19629 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19630 s&@srcdir@&$ac_srcdir&;t t
19631 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19632 s&@top_srcdir@&$ac_top_srcdir&;t t
19633 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19634 s&@builddir@&$ac_builddir&;t t
19635 s&@abs_builddir@&$ac_abs_builddir&;t t
19636 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19637 $ac_datarootdir_hack
19639 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19640 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19642 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19643 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19644 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19645 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19647 which seems to be undefined. Please make sure it is defined" >&5
19648 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19649 which seems to be undefined. Please make sure it is defined" >&2;}
19651 rm -f "$ac_tmp/stdin"
19652 case $ac_file in
19653 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19654 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19655 esac \
19656 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19660 # CONFIG_HEADER
19662 if test x"$ac_file" != x-; then
19664 $as_echo "/* $configure_input */" \
19665 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19666 } >"$ac_tmp/config.h" \
19667 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19668 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19669 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19670 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19671 else
19672 rm -f "$ac_file"
19673 mv "$ac_tmp/config.h" "$ac_file" \
19674 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19676 else
19677 $as_echo "/* $configure_input */" \
19678 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19679 || as_fn_error $? "could not create -" "$LINENO" 5
19684 # CONFIG_LINK
19687 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19689 else
19690 # Prefer the file from the source tree if names are identical.
19691 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19692 ac_source=$srcdir/$ac_source
19695 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19696 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19698 if test ! -r "$ac_source"; then
19699 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19701 rm -f "$ac_file"
19703 # Try a relative symlink, then a hard link, then a copy.
19704 case $ac_source in
19705 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19706 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19707 esac
19708 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19709 ln "$ac_source" "$ac_file" 2>/dev/null ||
19710 cp -p "$ac_source" "$ac_file" ||
19711 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19714 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19715 $as_echo "$as_me: executing $ac_file commands" >&6;}
19717 esac
19720 case $ac_file$ac_mode in
19721 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19722 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19723 "Makefile":C) wine_fn_output_makefile Makefile ;;
19724 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19726 esac
19727 done # for ac_tag
19730 as_fn_exit 0
19731 _ACEOF
19732 ac_clean_files=$ac_clean_files_save
19734 test $ac_write_fail = 0 ||
19735 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19738 # configure is writing to config.log, and then calls config.status.
19739 # config.status does its own redirection, appending to config.log.
19740 # Unfortunately, on DOS this fails, as config.log is still kept open
19741 # by configure, so config.status won't be able to write to it; its
19742 # output is simply discarded. So we exec the FD to /dev/null,
19743 # effectively closing config.log, so it can be properly (re)opened and
19744 # appended to by config.status. When coming back to configure, we
19745 # need to make the FD available again.
19746 if test "$no_create" != yes; then
19747 ac_cs_success=:
19748 ac_config_status_args=
19749 test "$silent" = yes &&
19750 ac_config_status_args="$ac_config_status_args --quiet"
19751 exec 5>/dev/null
19752 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19753 exec 5>>config.log
19754 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19755 # would make configure fail if this is the last instruction.
19756 $ac_cs_success || as_fn_exit 1
19758 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19760 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19764 if test "$no_create" = "yes"
19765 then
19766 exit 0
19769 ac_save_IFS="$IFS"
19770 if test "x$wine_notices" != x; then
19771 echo >&6
19772 IFS="|"
19773 for msg in $wine_notices; do
19774 IFS="$ac_save_IFS"
19775 if ${msg:+false} :; then :
19777 else
19778 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19779 $as_echo "$as_me: $msg" >&6;}
19781 done
19783 IFS="|"
19784 for msg in $wine_warnings; do
19785 IFS="$ac_save_IFS"
19786 if ${msg:+false} :; then :
19788 else
19789 echo >&2
19790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19791 $as_echo "$as_me: WARNING: $msg" >&2;}
19793 done
19794 IFS="$ac_save_IFS"
19796 $as_echo "
19797 $as_me: Finished. Do '${ac_make}' to compile Wine.
19798 " >&6