d3d11: Implement d3d11_immediate_context_SetPredication().
[wine.git] / configure
blob7161077351115b5736746ce9424b881dd5f402ff
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.54.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev/null; then :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
219 for as_base in sh bash ksh sh5; do
220 # Try only shells that exist, to save several forks.
221 as_shell=$as_dir/$as_base
222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 CONFIG_SHELL=$as_shell as_have_required=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235 CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
262 if test x$as_have_required = xno; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x${ZSH_VERSION+set} = xset ; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268 else
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
331 as_dirs="'$as_qdir' $as_dirs"
332 as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
415 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit $as_status
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
468 as_lineno_1=$LINENO as_lineno_1a=$LINENO
469 as_lineno_2=$LINENO as_lineno_2a=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
488 chmod +x "$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s='ln -s'
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
543 if mkdir -p . 2>/dev/null; then
544 as_mkdir_p='mkdir -p "$as_dir"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.7.54'
584 PACKAGE_STRING='Wine 1.7.54'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 LINGUAS
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 EXCESS_PRECISION_CFLAGS
636 BUILTINFLAG
637 EXTRACFLAGS
638 PROCSTAT_LIBS
639 KSTAT_LIBS
640 MPG123_LIBS
641 MPG123_CFLAGS
642 TIFF_LIBS
643 TIFF_CFLAGS
644 PNG_LIBS
645 PNG_CFLAGS
646 JPEG_LIBS
647 JPEG_CFLAGS
648 FONTCONFIG_LIBS
649 FONTCONFIG_CFLAGS
650 CUPS_CFLAGS
651 CAPI20_LIBS
652 CAPI20_CFLAGS
653 OSS4_CFLAGS
654 ALSA_LIBS
655 GSTREAMER_LIBS
656 GSTREAMER_CFLAGS
657 PULSE_LIBS
658 PULSE_CFLAGS
659 GETTEXTPO_LIBS
660 Z_LIBS
661 FREETYPE_LIBS
662 FREETYPE_CFLAGS
663 LCMS2_LIBS
664 LCMS2_CFLAGS
665 RESOLV_LIBS
666 GPHOTO2_PORT_LIBS
667 GPHOTO2_PORT_CFLAGS
668 GPHOTO2_LIBS
669 GPHOTO2_CFLAGS
670 SANE_LIBS
671 SANE_CFLAGS
672 GNUTLS_LIBS
673 GNUTLS_CFLAGS
674 HAL_LIBS
675 HAL_CFLAGS
676 DBUS_LIBS
677 DBUS_CFLAGS
678 XSLT_LIBS
679 XSLT_CFLAGS
680 XML2_LIBS
681 XML2_CFLAGS
682 PCAP_LIBS
683 X_EXTRA_LIBS
684 X_LIBS
685 X_PRE_LIBS
686 X_CFLAGS
687 XMKMF
688 PTHREAD_LIBS
689 CROSSCC
690 CROSSTARGET
691 PRELINK
692 CARBON_LIBS
693 QUICKTIME_LIBS
694 OPENCL_LIBS
695 OPENAL_LIBS
696 COREAUDIO_LIBS
697 SECURITY_LIBS
698 DISKARBITRATION_LIBS
699 APPKIT_LIBS
700 CORESERVICES_LIBS
701 APPLICATIONSERVICES_LIBS
702 FORCEFEEDBACK_LIBS
703 IOKIT_LIBS
704 COREFOUNDATION_LIBS
705 LIBWINE_RULES
706 SOCKET_LIBS
707 DLLTOOL
708 ALL_TEST_RESOURCES
709 READELF
710 OTOOL
712 LOADER_RULES
713 LDRPATH_LOCAL
714 LDRPATH_INSTALL
715 DLLFLAGS
716 dlldir
718 OPENGL_LIBS
719 ICOTOOL
720 CONVERT
721 RSVG
722 FONTFORGE
723 PKG_CONFIG
724 MSGFMT
725 LDCONFIG
726 EGREP
727 GREP
728 LN_S
729 RANLIB
730 ARFLAGS
731 STRIP
732 ac_ct_AR
734 BISON
735 FLEX
736 TOOLSDIR
737 TARGETFLAGS
739 CPPBIN
740 ac_ct_CXX
741 CXXFLAGS
743 OBJEXT
744 EXEEXT
745 ac_ct_CC
746 CPPFLAGS
747 LDFLAGS
748 CFLAGS
750 SET_MAKE
751 host_os
752 host_vendor
753 host_cpu
754 host
755 build_os
756 build_vendor
757 build_cpu
758 build
759 target_alias
760 host_alias
761 build_alias
762 LIBS
763 ECHO_T
764 ECHO_N
765 ECHO_C
766 DEFS
767 mandir
768 localedir
769 libdir
770 psdir
771 pdfdir
772 dvidir
773 htmldir
774 infodir
775 docdir
776 oldincludedir
777 includedir
778 runstatedir
779 localstatedir
780 sharedstatedir
781 sysconfdir
782 datadir
783 datarootdir
784 libexecdir
785 sbindir
786 bindir
787 program_transform_name
788 prefix
789 exec_prefix
790 PACKAGE_URL
791 PACKAGE_BUGREPORT
792 PACKAGE_STRING
793 PACKAGE_VERSION
794 PACKAGE_TARNAME
795 PACKAGE_NAME
796 PATH_SEPARATOR
797 SHELL'
798 ac_subst_files=''
799 ac_user_opts='
800 enable_option_checking
801 enable_win16
802 enable_win64
803 enable_tests
804 enable_maintainer_mode
805 with_alsa
806 with_capi
807 with_cms
808 with_coreaudio
809 with_cups
810 with_curses
811 with_dbus
812 with_fontconfig
813 with_freetype
814 with_gettext
815 with_gettextpo
816 with_gphoto
817 with_glu
818 with_gnutls
819 with_gsm
820 with_gstreamer
821 with_hal
822 with_jpeg
823 with_ldap
824 with_mpg123
825 with_netapi
826 with_openal
827 with_opencl
828 with_opengl
829 with_osmesa
830 with_oss
831 with_pcap
832 with_png
833 with_pthread
834 with_pulse
835 with_sane
836 with_tiff
837 with_v4l
838 with_xcomposite
839 with_xcursor
840 with_xinerama
841 with_xinput
842 with_xinput2
843 with_xml
844 with_xrandr
845 with_xrender
846 with_xshape
847 with_xshm
848 with_xslt
849 with_xxf86vm
850 with_zlib
851 with_wine_tools
852 with_wine64
853 enable_largefile
854 with_x
855 enable_acledit
856 enable_aclui
857 enable_activeds
858 enable_actxprxy
859 enable_advapi32
860 enable_advpack
861 enable_amstream
862 enable_api_ms_win_core_com_l1_1_0
863 enable_api_ms_win_core_console_l1_1_0
864 enable_api_ms_win_core_datetime_l1_1_0
865 enable_api_ms_win_core_datetime_l1_1_1
866 enable_api_ms_win_core_debug_l1_1_0
867 enable_api_ms_win_core_debug_l1_1_1
868 enable_api_ms_win_core_errorhandling_l1_1_0
869 enable_api_ms_win_core_errorhandling_l1_1_1
870 enable_api_ms_win_core_errorhandling_l1_1_2
871 enable_api_ms_win_core_fibers_l1_1_0
872 enable_api_ms_win_core_fibers_l1_1_1
873 enable_api_ms_win_core_file_l1_1_0
874 enable_api_ms_win_core_file_l1_2_0
875 enable_api_ms_win_core_file_l2_1_0
876 enable_api_ms_win_core_file_l2_1_1
877 enable_api_ms_win_core_handle_l1_1_0
878 enable_api_ms_win_core_heap_l1_1_0
879 enable_api_ms_win_core_heap_l1_2_0
880 enable_api_ms_win_core_heap_obsolete_l1_1_0
881 enable_api_ms_win_core_interlocked_l1_1_0
882 enable_api_ms_win_core_interlocked_l1_2_0
883 enable_api_ms_win_core_io_l1_1_1
884 enable_api_ms_win_core_kernel32_legacy_l1_1_0
885 enable_api_ms_win_core_libraryloader_l1_1_0
886 enable_api_ms_win_core_libraryloader_l1_1_1
887 enable_api_ms_win_core_localization_l1_2_0
888 enable_api_ms_win_core_localization_l1_2_1
889 enable_api_ms_win_core_localization_obsolete_l1_1_0
890 enable_api_ms_win_core_localregistry_l1_1_0
891 enable_api_ms_win_core_memory_l1_1_0
892 enable_api_ms_win_core_memory_l1_1_1
893 enable_api_ms_win_core_misc_l1_1_0
894 enable_api_ms_win_core_namedpipe_l1_1_0
895 enable_api_ms_win_core_namedpipe_l1_2_0
896 enable_api_ms_win_core_processenvironment_l1_1_0
897 enable_api_ms_win_core_processenvironment_l1_2_0
898 enable_api_ms_win_core_processthreads_l1_1_0
899 enable_api_ms_win_core_processthreads_l1_1_1
900 enable_api_ms_win_core_processthreads_l1_1_2
901 enable_api_ms_win_core_profile_l1_1_0
902 enable_api_ms_win_core_psapi_l1_1_0
903 enable_api_ms_win_core_registry_l1_1_0
904 enable_api_ms_win_core_rtlsupport_l1_1_0
905 enable_api_ms_win_core_rtlsupport_l1_2_0
906 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
907 enable_api_ms_win_core_string_l1_1_0
908 enable_api_ms_win_core_synch_l1_1_0
909 enable_api_ms_win_core_synch_l1_2_0
910 enable_api_ms_win_core_sysinfo_l1_1_0
911 enable_api_ms_win_core_sysinfo_l1_2_0
912 enable_api_ms_win_core_sysinfo_l1_2_1
913 enable_api_ms_win_core_threadpool_legacy_l1_1_0
914 enable_api_ms_win_core_timezone_l1_1_0
915 enable_api_ms_win_core_url_l1_1_0
916 enable_api_ms_win_core_util_l1_1_0
917 enable_api_ms_win_core_winrt_error_l1_1_0
918 enable_api_ms_win_core_winrt_error_l1_1_1
919 enable_api_ms_win_core_winrt_l1_1_0
920 enable_api_ms_win_core_winrt_string_l1_1_0
921 enable_api_ms_win_core_xstate_l2_1_0
922 enable_api_ms_win_crt_conio_l1_1_0
923 enable_api_ms_win_crt_convert_l1_1_0
924 enable_api_ms_win_crt_environment_l1_1_0
925 enable_api_ms_win_crt_filesystem_l1_1_0
926 enable_api_ms_win_crt_heap_l1_1_0
927 enable_api_ms_win_crt_locale_l1_1_0
928 enable_api_ms_win_crt_math_l1_1_0
929 enable_api_ms_win_crt_multibyte_l1_1_0
930 enable_api_ms_win_crt_private_l1_1_0
931 enable_api_ms_win_crt_process_l1_1_0
932 enable_api_ms_win_crt_runtime_l1_1_0
933 enable_api_ms_win_crt_stdio_l1_1_0
934 enable_api_ms_win_crt_string_l1_1_0
935 enable_api_ms_win_crt_time_l1_1_0
936 enable_api_ms_win_crt_utility_l1_1_0
937 enable_api_ms_win_downlevel_advapi32_l1_1_0
938 enable_api_ms_win_downlevel_advapi32_l2_1_0
939 enable_api_ms_win_downlevel_normaliz_l1_1_0
940 enable_api_ms_win_downlevel_ole32_l1_1_0
941 enable_api_ms_win_downlevel_shell32_l1_1_0
942 enable_api_ms_win_downlevel_shlwapi_l1_1_0
943 enable_api_ms_win_downlevel_shlwapi_l2_1_0
944 enable_api_ms_win_downlevel_user32_l1_1_0
945 enable_api_ms_win_downlevel_version_l1_1_0
946 enable_api_ms_win_eventing_provider_l1_1_0
947 enable_api_ms_win_ntuser_dc_access_l1_1_0
948 enable_api_ms_win_security_base_l1_1_0
949 enable_api_ms_win_security_base_l1_2_0
950 enable_api_ms_win_security_sddl_l1_1_0
951 enable_api_ms_win_service_core_l1_1_1
952 enable_api_ms_win_service_management_l1_1_0
953 enable_api_ms_win_service_winsvc_l1_2_0
954 enable_apphelp
955 enable_appwiz_cpl
956 enable_atl
957 enable_atl100
958 enable_atl110
959 enable_atl80
960 enable_atl90
961 enable_authz
962 enable_avicap32
963 enable_avifil32
964 enable_avrt
965 enable_bcrypt
966 enable_browseui
967 enable_bthprops_cpl
968 enable_cabinet
969 enable_capi2032
970 enable_cards
971 enable_cfgmgr32
972 enable_clusapi
973 enable_combase
974 enable_comcat
975 enable_comctl32
976 enable_comdlg32
977 enable_compstui
978 enable_comsvcs
979 enable_connect
980 enable_credui
981 enable_crtdll
982 enable_crypt32
983 enable_cryptdlg
984 enable_cryptdll
985 enable_cryptext
986 enable_cryptnet
987 enable_cryptui
988 enable_ctapi32
989 enable_ctl3d32
990 enable_d2d1
991 enable_d3d10
992 enable_d3d10_1
993 enable_d3d10core
994 enable_d3d11
995 enable_d3d8
996 enable_d3d9
997 enable_d3dcompiler_33
998 enable_d3dcompiler_34
999 enable_d3dcompiler_35
1000 enable_d3dcompiler_36
1001 enable_d3dcompiler_37
1002 enable_d3dcompiler_38
1003 enable_d3dcompiler_39
1004 enable_d3dcompiler_40
1005 enable_d3dcompiler_41
1006 enable_d3dcompiler_42
1007 enable_d3dcompiler_43
1008 enable_d3dcompiler_46
1009 enable_d3dcompiler_47
1010 enable_d3dim
1011 enable_d3drm
1012 enable_d3dx10_33
1013 enable_d3dx10_34
1014 enable_d3dx10_35
1015 enable_d3dx10_36
1016 enable_d3dx10_37
1017 enable_d3dx10_38
1018 enable_d3dx10_39
1019 enable_d3dx10_40
1020 enable_d3dx10_41
1021 enable_d3dx10_42
1022 enable_d3dx10_43
1023 enable_d3dx11_42
1024 enable_d3dx11_43
1025 enable_d3dx9_24
1026 enable_d3dx9_25
1027 enable_d3dx9_26
1028 enable_d3dx9_27
1029 enable_d3dx9_28
1030 enable_d3dx9_29
1031 enable_d3dx9_30
1032 enable_d3dx9_31
1033 enable_d3dx9_32
1034 enable_d3dx9_33
1035 enable_d3dx9_34
1036 enable_d3dx9_35
1037 enable_d3dx9_36
1038 enable_d3dx9_37
1039 enable_d3dx9_38
1040 enable_d3dx9_39
1041 enable_d3dx9_40
1042 enable_d3dx9_41
1043 enable_d3dx9_42
1044 enable_d3dx9_43
1045 enable_d3dxof
1046 enable_davclnt
1047 enable_dbgeng
1048 enable_dbghelp
1049 enable_dciman32
1050 enable_ddraw
1051 enable_ddrawex
1052 enable_devenum
1053 enable_dhcpcsvc
1054 enable_difxapi
1055 enable_dinput
1056 enable_dinput8
1057 enable_dispex
1058 enable_dmband
1059 enable_dmcompos
1060 enable_dmime
1061 enable_dmloader
1062 enable_dmscript
1063 enable_dmstyle
1064 enable_dmsynth
1065 enable_dmusic
1066 enable_dmusic32
1067 enable_dnsapi
1068 enable_dplay
1069 enable_dplayx
1070 enable_dpnaddr
1071 enable_dpnet
1072 enable_dpnhpast
1073 enable_dpnlobby
1074 enable_dpvoice
1075 enable_dpwsockx
1076 enable_drmclien
1077 enable_dsound
1078 enable_dssenh
1079 enable_dswave
1080 enable_dwmapi
1081 enable_dwrite
1082 enable_dxdiagn
1083 enable_dxgi
1084 enable_dxva2
1085 enable_esent
1086 enable_evr
1087 enable_explorerframe
1088 enable_ext_ms_win_gdi_devcaps_l1_1_0
1089 enable_faultrep
1090 enable_fltlib
1091 enable_fltmgr_sys
1092 enable_fntcache
1093 enable_fontsub
1094 enable_fusion
1095 enable_fwpuclnt
1096 enable_gameux
1097 enable_gdi32
1098 enable_gdiplus
1099 enable_glu32
1100 enable_gphoto2_ds
1101 enable_gpkcsp
1102 enable_hal
1103 enable_hhctrl_ocx
1104 enable_hid
1105 enable_hidclass_sys
1106 enable_hlink
1107 enable_hnetcfg
1108 enable_httpapi
1109 enable_iccvid
1110 enable_icmp
1111 enable_ieframe
1112 enable_imaadp32_acm
1113 enable_imagehlp
1114 enable_imm32
1115 enable_inetcomm
1116 enable_inetcpl_cpl
1117 enable_inetmib1
1118 enable_infosoft
1119 enable_initpki
1120 enable_inkobj
1121 enable_inseng
1122 enable_iphlpapi
1123 enable_itircl
1124 enable_itss
1125 enable_joy_cpl
1126 enable_jscript
1127 enable_jsproxy
1128 enable_kernel32
1129 enable_ksuser
1130 enable_ktmw32
1131 enable_loadperf
1132 enable_localspl
1133 enable_localui
1134 enable_lz32
1135 enable_mapi32
1136 enable_mapistub
1137 enable_mciavi32
1138 enable_mcicda
1139 enable_mciqtz32
1140 enable_mciseq
1141 enable_mciwave
1142 enable_mf
1143 enable_mfplat
1144 enable_mfreadwrite
1145 enable_mgmtapi
1146 enable_midimap
1147 enable_mlang
1148 enable_mmcndmgr
1149 enable_mmdevapi
1150 enable_mountmgr_sys
1151 enable_mpr
1152 enable_mprapi
1153 enable_msacm32_drv
1154 enable_msacm32
1155 enable_msadp32_acm
1156 enable_msasn1
1157 enable_mscat32
1158 enable_mscms
1159 enable_mscoree
1160 enable_msctf
1161 enable_msctfp
1162 enable_msdaps
1163 enable_msdelta
1164 enable_msdmo
1165 enable_msftedit
1166 enable_msg711_acm
1167 enable_msgsm32_acm
1168 enable_mshtml_tlb
1169 enable_mshtml
1170 enable_msi
1171 enable_msident
1172 enable_msimg32
1173 enable_msimsg
1174 enable_msimtf
1175 enable_msisip
1176 enable_msisys_ocx
1177 enable_msls31
1178 enable_msnet32
1179 enable_mspatcha
1180 enable_msrle32
1181 enable_msscript_ocx
1182 enable_mssign32
1183 enable_mssip32
1184 enable_mstask
1185 enable_msvcirt
1186 enable_msvcm80
1187 enable_msvcm90
1188 enable_msvcp100
1189 enable_msvcp110
1190 enable_msvcp120
1191 enable_msvcp120_app
1192 enable_msvcp60
1193 enable_msvcp70
1194 enable_msvcp71
1195 enable_msvcp80
1196 enable_msvcp90
1197 enable_msvcr100
1198 enable_msvcr110
1199 enable_msvcr120
1200 enable_msvcr120_app
1201 enable_msvcr70
1202 enable_msvcr71
1203 enable_msvcr80
1204 enable_msvcr90
1205 enable_msvcrt
1206 enable_msvcrt20
1207 enable_msvcrt40
1208 enable_msvcrtd
1209 enable_msvfw32
1210 enable_msvidc32
1211 enable_mswsock
1212 enable_msxml
1213 enable_msxml2
1214 enable_msxml3
1215 enable_msxml4
1216 enable_msxml6
1217 enable_nddeapi
1218 enable_ndis_sys
1219 enable_netapi32
1220 enable_netcfgx
1221 enable_netprofm
1222 enable_newdev
1223 enable_normaliz
1224 enable_npmshtml
1225 enable_npptools
1226 enable_ntdll
1227 enable_ntdsapi
1228 enable_ntoskrnl_exe
1229 enable_ntprint
1230 enable_objsel
1231 enable_odbc32
1232 enable_odbccp32
1233 enable_odbccu32
1234 enable_ole32
1235 enable_oleacc
1236 enable_oleaut32
1237 enable_olecli32
1238 enable_oledb32
1239 enable_oledlg
1240 enable_olepro32
1241 enable_olesvr32
1242 enable_olethk32
1243 enable_openal32
1244 enable_opencl
1245 enable_opengl32
1246 enable_packager
1247 enable_pdh
1248 enable_photometadatahandler
1249 enable_pidgen
1250 enable_powrprof
1251 enable_printui
1252 enable_prntvpt
1253 enable_propsys
1254 enable_psapi
1255 enable_pstorec
1256 enable_qcap
1257 enable_qedit
1258 enable_qmgr
1259 enable_qmgrprxy
1260 enable_quartz
1261 enable_query
1262 enable_rasapi32
1263 enable_rasdlg
1264 enable_regapi
1265 enable_resutils
1266 enable_riched20
1267 enable_riched32
1268 enable_rpcrt4
1269 enable_rsabase
1270 enable_rsaenh
1271 enable_rstrtmgr
1272 enable_rtutils
1273 enable_samlib
1274 enable_sane_ds
1275 enable_scarddlg
1276 enable_sccbase
1277 enable_schannel
1278 enable_schedsvc
1279 enable_scrrun
1280 enable_scsiport_sys
1281 enable_secur32
1282 enable_security
1283 enable_sensapi
1284 enable_serialui
1285 enable_setupapi
1286 enable_sfc
1287 enable_sfc_os
1288 enable_shdoclc
1289 enable_shdocvw
1290 enable_shell32
1291 enable_shfolder
1292 enable_shlwapi
1293 enable_slbcsp
1294 enable_slc
1295 enable_snmpapi
1296 enable_softpub
1297 enable_spoolss
1298 enable_stdole2_tlb
1299 enable_stdole32_tlb
1300 enable_sti
1301 enable_svrapi
1302 enable_sxs
1303 enable_t2embed
1304 enable_tapi32
1305 enable_taskschd
1306 enable_traffic
1307 enable_twain_32
1308 enable_ucrtbase
1309 enable_unicows
1310 enable_updspapi
1311 enable_url
1312 enable_urlmon
1313 enable_usbd_sys
1314 enable_user32
1315 enable_userenv
1316 enable_usp10
1317 enable_uxtheme
1318 enable_vbscript
1319 enable_vcomp
1320 enable_vcomp100
1321 enable_vcomp110
1322 enable_vcomp120
1323 enable_vcomp90
1324 enable_vcruntime140
1325 enable_vdmdbg
1326 enable_version
1327 enable_vssapi
1328 enable_wbemdisp
1329 enable_wbemprox
1330 enable_webservices
1331 enable_wer
1332 enable_wevtapi
1333 enable_wiaservc
1334 enable_wimgapi
1335 enable_windowscodecs
1336 enable_windowscodecsext
1337 enable_winealsa_drv
1338 enable_winecoreaudio_drv
1339 enable_wined3d
1340 enable_winegstreamer
1341 enable_winejoystick_drv
1342 enable_winemac_drv
1343 enable_winemapi
1344 enable_winemp3_acm
1345 enable_wineoss_drv
1346 enable_wineps_drv
1347 enable_winepulse_drv
1348 enable_wineqtdecoder
1349 enable_winex11_drv
1350 enable_wing32
1351 enable_winhttp
1352 enable_wininet
1353 enable_winmm
1354 enable_winnls32
1355 enable_winscard
1356 enable_winspool_drv
1357 enable_winsta
1358 enable_wintab32
1359 enable_wintrust
1360 enable_wlanapi
1361 enable_wldap32
1362 enable_wmi
1363 enable_wmiutils
1364 enable_wmp
1365 enable_wmvcore
1366 enable_wnaspi32
1367 enable_wpcap
1368 enable_ws2_32
1369 enable_wshom_ocx
1370 enable_wsnmp32
1371 enable_wsock32
1372 enable_wtsapi32
1373 enable_wuapi
1374 enable_wuaueng
1375 enable_x3daudio1_0
1376 enable_x3daudio1_1
1377 enable_x3daudio1_2
1378 enable_x3daudio1_3
1379 enable_x3daudio1_4
1380 enable_x3daudio1_5
1381 enable_x3daudio1_6
1382 enable_x3daudio1_7
1383 enable_xapofx1_1
1384 enable_xapofx1_2
1385 enable_xapofx1_3
1386 enable_xapofx1_4
1387 enable_xapofx1_5
1388 enable_xaudio2_0
1389 enable_xaudio2_1
1390 enable_xaudio2_2
1391 enable_xaudio2_3
1392 enable_xaudio2_4
1393 enable_xaudio2_5
1394 enable_xaudio2_6
1395 enable_xaudio2_7
1396 enable_xaudio2_8
1397 enable_xinput1_1
1398 enable_xinput1_2
1399 enable_xinput1_3
1400 enable_xinput1_4
1401 enable_xinput9_1_0
1402 enable_xmllite
1403 enable_xolehlp
1404 enable_xpsprint
1405 enable_xpssvcs
1406 enable_fonts
1407 enable_include
1408 enable_libs_port
1409 enable_libs_wine
1410 enable_libs_wpp
1411 enable_loader
1412 enable_arp
1413 enable_aspnet_regiis
1414 enable_attrib
1415 enable_cabarc
1416 enable_cacls
1417 enable_clock
1418 enable_cmd
1419 enable_conhost
1420 enable_control
1421 enable_cscript
1422 enable_dpnsvr
1423 enable_dxdiag
1424 enable_eject
1425 enable_expand
1426 enable_explorer
1427 enable_extrac32
1428 enable_findstr
1429 enable_hh
1430 enable_hostname
1431 enable_icinfo
1432 enable_iexplore
1433 enable_ipconfig
1434 enable_lodctr
1435 enable_mofcomp
1436 enable_mshta
1437 enable_msiexec
1438 enable_net
1439 enable_netsh
1440 enable_netstat
1441 enable_ngen
1442 enable_notepad
1443 enable_oleview
1444 enable_ping
1445 enable_plugplay
1446 enable_presentationfontcache
1447 enable_progman
1448 enable_reg
1449 enable_regasm
1450 enable_regedit
1451 enable_regsvcs
1452 enable_regsvr32
1453 enable_rpcss
1454 enable_rundll32
1455 enable_sc
1456 enable_schtasks
1457 enable_sdbinst
1458 enable_secedit
1459 enable_servicemodelreg
1460 enable_services
1461 enable_spoolsv
1462 enable_start
1463 enable_svchost
1464 enable_systeminfo
1465 enable_taskkill
1466 enable_tasklist
1467 enable_taskmgr
1468 enable_termsv
1469 enable_uninstaller
1470 enable_unlodctr
1471 enable_view
1472 enable_wevtutil
1473 enable_wineboot
1474 enable_winebrowser
1475 enable_winecfg
1476 enable_wineconsole
1477 enable_winedbg
1478 enable_winedevice
1479 enable_winefile
1480 enable_winemenubuilder
1481 enable_winemine
1482 enable_winemsibuilder
1483 enable_winepath
1484 enable_winetest
1485 enable_winhlp32
1486 enable_winver
1487 enable_wmic
1488 enable_wmplayer
1489 enable_wordpad
1490 enable_write
1491 enable_wscript
1492 enable_wusa
1493 enable_xcopy
1494 enable_server
1495 enable_tools
1497 ac_precious_vars='build_alias
1498 host_alias
1499 target_alias
1501 CFLAGS
1502 LDFLAGS
1503 LIBS
1504 CPPFLAGS
1506 CXXFLAGS
1509 XMKMF
1510 XML2_CFLAGS
1511 XML2_LIBS
1512 XSLT_CFLAGS
1513 XSLT_LIBS
1514 DBUS_CFLAGS
1515 DBUS_LIBS
1516 HAL_CFLAGS
1517 HAL_LIBS
1518 GNUTLS_CFLAGS
1519 GNUTLS_LIBS
1520 SANE_CFLAGS
1521 SANE_LIBS
1522 GPHOTO2_CFLAGS
1523 GPHOTO2_LIBS
1524 GPHOTO2_PORT_CFLAGS
1525 GPHOTO2_PORT_LIBS
1526 LCMS2_CFLAGS
1527 LCMS2_LIBS
1528 FREETYPE_CFLAGS
1529 FREETYPE_LIBS
1530 PULSE_CFLAGS
1531 PULSE_LIBS
1532 GSTREAMER_CFLAGS
1533 GSTREAMER_LIBS
1534 CAPI20_CFLAGS
1535 CAPI20_LIBS
1536 FONTCONFIG_CFLAGS
1537 FONTCONFIG_LIBS
1538 JPEG_CFLAGS
1539 JPEG_LIBS
1540 PNG_CFLAGS
1541 PNG_LIBS
1542 TIFF_CFLAGS
1543 TIFF_LIBS
1544 MPG123_CFLAGS
1545 MPG123_LIBS'
1548 # Initialize some variables set by options.
1549 ac_init_help=
1550 ac_init_version=false
1551 ac_unrecognized_opts=
1552 ac_unrecognized_sep=
1553 # The variables have the same names as the options, with
1554 # dashes changed to underlines.
1555 cache_file=/dev/null
1556 exec_prefix=NONE
1557 no_create=
1558 no_recursion=
1559 prefix=NONE
1560 program_prefix=NONE
1561 program_suffix=NONE
1562 program_transform_name=s,x,x,
1563 silent=
1564 site=
1565 srcdir=
1566 verbose=
1567 x_includes=NONE
1568 x_libraries=NONE
1570 # Installation directory options.
1571 # These are left unexpanded so users can "make install exec_prefix=/foo"
1572 # and all the variables that are supposed to be based on exec_prefix
1573 # by default will actually change.
1574 # Use braces instead of parens because sh, perl, etc. also accept them.
1575 # (The list follows the same order as the GNU Coding Standards.)
1576 bindir='${exec_prefix}/bin'
1577 sbindir='${exec_prefix}/sbin'
1578 libexecdir='${exec_prefix}/libexec'
1579 datarootdir='${prefix}/share'
1580 datadir='${datarootdir}'
1581 sysconfdir='${prefix}/etc'
1582 sharedstatedir='${prefix}/com'
1583 localstatedir='${prefix}/var'
1584 runstatedir='${localstatedir}/run'
1585 includedir='${prefix}/include'
1586 oldincludedir='/usr/include'
1587 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1588 infodir='${datarootdir}/info'
1589 htmldir='${docdir}'
1590 dvidir='${docdir}'
1591 pdfdir='${docdir}'
1592 psdir='${docdir}'
1593 libdir='${exec_prefix}/lib'
1594 localedir='${datarootdir}/locale'
1595 mandir='${datarootdir}/man'
1597 ac_prev=
1598 ac_dashdash=
1599 for ac_option
1601 # If the previous option needs an argument, assign it.
1602 if test -n "$ac_prev"; then
1603 eval $ac_prev=\$ac_option
1604 ac_prev=
1605 continue
1608 case $ac_option in
1609 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1610 *=) ac_optarg= ;;
1611 *) ac_optarg=yes ;;
1612 esac
1614 # Accept the important Cygnus configure options, so we can diagnose typos.
1616 case $ac_dashdash$ac_option in
1618 ac_dashdash=yes ;;
1620 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1621 ac_prev=bindir ;;
1622 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1623 bindir=$ac_optarg ;;
1625 -build | --build | --buil | --bui | --bu)
1626 ac_prev=build_alias ;;
1627 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1628 build_alias=$ac_optarg ;;
1630 -cache-file | --cache-file | --cache-fil | --cache-fi \
1631 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1632 ac_prev=cache_file ;;
1633 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1634 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1635 cache_file=$ac_optarg ;;
1637 --config-cache | -C)
1638 cache_file=config.cache ;;
1640 -datadir | --datadir | --datadi | --datad)
1641 ac_prev=datadir ;;
1642 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1643 datadir=$ac_optarg ;;
1645 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1646 | --dataroo | --dataro | --datar)
1647 ac_prev=datarootdir ;;
1648 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1649 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1650 datarootdir=$ac_optarg ;;
1652 -disable-* | --disable-*)
1653 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1654 # Reject names that are not valid shell variable names.
1655 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1656 as_fn_error $? "invalid feature name: $ac_useropt"
1657 ac_useropt_orig=$ac_useropt
1658 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1659 case $ac_user_opts in
1661 "enable_$ac_useropt"
1662 "*) ;;
1663 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1664 ac_unrecognized_sep=', ';;
1665 esac
1666 eval enable_$ac_useropt=no ;;
1668 -docdir | --docdir | --docdi | --doc | --do)
1669 ac_prev=docdir ;;
1670 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1671 docdir=$ac_optarg ;;
1673 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1674 ac_prev=dvidir ;;
1675 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1676 dvidir=$ac_optarg ;;
1678 -enable-* | --enable-*)
1679 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1680 # Reject names that are not valid shell variable names.
1681 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1682 as_fn_error $? "invalid feature name: $ac_useropt"
1683 ac_useropt_orig=$ac_useropt
1684 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1685 case $ac_user_opts in
1687 "enable_$ac_useropt"
1688 "*) ;;
1689 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1690 ac_unrecognized_sep=', ';;
1691 esac
1692 eval enable_$ac_useropt=\$ac_optarg ;;
1694 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1695 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1696 | --exec | --exe | --ex)
1697 ac_prev=exec_prefix ;;
1698 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1699 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1700 | --exec=* | --exe=* | --ex=*)
1701 exec_prefix=$ac_optarg ;;
1703 -gas | --gas | --ga | --g)
1704 # Obsolete; use --with-gas.
1705 with_gas=yes ;;
1707 -help | --help | --hel | --he | -h)
1708 ac_init_help=long ;;
1709 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1710 ac_init_help=recursive ;;
1711 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1712 ac_init_help=short ;;
1714 -host | --host | --hos | --ho)
1715 ac_prev=host_alias ;;
1716 -host=* | --host=* | --hos=* | --ho=*)
1717 host_alias=$ac_optarg ;;
1719 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1720 ac_prev=htmldir ;;
1721 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1722 | --ht=*)
1723 htmldir=$ac_optarg ;;
1725 -includedir | --includedir | --includedi | --included | --include \
1726 | --includ | --inclu | --incl | --inc)
1727 ac_prev=includedir ;;
1728 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1729 | --includ=* | --inclu=* | --incl=* | --inc=*)
1730 includedir=$ac_optarg ;;
1732 -infodir | --infodir | --infodi | --infod | --info | --inf)
1733 ac_prev=infodir ;;
1734 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1735 infodir=$ac_optarg ;;
1737 -libdir | --libdir | --libdi | --libd)
1738 ac_prev=libdir ;;
1739 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1740 libdir=$ac_optarg ;;
1742 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1743 | --libexe | --libex | --libe)
1744 ac_prev=libexecdir ;;
1745 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1746 | --libexe=* | --libex=* | --libe=*)
1747 libexecdir=$ac_optarg ;;
1749 -localedir | --localedir | --localedi | --localed | --locale)
1750 ac_prev=localedir ;;
1751 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1752 localedir=$ac_optarg ;;
1754 -localstatedir | --localstatedir | --localstatedi | --localstated \
1755 | --localstate | --localstat | --localsta | --localst | --locals)
1756 ac_prev=localstatedir ;;
1757 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1758 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1759 localstatedir=$ac_optarg ;;
1761 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1762 ac_prev=mandir ;;
1763 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1764 mandir=$ac_optarg ;;
1766 -nfp | --nfp | --nf)
1767 # Obsolete; use --without-fp.
1768 with_fp=no ;;
1770 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1771 | --no-cr | --no-c | -n)
1772 no_create=yes ;;
1774 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1775 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1776 no_recursion=yes ;;
1778 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1779 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1780 | --oldin | --oldi | --old | --ol | --o)
1781 ac_prev=oldincludedir ;;
1782 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1783 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1784 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1785 oldincludedir=$ac_optarg ;;
1787 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1788 ac_prev=prefix ;;
1789 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1790 prefix=$ac_optarg ;;
1792 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1793 | --program-pre | --program-pr | --program-p)
1794 ac_prev=program_prefix ;;
1795 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1796 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1797 program_prefix=$ac_optarg ;;
1799 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1800 | --program-suf | --program-su | --program-s)
1801 ac_prev=program_suffix ;;
1802 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1803 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1804 program_suffix=$ac_optarg ;;
1806 -program-transform-name | --program-transform-name \
1807 | --program-transform-nam | --program-transform-na \
1808 | --program-transform-n | --program-transform- \
1809 | --program-transform | --program-transfor \
1810 | --program-transfo | --program-transf \
1811 | --program-trans | --program-tran \
1812 | --progr-tra | --program-tr | --program-t)
1813 ac_prev=program_transform_name ;;
1814 -program-transform-name=* | --program-transform-name=* \
1815 | --program-transform-nam=* | --program-transform-na=* \
1816 | --program-transform-n=* | --program-transform-=* \
1817 | --program-transform=* | --program-transfor=* \
1818 | --program-transfo=* | --program-transf=* \
1819 | --program-trans=* | --program-tran=* \
1820 | --progr-tra=* | --program-tr=* | --program-t=*)
1821 program_transform_name=$ac_optarg ;;
1823 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1824 ac_prev=pdfdir ;;
1825 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1826 pdfdir=$ac_optarg ;;
1828 -psdir | --psdir | --psdi | --psd | --ps)
1829 ac_prev=psdir ;;
1830 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1831 psdir=$ac_optarg ;;
1833 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1834 | -silent | --silent | --silen | --sile | --sil)
1835 silent=yes ;;
1837 -runstatedir | --runstatedir | --runstatedi | --runstated \
1838 | --runstate | --runstat | --runsta | --runst | --runs \
1839 | --run | --ru | --r)
1840 ac_prev=runstatedir ;;
1841 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1842 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1843 | --run=* | --ru=* | --r=*)
1844 runstatedir=$ac_optarg ;;
1846 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1847 ac_prev=sbindir ;;
1848 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1849 | --sbi=* | --sb=*)
1850 sbindir=$ac_optarg ;;
1852 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1853 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1854 | --sharedst | --shareds | --shared | --share | --shar \
1855 | --sha | --sh)
1856 ac_prev=sharedstatedir ;;
1857 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1858 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1859 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1860 | --sha=* | --sh=*)
1861 sharedstatedir=$ac_optarg ;;
1863 -site | --site | --sit)
1864 ac_prev=site ;;
1865 -site=* | --site=* | --sit=*)
1866 site=$ac_optarg ;;
1868 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1869 ac_prev=srcdir ;;
1870 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1871 srcdir=$ac_optarg ;;
1873 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1874 | --syscon | --sysco | --sysc | --sys | --sy)
1875 ac_prev=sysconfdir ;;
1876 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1877 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1878 sysconfdir=$ac_optarg ;;
1880 -target | --target | --targe | --targ | --tar | --ta | --t)
1881 ac_prev=target_alias ;;
1882 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1883 target_alias=$ac_optarg ;;
1885 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1886 verbose=yes ;;
1888 -version | --version | --versio | --versi | --vers | -V)
1889 ac_init_version=: ;;
1891 -with-* | --with-*)
1892 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1893 # Reject names that are not valid shell variable names.
1894 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1895 as_fn_error $? "invalid package name: $ac_useropt"
1896 ac_useropt_orig=$ac_useropt
1897 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1898 case $ac_user_opts in
1900 "with_$ac_useropt"
1901 "*) ;;
1902 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1903 ac_unrecognized_sep=', ';;
1904 esac
1905 eval with_$ac_useropt=\$ac_optarg ;;
1907 -without-* | --without-*)
1908 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1909 # Reject names that are not valid shell variable names.
1910 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1911 as_fn_error $? "invalid package name: $ac_useropt"
1912 ac_useropt_orig=$ac_useropt
1913 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1914 case $ac_user_opts in
1916 "with_$ac_useropt"
1917 "*) ;;
1918 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1919 ac_unrecognized_sep=', ';;
1920 esac
1921 eval with_$ac_useropt=no ;;
1923 --x)
1924 # Obsolete; use --with-x.
1925 with_x=yes ;;
1927 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1928 | --x-incl | --x-inc | --x-in | --x-i)
1929 ac_prev=x_includes ;;
1930 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1931 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1932 x_includes=$ac_optarg ;;
1934 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1935 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1936 ac_prev=x_libraries ;;
1937 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1938 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1939 x_libraries=$ac_optarg ;;
1941 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1942 Try \`$0 --help' for more information"
1945 *=*)
1946 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1947 # Reject names that are not valid shell variable names.
1948 case $ac_envvar in #(
1949 '' | [0-9]* | *[!_$as_cr_alnum]* )
1950 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1951 esac
1952 eval $ac_envvar=\$ac_optarg
1953 export $ac_envvar ;;
1956 # FIXME: should be removed in autoconf 3.0.
1957 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1958 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1959 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1960 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1963 esac
1964 done
1966 if test -n "$ac_prev"; then
1967 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1968 as_fn_error $? "missing argument to $ac_option"
1971 if test -n "$ac_unrecognized_opts"; then
1972 case $enable_option_checking in
1973 no) ;;
1974 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1975 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1976 esac
1979 # Check all directory arguments for consistency.
1980 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1981 datadir sysconfdir sharedstatedir localstatedir includedir \
1982 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1983 libdir localedir mandir runstatedir
1985 eval ac_val=\$$ac_var
1986 # Remove trailing slashes.
1987 case $ac_val in
1988 */ )
1989 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1990 eval $ac_var=\$ac_val;;
1991 esac
1992 # Be sure to have absolute directory names.
1993 case $ac_val in
1994 [\\/$]* | ?:[\\/]* ) continue;;
1995 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1996 esac
1997 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1998 done
2000 # There might be people who depend on the old broken behavior: `$host'
2001 # used to hold the argument of --host etc.
2002 # FIXME: To remove some day.
2003 build=$build_alias
2004 host=$host_alias
2005 target=$target_alias
2007 # FIXME: To remove some day.
2008 if test "x$host_alias" != x; then
2009 if test "x$build_alias" = x; then
2010 cross_compiling=maybe
2011 elif test "x$build_alias" != "x$host_alias"; then
2012 cross_compiling=yes
2016 ac_tool_prefix=
2017 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2019 test "$silent" = yes && exec 6>/dev/null
2022 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2023 ac_ls_di=`ls -di .` &&
2024 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2025 as_fn_error $? "working directory cannot be determined"
2026 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2027 as_fn_error $? "pwd does not report name of working directory"
2030 # Find the source files, if location was not specified.
2031 if test -z "$srcdir"; then
2032 ac_srcdir_defaulted=yes
2033 # Try the directory containing this script, then the parent directory.
2034 ac_confdir=`$as_dirname -- "$as_myself" ||
2035 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2036 X"$as_myself" : 'X\(//\)[^/]' \| \
2037 X"$as_myself" : 'X\(//\)$' \| \
2038 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2039 $as_echo X"$as_myself" |
2040 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2041 s//\1/
2044 /^X\(\/\/\)[^/].*/{
2045 s//\1/
2048 /^X\(\/\/\)$/{
2049 s//\1/
2052 /^X\(\/\).*/{
2053 s//\1/
2056 s/.*/./; q'`
2057 srcdir=$ac_confdir
2058 if test ! -r "$srcdir/$ac_unique_file"; then
2059 srcdir=..
2061 else
2062 ac_srcdir_defaulted=no
2064 if test ! -r "$srcdir/$ac_unique_file"; then
2065 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2066 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2068 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2069 ac_abs_confdir=`(
2070 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2071 pwd)`
2072 # When building in place, set srcdir=.
2073 if test "$ac_abs_confdir" = "$ac_pwd"; then
2074 srcdir=.
2076 # Remove unnecessary trailing slashes from srcdir.
2077 # Double slashes in file names in object file debugging info
2078 # mess up M-x gdb in Emacs.
2079 case $srcdir in
2080 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2081 esac
2082 for ac_var in $ac_precious_vars; do
2083 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2084 eval ac_env_${ac_var}_value=\$${ac_var}
2085 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2086 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2087 done
2090 # Report the --help message.
2092 if test "$ac_init_help" = "long"; then
2093 # Omit some internal or obsolete options to make the list less imposing.
2094 # This message is too long to be a string in the A/UX 3.1 sh.
2095 cat <<_ACEOF
2096 \`configure' configures Wine 1.7.54 to adapt to many kinds of systems.
2098 Usage: $0 [OPTION]... [VAR=VALUE]...
2100 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2101 VAR=VALUE. See below for descriptions of some of the useful variables.
2103 Defaults for the options are specified in brackets.
2105 Configuration:
2106 -h, --help display this help and exit
2107 --help=short display options specific to this package
2108 --help=recursive display the short help of all the included packages
2109 -V, --version display version information and exit
2110 -q, --quiet, --silent do not print \`checking ...' messages
2111 --cache-file=FILE cache test results in FILE [disabled]
2112 -C, --config-cache alias for \`--cache-file=config.cache'
2113 -n, --no-create do not create output files
2114 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2116 Installation directories:
2117 --prefix=PREFIX install architecture-independent files in PREFIX
2118 [$ac_default_prefix]
2119 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2120 [PREFIX]
2122 By default, \`make install' will install all the files in
2123 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2124 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2125 for instance \`--prefix=\$HOME'.
2127 For better control, use the options below.
2129 Fine tuning of the installation directories:
2130 --bindir=DIR user executables [EPREFIX/bin]
2131 --sbindir=DIR system admin executables [EPREFIX/sbin]
2132 --libexecdir=DIR program executables [EPREFIX/libexec]
2133 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2134 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2135 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2136 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2137 --libdir=DIR object code libraries [EPREFIX/lib]
2138 --includedir=DIR C header files [PREFIX/include]
2139 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2140 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2141 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2142 --infodir=DIR info documentation [DATAROOTDIR/info]
2143 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2144 --mandir=DIR man documentation [DATAROOTDIR/man]
2145 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2146 --htmldir=DIR html documentation [DOCDIR]
2147 --dvidir=DIR dvi documentation [DOCDIR]
2148 --pdfdir=DIR pdf documentation [DOCDIR]
2149 --psdir=DIR ps documentation [DOCDIR]
2150 _ACEOF
2152 cat <<\_ACEOF
2154 X features:
2155 --x-includes=DIR X include files are in DIR
2156 --x-libraries=DIR X library files are in DIR
2158 System types:
2159 --build=BUILD configure for building on BUILD [guessed]
2160 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2161 _ACEOF
2164 if test -n "$ac_init_help"; then
2165 case $ac_init_help in
2166 short | recursive ) echo "Configuration of Wine 1.7.54:";;
2167 esac
2168 cat <<\_ACEOF
2170 Optional Features:
2171 --disable-option-checking ignore unrecognized --enable/--with options
2172 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2173 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2174 --disable-win16 do not include Win16 support
2175 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2176 binaries)
2177 --disable-tests do not build the regression tests
2178 --enable-maintainer-mode
2179 enable maintainer-specific build rules
2180 --disable-largefile omit support for large files
2182 Optional Packages:
2183 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2184 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2185 --without-alsa do not use the Alsa sound support
2186 --without-capi do not use CAPI (ISDN support)
2187 --without-cms do not use CMS (color management support)
2188 --without-coreaudio do not use the CoreAudio sound support
2189 --without-cups do not use CUPS
2190 --without-curses do not use (n)curses
2191 --without-dbus do not use DBus (dynamic device support)
2192 --without-fontconfig do not use fontconfig
2193 --without-freetype do not use the FreeType library
2194 --without-gettext do not use gettext
2195 --with-gettextpo use the GetTextPO library to rebuild po files
2196 --without-gphoto do not use gphoto (Digital Camera support)
2197 --without-glu do not use the GLU library
2198 --without-gnutls do not use GnuTLS (schannel support)
2199 --without-gsm do not use libgsm (GSM 06.10 codec support)
2200 --without-gstreamer do not use GStreamer (codecs support)
2201 --without-hal do not use HAL (dynamic device support)
2202 --without-jpeg do not use JPEG
2203 --without-ldap do not use LDAP
2204 --without-mpg123 do not use the mpg123 library
2205 --without-netapi do not use the Samba NetAPI library
2206 --without-openal do not use OpenAL
2207 --without-opencl do not use OpenCL
2208 --without-opengl do not use OpenGL
2209 --without-osmesa do not use the OSMesa library
2210 --without-oss do not use the OSS sound support
2211 --without-pcap do not use the Packet Capture library
2212 --without-png do not use PNG
2213 --without-pthread do not use the pthread library
2214 --without-pulse do not use PulseAudio sound support
2215 --without-sane do not use SANE (scanner support)
2216 --without-tiff do not use TIFF
2217 --without-v4l do not use v4l1 (v4l support)
2218 --without-xcomposite do not use the Xcomposite extension
2219 --without-xcursor do not use the Xcursor extension
2220 --without-xinerama do not use Xinerama (multi-monitor support)
2221 --without-xinput do not use the Xinput extension
2222 --without-xinput2 do not use the Xinput 2 extension
2223 --without-xml do not use XML
2224 --without-xrandr do not use Xrandr (resolution changes)
2225 --without-xrender do not use the Xrender extension
2226 --without-xshape do not use the Xshape extension
2227 --without-xshm do not use XShm (shared memory extension)
2228 --without-xslt do not use XSLT
2229 --without-xxf86vm do not use XFree video mode extension
2230 --without-zlib do not use Zlib (data compression)
2231 --with-wine-tools=DIR use Wine tools from directory DIR
2232 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2233 --with-x use the X Window System
2235 Some influential environment variables:
2236 CC C compiler command
2237 CFLAGS C compiler flags
2238 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2239 nonstandard directory <lib dir>
2240 LIBS libraries to pass to the linker, e.g. -l<library>
2241 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2242 you have headers in a nonstandard directory <include dir>
2243 CXX C++ compiler command
2244 CXXFLAGS C++ compiler flags
2245 CPP C preprocessor
2246 XMKMF Path to xmkmf, Makefile generator for X Window System
2247 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2248 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2249 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2250 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2251 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2252 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2253 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2254 HAL_LIBS Linker flags for hal, overriding pkg-config
2255 GNUTLS_CFLAGS
2256 C compiler flags for gnutls, overriding pkg-config
2257 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2258 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2259 SANE_LIBS Linker flags for libsane, overriding pkg-config
2260 GPHOTO2_CFLAGS
2261 C compiler flags for libgphoto2, overriding pkg-config
2262 GPHOTO2_LIBS
2263 Linker flags for libgphoto2, overriding pkg-config
2264 GPHOTO2_PORT_CFLAGS
2265 C compiler flags for libgphoto2_port, overriding pkg-config
2266 GPHOTO2_PORT_LIBS
2267 Linker flags for libgphoto2_port, overriding pkg-config
2268 LCMS2_CFLAGS
2269 C compiler flags for lcms2, overriding pkg-config
2270 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2271 FREETYPE_CFLAGS
2272 C compiler flags for freetype2, overriding pkg-config
2273 FREETYPE_LIBS
2274 Linker flags for freetype2, overriding pkg-config
2275 PULSE_CFLAGS
2276 C compiler flags for libpulse, overriding pkg-config
2277 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2278 GSTREAMER_CFLAGS
2279 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2280 GSTREAMER_LIBS
2281 Linker flags for gstreamer-app-0.10, overriding pkg-config
2282 CAPI20_CFLAGS
2283 C compiler flags for capi20, overriding pkg-config
2284 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2285 FONTCONFIG_CFLAGS
2286 C compiler flags for fontconfig, overriding pkg-config
2287 FONTCONFIG_LIBS
2288 Linker flags for fontconfig, overriding pkg-config
2289 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2290 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2291 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2292 PNG_LIBS Linker flags for libpng, overriding pkg-config
2293 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2294 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2295 MPG123_CFLAGS
2296 C compiler flags for libmpg123, overriding pkg-config
2297 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2299 Use these variables to override the choices made by `configure' or to help
2300 it to find libraries and programs with nonstandard names/locations.
2302 Report bugs to <wine-devel@winehq.org>.
2303 Wine home page: <http://www.winehq.org>.
2304 _ACEOF
2305 ac_status=$?
2308 if test "$ac_init_help" = "recursive"; then
2309 # If there are subdirs, report their specific --help.
2310 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2311 test -d "$ac_dir" ||
2312 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2313 continue
2314 ac_builddir=.
2316 case "$ac_dir" in
2317 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2319 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2320 # A ".." for each directory in $ac_dir_suffix.
2321 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2322 case $ac_top_builddir_sub in
2323 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2324 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2325 esac ;;
2326 esac
2327 ac_abs_top_builddir=$ac_pwd
2328 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2329 # for backward compatibility:
2330 ac_top_builddir=$ac_top_build_prefix
2332 case $srcdir in
2333 .) # We are building in place.
2334 ac_srcdir=.
2335 ac_top_srcdir=$ac_top_builddir_sub
2336 ac_abs_top_srcdir=$ac_pwd ;;
2337 [\\/]* | ?:[\\/]* ) # Absolute name.
2338 ac_srcdir=$srcdir$ac_dir_suffix;
2339 ac_top_srcdir=$srcdir
2340 ac_abs_top_srcdir=$srcdir ;;
2341 *) # Relative name.
2342 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2343 ac_top_srcdir=$ac_top_build_prefix$srcdir
2344 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2345 esac
2346 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2348 cd "$ac_dir" || { ac_status=$?; continue; }
2349 # Check for guested configure.
2350 if test -f "$ac_srcdir/configure.gnu"; then
2351 echo &&
2352 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2353 elif test -f "$ac_srcdir/configure"; then
2354 echo &&
2355 $SHELL "$ac_srcdir/configure" --help=recursive
2356 else
2357 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2358 fi || ac_status=$?
2359 cd "$ac_pwd" || { ac_status=$?; break; }
2360 done
2363 test -n "$ac_init_help" && exit $ac_status
2364 if $ac_init_version; then
2365 cat <<\_ACEOF
2366 Wine configure 1.7.54
2367 generated by GNU Autoconf 2.69
2369 Copyright (C) 2012 Free Software Foundation, Inc.
2370 This configure script is free software; the Free Software Foundation
2371 gives unlimited permission to copy, distribute and modify it.
2372 _ACEOF
2373 exit
2376 ## ------------------------ ##
2377 ## Autoconf initialization. ##
2378 ## ------------------------ ##
2380 # ac_fn_c_try_compile LINENO
2381 # --------------------------
2382 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2383 ac_fn_c_try_compile ()
2385 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2386 rm -f conftest.$ac_objext
2387 if { { ac_try="$ac_compile"
2388 case "(($ac_try" in
2389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2390 *) ac_try_echo=$ac_try;;
2391 esac
2392 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2393 $as_echo "$ac_try_echo"; } >&5
2394 (eval "$ac_compile") 2>conftest.err
2395 ac_status=$?
2396 if test -s conftest.err; then
2397 grep -v '^ *+' conftest.err >conftest.er1
2398 cat conftest.er1 >&5
2399 mv -f conftest.er1 conftest.err
2401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2402 test $ac_status = 0; } && {
2403 test -z "$ac_c_werror_flag" ||
2404 test ! -s conftest.err
2405 } && test -s conftest.$ac_objext; then :
2406 ac_retval=0
2407 else
2408 $as_echo "$as_me: failed program was:" >&5
2409 sed 's/^/| /' conftest.$ac_ext >&5
2411 ac_retval=1
2413 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2414 as_fn_set_status $ac_retval
2416 } # ac_fn_c_try_compile
2418 # ac_fn_cxx_try_compile LINENO
2419 # ----------------------------
2420 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2421 ac_fn_cxx_try_compile ()
2423 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2424 rm -f conftest.$ac_objext
2425 if { { ac_try="$ac_compile"
2426 case "(($ac_try" in
2427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2428 *) ac_try_echo=$ac_try;;
2429 esac
2430 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2431 $as_echo "$ac_try_echo"; } >&5
2432 (eval "$ac_compile") 2>conftest.err
2433 ac_status=$?
2434 if test -s conftest.err; then
2435 grep -v '^ *+' conftest.err >conftest.er1
2436 cat conftest.er1 >&5
2437 mv -f conftest.er1 conftest.err
2439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2440 test $ac_status = 0; } && {
2441 test -z "$ac_cxx_werror_flag" ||
2442 test ! -s conftest.err
2443 } && test -s conftest.$ac_objext; then :
2444 ac_retval=0
2445 else
2446 $as_echo "$as_me: failed program was:" >&5
2447 sed 's/^/| /' conftest.$ac_ext >&5
2449 ac_retval=1
2451 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2452 as_fn_set_status $ac_retval
2454 } # ac_fn_cxx_try_compile
2456 # ac_fn_c_try_link LINENO
2457 # -----------------------
2458 # Try to link conftest.$ac_ext, and return whether this succeeded.
2459 ac_fn_c_try_link ()
2461 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2462 rm -f conftest.$ac_objext conftest$ac_exeext
2463 if { { ac_try="$ac_link"
2464 case "(($ac_try" in
2465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2466 *) ac_try_echo=$ac_try;;
2467 esac
2468 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2469 $as_echo "$ac_try_echo"; } >&5
2470 (eval "$ac_link") 2>conftest.err
2471 ac_status=$?
2472 if test -s conftest.err; then
2473 grep -v '^ *+' conftest.err >conftest.er1
2474 cat conftest.er1 >&5
2475 mv -f conftest.er1 conftest.err
2477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2478 test $ac_status = 0; } && {
2479 test -z "$ac_c_werror_flag" ||
2480 test ! -s conftest.err
2481 } && test -s conftest$ac_exeext && {
2482 test "$cross_compiling" = yes ||
2483 test -x conftest$ac_exeext
2484 }; then :
2485 ac_retval=0
2486 else
2487 $as_echo "$as_me: failed program was:" >&5
2488 sed 's/^/| /' conftest.$ac_ext >&5
2490 ac_retval=1
2492 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2493 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2494 # interfere with the next link command; also delete a directory that is
2495 # left behind by Apple's compiler. We do this before executing the actions.
2496 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2497 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2498 as_fn_set_status $ac_retval
2500 } # ac_fn_c_try_link
2502 # ac_fn_c_try_cpp LINENO
2503 # ----------------------
2504 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2505 ac_fn_c_try_cpp ()
2507 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2508 if { { ac_try="$ac_cpp conftest.$ac_ext"
2509 case "(($ac_try" in
2510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2511 *) ac_try_echo=$ac_try;;
2512 esac
2513 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2514 $as_echo "$ac_try_echo"; } >&5
2515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2516 ac_status=$?
2517 if test -s conftest.err; then
2518 grep -v '^ *+' conftest.err >conftest.er1
2519 cat conftest.er1 >&5
2520 mv -f conftest.er1 conftest.err
2522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2523 test $ac_status = 0; } > conftest.i && {
2524 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2525 test ! -s conftest.err
2526 }; then :
2527 ac_retval=0
2528 else
2529 $as_echo "$as_me: failed program was:" >&5
2530 sed 's/^/| /' conftest.$ac_ext >&5
2532 ac_retval=1
2534 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2535 as_fn_set_status $ac_retval
2537 } # ac_fn_c_try_cpp
2539 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2540 # -------------------------------------------------------
2541 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2542 # the include files in INCLUDES and setting the cache variable VAR
2543 # accordingly.
2544 ac_fn_c_check_header_mongrel ()
2546 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2547 if eval \${$3+:} false; then :
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2549 $as_echo_n "checking for $2... " >&6; }
2550 if eval \${$3+:} false; then :
2551 $as_echo_n "(cached) " >&6
2553 eval ac_res=\$$3
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2555 $as_echo "$ac_res" >&6; }
2556 else
2557 # Is the header compilable?
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2559 $as_echo_n "checking $2 usability... " >&6; }
2560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2561 /* end confdefs.h. */
2563 #include <$2>
2564 _ACEOF
2565 if ac_fn_c_try_compile "$LINENO"; then :
2566 ac_header_compiler=yes
2567 else
2568 ac_header_compiler=no
2570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2572 $as_echo "$ac_header_compiler" >&6; }
2574 # Is the header present?
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2576 $as_echo_n "checking $2 presence... " >&6; }
2577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2578 /* end confdefs.h. */
2579 #include <$2>
2580 _ACEOF
2581 if ac_fn_c_try_cpp "$LINENO"; then :
2582 ac_header_preproc=yes
2583 else
2584 ac_header_preproc=no
2586 rm -f conftest.err conftest.i conftest.$ac_ext
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2588 $as_echo "$ac_header_preproc" >&6; }
2590 # So? What about this header?
2591 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2592 yes:no: )
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2594 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2596 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2598 no:yes:* )
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2600 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2602 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2604 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2606 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2608 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2609 ( $as_echo "## ------------------------------------ ##
2610 ## Report this to wine-devel@winehq.org ##
2611 ## ------------------------------------ ##"
2612 ) | sed "s/^/$as_me: WARNING: /" >&2
2614 esac
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2616 $as_echo_n "checking for $2... " >&6; }
2617 if eval \${$3+:} false; then :
2618 $as_echo_n "(cached) " >&6
2619 else
2620 eval "$3=\$ac_header_compiler"
2622 eval ac_res=\$$3
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2624 $as_echo "$ac_res" >&6; }
2626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2628 } # ac_fn_c_check_header_mongrel
2630 # ac_fn_c_try_run LINENO
2631 # ----------------------
2632 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2633 # that executables *can* be run.
2634 ac_fn_c_try_run ()
2636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2637 if { { ac_try="$ac_link"
2638 case "(($ac_try" in
2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2641 esac
2642 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2643 $as_echo "$ac_try_echo"; } >&5
2644 (eval "$ac_link") 2>&5
2645 ac_status=$?
2646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2647 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2648 { { case "(($ac_try" in
2649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2650 *) ac_try_echo=$ac_try;;
2651 esac
2652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2653 $as_echo "$ac_try_echo"; } >&5
2654 (eval "$ac_try") 2>&5
2655 ac_status=$?
2656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2657 test $ac_status = 0; }; }; then :
2658 ac_retval=0
2659 else
2660 $as_echo "$as_me: program exited with status $ac_status" >&5
2661 $as_echo "$as_me: failed program was:" >&5
2662 sed 's/^/| /' conftest.$ac_ext >&5
2664 ac_retval=$ac_status
2666 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2667 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2668 as_fn_set_status $ac_retval
2670 } # ac_fn_c_try_run
2672 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2673 # -------------------------------------------------------
2674 # Tests whether HEADER exists and can be compiled using the include files in
2675 # INCLUDES, setting the cache variable VAR accordingly.
2676 ac_fn_c_check_header_compile ()
2678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2680 $as_echo_n "checking for $2... " >&6; }
2681 if eval \${$3+:} false; then :
2682 $as_echo_n "(cached) " >&6
2683 else
2684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2685 /* end confdefs.h. */
2687 #include <$2>
2688 _ACEOF
2689 if ac_fn_c_try_compile "$LINENO"; then :
2690 eval "$3=yes"
2691 else
2692 eval "$3=no"
2694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2696 eval ac_res=\$$3
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2698 $as_echo "$ac_res" >&6; }
2699 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2701 } # ac_fn_c_check_header_compile
2703 # ac_fn_c_check_func LINENO FUNC VAR
2704 # ----------------------------------
2705 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2706 ac_fn_c_check_func ()
2708 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2710 $as_echo_n "checking for $2... " >&6; }
2711 if eval \${$3+:} false; then :
2712 $as_echo_n "(cached) " >&6
2713 else
2714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2715 /* end confdefs.h. */
2716 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2717 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2718 #define $2 innocuous_$2
2720 /* System header to define __stub macros and hopefully few prototypes,
2721 which can conflict with char $2 (); below.
2722 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2723 <limits.h> exists even on freestanding compilers. */
2725 #ifdef __STDC__
2726 # include <limits.h>
2727 #else
2728 # include <assert.h>
2729 #endif
2731 #undef $2
2733 /* Override any GCC internal prototype to avoid an error.
2734 Use char because int might match the return type of a GCC
2735 builtin and then its argument prototype would still apply. */
2736 #ifdef __cplusplus
2737 extern "C"
2738 #endif
2739 char $2 ();
2740 /* The GNU C library defines this for functions which it implements
2741 to always fail with ENOSYS. Some functions are actually named
2742 something starting with __ and the normal name is an alias. */
2743 #if defined __stub_$2 || defined __stub___$2
2744 choke me
2745 #endif
2748 main ()
2750 return $2 ();
2752 return 0;
2754 _ACEOF
2755 if ac_fn_c_try_link "$LINENO"; then :
2756 eval "$3=yes"
2757 else
2758 eval "$3=no"
2760 rm -f core conftest.err conftest.$ac_objext \
2761 conftest$ac_exeext conftest.$ac_ext
2763 eval ac_res=\$$3
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2765 $as_echo "$ac_res" >&6; }
2766 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2768 } # ac_fn_c_check_func
2770 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2771 # ----------------------------------------------------
2772 # Tries to find if the field MEMBER exists in type AGGR, after including
2773 # INCLUDES, setting cache variable VAR accordingly.
2774 ac_fn_c_check_member ()
2776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2778 $as_echo_n "checking for $2.$3... " >&6; }
2779 if eval \${$4+:} false; then :
2780 $as_echo_n "(cached) " >&6
2781 else
2782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2783 /* end confdefs.h. */
2786 main ()
2788 static $2 ac_aggr;
2789 if (ac_aggr.$3)
2790 return 0;
2792 return 0;
2794 _ACEOF
2795 if ac_fn_c_try_compile "$LINENO"; then :
2796 eval "$4=yes"
2797 else
2798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2799 /* end confdefs.h. */
2802 main ()
2804 static $2 ac_aggr;
2805 if (sizeof ac_aggr.$3)
2806 return 0;
2808 return 0;
2810 _ACEOF
2811 if ac_fn_c_try_compile "$LINENO"; then :
2812 eval "$4=yes"
2813 else
2814 eval "$4=no"
2816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2820 eval ac_res=\$$4
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2822 $as_echo "$ac_res" >&6; }
2823 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2825 } # ac_fn_c_check_member
2827 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2828 # -------------------------------------------
2829 # Tests whether TYPE exists after having included INCLUDES, setting cache
2830 # variable VAR accordingly.
2831 ac_fn_c_check_type ()
2833 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2835 $as_echo_n "checking for $2... " >&6; }
2836 if eval \${$3+:} false; then :
2837 $as_echo_n "(cached) " >&6
2838 else
2839 eval "$3=no"
2840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2841 /* end confdefs.h. */
2844 main ()
2846 if (sizeof ($2))
2847 return 0;
2849 return 0;
2851 _ACEOF
2852 if ac_fn_c_try_compile "$LINENO"; then :
2853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2854 /* end confdefs.h. */
2857 main ()
2859 if (sizeof (($2)))
2860 return 0;
2862 return 0;
2864 _ACEOF
2865 if ac_fn_c_try_compile "$LINENO"; then :
2867 else
2868 eval "$3=yes"
2870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2874 eval ac_res=\$$3
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2876 $as_echo "$ac_res" >&6; }
2877 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2879 } # ac_fn_c_check_type
2880 cat >config.log <<_ACEOF
2881 This file contains any messages produced by compilers while
2882 running configure, to aid debugging if configure makes a mistake.
2884 It was created by Wine $as_me 1.7.54, which was
2885 generated by GNU Autoconf 2.69. Invocation command line was
2887 $ $0 $@
2889 _ACEOF
2890 exec 5>>config.log
2892 cat <<_ASUNAME
2893 ## --------- ##
2894 ## Platform. ##
2895 ## --------- ##
2897 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2898 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2899 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2900 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2901 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2903 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2904 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2906 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2907 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2908 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2909 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2910 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2911 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2912 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2914 _ASUNAME
2916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2917 for as_dir in $PATH
2919 IFS=$as_save_IFS
2920 test -z "$as_dir" && as_dir=.
2921 $as_echo "PATH: $as_dir"
2922 done
2923 IFS=$as_save_IFS
2925 } >&5
2927 cat >&5 <<_ACEOF
2930 ## ----------- ##
2931 ## Core tests. ##
2932 ## ----------- ##
2934 _ACEOF
2937 # Keep a trace of the command line.
2938 # Strip out --no-create and --no-recursion so they do not pile up.
2939 # Strip out --silent because we don't want to record it for future runs.
2940 # Also quote any args containing shell meta-characters.
2941 # Make two passes to allow for proper duplicate-argument suppression.
2942 ac_configure_args=
2943 ac_configure_args0=
2944 ac_configure_args1=
2945 ac_must_keep_next=false
2946 for ac_pass in 1 2
2948 for ac_arg
2950 case $ac_arg in
2951 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2952 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2953 | -silent | --silent | --silen | --sile | --sil)
2954 continue ;;
2955 *\'*)
2956 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2957 esac
2958 case $ac_pass in
2959 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2961 as_fn_append ac_configure_args1 " '$ac_arg'"
2962 if test $ac_must_keep_next = true; then
2963 ac_must_keep_next=false # Got value, back to normal.
2964 else
2965 case $ac_arg in
2966 *=* | --config-cache | -C | -disable-* | --disable-* \
2967 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2968 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2969 | -with-* | --with-* | -without-* | --without-* | --x)
2970 case "$ac_configure_args0 " in
2971 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2972 esac
2974 -* ) ac_must_keep_next=true ;;
2975 esac
2977 as_fn_append ac_configure_args " '$ac_arg'"
2979 esac
2980 done
2981 done
2982 { ac_configure_args0=; unset ac_configure_args0;}
2983 { ac_configure_args1=; unset ac_configure_args1;}
2985 # When interrupted or exit'd, cleanup temporary files, and complete
2986 # config.log. We remove comments because anyway the quotes in there
2987 # would cause problems or look ugly.
2988 # WARNING: Use '\'' to represent an apostrophe within the trap.
2989 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2990 trap 'exit_status=$?
2991 # Save into config.log some information that might help in debugging.
2993 echo
2995 $as_echo "## ---------------- ##
2996 ## Cache variables. ##
2997 ## ---------------- ##"
2998 echo
2999 # The following way of writing the cache mishandles newlines in values,
3001 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3002 eval ac_val=\$$ac_var
3003 case $ac_val in #(
3004 *${as_nl}*)
3005 case $ac_var in #(
3006 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3007 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3008 esac
3009 case $ac_var in #(
3010 _ | IFS | as_nl) ;; #(
3011 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3012 *) { eval $ac_var=; unset $ac_var;} ;;
3013 esac ;;
3014 esac
3015 done
3016 (set) 2>&1 |
3017 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3018 *${as_nl}ac_space=\ *)
3019 sed -n \
3020 "s/'\''/'\''\\\\'\'''\''/g;
3021 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3022 ;; #(
3024 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3026 esac |
3027 sort
3029 echo
3031 $as_echo "## ----------------- ##
3032 ## Output variables. ##
3033 ## ----------------- ##"
3034 echo
3035 for ac_var in $ac_subst_vars
3037 eval ac_val=\$$ac_var
3038 case $ac_val in
3039 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3040 esac
3041 $as_echo "$ac_var='\''$ac_val'\''"
3042 done | sort
3043 echo
3045 if test -n "$ac_subst_files"; then
3046 $as_echo "## ------------------- ##
3047 ## File substitutions. ##
3048 ## ------------------- ##"
3049 echo
3050 for ac_var in $ac_subst_files
3052 eval ac_val=\$$ac_var
3053 case $ac_val in
3054 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3055 esac
3056 $as_echo "$ac_var='\''$ac_val'\''"
3057 done | sort
3058 echo
3061 if test -s confdefs.h; then
3062 $as_echo "## ----------- ##
3063 ## confdefs.h. ##
3064 ## ----------- ##"
3065 echo
3066 cat confdefs.h
3067 echo
3069 test "$ac_signal" != 0 &&
3070 $as_echo "$as_me: caught signal $ac_signal"
3071 $as_echo "$as_me: exit $exit_status"
3072 } >&5
3073 rm -f core *.core core.conftest.* &&
3074 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3075 exit $exit_status
3077 for ac_signal in 1 2 13 15; do
3078 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3079 done
3080 ac_signal=0
3082 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3083 rm -f -r conftest* confdefs.h
3085 $as_echo "/* confdefs.h */" > confdefs.h
3087 # Predefined preprocessor variables.
3089 cat >>confdefs.h <<_ACEOF
3090 #define PACKAGE_NAME "$PACKAGE_NAME"
3091 _ACEOF
3093 cat >>confdefs.h <<_ACEOF
3094 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3095 _ACEOF
3097 cat >>confdefs.h <<_ACEOF
3098 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3099 _ACEOF
3101 cat >>confdefs.h <<_ACEOF
3102 #define PACKAGE_STRING "$PACKAGE_STRING"
3103 _ACEOF
3105 cat >>confdefs.h <<_ACEOF
3106 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3107 _ACEOF
3109 cat >>confdefs.h <<_ACEOF
3110 #define PACKAGE_URL "$PACKAGE_URL"
3111 _ACEOF
3114 # Let the site file select an alternate cache file if it wants to.
3115 # Prefer an explicitly selected file to automatically selected ones.
3116 ac_site_file1=NONE
3117 ac_site_file2=NONE
3118 if test -n "$CONFIG_SITE"; then
3119 # We do not want a PATH search for config.site.
3120 case $CONFIG_SITE in #((
3121 -*) ac_site_file1=./$CONFIG_SITE;;
3122 */*) ac_site_file1=$CONFIG_SITE;;
3123 *) ac_site_file1=./$CONFIG_SITE;;
3124 esac
3125 elif test "x$prefix" != xNONE; then
3126 ac_site_file1=$prefix/share/config.site
3127 ac_site_file2=$prefix/etc/config.site
3128 else
3129 ac_site_file1=$ac_default_prefix/share/config.site
3130 ac_site_file2=$ac_default_prefix/etc/config.site
3132 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3134 test "x$ac_site_file" = xNONE && continue
3135 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3137 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3138 sed 's/^/| /' "$ac_site_file" >&5
3139 . "$ac_site_file" \
3140 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3141 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3142 as_fn_error $? "failed to load site script $ac_site_file
3143 See \`config.log' for more details" "$LINENO" 5; }
3145 done
3147 if test -r "$cache_file"; then
3148 # Some versions of bash will fail to source /dev/null (special files
3149 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3150 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3152 $as_echo "$as_me: loading cache $cache_file" >&6;}
3153 case $cache_file in
3154 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3155 *) . "./$cache_file";;
3156 esac
3158 else
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3160 $as_echo "$as_me: creating cache $cache_file" >&6;}
3161 >$cache_file
3164 # Check that the precious variables saved in the cache have kept the same
3165 # value.
3166 ac_cache_corrupted=false
3167 for ac_var in $ac_precious_vars; do
3168 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3169 eval ac_new_set=\$ac_env_${ac_var}_set
3170 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3171 eval ac_new_val=\$ac_env_${ac_var}_value
3172 case $ac_old_set,$ac_new_set in
3173 set,)
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3175 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3176 ac_cache_corrupted=: ;;
3177 ,set)
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3179 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3180 ac_cache_corrupted=: ;;
3181 ,);;
3183 if test "x$ac_old_val" != "x$ac_new_val"; then
3184 # differences in whitespace do not lead to failure.
3185 ac_old_val_w=`echo x $ac_old_val`
3186 ac_new_val_w=`echo x $ac_new_val`
3187 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3189 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3190 ac_cache_corrupted=:
3191 else
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3193 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3194 eval $ac_var=\$ac_old_val
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3197 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3199 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3200 fi;;
3201 esac
3202 # Pass precious variables to config.status.
3203 if test "$ac_new_set" = set; then
3204 case $ac_new_val in
3205 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3206 *) ac_arg=$ac_var=$ac_new_val ;;
3207 esac
3208 case " $ac_configure_args " in
3209 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3210 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3211 esac
3213 done
3214 if $ac_cache_corrupted; then
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3216 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3218 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3219 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3221 ## -------------------- ##
3222 ## Main body of script. ##
3223 ## -------------------- ##
3225 ac_ext=c
3226 ac_cpp='$CPP $CPPFLAGS'
3227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3233 ac_config_headers="$ac_config_headers include/config.h"
3235 ac_aux_dir=
3236 for ac_dir in tools "$srcdir"/tools; do
3237 if test -f "$ac_dir/install-sh"; then
3238 ac_aux_dir=$ac_dir
3239 ac_install_sh="$ac_aux_dir/install-sh -c"
3240 break
3241 elif test -f "$ac_dir/install.sh"; then
3242 ac_aux_dir=$ac_dir
3243 ac_install_sh="$ac_aux_dir/install.sh -c"
3244 break
3245 elif test -f "$ac_dir/shtool"; then
3246 ac_aux_dir=$ac_dir
3247 ac_install_sh="$ac_aux_dir/shtool install -c"
3248 break
3250 done
3251 if test -z "$ac_aux_dir"; then
3252 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3255 # These three variables are undocumented and unsupported,
3256 # and are intended to be withdrawn in a future Autoconf release.
3257 # They can cause serious problems if a builder's source tree is in a directory
3258 # whose full name contains unusual characters.
3259 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3260 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3261 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3265 libwine_version="1.0"
3269 # Check whether --enable-win16 was given.
3270 if test "${enable_win16+set}" = set; then :
3271 enableval=$enable_win16;
3274 # Check whether --enable-win64 was given.
3275 if test "${enable_win64+set}" = set; then :
3276 enableval=$enable_win64;
3279 # Check whether --enable-tests was given.
3280 if test "${enable_tests+set}" = set; then :
3281 enableval=$enable_tests;
3284 # Check whether --enable-maintainer-mode was given.
3285 if test "${enable_maintainer_mode+set}" = set; then :
3286 enableval=$enable_maintainer_mode;
3291 # Check whether --with-alsa was given.
3292 if test "${with_alsa+set}" = set; then :
3293 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3297 # Check whether --with-capi was given.
3298 if test "${with_capi+set}" = set; then :
3299 withval=$with_capi;
3303 # Check whether --with-cms was given.
3304 if test "${with_cms+set}" = set; then :
3305 withval=$with_cms;
3309 # Check whether --with-coreaudio was given.
3310 if test "${with_coreaudio+set}" = set; then :
3311 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3315 # Check whether --with-cups was given.
3316 if test "${with_cups+set}" = set; then :
3317 withval=$with_cups;
3321 # Check whether --with-curses was given.
3322 if test "${with_curses+set}" = set; then :
3323 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3327 # Check whether --with-dbus was given.
3328 if test "${with_dbus+set}" = set; then :
3329 withval=$with_dbus;
3333 # Check whether --with-fontconfig was given.
3334 if test "${with_fontconfig+set}" = set; then :
3335 withval=$with_fontconfig;
3339 # Check whether --with-freetype was given.
3340 if test "${with_freetype+set}" = set; then :
3341 withval=$with_freetype;
3345 # Check whether --with-gettext was given.
3346 if test "${with_gettext+set}" = set; then :
3347 withval=$with_gettext;
3351 # Check whether --with-gettextpo was given.
3352 if test "${with_gettextpo+set}" = set; then :
3353 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3357 # Check whether --with-gphoto was given.
3358 if test "${with_gphoto+set}" = set; then :
3359 withval=$with_gphoto;
3363 # Check whether --with-glu was given.
3364 if test "${with_glu+set}" = set; then :
3365 withval=$with_glu;
3369 # Check whether --with-gnutls was given.
3370 if test "${with_gnutls+set}" = set; then :
3371 withval=$with_gnutls;
3375 # Check whether --with-gsm was given.
3376 if test "${with_gsm+set}" = set; then :
3377 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3381 # Check whether --with-gstreamer was given.
3382 if test "${with_gstreamer+set}" = set; then :
3383 withval=$with_gstreamer;
3387 # Check whether --with-hal was given.
3388 if test "${with_hal+set}" = set; then :
3389 withval=$with_hal;
3393 # Check whether --with-jpeg was given.
3394 if test "${with_jpeg+set}" = set; then :
3395 withval=$with_jpeg;
3399 # Check whether --with-ldap was given.
3400 if test "${with_ldap+set}" = set; then :
3401 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3405 # Check whether --with-mpg123 was given.
3406 if test "${with_mpg123+set}" = set; then :
3407 withval=$with_mpg123;
3411 # Check whether --with-netapi was given.
3412 if test "${with_netapi+set}" = set; then :
3413 withval=$with_netapi;
3417 # Check whether --with-openal was given.
3418 if test "${with_openal+set}" = set; then :
3419 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3423 # Check whether --with-opencl was given.
3424 if test "${with_opencl+set}" = set; then :
3425 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3429 # Check whether --with-opengl was given.
3430 if test "${with_opengl+set}" = set; then :
3431 withval=$with_opengl;
3435 # Check whether --with-osmesa was given.
3436 if test "${with_osmesa+set}" = set; then :
3437 withval=$with_osmesa;
3441 # Check whether --with-oss was given.
3442 if test "${with_oss+set}" = set; then :
3443 withval=$with_oss;
3447 # Check whether --with-pcap was given.
3448 if test "${with_pcap+set}" = set; then :
3449 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3453 # Check whether --with-png was given.
3454 if test "${with_png+set}" = set; then :
3455 withval=$with_png;
3459 # Check whether --with-pthread was given.
3460 if test "${with_pthread+set}" = set; then :
3461 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3465 # Check whether --with-pulse was given.
3466 if test "${with_pulse+set}" = set; then :
3467 withval=$with_pulse;
3471 # Check whether --with-sane was given.
3472 if test "${with_sane+set}" = set; then :
3473 withval=$with_sane;
3477 # Check whether --with-tiff was given.
3478 if test "${with_tiff+set}" = set; then :
3479 withval=$with_tiff;
3483 # Check whether --with-v4l was given.
3484 if test "${with_v4l+set}" = set; then :
3485 withval=$with_v4l;
3489 # Check whether --with-xcomposite was given.
3490 if test "${with_xcomposite+set}" = set; then :
3491 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3495 # Check whether --with-xcursor was given.
3496 if test "${with_xcursor+set}" = set; then :
3497 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3501 # Check whether --with-xinerama was given.
3502 if test "${with_xinerama+set}" = set; then :
3503 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3507 # Check whether --with-xinput was given.
3508 if test "${with_xinput+set}" = set; then :
3509 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3513 # Check whether --with-xinput2 was given.
3514 if test "${with_xinput2+set}" = set; then :
3515 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3519 # Check whether --with-xml was given.
3520 if test "${with_xml+set}" = set; then :
3521 withval=$with_xml;
3525 # Check whether --with-xrandr was given.
3526 if test "${with_xrandr+set}" = set; then :
3527 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3531 # Check whether --with-xrender was given.
3532 if test "${with_xrender+set}" = set; then :
3533 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3537 # Check whether --with-xshape was given.
3538 if test "${with_xshape+set}" = set; then :
3539 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3543 # Check whether --with-xshm was given.
3544 if test "${with_xshm+set}" = set; then :
3545 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3549 # Check whether --with-xslt was given.
3550 if test "${with_xslt+set}" = set; then :
3551 withval=$with_xslt;
3555 # Check whether --with-xxf86vm was given.
3556 if test "${with_xxf86vm+set}" = set; then :
3557 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
3561 # Check whether --with-zlib was given.
3562 if test "${with_zlib+set}" = set; then :
3563 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3568 # Check whether --with-wine-tools was given.
3569 if test "${with_wine_tools+set}" = set; then :
3570 withval=$with_wine_tools;
3574 # Check whether --with-wine64 was given.
3575 if test "${with_wine64+set}" = set; then :
3576 withval=$with_wine64;
3580 # Make sure we can run config.sub.
3581 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3582 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3585 $as_echo_n "checking build system type... " >&6; }
3586 if ${ac_cv_build+:} false; then :
3587 $as_echo_n "(cached) " >&6
3588 else
3589 ac_build_alias=$build_alias
3590 test "x$ac_build_alias" = x &&
3591 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3592 test "x$ac_build_alias" = x &&
3593 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3594 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3595 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3599 $as_echo "$ac_cv_build" >&6; }
3600 case $ac_cv_build in
3601 *-*-*) ;;
3602 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3603 esac
3604 build=$ac_cv_build
3605 ac_save_IFS=$IFS; IFS='-'
3606 set x $ac_cv_build
3607 shift
3608 build_cpu=$1
3609 build_vendor=$2
3610 shift; shift
3611 # Remember, the first character of IFS is used to create $*,
3612 # except with old shells:
3613 build_os=$*
3614 IFS=$ac_save_IFS
3615 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3619 $as_echo_n "checking host system type... " >&6; }
3620 if ${ac_cv_host+:} false; then :
3621 $as_echo_n "(cached) " >&6
3622 else
3623 if test "x$host_alias" = x; then
3624 ac_cv_host=$ac_cv_build
3625 else
3626 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3627 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3632 $as_echo "$ac_cv_host" >&6; }
3633 case $ac_cv_host in
3634 *-*-*) ;;
3635 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3636 esac
3637 host=$ac_cv_host
3638 ac_save_IFS=$IFS; IFS='-'
3639 set x $ac_cv_host
3640 shift
3641 host_cpu=$1
3642 host_vendor=$2
3643 shift; shift
3644 # Remember, the first character of IFS is used to create $*,
3645 # except with old shells:
3646 host_os=$*
3647 IFS=$ac_save_IFS
3648 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3652 case "$srcdir" in
3653 .) ;;
3654 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3655 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3656 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3657 fi ;;
3658 esac
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3662 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3663 set x ${MAKE-make}
3664 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3665 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3666 $as_echo_n "(cached) " >&6
3667 else
3668 cat >conftest.make <<\_ACEOF
3669 SHELL = /bin/sh
3670 all:
3671 @echo '@@@%%%=$(MAKE)=@@@%%%'
3672 _ACEOF
3673 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3674 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3675 *@@@%%%=?*=@@@%%%*)
3676 eval ac_cv_prog_make_${ac_make}_set=yes;;
3678 eval ac_cv_prog_make_${ac_make}_set=no;;
3679 esac
3680 rm -f conftest.make
3682 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3684 $as_echo "yes" >&6; }
3685 SET_MAKE=
3686 else
3687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3688 $as_echo "no" >&6; }
3689 SET_MAKE="MAKE=${MAKE-make}"
3692 ac_ext=c
3693 ac_cpp='$CPP $CPPFLAGS'
3694 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3695 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3696 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3697 if test -n "$ac_tool_prefix"; then
3698 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3699 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3701 $as_echo_n "checking for $ac_word... " >&6; }
3702 if ${ac_cv_prog_CC+:} false; then :
3703 $as_echo_n "(cached) " >&6
3704 else
3705 if test -n "$CC"; then
3706 ac_cv_prog_CC="$CC" # Let the user override the test.
3707 else
3708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3709 for as_dir in $PATH
3711 IFS=$as_save_IFS
3712 test -z "$as_dir" && as_dir=.
3713 for ac_exec_ext in '' $ac_executable_extensions; do
3714 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3715 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3717 break 2
3719 done
3720 done
3721 IFS=$as_save_IFS
3725 CC=$ac_cv_prog_CC
3726 if test -n "$CC"; then
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3728 $as_echo "$CC" >&6; }
3729 else
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3731 $as_echo "no" >&6; }
3736 if test -z "$ac_cv_prog_CC"; then
3737 ac_ct_CC=$CC
3738 # Extract the first word of "gcc", so it can be a program name with args.
3739 set dummy gcc; ac_word=$2
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3741 $as_echo_n "checking for $ac_word... " >&6; }
3742 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3743 $as_echo_n "(cached) " >&6
3744 else
3745 if test -n "$ac_ct_CC"; then
3746 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3747 else
3748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3749 for as_dir in $PATH
3751 IFS=$as_save_IFS
3752 test -z "$as_dir" && as_dir=.
3753 for ac_exec_ext in '' $ac_executable_extensions; do
3754 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3755 ac_cv_prog_ac_ct_CC="gcc"
3756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3757 break 2
3759 done
3760 done
3761 IFS=$as_save_IFS
3765 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3766 if test -n "$ac_ct_CC"; then
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3768 $as_echo "$ac_ct_CC" >&6; }
3769 else
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3771 $as_echo "no" >&6; }
3774 if test "x$ac_ct_CC" = x; then
3775 CC=""
3776 else
3777 case $cross_compiling:$ac_tool_warned in
3778 yes:)
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3780 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3781 ac_tool_warned=yes ;;
3782 esac
3783 CC=$ac_ct_CC
3785 else
3786 CC="$ac_cv_prog_CC"
3789 if test -z "$CC"; then
3790 if test -n "$ac_tool_prefix"; then
3791 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3792 set dummy ${ac_tool_prefix}cc; ac_word=$2
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3794 $as_echo_n "checking for $ac_word... " >&6; }
3795 if ${ac_cv_prog_CC+:} false; then :
3796 $as_echo_n "(cached) " >&6
3797 else
3798 if test -n "$CC"; then
3799 ac_cv_prog_CC="$CC" # Let the user override the test.
3800 else
3801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3802 for as_dir in $PATH
3804 IFS=$as_save_IFS
3805 test -z "$as_dir" && as_dir=.
3806 for ac_exec_ext in '' $ac_executable_extensions; do
3807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3808 ac_cv_prog_CC="${ac_tool_prefix}cc"
3809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3810 break 2
3812 done
3813 done
3814 IFS=$as_save_IFS
3818 CC=$ac_cv_prog_CC
3819 if test -n "$CC"; then
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3821 $as_echo "$CC" >&6; }
3822 else
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3824 $as_echo "no" >&6; }
3830 if test -z "$CC"; then
3831 # Extract the first word of "cc", so it can be a program name with args.
3832 set dummy cc; ac_word=$2
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3834 $as_echo_n "checking for $ac_word... " >&6; }
3835 if ${ac_cv_prog_CC+:} false; then :
3836 $as_echo_n "(cached) " >&6
3837 else
3838 if test -n "$CC"; then
3839 ac_cv_prog_CC="$CC" # Let the user override the test.
3840 else
3841 ac_prog_rejected=no
3842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3843 for as_dir in $PATH
3845 IFS=$as_save_IFS
3846 test -z "$as_dir" && as_dir=.
3847 for ac_exec_ext in '' $ac_executable_extensions; do
3848 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3849 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3850 ac_prog_rejected=yes
3851 continue
3853 ac_cv_prog_CC="cc"
3854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3855 break 2
3857 done
3858 done
3859 IFS=$as_save_IFS
3861 if test $ac_prog_rejected = yes; then
3862 # We found a bogon in the path, so make sure we never use it.
3863 set dummy $ac_cv_prog_CC
3864 shift
3865 if test $# != 0; then
3866 # We chose a different compiler from the bogus one.
3867 # However, it has the same basename, so the bogon will be chosen
3868 # first if we set CC to just the basename; use the full file name.
3869 shift
3870 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3875 CC=$ac_cv_prog_CC
3876 if test -n "$CC"; then
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3878 $as_echo "$CC" >&6; }
3879 else
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3881 $as_echo "no" >&6; }
3886 if test -z "$CC"; then
3887 if test -n "$ac_tool_prefix"; then
3888 for ac_prog in cl.exe
3890 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3891 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3893 $as_echo_n "checking for $ac_word... " >&6; }
3894 if ${ac_cv_prog_CC+:} false; then :
3895 $as_echo_n "(cached) " >&6
3896 else
3897 if test -n "$CC"; then
3898 ac_cv_prog_CC="$CC" # Let the user override the test.
3899 else
3900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3901 for as_dir in $PATH
3903 IFS=$as_save_IFS
3904 test -z "$as_dir" && as_dir=.
3905 for ac_exec_ext in '' $ac_executable_extensions; do
3906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3907 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3909 break 2
3911 done
3912 done
3913 IFS=$as_save_IFS
3917 CC=$ac_cv_prog_CC
3918 if test -n "$CC"; then
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3920 $as_echo "$CC" >&6; }
3921 else
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3923 $as_echo "no" >&6; }
3927 test -n "$CC" && break
3928 done
3930 if test -z "$CC"; then
3931 ac_ct_CC=$CC
3932 for ac_prog in cl.exe
3934 # Extract the first word of "$ac_prog", so it can be a program name with args.
3935 set dummy $ac_prog; ac_word=$2
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3937 $as_echo_n "checking for $ac_word... " >&6; }
3938 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3939 $as_echo_n "(cached) " >&6
3940 else
3941 if test -n "$ac_ct_CC"; then
3942 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3943 else
3944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3945 for as_dir in $PATH
3947 IFS=$as_save_IFS
3948 test -z "$as_dir" && as_dir=.
3949 for ac_exec_ext in '' $ac_executable_extensions; do
3950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3951 ac_cv_prog_ac_ct_CC="$ac_prog"
3952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3953 break 2
3955 done
3956 done
3957 IFS=$as_save_IFS
3961 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3962 if test -n "$ac_ct_CC"; then
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3964 $as_echo "$ac_ct_CC" >&6; }
3965 else
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3967 $as_echo "no" >&6; }
3971 test -n "$ac_ct_CC" && break
3972 done
3974 if test "x$ac_ct_CC" = x; then
3975 CC=""
3976 else
3977 case $cross_compiling:$ac_tool_warned in
3978 yes:)
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3980 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3981 ac_tool_warned=yes ;;
3982 esac
3983 CC=$ac_ct_CC
3990 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3992 as_fn_error $? "no acceptable C compiler found in \$PATH
3993 See \`config.log' for more details" "$LINENO" 5; }
3995 # Provide some information about the compiler.
3996 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3997 set X $ac_compile
3998 ac_compiler=$2
3999 for ac_option in --version -v -V -qversion; do
4000 { { ac_try="$ac_compiler $ac_option >&5"
4001 case "(($ac_try" in
4002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4003 *) ac_try_echo=$ac_try;;
4004 esac
4005 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4006 $as_echo "$ac_try_echo"; } >&5
4007 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4008 ac_status=$?
4009 if test -s conftest.err; then
4010 sed '10a\
4011 ... rest of stderr output deleted ...
4012 10q' conftest.err >conftest.er1
4013 cat conftest.er1 >&5
4015 rm -f conftest.er1 conftest.err
4016 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4017 test $ac_status = 0; }
4018 done
4020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4021 /* end confdefs.h. */
4024 main ()
4028 return 0;
4030 _ACEOF
4031 ac_clean_files_save=$ac_clean_files
4032 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4033 # Try to create an executable without -o first, disregard a.out.
4034 # It will help us diagnose broken compilers, and finding out an intuition
4035 # of exeext.
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4037 $as_echo_n "checking whether the C compiler works... " >&6; }
4038 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4040 # The possible output files:
4041 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4043 ac_rmfiles=
4044 for ac_file in $ac_files
4046 case $ac_file in
4047 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4048 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4049 esac
4050 done
4051 rm -f $ac_rmfiles
4053 if { { ac_try="$ac_link_default"
4054 case "(($ac_try" in
4055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4056 *) ac_try_echo=$ac_try;;
4057 esac
4058 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4059 $as_echo "$ac_try_echo"; } >&5
4060 (eval "$ac_link_default") 2>&5
4061 ac_status=$?
4062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4063 test $ac_status = 0; }; then :
4064 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4065 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4066 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4067 # so that the user can short-circuit this test for compilers unknown to
4068 # Autoconf.
4069 for ac_file in $ac_files ''
4071 test -f "$ac_file" || continue
4072 case $ac_file in
4073 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4075 [ab].out )
4076 # We found the default executable, but exeext='' is most
4077 # certainly right.
4078 break;;
4079 *.* )
4080 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4081 then :; else
4082 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4084 # We set ac_cv_exeext here because the later test for it is not
4085 # safe: cross compilers may not add the suffix if given an `-o'
4086 # argument, so we may need to know it at that point already.
4087 # Even if this section looks crufty: it has the advantage of
4088 # actually working.
4089 break;;
4091 break;;
4092 esac
4093 done
4094 test "$ac_cv_exeext" = no && ac_cv_exeext=
4096 else
4097 ac_file=''
4099 if test -z "$ac_file"; then :
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4101 $as_echo "no" >&6; }
4102 $as_echo "$as_me: failed program was:" >&5
4103 sed 's/^/| /' conftest.$ac_ext >&5
4105 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4106 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4107 as_fn_error 77 "C compiler cannot create executables
4108 See \`config.log' for more details" "$LINENO" 5; }
4109 else
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4111 $as_echo "yes" >&6; }
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4114 $as_echo_n "checking for C compiler default output file name... " >&6; }
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4116 $as_echo "$ac_file" >&6; }
4117 ac_exeext=$ac_cv_exeext
4119 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4120 ac_clean_files=$ac_clean_files_save
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4122 $as_echo_n "checking for suffix of executables... " >&6; }
4123 if { { ac_try="$ac_link"
4124 case "(($ac_try" in
4125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4126 *) ac_try_echo=$ac_try;;
4127 esac
4128 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4129 $as_echo "$ac_try_echo"; } >&5
4130 (eval "$ac_link") 2>&5
4131 ac_status=$?
4132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4133 test $ac_status = 0; }; then :
4134 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4135 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4136 # work properly (i.e., refer to `conftest.exe'), while it won't with
4137 # `rm'.
4138 for ac_file in conftest.exe conftest conftest.*; do
4139 test -f "$ac_file" || continue
4140 case $ac_file in
4141 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4142 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4143 break;;
4144 * ) break;;
4145 esac
4146 done
4147 else
4148 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4149 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4150 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4151 See \`config.log' for more details" "$LINENO" 5; }
4153 rm -f conftest conftest$ac_cv_exeext
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4155 $as_echo "$ac_cv_exeext" >&6; }
4157 rm -f conftest.$ac_ext
4158 EXEEXT=$ac_cv_exeext
4159 ac_exeext=$EXEEXT
4160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4161 /* end confdefs.h. */
4162 #include <stdio.h>
4164 main ()
4166 FILE *f = fopen ("conftest.out", "w");
4167 return ferror (f) || fclose (f) != 0;
4170 return 0;
4172 _ACEOF
4173 ac_clean_files="$ac_clean_files conftest.out"
4174 # Check that the compiler produces executables we can run. If not, either
4175 # the compiler is broken, or we cross compile.
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4177 $as_echo_n "checking whether we are cross compiling... " >&6; }
4178 if test "$cross_compiling" != yes; then
4179 { { ac_try="$ac_link"
4180 case "(($ac_try" in
4181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4182 *) ac_try_echo=$ac_try;;
4183 esac
4184 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4185 $as_echo "$ac_try_echo"; } >&5
4186 (eval "$ac_link") 2>&5
4187 ac_status=$?
4188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4189 test $ac_status = 0; }
4190 if { ac_try='./conftest$ac_cv_exeext'
4191 { { case "(($ac_try" in
4192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4193 *) ac_try_echo=$ac_try;;
4194 esac
4195 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4196 $as_echo "$ac_try_echo"; } >&5
4197 (eval "$ac_try") 2>&5
4198 ac_status=$?
4199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4200 test $ac_status = 0; }; }; then
4201 cross_compiling=no
4202 else
4203 if test "$cross_compiling" = maybe; then
4204 cross_compiling=yes
4205 else
4206 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4208 as_fn_error $? "cannot run C compiled programs.
4209 If you meant to cross compile, use \`--host'.
4210 See \`config.log' for more details" "$LINENO" 5; }
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4215 $as_echo "$cross_compiling" >&6; }
4217 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4218 ac_clean_files=$ac_clean_files_save
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4220 $as_echo_n "checking for suffix of object files... " >&6; }
4221 if ${ac_cv_objext+:} false; then :
4222 $as_echo_n "(cached) " >&6
4223 else
4224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4225 /* end confdefs.h. */
4228 main ()
4232 return 0;
4234 _ACEOF
4235 rm -f conftest.o conftest.obj
4236 if { { ac_try="$ac_compile"
4237 case "(($ac_try" in
4238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4239 *) ac_try_echo=$ac_try;;
4240 esac
4241 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4242 $as_echo "$ac_try_echo"; } >&5
4243 (eval "$ac_compile") 2>&5
4244 ac_status=$?
4245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4246 test $ac_status = 0; }; then :
4247 for ac_file in conftest.o conftest.obj conftest.*; do
4248 test -f "$ac_file" || continue;
4249 case $ac_file in
4250 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4251 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4252 break;;
4253 esac
4254 done
4255 else
4256 $as_echo "$as_me: failed program was:" >&5
4257 sed 's/^/| /' conftest.$ac_ext >&5
4259 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4261 as_fn_error $? "cannot compute suffix of object files: cannot compile
4262 See \`config.log' for more details" "$LINENO" 5; }
4264 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4267 $as_echo "$ac_cv_objext" >&6; }
4268 OBJEXT=$ac_cv_objext
4269 ac_objext=$OBJEXT
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4271 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4272 if ${ac_cv_c_compiler_gnu+:} false; then :
4273 $as_echo_n "(cached) " >&6
4274 else
4275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4276 /* end confdefs.h. */
4279 main ()
4281 #ifndef __GNUC__
4282 choke me
4283 #endif
4286 return 0;
4288 _ACEOF
4289 if ac_fn_c_try_compile "$LINENO"; then :
4290 ac_compiler_gnu=yes
4291 else
4292 ac_compiler_gnu=no
4294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4295 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4299 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4300 if test $ac_compiler_gnu = yes; then
4301 GCC=yes
4302 else
4303 GCC=
4305 ac_test_CFLAGS=${CFLAGS+set}
4306 ac_save_CFLAGS=$CFLAGS
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4308 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4309 if ${ac_cv_prog_cc_g+:} false; then :
4310 $as_echo_n "(cached) " >&6
4311 else
4312 ac_save_c_werror_flag=$ac_c_werror_flag
4313 ac_c_werror_flag=yes
4314 ac_cv_prog_cc_g=no
4315 CFLAGS="-g"
4316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4317 /* end confdefs.h. */
4320 main ()
4324 return 0;
4326 _ACEOF
4327 if ac_fn_c_try_compile "$LINENO"; then :
4328 ac_cv_prog_cc_g=yes
4329 else
4330 CFLAGS=""
4331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4332 /* end confdefs.h. */
4335 main ()
4339 return 0;
4341 _ACEOF
4342 if ac_fn_c_try_compile "$LINENO"; then :
4344 else
4345 ac_c_werror_flag=$ac_save_c_werror_flag
4346 CFLAGS="-g"
4347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4348 /* end confdefs.h. */
4351 main ()
4355 return 0;
4357 _ACEOF
4358 if ac_fn_c_try_compile "$LINENO"; then :
4359 ac_cv_prog_cc_g=yes
4361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4366 ac_c_werror_flag=$ac_save_c_werror_flag
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4369 $as_echo "$ac_cv_prog_cc_g" >&6; }
4370 if test "$ac_test_CFLAGS" = set; then
4371 CFLAGS=$ac_save_CFLAGS
4372 elif test $ac_cv_prog_cc_g = yes; then
4373 if test "$GCC" = yes; then
4374 CFLAGS="-g -O2"
4375 else
4376 CFLAGS="-g"
4378 else
4379 if test "$GCC" = yes; then
4380 CFLAGS="-O2"
4381 else
4382 CFLAGS=
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4386 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4387 if ${ac_cv_prog_cc_c89+:} false; then :
4388 $as_echo_n "(cached) " >&6
4389 else
4390 ac_cv_prog_cc_c89=no
4391 ac_save_CC=$CC
4392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4393 /* end confdefs.h. */
4394 #include <stdarg.h>
4395 #include <stdio.h>
4396 struct stat;
4397 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4398 struct buf { int x; };
4399 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4400 static char *e (p, i)
4401 char **p;
4402 int i;
4404 return p[i];
4406 static char *f (char * (*g) (char **, int), char **p, ...)
4408 char *s;
4409 va_list v;
4410 va_start (v,p);
4411 s = g (p, va_arg (v,int));
4412 va_end (v);
4413 return s;
4416 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4417 function prototypes and stuff, but not '\xHH' hex character constants.
4418 These don't provoke an error unfortunately, instead are silently treated
4419 as 'x'. The following induces an error, until -std is added to get
4420 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4421 array size at least. It's necessary to write '\x00'==0 to get something
4422 that's true only with -std. */
4423 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4425 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4426 inside strings and character constants. */
4427 #define FOO(x) 'x'
4428 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4430 int test (int i, double x);
4431 struct s1 {int (*f) (int a);};
4432 struct s2 {int (*f) (double a);};
4433 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4434 int argc;
4435 char **argv;
4437 main ()
4439 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4441 return 0;
4443 _ACEOF
4444 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4445 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4447 CC="$ac_save_CC $ac_arg"
4448 if ac_fn_c_try_compile "$LINENO"; then :
4449 ac_cv_prog_cc_c89=$ac_arg
4451 rm -f core conftest.err conftest.$ac_objext
4452 test "x$ac_cv_prog_cc_c89" != "xno" && break
4453 done
4454 rm -f conftest.$ac_ext
4455 CC=$ac_save_CC
4458 # AC_CACHE_VAL
4459 case "x$ac_cv_prog_cc_c89" in
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4462 $as_echo "none needed" >&6; } ;;
4463 xno)
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4465 $as_echo "unsupported" >&6; } ;;
4467 CC="$CC $ac_cv_prog_cc_c89"
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4469 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4470 esac
4471 if test "x$ac_cv_prog_cc_c89" != xno; then :
4475 ac_ext=c
4476 ac_cpp='$CPP $CPPFLAGS'
4477 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4478 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4479 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4481 ac_ext=cpp
4482 ac_cpp='$CXXCPP $CPPFLAGS'
4483 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4484 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4485 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4486 if test -z "$CXX"; then
4487 if test -n "$CCC"; then
4488 CXX=$CCC
4489 else
4490 if test -n "$ac_tool_prefix"; then
4491 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4493 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4494 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4496 $as_echo_n "checking for $ac_word... " >&6; }
4497 if ${ac_cv_prog_CXX+:} false; then :
4498 $as_echo_n "(cached) " >&6
4499 else
4500 if test -n "$CXX"; then
4501 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4502 else
4503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4504 for as_dir in $PATH
4506 IFS=$as_save_IFS
4507 test -z "$as_dir" && as_dir=.
4508 for ac_exec_ext in '' $ac_executable_extensions; do
4509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4510 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4512 break 2
4514 done
4515 done
4516 IFS=$as_save_IFS
4520 CXX=$ac_cv_prog_CXX
4521 if test -n "$CXX"; then
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4523 $as_echo "$CXX" >&6; }
4524 else
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4526 $as_echo "no" >&6; }
4530 test -n "$CXX" && break
4531 done
4533 if test -z "$CXX"; then
4534 ac_ct_CXX=$CXX
4535 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4537 # Extract the first word of "$ac_prog", so it can be a program name with args.
4538 set dummy $ac_prog; ac_word=$2
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4540 $as_echo_n "checking for $ac_word... " >&6; }
4541 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4542 $as_echo_n "(cached) " >&6
4543 else
4544 if test -n "$ac_ct_CXX"; then
4545 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4546 else
4547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4548 for as_dir in $PATH
4550 IFS=$as_save_IFS
4551 test -z "$as_dir" && as_dir=.
4552 for ac_exec_ext in '' $ac_executable_extensions; do
4553 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4554 ac_cv_prog_ac_ct_CXX="$ac_prog"
4555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4556 break 2
4558 done
4559 done
4560 IFS=$as_save_IFS
4564 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4565 if test -n "$ac_ct_CXX"; then
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4567 $as_echo "$ac_ct_CXX" >&6; }
4568 else
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4570 $as_echo "no" >&6; }
4574 test -n "$ac_ct_CXX" && break
4575 done
4577 if test "x$ac_ct_CXX" = x; then
4578 CXX="g++"
4579 else
4580 case $cross_compiling:$ac_tool_warned in
4581 yes:)
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4583 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4584 ac_tool_warned=yes ;;
4585 esac
4586 CXX=$ac_ct_CXX
4592 # Provide some information about the compiler.
4593 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4594 set X $ac_compile
4595 ac_compiler=$2
4596 for ac_option in --version -v -V -qversion; do
4597 { { ac_try="$ac_compiler $ac_option >&5"
4598 case "(($ac_try" in
4599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4600 *) ac_try_echo=$ac_try;;
4601 esac
4602 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4603 $as_echo "$ac_try_echo"; } >&5
4604 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4605 ac_status=$?
4606 if test -s conftest.err; then
4607 sed '10a\
4608 ... rest of stderr output deleted ...
4609 10q' conftest.err >conftest.er1
4610 cat conftest.er1 >&5
4612 rm -f conftest.er1 conftest.err
4613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4614 test $ac_status = 0; }
4615 done
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4618 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4619 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4620 $as_echo_n "(cached) " >&6
4621 else
4622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4623 /* end confdefs.h. */
4626 main ()
4628 #ifndef __GNUC__
4629 choke me
4630 #endif
4633 return 0;
4635 _ACEOF
4636 if ac_fn_cxx_try_compile "$LINENO"; then :
4637 ac_compiler_gnu=yes
4638 else
4639 ac_compiler_gnu=no
4641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4642 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4646 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4647 if test $ac_compiler_gnu = yes; then
4648 GXX=yes
4649 else
4650 GXX=
4652 ac_test_CXXFLAGS=${CXXFLAGS+set}
4653 ac_save_CXXFLAGS=$CXXFLAGS
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4655 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4656 if ${ac_cv_prog_cxx_g+:} false; then :
4657 $as_echo_n "(cached) " >&6
4658 else
4659 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4660 ac_cxx_werror_flag=yes
4661 ac_cv_prog_cxx_g=no
4662 CXXFLAGS="-g"
4663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4667 main ()
4671 return 0;
4673 _ACEOF
4674 if ac_fn_cxx_try_compile "$LINENO"; then :
4675 ac_cv_prog_cxx_g=yes
4676 else
4677 CXXFLAGS=""
4678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4679 /* end confdefs.h. */
4682 main ()
4686 return 0;
4688 _ACEOF
4689 if ac_fn_cxx_try_compile "$LINENO"; then :
4691 else
4692 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4693 CXXFLAGS="-g"
4694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4695 /* end confdefs.h. */
4698 main ()
4702 return 0;
4704 _ACEOF
4705 if ac_fn_cxx_try_compile "$LINENO"; then :
4706 ac_cv_prog_cxx_g=yes
4708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4713 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4716 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4717 if test "$ac_test_CXXFLAGS" = set; then
4718 CXXFLAGS=$ac_save_CXXFLAGS
4719 elif test $ac_cv_prog_cxx_g = yes; then
4720 if test "$GXX" = yes; then
4721 CXXFLAGS="-g -O2"
4722 else
4723 CXXFLAGS="-g"
4725 else
4726 if test "$GXX" = yes; then
4727 CXXFLAGS="-O2"
4728 else
4729 CXXFLAGS=
4732 ac_ext=c
4733 ac_cpp='$CPP $CPPFLAGS'
4734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4738 if test -n "$ac_tool_prefix"; then
4739 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4740 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4742 $as_echo_n "checking for $ac_word... " >&6; }
4743 if ${ac_cv_prog_CPPBIN+:} false; then :
4744 $as_echo_n "(cached) " >&6
4745 else
4746 if test -n "$CPPBIN"; then
4747 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4748 else
4749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4750 for as_dir in $PATH
4752 IFS=$as_save_IFS
4753 test -z "$as_dir" && as_dir=.
4754 for ac_exec_ext in '' $ac_executable_extensions; do
4755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4756 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4758 break 2
4760 done
4761 done
4762 IFS=$as_save_IFS
4766 CPPBIN=$ac_cv_prog_CPPBIN
4767 if test -n "$CPPBIN"; then
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4769 $as_echo "$CPPBIN" >&6; }
4770 else
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4772 $as_echo "no" >&6; }
4777 if test -z "$ac_cv_prog_CPPBIN"; then
4778 ac_ct_CPPBIN=$CPPBIN
4779 # Extract the first word of "cpp", so it can be a program name with args.
4780 set dummy cpp; ac_word=$2
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4782 $as_echo_n "checking for $ac_word... " >&6; }
4783 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4784 $as_echo_n "(cached) " >&6
4785 else
4786 if test -n "$ac_ct_CPPBIN"; then
4787 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4788 else
4789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4790 for as_dir in $PATH
4792 IFS=$as_save_IFS
4793 test -z "$as_dir" && as_dir=.
4794 for ac_exec_ext in '' $ac_executable_extensions; do
4795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4796 ac_cv_prog_ac_ct_CPPBIN="cpp"
4797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4798 break 2
4800 done
4801 done
4802 IFS=$as_save_IFS
4806 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4807 if test -n "$ac_ct_CPPBIN"; then
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4809 $as_echo "$ac_ct_CPPBIN" >&6; }
4810 else
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4812 $as_echo "no" >&6; }
4815 if test "x$ac_ct_CPPBIN" = x; then
4816 CPPBIN="cpp"
4817 else
4818 case $cross_compiling:$ac_tool_warned in
4819 yes:)
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4822 ac_tool_warned=yes ;;
4823 esac
4824 CPPBIN=$ac_ct_CPPBIN
4826 else
4827 CPPBIN="$ac_cv_prog_CPPBIN"
4831 cat >>confdefs.h <<_ACEOF
4832 #define EXEEXT "$ac_exeext"
4833 _ACEOF
4835 if test -n "$ac_tool_prefix"; then
4836 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4837 set dummy ${ac_tool_prefix}ld; ac_word=$2
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4839 $as_echo_n "checking for $ac_word... " >&6; }
4840 if ${ac_cv_prog_LD+:} false; then :
4841 $as_echo_n "(cached) " >&6
4842 else
4843 if test -n "$LD"; then
4844 ac_cv_prog_LD="$LD" # Let the user override the test.
4845 else
4846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4847 for as_dir in $PATH
4849 IFS=$as_save_IFS
4850 test -z "$as_dir" && as_dir=.
4851 for ac_exec_ext in '' $ac_executable_extensions; do
4852 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4853 ac_cv_prog_LD="${ac_tool_prefix}ld"
4854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4855 break 2
4857 done
4858 done
4859 IFS=$as_save_IFS
4863 LD=$ac_cv_prog_LD
4864 if test -n "$LD"; then
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4866 $as_echo "$LD" >&6; }
4867 else
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4869 $as_echo "no" >&6; }
4874 if test -z "$ac_cv_prog_LD"; then
4875 ac_ct_LD=$LD
4876 # Extract the first word of "ld", so it can be a program name with args.
4877 set dummy ld; ac_word=$2
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4879 $as_echo_n "checking for $ac_word... " >&6; }
4880 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4881 $as_echo_n "(cached) " >&6
4882 else
4883 if test -n "$ac_ct_LD"; then
4884 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4885 else
4886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4887 for as_dir in $PATH
4889 IFS=$as_save_IFS
4890 test -z "$as_dir" && as_dir=.
4891 for ac_exec_ext in '' $ac_executable_extensions; do
4892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4893 ac_cv_prog_ac_ct_LD="ld"
4894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4895 break 2
4897 done
4898 done
4899 IFS=$as_save_IFS
4903 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4904 if test -n "$ac_ct_LD"; then
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4906 $as_echo "$ac_ct_LD" >&6; }
4907 else
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4909 $as_echo "no" >&6; }
4912 if test "x$ac_ct_LD" = x; then
4913 LD=""
4914 else
4915 case $cross_compiling:$ac_tool_warned in
4916 yes:)
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4918 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4919 ac_tool_warned=yes ;;
4920 esac
4921 LD=$ac_ct_LD
4923 else
4924 LD="$ac_cv_prog_LD"
4928 case $host in
4929 *-darwin*)
4930 if test "x$enable_win64" = "xyes"
4931 then
4932 CC="$CC -m64"
4933 CXX="$CXX -m64"
4934 host_cpu="x86_64"
4935 notice_platform="64-bit "
4936 TARGETFLAGS="-m64"
4938 else
4939 CC="$CC -m32"
4940 CXX="$CXX -m32"
4941 host_cpu="i386"
4942 notice_platform="32-bit "
4943 TARGETFLAGS="-m32"
4945 enable_win16=${enable_win16:-yes}
4947 with_fontconfig=${with_fontconfig:-no}
4949 x86_64*|amd64*)
4950 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4951 then
4952 CC="$CC -m32"
4953 CXX="$CXX -m32"
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4955 $as_echo_n "checking whether $CC works... " >&6; }
4957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4958 /* end confdefs.h. */
4961 main ()
4965 return 0;
4967 _ACEOF
4968 if ac_fn_c_try_link "$LINENO"; then :
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4970 $as_echo "yes" >&6; }
4971 else
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4973 $as_echo "no" >&6; }
4974 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4976 rm -f core conftest.err conftest.$ac_objext \
4977 conftest$ac_exeext conftest.$ac_ext
4978 host_cpu="i386"
4979 notice_platform="32-bit "
4980 TARGETFLAGS="-m32"
4982 enable_win16=${enable_win16:-yes}
4983 else
4984 if test "x${GCC}" = "xyes"
4985 then
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4987 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4989 /* end confdefs.h. */
4990 #include <stdarg.h>
4992 main ()
4994 void func(__builtin_ms_va_list *args);
4996 return 0;
4998 _ACEOF
4999 if ac_fn_c_try_compile "$LINENO"; then :
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5001 $as_echo "yes" >&6; }
5002 else
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5004 $as_echo "no" >&6; }
5005 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5009 host_cpu="x86_64"
5010 TARGETFLAGS="-m64"
5014 arm*)
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5016 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5018 /* end confdefs.h. */
5019 int ac_test(int i) { return i; }
5021 main ()
5023 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5025 return 0;
5027 _ACEOF
5028 if ac_fn_c_try_link "$LINENO"; then :
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5030 $as_echo "yes" >&6; }
5031 else
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5033 $as_echo "no" >&6; }
5034 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5036 rm -f core conftest.err conftest.$ac_objext \
5037 conftest$ac_exeext conftest.$ac_ext
5038 CFLAGS="$CFLAGS -marm"
5039 TARGETFLAGS="-marm"
5042 *-mingw32*|*-cygwin*)
5043 enable_win16=${enable_win16:-no}
5044 CFLAGS="$CFLAGS -D_WIN32"
5046 i[3456789]86*)
5047 enable_win16=${enable_win16:-yes}
5049 esac
5051 enable_win16=${enable_win16:-no}
5052 enable_win64=${enable_win64:-no}
5054 enable_winetest=${enable_winetest:-$enable_tests}
5056 if test -n "$with_wine64"
5057 then
5058 if test "x$enable_win64" = "xyes"
5059 then
5060 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5061 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5063 enable_fonts=${enable_fonts:-no}
5064 enable_server=${enable_server:-no}
5065 elif test "x$enable_win64" = "xyes"
5066 then
5067 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5071 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5072 if ${wine_cv_toolsdir+:} false; then :
5073 $as_echo_n "(cached) " >&6
5074 else
5075 wine_cv_toolsdir="$with_wine_tools"
5076 if test -z "$with_wine_tools"; then
5077 if test "$cross_compiling" = "yes"; then
5078 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5079 elif test -n "$with_wine64"; then
5080 wine_cv_toolsdir="$with_wine64"
5083 if test -z "$wine_cv_toolsdir"; then
5084 wine_makedep=tools/makedep
5085 wine_cv_toolsdir="\$(top_builddir)"
5086 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5087 wine_makedep=$wine_cv_toolsdir/tools/makedep
5088 case "$wine_cv_toolsdir" in
5089 /*) ;;
5090 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5091 esac
5092 enable_tools=${enable_tools:-no}
5093 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5094 else
5095 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5099 $as_echo "$wine_cv_toolsdir" >&6; }
5100 TOOLSDIR=$wine_cv_toolsdir
5102 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5103 then
5104 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5108 for ac_prog in flex
5110 # Extract the first word of "$ac_prog", so it can be a program name with args.
5111 set dummy $ac_prog; ac_word=$2
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5113 $as_echo_n "checking for $ac_word... " >&6; }
5114 if ${ac_cv_prog_FLEX+:} false; then :
5115 $as_echo_n "(cached) " >&6
5116 else
5117 if test -n "$FLEX"; then
5118 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5119 else
5120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5121 for as_dir in $PATH
5123 IFS=$as_save_IFS
5124 test -z "$as_dir" && as_dir=.
5125 for ac_exec_ext in '' $ac_executable_extensions; do
5126 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5127 ac_cv_prog_FLEX="$ac_prog"
5128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5129 break 2
5131 done
5132 done
5133 IFS=$as_save_IFS
5137 FLEX=$ac_cv_prog_FLEX
5138 if test -n "$FLEX"; then
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5140 $as_echo "$FLEX" >&6; }
5141 else
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5143 $as_echo "no" >&6; }
5147 test -n "$FLEX" && break
5148 done
5149 test -n "$FLEX" || FLEX="none"
5151 if test "$FLEX" = "none"
5152 then
5153 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5156 $as_echo_n "checking whether flex is recent enough... " >&6; }
5157 cat >conftest.l <<EOF
5158 %top{
5159 #include "prediluvian.h"
5163 if $FLEX -t conftest.l >/dev/null 2>&5
5164 then
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5166 $as_echo "yes" >&6; }
5167 else
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5169 $as_echo "no" >&6; }
5170 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5173 for ac_prog in bison
5175 # Extract the first word of "$ac_prog", so it can be a program name with args.
5176 set dummy $ac_prog; ac_word=$2
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5178 $as_echo_n "checking for $ac_word... " >&6; }
5179 if ${ac_cv_prog_BISON+:} false; then :
5180 $as_echo_n "(cached) " >&6
5181 else
5182 if test -n "$BISON"; then
5183 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5184 else
5185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5186 for as_dir in $PATH
5188 IFS=$as_save_IFS
5189 test -z "$as_dir" && as_dir=.
5190 for ac_exec_ext in '' $ac_executable_extensions; do
5191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5192 ac_cv_prog_BISON="$ac_prog"
5193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5194 break 2
5196 done
5197 done
5198 IFS=$as_save_IFS
5202 BISON=$ac_cv_prog_BISON
5203 if test -n "$BISON"; then
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5205 $as_echo "$BISON" >&6; }
5206 else
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5208 $as_echo "no" >&6; }
5212 test -n "$BISON" && break
5213 done
5214 test -n "$BISON" || BISON="none"
5216 if test "$BISON" = "none"
5217 then
5218 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5221 if test -n "$ac_tool_prefix"; then
5222 for ac_prog in ar gar
5224 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5225 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5227 $as_echo_n "checking for $ac_word... " >&6; }
5228 if ${ac_cv_prog_AR+:} false; then :
5229 $as_echo_n "(cached) " >&6
5230 else
5231 if test -n "$AR"; then
5232 ac_cv_prog_AR="$AR" # Let the user override the test.
5233 else
5234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5235 for as_dir in $PATH
5237 IFS=$as_save_IFS
5238 test -z "$as_dir" && as_dir=.
5239 for ac_exec_ext in '' $ac_executable_extensions; do
5240 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5241 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5243 break 2
5245 done
5246 done
5247 IFS=$as_save_IFS
5251 AR=$ac_cv_prog_AR
5252 if test -n "$AR"; then
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5254 $as_echo "$AR" >&6; }
5255 else
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5257 $as_echo "no" >&6; }
5261 test -n "$AR" && break
5262 done
5264 if test -z "$AR"; then
5265 ac_ct_AR=$AR
5266 for ac_prog in ar gar
5268 # Extract the first word of "$ac_prog", so it can be a program name with args.
5269 set dummy $ac_prog; ac_word=$2
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5271 $as_echo_n "checking for $ac_word... " >&6; }
5272 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5273 $as_echo_n "(cached) " >&6
5274 else
5275 if test -n "$ac_ct_AR"; then
5276 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5277 else
5278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5279 for as_dir in $PATH
5281 IFS=$as_save_IFS
5282 test -z "$as_dir" && as_dir=.
5283 for ac_exec_ext in '' $ac_executable_extensions; do
5284 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5285 ac_cv_prog_ac_ct_AR="$ac_prog"
5286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5287 break 2
5289 done
5290 done
5291 IFS=$as_save_IFS
5295 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5296 if test -n "$ac_ct_AR"; then
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5298 $as_echo "$ac_ct_AR" >&6; }
5299 else
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5301 $as_echo "no" >&6; }
5305 test -n "$ac_ct_AR" && break
5306 done
5308 if test "x$ac_ct_AR" = x; then
5309 AR="ar"
5310 else
5311 case $cross_compiling:$ac_tool_warned in
5312 yes:)
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5314 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5315 ac_tool_warned=yes ;;
5316 esac
5317 AR=$ac_ct_AR
5321 if test -n "$ac_tool_prefix"; then
5322 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5323 set dummy ${ac_tool_prefix}strip; ac_word=$2
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5325 $as_echo_n "checking for $ac_word... " >&6; }
5326 if ${ac_cv_prog_STRIP+:} false; then :
5327 $as_echo_n "(cached) " >&6
5328 else
5329 if test -n "$STRIP"; then
5330 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5331 else
5332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5333 for as_dir in $PATH
5335 IFS=$as_save_IFS
5336 test -z "$as_dir" && as_dir=.
5337 for ac_exec_ext in '' $ac_executable_extensions; do
5338 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5339 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5341 break 2
5343 done
5344 done
5345 IFS=$as_save_IFS
5349 STRIP=$ac_cv_prog_STRIP
5350 if test -n "$STRIP"; then
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5352 $as_echo "$STRIP" >&6; }
5353 else
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5355 $as_echo "no" >&6; }
5360 if test -z "$ac_cv_prog_STRIP"; then
5361 ac_ct_STRIP=$STRIP
5362 # Extract the first word of "strip", so it can be a program name with args.
5363 set dummy strip; ac_word=$2
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5365 $as_echo_n "checking for $ac_word... " >&6; }
5366 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5367 $as_echo_n "(cached) " >&6
5368 else
5369 if test -n "$ac_ct_STRIP"; then
5370 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5371 else
5372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5373 for as_dir in $PATH
5375 IFS=$as_save_IFS
5376 test -z "$as_dir" && as_dir=.
5377 for ac_exec_ext in '' $ac_executable_extensions; do
5378 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5379 ac_cv_prog_ac_ct_STRIP="strip"
5380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5381 break 2
5383 done
5384 done
5385 IFS=$as_save_IFS
5389 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5390 if test -n "$ac_ct_STRIP"; then
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5392 $as_echo "$ac_ct_STRIP" >&6; }
5393 else
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5395 $as_echo "no" >&6; }
5398 if test "x$ac_ct_STRIP" = x; then
5399 STRIP="strip"
5400 else
5401 case $cross_compiling:$ac_tool_warned in
5402 yes:)
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5404 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5405 ac_tool_warned=yes ;;
5406 esac
5407 STRIP=$ac_ct_STRIP
5409 else
5410 STRIP="$ac_cv_prog_STRIP"
5413 ARFLAGS=rc
5415 if test -n "$ac_tool_prefix"; then
5416 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5417 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5419 $as_echo_n "checking for $ac_word... " >&6; }
5420 if ${ac_cv_prog_RANLIB+:} false; then :
5421 $as_echo_n "(cached) " >&6
5422 else
5423 if test -n "$RANLIB"; then
5424 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5425 else
5426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5427 for as_dir in $PATH
5429 IFS=$as_save_IFS
5430 test -z "$as_dir" && as_dir=.
5431 for ac_exec_ext in '' $ac_executable_extensions; do
5432 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5433 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5435 break 2
5437 done
5438 done
5439 IFS=$as_save_IFS
5443 RANLIB=$ac_cv_prog_RANLIB
5444 if test -n "$RANLIB"; then
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5446 $as_echo "$RANLIB" >&6; }
5447 else
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5449 $as_echo "no" >&6; }
5454 if test -z "$ac_cv_prog_RANLIB"; then
5455 ac_ct_RANLIB=$RANLIB
5456 # Extract the first word of "ranlib", so it can be a program name with args.
5457 set dummy ranlib; ac_word=$2
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5459 $as_echo_n "checking for $ac_word... " >&6; }
5460 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5461 $as_echo_n "(cached) " >&6
5462 else
5463 if test -n "$ac_ct_RANLIB"; then
5464 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5465 else
5466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5467 for as_dir in $PATH
5469 IFS=$as_save_IFS
5470 test -z "$as_dir" && as_dir=.
5471 for ac_exec_ext in '' $ac_executable_extensions; do
5472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5473 ac_cv_prog_ac_ct_RANLIB="ranlib"
5474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5475 break 2
5477 done
5478 done
5479 IFS=$as_save_IFS
5483 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5484 if test -n "$ac_ct_RANLIB"; then
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5486 $as_echo "$ac_ct_RANLIB" >&6; }
5487 else
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5489 $as_echo "no" >&6; }
5492 if test "x$ac_ct_RANLIB" = x; then
5493 RANLIB=":"
5494 else
5495 case $cross_compiling:$ac_tool_warned in
5496 yes:)
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5499 ac_tool_warned=yes ;;
5500 esac
5501 RANLIB=$ac_ct_RANLIB
5503 else
5504 RANLIB="$ac_cv_prog_RANLIB"
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5508 $as_echo_n "checking whether ln -s works... " >&6; }
5509 LN_S=$as_ln_s
5510 if test "$LN_S" = "ln -s"; then
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5512 $as_echo "yes" >&6; }
5513 else
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5515 $as_echo "no, using $LN_S" >&6; }
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5519 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5520 if ${ac_cv_path_GREP+:} false; then :
5521 $as_echo_n "(cached) " >&6
5522 else
5523 if test -z "$GREP"; then
5524 ac_path_GREP_found=false
5525 # Loop through the user's path and test for each of PROGNAME-LIST
5526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5527 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5529 IFS=$as_save_IFS
5530 test -z "$as_dir" && as_dir=.
5531 for ac_prog in grep ggrep; do
5532 for ac_exec_ext in '' $ac_executable_extensions; do
5533 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5534 as_fn_executable_p "$ac_path_GREP" || continue
5535 # Check for GNU ac_path_GREP and select it if it is found.
5536 # Check for GNU $ac_path_GREP
5537 case `"$ac_path_GREP" --version 2>&1` in
5538 *GNU*)
5539 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5541 ac_count=0
5542 $as_echo_n 0123456789 >"conftest.in"
5543 while :
5545 cat "conftest.in" "conftest.in" >"conftest.tmp"
5546 mv "conftest.tmp" "conftest.in"
5547 cp "conftest.in" "conftest.nl"
5548 $as_echo 'GREP' >> "conftest.nl"
5549 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5550 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5551 as_fn_arith $ac_count + 1 && ac_count=$as_val
5552 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5553 # Best one so far, save it but keep looking for a better one
5554 ac_cv_path_GREP="$ac_path_GREP"
5555 ac_path_GREP_max=$ac_count
5557 # 10*(2^10) chars as input seems more than enough
5558 test $ac_count -gt 10 && break
5559 done
5560 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5561 esac
5563 $ac_path_GREP_found && break 3
5564 done
5565 done
5566 done
5567 IFS=$as_save_IFS
5568 if test -z "$ac_cv_path_GREP"; then
5569 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5571 else
5572 ac_cv_path_GREP=$GREP
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5577 $as_echo "$ac_cv_path_GREP" >&6; }
5578 GREP="$ac_cv_path_GREP"
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5582 $as_echo_n "checking for egrep... " >&6; }
5583 if ${ac_cv_path_EGREP+:} false; then :
5584 $as_echo_n "(cached) " >&6
5585 else
5586 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5587 then ac_cv_path_EGREP="$GREP -E"
5588 else
5589 if test -z "$EGREP"; then
5590 ac_path_EGREP_found=false
5591 # Loop through the user's path and test for each of PROGNAME-LIST
5592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5593 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5595 IFS=$as_save_IFS
5596 test -z "$as_dir" && as_dir=.
5597 for ac_prog in egrep; do
5598 for ac_exec_ext in '' $ac_executable_extensions; do
5599 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5600 as_fn_executable_p "$ac_path_EGREP" || continue
5601 # Check for GNU ac_path_EGREP and select it if it is found.
5602 # Check for GNU $ac_path_EGREP
5603 case `"$ac_path_EGREP" --version 2>&1` in
5604 *GNU*)
5605 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5607 ac_count=0
5608 $as_echo_n 0123456789 >"conftest.in"
5609 while :
5611 cat "conftest.in" "conftest.in" >"conftest.tmp"
5612 mv "conftest.tmp" "conftest.in"
5613 cp "conftest.in" "conftest.nl"
5614 $as_echo 'EGREP' >> "conftest.nl"
5615 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5616 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5617 as_fn_arith $ac_count + 1 && ac_count=$as_val
5618 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5619 # Best one so far, save it but keep looking for a better one
5620 ac_cv_path_EGREP="$ac_path_EGREP"
5621 ac_path_EGREP_max=$ac_count
5623 # 10*(2^10) chars as input seems more than enough
5624 test $ac_count -gt 10 && break
5625 done
5626 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5627 esac
5629 $ac_path_EGREP_found && break 3
5630 done
5631 done
5632 done
5633 IFS=$as_save_IFS
5634 if test -z "$ac_cv_path_EGREP"; then
5635 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5637 else
5638 ac_cv_path_EGREP=$EGREP
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5644 $as_echo "$ac_cv_path_EGREP" >&6; }
5645 EGREP="$ac_cv_path_EGREP"
5648 # Extract the first word of "ldconfig", so it can be a program name with args.
5649 set dummy ldconfig; ac_word=$2
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5651 $as_echo_n "checking for $ac_word... " >&6; }
5652 if ${ac_cv_path_LDCONFIG+:} false; then :
5653 $as_echo_n "(cached) " >&6
5654 else
5655 case $LDCONFIG in
5656 [\\/]* | ?:[\\/]*)
5657 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5661 for as_dir in /sbin /usr/sbin $PATH
5663 IFS=$as_save_IFS
5664 test -z "$as_dir" && as_dir=.
5665 for ac_exec_ext in '' $ac_executable_extensions; do
5666 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5667 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5669 break 2
5671 done
5672 done
5673 IFS=$as_save_IFS
5675 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5677 esac
5679 LDCONFIG=$ac_cv_path_LDCONFIG
5680 if test -n "$LDCONFIG"; then
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5682 $as_echo "$LDCONFIG" >&6; }
5683 else
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5685 $as_echo "no" >&6; }
5689 for ac_prog in msgfmt
5691 # Extract the first word of "$ac_prog", so it can be a program name with args.
5692 set dummy $ac_prog; ac_word=$2
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5694 $as_echo_n "checking for $ac_word... " >&6; }
5695 if ${ac_cv_prog_MSGFMT+:} false; then :
5696 $as_echo_n "(cached) " >&6
5697 else
5698 if test -n "$MSGFMT"; then
5699 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5700 else
5701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5702 for as_dir in $PATH
5704 IFS=$as_save_IFS
5705 test -z "$as_dir" && as_dir=.
5706 for ac_exec_ext in '' $ac_executable_extensions; do
5707 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5708 ac_cv_prog_MSGFMT="$ac_prog"
5709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5710 break 2
5712 done
5713 done
5714 IFS=$as_save_IFS
5718 MSGFMT=$ac_cv_prog_MSGFMT
5719 if test -n "$MSGFMT"; then
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5721 $as_echo "$MSGFMT" >&6; }
5722 else
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724 $as_echo "no" >&6; }
5728 test -n "$MSGFMT" && break
5729 done
5730 test -n "$MSGFMT" || MSGFMT="false"
5732 if ${ac_tool_prefix+:} false; then :
5733 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5734 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5736 $as_echo_n "checking for $ac_word... " >&6; }
5737 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5738 $as_echo_n "(cached) " >&6
5739 else
5740 if test -n "$PKG_CONFIG"; then
5741 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5742 else
5743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5744 for as_dir in $PATH
5746 IFS=$as_save_IFS
5747 test -z "$as_dir" && as_dir=.
5748 for ac_exec_ext in '' $ac_executable_extensions; do
5749 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5750 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5752 break 2
5754 done
5755 done
5756 IFS=$as_save_IFS
5760 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5761 if test -n "$PKG_CONFIG"; then
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5763 $as_echo "$PKG_CONFIG" >&6; }
5764 else
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5766 $as_echo "no" >&6; }
5771 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5772 if test "x$cross_compiling" = xyes; then :
5774 else
5775 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5776 # Extract the first word of "pkg-config", so it can be a program name with args.
5777 set dummy pkg-config; ac_word=$2
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5779 $as_echo_n "checking for $ac_word... " >&6; }
5780 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5781 $as_echo_n "(cached) " >&6
5782 else
5783 if test -n "$PKG_CONFIG"; then
5784 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5785 else
5786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5787 for as_dir in $PATH
5789 IFS=$as_save_IFS
5790 test -z "$as_dir" && as_dir=.
5791 for ac_exec_ext in '' $ac_executable_extensions; do
5792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5793 ac_cv_prog_PKG_CONFIG="pkg-config"
5794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5795 break 2
5797 done
5798 done
5799 IFS=$as_save_IFS
5803 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5804 if test -n "$PKG_CONFIG"; then
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5806 $as_echo "$PKG_CONFIG" >&6; }
5807 else
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5809 $as_echo "no" >&6; }
5814 else
5815 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5818 if test "x$enable_maintainer_mode" != "xyes"
5819 then
5820 FONTFORGE=""
5821 RSVG=""
5822 CONVERT=""
5823 ICOTOOL=""
5824 else
5825 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5826 for ac_prog in fontforge
5828 # Extract the first word of "$ac_prog", so it can be a program name with args.
5829 set dummy $ac_prog; ac_word=$2
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5831 $as_echo_n "checking for $ac_word... " >&6; }
5832 if ${ac_cv_prog_FONTFORGE+:} false; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 if test -n "$FONTFORGE"; then
5836 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5837 else
5838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5839 for as_dir in $PATH
5841 IFS=$as_save_IFS
5842 test -z "$as_dir" && as_dir=.
5843 for ac_exec_ext in '' $ac_executable_extensions; do
5844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5845 ac_cv_prog_FONTFORGE="$ac_prog"
5846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5847 break 2
5849 done
5850 done
5851 IFS=$as_save_IFS
5855 FONTFORGE=$ac_cv_prog_FONTFORGE
5856 if test -n "$FONTFORGE"; then
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5858 $as_echo "$FONTFORGE" >&6; }
5859 else
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5861 $as_echo "no" >&6; }
5865 test -n "$FONTFORGE" && break
5866 done
5867 test -n "$FONTFORGE" || FONTFORGE="false"
5869 for ac_prog in rsvg-convert rsvg
5871 # Extract the first word of "$ac_prog", so it can be a program name with args.
5872 set dummy $ac_prog; ac_word=$2
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5874 $as_echo_n "checking for $ac_word... " >&6; }
5875 if ${ac_cv_prog_RSVG+:} false; then :
5876 $as_echo_n "(cached) " >&6
5877 else
5878 if test -n "$RSVG"; then
5879 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5880 else
5881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5882 for as_dir in $PATH
5884 IFS=$as_save_IFS
5885 test -z "$as_dir" && as_dir=.
5886 for ac_exec_ext in '' $ac_executable_extensions; do
5887 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5888 ac_cv_prog_RSVG="$ac_prog"
5889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5890 break 2
5892 done
5893 done
5894 IFS=$as_save_IFS
5898 RSVG=$ac_cv_prog_RSVG
5899 if test -n "$RSVG"; then
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5901 $as_echo "$RSVG" >&6; }
5902 else
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5904 $as_echo "no" >&6; }
5908 test -n "$RSVG" && break
5909 done
5910 test -n "$RSVG" || RSVG="false"
5912 for ac_prog in convert
5914 # Extract the first word of "$ac_prog", so it can be a program name with args.
5915 set dummy $ac_prog; ac_word=$2
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5917 $as_echo_n "checking for $ac_word... " >&6; }
5918 if ${ac_cv_prog_CONVERT+:} false; then :
5919 $as_echo_n "(cached) " >&6
5920 else
5921 if test -n "$CONVERT"; then
5922 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5923 else
5924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5925 for as_dir in $PATH
5927 IFS=$as_save_IFS
5928 test -z "$as_dir" && as_dir=.
5929 for ac_exec_ext in '' $ac_executable_extensions; do
5930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5931 ac_cv_prog_CONVERT="$ac_prog"
5932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5933 break 2
5935 done
5936 done
5937 IFS=$as_save_IFS
5941 CONVERT=$ac_cv_prog_CONVERT
5942 if test -n "$CONVERT"; then
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5944 $as_echo "$CONVERT" >&6; }
5945 else
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5947 $as_echo "no" >&6; }
5951 test -n "$CONVERT" && break
5952 done
5953 test -n "$CONVERT" || CONVERT="false"
5955 for ac_prog in icotool
5957 # Extract the first word of "$ac_prog", so it can be a program name with args.
5958 set dummy $ac_prog; ac_word=$2
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960 $as_echo_n "checking for $ac_word... " >&6; }
5961 if ${ac_cv_prog_ICOTOOL+:} false; then :
5962 $as_echo_n "(cached) " >&6
5963 else
5964 if test -n "$ICOTOOL"; then
5965 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5966 else
5967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968 for as_dir in $PATH
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
5973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5974 ac_cv_prog_ICOTOOL="$ac_prog"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5978 done
5979 done
5980 IFS=$as_save_IFS
5984 ICOTOOL=$ac_cv_prog_ICOTOOL
5985 if test -n "$ICOTOOL"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5987 $as_echo "$ICOTOOL" >&6; }
5988 else
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990 $as_echo "no" >&6; }
5994 test -n "$ICOTOOL" && break
5995 done
5996 test -n "$ICOTOOL" || ICOTOOL="false"
5998 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5999 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6001 if test "$CONVERT" = false
6002 then
6003 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6004 else
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6006 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6007 convert_version=`convert --version | head -n1`
6008 if test "x$convert_version" != "x"
6009 then
6010 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6011 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6012 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6013 then
6014 CONVERT=false
6017 if test "$CONVERT" = false
6018 then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6020 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6021 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6022 else
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6024 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6028 if test "$ICOTOOL" = false
6029 then
6030 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6031 else
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6033 $as_echo_n "checking for recent enough icotool... " >&6; }
6034 icotool_version=`icotool --version | head -n1`
6035 if test "x$icotool_version" != "x"
6036 then
6037 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6038 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6039 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6040 then
6041 ICOTOOL=false
6042 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6045 if test "$ICOTOOL" = false
6046 then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6048 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6049 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6050 else
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6052 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6056 with_gettext=yes
6057 with_gettextpo=yes
6058 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6061 test "x$with_gettext" != xno || MSGFMT=false
6062 if test "$MSGFMT" != "false"
6063 then
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6065 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6066 cat >conftest.po <<EOF
6067 # comment
6068 msgctxt "ctxt"
6069 msgid "id"
6070 msgstr "str"
6072 if $MSGFMT -o /dev/null conftest.po 2>&5
6073 then
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6075 $as_echo "yes" >&6; }
6076 else
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078 $as_echo "no" >&6; }
6079 MSGFMT=false
6082 if test "$MSGFMT" = false; then :
6083 case "x$with_gettext" in
6084 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6085 xno) ;;
6086 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6087 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6088 esac
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6093 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6094 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6095 $as_echo_n "(cached) " >&6
6096 else
6097 ac_check_lib_save_LIBS=$LIBS
6098 LIBS="-li386 $LIBS"
6099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6100 /* end confdefs.h. */
6102 /* Override any GCC internal prototype to avoid an error.
6103 Use char because int might match the return type of a GCC
6104 builtin and then its argument prototype would still apply. */
6105 #ifdef __cplusplus
6106 extern "C"
6107 #endif
6108 char i386_set_ldt ();
6110 main ()
6112 return i386_set_ldt ();
6114 return 0;
6116 _ACEOF
6117 if ac_fn_c_try_link "$LINENO"; then :
6118 ac_cv_lib_i386_i386_set_ldt=yes
6119 else
6120 ac_cv_lib_i386_i386_set_ldt=no
6122 rm -f core conftest.err conftest.$ac_objext \
6123 conftest$ac_exeext conftest.$ac_ext
6124 LIBS=$ac_check_lib_save_LIBS
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6127 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6128 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6129 cat >>confdefs.h <<_ACEOF
6130 #define HAVE_LIBI386 1
6131 _ACEOF
6133 LIBS="-li386 $LIBS"
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6138 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6139 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6140 $as_echo_n "(cached) " >&6
6141 else
6142 ac_check_lib_save_LIBS=$LIBS
6143 LIBS="-lossaudio $LIBS"
6144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6145 /* end confdefs.h. */
6147 /* Override any GCC internal prototype to avoid an error.
6148 Use char because int might match the return type of a GCC
6149 builtin and then its argument prototype would still apply. */
6150 #ifdef __cplusplus
6151 extern "C"
6152 #endif
6153 char _oss_ioctl ();
6155 main ()
6157 return _oss_ioctl ();
6159 return 0;
6161 _ACEOF
6162 if ac_fn_c_try_link "$LINENO"; then :
6163 ac_cv_lib_ossaudio__oss_ioctl=yes
6164 else
6165 ac_cv_lib_ossaudio__oss_ioctl=no
6167 rm -f core conftest.err conftest.$ac_objext \
6168 conftest$ac_exeext conftest.$ac_ext
6169 LIBS=$ac_check_lib_save_LIBS
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6172 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6173 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6174 cat >>confdefs.h <<_ACEOF
6175 #define HAVE_LIBOSSAUDIO 1
6176 _ACEOF
6178 LIBS="-lossaudio $LIBS"
6183 OPENGL_LIBS=""
6187 # Check whether --enable-largefile was given.
6188 if test "${enable_largefile+set}" = set; then :
6189 enableval=$enable_largefile;
6192 if test "$enable_largefile" != no; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6195 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6196 if ${ac_cv_sys_largefile_CC+:} false; then :
6197 $as_echo_n "(cached) " >&6
6198 else
6199 ac_cv_sys_largefile_CC=no
6200 if test "$GCC" != yes; then
6201 ac_save_CC=$CC
6202 while :; do
6203 # IRIX 6.2 and later do not support large files by default,
6204 # so use the C compiler's -n32 option if that helps.
6205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6206 /* end confdefs.h. */
6207 #include <sys/types.h>
6208 /* Check that off_t can represent 2**63 - 1 correctly.
6209 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6210 since some C++ compilers masquerading as C compilers
6211 incorrectly reject 9223372036854775807. */
6212 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6213 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6214 && LARGE_OFF_T % 2147483647 == 1)
6215 ? 1 : -1];
6217 main ()
6221 return 0;
6223 _ACEOF
6224 if ac_fn_c_try_compile "$LINENO"; then :
6225 break
6227 rm -f core conftest.err conftest.$ac_objext
6228 CC="$CC -n32"
6229 if ac_fn_c_try_compile "$LINENO"; then :
6230 ac_cv_sys_largefile_CC=' -n32'; break
6232 rm -f core conftest.err conftest.$ac_objext
6233 break
6234 done
6235 CC=$ac_save_CC
6236 rm -f conftest.$ac_ext
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6240 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6241 if test "$ac_cv_sys_largefile_CC" != no; then
6242 CC=$CC$ac_cv_sys_largefile_CC
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6246 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6247 if ${ac_cv_sys_file_offset_bits+:} false; then :
6248 $as_echo_n "(cached) " >&6
6249 else
6250 while :; do
6251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6252 /* end confdefs.h. */
6253 #include <sys/types.h>
6254 /* Check that off_t can represent 2**63 - 1 correctly.
6255 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6256 since some C++ compilers masquerading as C compilers
6257 incorrectly reject 9223372036854775807. */
6258 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6259 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6260 && LARGE_OFF_T % 2147483647 == 1)
6261 ? 1 : -1];
6263 main ()
6267 return 0;
6269 _ACEOF
6270 if ac_fn_c_try_compile "$LINENO"; then :
6271 ac_cv_sys_file_offset_bits=no; break
6273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6275 /* end confdefs.h. */
6276 #define _FILE_OFFSET_BITS 64
6277 #include <sys/types.h>
6278 /* Check that off_t can represent 2**63 - 1 correctly.
6279 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6280 since some C++ compilers masquerading as C compilers
6281 incorrectly reject 9223372036854775807. */
6282 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6283 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6284 && LARGE_OFF_T % 2147483647 == 1)
6285 ? 1 : -1];
6287 main ()
6291 return 0;
6293 _ACEOF
6294 if ac_fn_c_try_compile "$LINENO"; then :
6295 ac_cv_sys_file_offset_bits=64; break
6297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6298 ac_cv_sys_file_offset_bits=unknown
6299 break
6300 done
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6303 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6304 case $ac_cv_sys_file_offset_bits in #(
6305 no | unknown) ;;
6307 cat >>confdefs.h <<_ACEOF
6308 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6309 _ACEOF
6311 esac
6312 rm -rf conftest*
6313 if test $ac_cv_sys_file_offset_bits = unknown; then
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6315 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6316 if ${ac_cv_sys_large_files+:} false; then :
6317 $as_echo_n "(cached) " >&6
6318 else
6319 while :; do
6320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6321 /* end confdefs.h. */
6322 #include <sys/types.h>
6323 /* Check that off_t can represent 2**63 - 1 correctly.
6324 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6325 since some C++ compilers masquerading as C compilers
6326 incorrectly reject 9223372036854775807. */
6327 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6328 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6329 && LARGE_OFF_T % 2147483647 == 1)
6330 ? 1 : -1];
6332 main ()
6336 return 0;
6338 _ACEOF
6339 if ac_fn_c_try_compile "$LINENO"; then :
6340 ac_cv_sys_large_files=no; break
6342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6344 /* end confdefs.h. */
6345 #define _LARGE_FILES 1
6346 #include <sys/types.h>
6347 /* Check that off_t can represent 2**63 - 1 correctly.
6348 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6349 since some C++ compilers masquerading as C compilers
6350 incorrectly reject 9223372036854775807. */
6351 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6352 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6353 && LARGE_OFF_T % 2147483647 == 1)
6354 ? 1 : -1];
6356 main ()
6360 return 0;
6362 _ACEOF
6363 if ac_fn_c_try_compile "$LINENO"; then :
6364 ac_cv_sys_large_files=1; break
6366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6367 ac_cv_sys_large_files=unknown
6368 break
6369 done
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6372 $as_echo "$ac_cv_sys_large_files" >&6; }
6373 case $ac_cv_sys_large_files in #(
6374 no | unknown) ;;
6376 cat >>confdefs.h <<_ACEOF
6377 #define _LARGE_FILES $ac_cv_sys_large_files
6378 _ACEOF
6380 esac
6381 rm -rf conftest*
6388 ac_ext=c
6389 ac_cpp='$CPP $CPPFLAGS'
6390 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6391 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6392 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6394 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6395 # On Suns, sometimes $CPP names a directory.
6396 if test -n "$CPP" && test -d "$CPP"; then
6397 CPP=
6399 if test -z "$CPP"; then
6400 if ${ac_cv_prog_CPP+:} false; then :
6401 $as_echo_n "(cached) " >&6
6402 else
6403 # Double quotes because CPP needs to be expanded
6404 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6406 ac_preproc_ok=false
6407 for ac_c_preproc_warn_flag in '' yes
6409 # Use a header file that comes with gcc, so configuring glibc
6410 # with a fresh cross-compiler works.
6411 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6412 # <limits.h> exists even on freestanding compilers.
6413 # On the NeXT, cc -E runs the code through the compiler's parser,
6414 # not just through cpp. "Syntax error" is here to catch this case.
6415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6416 /* end confdefs.h. */
6417 #ifdef __STDC__
6418 # include <limits.h>
6419 #else
6420 # include <assert.h>
6421 #endif
6422 Syntax error
6423 _ACEOF
6424 if ac_fn_c_try_cpp "$LINENO"; then :
6426 else
6427 # Broken: fails on valid input.
6428 continue
6430 rm -f conftest.err conftest.i conftest.$ac_ext
6432 # OK, works on sane cases. Now check whether nonexistent headers
6433 # can be detected and how.
6434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6435 /* end confdefs.h. */
6436 #include <ac_nonexistent.h>
6437 _ACEOF
6438 if ac_fn_c_try_cpp "$LINENO"; then :
6439 # Broken: success on invalid input.
6440 continue
6441 else
6442 # Passes both tests.
6443 ac_preproc_ok=:
6444 break
6446 rm -f conftest.err conftest.i conftest.$ac_ext
6448 done
6449 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6450 rm -f conftest.i conftest.err conftest.$ac_ext
6451 if $ac_preproc_ok; then :
6452 break
6455 done
6456 ac_cv_prog_CPP=$CPP
6459 CPP=$ac_cv_prog_CPP
6460 else
6461 ac_cv_prog_CPP=$CPP
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6464 $as_echo "$CPP" >&6; }
6465 ac_preproc_ok=false
6466 for ac_c_preproc_warn_flag in '' yes
6468 # Use a header file that comes with gcc, so configuring glibc
6469 # with a fresh cross-compiler works.
6470 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6471 # <limits.h> exists even on freestanding compilers.
6472 # On the NeXT, cc -E runs the code through the compiler's parser,
6473 # not just through cpp. "Syntax error" is here to catch this case.
6474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6475 /* end confdefs.h. */
6476 #ifdef __STDC__
6477 # include <limits.h>
6478 #else
6479 # include <assert.h>
6480 #endif
6481 Syntax error
6482 _ACEOF
6483 if ac_fn_c_try_cpp "$LINENO"; then :
6485 else
6486 # Broken: fails on valid input.
6487 continue
6489 rm -f conftest.err conftest.i conftest.$ac_ext
6491 # OK, works on sane cases. Now check whether nonexistent headers
6492 # can be detected and how.
6493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6494 /* end confdefs.h. */
6495 #include <ac_nonexistent.h>
6496 _ACEOF
6497 if ac_fn_c_try_cpp "$LINENO"; then :
6498 # Broken: success on invalid input.
6499 continue
6500 else
6501 # Passes both tests.
6502 ac_preproc_ok=:
6503 break
6505 rm -f conftest.err conftest.i conftest.$ac_ext
6507 done
6508 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6509 rm -f conftest.i conftest.err conftest.$ac_ext
6510 if $ac_preproc_ok; then :
6512 else
6513 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6514 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6515 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6516 See \`config.log' for more details" "$LINENO" 5; }
6519 ac_ext=c
6520 ac_cpp='$CPP $CPPFLAGS'
6521 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6522 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6523 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6527 $as_echo_n "checking for ANSI C header files... " >&6; }
6528 if ${ac_cv_header_stdc+:} false; then :
6529 $as_echo_n "(cached) " >&6
6530 else
6531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6532 /* end confdefs.h. */
6533 #include <stdlib.h>
6534 #include <stdarg.h>
6535 #include <string.h>
6536 #include <float.h>
6539 main ()
6543 return 0;
6545 _ACEOF
6546 if ac_fn_c_try_compile "$LINENO"; then :
6547 ac_cv_header_stdc=yes
6548 else
6549 ac_cv_header_stdc=no
6551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6553 if test $ac_cv_header_stdc = yes; then
6554 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6556 /* end confdefs.h. */
6557 #include <string.h>
6559 _ACEOF
6560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6561 $EGREP "memchr" >/dev/null 2>&1; then :
6563 else
6564 ac_cv_header_stdc=no
6566 rm -f conftest*
6570 if test $ac_cv_header_stdc = yes; then
6571 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6573 /* end confdefs.h. */
6574 #include <stdlib.h>
6576 _ACEOF
6577 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6578 $EGREP "free" >/dev/null 2>&1; then :
6580 else
6581 ac_cv_header_stdc=no
6583 rm -f conftest*
6587 if test $ac_cv_header_stdc = yes; then
6588 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6589 if test "$cross_compiling" = yes; then :
6591 else
6592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6593 /* end confdefs.h. */
6594 #include <ctype.h>
6595 #include <stdlib.h>
6596 #if ((' ' & 0x0FF) == 0x020)
6597 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6598 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6599 #else
6600 # define ISLOWER(c) \
6601 (('a' <= (c) && (c) <= 'i') \
6602 || ('j' <= (c) && (c) <= 'r') \
6603 || ('s' <= (c) && (c) <= 'z'))
6604 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6605 #endif
6607 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6609 main ()
6611 int i;
6612 for (i = 0; i < 256; i++)
6613 if (XOR (islower (i), ISLOWER (i))
6614 || toupper (i) != TOUPPER (i))
6615 return 2;
6616 return 0;
6618 _ACEOF
6619 if ac_fn_c_try_run "$LINENO"; then :
6621 else
6622 ac_cv_header_stdc=no
6624 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6625 conftest.$ac_objext conftest.beam conftest.$ac_ext
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6631 $as_echo "$ac_cv_header_stdc" >&6; }
6632 if test $ac_cv_header_stdc = yes; then
6634 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6638 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6639 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6640 inttypes.h stdint.h unistd.h
6641 do :
6642 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6643 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6645 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6646 cat >>confdefs.h <<_ACEOF
6647 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6648 _ACEOF
6652 done
6655 for ac_header in \
6656 AL/al.h \
6657 ApplicationServices/ApplicationServices.h \
6658 AudioToolbox/AudioConverter.h \
6659 AudioUnit/AudioUnit.h \
6660 AudioUnit/AudioComponent.h \
6661 CL/cl.h \
6662 Carbon/Carbon.h \
6663 CoreAudio/CoreAudio.h \
6664 CoreServices/CoreServices.h \
6665 DiskArbitration/DiskArbitration.h \
6666 IOKit/IOKitLib.h \
6667 IOKit/hid/IOHIDLib.h \
6668 OpenAL/al.h \
6669 OpenCL/opencl.h \
6670 QuickTime/ImageCompression.h \
6671 Security/Security.h \
6672 alias.h \
6673 alsa/asoundlib.h \
6674 arpa/inet.h \
6675 arpa/nameser.h \
6676 asm/types.h \
6677 asm/user.h \
6678 curses.h \
6679 direct.h \
6680 dirent.h \
6681 dlfcn.h \
6682 elf.h \
6683 float.h \
6684 fnmatch.h \
6685 getopt.h \
6686 gettext-po.h \
6687 grp.h \
6688 gsm.h \
6689 gsm/gsm.h \
6690 ieeefp.h \
6691 inet/mib2.h \
6692 io.h \
6693 kstat.h \
6694 lber.h \
6695 ldap.h \
6696 libproc.h \
6697 link.h \
6698 linux/cdrom.h \
6699 linux/compiler.h \
6700 linux/filter.h \
6701 linux/hdreg.h \
6702 linux/input.h \
6703 linux/ioctl.h \
6704 linux/joystick.h \
6705 linux/major.h \
6706 linux/param.h \
6707 linux/serial.h \
6708 linux/types.h \
6709 linux/ucdrom.h \
6710 lwp.h \
6711 mach-o/nlist.h \
6712 mach-o/loader.h \
6713 mach/mach.h \
6714 mach/machine.h \
6715 machine/cpu.h \
6716 machine/limits.h \
6717 machine/sysarch.h \
6718 mntent.h \
6719 ncurses.h \
6720 netdb.h \
6721 netinet/in.h \
6722 netinet/in_systm.h \
6723 netinet/tcp.h \
6724 netinet/tcp_fsm.h \
6725 pcap/pcap.h \
6726 poll.h \
6727 port.h \
6728 process.h \
6729 pthread.h \
6730 pwd.h \
6731 sched.h \
6732 scsi/scsi.h \
6733 scsi/scsi_ioctl.h \
6734 scsi/sg.h \
6735 stdbool.h \
6736 stdint.h \
6737 stropts.h \
6738 sys/asoundlib.h \
6739 sys/attr.h \
6740 sys/cdio.h \
6741 sys/elf32.h \
6742 sys/epoll.h \
6743 sys/event.h \
6744 sys/exec_elf.h \
6745 sys/filio.h \
6746 sys/inotify.h \
6747 sys/ioctl.h \
6748 sys/ipc.h \
6749 sys/limits.h \
6750 sys/link.h \
6751 sys/mman.h \
6752 sys/modem.h \
6753 sys/msg.h \
6754 sys/mtio.h \
6755 sys/param.h \
6756 sys/poll.h \
6757 sys/prctl.h \
6758 sys/protosw.h \
6759 sys/ptrace.h \
6760 sys/queue.h \
6761 sys/resource.h \
6762 sys/scsiio.h \
6763 sys/shm.h \
6764 sys/signal.h \
6765 sys/socket.h \
6766 sys/socketvar.h \
6767 sys/sockio.h \
6768 sys/statvfs.h \
6769 sys/strtio.h \
6770 sys/syscall.h \
6771 sys/tihdr.h \
6772 sys/time.h \
6773 sys/timeout.h \
6774 sys/times.h \
6775 sys/uio.h \
6776 sys/user.h \
6777 sys/utsname.h \
6778 sys/vm86.h \
6779 sys/vnode.h \
6780 sys/wait.h \
6781 syscall.h \
6782 termios.h \
6783 unistd.h \
6784 utime.h \
6785 valgrind/memcheck.h \
6786 valgrind/valgrind.h \
6787 zlib.h
6789 do :
6790 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6791 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6792 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6793 cat >>confdefs.h <<_ACEOF
6794 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6795 _ACEOF
6799 done
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6802 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6803 if ${ac_cv_header_stat_broken+:} false; then :
6804 $as_echo_n "(cached) " >&6
6805 else
6806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6807 /* end confdefs.h. */
6808 #include <sys/types.h>
6809 #include <sys/stat.h>
6811 #if defined S_ISBLK && defined S_IFDIR
6812 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6813 #endif
6815 #if defined S_ISBLK && defined S_IFCHR
6816 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6817 #endif
6819 #if defined S_ISLNK && defined S_IFREG
6820 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6821 #endif
6823 #if defined S_ISSOCK && defined S_IFREG
6824 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6825 #endif
6827 _ACEOF
6828 if ac_fn_c_try_compile "$LINENO"; then :
6829 ac_cv_header_stat_broken=no
6830 else
6831 ac_cv_header_stat_broken=yes
6833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6836 $as_echo "$ac_cv_header_stat_broken" >&6; }
6837 if test $ac_cv_header_stat_broken = yes; then
6839 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6845 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6846 do :
6847 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6848 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6849 #ifdef HAVE_SYS_PARAM_H
6850 # include <sys/param.h>
6851 #endif
6853 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6854 cat >>confdefs.h <<_ACEOF
6855 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6856 _ACEOF
6860 done
6863 for ac_header in \
6864 netinet/ip.h \
6865 net/if.h \
6866 net/if_arp.h \
6867 net/if_dl.h \
6868 net/if_types.h \
6869 net/route.h \
6870 netinet/if_ether.h \
6871 netinet/if_inarp.h \
6872 netinet/in_pcb.h \
6873 netinet/ip_icmp.h \
6874 netinet/ip_var.h \
6875 netinet/udp.h \
6876 netipx/ipx.h \
6877 sys/un.h \
6879 do :
6880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6881 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6882 #ifdef HAVE_SYS_SOCKET_H
6883 # include <sys/socket.h>
6884 #endif
6885 #ifdef HAVE_SYS_SOCKETVAR_H
6886 # include <sys/socketvar.h>
6887 #endif
6888 #ifdef HAVE_NET_ROUTE_H
6889 # include <net/route.h>
6890 #endif
6891 #ifdef HAVE_NETINET_IN_H
6892 # include <netinet/in.h>
6893 #endif
6894 #ifdef HAVE_NETINET_IN_SYSTM_H
6895 # include <netinet/in_systm.h>
6896 #endif
6897 #ifdef HAVE_NET_IF_H
6898 # include <net/if.h>
6899 #endif
6900 #ifdef HAVE_NETINET_IP_H
6901 # include <netinet/ip.h>
6902 #endif
6904 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6905 cat >>confdefs.h <<_ACEOF
6906 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6907 _ACEOF
6911 done
6914 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6915 do :
6916 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6917 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6918 #ifdef HAVE_ALIAS_H
6919 # include <alias.h>
6920 #endif
6921 #ifdef HAVE_SYS_SOCKET_H
6922 # include <sys/socket.h>
6923 #endif
6924 #ifdef HAVE_SYS_SOCKETVAR_H
6925 # include <sys/socketvar.h>
6926 #endif
6927 #ifdef HAVE_SYS_TIMEOUT_H
6928 # include <sys/timeout.h>
6929 #endif
6930 #ifdef HAVE_NETINET_IN_H
6931 # include <netinet/in.h>
6932 #endif
6933 #ifdef HAVE_NETINET_IN_SYSTM_H
6934 # include <netinet/in_systm.h>
6935 #endif
6936 #ifdef HAVE_NETINET_IP_H
6937 # include <netinet/ip.h>
6938 #endif
6939 #ifdef HAVE_NETINET_IP_VAR_H
6940 # include <netinet/ip_var.h>
6941 #endif
6942 #ifdef HAVE_NETINET_IP_ICMP_H
6943 # include <netinet/ip_icmp.h>
6944 #endif
6945 #ifdef HAVE_NETINET_UDP_H
6946 # include <netinet/udp.h>
6947 #endif
6948 #ifdef HAVE_NETINET_TCP_H
6949 # include <netinet/tcp.h>
6950 #endif
6951 #ifdef HAVE_NETINET_TCP_TIMER_H
6952 #include <netinet/tcp_timer.h>
6953 #endif
6955 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6956 cat >>confdefs.h <<_ACEOF
6957 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6958 _ACEOF
6962 done
6965 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6966 do :
6967 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6968 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6969 #ifdef HAVE_ASM_TYPES_H
6970 # include <asm/types.h>
6971 #endif
6972 #ifdef HAVE_SYS_SOCKET_H
6973 # include <sys/socket.h>
6974 #endif
6975 #ifdef HAVE_LINUX_TYPES_H
6976 # include <linux/types.h>
6977 #endif
6979 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6980 cat >>confdefs.h <<_ACEOF
6981 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6982 _ACEOF
6986 done
6989 for ac_header in mach-o/dyld_images.h
6990 do :
6991 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6992 # include <stdbool.h>
6993 #endif
6994 #ifdef HAVE_STDINT_H
6995 # include <stdint.h>
6996 #endif
6998 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6999 cat >>confdefs.h <<_ACEOF
7000 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7001 _ACEOF
7005 done
7008 for ac_header in resolv.h
7009 do :
7010 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7011 #ifdef HAVE_SYS_SOCKET_H
7012 # include <sys/socket.h>
7013 #endif
7014 #ifdef HAVE_NETINET_IN_H
7015 # include <netinet/in.h>
7016 #endif
7017 #ifdef HAVE_ARPA_NAMESER_H
7018 # include <arpa/nameser.h>
7019 #endif
7021 if test "x$ac_cv_header_resolv_h" = xyes; then :
7022 cat >>confdefs.h <<_ACEOF
7023 #define HAVE_RESOLV_H 1
7024 _ACEOF
7028 done
7031 for ac_header in ifaddrs.h
7032 do :
7033 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7035 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7036 cat >>confdefs.h <<_ACEOF
7037 #define HAVE_IFADDRS_H 1
7038 _ACEOF
7042 done
7045 for ac_header in sys/ucontext.h
7046 do :
7047 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7049 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7050 cat >>confdefs.h <<_ACEOF
7051 #define HAVE_SYS_UCONTEXT_H 1
7052 _ACEOF
7056 done
7059 for ac_header in sys/thr.h
7060 do :
7061 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7062 #ifdef HAVE_SYS_UCONTEXT_H
7063 #include <sys/ucontext.h>
7064 #endif
7066 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7067 cat >>confdefs.h <<_ACEOF
7068 #define HAVE_SYS_THR_H 1
7069 _ACEOF
7073 done
7076 for ac_header in pthread_np.h
7077 do :
7078 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7079 #include <pthread.h>
7080 #endif
7082 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7083 cat >>confdefs.h <<_ACEOF
7084 #define HAVE_PTHREAD_NP_H 1
7085 _ACEOF
7089 done
7092 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7093 do :
7094 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7095 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7096 #include <sys/time.h>
7097 #endif
7098 #include <sys/types.h>
7099 #ifdef HAVE_ASM_TYPES_H
7100 #include <asm/types.h>
7101 #endif
7103 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7104 cat >>confdefs.h <<_ACEOF
7105 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7106 _ACEOF
7110 done
7113 for ac_header in libprocstat.h
7114 do :
7115 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7116 #include <sys/param.h>
7117 #endif
7118 #ifdef HAVE_SYS_QUEUE_H
7119 #include <sys/queue.h>
7120 #endif
7121 #ifdef HAVE_SYS_SOCKET_H
7122 #include <sys/socket.h>
7123 #endif
7125 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7126 cat >>confdefs.h <<_ACEOF
7127 #define HAVE_LIBPROCSTAT_H 1
7128 _ACEOF
7132 done
7136 dlldir="\${libdir}/wine"
7138 DLLFLAGS="-D_REENTRANT"
7140 LDRPATH_INSTALL=""
7142 LDRPATH_LOCAL=""
7144 LOADER_RULES=""
7146 LIBEXT="so"
7147 DLLEXT=".so"
7148 IMPLIBEXT="def"
7149 STATIC_IMPLIBEXT="def.a"
7150 # Extract the first word of "ldd", so it can be a program name with args.
7151 set dummy ldd; ac_word=$2
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7153 $as_echo_n "checking for $ac_word... " >&6; }
7154 if ${ac_cv_path_LDD+:} false; then :
7155 $as_echo_n "(cached) " >&6
7156 else
7157 case $LDD in
7158 [\\/]* | ?:[\\/]*)
7159 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7163 as_dummy="/sbin:/usr/sbin:$PATH"
7164 for as_dir in $as_dummy
7166 IFS=$as_save_IFS
7167 test -z "$as_dir" && as_dir=.
7168 for ac_exec_ext in '' $ac_executable_extensions; do
7169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7170 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7172 break 2
7174 done
7175 done
7176 IFS=$as_save_IFS
7178 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7180 esac
7182 LDD=$ac_cv_path_LDD
7183 if test -n "$LDD"; then
7184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7185 $as_echo "$LDD" >&6; }
7186 else
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7188 $as_echo "no" >&6; }
7192 if test -n "$ac_tool_prefix"; then
7193 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7194 set dummy ${ac_tool_prefix}otool; ac_word=$2
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7196 $as_echo_n "checking for $ac_word... " >&6; }
7197 if ${ac_cv_prog_OTOOL+:} false; then :
7198 $as_echo_n "(cached) " >&6
7199 else
7200 if test -n "$OTOOL"; then
7201 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7202 else
7203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7204 for as_dir in $PATH
7206 IFS=$as_save_IFS
7207 test -z "$as_dir" && as_dir=.
7208 for ac_exec_ext in '' $ac_executable_extensions; do
7209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7210 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7212 break 2
7214 done
7215 done
7216 IFS=$as_save_IFS
7220 OTOOL=$ac_cv_prog_OTOOL
7221 if test -n "$OTOOL"; then
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7223 $as_echo "$OTOOL" >&6; }
7224 else
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7226 $as_echo "no" >&6; }
7231 if test -z "$ac_cv_prog_OTOOL"; then
7232 ac_ct_OTOOL=$OTOOL
7233 # Extract the first word of "otool", so it can be a program name with args.
7234 set dummy otool; ac_word=$2
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7236 $as_echo_n "checking for $ac_word... " >&6; }
7237 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7238 $as_echo_n "(cached) " >&6
7239 else
7240 if test -n "$ac_ct_OTOOL"; then
7241 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7242 else
7243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7244 for as_dir in $PATH
7246 IFS=$as_save_IFS
7247 test -z "$as_dir" && as_dir=.
7248 for ac_exec_ext in '' $ac_executable_extensions; do
7249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7250 ac_cv_prog_ac_ct_OTOOL="otool"
7251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7252 break 2
7254 done
7255 done
7256 IFS=$as_save_IFS
7260 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7261 if test -n "$ac_ct_OTOOL"; then
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7263 $as_echo "$ac_ct_OTOOL" >&6; }
7264 else
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7266 $as_echo "no" >&6; }
7269 if test "x$ac_ct_OTOOL" = x; then
7270 OTOOL="otool"
7271 else
7272 case $cross_compiling:$ac_tool_warned in
7273 yes:)
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7275 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7276 ac_tool_warned=yes ;;
7277 esac
7278 OTOOL=$ac_ct_OTOOL
7280 else
7281 OTOOL="$ac_cv_prog_OTOOL"
7284 if test -n "$ac_tool_prefix"; then
7285 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7286 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7288 $as_echo_n "checking for $ac_word... " >&6; }
7289 if ${ac_cv_prog_READELF+:} false; then :
7290 $as_echo_n "(cached) " >&6
7291 else
7292 if test -n "$READELF"; then
7293 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7294 else
7295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7296 for as_dir in $PATH
7298 IFS=$as_save_IFS
7299 test -z "$as_dir" && as_dir=.
7300 for ac_exec_ext in '' $ac_executable_extensions; do
7301 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7302 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7304 break 2
7306 done
7307 done
7308 IFS=$as_save_IFS
7312 READELF=$ac_cv_prog_READELF
7313 if test -n "$READELF"; then
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7315 $as_echo "$READELF" >&6; }
7316 else
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7318 $as_echo "no" >&6; }
7323 if test -z "$ac_cv_prog_READELF"; then
7324 ac_ct_READELF=$READELF
7325 # Extract the first word of "readelf", so it can be a program name with args.
7326 set dummy readelf; ac_word=$2
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7328 $as_echo_n "checking for $ac_word... " >&6; }
7329 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7330 $as_echo_n "(cached) " >&6
7331 else
7332 if test -n "$ac_ct_READELF"; then
7333 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7334 else
7335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7336 for as_dir in $PATH
7338 IFS=$as_save_IFS
7339 test -z "$as_dir" && as_dir=.
7340 for ac_exec_ext in '' $ac_executable_extensions; do
7341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7342 ac_cv_prog_ac_ct_READELF="readelf"
7343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7344 break 2
7346 done
7347 done
7348 IFS=$as_save_IFS
7352 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7353 if test -n "$ac_ct_READELF"; then
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7355 $as_echo "$ac_ct_READELF" >&6; }
7356 else
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7358 $as_echo "no" >&6; }
7361 if test "x$ac_ct_READELF" = x; then
7362 READELF="true"
7363 else
7364 case $cross_compiling:$ac_tool_warned in
7365 yes:)
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7368 ac_tool_warned=yes ;;
7369 esac
7370 READELF=$ac_ct_READELF
7372 else
7373 READELF="$ac_cv_prog_READELF"
7376 wine_rules_file=conf$$rules.make
7377 rm -f $wine_rules_file
7378 ALL_POT_FILES=""
7379 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7380 ALL_TEST_RESOURCES=""
7383 wine_fn_append_file ()
7385 as_fn_append $1 " \\$as_nl $2"
7388 wine_fn_ignore_file ()
7390 case "$1" in
7391 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7392 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7393 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7394 esac
7397 wine_fn_append_rule ()
7399 $as_echo "$1" >>$wine_rules_file
7402 wine_fn_has_flag ()
7404 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7407 wine_fn_depend_rules ()
7409 if wine_fn_has_flag config
7410 then
7411 wine_fn_append_rule \
7412 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7413 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7414 depend: $ac_dir/depend
7415 .PHONY: $ac_dir/depend
7416 $ac_dir/depend: \$(MAKEDEP) dummy
7417 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7418 else
7419 wine_fn_append_rule \
7420 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7421 \$(MAKEDEP) $ac_dir
7422 depend: $ac_dir/depend
7423 .PHONY: $ac_dir/depend
7424 $ac_dir/depend: \$(MAKEDEP) dummy
7425 \$(MAKEDEP) $ac_dir"
7429 wine_fn_pot_rules ()
7431 test "x$with_gettextpo" = xyes || return
7433 if wine_fn_has_flag mc
7434 then
7435 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7436 wine_fn_append_rule \
7437 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7438 @cd $ac_dir && \$(MAKE) msg.pot
7439 $ac_dir/msg.pot: tools/wmc include"
7441 if wine_fn_has_flag po
7442 then
7443 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7444 wine_fn_append_rule \
7445 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7446 @cd $ac_dir && \$(MAKE) rsrc.pot
7447 $ac_dir/rsrc.pot: tools/wrc include"
7451 wine_fn_all_rules ()
7453 wine_fn_depend_rules
7454 wine_fn_append_rule \
7455 "all: $ac_dir
7456 .PHONY: $ac_dir
7457 $ac_dir: $ac_dir/Makefile dummy
7458 @cd $ac_dir && \$(MAKE)"
7461 wine_fn_install_rules ()
7463 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7465 wine_fn_append_rule \
7466 ".PHONY: $ac_dir/install $ac_dir/uninstall
7467 $ac_dir/install:: $ac_dir
7468 @cd $ac_dir && \$(MAKE) install
7469 $ac_dir/uninstall:: $ac_dir/Makefile
7470 @cd $ac_dir && \$(MAKE) uninstall
7471 install:: $ac_dir/install
7472 __uninstall__: $ac_dir/uninstall"
7474 if wine_fn_has_flag install-lib
7475 then
7476 wine_fn_append_rule \
7477 ".PHONY: $ac_dir/install-lib
7478 $ac_dir/install-lib:: $ac_dir
7479 @cd $ac_dir && \$(MAKE) install-lib
7480 install-lib:: $ac_dir/install-lib"
7483 if wine_fn_has_flag install-dev
7484 then
7485 wine_fn_append_rule \
7486 ".PHONY: $ac_dir/install-dev
7487 $ac_dir/install-dev:: $ac_dir
7488 @cd $ac_dir && \$(MAKE) install-dev
7489 install-dev:: $ac_dir/install-dev"
7493 wine_fn_clean_rules ()
7495 ac_clean=$@
7496 ac_extraclean="$ac_dir/Makefile"
7497 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7498 case $ac_dir in
7499 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7500 esac
7502 if wine_fn_has_flag clean
7503 then
7504 wine_fn_append_rule \
7505 "__clean__: $ac_dir/clean
7506 .PHONY: $ac_dir/clean
7507 $ac_dir/clean: $ac_dir/Makefile
7508 @cd $ac_dir && \$(MAKE) clean
7509 \$(RM) $ac_extraclean"
7510 else
7511 wine_fn_append_rule \
7512 "__clean__: $ac_dir/clean
7513 .PHONY: $ac_dir/clean
7514 $ac_dir/clean: dummy
7515 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7519 wine_fn_disabled_rules ()
7521 ac_clean=$@
7522 ac_extraclean="$ac_dir/Makefile"
7523 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7525 wine_fn_append_rule \
7526 "__clean__: $ac_dir/clean
7527 .PHONY: $ac_dir/clean
7528 $ac_dir/clean: dummy
7529 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7532 wine_fn_config_makefile ()
7534 ac_dir=$1
7535 ac_enable=$2
7536 ac_flags=$3
7538 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7539 wine_fn_disabled_rules; return
7541 wine_fn_all_rules
7542 wine_fn_install_rules
7543 wine_fn_clean_rules
7546 wine_fn_config_lib ()
7548 ac_name=$1
7549 ac_flags=$2
7550 ac_dir=dlls/$ac_name
7551 ac_deps="include"
7553 if test "x$enable_tools" = xno; then :
7555 else
7556 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7558 wine_fn_all_rules
7559 wine_fn_clean_rules
7561 wine_fn_append_rule \
7562 ".PHONY: $ac_dir/install $ac_dir/uninstall
7563 $ac_dir/install:: $ac_dir
7564 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7565 $ac_dir/uninstall::
7566 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7567 install install-dev:: $ac_dir/install
7568 __uninstall__: $ac_dir/uninstall
7569 __builddeps__: $ac_dir
7570 $ac_dir: $ac_deps"
7573 wine_fn_config_dll ()
7575 ac_name=$1
7576 ac_dir=dlls/$ac_name
7577 ac_enable=$2
7578 ac_flags=$3
7579 ac_implib=${4:-$ac_name}
7580 ac_file=$ac_dir/lib$ac_implib
7581 ac_dll=$ac_name
7582 ac_deps="include"
7583 ac_implibflags=""
7585 if test "x$enable_tools" = xno; then :
7587 else
7588 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7590 case $ac_name in
7591 *16) ac_implibflags=" -m16" ;;
7592 *.*) ;;
7593 *) ac_dll=$ac_dll.dll ;;
7594 esac
7596 ac_clean=
7597 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7598 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7599 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7600 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7602 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7603 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7604 then
7605 wine_fn_depend_rules
7606 wine_fn_clean_rules $ac_clean
7607 else
7608 wine_fn_disabled_rules $ac_clean
7609 return
7611 else
7612 wine_fn_all_rules
7613 wine_fn_clean_rules $ac_clean
7614 wine_fn_append_rule \
7615 "$ac_dir: __builddeps__
7616 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7617 @cd $ac_dir && \$(MAKE) \$@
7618 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7619 install install-lib:: $ac_dir/install-lib
7620 __uninstall__: $ac_dir/uninstall"
7621 if test -n "$DLLEXT"
7622 then
7623 wine_fn_append_rule \
7624 "$ac_dir/install-lib:: $ac_dir
7625 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7626 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7627 $ac_dir/uninstall::
7628 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7629 else
7630 wine_fn_append_rule \
7631 "$ac_dir/install-lib:: $ac_dir
7632 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7633 $ac_dir/uninstall::
7634 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7637 wine_fn_pot_rules
7640 if wine_fn_has_flag staticimplib
7641 then
7642 wine_fn_append_rule \
7643 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7644 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7645 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7646 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7647 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7648 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7649 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7650 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7651 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7652 $ac_dir/uninstall::
7653 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7654 install install-dev:: $ac_dir/install-dev
7655 __uninstall__: $ac_dir/uninstall"
7657 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7658 then
7659 wine_fn_append_rule \
7660 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7661 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7662 $ac_dir/uninstall::
7663 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7666 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7667 then
7668 wine_fn_append_rule \
7669 "__builddeps__: $ac_file.cross.a
7670 $ac_file.cross.a: $ac_dir/Makefile dummy
7671 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7674 elif wine_fn_has_flag implib
7675 then
7676 wine_fn_append_rule \
7677 "__builddeps__: $ac_file.$IMPLIBEXT
7678 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7679 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7680 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7681 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7682 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7683 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7684 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7685 $ac_dir/uninstall::
7686 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7687 install install-dev:: $ac_dir/install-dev
7688 __uninstall__: $ac_dir/uninstall"
7689 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7690 then
7691 wine_fn_append_rule \
7692 "__builddeps__: $ac_file.cross.a
7693 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7694 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7697 if test "$ac_name" != "$ac_implib"
7698 then
7699 wine_fn_append_rule \
7700 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7701 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7702 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7703 clean::
7704 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7705 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7706 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7707 then
7708 wine_fn_append_rule \
7709 "__builddeps__: dlls/lib$ac_implib.cross.a
7710 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7711 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7712 clean::
7713 \$(RM) dlls/lib$ac_implib.cross.a"
7714 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7720 wine_fn_config_program ()
7722 ac_name=$1
7723 ac_dir=programs/$ac_name
7724 ac_enable=$2
7725 ac_flags=$3
7726 ac_program=$ac_name
7728 case $ac_name in
7729 *.*) ;;
7730 *) ac_program=$ac_program.exe ;;
7731 esac
7733 ac_clean=
7734 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7735 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7736 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7737 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7739 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7740 wine_fn_disabled_rules $ac_clean; return
7743 wine_fn_all_rules
7744 wine_fn_clean_rules $ac_clean
7745 wine_fn_append_rule "$ac_dir: __builddeps__"
7746 wine_fn_pot_rules
7748 wine_fn_has_flag install || return
7749 wine_fn_append_rule \
7750 ".PHONY: $ac_dir/install $ac_dir/uninstall
7751 install install-lib:: $ac_dir/install
7752 __uninstall__: $ac_dir/uninstall"
7754 if test -n "$DLLEXT"
7755 then
7756 wine_fn_append_rule \
7757 "$ac_dir/install:: $ac_dir
7758 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7759 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7760 $ac_dir/uninstall::
7761 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7763 if test -z "$with_wine64" && wine_fn_has_flag installbin
7764 then
7765 wine_fn_append_rule \
7766 "$ac_dir/install:: __tooldeps__
7767 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7768 $ac_dir/uninstall::
7769 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7771 else
7772 wine_fn_append_rule \
7773 "$ac_dir/install:: $ac_dir
7774 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7775 $ac_dir/uninstall::
7776 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7779 if test -z "$with_wine64" && wine_fn_has_flag manpage
7780 then
7781 wine_fn_append_rule \
7782 "$ac_dir/install:: $ac_dir
7783 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7784 $ac_dir/uninstall::
7785 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7789 wine_fn_config_test ()
7791 ac_dir=$1
7792 ac_name=$2
7793 ac_flags=$3
7795 ac_clean=
7796 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7797 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7799 if test "x$enable_tests" = xno; then :
7800 wine_fn_disabled_rules $ac_clean; return
7803 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7804 wine_fn_all_rules
7805 wine_fn_clean_rules $ac_clean
7807 wine_fn_append_rule \
7808 "$ac_dir: programs/winetest/Makefile __builddeps__
7809 programs/winetest: $ac_dir
7810 check test: $ac_dir/test
7811 .PHONY: $ac_dir/test
7812 $ac_dir/test: dummy
7813 @cd $ac_dir && \$(MAKE) test
7814 testclean::
7815 \$(RM) $ac_dir/*.ok"
7817 if test -n "$CROSSTARGET"
7818 then
7819 wine_fn_append_rule \
7820 "crosstest: $ac_dir/crosstest
7821 .PHONY: $ac_dir/crosstest
7822 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7823 @cd $ac_dir && \$(MAKE) crosstest"
7827 wine_fn_config_tool ()
7829 ac_dir=$1
7830 ac_flags=$2
7831 if test "x$enable_tools" = xno; then :
7832 return
7835 wine_fn_all_rules
7836 wine_fn_install_rules
7837 wine_fn_clean_rules
7839 wine_fn_append_rule "__tooldeps__: $ac_dir"
7840 wine_fn_append_rule "$ac_dir: libs/port"
7841 case $ac_dir in
7842 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7843 esac
7846 wine_fn_config_symlink ()
7848 ac_linkdir=
7849 if test "x$1" = "x-d"
7850 then
7851 ac_linkdir=$2
7852 shift; shift
7854 ac_links=$@
7855 wine_fn_append_rule \
7856 "$ac_links:
7857 @./config.status \$@
7858 distclean::
7859 \$(RM) $ac_links"
7860 for f in $ac_links; do wine_fn_ignore_file $f; done
7861 test -n "$ac_linkdir" || return
7862 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7865 wine_binary="wine"
7866 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7867 loader_programs="$wine_binary"
7868 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7870 case $host_os in
7871 cygwin*|mingw32*)
7872 if test -n "$ac_tool_prefix"; then
7873 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7874 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7876 $as_echo_n "checking for $ac_word... " >&6; }
7877 if ${ac_cv_prog_DLLTOOL+:} false; then :
7878 $as_echo_n "(cached) " >&6
7879 else
7880 if test -n "$DLLTOOL"; then
7881 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7882 else
7883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7884 for as_dir in $PATH
7886 IFS=$as_save_IFS
7887 test -z "$as_dir" && as_dir=.
7888 for ac_exec_ext in '' $ac_executable_extensions; do
7889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7890 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7892 break 2
7894 done
7895 done
7896 IFS=$as_save_IFS
7900 DLLTOOL=$ac_cv_prog_DLLTOOL
7901 if test -n "$DLLTOOL"; then
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7903 $as_echo "$DLLTOOL" >&6; }
7904 else
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7906 $as_echo "no" >&6; }
7911 if test -z "$ac_cv_prog_DLLTOOL"; then
7912 ac_ct_DLLTOOL=$DLLTOOL
7913 # Extract the first word of "dlltool", so it can be a program name with args.
7914 set dummy dlltool; ac_word=$2
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7916 $as_echo_n "checking for $ac_word... " >&6; }
7917 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7918 $as_echo_n "(cached) " >&6
7919 else
7920 if test -n "$ac_ct_DLLTOOL"; then
7921 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7922 else
7923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7924 for as_dir in $PATH
7926 IFS=$as_save_IFS
7927 test -z "$as_dir" && as_dir=.
7928 for ac_exec_ext in '' $ac_executable_extensions; do
7929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7930 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7932 break 2
7934 done
7935 done
7936 IFS=$as_save_IFS
7940 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7941 if test -n "$ac_ct_DLLTOOL"; then
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7943 $as_echo "$ac_ct_DLLTOOL" >&6; }
7944 else
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7946 $as_echo "no" >&6; }
7949 if test "x$ac_ct_DLLTOOL" = x; then
7950 DLLTOOL="false"
7951 else
7952 case $cross_compiling:$ac_tool_warned in
7953 yes:)
7954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7956 ac_tool_warned=yes ;;
7957 esac
7958 DLLTOOL=$ac_ct_DLLTOOL
7960 else
7961 DLLTOOL="$ac_cv_prog_DLLTOOL"
7964 LIBEXT="dll"
7965 DLLEXT=""
7966 IMPLIBEXT="a"
7967 STATIC_IMPLIBEXT="a"
7968 enable_iphlpapi=${enable_iphlpapi:-no}
7969 enable_kernel32=${enable_kernel32:-no}
7970 enable_msvcrt=${enable_msvcrt:-no}
7971 enable_ntdll=${enable_ntdll:-no}
7972 enable_ws2_32=${enable_ws2_32:-no}
7973 enable_loader=${enable_loader:-no}
7974 enable_server=${enable_server:-no}
7975 with_x=${with_x:-no}
7976 with_pthread=${with_pthread:-no}
7978 crtlibs=""
7979 case $host_os in
7980 mingw32*)
7981 crtlibs="-lmsvcrt"
7982 SOCKET_LIBS="-lws2_32"
7984 esac
7986 libwine_targets="libwine.dll libwine.a"
7987 LIBWINE_RULES="
7988 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7990 all: libwine.dll libwine.a
7992 libwine.a: \$(srcdir)/wine.def
7993 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7995 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7996 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7998 install install-lib:: libwine.dll
7999 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
8001 install install-dev:: libwine.a
8002 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
8004 uninstall::
8005 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
8010 darwin*|macosx*)
8011 for ac_header in libunwind.h
8012 do :
8013 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8014 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8015 cat >>confdefs.h <<_ACEOF
8016 #define HAVE_LIBUNWIND_H 1
8017 _ACEOF
8021 done
8023 LIBEXT="dylib"
8024 DLLFLAGS="$DLLFLAGS -fPIC"
8025 LIBWINE_LDFLAGS="-multiply_defined suppress"
8026 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8027 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8028 COREFOUNDATION_LIBS="-framework CoreFoundation"
8030 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8032 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8034 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8036 CORESERVICES_LIBS="-framework CoreServices"
8038 APPKIT_LIBS="-framework AppKit"
8040 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8042 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8043 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8044 $as_echo_n "(cached) " >&6
8045 else
8046 ac_wine_try_cflags_saved=$CFLAGS
8047 CFLAGS="$CFLAGS -Wl,-no_pie"
8048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8049 /* end confdefs.h. */
8050 int main(int argc, char **argv) { return 0; }
8051 _ACEOF
8052 if ac_fn_c_try_link "$LINENO"; then :
8053 ac_cv_cflags__Wl__no_pie=yes
8054 else
8055 ac_cv_cflags__Wl__no_pie=no
8057 rm -f core conftest.err conftest.$ac_objext \
8058 conftest$ac_exeext conftest.$ac_ext
8059 CFLAGS=$ac_wine_try_cflags_saved
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8062 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8063 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8064 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8066 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8067 then
8068 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8071 if test "$ac_cv_header_Security_Security_h" = "yes"
8072 then
8073 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8075 ac_save_LIBS="$LIBS"
8076 LIBS="$LIBS $SECURITY_LIBS"
8077 for ac_func in SSLCopyPeerCertificates
8078 do :
8079 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8080 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8081 cat >>confdefs.h <<_ACEOF
8082 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8083 _ACEOF
8086 done
8088 LIBS="$ac_save_LIBS"
8089 with_gnutls=${with_gnutls:-no}
8091 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8092 then
8093 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8094 then
8095 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8097 else
8098 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8101 ac_save_LIBS="$LIBS"
8102 LIBS="$LIBS $COREAUDIO_LIBS"
8103 for ac_func in AUGraphAddNode
8104 do :
8105 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8106 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8107 cat >>confdefs.h <<_ACEOF
8108 #define HAVE_AUGRAPHADDNODE 1
8109 _ACEOF
8112 done
8114 LIBS="$ac_save_LIBS"
8116 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8117 then
8118 OPENAL_LIBS="-framework OpenAL"
8121 cat >>confdefs.h <<_ACEOF
8122 #define HAVE_OPENAL 1
8123 _ACEOF
8125 ac_cv_lib_openal=yes
8127 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8128 then
8129 OPENCL_LIBS="-framework OpenCL"
8131 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8133 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8134 then
8135 ac_save_LIBS="$LIBS"
8136 LIBS="$LIBS $IOKIT_LIBS"
8137 for ac_func in IOHIDManagerCreate
8138 do :
8139 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8140 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8141 cat >>confdefs.h <<_ACEOF
8142 #define HAVE_IOHIDMANAGERCREATE 1
8143 _ACEOF
8146 done
8148 LIBS="$ac_save_LIBS"
8150 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8151 then
8152 ac_save_LIBS="$LIBS"
8153 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8155 $as_echo_n "checking for the QuickTime framework... " >&6; }
8156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8157 /* end confdefs.h. */
8158 #include <QuickTime/ImageCompression.h>
8160 main ()
8162 CodecManagerVersion(NULL);
8164 return 0;
8166 _ACEOF
8167 if ac_fn_c_try_link "$LINENO"; then :
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8169 $as_echo "yes" >&6; }
8170 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8172 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8173 else
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8175 $as_echo "no" >&6; }
8176 ac_cv_header_QuickTime_ImageCompression_h=no
8178 rm -f core conftest.err conftest.$ac_objext \
8179 conftest$ac_exeext conftest.$ac_ext
8180 LIBS="$ac_save_LIBS"
8182 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8183 then
8184 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8186 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8187 then
8188 CARBON_LIBS="-framework Carbon"
8192 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8193 then
8194 ac_save_LIBS="$LIBS"
8195 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8196 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8197 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8198 enable_winemac_drv=${enable_winemac_drv:-yes}
8201 LIBS="$ac_save_LIBS"
8204 if test "x$enable_win16" = "xyes"
8205 then
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8207 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8208 if test "$cross_compiling" = yes; then :
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8210 $as_echo "cross-compiling, assuming yes" >&6; }
8211 else
8212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8213 /* end confdefs.h. */
8214 asm(".text\n"
8215 "bad:\tnop;nop\n"
8216 "good:\tnop;nop\n\t"
8217 ".globl _testfunc\n"
8218 "_testfunc:\tcallw good");
8219 extern void testfunc();
8221 main ()
8223 unsigned short *p = (unsigned short *)testfunc;
8224 return p[0] != 0xe866 || p[1] != 0xfffa
8226 return 0;
8228 _ACEOF
8229 if ac_fn_c_try_run "$LINENO"; then :
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8231 $as_echo "yes" >&6; }
8232 else
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8234 $as_echo "no" >&6; }
8235 as_fn_error $? "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
8237 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8238 conftest.$ac_objext conftest.beam conftest.$ac_ext
8243 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8244 LIBWINE_RULES="
8245 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8247 all: libwine.dylib
8249 libwine.$libwine_version.dylib: \$(OBJS)
8250 \$(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 \$@
8252 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8253 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8255 libwine.dylib: libwine.$libwine_soversion.dylib
8256 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8258 install install-lib:: libwine.$libwine_version.dylib
8259 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8260 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8262 install install-dev::
8263 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8265 uninstall::
8266 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8270 as_fn_append LOADER_RULES "
8271 ${wine_binary}_OBJS = main.o
8272 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8273 $wine_binary $wine_binary-installed: wine_info.plist
8277 linux-android*)
8278 DLLFLAGS="$DLLFLAGS -fPIC"
8279 LDEXECFLAGS=""
8280 dlldir="\${libdir}"
8281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8282 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8283 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8284 $as_echo_n "(cached) " >&6
8285 else
8286 ac_wine_try_cflags_saved=$CFLAGS
8287 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8289 /* end confdefs.h. */
8290 int main(int argc, char **argv) { return 0; }
8291 _ACEOF
8292 if ac_fn_c_try_link "$LINENO"; then :
8293 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8294 else
8295 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8297 rm -f core conftest.err conftest.$ac_objext \
8298 conftest$ac_exeext conftest.$ac_ext
8299 CFLAGS=$ac_wine_try_cflags_saved
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8302 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8303 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8304 LDEXECFLAGS="-Wl,--export-dynamic"
8306 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8308 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8309 if eval \${$as_ac_var+:} false; then :
8310 $as_echo_n "(cached) " >&6
8311 else
8312 ac_wine_try_cflags_saved=$CFLAGS
8313 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8315 /* end confdefs.h. */
8316 int main(int argc, char **argv) { return 0; }
8317 _ACEOF
8318 if ac_fn_c_try_link "$LINENO"; then :
8319 eval "$as_ac_var=yes"
8320 else
8321 eval "$as_ac_var=no"
8323 rm -f core conftest.err conftest.$ac_objext \
8324 conftest$ac_exeext conftest.$ac_ext
8325 CFLAGS=$ac_wine_try_cflags_saved
8327 eval ac_res=\$$as_ac_var
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8329 $as_echo "$ac_res" >&6; }
8330 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8331 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8332 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8333 else
8334 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8336 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8337 if eval \${$as_ac_var+:} false; then :
8338 $as_echo_n "(cached) " >&6
8339 else
8340 ac_wine_try_cflags_saved=$CFLAGS
8341 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8343 /* end confdefs.h. */
8344 int main(int argc, char **argv) { return 0; }
8345 _ACEOF
8346 if ac_fn_c_try_link "$LINENO"; then :
8347 eval "$as_ac_var=yes"
8348 else
8349 eval "$as_ac_var=no"
8351 rm -f core conftest.err conftest.$ac_objext \
8352 conftest$ac_exeext conftest.$ac_ext
8353 CFLAGS=$ac_wine_try_cflags_saved
8355 eval ac_res=\$$as_ac_var
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8357 $as_echo "$ac_res" >&6; }
8358 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8359 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8360 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8365 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8366 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8367 $as_echo_n "(cached) " >&6
8368 else
8369 ac_wine_try_cflags_saved=$CFLAGS
8370 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8372 /* end confdefs.h. */
8373 int main(int argc, char **argv) { return 0; }
8374 _ACEOF
8375 if ac_fn_c_try_link "$LINENO"; then :
8376 ac_cv_cflags__Wl___enable_new_dtags=yes
8377 else
8378 ac_cv_cflags__Wl___enable_new_dtags=no
8380 rm -f core conftest.err conftest.$ac_objext \
8381 conftest$ac_exeext conftest.$ac_ext
8382 CFLAGS=$ac_wine_try_cflags_saved
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8385 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8386 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8387 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8390 case $host_cpu in
8391 *i[3456789]86* | x86_64)
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8393 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8394 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8395 $as_echo_n "(cached) " >&6
8396 else
8397 ac_wine_try_cflags_saved=$CFLAGS
8398 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8400 /* end confdefs.h. */
8401 int main(int argc, char **argv) { return 0; }
8402 _ACEOF
8403 if ac_fn_c_try_link "$LINENO"; then :
8404 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8405 else
8406 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8408 rm -f core conftest.err conftest.$ac_objext \
8409 conftest$ac_exeext conftest.$ac_ext
8410 CFLAGS=$ac_wine_try_cflags_saved
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8413 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8414 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8415 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8418 esac
8420 libwine_targets="libwine.so"
8421 LIBWINE_RULES="
8422 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8424 all: libwine.so
8426 libwine.so: \$(OBJS)
8427 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8429 install install-lib:: libwine.so
8430 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8432 uninstall::
8433 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8437 as_fn_append LOADER_RULES "
8438 ${wine_binary}_OBJS = main.o
8439 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8444 DLLFLAGS="$DLLFLAGS -fPIC"
8445 LDEXECFLAGS=""
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8447 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8448 if ${ac_cv_c_dll_gnuelf+:} false; then :
8449 $as_echo_n "(cached) " >&6
8450 else
8451 ac_wine_try_cflags_saved=$CFLAGS
8452 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8454 /* end confdefs.h. */
8455 void myfunc() {}
8456 _ACEOF
8457 if ac_fn_c_try_link "$LINENO"; then :
8458 ac_cv_c_dll_gnuelf="yes"
8459 else
8460 ac_cv_c_dll_gnuelf="no"
8462 rm -f core conftest.err conftest.$ac_objext \
8463 conftest$ac_exeext conftest.$ac_ext
8464 CFLAGS=$ac_wine_try_cflags_saved
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8467 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8468 if test "$ac_cv_c_dll_gnuelf" = "yes"
8469 then
8470 LDSHARED="\$(CC) -shared"
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8472 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8473 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8474 $as_echo_n "(cached) " >&6
8475 else
8476 ac_wine_try_cflags_saved=$CFLAGS
8477 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8479 /* end confdefs.h. */
8480 int main(int argc, char **argv) { return 0; }
8481 _ACEOF
8482 if ac_fn_c_try_link "$LINENO"; then :
8483 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8484 else
8485 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8487 rm -f core conftest.err conftest.$ac_objext \
8488 conftest$ac_exeext conftest.$ac_ext
8489 CFLAGS=$ac_wine_try_cflags_saved
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8492 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8493 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8494 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8495 else
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8497 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8498 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8499 $as_echo_n "(cached) " >&6
8500 else
8501 ac_wine_try_cflags_saved=$CFLAGS
8502 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8504 /* end confdefs.h. */
8505 int main(int argc, char **argv) { return 0; }
8506 _ACEOF
8507 if ac_fn_c_try_link "$LINENO"; then :
8508 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8509 else
8510 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8512 rm -f core conftest.err conftest.$ac_objext \
8513 conftest$ac_exeext conftest.$ac_ext
8514 CFLAGS=$ac_wine_try_cflags_saved
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8517 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8518 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8519 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8523 echo '{ global: *; };' >conftest.map
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8525 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8526 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8527 $as_echo_n "(cached) " >&6
8528 else
8529 ac_wine_try_cflags_saved=$CFLAGS
8530 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8532 /* end confdefs.h. */
8533 int main(int argc, char **argv) { return 0; }
8534 _ACEOF
8535 if ac_fn_c_try_link "$LINENO"; then :
8536 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8537 else
8538 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8540 rm -f core conftest.err conftest.$ac_objext \
8541 conftest$ac_exeext conftest.$ac_ext
8542 CFLAGS=$ac_wine_try_cflags_saved
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8545 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8546 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8547 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8549 rm -f conftest.map
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8552 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8553 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8554 $as_echo_n "(cached) " >&6
8555 else
8556 ac_wine_try_cflags_saved=$CFLAGS
8557 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8559 /* end confdefs.h. */
8560 int main(int argc, char **argv) { return 0; }
8561 _ACEOF
8562 if ac_fn_c_try_link "$LINENO"; then :
8563 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8564 else
8565 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8567 rm -f core conftest.err conftest.$ac_objext \
8568 conftest$ac_exeext conftest.$ac_ext
8569 CFLAGS=$ac_wine_try_cflags_saved
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8572 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8573 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8574 LDEXECFLAGS="-Wl,--export-dynamic"
8577 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8579 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8580 if eval \${$as_ac_var+:} false; then :
8581 $as_echo_n "(cached) " >&6
8582 else
8583 ac_wine_try_cflags_saved=$CFLAGS
8584 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8586 /* end confdefs.h. */
8587 int main(int argc, char **argv) { return 0; }
8588 _ACEOF
8589 if ac_fn_c_try_link "$LINENO"; then :
8590 eval "$as_ac_var=yes"
8591 else
8592 eval "$as_ac_var=no"
8594 rm -f core conftest.err conftest.$ac_objext \
8595 conftest$ac_exeext conftest.$ac_ext
8596 CFLAGS=$ac_wine_try_cflags_saved
8598 eval ac_res=\$$as_ac_var
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8600 $as_echo "$ac_res" >&6; }
8601 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8602 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8603 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8604 else
8605 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8607 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8608 if eval \${$as_ac_var+:} false; then :
8609 $as_echo_n "(cached) " >&6
8610 else
8611 ac_wine_try_cflags_saved=$CFLAGS
8612 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8614 /* end confdefs.h. */
8615 int main(int argc, char **argv) { return 0; }
8616 _ACEOF
8617 if ac_fn_c_try_link "$LINENO"; then :
8618 eval "$as_ac_var=yes"
8619 else
8620 eval "$as_ac_var=no"
8622 rm -f core conftest.err conftest.$ac_objext \
8623 conftest$ac_exeext conftest.$ac_ext
8624 CFLAGS=$ac_wine_try_cflags_saved
8626 eval ac_res=\$$as_ac_var
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8628 $as_echo "$ac_res" >&6; }
8629 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8630 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8631 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8636 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8637 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8638 $as_echo_n "(cached) " >&6
8639 else
8640 ac_wine_try_cflags_saved=$CFLAGS
8641 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8643 /* end confdefs.h. */
8644 int main(int argc, char **argv) { return 0; }
8645 _ACEOF
8646 if ac_fn_c_try_link "$LINENO"; then :
8647 ac_cv_cflags__Wl___enable_new_dtags=yes
8648 else
8649 ac_cv_cflags__Wl___enable_new_dtags=no
8651 rm -f core conftest.err conftest.$ac_objext \
8652 conftest$ac_exeext conftest.$ac_ext
8653 CFLAGS=$ac_wine_try_cflags_saved
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8656 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8657 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8658 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8661 case $host_cpu in
8662 *i[3456789]86* | x86_64)
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8664 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8665 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8666 $as_echo_n "(cached) " >&6
8667 else
8668 ac_wine_try_cflags_saved=$CFLAGS
8669 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8671 /* end confdefs.h. */
8672 int main(int argc, char **argv) { return 0; }
8673 _ACEOF
8674 if ac_fn_c_try_link "$LINENO"; then :
8675 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8676 else
8677 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8679 rm -f core conftest.err conftest.$ac_objext \
8680 conftest$ac_exeext conftest.$ac_ext
8681 CFLAGS=$ac_wine_try_cflags_saved
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8684 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8685 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8686 case $host_os in
8687 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8688 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8689 esac
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8693 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8694 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8695 $as_echo_n "(cached) " >&6
8696 else
8697 ac_wine_try_cflags_saved=$CFLAGS
8698 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8700 /* end confdefs.h. */
8701 int main(int argc, char **argv) { return 0; }
8702 _ACEOF
8703 if ac_fn_c_try_link "$LINENO"; then :
8704 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8705 else
8706 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8708 rm -f core conftest.err conftest.$ac_objext \
8709 conftest$ac_exeext conftest.$ac_ext
8710 CFLAGS=$ac_wine_try_cflags_saved
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8713 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8714 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8716 else
8717 # Extract the first word of "prelink", so it can be a program name with args.
8718 set dummy prelink; ac_word=$2
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8720 $as_echo_n "checking for $ac_word... " >&6; }
8721 if ${ac_cv_path_PRELINK+:} false; then :
8722 $as_echo_n "(cached) " >&6
8723 else
8724 case $PRELINK in
8725 [\\/]* | ?:[\\/]*)
8726 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8730 for as_dir in /sbin /usr/sbin $PATH
8732 IFS=$as_save_IFS
8733 test -z "$as_dir" && as_dir=.
8734 for ac_exec_ext in '' $ac_executable_extensions; do
8735 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8736 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8738 break 2
8740 done
8741 done
8742 IFS=$as_save_IFS
8744 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8746 esac
8748 PRELINK=$ac_cv_path_PRELINK
8749 if test -n "$PRELINK"; then
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8751 $as_echo "$PRELINK" >&6; }
8752 else
8753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8754 $as_echo "no" >&6; }
8758 if test "x$PRELINK" = xfalse
8759 then
8760 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8764 esac
8766 else
8767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8768 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8769 if ${ac_cv_c_dll_unixware+:} false; then :
8770 $as_echo_n "(cached) " >&6
8771 else
8772 ac_wine_try_cflags_saved=$CFLAGS
8773 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8775 /* end confdefs.h. */
8776 void myfunc() {}
8777 _ACEOF
8778 if ac_fn_c_try_link "$LINENO"; then :
8779 ac_cv_c_dll_unixware="yes"
8780 else
8781 ac_cv_c_dll_unixware="no"
8783 rm -f core conftest.err conftest.$ac_objext \
8784 conftest$ac_exeext conftest.$ac_ext
8785 CFLAGS=$ac_wine_try_cflags_saved
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8788 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8789 if test "$ac_cv_c_dll_unixware" = "yes"
8790 then
8791 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8794 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8795 LIBWINE_RULES="
8796 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8798 all: libwine.so
8800 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8801 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8803 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8804 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8806 libwine.so: libwine.so.$libwine_soversion
8807 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8809 install install-lib:: libwine.so.$libwine_version
8810 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8811 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8813 install install-dev::
8814 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8816 uninstall::
8817 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8821 as_fn_append LOADER_RULES "
8822 ${wine_binary}_OBJS = main.o
8823 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8825 if test -z "$with_wine64"
8826 then
8827 as_fn_append LOADER_RULES "
8828 install install-lib::
8829 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8830 uninstall::
8831 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8835 esac
8837 as_fn_append LIBWINE_RULES "
8838 EXTRA_TARGETS = $libwine_targets
8841 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8842 enable_winemac_drv=${enable_winemac_drv:-no}
8844 CROSSTARGET=""
8846 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8847 then
8848 case "$host_cpu" in
8849 i[3456789]86*)
8850 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
8851 mingw32-gcc" ;;
8852 x86_64)
8853 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 " ;;
8855 ac_prefix_list="" ;;
8856 esac
8857 for ac_prog in $ac_prefix_list
8859 # Extract the first word of "$ac_prog", so it can be a program name with args.
8860 set dummy $ac_prog; ac_word=$2
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8862 $as_echo_n "checking for $ac_word... " >&6; }
8863 if ${ac_cv_prog_CROSSCC+:} false; then :
8864 $as_echo_n "(cached) " >&6
8865 else
8866 if test -n "$CROSSCC"; then
8867 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8868 else
8869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8870 for as_dir in $PATH
8872 IFS=$as_save_IFS
8873 test -z "$as_dir" && as_dir=.
8874 for ac_exec_ext in '' $ac_executable_extensions; do
8875 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8876 ac_cv_prog_CROSSCC="$ac_prog"
8877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8878 break 2
8880 done
8881 done
8882 IFS=$as_save_IFS
8886 CROSSCC=$ac_cv_prog_CROSSCC
8887 if test -n "$CROSSCC"; then
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8889 $as_echo "$CROSSCC" >&6; }
8890 else
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8892 $as_echo "no" >&6; }
8896 test -n "$CROSSCC" && break
8897 done
8898 test -n "$CROSSCC" || CROSSCC="false"
8900 if test "$CROSSCC" != "false"
8901 then
8902 ac_save_CC="$CC"
8903 CC="$CROSSCC"
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8905 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8907 /* end confdefs.h. */
8910 main ()
8914 return 0;
8916 _ACEOF
8917 if ac_fn_c_try_compile "$LINENO"; then :
8918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8919 $as_echo "yes" >&6; }
8920 set x $CROSSCC
8921 shift
8922 while test $# -ge 1
8924 case "$1" in
8925 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8926 esac
8927 shift
8928 done
8929 else
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8931 $as_echo "no" >&6; }
8933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8934 CC="$ac_save_CC"
8939 if test "$ac_cv_header_pthread_h" = "yes"
8940 then
8941 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8942 if test "x$ac_cv_func_pthread_create" = xyes; then :
8944 else
8945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8946 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8947 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8948 $as_echo_n "(cached) " >&6
8949 else
8950 ac_check_lib_save_LIBS=$LIBS
8951 LIBS="-lpthread $LIBS"
8952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8953 /* end confdefs.h. */
8955 /* Override any GCC internal prototype to avoid an error.
8956 Use char because int might match the return type of a GCC
8957 builtin and then its argument prototype would still apply. */
8958 #ifdef __cplusplus
8959 extern "C"
8960 #endif
8961 char pthread_create ();
8963 main ()
8965 return pthread_create ();
8967 return 0;
8969 _ACEOF
8970 if ac_fn_c_try_link "$LINENO"; then :
8971 ac_cv_lib_pthread_pthread_create=yes
8972 else
8973 ac_cv_lib_pthread_pthread_create=no
8975 rm -f core conftest.err conftest.$ac_objext \
8976 conftest$ac_exeext conftest.$ac_ext
8977 LIBS=$ac_check_lib_save_LIBS
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8980 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8981 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8982 PTHREAD_LIBS="-lpthread"
8989 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8990 case "x$with_pthread" in
8991 xno) ;;
8992 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8993 Wine cannot support threads without libpthread.
8994 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8995 esac
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9000 $as_echo_n "checking for X... " >&6; }
9003 # Check whether --with-x was given.
9004 if test "${with_x+set}" = set; then :
9005 withval=$with_x;
9008 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9009 if test "x$with_x" = xno; then
9010 # The user explicitly disabled X.
9011 have_x=disabled
9012 else
9013 case $x_includes,$x_libraries in #(
9014 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9015 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9016 $as_echo_n "(cached) " >&6
9017 else
9018 # One or both of the vars are not set, and there is no cached value.
9019 ac_x_includes=no ac_x_libraries=no
9020 rm -f -r conftest.dir
9021 if mkdir conftest.dir; then
9022 cd conftest.dir
9023 cat >Imakefile <<'_ACEOF'
9024 incroot:
9025 @echo incroot='${INCROOT}'
9026 usrlibdir:
9027 @echo usrlibdir='${USRLIBDIR}'
9028 libdir:
9029 @echo libdir='${LIBDIR}'
9030 _ACEOF
9031 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9032 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9033 for ac_var in incroot usrlibdir libdir; do
9034 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9035 done
9036 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9037 for ac_extension in a so sl dylib la dll; do
9038 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9039 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9040 ac_im_usrlibdir=$ac_im_libdir; break
9042 done
9043 # Screen out bogus values from the imake configuration. They are
9044 # bogus both because they are the default anyway, and because
9045 # using them would break gcc on systems where it needs fixed includes.
9046 case $ac_im_incroot in
9047 /usr/include) ac_x_includes= ;;
9048 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9049 esac
9050 case $ac_im_usrlibdir in
9051 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9052 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9053 esac
9055 cd ..
9056 rm -f -r conftest.dir
9059 # Standard set of common directories for X headers.
9060 # Check X11 before X11Rn because it is often a symlink to the current release.
9061 ac_x_header_dirs='
9062 /usr/X11/include
9063 /usr/X11R7/include
9064 /usr/X11R6/include
9065 /usr/X11R5/include
9066 /usr/X11R4/include
9068 /usr/include/X11
9069 /usr/include/X11R7
9070 /usr/include/X11R6
9071 /usr/include/X11R5
9072 /usr/include/X11R4
9074 /usr/local/X11/include
9075 /usr/local/X11R7/include
9076 /usr/local/X11R6/include
9077 /usr/local/X11R5/include
9078 /usr/local/X11R4/include
9080 /usr/local/include/X11
9081 /usr/local/include/X11R7
9082 /usr/local/include/X11R6
9083 /usr/local/include/X11R5
9084 /usr/local/include/X11R4
9086 /usr/X386/include
9087 /usr/x386/include
9088 /usr/XFree86/include/X11
9090 /usr/include
9091 /usr/local/include
9092 /usr/unsupported/include
9093 /usr/athena/include
9094 /usr/local/x11r5/include
9095 /usr/lpp/Xamples/include
9097 /usr/openwin/include
9098 /usr/openwin/share/include'
9100 if test "$ac_x_includes" = no; then
9101 # Guess where to find include files, by looking for Xlib.h.
9102 # First, try using that file with no special directory specified.
9103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9104 /* end confdefs.h. */
9105 #include <X11/Xlib.h>
9106 _ACEOF
9107 if ac_fn_c_try_cpp "$LINENO"; then :
9108 # We can compile using X headers with no special include directory.
9109 ac_x_includes=
9110 else
9111 for ac_dir in $ac_x_header_dirs; do
9112 if test -r "$ac_dir/X11/Xlib.h"; then
9113 ac_x_includes=$ac_dir
9114 break
9116 done
9118 rm -f conftest.err conftest.i conftest.$ac_ext
9119 fi # $ac_x_includes = no
9121 if test "$ac_x_libraries" = no; then
9122 # Check for the libraries.
9123 # See if we find them without any special options.
9124 # Don't add to $LIBS permanently.
9125 ac_save_LIBS=$LIBS
9126 LIBS="-lX11 $LIBS"
9127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9128 /* end confdefs.h. */
9129 #include <X11/Xlib.h>
9131 main ()
9133 XrmInitialize ()
9135 return 0;
9137 _ACEOF
9138 if ac_fn_c_try_link "$LINENO"; then :
9139 LIBS=$ac_save_LIBS
9140 # We can link X programs with no special library path.
9141 ac_x_libraries=
9142 else
9143 LIBS=$ac_save_LIBS
9144 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9146 # Don't even attempt the hair of trying to link an X program!
9147 for ac_extension in a so sl dylib la dll; do
9148 if test -r "$ac_dir/libX11.$ac_extension"; then
9149 ac_x_libraries=$ac_dir
9150 break 2
9152 done
9153 done
9155 rm -f core conftest.err conftest.$ac_objext \
9156 conftest$ac_exeext conftest.$ac_ext
9157 fi # $ac_x_libraries = no
9159 case $ac_x_includes,$ac_x_libraries in #(
9160 no,* | *,no | *\'*)
9161 # Didn't find X, or a directory has "'" in its name.
9162 ac_cv_have_x="have_x=no";; #(
9164 # Record where we found X for the cache.
9165 ac_cv_have_x="have_x=yes\
9166 ac_x_includes='$ac_x_includes'\
9167 ac_x_libraries='$ac_x_libraries'"
9168 esac
9170 ;; #(
9171 *) have_x=yes;;
9172 esac
9173 eval "$ac_cv_have_x"
9174 fi # $with_x != no
9176 if test "$have_x" != yes; then
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9178 $as_echo "$have_x" >&6; }
9179 no_x=yes
9180 else
9181 # If each of the values was on the command line, it overrides each guess.
9182 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9183 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9184 # Update the cache value to reflect the command line values.
9185 ac_cv_have_x="have_x=yes\
9186 ac_x_includes='$x_includes'\
9187 ac_x_libraries='$x_libraries'"
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9189 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9192 if test "$no_x" = yes; then
9193 # Not all programs may use this symbol, but it does not hurt to define it.
9195 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9197 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9198 else
9199 if test -n "$x_includes"; then
9200 X_CFLAGS="$X_CFLAGS -I$x_includes"
9203 # It would also be nice to do this for all -L options, not just this one.
9204 if test -n "$x_libraries"; then
9205 X_LIBS="$X_LIBS -L$x_libraries"
9206 # For Solaris; some versions of Sun CC require a space after -R and
9207 # others require no space. Words are not sufficient . . . .
9208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9209 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9210 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9211 ac_xsave_c_werror_flag=$ac_c_werror_flag
9212 ac_c_werror_flag=yes
9213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9214 /* end confdefs.h. */
9217 main ()
9221 return 0;
9223 _ACEOF
9224 if ac_fn_c_try_link "$LINENO"; then :
9225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9226 $as_echo "no" >&6; }
9227 X_LIBS="$X_LIBS -R$x_libraries"
9228 else
9229 LIBS="$ac_xsave_LIBS -R $x_libraries"
9230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9231 /* end confdefs.h. */
9234 main ()
9238 return 0;
9240 _ACEOF
9241 if ac_fn_c_try_link "$LINENO"; then :
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9243 $as_echo "yes" >&6; }
9244 X_LIBS="$X_LIBS -R $x_libraries"
9245 else
9246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9247 $as_echo "neither works" >&6; }
9249 rm -f core conftest.err conftest.$ac_objext \
9250 conftest$ac_exeext conftest.$ac_ext
9252 rm -f core conftest.err conftest.$ac_objext \
9253 conftest$ac_exeext conftest.$ac_ext
9254 ac_c_werror_flag=$ac_xsave_c_werror_flag
9255 LIBS=$ac_xsave_LIBS
9258 # Check for system-dependent libraries X programs must link with.
9259 # Do this before checking for the system-independent R6 libraries
9260 # (-lICE), since we may need -lsocket or whatever for X linking.
9262 if test "$ISC" = yes; then
9263 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9264 else
9265 # Martyn Johnson says this is needed for Ultrix, if the X
9266 # libraries were built with DECnet support. And Karl Berry says
9267 # the Alpha needs dnet_stub (dnet does not exist).
9268 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9270 /* end confdefs.h. */
9272 /* Override any GCC internal prototype to avoid an error.
9273 Use char because int might match the return type of a GCC
9274 builtin and then its argument prototype would still apply. */
9275 #ifdef __cplusplus
9276 extern "C"
9277 #endif
9278 char XOpenDisplay ();
9280 main ()
9282 return XOpenDisplay ();
9284 return 0;
9286 _ACEOF
9287 if ac_fn_c_try_link "$LINENO"; then :
9289 else
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9291 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9292 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9293 $as_echo_n "(cached) " >&6
9294 else
9295 ac_check_lib_save_LIBS=$LIBS
9296 LIBS="-ldnet $LIBS"
9297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9298 /* end confdefs.h. */
9300 /* Override any GCC internal prototype to avoid an error.
9301 Use char because int might match the return type of a GCC
9302 builtin and then its argument prototype would still apply. */
9303 #ifdef __cplusplus
9304 extern "C"
9305 #endif
9306 char dnet_ntoa ();
9308 main ()
9310 return dnet_ntoa ();
9312 return 0;
9314 _ACEOF
9315 if ac_fn_c_try_link "$LINENO"; then :
9316 ac_cv_lib_dnet_dnet_ntoa=yes
9317 else
9318 ac_cv_lib_dnet_dnet_ntoa=no
9320 rm -f core conftest.err conftest.$ac_objext \
9321 conftest$ac_exeext conftest.$ac_ext
9322 LIBS=$ac_check_lib_save_LIBS
9324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9325 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9326 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9327 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9330 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9332 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9333 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9334 $as_echo_n "(cached) " >&6
9335 else
9336 ac_check_lib_save_LIBS=$LIBS
9337 LIBS="-ldnet_stub $LIBS"
9338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9339 /* end confdefs.h. */
9341 /* Override any GCC internal prototype to avoid an error.
9342 Use char because int might match the return type of a GCC
9343 builtin and then its argument prototype would still apply. */
9344 #ifdef __cplusplus
9345 extern "C"
9346 #endif
9347 char dnet_ntoa ();
9349 main ()
9351 return dnet_ntoa ();
9353 return 0;
9355 _ACEOF
9356 if ac_fn_c_try_link "$LINENO"; then :
9357 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9358 else
9359 ac_cv_lib_dnet_stub_dnet_ntoa=no
9361 rm -f core conftest.err conftest.$ac_objext \
9362 conftest$ac_exeext conftest.$ac_ext
9363 LIBS=$ac_check_lib_save_LIBS
9365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9366 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9367 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9368 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9373 rm -f core conftest.err conftest.$ac_objext \
9374 conftest$ac_exeext conftest.$ac_ext
9375 LIBS="$ac_xsave_LIBS"
9377 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9378 # to get the SysV transport functions.
9379 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9380 # needs -lnsl.
9381 # The nsl library prevents programs from opening the X display
9382 # on Irix 5.2, according to T.E. Dickey.
9383 # The functions gethostbyname, getservbyname, and inet_addr are
9384 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9385 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9386 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9390 if test $ac_cv_func_gethostbyname = no; then
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9392 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9393 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9394 $as_echo_n "(cached) " >&6
9395 else
9396 ac_check_lib_save_LIBS=$LIBS
9397 LIBS="-lnsl $LIBS"
9398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9399 /* end confdefs.h. */
9401 /* Override any GCC internal prototype to avoid an error.
9402 Use char because int might match the return type of a GCC
9403 builtin and then its argument prototype would still apply. */
9404 #ifdef __cplusplus
9405 extern "C"
9406 #endif
9407 char gethostbyname ();
9409 main ()
9411 return gethostbyname ();
9413 return 0;
9415 _ACEOF
9416 if ac_fn_c_try_link "$LINENO"; then :
9417 ac_cv_lib_nsl_gethostbyname=yes
9418 else
9419 ac_cv_lib_nsl_gethostbyname=no
9421 rm -f core conftest.err conftest.$ac_objext \
9422 conftest$ac_exeext conftest.$ac_ext
9423 LIBS=$ac_check_lib_save_LIBS
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9426 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9427 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9428 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9431 if test $ac_cv_lib_nsl_gethostbyname = no; then
9432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9433 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9434 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9435 $as_echo_n "(cached) " >&6
9436 else
9437 ac_check_lib_save_LIBS=$LIBS
9438 LIBS="-lbsd $LIBS"
9439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9440 /* end confdefs.h. */
9442 /* Override any GCC internal prototype to avoid an error.
9443 Use char because int might match the return type of a GCC
9444 builtin and then its argument prototype would still apply. */
9445 #ifdef __cplusplus
9446 extern "C"
9447 #endif
9448 char gethostbyname ();
9450 main ()
9452 return gethostbyname ();
9454 return 0;
9456 _ACEOF
9457 if ac_fn_c_try_link "$LINENO"; then :
9458 ac_cv_lib_bsd_gethostbyname=yes
9459 else
9460 ac_cv_lib_bsd_gethostbyname=no
9462 rm -f core conftest.err conftest.$ac_objext \
9463 conftest$ac_exeext conftest.$ac_ext
9464 LIBS=$ac_check_lib_save_LIBS
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9467 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9468 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9469 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9475 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9476 # socket/setsockopt and other routines are undefined under SCO ODT
9477 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9478 # on later versions), says Simon Leinen: it contains gethostby*
9479 # variants that don't use the name server (or something). -lsocket
9480 # must be given before -lnsl if both are needed. We assume that
9481 # if connect needs -lnsl, so does gethostbyname.
9482 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9483 if test "x$ac_cv_func_connect" = xyes; then :
9487 if test $ac_cv_func_connect = no; then
9488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9489 $as_echo_n "checking for connect in -lsocket... " >&6; }
9490 if ${ac_cv_lib_socket_connect+:} false; then :
9491 $as_echo_n "(cached) " >&6
9492 else
9493 ac_check_lib_save_LIBS=$LIBS
9494 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9496 /* end confdefs.h. */
9498 /* Override any GCC internal prototype to avoid an error.
9499 Use char because int might match the return type of a GCC
9500 builtin and then its argument prototype would still apply. */
9501 #ifdef __cplusplus
9502 extern "C"
9503 #endif
9504 char connect ();
9506 main ()
9508 return connect ();
9510 return 0;
9512 _ACEOF
9513 if ac_fn_c_try_link "$LINENO"; then :
9514 ac_cv_lib_socket_connect=yes
9515 else
9516 ac_cv_lib_socket_connect=no
9518 rm -f core conftest.err conftest.$ac_objext \
9519 conftest$ac_exeext conftest.$ac_ext
9520 LIBS=$ac_check_lib_save_LIBS
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9523 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9524 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9525 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9530 # Guillermo Gomez says -lposix is necessary on A/UX.
9531 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9532 if test "x$ac_cv_func_remove" = xyes; then :
9536 if test $ac_cv_func_remove = no; then
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9538 $as_echo_n "checking for remove in -lposix... " >&6; }
9539 if ${ac_cv_lib_posix_remove+:} false; then :
9540 $as_echo_n "(cached) " >&6
9541 else
9542 ac_check_lib_save_LIBS=$LIBS
9543 LIBS="-lposix $LIBS"
9544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9545 /* end confdefs.h. */
9547 /* Override any GCC internal prototype to avoid an error.
9548 Use char because int might match the return type of a GCC
9549 builtin and then its argument prototype would still apply. */
9550 #ifdef __cplusplus
9551 extern "C"
9552 #endif
9553 char remove ();
9555 main ()
9557 return remove ();
9559 return 0;
9561 _ACEOF
9562 if ac_fn_c_try_link "$LINENO"; then :
9563 ac_cv_lib_posix_remove=yes
9564 else
9565 ac_cv_lib_posix_remove=no
9567 rm -f core conftest.err conftest.$ac_objext \
9568 conftest$ac_exeext conftest.$ac_ext
9569 LIBS=$ac_check_lib_save_LIBS
9571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9572 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9573 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9574 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9579 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9580 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9581 if test "x$ac_cv_func_shmat" = xyes; then :
9585 if test $ac_cv_func_shmat = no; then
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9587 $as_echo_n "checking for shmat in -lipc... " >&6; }
9588 if ${ac_cv_lib_ipc_shmat+:} false; then :
9589 $as_echo_n "(cached) " >&6
9590 else
9591 ac_check_lib_save_LIBS=$LIBS
9592 LIBS="-lipc $LIBS"
9593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9594 /* end confdefs.h. */
9596 /* Override any GCC internal prototype to avoid an error.
9597 Use char because int might match the return type of a GCC
9598 builtin and then its argument prototype would still apply. */
9599 #ifdef __cplusplus
9600 extern "C"
9601 #endif
9602 char shmat ();
9604 main ()
9606 return shmat ();
9608 return 0;
9610 _ACEOF
9611 if ac_fn_c_try_link "$LINENO"; then :
9612 ac_cv_lib_ipc_shmat=yes
9613 else
9614 ac_cv_lib_ipc_shmat=no
9616 rm -f core conftest.err conftest.$ac_objext \
9617 conftest$ac_exeext conftest.$ac_ext
9618 LIBS=$ac_check_lib_save_LIBS
9620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9621 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9622 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9623 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9629 # Check for libraries that X11R6 Xt/Xaw programs need.
9630 ac_save_LDFLAGS=$LDFLAGS
9631 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9632 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9633 # check for ICE first), but we must link in the order -lSM -lICE or
9634 # we get undefined symbols. So assume we have SM if we have ICE.
9635 # These have to be linked with before -lX11, unlike the other
9636 # libraries we check for below, so use a different variable.
9637 # John Interrante, Karl Berry
9638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9639 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9640 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9641 $as_echo_n "(cached) " >&6
9642 else
9643 ac_check_lib_save_LIBS=$LIBS
9644 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9646 /* end confdefs.h. */
9648 /* Override any GCC internal prototype to avoid an error.
9649 Use char because int might match the return type of a GCC
9650 builtin and then its argument prototype would still apply. */
9651 #ifdef __cplusplus
9652 extern "C"
9653 #endif
9654 char IceConnectionNumber ();
9656 main ()
9658 return IceConnectionNumber ();
9660 return 0;
9662 _ACEOF
9663 if ac_fn_c_try_link "$LINENO"; then :
9664 ac_cv_lib_ICE_IceConnectionNumber=yes
9665 else
9666 ac_cv_lib_ICE_IceConnectionNumber=no
9668 rm -f core conftest.err conftest.$ac_objext \
9669 conftest$ac_exeext conftest.$ac_ext
9670 LIBS=$ac_check_lib_save_LIBS
9672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9673 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9674 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9675 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9678 LDFLAGS=$ac_save_LDFLAGS
9683 if test "$have_x" = "yes"
9684 then
9685 ac_save_CPPFLAGS="$CPPFLAGS"
9686 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9689 $as_echo_n "checking for -lX11... " >&6; }
9690 if ${ac_cv_lib_soname_X11+:} false; then :
9691 $as_echo_n "(cached) " >&6
9692 else
9693 ac_check_soname_save_LIBS=$LIBS
9694 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9696 /* end confdefs.h. */
9698 /* Override any GCC internal prototype to avoid an error.
9699 Use char because int might match the return type of a GCC
9700 builtin and then its argument prototype would still apply. */
9701 #ifdef __cplusplus
9702 extern "C"
9703 #endif
9704 char XCreateWindow ();
9706 main ()
9708 return XCreateWindow ();
9710 return 0;
9712 _ACEOF
9713 if ac_fn_c_try_link "$LINENO"; then :
9714 case "$LIBEXT" in
9715 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9716 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'` ;;
9717 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9718 if ${ac_cv_lib_soname_X11:+false} :; then :
9719 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9720 fi ;;
9721 esac
9723 rm -f core conftest.err conftest.$ac_objext \
9724 conftest$ac_exeext conftest.$ac_ext
9725 LIBS=$ac_check_soname_save_LIBS
9727 if ${ac_cv_lib_soname_X11:+false} :; then :
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9729 $as_echo "not found" >&6; }
9731 else
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9733 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9735 cat >>confdefs.h <<_ACEOF
9736 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9737 _ACEOF
9741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9742 $as_echo_n "checking for -lXext... " >&6; }
9743 if ${ac_cv_lib_soname_Xext+:} false; then :
9744 $as_echo_n "(cached) " >&6
9745 else
9746 ac_check_soname_save_LIBS=$LIBS
9747 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9749 /* end confdefs.h. */
9751 /* Override any GCC internal prototype to avoid an error.
9752 Use char because int might match the return type of a GCC
9753 builtin and then its argument prototype would still apply. */
9754 #ifdef __cplusplus
9755 extern "C"
9756 #endif
9757 char XextCreateExtension ();
9759 main ()
9761 return XextCreateExtension ();
9763 return 0;
9765 _ACEOF
9766 if ac_fn_c_try_link "$LINENO"; then :
9767 case "$LIBEXT" in
9768 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9769 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'` ;;
9770 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9771 if ${ac_cv_lib_soname_Xext:+false} :; then :
9772 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9773 fi ;;
9774 esac
9776 rm -f core conftest.err conftest.$ac_objext \
9777 conftest$ac_exeext conftest.$ac_ext
9778 LIBS=$ac_check_soname_save_LIBS
9780 if ${ac_cv_lib_soname_Xext:+false} :; then :
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9782 $as_echo "not found" >&6; }
9784 else
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9786 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9788 cat >>confdefs.h <<_ACEOF
9789 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9790 _ACEOF
9792 X_LIBS="$X_LIBS -lXext"
9794 X_LIBS="$X_LIBS -lX11"
9796 for ac_header in X11/Xlib.h \
9797 X11/XKBlib.h \
9798 X11/Xutil.h \
9799 X11/Xcursor/Xcursor.h \
9800 X11/extensions/shape.h \
9801 X11/extensions/XInput.h \
9802 X11/extensions/XInput2.h \
9803 X11/extensions/XShm.h \
9804 X11/extensions/Xcomposite.h \
9805 X11/extensions/Xinerama.h \
9806 X11/extensions/Xrandr.h \
9807 X11/extensions/Xrender.h \
9808 X11/extensions/xf86vmode.h \
9809 X11/extensions/xf86vmproto.h
9810 do :
9811 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9812 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9813 # include <X11/Xlib.h>
9814 #endif
9815 #ifdef HAVE_X11_XUTIL_H
9816 # include <X11/Xutil.h>
9817 #endif
9819 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9820 cat >>confdefs.h <<_ACEOF
9821 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9822 _ACEOF
9826 done
9829 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9830 then
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9832 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9833 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9834 $as_echo_n "(cached) " >&6
9835 else
9836 ac_check_lib_save_LIBS=$LIBS
9837 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9839 /* end confdefs.h. */
9841 /* Override any GCC internal prototype to avoid an error.
9842 Use char because int might match the return type of a GCC
9843 builtin and then its argument prototype would still apply. */
9844 #ifdef __cplusplus
9845 extern "C"
9846 #endif
9847 char XkbQueryExtension ();
9849 main ()
9851 return XkbQueryExtension ();
9853 return 0;
9855 _ACEOF
9856 if ac_fn_c_try_link "$LINENO"; then :
9857 ac_cv_lib_X11_XkbQueryExtension=yes
9858 else
9859 ac_cv_lib_X11_XkbQueryExtension=no
9861 rm -f core conftest.err conftest.$ac_objext \
9862 conftest$ac_exeext conftest.$ac_ext
9863 LIBS=$ac_check_lib_save_LIBS
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9866 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9867 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9869 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9875 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9876 then
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9878 $as_echo_n "checking for -lXcursor... " >&6; }
9879 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9880 $as_echo_n "(cached) " >&6
9881 else
9882 ac_check_soname_save_LIBS=$LIBS
9883 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9885 /* end confdefs.h. */
9887 /* Override any GCC internal prototype to avoid an error.
9888 Use char because int might match the return type of a GCC
9889 builtin and then its argument prototype would still apply. */
9890 #ifdef __cplusplus
9891 extern "C"
9892 #endif
9893 char XcursorImageLoadCursor ();
9895 main ()
9897 return XcursorImageLoadCursor ();
9899 return 0;
9901 _ACEOF
9902 if ac_fn_c_try_link "$LINENO"; then :
9903 case "$LIBEXT" in
9904 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9905 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'` ;;
9906 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9907 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9908 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9909 fi ;;
9910 esac
9912 rm -f core conftest.err conftest.$ac_objext \
9913 conftest$ac_exeext conftest.$ac_ext
9914 LIBS=$ac_check_soname_save_LIBS
9916 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9918 $as_echo "not found" >&6; }
9920 else
9921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9922 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9924 cat >>confdefs.h <<_ACEOF
9925 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9926 _ACEOF
9931 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9932 case "x$with_xcursor" in
9933 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9934 xno) ;;
9935 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9936 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9937 esac
9940 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9941 then
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9943 $as_echo_n "checking for -lXi... " >&6; }
9944 if ${ac_cv_lib_soname_Xi+:} false; then :
9945 $as_echo_n "(cached) " >&6
9946 else
9947 ac_check_soname_save_LIBS=$LIBS
9948 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9950 /* end confdefs.h. */
9952 /* Override any GCC internal prototype to avoid an error.
9953 Use char because int might match the return type of a GCC
9954 builtin and then its argument prototype would still apply. */
9955 #ifdef __cplusplus
9956 extern "C"
9957 #endif
9958 char XOpenDevice ();
9960 main ()
9962 return XOpenDevice ();
9964 return 0;
9966 _ACEOF
9967 if ac_fn_c_try_link "$LINENO"; then :
9968 case "$LIBEXT" in
9969 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9970 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'` ;;
9971 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9972 if ${ac_cv_lib_soname_Xi:+false} :; then :
9973 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9974 fi ;;
9975 esac
9977 rm -f core conftest.err conftest.$ac_objext \
9978 conftest$ac_exeext conftest.$ac_ext
9979 LIBS=$ac_check_soname_save_LIBS
9981 if ${ac_cv_lib_soname_Xi:+false} :; then :
9982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9983 $as_echo "not found" >&6; }
9985 else
9986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9987 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9989 cat >>confdefs.h <<_ACEOF
9990 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9991 _ACEOF
9996 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9997 case "x$with_xinput" in
9998 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9999 xno) ;;
10000 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10001 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10002 esac
10005 if test "x$ac_cv_lib_soname_Xi" != x
10006 then
10007 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10008 case "x$with_xinput2" in
10009 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10010 xno) ;;
10011 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10012 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10013 esac
10017 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10018 then
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10020 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10021 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10022 $as_echo_n "(cached) " >&6
10023 else
10024 ac_check_lib_save_LIBS=$LIBS
10025 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10027 /* end confdefs.h. */
10029 /* Override any GCC internal prototype to avoid an error.
10030 Use char because int might match the return type of a GCC
10031 builtin and then its argument prototype would still apply. */
10032 #ifdef __cplusplus
10033 extern "C"
10034 #endif
10035 char XShmQueryExtension ();
10037 main ()
10039 return XShmQueryExtension ();
10041 return 0;
10043 _ACEOF
10044 if ac_fn_c_try_link "$LINENO"; then :
10045 ac_cv_lib_Xext_XShmQueryExtension=yes
10046 else
10047 ac_cv_lib_Xext_XShmQueryExtension=no
10049 rm -f core conftest.err conftest.$ac_objext \
10050 conftest$ac_exeext conftest.$ac_ext
10051 LIBS=$ac_check_lib_save_LIBS
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10054 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10055 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10057 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10062 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10063 case "x$with_xshm" in
10064 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10065 xno) ;;
10066 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10067 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10068 esac
10071 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10072 then
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10074 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10075 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10076 $as_echo_n "(cached) " >&6
10077 else
10078 ac_check_lib_save_LIBS=$LIBS
10079 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10081 /* end confdefs.h. */
10083 /* Override any GCC internal prototype to avoid an error.
10084 Use char because int might match the return type of a GCC
10085 builtin and then its argument prototype would still apply. */
10086 #ifdef __cplusplus
10087 extern "C"
10088 #endif
10089 char XShapeQueryExtension ();
10091 main ()
10093 return XShapeQueryExtension ();
10095 return 0;
10097 _ACEOF
10098 if ac_fn_c_try_link "$LINENO"; then :
10099 ac_cv_lib_Xext_XShapeQueryExtension=yes
10100 else
10101 ac_cv_lib_Xext_XShapeQueryExtension=no
10103 rm -f core conftest.err conftest.$ac_objext \
10104 conftest$ac_exeext conftest.$ac_ext
10105 LIBS=$ac_check_lib_save_LIBS
10107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10108 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10109 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10111 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10116 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10117 case "x$with_xshape" in
10118 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10119 xno) ;;
10120 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10121 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10122 esac
10125 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10126 then
10127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10128 $as_echo_n "checking for -lXxf86vm... " >&6; }
10129 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10130 $as_echo_n "(cached) " >&6
10131 else
10132 ac_check_soname_save_LIBS=$LIBS
10133 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10135 /* end confdefs.h. */
10137 /* Override any GCC internal prototype to avoid an error.
10138 Use char because int might match the return type of a GCC
10139 builtin and then its argument prototype would still apply. */
10140 #ifdef __cplusplus
10141 extern "C"
10142 #endif
10143 char XF86VidModeQueryExtension ();
10145 main ()
10147 return XF86VidModeQueryExtension ();
10149 return 0;
10151 _ACEOF
10152 if ac_fn_c_try_link "$LINENO"; then :
10153 case "$LIBEXT" in
10154 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10155 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'` ;;
10156 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10157 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10158 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10159 fi ;;
10160 esac
10162 rm -f core conftest.err conftest.$ac_objext \
10163 conftest$ac_exeext conftest.$ac_ext
10164 LIBS=$ac_check_soname_save_LIBS
10166 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10168 $as_echo "not found" >&6; }
10170 else
10171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10172 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10174 cat >>confdefs.h <<_ACEOF
10175 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10176 _ACEOF
10181 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10182 case "x$with_xxf86vm" in
10183 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10184 xno) ;;
10185 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10186 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10187 esac
10190 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10191 then
10192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10193 $as_echo_n "checking for -lXrender... " >&6; }
10194 if ${ac_cv_lib_soname_Xrender+:} false; then :
10195 $as_echo_n "(cached) " >&6
10196 else
10197 ac_check_soname_save_LIBS=$LIBS
10198 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10200 /* end confdefs.h. */
10202 /* Override any GCC internal prototype to avoid an error.
10203 Use char because int might match the return type of a GCC
10204 builtin and then its argument prototype would still apply. */
10205 #ifdef __cplusplus
10206 extern "C"
10207 #endif
10208 char XRenderQueryExtension ();
10210 main ()
10212 return XRenderQueryExtension ();
10214 return 0;
10216 _ACEOF
10217 if ac_fn_c_try_link "$LINENO"; then :
10218 case "$LIBEXT" in
10219 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10220 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'` ;;
10221 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10222 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10223 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10224 fi ;;
10225 esac
10227 rm -f core conftest.err conftest.$ac_objext \
10228 conftest$ac_exeext conftest.$ac_ext
10229 LIBS=$ac_check_soname_save_LIBS
10231 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10233 $as_echo "not found" >&6; }
10235 else
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10237 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10239 cat >>confdefs.h <<_ACEOF
10240 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10241 _ACEOF
10243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10244 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10245 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10246 $as_echo_n "(cached) " >&6
10247 else
10248 ac_check_lib_save_LIBS=$LIBS
10249 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10251 /* end confdefs.h. */
10253 /* Override any GCC internal prototype to avoid an error.
10254 Use char because int might match the return type of a GCC
10255 builtin and then its argument prototype would still apply. */
10256 #ifdef __cplusplus
10257 extern "C"
10258 #endif
10259 char XRenderSetPictureTransform ();
10261 main ()
10263 return XRenderSetPictureTransform ();
10265 return 0;
10267 _ACEOF
10268 if ac_fn_c_try_link "$LINENO"; then :
10269 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10270 else
10271 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10273 rm -f core conftest.err conftest.$ac_objext \
10274 conftest$ac_exeext conftest.$ac_ext
10275 LIBS=$ac_check_lib_save_LIBS
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10278 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10279 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10281 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10286 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10287 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10288 $as_echo_n "(cached) " >&6
10289 else
10290 ac_check_lib_save_LIBS=$LIBS
10291 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10293 /* end confdefs.h. */
10295 /* Override any GCC internal prototype to avoid an error.
10296 Use char because int might match the return type of a GCC
10297 builtin and then its argument prototype would still apply. */
10298 #ifdef __cplusplus
10299 extern "C"
10300 #endif
10301 char XRenderCreateLinearGradient ();
10303 main ()
10305 return XRenderCreateLinearGradient ();
10307 return 0;
10309 _ACEOF
10310 if ac_fn_c_try_link "$LINENO"; then :
10311 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10312 else
10313 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10315 rm -f core conftest.err conftest.$ac_objext \
10316 conftest$ac_exeext conftest.$ac_ext
10317 LIBS=$ac_check_lib_save_LIBS
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10320 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10321 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10323 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10330 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10331 case "x$with_xrender" in
10332 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10333 xno) ;;
10334 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10335 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10336 esac
10339 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10340 then
10341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10342 /* end confdefs.h. */
10343 #include <X11/Xlib.h>
10344 #include <X11/extensions/Xrandr.h>
10346 main ()
10348 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10350 return 0;
10352 _ACEOF
10353 if ac_fn_c_try_compile "$LINENO"; then :
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10355 $as_echo_n "checking for -lXrandr... " >&6; }
10356 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10357 $as_echo_n "(cached) " >&6
10358 else
10359 ac_check_soname_save_LIBS=$LIBS
10360 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10362 /* end confdefs.h. */
10364 /* Override any GCC internal prototype to avoid an error.
10365 Use char because int might match the return type of a GCC
10366 builtin and then its argument prototype would still apply. */
10367 #ifdef __cplusplus
10368 extern "C"
10369 #endif
10370 char XRRQueryExtension ();
10372 main ()
10374 return XRRQueryExtension ();
10376 return 0;
10378 _ACEOF
10379 if ac_fn_c_try_link "$LINENO"; then :
10380 case "$LIBEXT" in
10381 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10382 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'` ;;
10383 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10384 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10385 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10386 fi ;;
10387 esac
10389 rm -f core conftest.err conftest.$ac_objext \
10390 conftest$ac_exeext conftest.$ac_ext
10391 LIBS=$ac_check_soname_save_LIBS
10393 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10395 $as_echo "not found" >&6; }
10397 else
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10399 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10401 cat >>confdefs.h <<_ACEOF
10402 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10403 _ACEOF
10405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10406 /* end confdefs.h. */
10407 #include <X11/Xlib.h>
10408 #include <X11/extensions/Xrandr.h>
10410 main ()
10412 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10414 return 0;
10416 _ACEOF
10417 if ac_fn_c_try_compile "$LINENO"; then :
10419 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10427 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10428 case "x$with_xrandr" in
10429 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10430 xno) ;;
10431 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10432 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10433 esac
10436 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10437 then
10438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10439 /* end confdefs.h. */
10440 #include <X11/Xlib.h>
10441 #include <X11/extensions/Xinerama.h>
10443 main ()
10445 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10447 return 0;
10449 _ACEOF
10450 if ac_fn_c_try_compile "$LINENO"; then :
10451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10452 $as_echo_n "checking for -lXinerama... " >&6; }
10453 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10454 $as_echo_n "(cached) " >&6
10455 else
10456 ac_check_soname_save_LIBS=$LIBS
10457 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10459 /* end confdefs.h. */
10461 /* Override any GCC internal prototype to avoid an error.
10462 Use char because int might match the return type of a GCC
10463 builtin and then its argument prototype would still apply. */
10464 #ifdef __cplusplus
10465 extern "C"
10466 #endif
10467 char XineramaQueryScreens ();
10469 main ()
10471 return XineramaQueryScreens ();
10473 return 0;
10475 _ACEOF
10476 if ac_fn_c_try_link "$LINENO"; then :
10477 case "$LIBEXT" in
10478 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10479 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'` ;;
10480 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10481 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10482 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10483 fi ;;
10484 esac
10486 rm -f core conftest.err conftest.$ac_objext \
10487 conftest$ac_exeext conftest.$ac_ext
10488 LIBS=$ac_check_soname_save_LIBS
10490 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10492 $as_echo "not found" >&6; }
10494 else
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10496 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10498 cat >>confdefs.h <<_ACEOF
10499 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10500 _ACEOF
10505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10507 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10508 case "x$with_xinerama" in
10509 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10510 xno) ;;
10511 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10512 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10513 esac
10516 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10517 then
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10519 $as_echo_n "checking for -lXcomposite... " >&6; }
10520 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10521 $as_echo_n "(cached) " >&6
10522 else
10523 ac_check_soname_save_LIBS=$LIBS
10524 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10526 /* end confdefs.h. */
10528 /* Override any GCC internal prototype to avoid an error.
10529 Use char because int might match the return type of a GCC
10530 builtin and then its argument prototype would still apply. */
10531 #ifdef __cplusplus
10532 extern "C"
10533 #endif
10534 char XCompositeRedirectWindow ();
10536 main ()
10538 return XCompositeRedirectWindow ();
10540 return 0;
10542 _ACEOF
10543 if ac_fn_c_try_link "$LINENO"; then :
10544 case "$LIBEXT" in
10545 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10546 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'` ;;
10547 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10548 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10549 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10550 fi ;;
10551 esac
10553 rm -f core conftest.err conftest.$ac_objext \
10554 conftest$ac_exeext conftest.$ac_ext
10555 LIBS=$ac_check_soname_save_LIBS
10557 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10559 $as_echo "not found" >&6; }
10561 else
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10563 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10565 cat >>confdefs.h <<_ACEOF
10566 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10567 _ACEOF
10572 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10573 case "x$with_xcomposite" in
10574 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10575 xno) ;;
10576 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10577 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10578 esac
10581 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10582 #include <X11/Xlib.h>
10583 #endif
10585 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10587 cat >>confdefs.h <<_ACEOF
10588 #define HAVE_XICCALLBACK_CALLBACK 1
10589 _ACEOF
10593 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10594 #include <X11/Xlib.h>
10595 #endif
10597 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10599 cat >>confdefs.h <<_ACEOF
10600 #define HAVE_XEVENT_XCOOKIE 1
10601 _ACEOF
10608 opengl_msg=""
10609 if test "x$with_opengl" != "xno"
10610 then
10611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10612 $as_echo_n "checking for -lGL... " >&6; }
10613 if ${ac_cv_lib_soname_GL+:} false; then :
10614 $as_echo_n "(cached) " >&6
10615 else
10616 ac_check_soname_save_LIBS=$LIBS
10617 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10619 /* end confdefs.h. */
10621 /* Override any GCC internal prototype to avoid an error.
10622 Use char because int might match the return type of a GCC
10623 builtin and then its argument prototype would still apply. */
10624 #ifdef __cplusplus
10625 extern "C"
10626 #endif
10627 char glXCreateContext ();
10629 main ()
10631 return glXCreateContext ();
10633 return 0;
10635 _ACEOF
10636 if ac_fn_c_try_link "$LINENO"; then :
10637 case "$LIBEXT" in
10638 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10639 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'` ;;
10640 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10641 if ${ac_cv_lib_soname_GL:+false} :; then :
10642 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10643 fi ;;
10644 esac
10646 rm -f core conftest.err conftest.$ac_objext \
10647 conftest$ac_exeext conftest.$ac_ext
10648 LIBS=$ac_check_soname_save_LIBS
10650 if ${ac_cv_lib_soname_GL:+false} :; then :
10651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10652 $as_echo "not found" >&6; }
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10654 $as_echo_n "checking for -lGL... " >&6; }
10655 if ${ac_cv_lib_soname_GL+:} false; then :
10656 $as_echo_n "(cached) " >&6
10657 else
10658 ac_check_soname_save_LIBS=$LIBS
10659 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"
10660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10661 /* end confdefs.h. */
10663 /* Override any GCC internal prototype to avoid an error.
10664 Use char because int might match the return type of a GCC
10665 builtin and then its argument prototype would still apply. */
10666 #ifdef __cplusplus
10667 extern "C"
10668 #endif
10669 char glXCreateContext ();
10671 main ()
10673 return glXCreateContext ();
10675 return 0;
10677 _ACEOF
10678 if ac_fn_c_try_link "$LINENO"; then :
10679 case "$LIBEXT" in
10680 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10681 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'` ;;
10682 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10683 if ${ac_cv_lib_soname_GL:+false} :; then :
10684 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10685 fi ;;
10686 esac
10688 rm -f core conftest.err conftest.$ac_objext \
10689 conftest$ac_exeext conftest.$ac_ext
10690 LIBS=$ac_check_soname_save_LIBS
10692 if ${ac_cv_lib_soname_GL:+false} :; then :
10693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10694 $as_echo "not found" >&6; }
10695 if test -f /usr/X11R6/lib/libGL.a
10696 then
10697 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10698 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10699 else
10700 opengl_msg="No OpenGL library found on this system."
10702 else
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10704 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10706 cat >>confdefs.h <<_ACEOF
10707 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10708 _ACEOF
10710 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"
10712 else
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10714 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10716 cat >>confdefs.h <<_ACEOF
10717 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10718 _ACEOF
10720 OPENGL_LIBS="-lGL"
10722 if test "x$with_glu" != "xno"
10723 then
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10725 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10726 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10727 $as_echo_n "(cached) " >&6
10728 else
10729 ac_check_lib_save_LIBS=$LIBS
10730 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10732 /* end confdefs.h. */
10734 /* Override any GCC internal prototype to avoid an error.
10735 Use char because int might match the return type of a GCC
10736 builtin and then its argument prototype would still apply. */
10737 #ifdef __cplusplus
10738 extern "C"
10739 #endif
10740 char gluLookAt ();
10742 main ()
10744 return gluLookAt ();
10746 return 0;
10748 _ACEOF
10749 if ac_fn_c_try_link "$LINENO"; then :
10750 ac_cv_lib_GLU_gluLookAt=yes
10751 else
10752 ac_cv_lib_GLU_gluLookAt=no
10754 rm -f core conftest.err conftest.$ac_objext \
10755 conftest$ac_exeext conftest.$ac_ext
10756 LIBS=$ac_check_lib_save_LIBS
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10759 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10760 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10764 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10765 case "x$with_glu" in
10766 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10767 xno) ;;
10768 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10769 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10770 esac
10774 if test "x$with_osmesa" != "xno"
10775 then
10776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10777 $as_echo_n "checking for -lOSMesa... " >&6; }
10778 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10779 $as_echo_n "(cached) " >&6
10780 else
10781 ac_check_soname_save_LIBS=$LIBS
10782 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10784 /* end confdefs.h. */
10786 /* Override any GCC internal prototype to avoid an error.
10787 Use char because int might match the return type of a GCC
10788 builtin and then its argument prototype would still apply. */
10789 #ifdef __cplusplus
10790 extern "C"
10791 #endif
10792 char glAccum ();
10794 main ()
10796 return glAccum ();
10798 return 0;
10800 _ACEOF
10801 if ac_fn_c_try_link "$LINENO"; then :
10802 case "$LIBEXT" in
10803 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10804 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'` ;;
10805 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10806 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10807 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10808 fi ;;
10809 esac
10811 rm -f core conftest.err conftest.$ac_objext \
10812 conftest$ac_exeext conftest.$ac_ext
10813 LIBS=$ac_check_soname_save_LIBS
10815 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10817 $as_echo "not found" >&6; }
10819 else
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10821 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10823 cat >>confdefs.h <<_ACEOF
10824 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10825 _ACEOF
10829 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10830 case "x$with_osmesa" in
10831 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10832 xno) ;;
10833 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10834 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10835 esac
10839 if test -n "$opengl_msg"; then :
10840 case "x$with_opengl" in
10841 x) as_fn_append wine_warnings "|$opengl_msg
10842 OpenGL and Direct3D won't be supported." ;;
10843 xno) ;;
10844 *) as_fn_error $? "$opengl_msg
10845 OpenGL and Direct3D won't be supported.
10846 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10847 esac
10850 CPPFLAGS="$ac_save_CPPFLAGS"
10851 else
10852 X_CFLAGS=""
10853 X_LIBS=""
10854 enable_winex11_drv=${enable_winex11_drv:-no}
10856 if test "x$X_LIBS" = "x"; then :
10857 case "x$with_x" in
10858 xno) ;;
10859 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10860 without X support, which probably isn't what you want. You will need
10861 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10862 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10863 esac
10866 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10868 if test "$ac_cv_header_CL_cl_h" = "yes"
10869 then
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10871 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10872 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10873 $as_echo_n "(cached) " >&6
10874 else
10875 ac_check_lib_save_LIBS=$LIBS
10876 LIBS="-lOpenCL $LIBS"
10877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10878 /* end confdefs.h. */
10880 /* Override any GCC internal prototype to avoid an error.
10881 Use char because int might match the return type of a GCC
10882 builtin and then its argument prototype would still apply. */
10883 #ifdef __cplusplus
10884 extern "C"
10885 #endif
10886 char clGetPlatformInfo ();
10888 main ()
10890 return clGetPlatformInfo ();
10892 return 0;
10894 _ACEOF
10895 if ac_fn_c_try_link "$LINENO"; then :
10896 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10897 else
10898 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10900 rm -f core conftest.err conftest.$ac_objext \
10901 conftest$ac_exeext conftest.$ac_ext
10902 LIBS=$ac_check_lib_save_LIBS
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10905 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10906 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10907 OPENCL_LIBS="-lOpenCL"
10912 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10913 case "x$with_opencl" in
10914 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10915 xno) ;;
10916 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10917 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10918 esac
10920 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10922 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10923 then
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10925 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10926 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10927 $as_echo_n "(cached) " >&6
10928 else
10929 ac_check_lib_save_LIBS=$LIBS
10930 LIBS="-lpcap $LIBS"
10931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10932 /* end confdefs.h. */
10934 /* Override any GCC internal prototype to avoid an error.
10935 Use char because int might match the return type of a GCC
10936 builtin and then its argument prototype would still apply. */
10937 #ifdef __cplusplus
10938 extern "C"
10939 #endif
10940 char pcap_create ();
10942 main ()
10944 return pcap_create ();
10946 return 0;
10948 _ACEOF
10949 if ac_fn_c_try_link "$LINENO"; then :
10950 ac_cv_lib_pcap_pcap_create=yes
10951 else
10952 ac_cv_lib_pcap_pcap_create=no
10954 rm -f core conftest.err conftest.$ac_objext \
10955 conftest$ac_exeext conftest.$ac_ext
10956 LIBS=$ac_check_lib_save_LIBS
10958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10959 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10960 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10961 PCAP_LIBS="-lpcap"
10966 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10967 case "x$with_pcap" in
10968 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10969 xno) ;;
10970 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10971 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10972 esac
10974 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10977 if test "x$with_xml" != "xno"
10978 then
10979 if ${XML2_CFLAGS:+false} :; then :
10980 if ${PKG_CONFIG+:} false; then :
10981 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10984 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10985 if ${XML2_LIBS:+false} :; then :
10986 if ${PKG_CONFIG+:} false; then :
10987 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10990 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10991 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10992 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10993 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10994 ac_save_CPPFLAGS=$CPPFLAGS
10995 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10996 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10997 do :
10998 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10999 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11000 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11001 cat >>confdefs.h <<_ACEOF
11002 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11003 _ACEOF
11007 done
11009 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"
11010 then
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11012 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11013 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11014 $as_echo_n "(cached) " >&6
11015 else
11016 ac_check_lib_save_LIBS=$LIBS
11017 LIBS="-lxml2 $XML2_LIBS $LIBS"
11018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11019 /* end confdefs.h. */
11021 /* Override any GCC internal prototype to avoid an error.
11022 Use char because int might match the return type of a GCC
11023 builtin and then its argument prototype would still apply. */
11024 #ifdef __cplusplus
11025 extern "C"
11026 #endif
11027 char xmlParseMemory ();
11029 main ()
11031 return xmlParseMemory ();
11033 return 0;
11035 _ACEOF
11036 if ac_fn_c_try_link "$LINENO"; then :
11037 ac_cv_lib_xml2_xmlParseMemory=yes
11038 else
11039 ac_cv_lib_xml2_xmlParseMemory=no
11041 rm -f core conftest.err conftest.$ac_objext \
11042 conftest$ac_exeext conftest.$ac_ext
11043 LIBS=$ac_check_lib_save_LIBS
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11046 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11047 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11049 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11051 else
11052 XML2_LIBS=""
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11056 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11057 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11058 $as_echo_n "(cached) " >&6
11059 else
11060 ac_check_lib_save_LIBS=$LIBS
11061 LIBS="-lxml2 $XML2_LIBS $LIBS"
11062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11063 /* end confdefs.h. */
11065 /* Override any GCC internal prototype to avoid an error.
11066 Use char because int might match the return type of a GCC
11067 builtin and then its argument prototype would still apply. */
11068 #ifdef __cplusplus
11069 extern "C"
11070 #endif
11071 char xmlReadMemory ();
11073 main ()
11075 return xmlReadMemory ();
11077 return 0;
11079 _ACEOF
11080 if ac_fn_c_try_link "$LINENO"; then :
11081 ac_cv_lib_xml2_xmlReadMemory=yes
11082 else
11083 ac_cv_lib_xml2_xmlReadMemory=no
11085 rm -f core conftest.err conftest.$ac_objext \
11086 conftest$ac_exeext conftest.$ac_ext
11087 LIBS=$ac_check_lib_save_LIBS
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11090 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11091 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11093 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11098 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11099 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11100 $as_echo_n "(cached) " >&6
11101 else
11102 ac_check_lib_save_LIBS=$LIBS
11103 LIBS="-lxml2 $XML2_LIBS $LIBS"
11104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11105 /* end confdefs.h. */
11107 /* Override any GCC internal prototype to avoid an error.
11108 Use char because int might match the return type of a GCC
11109 builtin and then its argument prototype would still apply. */
11110 #ifdef __cplusplus
11111 extern "C"
11112 #endif
11113 char xmlNewDocPI ();
11115 main ()
11117 return xmlNewDocPI ();
11119 return 0;
11121 _ACEOF
11122 if ac_fn_c_try_link "$LINENO"; then :
11123 ac_cv_lib_xml2_xmlNewDocPI=yes
11124 else
11125 ac_cv_lib_xml2_xmlNewDocPI=no
11127 rm -f core conftest.err conftest.$ac_objext \
11128 conftest$ac_exeext conftest.$ac_ext
11129 LIBS=$ac_check_lib_save_LIBS
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11132 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11133 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11135 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11140 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11141 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11142 $as_echo_n "(cached) " >&6
11143 else
11144 ac_check_lib_save_LIBS=$LIBS
11145 LIBS="-lxml2 $XML2_LIBS $LIBS"
11146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11147 /* end confdefs.h. */
11149 /* Override any GCC internal prototype to avoid an error.
11150 Use char because int might match the return type of a GCC
11151 builtin and then its argument prototype would still apply. */
11152 #ifdef __cplusplus
11153 extern "C"
11154 #endif
11155 char xmlSchemaSetParserStructuredErrors ();
11157 main ()
11159 return xmlSchemaSetParserStructuredErrors ();
11161 return 0;
11163 _ACEOF
11164 if ac_fn_c_try_link "$LINENO"; then :
11165 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11166 else
11167 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11169 rm -f core conftest.err conftest.$ac_objext \
11170 conftest$ac_exeext conftest.$ac_ext
11171 LIBS=$ac_check_lib_save_LIBS
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11174 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11175 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11177 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11182 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11183 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11184 $as_echo_n "(cached) " >&6
11185 else
11186 ac_check_lib_save_LIBS=$LIBS
11187 LIBS="-lxml2 $XML2_LIBS $LIBS"
11188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11189 /* end confdefs.h. */
11191 /* Override any GCC internal prototype to avoid an error.
11192 Use char because int might match the return type of a GCC
11193 builtin and then its argument prototype would still apply. */
11194 #ifdef __cplusplus
11195 extern "C"
11196 #endif
11197 char xmlSchemaSetValidStructuredErrors ();
11199 main ()
11201 return xmlSchemaSetValidStructuredErrors ();
11203 return 0;
11205 _ACEOF
11206 if ac_fn_c_try_link "$LINENO"; then :
11207 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11208 else
11209 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11211 rm -f core conftest.err conftest.$ac_objext \
11212 conftest$ac_exeext conftest.$ac_ext
11213 LIBS=$ac_check_lib_save_LIBS
11215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11216 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11217 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11219 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11224 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11225 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11226 $as_echo_n "(cached) " >&6
11227 else
11228 ac_check_lib_save_LIBS=$LIBS
11229 LIBS="-lxml2 $XML2_LIBS $LIBS"
11230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11231 /* end confdefs.h. */
11233 /* Override any GCC internal prototype to avoid an error.
11234 Use char because int might match the return type of a GCC
11235 builtin and then its argument prototype would still apply. */
11236 #ifdef __cplusplus
11237 extern "C"
11238 #endif
11239 char xmlFirstElementChild ();
11241 main ()
11243 return xmlFirstElementChild ();
11245 return 0;
11247 _ACEOF
11248 if ac_fn_c_try_link "$LINENO"; then :
11249 ac_cv_lib_xml2_xmlFirstElementChild=yes
11250 else
11251 ac_cv_lib_xml2_xmlFirstElementChild=no
11253 rm -f core conftest.err conftest.$ac_objext \
11254 conftest$ac_exeext conftest.$ac_ext
11255 LIBS=$ac_check_lib_save_LIBS
11257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11258 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11259 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11261 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11265 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11267 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11269 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11273 else
11274 XML2_CFLAGS=""
11275 XML2_LIBS=""
11277 CPPFLAGS=$ac_save_CPPFLAGS
11278 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11279 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11282 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11283 case "x$with_xml" in
11284 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11285 xno) ;;
11286 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11287 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11288 esac
11291 if test "x$with_xslt" != "xno"
11292 then
11293 if ${XSLT_CFLAGS:+false} :; then :
11294 if ${PKG_CONFIG+:} false; then :
11295 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11298 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11299 if ${XSLT_LIBS:+false} :; then :
11300 if ${PKG_CONFIG+:} false; then :
11301 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11304 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11305 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11306 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11307 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11308 ac_save_CPPFLAGS=$CPPFLAGS
11309 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11310 for ac_header in libxslt/pattern.h libxslt/transform.h
11311 do :
11312 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11313 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11314 # include <libxslt/pattern.h>
11315 #endif
11317 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11318 cat >>confdefs.h <<_ACEOF
11319 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11320 _ACEOF
11324 done
11326 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11327 then
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11329 $as_echo_n "checking for -lxslt... " >&6; }
11330 if ${ac_cv_lib_soname_xslt+:} false; then :
11331 $as_echo_n "(cached) " >&6
11332 else
11333 ac_check_soname_save_LIBS=$LIBS
11334 LIBS="-lxslt $XSLT_LIBS $LIBS"
11335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11336 /* end confdefs.h. */
11338 /* Override any GCC internal prototype to avoid an error.
11339 Use char because int might match the return type of a GCC
11340 builtin and then its argument prototype would still apply. */
11341 #ifdef __cplusplus
11342 extern "C"
11343 #endif
11344 char xsltCompilePattern ();
11346 main ()
11348 return xsltCompilePattern ();
11350 return 0;
11352 _ACEOF
11353 if ac_fn_c_try_link "$LINENO"; then :
11354 case "$LIBEXT" in
11355 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11356 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'` ;;
11357 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11358 if ${ac_cv_lib_soname_xslt:+false} :; then :
11359 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11360 fi ;;
11361 esac
11363 rm -f core conftest.err conftest.$ac_objext \
11364 conftest$ac_exeext conftest.$ac_ext
11365 LIBS=$ac_check_soname_save_LIBS
11367 if ${ac_cv_lib_soname_xslt:+false} :; then :
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11369 $as_echo "not found" >&6; }
11371 else
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11373 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11375 cat >>confdefs.h <<_ACEOF
11376 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11377 _ACEOF
11381 else
11382 XSLT_CFLAGS=""
11384 CPPFLAGS=$ac_save_CPPFLAGS
11385 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11386 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11389 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11390 case "x$with_xslt" in
11391 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11392 xno) ;;
11393 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11394 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11395 esac
11398 if test "x$with_dbus" != "xno"
11399 then
11400 if ${DBUS_CFLAGS:+false} :; then :
11401 if ${PKG_CONFIG+:} false; then :
11402 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11406 if ${DBUS_LIBS:+false} :; then :
11407 if ${PKG_CONFIG+:} false; then :
11408 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11413 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11414 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11415 ac_save_CPPFLAGS=$CPPFLAGS
11416 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11417 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11418 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11420 $as_echo_n "checking for -ldbus-1... " >&6; }
11421 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11422 $as_echo_n "(cached) " >&6
11423 else
11424 ac_check_soname_save_LIBS=$LIBS
11425 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11427 /* end confdefs.h. */
11429 /* Override any GCC internal prototype to avoid an error.
11430 Use char because int might match the return type of a GCC
11431 builtin and then its argument prototype would still apply. */
11432 #ifdef __cplusplus
11433 extern "C"
11434 #endif
11435 char dbus_connection_close ();
11437 main ()
11439 return dbus_connection_close ();
11441 return 0;
11443 _ACEOF
11444 if ac_fn_c_try_link "$LINENO"; then :
11445 case "$LIBEXT" in
11446 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11447 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'` ;;
11448 *) 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'`
11449 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11450 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11451 fi ;;
11452 esac
11454 rm -f core conftest.err conftest.$ac_objext \
11455 conftest$ac_exeext conftest.$ac_ext
11456 LIBS=$ac_check_soname_save_LIBS
11458 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11460 $as_echo "not found" >&6; }
11461 DBUS_CFLAGS=""
11462 else
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11464 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11466 cat >>confdefs.h <<_ACEOF
11467 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11468 _ACEOF
11472 else
11473 DBUS_CFLAGS=""
11477 CPPFLAGS=$ac_save_CPPFLAGS
11478 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11479 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11482 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11483 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11484 case "x$with_dbus" in
11485 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11486 xno) ;;
11487 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11488 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11489 esac
11492 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11493 then
11494 if ${HAL_CFLAGS:+false} :; then :
11495 if ${PKG_CONFIG+:} false; then :
11496 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11500 if ${HAL_LIBS:+false} :; then :
11501 if ${PKG_CONFIG+:} false; then :
11502 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11506 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11507 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11508 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11509 ac_save_CPPFLAGS=$CPPFLAGS
11510 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11511 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11512 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11514 $as_echo_n "checking for -lhal... " >&6; }
11515 if ${ac_cv_lib_soname_hal+:} false; then :
11516 $as_echo_n "(cached) " >&6
11517 else
11518 ac_check_soname_save_LIBS=$LIBS
11519 LIBS="-lhal $HAL_LIBS $LIBS"
11520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11521 /* end confdefs.h. */
11523 /* Override any GCC internal prototype to avoid an error.
11524 Use char because int might match the return type of a GCC
11525 builtin and then its argument prototype would still apply. */
11526 #ifdef __cplusplus
11527 extern "C"
11528 #endif
11529 char libhal_ctx_new ();
11531 main ()
11533 return libhal_ctx_new ();
11535 return 0;
11537 _ACEOF
11538 if ac_fn_c_try_link "$LINENO"; then :
11539 case "$LIBEXT" in
11540 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11541 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'` ;;
11542 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11543 if ${ac_cv_lib_soname_hal:+false} :; then :
11544 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11545 fi ;;
11546 esac
11548 rm -f core conftest.err conftest.$ac_objext \
11549 conftest$ac_exeext conftest.$ac_ext
11550 LIBS=$ac_check_soname_save_LIBS
11552 if ${ac_cv_lib_soname_hal:+false} :; then :
11553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11554 $as_echo "not found" >&6; }
11555 HAL_CFLAGS=""
11556 else
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11558 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11560 cat >>confdefs.h <<_ACEOF
11561 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11562 _ACEOF
11566 else
11567 HAL_CFLAGS=""
11571 CPPFLAGS=$ac_save_CPPFLAGS
11572 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11573 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11575 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11576 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11577 case "x$with_hal" in
11578 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11579 xno) ;;
11580 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11581 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11582 esac
11586 if test "x$with_gnutls" != "xno"
11587 then
11588 if ${GNUTLS_CFLAGS:+false} :; then :
11589 if ${PKG_CONFIG+:} false; then :
11590 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11594 if ${GNUTLS_LIBS:+false} :; then :
11595 if ${PKG_CONFIG+:} false; then :
11596 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11601 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11602 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11603 ac_save_CPPFLAGS=$CPPFLAGS
11604 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11605 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11606 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11608 /* end confdefs.h. */
11609 #include <gnutls/gnutls.h>
11610 #include <gnutls/crypto.h>
11612 main ()
11614 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11616 return 0;
11618 _ACEOF
11619 if ac_fn_c_try_compile "$LINENO"; then :
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11621 $as_echo_n "checking for -lgnutls... " >&6; }
11622 if ${ac_cv_lib_soname_gnutls+:} false; then :
11623 $as_echo_n "(cached) " >&6
11624 else
11625 ac_check_soname_save_LIBS=$LIBS
11626 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11628 /* end confdefs.h. */
11630 /* Override any GCC internal prototype to avoid an error.
11631 Use char because int might match the return type of a GCC
11632 builtin and then its argument prototype would still apply. */
11633 #ifdef __cplusplus
11634 extern "C"
11635 #endif
11636 char gnutls_global_init ();
11638 main ()
11640 return gnutls_global_init ();
11642 return 0;
11644 _ACEOF
11645 if ac_fn_c_try_link "$LINENO"; then :
11646 case "$LIBEXT" in
11647 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11648 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'` ;;
11649 *) 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'`
11650 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11651 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'`
11652 fi ;;
11653 esac
11655 rm -f core conftest.err conftest.$ac_objext \
11656 conftest$ac_exeext conftest.$ac_ext
11657 LIBS=$ac_check_soname_save_LIBS
11659 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11661 $as_echo "not found" >&6; }
11662 GNUTLS_CFLAGS=""
11663 else
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11665 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11667 cat >>confdefs.h <<_ACEOF
11668 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11669 _ACEOF
11674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11675 else
11676 GNUTLS_CFLAGS=""
11680 CPPFLAGS=$ac_save_CPPFLAGS
11681 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11682 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11685 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11686 case "x$with_gnutls" in
11687 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11688 xno) ;;
11689 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11690 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11691 esac
11694 CURSES_LIBS=""
11695 if test "$ac_cv_header_ncurses_h" = "yes"
11696 then
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11698 $as_echo_n "checking for -lncurses... " >&6; }
11699 if ${ac_cv_lib_soname_ncurses+:} false; then :
11700 $as_echo_n "(cached) " >&6
11701 else
11702 ac_check_soname_save_LIBS=$LIBS
11703 LIBS="-lncurses $LIBS"
11704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11705 /* end confdefs.h. */
11707 /* Override any GCC internal prototype to avoid an error.
11708 Use char because int might match the return type of a GCC
11709 builtin and then its argument prototype would still apply. */
11710 #ifdef __cplusplus
11711 extern "C"
11712 #endif
11713 char waddch ();
11715 main ()
11717 return waddch ();
11719 return 0;
11721 _ACEOF
11722 if ac_fn_c_try_link "$LINENO"; then :
11723 case "$LIBEXT" in
11724 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11725 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'` ;;
11726 *) 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'`
11727 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11728 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11729 fi ;;
11730 esac
11732 rm -f core conftest.err conftest.$ac_objext \
11733 conftest$ac_exeext conftest.$ac_ext
11734 LIBS=$ac_check_soname_save_LIBS
11736 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11738 $as_echo "not found" >&6; }
11740 else
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11742 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11744 cat >>confdefs.h <<_ACEOF
11745 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11746 _ACEOF
11748 CURSES_LIBS="-lncurses"
11750 elif test "$ac_cv_header_curses_h" = "yes"
11751 then
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11753 $as_echo_n "checking for -lcurses... " >&6; }
11754 if ${ac_cv_lib_soname_curses+:} false; then :
11755 $as_echo_n "(cached) " >&6
11756 else
11757 ac_check_soname_save_LIBS=$LIBS
11758 LIBS="-lcurses $LIBS"
11759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11760 /* end confdefs.h. */
11762 /* Override any GCC internal prototype to avoid an error.
11763 Use char because int might match the return type of a GCC
11764 builtin and then its argument prototype would still apply. */
11765 #ifdef __cplusplus
11766 extern "C"
11767 #endif
11768 char waddch ();
11770 main ()
11772 return waddch ();
11774 return 0;
11776 _ACEOF
11777 if ac_fn_c_try_link "$LINENO"; then :
11778 case "$LIBEXT" in
11779 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11780 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'` ;;
11781 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11782 if ${ac_cv_lib_soname_curses:+false} :; then :
11783 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11784 fi ;;
11785 esac
11787 rm -f core conftest.err conftest.$ac_objext \
11788 conftest$ac_exeext conftest.$ac_ext
11789 LIBS=$ac_check_soname_save_LIBS
11791 if ${ac_cv_lib_soname_curses:+false} :; then :
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11793 $as_echo "not found" >&6; }
11795 else
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11797 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11799 cat >>confdefs.h <<_ACEOF
11800 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11801 _ACEOF
11803 CURSES_LIBS="-lcurses"
11806 ac_save_LIBS="$LIBS"
11807 LIBS="$LIBS $CURSES_LIBS"
11808 for ac_func in mousemask
11809 do :
11810 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11811 if test "x$ac_cv_func_mousemask" = xyes; then :
11812 cat >>confdefs.h <<_ACEOF
11813 #define HAVE_MOUSEMASK 1
11814 _ACEOF
11817 done
11819 LIBS="$ac_save_LIBS"
11820 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11821 case "x$with_curses" in
11822 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11823 xno) ;;
11824 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11825 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11826 esac
11829 if test "x$with_sane" != "xno"
11830 then
11831 if ${SANE_CFLAGS:+false} :; then :
11832 if ${PKG_CONFIG+:} false; then :
11833 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11836 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11837 if ${SANE_LIBS:+false} :; then :
11838 if ${PKG_CONFIG+:} false; then :
11839 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11842 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11844 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11845 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11846 ac_save_CPPFLAGS=$CPPFLAGS
11847 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11848 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11849 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11851 $as_echo_n "checking for -lsane... " >&6; }
11852 if ${ac_cv_lib_soname_sane+:} false; then :
11853 $as_echo_n "(cached) " >&6
11854 else
11855 ac_check_soname_save_LIBS=$LIBS
11856 LIBS="-lsane $SANE_LIBS $LIBS"
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11858 /* end confdefs.h. */
11860 /* Override any GCC internal prototype to avoid an error.
11861 Use char because int might match the return type of a GCC
11862 builtin and then its argument prototype would still apply. */
11863 #ifdef __cplusplus
11864 extern "C"
11865 #endif
11866 char sane_init ();
11868 main ()
11870 return sane_init ();
11872 return 0;
11874 _ACEOF
11875 if ac_fn_c_try_link "$LINENO"; then :
11876 case "$LIBEXT" in
11877 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11878 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'` ;;
11879 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11880 if ${ac_cv_lib_soname_sane:+false} :; then :
11881 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11882 fi ;;
11883 esac
11885 rm -f core conftest.err conftest.$ac_objext \
11886 conftest$ac_exeext conftest.$ac_ext
11887 LIBS=$ac_check_soname_save_LIBS
11889 if ${ac_cv_lib_soname_sane:+false} :; then :
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11891 $as_echo "not found" >&6; }
11892 SANE_CFLAGS=""
11893 else
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11895 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11897 cat >>confdefs.h <<_ACEOF
11898 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11899 _ACEOF
11903 else
11904 SANE_CFLAGS=""
11908 CPPFLAGS=$ac_save_CPPFLAGS
11909 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11910 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11913 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11914 case "x$with_sane" in
11915 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11916 xno) ;;
11917 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11918 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11919 esac
11922 if test "x$with_v4l" != "xno"
11923 then
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11925 $as_echo_n "checking for -lv4l1... " >&6; }
11926 if ${ac_cv_lib_soname_v4l1+:} false; then :
11927 $as_echo_n "(cached) " >&6
11928 else
11929 ac_check_soname_save_LIBS=$LIBS
11930 LIBS="-lv4l1 $LIBS"
11931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11932 /* end confdefs.h. */
11934 /* Override any GCC internal prototype to avoid an error.
11935 Use char because int might match the return type of a GCC
11936 builtin and then its argument prototype would still apply. */
11937 #ifdef __cplusplus
11938 extern "C"
11939 #endif
11940 char v4l1_open ();
11942 main ()
11944 return v4l1_open ();
11946 return 0;
11948 _ACEOF
11949 if ac_fn_c_try_link "$LINENO"; then :
11950 case "$LIBEXT" in
11951 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11952 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'` ;;
11953 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11954 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11955 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11956 fi ;;
11957 esac
11959 rm -f core conftest.err conftest.$ac_objext \
11960 conftest$ac_exeext conftest.$ac_ext
11961 LIBS=$ac_check_soname_save_LIBS
11963 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11965 $as_echo "not found" >&6; }
11967 else
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11969 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11971 cat >>confdefs.h <<_ACEOF
11972 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11973 _ACEOF
11978 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11979 case "x$with_v4l" in
11980 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11981 xno) ;;
11982 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11983 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11984 esac
11987 if test "x$with_gphoto" != "xno"
11988 then
11989 if ${GPHOTO2_CFLAGS:+false} :; then :
11990 if ${PKG_CONFIG+:} false; then :
11991 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11994 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11995 if ${GPHOTO2_LIBS:+false} :; then :
11996 if ${PKG_CONFIG+:} false; then :
11997 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12000 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
12001 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
12002 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12003 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12004 ac_save_CPPFLAGS=$CPPFLAGS
12005 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12006 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12007 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12009 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12010 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12011 $as_echo_n "(cached) " >&6
12012 else
12013 ac_check_lib_save_LIBS=$LIBS
12014 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12016 /* end confdefs.h. */
12018 /* Override any GCC internal prototype to avoid an error.
12019 Use char because int might match the return type of a GCC
12020 builtin and then its argument prototype would still apply. */
12021 #ifdef __cplusplus
12022 extern "C"
12023 #endif
12024 char gp_camera_new ();
12026 main ()
12028 return gp_camera_new ();
12030 return 0;
12032 _ACEOF
12033 if ac_fn_c_try_link "$LINENO"; then :
12034 ac_cv_lib_gphoto2_gp_camera_new=yes
12035 else
12036 ac_cv_lib_gphoto2_gp_camera_new=no
12038 rm -f core conftest.err conftest.$ac_objext \
12039 conftest$ac_exeext conftest.$ac_ext
12040 LIBS=$ac_check_lib_save_LIBS
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12043 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12044 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12046 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12048 else
12049 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12052 else
12053 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12057 CPPFLAGS=$ac_save_CPPFLAGS
12058 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12059 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12061 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12062 if ${PKG_CONFIG+:} false; then :
12063 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12066 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12067 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12068 if ${PKG_CONFIG+:} false; then :
12069 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12072 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12073 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12074 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12075 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12076 ac_save_CPPFLAGS=$CPPFLAGS
12077 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12078 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12079 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12081 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12082 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12083 $as_echo_n "(cached) " >&6
12084 else
12085 ac_check_lib_save_LIBS=$LIBS
12086 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12088 /* end confdefs.h. */
12090 /* Override any GCC internal prototype to avoid an error.
12091 Use char because int might match the return type of a GCC
12092 builtin and then its argument prototype would still apply. */
12093 #ifdef __cplusplus
12094 extern "C"
12095 #endif
12096 char gp_port_info_list_new ();
12098 main ()
12100 return gp_port_info_list_new ();
12102 return 0;
12104 _ACEOF
12105 if ac_fn_c_try_link "$LINENO"; then :
12106 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12107 else
12108 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12110 rm -f core conftest.err conftest.$ac_objext \
12111 conftest$ac_exeext conftest.$ac_ext
12112 LIBS=$ac_check_lib_save_LIBS
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12115 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12116 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12118 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12120 else
12121 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12124 else
12125 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12129 CPPFLAGS=$ac_save_CPPFLAGS
12130 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12131 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12134 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12135 case "x$with_gphoto" in
12136 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12137 xno) ;;
12138 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12139 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12140 esac
12142 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12143 case "x$with_gphoto" in
12144 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12145 xno) ;;
12146 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12147 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12148 esac
12152 if test "$ac_cv_header_resolv_h" = "yes"
12153 then
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12155 $as_echo_n "checking for resolver library... " >&6; }
12156 if ${ac_cv_have_resolv+:} false; then :
12157 $as_echo_n "(cached) " >&6
12158 else
12159 ac_save_LIBS="$LIBS"
12160 for lib in '' -lresolv
12162 LIBS="$lib $ac_save_LIBS"
12163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12164 /* end confdefs.h. */
12165 #ifdef HAVE_NETINET_IN_H
12166 #include <netinet/in.h>
12167 #endif
12168 #include <resolv.h>
12170 main ()
12172 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12174 return 0;
12176 _ACEOF
12177 if ac_fn_c_try_link "$LINENO"; then :
12178 ac_cv_have_resolv=${lib:-"none required"}
12179 else
12180 ac_cv_have_resolv="not found"
12182 rm -f core conftest.err conftest.$ac_objext \
12183 conftest$ac_exeext conftest.$ac_ext
12184 test "x$ac_cv_have_resolv" = "xnot found" || break
12185 done
12186 LIBS="$ac_save_LIBS"
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12189 $as_echo "$ac_cv_have_resolv" >&6; }
12191 case "$ac_cv_have_resolv" in
12192 "not found") ;;
12193 "none required")
12195 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12198 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12200 RESOLV_LIBS=$ac_cv_have_resolv
12202 esac
12205 if test "x$with_cms" != "xno"
12206 then
12207 if ${LCMS2_CFLAGS:+false} :; then :
12208 if ${PKG_CONFIG+:} false; then :
12209 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12213 if ${LCMS2_LIBS:+false} :; then :
12214 if ${PKG_CONFIG+:} false; then :
12215 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12219 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12220 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12221 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12222 ac_save_CPPFLAGS=$CPPFLAGS
12223 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12224 for ac_header in lcms2.h
12225 do :
12226 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12227 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12228 cat >>confdefs.h <<_ACEOF
12229 #define HAVE_LCMS2_H 1
12230 _ACEOF
12234 done
12236 if test "$ac_cv_header_lcms2_h" = "yes"
12237 then
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12239 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12240 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12241 $as_echo_n "(cached) " >&6
12242 else
12243 ac_check_lib_save_LIBS=$LIBS
12244 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12246 /* end confdefs.h. */
12248 /* Override any GCC internal prototype to avoid an error.
12249 Use char because int might match the return type of a GCC
12250 builtin and then its argument prototype would still apply. */
12251 #ifdef __cplusplus
12252 extern "C"
12253 #endif
12254 char cmsOpenProfileFromFile ();
12256 main ()
12258 return cmsOpenProfileFromFile ();
12260 return 0;
12262 _ACEOF
12263 if ac_fn_c_try_link "$LINENO"; then :
12264 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12265 else
12266 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12268 rm -f core conftest.err conftest.$ac_objext \
12269 conftest$ac_exeext conftest.$ac_ext
12270 LIBS=$ac_check_lib_save_LIBS
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12273 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12274 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12276 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12278 else
12279 LCMS2_LIBS=""
12282 else
12283 LCMS2_CFLAGS=""
12284 LCMS2_LIBS=""
12286 CPPFLAGS=$ac_save_CPPFLAGS
12287 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12288 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12291 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12292 case "x$with_cms" in
12293 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12294 xno) ;;
12295 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12296 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12297 esac
12300 if test "x$with_freetype" != "xno"
12301 then
12302 if ${FREETYPE_CFLAGS:+false} :; then :
12303 if ${PKG_CONFIG+:} false; then :
12304 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12307 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12308 if ${FREETYPE_LIBS:+false} :; then :
12309 if ${PKG_CONFIG+:} false; then :
12310 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12313 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12314 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12315 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12316 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12317 ac_save_CPPFLAGS=$CPPFLAGS
12318 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12319 for ac_header in ft2build.h
12320 do :
12321 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12322 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12323 cat >>confdefs.h <<_ACEOF
12324 #define HAVE_FT2BUILD_H 1
12325 _ACEOF
12329 done
12331 if test "$ac_cv_header_ft2build_h" = "yes"
12332 then
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12334 $as_echo_n "checking for -lfreetype... " >&6; }
12335 if ${ac_cv_lib_soname_freetype+:} false; then :
12336 $as_echo_n "(cached) " >&6
12337 else
12338 ac_check_soname_save_LIBS=$LIBS
12339 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12341 /* end confdefs.h. */
12343 /* Override any GCC internal prototype to avoid an error.
12344 Use char because int might match the return type of a GCC
12345 builtin and then its argument prototype would still apply. */
12346 #ifdef __cplusplus
12347 extern "C"
12348 #endif
12349 char FT_Init_FreeType ();
12351 main ()
12353 return FT_Init_FreeType ();
12355 return 0;
12357 _ACEOF
12358 if ac_fn_c_try_link "$LINENO"; then :
12359 case "$LIBEXT" in
12360 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12361 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'` ;;
12362 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12363 if ${ac_cv_lib_soname_freetype:+false} :; then :
12364 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12365 fi ;;
12366 esac
12368 rm -f core conftest.err conftest.$ac_objext \
12369 conftest$ac_exeext conftest.$ac_ext
12370 LIBS=$ac_check_soname_save_LIBS
12372 if ${ac_cv_lib_soname_freetype:+false} :; then :
12373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12374 $as_echo "not found" >&6; }
12375 FREETYPE_LIBS=""
12376 else
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12378 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12380 cat >>confdefs.h <<_ACEOF
12381 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12382 _ACEOF
12385 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12387 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12388 #include FT_MODULE_H
12390 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12392 cat >>confdefs.h <<_ACEOF
12393 #define HAVE_FT_TRUETYPEENGINETYPE 1
12394 _ACEOF
12400 else
12401 FREETYPE_CFLAGS=""
12402 FREETYPE_LIBS=""
12404 CPPFLAGS=$ac_save_CPPFLAGS
12405 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12406 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12409 if test "x$ac_cv_lib_soname_freetype" = x; then :
12410 case "x$with_freetype" in
12411 xno) ;;
12412 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12413 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12414 esac
12416 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12419 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12420 if ${ac_cv_c_ppdev+:} false; then :
12421 $as_echo_n "(cached) " >&6
12422 else
12423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12424 /* end confdefs.h. */
12425 #ifdef HAVE_SYS_IOCTL_H
12426 # include <sys/ioctl.h>
12427 #endif
12428 #include <linux/ppdev.h>
12430 main ()
12432 ioctl (1,PPCLAIM,0)
12434 return 0;
12436 _ACEOF
12437 if ac_fn_c_try_compile "$LINENO"; then :
12438 ac_cv_c_ppdev="yes"
12439 else
12440 ac_cv_c_ppdev="no"
12442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12445 $as_echo "$ac_cv_c_ppdev" >&6; }
12446 if test "$ac_cv_c_ppdev" = "yes"
12447 then
12449 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12453 ac_wine_check_funcs_save_LIBS="$LIBS"
12454 LIBS="$LIBS $PTHREAD_LIBS"
12455 for ac_func in \
12456 pthread_attr_get_np \
12457 pthread_getattr_np \
12458 pthread_getthreadid_np \
12459 pthread_get_stackaddr_np \
12460 pthread_get_stacksize_np
12461 do :
12462 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12463 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12464 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12465 cat >>confdefs.h <<_ACEOF
12466 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12467 _ACEOF
12470 done
12472 LIBS="$ac_wine_check_funcs_save_LIBS"
12474 if test "$ac_cv_header_zlib_h" = "yes"
12475 then
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12477 $as_echo_n "checking for inflate in -lz... " >&6; }
12478 if ${ac_cv_lib_z_inflate+:} false; then :
12479 $as_echo_n "(cached) " >&6
12480 else
12481 ac_check_lib_save_LIBS=$LIBS
12482 LIBS="-lz $LIBS"
12483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12484 /* end confdefs.h. */
12486 /* Override any GCC internal prototype to avoid an error.
12487 Use char because int might match the return type of a GCC
12488 builtin and then its argument prototype would still apply. */
12489 #ifdef __cplusplus
12490 extern "C"
12491 #endif
12492 char inflate ();
12494 main ()
12496 return inflate ();
12498 return 0;
12500 _ACEOF
12501 if ac_fn_c_try_link "$LINENO"; then :
12502 ac_cv_lib_z_inflate=yes
12503 else
12504 ac_cv_lib_z_inflate=no
12506 rm -f core conftest.err conftest.$ac_objext \
12507 conftest$ac_exeext conftest.$ac_ext
12508 LIBS=$ac_check_lib_save_LIBS
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12511 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12512 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12514 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12516 Z_LIBS="-lz"
12521 if test "x$Z_LIBS" = "x"; then :
12522 case "x$with_zlib" in
12523 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12524 xno) ;;
12525 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12526 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12527 esac
12530 if test "x$enable_tools" != xno
12531 then
12532 if test "$ac_cv_header_gettext_po_h" = "yes"
12533 then
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12535 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12536 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12537 $as_echo_n "(cached) " >&6
12538 else
12539 ac_check_lib_save_LIBS=$LIBS
12540 LIBS="-lgettextpo $LIBS"
12541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12542 /* end confdefs.h. */
12544 /* Override any GCC internal prototype to avoid an error.
12545 Use char because int might match the return type of a GCC
12546 builtin and then its argument prototype would still apply. */
12547 #ifdef __cplusplus
12548 extern "C"
12549 #endif
12550 char po_message_msgctxt ();
12552 main ()
12554 return po_message_msgctxt ();
12556 return 0;
12558 _ACEOF
12559 if ac_fn_c_try_link "$LINENO"; then :
12560 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12561 else
12562 ac_cv_lib_gettextpo_po_message_msgctxt=no
12564 rm -f core conftest.err conftest.$ac_objext \
12565 conftest$ac_exeext conftest.$ac_ext
12566 LIBS=$ac_check_lib_save_LIBS
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12569 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12570 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12572 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12574 GETTEXTPO_LIBS="-lgettextpo"
12579 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12580 case "x$with_gettextpo" in
12581 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12582 xno) ;;
12583 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12584 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12585 esac
12589 if test "x$with_pulse" != "xno";
12590 then
12591 if ${PULSE_CFLAGS:+false} :; then :
12592 if ${PKG_CONFIG+:} false; then :
12593 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12597 if ${PULSE_LIBS:+false} :; then :
12598 if ${PKG_CONFIG+:} false; then :
12599 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12604 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12605 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12606 ac_save_CPPFLAGS=$CPPFLAGS
12607 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12608 for ac_header in pulse/pulseaudio.h
12609 do :
12610 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12611 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12612 cat >>confdefs.h <<_ACEOF
12613 #define HAVE_PULSE_PULSEAUDIO_H 1
12614 _ACEOF
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12616 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12617 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12618 $as_echo_n "(cached) " >&6
12619 else
12620 ac_check_lib_save_LIBS=$LIBS
12621 LIBS="-lpulse $PULSE_LIBS $LIBS"
12622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12623 /* end confdefs.h. */
12625 /* Override any GCC internal prototype to avoid an error.
12626 Use char because int might match the return type of a GCC
12627 builtin and then its argument prototype would still apply. */
12628 #ifdef __cplusplus
12629 extern "C"
12630 #endif
12631 char pa_stream_is_corked ();
12633 main ()
12635 return pa_stream_is_corked ();
12637 return 0;
12639 _ACEOF
12640 if ac_fn_c_try_link "$LINENO"; then :
12641 ac_cv_lib_pulse_pa_stream_is_corked=yes
12642 else
12643 ac_cv_lib_pulse_pa_stream_is_corked=no
12645 rm -f core conftest.err conftest.$ac_objext \
12646 conftest$ac_exeext conftest.$ac_ext
12647 LIBS=$ac_check_lib_save_LIBS
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12650 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12651 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12653 else
12654 PULSE_LIBS=""
12657 else
12658 PULSE_LIBS=""
12661 done
12663 CPPFLAGS=$ac_save_CPPFLAGS
12664 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12665 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12668 if test -z "$PULSE_LIBS"; then :
12669 case "x$with_pulse" in
12670 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12671 xno) ;;
12672 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12673 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12674 esac
12677 if test "x$with_gstreamer" != "xno"
12678 then
12679 if ${GSTREAMER_CFLAGS:+false} :; then :
12680 if ${PKG_CONFIG+:} false; then :
12681 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12685 if ${GSTREAMER_LIBS:+false} :; then :
12686 if ${PKG_CONFIG+:} false; then :
12687 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12692 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12693 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12694 ac_save_CPPFLAGS=$CPPFLAGS
12695 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12696 ac_gst_incl=""
12697 for i in $GSTREAMER_CFLAGS
12699 case "$i" in
12700 -I*) ac_gst_incl="$ac_gst_incl $i";;
12701 esac
12702 done
12703 GSTREAMER_CFLAGS=$ac_gst_incl
12704 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12705 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12706 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12707 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12708 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12710 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12712 /* end confdefs.h. */
12713 #include <gst/app/gstappsink.h>
12715 main ()
12717 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12719 return 0;
12721 _ACEOF
12722 if ac_fn_c_try_compile "$LINENO"; then :
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12724 $as_echo "yes" >&6; }
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12726 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12727 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12728 $as_echo_n "(cached) " >&6
12729 else
12730 ac_check_lib_save_LIBS=$LIBS
12731 LIBS="-lgstreamer-0.10 $LIBS"
12732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12733 /* end confdefs.h. */
12735 /* Override any GCC internal prototype to avoid an error.
12736 Use char because int might match the return type of a GCC
12737 builtin and then its argument prototype would still apply. */
12738 #ifdef __cplusplus
12739 extern "C"
12740 #endif
12741 char gst_pad_get_caps_reffed ();
12743 main ()
12745 return gst_pad_get_caps_reffed ();
12747 return 0;
12749 _ACEOF
12750 if ac_fn_c_try_link "$LINENO"; then :
12751 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12752 else
12753 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12755 rm -f core conftest.err conftest.$ac_objext \
12756 conftest$ac_exeext conftest.$ac_ext
12757 LIBS=$ac_check_lib_save_LIBS
12759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12760 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12761 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12763 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12764 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12765 $as_echo_n "(cached) " >&6
12766 else
12767 ac_check_lib_save_LIBS=$LIBS
12768 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12770 /* end confdefs.h. */
12772 /* Override any GCC internal prototype to avoid an error.
12773 Use char because int might match the return type of a GCC
12774 builtin and then its argument prototype would still apply. */
12775 #ifdef __cplusplus
12776 extern "C"
12777 #endif
12778 char gst_app_buffer_new ();
12780 main ()
12782 return gst_app_buffer_new ();
12784 return 0;
12786 _ACEOF
12787 if ac_fn_c_try_link "$LINENO"; then :
12788 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12789 else
12790 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12792 rm -f core conftest.err conftest.$ac_objext \
12793 conftest$ac_exeext conftest.$ac_ext
12794 LIBS=$ac_check_lib_save_LIBS
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12797 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12798 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12804 else
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12806 $as_echo "no" >&6; }
12808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12812 else
12813 GSTREAMER_CFLAGS=""
12817 CPPFLAGS=$ac_save_CPPFLAGS
12818 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12819 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12822 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12823 case "x$with_gstreamer" in
12824 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12825 xno) ;;
12826 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12827 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12828 esac
12830 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12832 ALSA_LIBS=""
12834 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12835 then
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12837 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12838 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12839 $as_echo_n "(cached) " >&6
12840 else
12841 ac_check_lib_save_LIBS=$LIBS
12842 LIBS="-lasound $LIBS"
12843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12844 /* end confdefs.h. */
12846 /* Override any GCC internal prototype to avoid an error.
12847 Use char because int might match the return type of a GCC
12848 builtin and then its argument prototype would still apply. */
12849 #ifdef __cplusplus
12850 extern "C"
12851 #endif
12852 char snd_pcm_hw_params_get_access_mask ();
12854 main ()
12856 return snd_pcm_hw_params_get_access_mask ();
12858 return 0;
12860 _ACEOF
12861 if ac_fn_c_try_link "$LINENO"; then :
12862 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12863 else
12864 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12866 rm -f core conftest.err conftest.$ac_objext \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_lib_save_LIBS
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12871 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12872 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12874 /* end confdefs.h. */
12875 #ifdef HAVE_ALSA_ASOUNDLIB_H
12876 #include <alsa/asoundlib.h>
12877 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12878 #include <sys/asoundlib.h>
12879 #endif
12881 main ()
12883 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12885 return 0;
12887 _ACEOF
12888 if ac_fn_c_try_compile "$LINENO"; then :
12889 ALSA_LIBS="-lasound"
12891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12896 if test "x$with_oss" != xno
12897 then
12898 ac_save_CPPFLAGS="$CPPFLAGS"
12899 if test -f /etc/oss.conf
12900 then
12901 . /etc/oss.conf
12903 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12904 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12905 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12906 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12907 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12909 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12911 cat >>confdefs.h <<_ACEOF
12912 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12913 _ACEOF
12915 OSS4_CFLAGS="$ac_oss_incl"
12922 CPPFLAGS="$ac_save_CPPFLAGS"
12923 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12924 then
12925 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12929 if test "x$with_capi" != "xno"
12930 then
12931 if ${CAPI20_CFLAGS:+false} :; then :
12932 if ${PKG_CONFIG+:} false; then :
12933 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12937 if ${CAPI20_LIBS:+false} :; then :
12938 if ${PKG_CONFIG+:} false; then :
12939 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12944 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12945 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12946 ac_save_CPPFLAGS=$CPPFLAGS
12947 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12948 for ac_header in capi20.h linux/capi.h
12949 do :
12950 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12951 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12953 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12954 cat >>confdefs.h <<_ACEOF
12955 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12956 _ACEOF
12960 done
12962 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12963 then
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12965 $as_echo_n "checking for -lcapi20... " >&6; }
12966 if ${ac_cv_lib_soname_capi20+:} false; then :
12967 $as_echo_n "(cached) " >&6
12968 else
12969 ac_check_soname_save_LIBS=$LIBS
12970 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12972 /* end confdefs.h. */
12974 /* Override any GCC internal prototype to avoid an error.
12975 Use char because int might match the return type of a GCC
12976 builtin and then its argument prototype would still apply. */
12977 #ifdef __cplusplus
12978 extern "C"
12979 #endif
12980 char capi20_register ();
12982 main ()
12984 return capi20_register ();
12986 return 0;
12988 _ACEOF
12989 if ac_fn_c_try_link "$LINENO"; then :
12990 case "$LIBEXT" in
12991 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12992 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'` ;;
12993 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12994 if ${ac_cv_lib_soname_capi20:+false} :; then :
12995 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12996 fi ;;
12997 esac
12999 rm -f core conftest.err conftest.$ac_objext \
13000 conftest$ac_exeext conftest.$ac_ext
13001 LIBS=$ac_check_soname_save_LIBS
13003 if ${ac_cv_lib_soname_capi20:+false} :; then :
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13005 $as_echo "not found" >&6; }
13007 else
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13009 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13011 cat >>confdefs.h <<_ACEOF
13012 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13013 _ACEOF
13018 CPPFLAGS=$ac_save_CPPFLAGS
13019 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13020 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13023 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13024 case "x$with_capi" in
13025 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13026 xno) ;;
13027 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13028 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13029 esac
13032 CUPS_CFLAGS=""
13034 if test "x$with_cups" != "xno"
13035 then
13036 ac_save_CPPFLAGS="$CPPFLAGS"
13037 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
13038 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
13039 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
13040 for ac_header in cups/cups.h
13041 do :
13042 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13043 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
13044 cat >>confdefs.h <<_ACEOF
13045 #define HAVE_CUPS_CUPS_H 1
13046 _ACEOF
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13048 $as_echo_n "checking for -lcups... " >&6; }
13049 if ${ac_cv_lib_soname_cups+:} false; then :
13050 $as_echo_n "(cached) " >&6
13051 else
13052 ac_check_soname_save_LIBS=$LIBS
13053 LIBS="-lcups $ac_cups_libs $LIBS"
13054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13055 /* end confdefs.h. */
13057 /* Override any GCC internal prototype to avoid an error.
13058 Use char because int might match the return type of a GCC
13059 builtin and then its argument prototype would still apply. */
13060 #ifdef __cplusplus
13061 extern "C"
13062 #endif
13063 char cupsGetDefault ();
13065 main ()
13067 return cupsGetDefault ();
13069 return 0;
13071 _ACEOF
13072 if ac_fn_c_try_link "$LINENO"; then :
13073 case "$LIBEXT" in
13074 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13075 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'` ;;
13076 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13077 if ${ac_cv_lib_soname_cups:+false} :; then :
13078 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13079 fi ;;
13080 esac
13082 rm -f core conftest.err conftest.$ac_objext \
13083 conftest$ac_exeext conftest.$ac_ext
13084 LIBS=$ac_check_soname_save_LIBS
13086 if ${ac_cv_lib_soname_cups:+false} :; then :
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13088 $as_echo "not found" >&6; }
13090 else
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13092 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13094 cat >>confdefs.h <<_ACEOF
13095 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13096 _ACEOF
13098 CUPS_CFLAGS="$ac_cups_cflags"
13102 done
13104 CPPFLAGS="$ac_save_CPPFLAGS"
13106 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13107 case "x$with_cups" in
13108 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13109 xno) ;;
13110 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13111 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13112 esac
13115 if test "x$with_fontconfig" != "xno"
13116 then
13117 if ${FONTCONFIG_CFLAGS:+false} :; then :
13118 if ${PKG_CONFIG+:} false; then :
13119 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13122 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13123 if ${FONTCONFIG_LIBS:+false} :; then :
13124 if ${PKG_CONFIG+:} false; then :
13125 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13128 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13130 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13131 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13132 ac_save_CPPFLAGS=$CPPFLAGS
13133 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13134 for ac_header in fontconfig/fontconfig.h
13135 do :
13136 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13137 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13138 cat >>confdefs.h <<_ACEOF
13139 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13140 _ACEOF
13144 done
13146 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13147 then
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13149 $as_echo_n "checking for -lfontconfig... " >&6; }
13150 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13151 $as_echo_n "(cached) " >&6
13152 else
13153 ac_check_soname_save_LIBS=$LIBS
13154 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13156 /* end confdefs.h. */
13158 /* Override any GCC internal prototype to avoid an error.
13159 Use char because int might match the return type of a GCC
13160 builtin and then its argument prototype would still apply. */
13161 #ifdef __cplusplus
13162 extern "C"
13163 #endif
13164 char FcInit ();
13166 main ()
13168 return FcInit ();
13170 return 0;
13172 _ACEOF
13173 if ac_fn_c_try_link "$LINENO"; then :
13174 case "$LIBEXT" in
13175 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13176 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'` ;;
13177 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13178 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13179 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13180 fi ;;
13181 esac
13183 rm -f core conftest.err conftest.$ac_objext \
13184 conftest$ac_exeext conftest.$ac_ext
13185 LIBS=$ac_check_soname_save_LIBS
13187 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13189 $as_echo "not found" >&6; }
13190 FONTCONFIG_CFLAGS=""
13191 else
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13193 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13195 cat >>confdefs.h <<_ACEOF
13196 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13197 _ACEOF
13201 else
13202 FONTCONFIG_CFLAGS=""
13204 CPPFLAGS=$ac_save_CPPFLAGS
13205 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13206 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13209 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13210 case "x$with_fontconfig" in
13211 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13212 xno) ;;
13213 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13214 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13215 esac
13218 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13219 then
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13221 $as_echo_n "checking for -lgsm... " >&6; }
13222 if ${ac_cv_lib_soname_gsm+:} false; then :
13223 $as_echo_n "(cached) " >&6
13224 else
13225 ac_check_soname_save_LIBS=$LIBS
13226 LIBS="-lgsm $LIBS"
13227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13228 /* end confdefs.h. */
13230 /* Override any GCC internal prototype to avoid an error.
13231 Use char because int might match the return type of a GCC
13232 builtin and then its argument prototype would still apply. */
13233 #ifdef __cplusplus
13234 extern "C"
13235 #endif
13236 char gsm_create ();
13238 main ()
13240 return gsm_create ();
13242 return 0;
13244 _ACEOF
13245 if ac_fn_c_try_link "$LINENO"; then :
13246 case "$LIBEXT" in
13247 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13248 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'` ;;
13249 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13250 if ${ac_cv_lib_soname_gsm:+false} :; then :
13251 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13252 fi ;;
13253 esac
13255 rm -f core conftest.err conftest.$ac_objext \
13256 conftest$ac_exeext conftest.$ac_ext
13257 LIBS=$ac_check_soname_save_LIBS
13259 if ${ac_cv_lib_soname_gsm:+false} :; then :
13260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13261 $as_echo "not found" >&6; }
13263 else
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13265 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13267 cat >>confdefs.h <<_ACEOF
13268 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13269 _ACEOF
13274 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13275 case "x$with_gsm" in
13276 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13277 xno) ;;
13278 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13279 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13280 esac
13283 if test "x$with_jpeg" != "xno"
13284 then
13285 if ${JPEG_CFLAGS:+false} :; then :
13286 if ${PKG_CONFIG+:} false; then :
13287 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13291 if ${JPEG_LIBS:+false} :; then :
13292 if ${PKG_CONFIG+:} false; then :
13293 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13298 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13299 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13300 ac_save_CPPFLAGS=$CPPFLAGS
13301 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13302 for ac_header in jpeglib.h
13303 do :
13304 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13305 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13306 cat >>confdefs.h <<_ACEOF
13307 #define HAVE_JPEGLIB_H 1
13308 _ACEOF
13312 done
13314 if test "$ac_cv_header_jpeglib_h" = "yes"
13315 then
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13317 $as_echo_n "checking for -ljpeg... " >&6; }
13318 if ${ac_cv_lib_soname_jpeg+:} false; then :
13319 $as_echo_n "(cached) " >&6
13320 else
13321 ac_check_soname_save_LIBS=$LIBS
13322 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13324 /* end confdefs.h. */
13326 /* Override any GCC internal prototype to avoid an error.
13327 Use char because int might match the return type of a GCC
13328 builtin and then its argument prototype would still apply. */
13329 #ifdef __cplusplus
13330 extern "C"
13331 #endif
13332 char jpeg_start_decompress ();
13334 main ()
13336 return jpeg_start_decompress ();
13338 return 0;
13340 _ACEOF
13341 if ac_fn_c_try_link "$LINENO"; then :
13342 case "$LIBEXT" in
13343 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13344 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'` ;;
13345 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13346 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13347 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13348 fi ;;
13349 esac
13351 rm -f core conftest.err conftest.$ac_objext \
13352 conftest$ac_exeext conftest.$ac_ext
13353 LIBS=$ac_check_soname_save_LIBS
13355 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13357 $as_echo "not found" >&6; }
13358 JPEG_CFLAGS=""
13359 else
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13361 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13363 cat >>confdefs.h <<_ACEOF
13364 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13365 _ACEOF
13369 else
13370 JPEG_CFLAGS=""
13372 CPPFLAGS=$ac_save_CPPFLAGS
13373 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13374 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13377 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13378 case "x$with_jpeg" in
13379 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13380 xno) ;;
13381 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13382 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13383 esac
13386 if test "x$with_png" != "xno"
13387 then
13388 if ${PNG_CFLAGS:+false} :; then :
13389 if ${PKG_CONFIG+:} false; then :
13390 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13393 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13394 if ${PNG_LIBS:+false} :; then :
13395 if ${PKG_CONFIG+:} false; then :
13396 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13399 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13401 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13402 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13403 ac_save_CPPFLAGS=$CPPFLAGS
13404 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13405 for ac_header in png.h
13406 do :
13407 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13408 if test "x$ac_cv_header_png_h" = xyes; then :
13409 cat >>confdefs.h <<_ACEOF
13410 #define HAVE_PNG_H 1
13411 _ACEOF
13415 done
13417 if test "$ac_cv_header_png_h" = "yes"
13418 then
13419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13420 $as_echo_n "checking for -lpng... " >&6; }
13421 if ${ac_cv_lib_soname_png+:} false; then :
13422 $as_echo_n "(cached) " >&6
13423 else
13424 ac_check_soname_save_LIBS=$LIBS
13425 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13427 /* end confdefs.h. */
13429 /* Override any GCC internal prototype to avoid an error.
13430 Use char because int might match the return type of a GCC
13431 builtin and then its argument prototype would still apply. */
13432 #ifdef __cplusplus
13433 extern "C"
13434 #endif
13435 char png_create_read_struct ();
13437 main ()
13439 return png_create_read_struct ();
13441 return 0;
13443 _ACEOF
13444 if ac_fn_c_try_link "$LINENO"; then :
13445 case "$LIBEXT" in
13446 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13447 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'` ;;
13448 *) 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'`
13449 if ${ac_cv_lib_soname_png:+false} :; then :
13450 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13451 fi ;;
13452 esac
13454 rm -f core conftest.err conftest.$ac_objext \
13455 conftest$ac_exeext conftest.$ac_ext
13456 LIBS=$ac_check_soname_save_LIBS
13458 if ${ac_cv_lib_soname_png:+false} :; then :
13459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13460 $as_echo "not found" >&6; }
13461 PNG_CFLAGS=""
13462 else
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13464 $as_echo "$ac_cv_lib_soname_png" >&6; }
13466 cat >>confdefs.h <<_ACEOF
13467 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13468 _ACEOF
13470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13471 /* end confdefs.h. */
13472 #include <png.h>
13474 main ()
13476 typeof(png_set_expand_gray_1_2_4_to_8) *p
13478 return 0;
13480 _ACEOF
13481 if ac_fn_c_try_compile "$LINENO"; then :
13483 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13488 else
13489 PNG_CFLAGS=""
13491 CPPFLAGS=$ac_save_CPPFLAGS
13492 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13493 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13496 if test "x$ac_cv_lib_soname_png" = "x"; then :
13497 case "x$with_png" in
13498 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13499 xno) ;;
13500 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13501 This is an error since --with-png was requested." "$LINENO" 5 ;;
13502 esac
13505 if test "x$with_tiff" != "xno"
13506 then
13507 if ${TIFF_CFLAGS:+false} :; then :
13508 if ${PKG_CONFIG+:} false; then :
13509 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13513 if ${TIFF_LIBS:+false} :; then :
13514 if ${PKG_CONFIG+:} false; then :
13515 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13520 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13521 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13522 ac_save_CPPFLAGS=$CPPFLAGS
13523 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13524 for ac_header in tiffio.h
13525 do :
13526 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13527 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13528 cat >>confdefs.h <<_ACEOF
13529 #define HAVE_TIFFIO_H 1
13530 _ACEOF
13534 done
13536 if test "$ac_cv_header_tiffio_h" = "yes"
13537 then
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13539 $as_echo_n "checking for -ltiff... " >&6; }
13540 if ${ac_cv_lib_soname_tiff+:} false; then :
13541 $as_echo_n "(cached) " >&6
13542 else
13543 ac_check_soname_save_LIBS=$LIBS
13544 LIBS="-ltiff $TIFF_LIBS $LIBS"
13545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13546 /* end confdefs.h. */
13548 /* Override any GCC internal prototype to avoid an error.
13549 Use char because int might match the return type of a GCC
13550 builtin and then its argument prototype would still apply. */
13551 #ifdef __cplusplus
13552 extern "C"
13553 #endif
13554 char TIFFClientOpen ();
13556 main ()
13558 return TIFFClientOpen ();
13560 return 0;
13562 _ACEOF
13563 if ac_fn_c_try_link "$LINENO"; then :
13564 case "$LIBEXT" in
13565 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13566 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'` ;;
13567 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13568 if ${ac_cv_lib_soname_tiff:+false} :; then :
13569 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13570 fi ;;
13571 esac
13573 rm -f core conftest.err conftest.$ac_objext \
13574 conftest$ac_exeext conftest.$ac_ext
13575 LIBS=$ac_check_soname_save_LIBS
13577 if ${ac_cv_lib_soname_tiff:+false} :; then :
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13579 $as_echo "not found" >&6; }
13581 else
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13583 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13585 cat >>confdefs.h <<_ACEOF
13586 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13587 _ACEOF
13592 CPPFLAGS=$ac_save_CPPFLAGS
13593 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13594 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13597 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13598 case "x$with_tiff" in
13599 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13600 xno) ;;
13601 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13602 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13603 esac
13606 if test "x$with_mpg123" != "xno"
13607 then
13608 if ${MPG123_CFLAGS:+false} :; then :
13609 if ${PKG_CONFIG+:} false; then :
13610 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13614 if ${MPG123_LIBS:+false} :; then :
13615 if ${PKG_CONFIG+:} false; then :
13616 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13620 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13621 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13622 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13623 ac_save_CPPFLAGS=$CPPFLAGS
13624 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13625 for ac_header in mpg123.h
13626 do :
13627 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13628 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13629 cat >>confdefs.h <<_ACEOF
13630 #define HAVE_MPG123_H 1
13631 _ACEOF
13635 done
13637 if test "$ac_cv_header_mpg123_h" = "yes"
13638 then
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13640 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13641 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13642 $as_echo_n "(cached) " >&6
13643 else
13644 ac_check_lib_save_LIBS=$LIBS
13645 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13647 /* end confdefs.h. */
13649 /* Override any GCC internal prototype to avoid an error.
13650 Use char because int might match the return type of a GCC
13651 builtin and then its argument prototype would still apply. */
13652 #ifdef __cplusplus
13653 extern "C"
13654 #endif
13655 char mpg123_feed ();
13657 main ()
13659 return mpg123_feed ();
13661 return 0;
13663 _ACEOF
13664 if ac_fn_c_try_link "$LINENO"; then :
13665 ac_cv_lib_mpg123_mpg123_feed=yes
13666 else
13667 ac_cv_lib_mpg123_mpg123_feed=no
13669 rm -f core conftest.err conftest.$ac_objext \
13670 conftest$ac_exeext conftest.$ac_ext
13671 LIBS=$ac_check_lib_save_LIBS
13673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13674 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13675 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13677 else
13678 MPG123_LIBS=""
13681 else
13682 MPG123_CFLAGS=""
13683 MPG123_LIBS=""
13685 CPPFLAGS=$ac_save_CPPFLAGS
13686 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13687 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13690 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13691 case "x$with_mpg123" in
13692 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13693 xno) ;;
13694 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13695 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13696 esac
13698 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}
13700 if test "$ac_cv_header_AL_al_h" = "yes"
13701 then
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13703 $as_echo_n "checking for -lopenal... " >&6; }
13704 if ${ac_cv_lib_soname_openal+:} false; then :
13705 $as_echo_n "(cached) " >&6
13706 else
13707 ac_check_soname_save_LIBS=$LIBS
13708 LIBS="-lopenal $LIBS"
13709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13710 /* end confdefs.h. */
13712 /* Override any GCC internal prototype to avoid an error.
13713 Use char because int might match the return type of a GCC
13714 builtin and then its argument prototype would still apply. */
13715 #ifdef __cplusplus
13716 extern "C"
13717 #endif
13718 char alGetSource3i ();
13720 main ()
13722 return alGetSource3i ();
13724 return 0;
13726 _ACEOF
13727 if ac_fn_c_try_link "$LINENO"; then :
13728 case "$LIBEXT" in
13729 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13730 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'` ;;
13731 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13732 if ${ac_cv_lib_soname_openal:+false} :; then :
13733 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13734 fi ;;
13735 esac
13737 rm -f core conftest.err conftest.$ac_objext \
13738 conftest$ac_exeext conftest.$ac_ext
13739 LIBS=$ac_check_soname_save_LIBS
13741 if ${ac_cv_lib_soname_openal:+false} :; then :
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13743 $as_echo "not found" >&6; }
13745 else
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13747 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13749 cat >>confdefs.h <<_ACEOF
13750 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13751 _ACEOF
13753 OPENAL_LIBS="-lopenal"
13755 ac_cv_lib_openal=yes
13757 cat >>confdefs.h <<_ACEOF
13758 #define HAVE_OPENAL 1
13759 _ACEOF
13763 if test "x$ac_cv_lib_openal" != xyes; then :
13764 case "x$with_openal" in
13765 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13766 xno) ;;
13767 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13768 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13769 esac
13771 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13773 if test "x$ac_cv_lib_openal" = xyes
13774 then
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13776 $as_echo_n "checking for openal-soft... " >&6; }
13777 if ${ac_cv_have_openalsoft+:} false; then :
13778 $as_echo_n "(cached) " >&6
13779 else
13780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13781 /* end confdefs.h. */
13782 #include <AL/alext.h>
13783 LPALCRENDERSAMPLESSOFT x;
13785 main ()
13789 return 0;
13791 _ACEOF
13792 if ac_fn_c_try_compile "$LINENO"; then :
13793 ac_cv_have_openalsoft=yes
13794 else
13795 ac_cv_have_openalsoft=no
13797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13800 $as_echo "$ac_cv_have_openalsoft" >&6; }
13802 if test "x$ac_cv_have_openalsoft" != xyes
13803 then
13804 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13805 enable_xaudio2_7=${enable_xaudio2_7:-no}
13808 if test "$ac_cv_header_kstat_h" = "yes"
13809 then
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13811 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13812 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13813 $as_echo_n "(cached) " >&6
13814 else
13815 ac_check_lib_save_LIBS=$LIBS
13816 LIBS="-lkstat $LIBS"
13817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13818 /* end confdefs.h. */
13820 /* Override any GCC internal prototype to avoid an error.
13821 Use char because int might match the return type of a GCC
13822 builtin and then its argument prototype would still apply. */
13823 #ifdef __cplusplus
13824 extern "C"
13825 #endif
13826 char kstat_open ();
13828 main ()
13830 return kstat_open ();
13832 return 0;
13834 _ACEOF
13835 if ac_fn_c_try_link "$LINENO"; then :
13836 ac_cv_lib_kstat_kstat_open=yes
13837 else
13838 ac_cv_lib_kstat_kstat_open=no
13840 rm -f core conftest.err conftest.$ac_objext \
13841 conftest$ac_exeext conftest.$ac_ext
13842 LIBS=$ac_check_lib_save_LIBS
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13845 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13846 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13848 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13850 KSTAT_LIBS="-lkstat"
13856 if test "$ac_cv_header_libprocstat_h" = "yes"
13857 then
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13859 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13860 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13861 $as_echo_n "(cached) " >&6
13862 else
13863 ac_check_lib_save_LIBS=$LIBS
13864 LIBS="-lprocstat $LIBS"
13865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13866 /* end confdefs.h. */
13868 /* Override any GCC internal prototype to avoid an error.
13869 Use char because int might match the return type of a GCC
13870 builtin and then its argument prototype would still apply. */
13871 #ifdef __cplusplus
13872 extern "C"
13873 #endif
13874 char procstat_open_sysctl ();
13876 main ()
13878 return procstat_open_sysctl ();
13880 return 0;
13882 _ACEOF
13883 if ac_fn_c_try_link "$LINENO"; then :
13884 ac_cv_lib_procstat_procstat_open_sysctl=yes
13885 else
13886 ac_cv_lib_procstat_procstat_open_sysctl=no
13888 rm -f core conftest.err conftest.$ac_objext \
13889 conftest$ac_exeext conftest.$ac_ext
13890 LIBS=$ac_check_lib_save_LIBS
13892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13893 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13894 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13896 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13898 PROCSTAT_LIBS="-lprocstat"
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13905 $as_echo_n "checking for -lodbc... " >&6; }
13906 if ${ac_cv_lib_soname_odbc+:} false; then :
13907 $as_echo_n "(cached) " >&6
13908 else
13909 ac_check_soname_save_LIBS=$LIBS
13910 LIBS="-lodbc $LIBS"
13911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13912 /* end confdefs.h. */
13914 /* Override any GCC internal prototype to avoid an error.
13915 Use char because int might match the return type of a GCC
13916 builtin and then its argument prototype would still apply. */
13917 #ifdef __cplusplus
13918 extern "C"
13919 #endif
13920 char SQLConnect ();
13922 main ()
13924 return SQLConnect ();
13926 return 0;
13928 _ACEOF
13929 if ac_fn_c_try_link "$LINENO"; then :
13930 case "$LIBEXT" in
13931 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13932 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'` ;;
13933 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13934 if ${ac_cv_lib_soname_odbc:+false} :; then :
13935 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13936 fi ;;
13937 esac
13939 rm -f core conftest.err conftest.$ac_objext \
13940 conftest$ac_exeext conftest.$ac_ext
13941 LIBS=$ac_check_soname_save_LIBS
13943 if ${ac_cv_lib_soname_odbc:+false} :; then :
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13945 $as_echo "not found" >&6; }
13946 cat >>confdefs.h <<_ACEOF
13947 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13948 _ACEOF
13950 else
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13952 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13954 cat >>confdefs.h <<_ACEOF
13955 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13956 _ACEOF
13961 if test "x$with_netapi" != "xno"
13962 then
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13964 $as_echo_n "checking for -lnetapi... " >&6; }
13965 if ${ac_cv_lib_soname_netapi+:} false; then :
13966 $as_echo_n "(cached) " >&6
13967 else
13968 ac_check_soname_save_LIBS=$LIBS
13969 LIBS="-lnetapi $LIBS"
13970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13971 /* end confdefs.h. */
13973 /* Override any GCC internal prototype to avoid an error.
13974 Use char because int might match the return type of a GCC
13975 builtin and then its argument prototype would still apply. */
13976 #ifdef __cplusplus
13977 extern "C"
13978 #endif
13979 char libnetapi_init ();
13981 main ()
13983 return libnetapi_init ();
13985 return 0;
13987 _ACEOF
13988 if ac_fn_c_try_link "$LINENO"; then :
13989 case "$LIBEXT" in
13990 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13991 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'` ;;
13992 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13993 if ${ac_cv_lib_soname_netapi:+false} :; then :
13994 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13995 fi ;;
13996 esac
13998 rm -f core conftest.err conftest.$ac_objext \
13999 conftest$ac_exeext conftest.$ac_ext
14000 LIBS=$ac_check_soname_save_LIBS
14002 if ${ac_cv_lib_soname_netapi:+false} :; then :
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14004 $as_echo "not found" >&6; }
14005 cat >>confdefs.h <<_ACEOF
14006 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14007 _ACEOF
14009 else
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14011 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14013 cat >>confdefs.h <<_ACEOF
14014 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14015 _ACEOF
14021 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
14022 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
14023 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
14024 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
14025 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
14027 if test "x$ALSA_LIBS$COREAUDIO_LIBS$PULSE_LIBS" = "x" -a \
14028 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
14029 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14030 then
14031 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
14035 EXTRACFLAGS=""
14037 if test "x${GCC}" = "xyes"
14038 then
14039 EXTRACFLAGS="-Wall -pipe"
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14042 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14043 if ${ac_cv_c_gcc_strength_bug+:} false; then :
14044 $as_echo_n "(cached) " >&6
14045 else
14046 if test "$cross_compiling" = yes; then :
14047 ac_cv_c_gcc_strength_bug="no"
14048 else
14049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14050 /* end confdefs.h. */
14051 int L[4] = {0,1,2,3};
14053 main ()
14055 static int Array[3];
14056 unsigned int B = 3;
14057 int i;
14058 for(i=0; i<B; i++) Array[i] = i - 3;
14059 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14060 L[i] = 4;
14061 return (Array[1] != -2 || L[2] != 3)
14063 return 0;
14065 _ACEOF
14066 if ac_fn_c_try_run "$LINENO"; then :
14067 ac_cv_c_gcc_strength_bug="no"
14068 else
14069 ac_cv_c_gcc_strength_bug="yes"
14071 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14072 conftest.$ac_objext conftest.beam conftest.$ac_ext
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14077 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14078 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14079 then
14080 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14084 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14085 if ${ac_cv_cflags__fno_builtin+:} false; then :
14086 $as_echo_n "(cached) " >&6
14087 else
14088 ac_wine_try_cflags_saved=$CFLAGS
14089 CFLAGS="$CFLAGS -fno-builtin"
14090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14091 /* end confdefs.h. */
14092 int main(int argc, char **argv) { return 0; }
14093 _ACEOF
14094 if ac_fn_c_try_link "$LINENO"; then :
14095 ac_cv_cflags__fno_builtin=yes
14096 else
14097 ac_cv_cflags__fno_builtin=no
14099 rm -f core conftest.err conftest.$ac_objext \
14100 conftest$ac_exeext conftest.$ac_ext
14101 CFLAGS=$ac_wine_try_cflags_saved
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14104 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14105 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14106 BUILTINFLAG="-fno-builtin"
14109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14110 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14111 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14112 $as_echo_n "(cached) " >&6
14113 else
14114 ac_wine_try_cflags_saved=$CFLAGS
14115 CFLAGS="$CFLAGS -fno-strict-aliasing"
14116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14117 /* end confdefs.h. */
14118 int main(int argc, char **argv) { return 0; }
14119 _ACEOF
14120 if ac_fn_c_try_link "$LINENO"; then :
14121 ac_cv_cflags__fno_strict_aliasing=yes
14122 else
14123 ac_cv_cflags__fno_strict_aliasing=no
14125 rm -f core conftest.err conftest.$ac_objext \
14126 conftest$ac_exeext conftest.$ac_ext
14127 CFLAGS=$ac_wine_try_cflags_saved
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14130 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14131 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14132 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14135 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14136 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14137 $as_echo_n "(cached) " >&6
14138 else
14139 ac_wine_try_cflags_saved=$CFLAGS
14140 CFLAGS="$CFLAGS -fexcess-precision=standard"
14141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14142 /* end confdefs.h. */
14143 int main(int argc, char **argv) { return 0; }
14144 _ACEOF
14145 if ac_fn_c_try_link "$LINENO"; then :
14146 ac_cv_cflags__fexcess_precision_standard=yes
14147 else
14148 ac_cv_cflags__fexcess_precision_standard=no
14150 rm -f core conftest.err conftest.$ac_objext \
14151 conftest$ac_exeext conftest.$ac_ext
14152 CFLAGS=$ac_wine_try_cflags_saved
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14155 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14156 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14157 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14160 saved_CFLAGS=$CFLAGS
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14162 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14163 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14164 $as_echo_n "(cached) " >&6
14165 else
14166 ac_wine_try_cflags_saved=$CFLAGS
14167 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14169 /* end confdefs.h. */
14170 int main(int argc, char **argv) { return 0; }
14171 _ACEOF
14172 if ac_fn_c_try_link "$LINENO"; then :
14173 ac_cv_cflags__Werror_unknown_warning_option=yes
14174 else
14175 ac_cv_cflags__Werror_unknown_warning_option=no
14177 rm -f core conftest.err conftest.$ac_objext \
14178 conftest$ac_exeext conftest.$ac_ext
14179 CFLAGS=$ac_wine_try_cflags_saved
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14182 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14183 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14184 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14187 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14188 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14189 $as_echo_n "(cached) " >&6
14190 else
14191 ac_wine_try_cflags_saved=$CFLAGS
14192 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14194 /* end confdefs.h. */
14195 int main(int argc, char **argv) { return 0; }
14196 _ACEOF
14197 if ac_fn_c_try_link "$LINENO"; then :
14198 ac_cv_cflags__Wdeclaration_after_statement=yes
14199 else
14200 ac_cv_cflags__Wdeclaration_after_statement=no
14202 rm -f core conftest.err conftest.$ac_objext \
14203 conftest$ac_exeext conftest.$ac_ext
14204 CFLAGS=$ac_wine_try_cflags_saved
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14207 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14208 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14209 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14212 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14213 if ${ac_cv_cflags__Wempty_body+:} false; then :
14214 $as_echo_n "(cached) " >&6
14215 else
14216 ac_wine_try_cflags_saved=$CFLAGS
14217 CFLAGS="$CFLAGS -Wempty-body"
14218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14219 /* end confdefs.h. */
14220 int main(int argc, char **argv) { return 0; }
14221 _ACEOF
14222 if ac_fn_c_try_link "$LINENO"; then :
14223 ac_cv_cflags__Wempty_body=yes
14224 else
14225 ac_cv_cflags__Wempty_body=no
14227 rm -f core conftest.err conftest.$ac_objext \
14228 conftest$ac_exeext conftest.$ac_ext
14229 CFLAGS=$ac_wine_try_cflags_saved
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14232 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14233 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14234 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14237 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14238 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14239 $as_echo_n "(cached) " >&6
14240 else
14241 ac_wine_try_cflags_saved=$CFLAGS
14242 CFLAGS="$CFLAGS -Wignored-qualifiers"
14243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14244 /* end confdefs.h. */
14245 int main(int argc, char **argv) { return 0; }
14246 _ACEOF
14247 if ac_fn_c_try_link "$LINENO"; then :
14248 ac_cv_cflags__Wignored_qualifiers=yes
14249 else
14250 ac_cv_cflags__Wignored_qualifiers=no
14252 rm -f core conftest.err conftest.$ac_objext \
14253 conftest$ac_exeext conftest.$ac_ext
14254 CFLAGS=$ac_wine_try_cflags_saved
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14257 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14258 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14259 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14262 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14263 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14264 $as_echo_n "(cached) " >&6
14265 else
14266 ac_wine_try_cflags_saved=$CFLAGS
14267 CFLAGS="$CFLAGS -Wshift-overflow=2"
14268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14269 /* end confdefs.h. */
14270 int main(int argc, char **argv) { return 0; }
14271 _ACEOF
14272 if ac_fn_c_try_link "$LINENO"; then :
14273 ac_cv_cflags__Wshift_overflow_2=yes
14274 else
14275 ac_cv_cflags__Wshift_overflow_2=no
14277 rm -f core conftest.err conftest.$ac_objext \
14278 conftest$ac_exeext conftest.$ac_ext
14279 CFLAGS=$ac_wine_try_cflags_saved
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14282 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14283 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14284 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14287 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14288 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14289 $as_echo_n "(cached) " >&6
14290 else
14291 ac_wine_try_cflags_saved=$CFLAGS
14292 CFLAGS="$CFLAGS -Wstrict-prototypes"
14293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14294 /* end confdefs.h. */
14295 int main(int argc, char **argv) { return 0; }
14296 _ACEOF
14297 if ac_fn_c_try_link "$LINENO"; then :
14298 ac_cv_cflags__Wstrict_prototypes=yes
14299 else
14300 ac_cv_cflags__Wstrict_prototypes=no
14302 rm -f core conftest.err conftest.$ac_objext \
14303 conftest$ac_exeext conftest.$ac_ext
14304 CFLAGS=$ac_wine_try_cflags_saved
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14307 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14308 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14309 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14312 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14313 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14314 $as_echo_n "(cached) " >&6
14315 else
14316 ac_wine_try_cflags_saved=$CFLAGS
14317 CFLAGS="$CFLAGS -Wtype-limits"
14318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14319 /* end confdefs.h. */
14320 int main(int argc, char **argv) { return 0; }
14321 _ACEOF
14322 if ac_fn_c_try_link "$LINENO"; then :
14323 ac_cv_cflags__Wtype_limits=yes
14324 else
14325 ac_cv_cflags__Wtype_limits=no
14327 rm -f core conftest.err conftest.$ac_objext \
14328 conftest$ac_exeext conftest.$ac_ext
14329 CFLAGS=$ac_wine_try_cflags_saved
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14332 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14333 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14334 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14337 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14338 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14339 $as_echo_n "(cached) " >&6
14340 else
14341 ac_wine_try_cflags_saved=$CFLAGS
14342 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14344 /* end confdefs.h. */
14345 int main(int argc, char **argv) { return 0; }
14346 _ACEOF
14347 if ac_fn_c_try_link "$LINENO"; then :
14348 ac_cv_cflags__Wunused_but_set_parameter=yes
14349 else
14350 ac_cv_cflags__Wunused_but_set_parameter=no
14352 rm -f core conftest.err conftest.$ac_objext \
14353 conftest$ac_exeext conftest.$ac_ext
14354 CFLAGS=$ac_wine_try_cflags_saved
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14357 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14358 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14359 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14362 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14363 if ${ac_cv_cflags__Wvla+:} false; then :
14364 $as_echo_n "(cached) " >&6
14365 else
14366 ac_wine_try_cflags_saved=$CFLAGS
14367 CFLAGS="$CFLAGS -Wvla"
14368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14369 /* end confdefs.h. */
14370 int main(int argc, char **argv) { return 0; }
14371 _ACEOF
14372 if ac_fn_c_try_link "$LINENO"; then :
14373 ac_cv_cflags__Wvla=yes
14374 else
14375 ac_cv_cflags__Wvla=no
14377 rm -f core conftest.err conftest.$ac_objext \
14378 conftest$ac_exeext conftest.$ac_ext
14379 CFLAGS=$ac_wine_try_cflags_saved
14381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14382 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14383 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14384 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14387 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14388 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14389 $as_echo_n "(cached) " >&6
14390 else
14391 ac_wine_try_cflags_saved=$CFLAGS
14392 CFLAGS="$CFLAGS -Wwrite-strings"
14393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14394 /* end confdefs.h. */
14395 int main(int argc, char **argv) { return 0; }
14396 _ACEOF
14397 if ac_fn_c_try_link "$LINENO"; then :
14398 ac_cv_cflags__Wwrite_strings=yes
14399 else
14400 ac_cv_cflags__Wwrite_strings=no
14402 rm -f core conftest.err conftest.$ac_objext \
14403 conftest$ac_exeext conftest.$ac_ext
14404 CFLAGS=$ac_wine_try_cflags_saved
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14407 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14408 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14409 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14413 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14414 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14415 $as_echo_n "(cached) " >&6
14416 else
14417 ac_wine_try_cflags_saved=$CFLAGS
14418 CFLAGS="$CFLAGS -Wpointer-arith"
14419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14420 /* end confdefs.h. */
14421 int main(int argc, char **argv) { return 0; }
14422 _ACEOF
14423 if ac_fn_c_try_link "$LINENO"; then :
14424 ac_cv_cflags__Wpointer_arith=yes
14425 else
14426 ac_cv_cflags__Wpointer_arith=no
14428 rm -f core conftest.err conftest.$ac_objext \
14429 conftest$ac_exeext conftest.$ac_ext
14430 CFLAGS=$ac_wine_try_cflags_saved
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14433 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14434 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14435 saved_string_h_CFLAGS=$CFLAGS
14436 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14438 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14439 if ${ac_cv_c_string_h_warnings+:} false; then :
14440 $as_echo_n "(cached) " >&6
14441 else
14442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14443 /* end confdefs.h. */
14444 #include <string.h>
14446 main ()
14450 return 0;
14452 _ACEOF
14453 if ac_fn_c_try_compile "$LINENO"; then :
14454 ac_cv_c_string_h_warnings=no
14455 else
14456 ac_cv_c_string_h_warnings=yes
14458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14461 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14462 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14463 CFLAGS=$saved_string_h_CFLAGS
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14467 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14468 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14469 $as_echo_n "(cached) " >&6
14470 else
14471 ac_wine_try_cflags_saved=$CFLAGS
14472 CFLAGS="$CFLAGS -Wlogical-op"
14473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14474 /* end confdefs.h. */
14475 int main(int argc, char **argv) { return 0; }
14476 _ACEOF
14477 if ac_fn_c_try_link "$LINENO"; then :
14478 ac_cv_cflags__Wlogical_op=yes
14479 else
14480 ac_cv_cflags__Wlogical_op=no
14482 rm -f core conftest.err conftest.$ac_objext \
14483 conftest$ac_exeext conftest.$ac_ext
14484 CFLAGS=$ac_wine_try_cflags_saved
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14487 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14488 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14489 saved_string_h_CFLAGS=$CFLAGS
14490 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14492 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14493 if ${ac_cv_c_logicalop_noisy+:} false; then :
14494 $as_echo_n "(cached) " >&6
14495 else
14496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14497 /* end confdefs.h. */
14498 #include <string.h>
14499 char*f(const char *h,char n) {return strchr(h,n);}
14501 main ()
14505 return 0;
14507 _ACEOF
14508 if ac_fn_c_try_compile "$LINENO"; then :
14509 ac_cv_c_logicalop_noisy=no
14510 else
14511 ac_cv_c_logicalop_noisy=yes
14513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14516 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14517 CFLAGS=$saved_string_h_CFLAGS
14518 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14521 CFLAGS=$saved_CFLAGS
14523 for ac_flag in $CFLAGS; do
14524 case $ac_flag in
14525 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14526 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14527 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14528 $as_echo_n "(cached) " >&6
14529 else
14530 ac_wine_try_cflags_saved=$CFLAGS
14531 CFLAGS="$CFLAGS -gdwarf-2"
14532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14533 /* end confdefs.h. */
14534 int main(int argc, char **argv) { return 0; }
14535 _ACEOF
14536 if ac_fn_c_try_link "$LINENO"; then :
14537 ac_cv_cflags__gdwarf_2=yes
14538 else
14539 ac_cv_cflags__gdwarf_2=no
14541 rm -f core conftest.err conftest.$ac_objext \
14542 conftest$ac_exeext conftest.$ac_ext
14543 CFLAGS=$ac_wine_try_cflags_saved
14545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14546 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14547 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14548 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14551 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14552 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14553 $as_echo_n "(cached) " >&6
14554 else
14555 ac_wine_try_cflags_saved=$CFLAGS
14556 CFLAGS="$CFLAGS -gstrict-dwarf"
14557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14558 /* end confdefs.h. */
14559 int main(int argc, char **argv) { return 0; }
14560 _ACEOF
14561 if ac_fn_c_try_link "$LINENO"; then :
14562 ac_cv_cflags__gstrict_dwarf=yes
14563 else
14564 ac_cv_cflags__gstrict_dwarf=no
14566 rm -f core conftest.err conftest.$ac_objext \
14567 conftest$ac_exeext conftest.$ac_ext
14568 CFLAGS=$ac_wine_try_cflags_saved
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14571 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14572 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14573 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14574 fi ;;
14575 esac
14576 done
14578 case $host_cpu in
14579 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14580 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14581 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14582 $as_echo_n "(cached) " >&6
14583 else
14584 ac_wine_try_cflags_saved=$CFLAGS
14585 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14587 /* end confdefs.h. */
14588 int main(int argc, char **argv) { return 0; }
14589 _ACEOF
14590 if ac_fn_c_try_link "$LINENO"; then :
14591 ac_cv_cflags__fno_omit_frame_pointer=yes
14592 else
14593 ac_cv_cflags__fno_omit_frame_pointer=no
14595 rm -f core conftest.err conftest.$ac_objext \
14596 conftest$ac_exeext conftest.$ac_ext
14597 CFLAGS=$ac_wine_try_cflags_saved
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14600 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14601 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14602 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14603 fi ;;
14604 esac
14606 case $host in
14607 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14608 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14609 if ${ac_cv_cflags__Wno_format+:} false; then :
14610 $as_echo_n "(cached) " >&6
14611 else
14612 ac_wine_try_cflags_saved=$CFLAGS
14613 CFLAGS="$CFLAGS -Wno-format"
14614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14615 /* end confdefs.h. */
14616 int main(int argc, char **argv) { return 0; }
14617 _ACEOF
14618 if ac_fn_c_try_link "$LINENO"; then :
14619 ac_cv_cflags__Wno_format=yes
14620 else
14621 ac_cv_cflags__Wno_format=no
14623 rm -f core conftest.err conftest.$ac_objext \
14624 conftest$ac_exeext conftest.$ac_ext
14625 CFLAGS=$ac_wine_try_cflags_saved
14627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14628 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14629 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14630 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14631 fi ;;
14632 esac
14634 if test "x$enable_maintainer_mode" = "xyes"
14635 then
14636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14637 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14638 if ${ac_cv_cflags__Werror+:} false; then :
14639 $as_echo_n "(cached) " >&6
14640 else
14641 ac_wine_try_cflags_saved=$CFLAGS
14642 CFLAGS="$CFLAGS -Werror"
14643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14644 /* end confdefs.h. */
14645 int main(int argc, char **argv) { return 0; }
14646 _ACEOF
14647 if ac_fn_c_try_link "$LINENO"; then :
14648 ac_cv_cflags__Werror=yes
14649 else
14650 ac_cv_cflags__Werror=no
14652 rm -f core conftest.err conftest.$ac_objext \
14653 conftest$ac_exeext conftest.$ac_ext
14654 CFLAGS=$ac_wine_try_cflags_saved
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14657 $as_echo "$ac_cv_cflags__Werror" >&6; }
14658 if test "x$ac_cv_cflags__Werror" = xyes; then :
14659 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14663 saved_CFLAGS="$CFLAGS"
14664 CFLAGS="$CFLAGS -Werror"
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14666 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14667 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14668 $as_echo_n "(cached) " >&6
14669 else
14670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14671 /* end confdefs.h. */
14672 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14674 main ()
14678 return 0;
14680 _ACEOF
14681 if ac_fn_c_try_compile "$LINENO"; then :
14682 ac_cv_have_ms_hook_prologue="yes"
14683 else
14684 ac_cv_have_ms_hook_prologue="no"
14686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14689 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14690 CFLAGS="$saved_CFLAGS"
14691 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14692 then
14694 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14696 else
14697 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14704 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14705 if ${ac_cv_c_fortify_enabled+:} false; then :
14706 $as_echo_n "(cached) " >&6
14707 else
14708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14709 /* end confdefs.h. */
14710 #include <string.h>
14712 main ()
14714 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14715 #error Fortify enabled
14716 #endif
14718 return 0;
14720 _ACEOF
14721 if ac_fn_c_try_compile "$LINENO"; then :
14722 ac_cv_c_fortify_enabled=no
14723 else
14724 ac_cv_c_fortify_enabled=yes
14726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14729 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14730 if test "$ac_cv_c_fortify_enabled" = yes
14731 then
14732 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14737 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14738 if ${ac_cv_c_extern_prefix+:} false; then :
14739 $as_echo_n "(cached) " >&6
14740 else
14741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14742 /* end confdefs.h. */
14743 extern int ac_test;
14745 main ()
14747 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14749 return 0;
14751 _ACEOF
14752 if ac_fn_c_try_link "$LINENO"; then :
14753 ac_cv_c_extern_prefix="yes"
14754 else
14755 ac_cv_c_extern_prefix="no"
14757 rm -f core conftest.err conftest.$ac_objext \
14758 conftest$ac_exeext conftest.$ac_ext
14760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14761 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14763 case $host_cpu in
14764 *i[3456789]86*)
14765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14766 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14767 if ${ac_cv_c_stdcall_suffix+:} false; then :
14768 $as_echo_n "(cached) " >&6
14769 else
14770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14771 /* end confdefs.h. */
14772 #ifndef _MSC_VER
14773 #define __stdcall __attribute__((__stdcall__))
14774 #endif
14775 int __stdcall ac_test(int i) { return i; }
14777 main ()
14779 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14781 return 0;
14783 _ACEOF
14784 if ac_fn_c_try_link "$LINENO"; then :
14785 ac_cv_c_stdcall_suffix="yes"
14786 else
14787 ac_cv_c_stdcall_suffix="no"
14789 rm -f core conftest.err conftest.$ac_objext \
14790 conftest$ac_exeext conftest.$ac_ext
14792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14793 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14794 *) ac_cv_c_stdcall_suffix="no" ;;
14795 esac
14798 if test "$ac_cv_c_extern_prefix" = "yes"
14799 then
14800 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14802 asm_name_prefix="_"
14803 else
14804 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14806 asm_name_prefix=""
14810 if test "$ac_cv_c_stdcall_suffix" = "yes"
14811 then
14812 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14814 else
14815 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14821 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14822 if ${ac_cv_asm_func_def+:} false; then :
14823 $as_echo_n "(cached) " >&6
14824 else
14825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14826 /* end confdefs.h. */
14829 main ()
14831 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14833 return 0;
14835 _ACEOF
14836 if ac_fn_c_try_link "$LINENO"; then :
14837 ac_cv_asm_func_def=".def"
14838 else
14839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14840 /* end confdefs.h. */
14843 main ()
14845 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14847 return 0;
14849 _ACEOF
14850 if ac_fn_c_try_link "$LINENO"; then :
14851 ac_cv_asm_func_def=".type @function"
14852 else
14853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14854 /* end confdefs.h. */
14857 main ()
14859 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14861 return 0;
14863 _ACEOF
14864 if ac_fn_c_try_link "$LINENO"; then :
14865 ac_cv_asm_func_def=".type 2"
14866 else
14867 ac_cv_asm_func_def="unknown"
14869 rm -f core conftest.err conftest.$ac_objext \
14870 conftest$ac_exeext conftest.$ac_ext
14872 rm -f core conftest.err conftest.$ac_objext \
14873 conftest$ac_exeext conftest.$ac_ext
14875 rm -f core conftest.err conftest.$ac_objext \
14876 conftest$ac_exeext conftest.$ac_ext
14878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14879 $as_echo "$ac_cv_asm_func_def" >&6; }
14882 case "$ac_cv_asm_func_def" in
14883 ".def")
14884 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14886 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14887 ".type @function")
14888 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14890 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14891 ".type 2")
14892 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14894 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14896 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14898 asm_func_header="" ;;
14899 esac
14901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14902 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14903 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14904 $as_echo_n "(cached) " >&6
14905 else
14906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14907 /* end confdefs.h. */
14908 asm(".text\n\t.long 0");
14910 main ()
14914 return 0;
14916 _ACEOF
14917 if ac_fn_c_try_compile "$LINENO"; then :
14918 ac_cv_c_asm_outside_funcs="yes"
14919 else
14920 ac_cv_c_asm_outside_funcs="no"
14922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14925 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14928 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14929 if ${ac_cv_c_dot_previous+:} false; then :
14930 $as_echo_n "(cached) " >&6
14931 else
14932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14933 /* end confdefs.h. */
14936 main ()
14938 asm(".text\nac_test:\t.long 0\n\t.previous");
14940 return 0;
14942 _ACEOF
14943 if ac_fn_c_try_link "$LINENO"; then :
14944 ac_cv_c_dot_previous="yes"
14945 else
14946 ac_cv_c_dot_previous="no"
14948 rm -f core conftest.err conftest.$ac_objext \
14949 conftest$ac_exeext conftest.$ac_ext
14951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14952 $as_echo "$ac_cv_c_dot_previous" >&6; }
14954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14955 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14956 if ${ac_cv_c_cfi_support+:} false; then :
14957 $as_echo_n "(cached) " >&6
14958 else
14959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14960 /* end confdefs.h. */
14961 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14963 main ()
14967 return 0;
14969 _ACEOF
14970 if ac_fn_c_try_compile "$LINENO"; then :
14971 ac_cv_c_cfi_support="yes"
14972 else
14973 ac_cv_c_cfi_support="no"
14975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14978 $as_echo "$ac_cv_c_cfi_support" >&6; }
14980 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14981 asm_func_trailer=""
14982 if test "$ac_cv_c_dot_previous" = "yes"
14983 then
14984 asm_func_trailer="\\n\\t.previous"
14986 if test "$ac_cv_c_cfi_support" = "yes"
14987 then
14988 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14989 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14991 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14993 UNWINDFLAGS=-fasynchronous-unwind-tables
14995 else
14996 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14998 if test "x$enable_win64" = "xyes"
14999 then
15000 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15004 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
15007 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15008 then
15009 cat >>confdefs.h <<_ACEOF
15010 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15011 _ACEOF
15013 else
15014 cat >>confdefs.h <<_ACEOF
15015 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15016 _ACEOF
15020 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15023 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15027 case $build_os in
15028 cygwin*|mingw32*) TOOLSEXT=".exe"
15030 esac
15032 case $host_os in
15033 linux*)
15034 case $host_cpu in
15035 *i[3456789]86*|x86_64*)
15036 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
15037 loader_programs="$loader_programs $wine_binary-preloader"
15038 as_fn_append LOADER_RULES "
15039 preloader_EXTRADEFS = $BUILTINFLAG
15040 ${wine_binary}_preloader_OBJS = preloader.o
15041 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
15042 " ;;
15043 esac
15045 esac
15046 as_fn_append LOADER_RULES "
15047 PROGRAMS = $loader_programs
15048 INSTALL_LIB = $loader_programs
15052 ac_save_CFLAGS="$CFLAGS"
15053 CFLAGS="$CFLAGS $BUILTINFLAG"
15054 for ac_func in \
15055 __res_get_state \
15056 __res_getservers \
15057 _finite \
15058 _isnan \
15059 _pclose \
15060 _popen \
15061 _snprintf \
15062 _spawnvp \
15063 _strdup \
15064 _stricmp \
15065 _strnicmp \
15066 _strtoi64 \
15067 _strtoui64 \
15068 _vsnprintf \
15069 asctime_r \
15070 chsize \
15071 dlopen \
15072 epoll_create \
15073 ffs \
15074 finitef \
15075 fnmatch \
15076 fork \
15077 fpclass \
15078 fstatfs \
15079 fstatvfs \
15080 ftruncate \
15081 futimens \
15082 futimes \
15083 futimesat \
15084 getattrlist \
15085 getdirentries \
15086 getopt_long_only \
15087 getpwuid \
15088 gettimeofday \
15089 getuid \
15090 if_nameindex \
15091 isnanf \
15092 kqueue \
15093 lstat \
15094 memmove \
15095 mmap \
15096 pclose \
15097 pipe2 \
15098 poll \
15099 popen \
15100 port_create \
15101 prctl \
15102 pread \
15103 proc_pidinfo \
15104 pwrite \
15105 readdir \
15106 readlink \
15107 sched_yield \
15108 select \
15109 setproctitle \
15110 setrlimit \
15111 settimeofday \
15112 sigaltstack \
15113 sigprocmask \
15114 snprintf \
15115 statfs \
15116 statvfs \
15117 strcasecmp \
15118 strdup \
15119 strerror \
15120 strncasecmp \
15121 strtold \
15122 strtoll \
15123 strtoull \
15124 symlink \
15125 tcdrain \
15126 thr_kill2 \
15127 timegm \
15128 usleep \
15129 vsnprintf
15131 do :
15132 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15133 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15134 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15135 cat >>confdefs.h <<_ACEOF
15136 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15137 _ACEOF
15140 done
15142 CFLAGS="$ac_save_CFLAGS"
15144 if test "$ac_cv_func_dlopen" = no
15145 then
15146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15147 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15148 if ${ac_cv_lib_dl_dlopen+:} false; then :
15149 $as_echo_n "(cached) " >&6
15150 else
15151 ac_check_lib_save_LIBS=$LIBS
15152 LIBS="-ldl $LIBS"
15153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15154 /* end confdefs.h. */
15156 /* Override any GCC internal prototype to avoid an error.
15157 Use char because int might match the return type of a GCC
15158 builtin and then its argument prototype would still apply. */
15159 #ifdef __cplusplus
15160 extern "C"
15161 #endif
15162 char dlopen ();
15164 main ()
15166 return dlopen ();
15168 return 0;
15170 _ACEOF
15171 if ac_fn_c_try_link "$LINENO"; then :
15172 ac_cv_lib_dl_dlopen=yes
15173 else
15174 ac_cv_lib_dl_dlopen=no
15176 rm -f core conftest.err conftest.$ac_objext \
15177 conftest$ac_exeext conftest.$ac_ext
15178 LIBS=$ac_check_lib_save_LIBS
15180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15181 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15182 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15183 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15184 DL_LIBS="-ldl"
15189 ac_wine_check_funcs_save_LIBS="$LIBS"
15190 LIBS="$LIBS $DL_LIBS"
15191 for ac_func in dladdr
15192 do :
15193 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15194 if test "x$ac_cv_func_dladdr" = xyes; then :
15195 cat >>confdefs.h <<_ACEOF
15196 #define HAVE_DLADDR 1
15197 _ACEOF
15200 done
15202 LIBS="$ac_wine_check_funcs_save_LIBS"
15204 if test "$ac_cv_func_poll" = no
15205 then
15206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15207 $as_echo_n "checking for poll in -lpoll... " >&6; }
15208 if ${ac_cv_lib_poll_poll+:} false; then :
15209 $as_echo_n "(cached) " >&6
15210 else
15211 ac_check_lib_save_LIBS=$LIBS
15212 LIBS="-lpoll $LIBS"
15213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15214 /* end confdefs.h. */
15216 /* Override any GCC internal prototype to avoid an error.
15217 Use char because int might match the return type of a GCC
15218 builtin and then its argument prototype would still apply. */
15219 #ifdef __cplusplus
15220 extern "C"
15221 #endif
15222 char poll ();
15224 main ()
15226 return poll ();
15228 return 0;
15230 _ACEOF
15231 if ac_fn_c_try_link "$LINENO"; then :
15232 ac_cv_lib_poll_poll=yes
15233 else
15234 ac_cv_lib_poll_poll=no
15236 rm -f core conftest.err conftest.$ac_objext \
15237 conftest$ac_exeext conftest.$ac_ext
15238 LIBS=$ac_check_lib_save_LIBS
15240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15241 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15242 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15243 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15244 POLL_LIBS="-lpoll"
15250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15251 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15252 if ${ac_cv_search_gethostbyname+:} false; then :
15253 $as_echo_n "(cached) " >&6
15254 else
15255 ac_func_search_save_LIBS=$LIBS
15256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15257 /* end confdefs.h. */
15259 /* Override any GCC internal prototype to avoid an error.
15260 Use char because int might match the return type of a GCC
15261 builtin and then its argument prototype would still apply. */
15262 #ifdef __cplusplus
15263 extern "C"
15264 #endif
15265 char gethostbyname ();
15267 main ()
15269 return gethostbyname ();
15271 return 0;
15273 _ACEOF
15274 for ac_lib in '' nsl; do
15275 if test -z "$ac_lib"; then
15276 ac_res="none required"
15277 else
15278 ac_res=-l$ac_lib
15279 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15281 if ac_fn_c_try_link "$LINENO"; then :
15282 ac_cv_search_gethostbyname=$ac_res
15284 rm -f core conftest.err conftest.$ac_objext \
15285 conftest$ac_exeext
15286 if ${ac_cv_search_gethostbyname+:} false; then :
15287 break
15289 done
15290 if ${ac_cv_search_gethostbyname+:} false; then :
15292 else
15293 ac_cv_search_gethostbyname=no
15295 rm conftest.$ac_ext
15296 LIBS=$ac_func_search_save_LIBS
15298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15299 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15300 ac_res=$ac_cv_search_gethostbyname
15301 if test "$ac_res" != no; then :
15302 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15308 $as_echo_n "checking for library containing connect... " >&6; }
15309 if ${ac_cv_search_connect+:} false; then :
15310 $as_echo_n "(cached) " >&6
15311 else
15312 ac_func_search_save_LIBS=$LIBS
15313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15314 /* end confdefs.h. */
15316 /* Override any GCC internal prototype to avoid an error.
15317 Use char because int might match the return type of a GCC
15318 builtin and then its argument prototype would still apply. */
15319 #ifdef __cplusplus
15320 extern "C"
15321 #endif
15322 char connect ();
15324 main ()
15326 return connect ();
15328 return 0;
15330 _ACEOF
15331 for ac_lib in '' socket; do
15332 if test -z "$ac_lib"; then
15333 ac_res="none required"
15334 else
15335 ac_res=-l$ac_lib
15336 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15338 if ac_fn_c_try_link "$LINENO"; then :
15339 ac_cv_search_connect=$ac_res
15341 rm -f core conftest.err conftest.$ac_objext \
15342 conftest$ac_exeext
15343 if ${ac_cv_search_connect+:} false; then :
15344 break
15346 done
15347 if ${ac_cv_search_connect+:} false; then :
15349 else
15350 ac_cv_search_connect=no
15352 rm conftest.$ac_ext
15353 LIBS=$ac_func_search_save_LIBS
15355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15356 $as_echo "$ac_cv_search_connect" >&6; }
15357 ac_res=$ac_cv_search_connect
15358 if test "$ac_res" != no; then :
15359 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15365 $as_echo_n "checking for library containing inet_aton... " >&6; }
15366 if ${ac_cv_search_inet_aton+:} false; then :
15367 $as_echo_n "(cached) " >&6
15368 else
15369 ac_func_search_save_LIBS=$LIBS
15370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15371 /* end confdefs.h. */
15373 /* Override any GCC internal prototype to avoid an error.
15374 Use char because int might match the return type of a GCC
15375 builtin and then its argument prototype would still apply. */
15376 #ifdef __cplusplus
15377 extern "C"
15378 #endif
15379 char inet_aton ();
15381 main ()
15383 return inet_aton ();
15385 return 0;
15387 _ACEOF
15388 for ac_lib in '' resolv; do
15389 if test -z "$ac_lib"; then
15390 ac_res="none required"
15391 else
15392 ac_res=-l$ac_lib
15393 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15395 if ac_fn_c_try_link "$LINENO"; then :
15396 ac_cv_search_inet_aton=$ac_res
15398 rm -f core conftest.err conftest.$ac_objext \
15399 conftest$ac_exeext
15400 if ${ac_cv_search_inet_aton+:} false; then :
15401 break
15403 done
15404 if ${ac_cv_search_inet_aton+:} false; then :
15406 else
15407 ac_cv_search_inet_aton=no
15409 rm conftest.$ac_ext
15410 LIBS=$ac_func_search_save_LIBS
15412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15413 $as_echo "$ac_cv_search_inet_aton" >&6; }
15414 ac_res=$ac_cv_search_inet_aton
15415 if test "$ac_res" != no; then :
15416 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15421 for ac_func in \
15422 getaddrinfo \
15423 getnameinfo \
15424 getnetbyname \
15425 getprotobyname \
15426 getprotobynumber \
15427 getservbyport \
15428 inet_addr \
15429 inet_network \
15430 inet_ntop \
15431 inet_pton \
15432 sendmsg \
15433 socketpair \
15435 do :
15436 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15437 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15438 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15439 cat >>confdefs.h <<_ACEOF
15440 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15441 _ACEOF
15444 done
15447 ac_save_LIBS=$LIBS
15448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15449 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15450 if ${ac_cv_search_clock_gettime+:} false; then :
15451 $as_echo_n "(cached) " >&6
15452 else
15453 ac_func_search_save_LIBS=$LIBS
15454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15455 /* end confdefs.h. */
15457 /* Override any GCC internal prototype to avoid an error.
15458 Use char because int might match the return type of a GCC
15459 builtin and then its argument prototype would still apply. */
15460 #ifdef __cplusplus
15461 extern "C"
15462 #endif
15463 char clock_gettime ();
15465 main ()
15467 return clock_gettime ();
15469 return 0;
15471 _ACEOF
15472 for ac_lib in '' rt; do
15473 if test -z "$ac_lib"; then
15474 ac_res="none required"
15475 else
15476 ac_res=-l$ac_lib
15477 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15479 if ac_fn_c_try_link "$LINENO"; then :
15480 ac_cv_search_clock_gettime=$ac_res
15482 rm -f core conftest.err conftest.$ac_objext \
15483 conftest$ac_exeext
15484 if ${ac_cv_search_clock_gettime+:} false; then :
15485 break
15487 done
15488 if ${ac_cv_search_clock_gettime+:} false; then :
15490 else
15491 ac_cv_search_clock_gettime=no
15493 rm conftest.$ac_ext
15494 LIBS=$ac_func_search_save_LIBS
15496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15497 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15498 ac_res=$ac_cv_search_clock_gettime
15499 if test "$ac_res" != no; then :
15500 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15502 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15504 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15508 LIBS=$ac_save_LIBS
15510 LDAP_LIBS=""
15512 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15513 then
15514 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15516 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15518 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15519 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15520 $as_echo_n "(cached) " >&6
15521 else
15522 ac_check_lib_save_LIBS=$LIBS
15523 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15525 /* end confdefs.h. */
15527 /* Override any GCC internal prototype to avoid an error.
15528 Use char because int might match the return type of a GCC
15529 builtin and then its argument prototype would still apply. */
15530 #ifdef __cplusplus
15531 extern "C"
15532 #endif
15533 char ldap_initialize ();
15535 main ()
15537 return ldap_initialize ();
15539 return 0;
15541 _ACEOF
15542 if ac_fn_c_try_link "$LINENO"; then :
15543 ac_cv_lib_ldap_r_ldap_initialize=yes
15544 else
15545 ac_cv_lib_ldap_r_ldap_initialize=no
15547 rm -f core conftest.err conftest.$ac_objext \
15548 conftest$ac_exeext conftest.$ac_ext
15549 LIBS=$ac_check_lib_save_LIBS
15551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15552 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15553 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15555 $as_echo_n "checking for ber_init in -llber... " >&6; }
15556 if ${ac_cv_lib_lber_ber_init+:} false; then :
15557 $as_echo_n "(cached) " >&6
15558 else
15559 ac_check_lib_save_LIBS=$LIBS
15560 LIBS="-llber $PTHREAD_LIBS $LIBS"
15561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15562 /* end confdefs.h. */
15564 /* Override any GCC internal prototype to avoid an error.
15565 Use char because int might match the return type of a GCC
15566 builtin and then its argument prototype would still apply. */
15567 #ifdef __cplusplus
15568 extern "C"
15569 #endif
15570 char ber_init ();
15572 main ()
15574 return ber_init ();
15576 return 0;
15578 _ACEOF
15579 if ac_fn_c_try_link "$LINENO"; then :
15580 ac_cv_lib_lber_ber_init=yes
15581 else
15582 ac_cv_lib_lber_ber_init=no
15584 rm -f core conftest.err conftest.$ac_objext \
15585 conftest$ac_exeext conftest.$ac_ext
15586 LIBS=$ac_check_lib_save_LIBS
15588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15589 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15590 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15592 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15594 LDAP_LIBS="-lldap_r -llber"
15601 ac_wine_check_funcs_save_LIBS="$LIBS"
15602 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15603 for ac_func in \
15604 ldap_count_references \
15605 ldap_first_reference \
15606 ldap_next_reference \
15607 ldap_parse_reference \
15608 ldap_parse_sort_control \
15609 ldap_parse_sortresponse_control \
15610 ldap_parse_vlv_control \
15611 ldap_parse_vlvresponse_control
15612 do :
15613 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15614 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15615 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15616 cat >>confdefs.h <<_ACEOF
15617 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15618 _ACEOF
15621 done
15623 LIBS="$ac_wine_check_funcs_save_LIBS"
15625 if test "x$LDAP_LIBS" = "x"; then :
15626 case "x$with_ldap" in
15627 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15628 xno) ;;
15629 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15630 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15631 esac
15634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15635 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15636 if ${wine_cv_one_arg_mkdir+:} false; then :
15637 $as_echo_n "(cached) " >&6
15638 else
15639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15640 /* end confdefs.h. */
15641 #include <sys/stat.h>
15643 main ()
15645 mkdir("foo");
15647 return 0;
15649 _ACEOF
15650 if ac_fn_c_try_compile "$LINENO"; then :
15651 wine_cv_one_arg_mkdir=yes
15652 else
15653 wine_cv_one_arg_mkdir=no
15655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15658 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15659 if test "$wine_cv_one_arg_mkdir" = "yes"
15660 then
15662 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15667 $as_echo_n "checking for sched_setaffinity... " >&6; }
15668 if ${wine_cv_have_sched_setaffinity+:} false; then :
15669 $as_echo_n "(cached) " >&6
15670 else
15671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15672 /* end confdefs.h. */
15673 #define _GNU_SOURCE
15674 #include <sched.h>
15676 main ()
15678 sched_setaffinity(0, 0, 0);
15680 return 0;
15682 _ACEOF
15683 if ac_fn_c_try_link "$LINENO"; then :
15684 wine_cv_have_sched_setaffinity=yes
15685 else
15686 wine_cv_have_sched_setaffinity=no
15688 rm -f core conftest.err conftest.$ac_objext \
15689 conftest$ac_exeext conftest.$ac_ext
15691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15692 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15693 if test "$wine_cv_have_sched_setaffinity" = "yes"
15694 then
15696 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15701 $as_echo_n "checking for fallocate... " >&6; }
15702 if ${wine_cv_have_fallocate+:} false; then :
15703 $as_echo_n "(cached) " >&6
15704 else
15705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15706 /* end confdefs.h. */
15707 #define _GNU_SOURCE
15708 #include <fcntl.h>
15710 main ()
15712 fallocate(-1, 0, 0, 0);
15714 return 0;
15716 _ACEOF
15717 if ac_fn_c_try_link "$LINENO"; then :
15718 wine_cv_have_fallocate=yes
15719 else
15720 wine_cv_have_fallocate=no
15722 rm -f core conftest.err conftest.$ac_objext \
15723 conftest$ac_exeext conftest.$ac_ext
15725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15726 $as_echo "$wine_cv_have_fallocate" >&6; }
15727 if test "$wine_cv_have_fallocate" = "yes"
15728 then
15730 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15736 $as_echo_n "checking for inline... " >&6; }
15737 if ${ac_cv_c_inline+:} false; then :
15738 $as_echo_n "(cached) " >&6
15739 else
15740 ac_cv_c_inline=no
15741 for ac_kw in inline __inline__ __inline; do
15742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15743 /* end confdefs.h. */
15744 #ifndef __cplusplus
15745 typedef int foo_t;
15746 static $ac_kw foo_t static_foo () {return 0; }
15747 $ac_kw foo_t foo () {return 0; }
15748 #endif
15750 _ACEOF
15751 if ac_fn_c_try_compile "$LINENO"; then :
15752 ac_cv_c_inline=$ac_kw
15754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15755 test "$ac_cv_c_inline" != no && break
15756 done
15759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15760 $as_echo "$ac_cv_c_inline" >&6; }
15762 case $ac_cv_c_inline in
15763 inline | yes) ;;
15765 case $ac_cv_c_inline in
15766 no) ac_val=;;
15767 *) ac_val=$ac_cv_c_inline;;
15768 esac
15769 cat >>confdefs.h <<_ACEOF
15770 #ifndef __cplusplus
15771 #define inline $ac_val
15772 #endif
15773 _ACEOF
15775 esac
15777 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15778 if test "x$ac_cv_type_mode_t" = xyes; then :
15780 cat >>confdefs.h <<_ACEOF
15781 #define HAVE_MODE_T 1
15782 _ACEOF
15786 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15787 if test "x$ac_cv_type_off_t" = xyes; then :
15789 cat >>confdefs.h <<_ACEOF
15790 #define HAVE_OFF_T 1
15791 _ACEOF
15795 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15796 if test "x$ac_cv_type_pid_t" = xyes; then :
15798 cat >>confdefs.h <<_ACEOF
15799 #define HAVE_PID_T 1
15800 _ACEOF
15804 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15805 if test "x$ac_cv_type_size_t" = xyes; then :
15807 cat >>confdefs.h <<_ACEOF
15808 #define HAVE_SIZE_T 1
15809 _ACEOF
15813 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15814 if test "x$ac_cv_type_ssize_t" = xyes; then :
15816 cat >>confdefs.h <<_ACEOF
15817 #define HAVE_SSIZE_T 1
15818 _ACEOF
15822 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15823 if test "x$ac_cv_type_long_long" = xyes; then :
15825 cat >>confdefs.h <<_ACEOF
15826 #define HAVE_LONG_LONG 1
15827 _ACEOF
15831 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15832 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15834 cat >>confdefs.h <<_ACEOF
15835 #define HAVE_FSBLKCNT_T 1
15836 _ACEOF
15840 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15841 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15843 cat >>confdefs.h <<_ACEOF
15844 #define HAVE_FSFILCNT_T 1
15845 _ACEOF
15850 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15851 #include <signal.h>
15853 if test "x$ac_cv_type_sigset_t" = xyes; then :
15855 cat >>confdefs.h <<_ACEOF
15856 #define HAVE_SIGSET_T 1
15857 _ACEOF
15862 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15864 if test "x$ac_cv_type_request_sense" = xyes; then :
15866 cat >>confdefs.h <<_ACEOF
15867 #define HAVE_REQUEST_SENSE 1
15868 _ACEOF
15874 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15875 #ifdef HAVE_SYS_SOCKET_H
15876 #include <sys/socket.h>
15877 #endif
15878 #ifdef HAVE_SYS_SOCKETVAR_H
15879 #include <sys/socketvar.h>
15880 #endif
15881 #ifdef HAVE_NET_ROUTE_H
15882 #include <net/route.h>
15883 #endif
15884 #ifdef HAVE_NETINET_IN_H
15885 #include <netinet/in.h>
15886 #endif
15887 #ifdef HAVE_NETINET_IN_SYSTM_H
15888 #include <netinet/in_systm.h>
15889 #endif
15890 #ifdef HAVE_NETINET_IP_H
15891 #include <netinet/ip.h>
15892 #endif
15893 #ifdef HAVE_NETINET_IN_PCB_H
15894 #include <netinet/in_pcb.h>
15895 #endif
15897 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15899 cat >>confdefs.h <<_ACEOF
15900 #define HAVE_STRUCT_XINPGEN 1
15901 _ACEOF
15907 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15908 #include <link.h>
15909 #endif
15910 #ifdef HAVE_SYS_LINK_H
15911 #include <sys/link.h>
15912 #endif
15914 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15916 cat >>confdefs.h <<_ACEOF
15917 #define HAVE_STRUCT_R_DEBUG 1
15918 _ACEOF
15922 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15923 #include <link.h>
15924 #endif
15925 #ifdef HAVE_SYS_LINK_H
15926 #include <sys/link.h>
15927 #endif
15929 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15931 cat >>confdefs.h <<_ACEOF
15932 #define HAVE_STRUCT_LINK_MAP 1
15933 _ACEOF
15939 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15940 #include <linux/input.h>
15941 #endif
15943 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15945 cat >>confdefs.h <<_ACEOF
15946 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15947 _ACEOF
15953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15954 $as_echo_n "checking for sigaddset... " >&6; }
15955 if ${wine_cv_have_sigaddset+:} false; then :
15956 $as_echo_n "(cached) " >&6
15957 else
15958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15959 /* end confdefs.h. */
15960 #include <signal.h>
15962 main ()
15964 sigset_t set; sigaddset(&set,SIGTERM);
15966 return 0;
15968 _ACEOF
15969 if ac_fn_c_try_link "$LINENO"; then :
15970 wine_cv_have_sigaddset=yes
15971 else
15972 wine_cv_have_sigaddset=no
15974 rm -f core conftest.err conftest.$ac_objext \
15975 conftest$ac_exeext conftest.$ac_ext
15977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15978 $as_echo "$wine_cv_have_sigaddset" >&6; }
15979 if test "$wine_cv_have_sigaddset" = "yes"
15980 then
15982 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15988 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15989 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15990 $as_echo_n "(cached) " >&6
15991 else
15992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15993 /* end confdefs.h. */
15994 #include <netdb.h>
15996 main ()
15999 char *name=0;
16000 struct hostent he;
16001 struct hostent *result;
16002 char *buf=0;
16003 int bufsize=0;
16004 int errnr;
16005 char *addr=0;
16006 int addrlen=0;
16007 int addrtype=0;
16008 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16009 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16012 return 0;
16014 _ACEOF
16015 if ac_fn_c_try_link "$LINENO"; then :
16016 wine_cv_linux_gethostbyname_r_6=yes
16017 else
16018 wine_cv_linux_gethostbyname_r_6=no
16021 rm -f core conftest.err conftest.$ac_objext \
16022 conftest$ac_exeext conftest.$ac_ext
16025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16026 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16027 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16028 then
16030 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16034 if test "$ac_cv_header_linux_joystick_h" = "yes"
16035 then
16036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16037 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16038 if ${wine_cv_linux_joystick_22_api+:} false; then :
16039 $as_echo_n "(cached) " >&6
16040 else
16041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16042 /* end confdefs.h. */
16044 #include <sys/ioctl.h>
16045 #include <sys/types.h>
16046 #include <linux/joystick.h>
16048 struct js_event blub;
16049 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16050 #error "no 2.2 header"
16051 #endif
16054 main ()
16056 /*empty*/
16058 return 0;
16060 _ACEOF
16061 if ac_fn_c_try_compile "$LINENO"; then :
16062 wine_cv_linux_joystick_22_api=yes
16063 else
16064 wine_cv_linux_joystick_22_api=no
16066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16070 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16071 if test "$wine_cv_linux_joystick_22_api" = "yes"
16072 then
16074 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16080 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16081 #ifdef HAVE_SYS_PARAM_H
16082 # include <sys/param.h>
16083 #endif
16084 #ifdef HAVE_SYS_MOUNT_H
16085 # include <sys/mount.h>
16086 #endif
16087 #ifdef HAVE_SYS_VFS_H
16088 # include <sys/vfs.h>
16089 #endif
16090 #ifdef HAVE_SYS_STATFS_H
16091 # include <sys/statfs.h>
16092 #endif
16094 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16096 cat >>confdefs.h <<_ACEOF
16097 #define HAVE_STRUCT_STATFS_F_BFREE 1
16098 _ACEOF
16102 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16103 #ifdef HAVE_SYS_PARAM_H
16104 # include <sys/param.h>
16105 #endif
16106 #ifdef HAVE_SYS_MOUNT_H
16107 # include <sys/mount.h>
16108 #endif
16109 #ifdef HAVE_SYS_VFS_H
16110 # include <sys/vfs.h>
16111 #endif
16112 #ifdef HAVE_SYS_STATFS_H
16113 # include <sys/statfs.h>
16114 #endif
16116 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16118 cat >>confdefs.h <<_ACEOF
16119 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16120 _ACEOF
16124 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16125 #ifdef HAVE_SYS_PARAM_H
16126 # include <sys/param.h>
16127 #endif
16128 #ifdef HAVE_SYS_MOUNT_H
16129 # include <sys/mount.h>
16130 #endif
16131 #ifdef HAVE_SYS_VFS_H
16132 # include <sys/vfs.h>
16133 #endif
16134 #ifdef HAVE_SYS_STATFS_H
16135 # include <sys/statfs.h>
16136 #endif
16138 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16140 cat >>confdefs.h <<_ACEOF
16141 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16142 _ACEOF
16146 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16147 #ifdef HAVE_SYS_PARAM_H
16148 # include <sys/param.h>
16149 #endif
16150 #ifdef HAVE_SYS_MOUNT_H
16151 # include <sys/mount.h>
16152 #endif
16153 #ifdef HAVE_SYS_VFS_H
16154 # include <sys/vfs.h>
16155 #endif
16156 #ifdef HAVE_SYS_STATFS_H
16157 # include <sys/statfs.h>
16158 #endif
16160 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16162 cat >>confdefs.h <<_ACEOF
16163 #define HAVE_STRUCT_STATFS_F_FFREE 1
16164 _ACEOF
16168 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16169 #ifdef HAVE_SYS_PARAM_H
16170 # include <sys/param.h>
16171 #endif
16172 #ifdef HAVE_SYS_MOUNT_H
16173 # include <sys/mount.h>
16174 #endif
16175 #ifdef HAVE_SYS_VFS_H
16176 # include <sys/vfs.h>
16177 #endif
16178 #ifdef HAVE_SYS_STATFS_H
16179 # include <sys/statfs.h>
16180 #endif
16182 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16184 cat >>confdefs.h <<_ACEOF
16185 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16186 _ACEOF
16190 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16191 #ifdef HAVE_SYS_PARAM_H
16192 # include <sys/param.h>
16193 #endif
16194 #ifdef HAVE_SYS_MOUNT_H
16195 # include <sys/mount.h>
16196 #endif
16197 #ifdef HAVE_SYS_VFS_H
16198 # include <sys/vfs.h>
16199 #endif
16200 #ifdef HAVE_SYS_STATFS_H
16201 # include <sys/statfs.h>
16202 #endif
16204 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16206 cat >>confdefs.h <<_ACEOF
16207 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16208 _ACEOF
16214 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16215 #include <sys/statvfs.h>
16216 #endif
16218 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16220 cat >>confdefs.h <<_ACEOF
16221 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16222 _ACEOF
16228 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16229 #include <dirent.h>
16230 #endif
16232 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16234 cat >>confdefs.h <<_ACEOF
16235 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16236 _ACEOF
16242 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16243 #ifdef HAVE_SYS_SOCKET_H
16244 # include <sys/socket.h>
16245 #endif
16246 #ifdef HAVE_SYS_UN_H
16247 # include <sys/un.h>
16248 #endif
16250 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16252 cat >>confdefs.h <<_ACEOF
16253 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16254 _ACEOF
16258 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16259 #ifdef HAVE_SYS_SOCKET_H
16260 # include <sys/socket.h>
16261 #endif
16262 #ifdef HAVE_SYS_UN_H
16263 # include <sys/un.h>
16264 #endif
16266 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16268 cat >>confdefs.h <<_ACEOF
16269 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16270 _ACEOF
16274 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16275 #ifdef HAVE_SYS_SOCKET_H
16276 # include <sys/socket.h>
16277 #endif
16278 #ifdef HAVE_SYS_UN_H
16279 # include <sys/un.h>
16280 #endif
16282 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16284 cat >>confdefs.h <<_ACEOF
16285 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16286 _ACEOF
16292 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16293 #ifdef HAVE_SCSI_SG_H
16294 #include <scsi/sg.h>
16295 #endif
16297 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16299 cat >>confdefs.h <<_ACEOF
16300 #define HAVE_SCSIREQ_T_CMD 1
16301 _ACEOF
16305 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>
16306 #ifdef HAVE_SCSI_SG_H
16307 #include <scsi/sg.h>
16308 #endif
16310 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16312 cat >>confdefs.h <<_ACEOF
16313 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16314 _ACEOF
16320 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16322 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16324 cat >>confdefs.h <<_ACEOF
16325 #define HAVE_SIGINFO_T_SI_FD 1
16326 _ACEOF
16332 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16333 #ifdef HAVE_SYS_MTIO_H
16334 #include <sys/mtio.h>
16335 #endif
16337 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16339 cat >>confdefs.h <<_ACEOF
16340 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16341 _ACEOF
16345 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16346 #ifdef HAVE_SYS_MTIO_H
16347 #include <sys/mtio.h>
16348 #endif
16350 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16352 cat >>confdefs.h <<_ACEOF
16353 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16354 _ACEOF
16358 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16359 #ifdef HAVE_SYS_MTIO_H
16360 #include <sys/mtio.h>
16361 #endif
16363 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16365 cat >>confdefs.h <<_ACEOF
16366 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16367 _ACEOF
16373 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16374 #include <getopt.h>
16375 #endif
16377 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16379 cat >>confdefs.h <<_ACEOF
16380 #define HAVE_STRUCT_OPTION_NAME 1
16381 _ACEOF
16387 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16388 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16390 cat >>confdefs.h <<_ACEOF
16391 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16392 _ACEOF
16396 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16397 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16399 cat >>confdefs.h <<_ACEOF
16400 #define HAVE_STRUCT_STAT_ST_MTIM 1
16401 _ACEOF
16405 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16406 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16408 cat >>confdefs.h <<_ACEOF
16409 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16410 _ACEOF
16414 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16415 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16417 cat >>confdefs.h <<_ACEOF
16418 #define HAVE_STRUCT_STAT_ST_CTIM 1
16419 _ACEOF
16423 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16424 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16426 cat >>confdefs.h <<_ACEOF
16427 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16428 _ACEOF
16432 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16433 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16435 cat >>confdefs.h <<_ACEOF
16436 #define HAVE_STRUCT_STAT_ST_ATIM 1
16437 _ACEOF
16441 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16442 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16444 cat >>confdefs.h <<_ACEOF
16445 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16446 _ACEOF
16450 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16451 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16453 cat >>confdefs.h <<_ACEOF
16454 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16455 _ACEOF
16459 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16460 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16462 cat >>confdefs.h <<_ACEOF
16463 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16464 _ACEOF
16468 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16469 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16471 cat >>confdefs.h <<_ACEOF
16472 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16473 _ACEOF
16477 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16478 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16480 cat >>confdefs.h <<_ACEOF
16481 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16482 _ACEOF
16486 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16487 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16489 cat >>confdefs.h <<_ACEOF
16490 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16491 _ACEOF
16497 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
16498 #include <sys/types.h>
16499 #endif
16500 #ifdef HAVE_NETINET_IN_H
16501 #include <netinet/in.h>
16502 #endif
16504 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16506 cat >>confdefs.h <<_ACEOF
16507 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16508 _ACEOF
16514 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16515 #include <resolv.h>
16516 #endif
16518 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16520 cat >>confdefs.h <<_ACEOF
16521 #define HAVE_STRUCT___RES_STATE 1
16522 _ACEOF
16528 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
16529 #include <resolv.h>
16530 #endif
16532 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16534 cat >>confdefs.h <<_ACEOF
16535 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16536 _ACEOF
16542 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16543 #include <sys/types.h>
16544 #endif
16545 #ifdef HAVE_NETINET_IN_H
16546 # include <netinet/in.h>
16547 #endif
16548 #ifdef HAVE_ARPA_NAMESER_H
16549 # include <arpa/nameser.h>
16550 #endif
16552 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16554 cat >>confdefs.h <<_ACEOF
16555 #define HAVE_NS_MSG__MSG_PTR 1
16556 _ACEOF
16562 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16563 #include <sys/types.h>
16564 #endif
16565 #ifdef HAVE_NETINET_IP_H
16566 #include <netinet/ip.h>
16567 #endif
16568 #ifdef HAVE_NETINET_IP_ICMP_H
16569 #include <netinet/ip_icmp.h>
16570 #endif
16571 #ifdef HAVE_NETINET_ICMP_VAR_H
16572 #include <netinet/icmp_var.h>
16573 #endif
16575 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16577 cat >>confdefs.h <<_ACEOF
16578 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16579 _ACEOF
16585 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16586 #include <sys/types.h>
16587 #endif
16588 #ifdef HAVE_ALIAS_H
16589 #include <alias.h>
16590 #endif
16591 #ifdef HAVE_SYS_SOCKET_H
16592 #include <sys/socket.h>
16593 #endif
16594 #ifdef HAVE_SYS_SOCKETVAR_H
16595 #include <sys/socketvar.h>
16596 #endif
16597 #ifdef HAVE_SYS_TIMEOUT_H
16598 #include <sys/timeout.h>
16599 #endif
16600 #ifdef HAVE_NETINET_IN_H
16601 #include <netinet/in.h>
16602 #endif
16603 #ifdef HAVE_NETINET_IN_SYSTM_H
16604 #include <netinet/in_systm.h>
16605 #endif
16606 #ifdef HAVE_NETINET_IP_H
16607 #include <netinet/ip.h>
16608 #endif
16609 #ifdef HAVE_NETINET_IP_VAR_H
16610 #include <netinet/ip_var.h>
16611 #endif
16612 #ifdef HAVE_NETINET_IP_ICMP_H
16613 #include <netinet/ip_icmp.h>
16614 #endif
16615 #ifdef HAVE_NETINET_ICMP_VAR_H
16616 #include <netinet/icmp_var.h>
16617 #endif
16619 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16621 cat >>confdefs.h <<_ACEOF
16622 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16623 _ACEOF
16629 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16630 #include <sys/types.h>
16631 #endif
16632 #ifdef HAVE_SYS_SOCKETVAR_H
16633 #include <sys/socketvar.h>
16634 #endif
16635 #ifdef HAVE_NETINET_IN_H
16636 #include <netinet/in.h>
16637 #endif
16638 #ifdef HAVE_NETINET_IP_VAR_H
16639 #include <netinet/ip_var.h>
16640 #endif
16642 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16644 cat >>confdefs.h <<_ACEOF
16645 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16646 _ACEOF
16652 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
16653 #include <netinet/ip_var.h>
16654 #endif
16656 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16658 cat >>confdefs.h <<_ACEOF
16659 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16660 _ACEOF
16666 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16667 #include <sys/types.h>
16668 #endif
16669 #ifdef HAVE_SYS_SOCKETVAR_H
16670 #include <sys/socketvar.h>
16671 #endif
16672 #ifdef HAVE_NETINET_IN_H
16673 #include <netinet/in.h>
16674 #endif
16675 #ifdef HAVE_NETINET_TCP_H
16676 #include <netinet/tcp.h>
16677 #endif
16678 #ifdef HAVE_NETINET_TCP_VAR_H
16679 #include <netinet/tcp_var.h>
16680 #endif
16682 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16684 cat >>confdefs.h <<_ACEOF
16685 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16686 _ACEOF
16692 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
16693 #include <netinet/tcp_var.h>
16694 #endif
16696 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16698 cat >>confdefs.h <<_ACEOF
16699 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16700 _ACEOF
16706 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16707 #include <sys/types.h>
16708 #endif
16709 #ifdef HAVE_NETINET_IN_H
16710 #include <netinet/in.h>
16711 #endif
16712 #ifdef HAVE_NETINET_IP_VAR_H
16713 #include <netinet/ip_var.h>
16714 #endif
16715 #ifdef HAVE_NETINET_UDP_H
16716 #include <netinet/udp.h>
16717 #endif
16718 #ifdef HAVE_NETINET_UDP_VAR_H
16719 #include <netinet/udp_var.h>
16720 #endif
16722 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16724 cat >>confdefs.h <<_ACEOF
16725 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16726 _ACEOF
16732 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16733 #include <sys/types.h>
16734 #endif
16735 #ifdef HAVE_NET_IF_H
16736 # include <net/if.h>
16737 #endif
16739 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16741 cat >>confdefs.h <<_ACEOF
16742 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16743 _ACEOF
16749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16750 $as_echo_n "checking for timezone variable... " >&6; }
16751 if ${ac_cv_have_timezone+:} false; then :
16752 $as_echo_n "(cached) " >&6
16753 else
16754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16755 /* end confdefs.h. */
16756 #include <time.h>
16758 main ()
16760 timezone = 1
16762 return 0;
16764 _ACEOF
16765 if ac_fn_c_try_link "$LINENO"; then :
16766 ac_cv_have_timezone="yes"
16767 else
16768 ac_cv_have_timezone="no"
16770 rm -f core conftest.err conftest.$ac_objext \
16771 conftest$ac_exeext conftest.$ac_ext
16773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16774 $as_echo "$ac_cv_have_timezone" >&6; }
16775 if test "$ac_cv_have_timezone" = "yes"
16776 then
16778 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16782 $as_echo_n "checking for daylight variable... " >&6; }
16783 if ${ac_cv_have_daylight+:} false; then :
16784 $as_echo_n "(cached) " >&6
16785 else
16786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16787 /* end confdefs.h. */
16788 #include <time.h>
16790 main ()
16792 daylight = 1
16794 return 0;
16796 _ACEOF
16797 if ac_fn_c_try_link "$LINENO"; then :
16798 ac_cv_have_daylight="yes"
16799 else
16800 ac_cv_have_daylight="no"
16802 rm -f core conftest.err conftest.$ac_objext \
16803 conftest$ac_exeext conftest.$ac_ext
16805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16806 $as_echo "$ac_cv_have_daylight" >&6; }
16807 if test "$ac_cv_have_daylight" = "yes"
16808 then
16810 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16814 ac_save_LIBS="$LIBS"
16815 LIBS="$LIBS -lm"
16816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16817 $as_echo_n "checking for isfinite... " >&6; }
16818 if ${ac_cv_have_isfinite+:} false; then :
16819 $as_echo_n "(cached) " >&6
16820 else
16821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16822 /* end confdefs.h. */
16823 #define _GNU_SOURCE
16824 #include <math.h>
16826 main ()
16828 float f = 0.0; return isfinite(f)
16830 return 0;
16832 _ACEOF
16833 if ac_fn_c_try_link "$LINENO"; then :
16834 ac_cv_have_isfinite="yes"
16835 else
16836 ac_cv_have_isfinite="no"
16838 rm -f core conftest.err conftest.$ac_objext \
16839 conftest$ac_exeext conftest.$ac_ext
16841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16842 $as_echo "$ac_cv_have_isfinite" >&6; }
16843 if test "$ac_cv_have_isfinite" = "yes"
16844 then
16846 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16851 $as_echo_n "checking for isinf... " >&6; }
16852 if ${ac_cv_have_isinf+:} false; then :
16853 $as_echo_n "(cached) " >&6
16854 else
16855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16856 /* end confdefs.h. */
16857 #include <math.h>
16859 main ()
16861 float f = 0.0; return isinf(f)
16863 return 0;
16865 _ACEOF
16866 if ac_fn_c_try_link "$LINENO"; then :
16867 ac_cv_have_isinf="yes"
16868 else
16869 ac_cv_have_isinf="no"
16871 rm -f core conftest.err conftest.$ac_objext \
16872 conftest$ac_exeext conftest.$ac_ext
16874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16875 $as_echo "$ac_cv_have_isinf" >&6; }
16876 if test "$ac_cv_have_isinf" = "yes"
16877 then
16879 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16884 $as_echo_n "checking for isnan... " >&6; }
16885 if ${ac_cv_have_isnan+:} false; then :
16886 $as_echo_n "(cached) " >&6
16887 else
16888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16889 /* end confdefs.h. */
16890 #include <math.h>
16892 main ()
16894 float f = 0.0; return isnan(f)
16896 return 0;
16898 _ACEOF
16899 if ac_fn_c_try_link "$LINENO"; then :
16900 ac_cv_have_isnan="yes"
16901 else
16902 ac_cv_have_isnan="no"
16904 rm -f core conftest.err conftest.$ac_objext \
16905 conftest$ac_exeext conftest.$ac_ext
16907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16908 $as_echo "$ac_cv_have_isnan" >&6; }
16909 if test "$ac_cv_have_isnan" = "yes"
16910 then
16912 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16916 for ac_func in \
16917 cbrt \
16918 cbrtf \
16919 erf \
16920 erff \
16921 exp2 \
16922 exp2f \
16923 llrint \
16924 llrintf \
16925 llround \
16926 llroundf \
16927 log2 \
16928 log2f \
16929 lrint \
16930 lrintf \
16931 lround \
16932 lroundf \
16933 rint \
16934 rintf \
16935 round \
16936 roundf \
16937 trunc \
16938 truncf
16940 do :
16941 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16942 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16943 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16944 cat >>confdefs.h <<_ACEOF
16945 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16946 _ACEOF
16949 done
16951 LIBS="$ac_save_LIBS"
16953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16954 $as_echo_n "checking for __builtin_clz... " >&6; }
16955 if ${ac_cv_have___builtin_clz+:} false; then :
16956 $as_echo_n "(cached) " >&6
16957 else
16958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16959 /* end confdefs.h. */
16962 main ()
16964 return __builtin_clz(1)
16966 return 0;
16968 _ACEOF
16969 if ac_fn_c_try_link "$LINENO"; then :
16970 ac_cv_have___builtin_clz="yes"
16971 else
16972 ac_cv_have___builtin_clz="no"
16974 rm -f core conftest.err conftest.$ac_objext \
16975 conftest$ac_exeext conftest.$ac_ext
16977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16978 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16979 if test "$ac_cv_have___builtin_clz" = "yes"
16980 then
16982 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16987 case $host_cpu in
16988 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16989 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16990 if ${ac_cv_cpp_def___i386__+:} false; then :
16991 $as_echo_n "(cached) " >&6
16992 else
16993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16994 /* end confdefs.h. */
16995 #ifndef __i386__
16997 #endif
16998 _ACEOF
16999 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17000 $EGREP "yes" >/dev/null 2>&1; then :
17001 ac_cv_cpp_def___i386__=yes
17002 else
17003 ac_cv_cpp_def___i386__=no
17005 rm -f conftest*
17008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17009 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17010 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
17011 CFLAGS="$CFLAGS -D__i386__"
17012 LINTFLAGS="$LINTFLAGS -D__i386__"
17013 fi ;;
17014 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17015 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17016 if ${ac_cv_cpp_def___x86_64__+:} false; then :
17017 $as_echo_n "(cached) " >&6
17018 else
17019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17020 /* end confdefs.h. */
17021 #ifndef __x86_64__
17023 #endif
17024 _ACEOF
17025 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17026 $EGREP "yes" >/dev/null 2>&1; then :
17027 ac_cv_cpp_def___x86_64__=yes
17028 else
17029 ac_cv_cpp_def___x86_64__=no
17031 rm -f conftest*
17034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17035 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17036 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
17037 CFLAGS="$CFLAGS -D__x86_64__"
17038 LINTFLAGS="$LINTFLAGS -D__x86_64__"
17039 fi ;;
17040 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17041 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17042 if ${ac_cv_cpp_def___sparc64__+:} false; then :
17043 $as_echo_n "(cached) " >&6
17044 else
17045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17046 /* end confdefs.h. */
17047 #ifndef __sparc64__
17049 #endif
17050 _ACEOF
17051 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17052 $EGREP "yes" >/dev/null 2>&1; then :
17053 ac_cv_cpp_def___sparc64__=yes
17054 else
17055 ac_cv_cpp_def___sparc64__=no
17057 rm -f conftest*
17060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17061 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17062 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17063 CFLAGS="$CFLAGS -D__sparc64__"
17064 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17065 fi ;;
17066 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17067 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17068 if ${ac_cv_cpp_def___sparc__+:} false; then :
17069 $as_echo_n "(cached) " >&6
17070 else
17071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17072 /* end confdefs.h. */
17073 #ifndef __sparc__
17075 #endif
17076 _ACEOF
17077 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17078 $EGREP "yes" >/dev/null 2>&1; then :
17079 ac_cv_cpp_def___sparc__=yes
17080 else
17081 ac_cv_cpp_def___sparc__=no
17083 rm -f conftest*
17086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17087 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17088 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17089 CFLAGS="$CFLAGS -D__sparc__"
17090 LINTFLAGS="$LINTFLAGS -D__sparc__"
17091 fi ;;
17092 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17093 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17094 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17095 $as_echo_n "(cached) " >&6
17096 else
17097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17098 /* end confdefs.h. */
17099 #ifndef __powerpc64__
17101 #endif
17102 _ACEOF
17103 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17104 $EGREP "yes" >/dev/null 2>&1; then :
17105 ac_cv_cpp_def___powerpc64__=yes
17106 else
17107 ac_cv_cpp_def___powerpc64__=no
17109 rm -f conftest*
17112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17113 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17114 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17115 CFLAGS="$CFLAGS -D__powerpc64__"
17116 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17117 fi ;;
17118 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17119 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17120 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17121 $as_echo_n "(cached) " >&6
17122 else
17123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17124 /* end confdefs.h. */
17125 #ifndef __powerpc__
17127 #endif
17128 _ACEOF
17129 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17130 $EGREP "yes" >/dev/null 2>&1; then :
17131 ac_cv_cpp_def___powerpc__=yes
17132 else
17133 ac_cv_cpp_def___powerpc__=no
17135 rm -f conftest*
17138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17139 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17140 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17141 CFLAGS="$CFLAGS -D__powerpc__"
17142 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17143 fi ;;
17144 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17145 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17146 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17147 $as_echo_n "(cached) " >&6
17148 else
17149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17150 /* end confdefs.h. */
17151 #ifndef __aarch64__
17153 #endif
17154 _ACEOF
17155 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17156 $EGREP "yes" >/dev/null 2>&1; then :
17157 ac_cv_cpp_def___aarch64__=yes
17158 else
17159 ac_cv_cpp_def___aarch64__=no
17161 rm -f conftest*
17164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17165 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17166 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17167 CFLAGS="$CFLAGS -D__aarch64__"
17168 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17169 fi ;;
17170 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17171 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17172 if ${ac_cv_cpp_def___arm__+:} false; then :
17173 $as_echo_n "(cached) " >&6
17174 else
17175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17176 /* end confdefs.h. */
17177 #ifndef __arm__
17179 #endif
17180 _ACEOF
17181 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17182 $EGREP "yes" >/dev/null 2>&1; then :
17183 ac_cv_cpp_def___arm__=yes
17184 else
17185 ac_cv_cpp_def___arm__=no
17187 rm -f conftest*
17190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17191 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17192 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17193 CFLAGS="$CFLAGS -D__arm__"
17194 LINTFLAGS="$LINTFLAGS -D__arm__"
17195 fi ;;
17196 esac
17198 case $host_vendor in
17199 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17200 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17201 if ${ac_cv_cpp_def___sun__+:} false; then :
17202 $as_echo_n "(cached) " >&6
17203 else
17204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17205 /* end confdefs.h. */
17206 #ifndef __sun__
17208 #endif
17209 _ACEOF
17210 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17211 $EGREP "yes" >/dev/null 2>&1; then :
17212 ac_cv_cpp_def___sun__=yes
17213 else
17214 ac_cv_cpp_def___sun__=no
17216 rm -f conftest*
17219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17220 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17221 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17222 CFLAGS="$CFLAGS -D__sun__"
17223 LINTFLAGS="$LINTFLAGS -D__sun__"
17224 fi ;;
17225 esac
17231 ac_config_commands="$ac_config_commands include/stamp-h"
17233 $as_echo_n "creating Makefile rules..." >&6
17235 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17236 SOCKET_LIBS = $SOCKET_LIBS
17237 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17238 IOKIT_LIBS = $IOKIT_LIBS
17239 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17240 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17241 CORESERVICES_LIBS = $CORESERVICES_LIBS
17242 APPKIT_LIBS = $APPKIT_LIBS
17243 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17244 SECURITY_LIBS = $SECURITY_LIBS
17245 COREAUDIO_LIBS = $COREAUDIO_LIBS
17246 OPENAL_LIBS = $OPENAL_LIBS
17247 OPENCL_LIBS = $OPENCL_LIBS
17248 QUICKTIME_LIBS = $QUICKTIME_LIBS
17249 CARBON_LIBS = $CARBON_LIBS
17250 PTHREAD_LIBS = $PTHREAD_LIBS
17251 X_CFLAGS = $X_CFLAGS
17252 X_PRE_LIBS = $X_PRE_LIBS
17253 X_LIBS = $X_LIBS
17254 X_EXTRA_LIBS = $X_EXTRA_LIBS
17255 PCAP_LIBS = $PCAP_LIBS
17256 XML2_CFLAGS = $XML2_CFLAGS
17257 XML2_LIBS = $XML2_LIBS
17258 XSLT_CFLAGS = $XSLT_CFLAGS
17259 XSLT_LIBS = $XSLT_LIBS
17260 DBUS_CFLAGS = $DBUS_CFLAGS
17261 DBUS_LIBS = $DBUS_LIBS
17262 HAL_CFLAGS = $HAL_CFLAGS
17263 HAL_LIBS = $HAL_LIBS
17264 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17265 GNUTLS_LIBS = $GNUTLS_LIBS
17266 SANE_CFLAGS = $SANE_CFLAGS
17267 SANE_LIBS = $SANE_LIBS
17268 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17269 GPHOTO2_LIBS = $GPHOTO2_LIBS
17270 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17271 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17272 RESOLV_LIBS = $RESOLV_LIBS
17273 LCMS2_CFLAGS = $LCMS2_CFLAGS
17274 LCMS2_LIBS = $LCMS2_LIBS
17275 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17276 FREETYPE_LIBS = $FREETYPE_LIBS
17277 Z_LIBS = $Z_LIBS
17278 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17279 PULSE_CFLAGS = $PULSE_CFLAGS
17280 PULSE_LIBS = $PULSE_LIBS
17281 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17282 GSTREAMER_LIBS = $GSTREAMER_LIBS
17283 ALSA_LIBS = $ALSA_LIBS
17284 OSS4_CFLAGS = $OSS4_CFLAGS
17285 CAPI20_CFLAGS = $CAPI20_CFLAGS
17286 CAPI20_LIBS = $CAPI20_LIBS
17287 CUPS_CFLAGS = $CUPS_CFLAGS
17288 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17289 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17290 JPEG_CFLAGS = $JPEG_CFLAGS
17291 JPEG_LIBS = $JPEG_LIBS
17292 PNG_CFLAGS = $PNG_CFLAGS
17293 PNG_LIBS = $PNG_LIBS
17294 TIFF_CFLAGS = $TIFF_CFLAGS
17295 TIFF_LIBS = $TIFF_LIBS
17296 MPG123_CFLAGS = $MPG123_CFLAGS
17297 MPG123_LIBS = $MPG123_LIBS
17298 KSTAT_LIBS = $KSTAT_LIBS
17299 PROCSTAT_LIBS = $PROCSTAT_LIBS
17300 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17301 DL_LIBS = $DL_LIBS
17302 POLL_LIBS = $POLL_LIBS
17303 RT_LIBS = $RT_LIBS
17304 LDAP_LIBS = $LDAP_LIBS
17309 wine_fn_append_rule "
17310 # Rules automatically generated by configure
17312 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17314 .INIT: Makefile
17315 .MAKEFILEDEPS:
17316 all: Makefile
17317 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17318 @./config.status Make.tmp Makefile"
17320 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17321 .gitignore: config.status
17322 @./config.status .gitignore"
17324 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17325 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17327 if test "x$enable_fonts" != xno; then
17328 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17329 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17330 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17331 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17332 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17333 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17335 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17336 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17337 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17338 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17339 ac_config_links="$ac_config_links wine:tools/winewrapper"
17340 wine_fn_config_symlink wine
17341 if test "x$enable_win64" != xno; then
17342 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17343 wine_fn_config_symlink wine64
17346 wine_fn_config_dll acledit enable_acledit
17347 wine_fn_config_dll aclui enable_aclui implib
17348 wine_fn_config_dll activeds enable_activeds implib
17349 wine_fn_config_dll actxprxy enable_actxprxy clean
17350 wine_fn_config_lib adsiid
17351 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17352 wine_fn_config_test dlls/advapi32/tests advapi32_test
17353 wine_fn_config_dll advpack enable_advpack implib
17354 wine_fn_config_test dlls/advpack/tests advpack_test
17355 wine_fn_config_dll amstream enable_amstream clean
17356 wine_fn_config_test dlls/amstream/tests amstream_test
17357 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17358 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17359 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17360 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17361 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17362 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17363 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17364 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17365 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17366 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17367 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17368 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17369 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17370 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17371 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17372 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17373 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17374 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17375 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17376 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17377 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17378 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17379 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17380 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17381 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17382 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17383 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17384 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17385 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17386 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17387 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17388 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17389 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17390 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17391 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17392 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17393 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17394 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17395 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17396 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17397 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17398 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17399 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17400 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17401 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17402 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17403 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17404 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17405 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17406 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17407 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17408 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17409 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17410 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17411 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17412 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17413 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17414 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17415 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17416 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17417 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17418 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17419 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17420 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17421 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17422 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17423 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17424 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17425 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17426 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17427 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17428 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17429 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17430 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17431 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17432 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17433 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17434 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17435 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17436 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17437 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17438 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17439 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17440 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17441 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17442 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17443 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17444 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17445 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17446 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17447 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17448 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17449 wine_fn_config_dll apphelp enable_apphelp
17450 wine_fn_config_test dlls/apphelp/tests apphelp_test
17451 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17452 wine_fn_config_dll atl enable_atl clean,implib
17453 wine_fn_config_test dlls/atl/tests atl_test
17454 wine_fn_config_dll atl100 enable_atl100 clean,implib
17455 wine_fn_config_test dlls/atl100/tests atl100_test
17456 wine_fn_config_dll atl110 enable_atl110 clean
17457 wine_fn_config_dll atl80 enable_atl80 clean,implib
17458 wine_fn_config_test dlls/atl80/tests atl80_test
17459 wine_fn_config_dll atl90 enable_atl90 clean
17460 wine_fn_config_dll authz enable_authz
17461 wine_fn_config_dll avicap32 enable_avicap32 implib
17462 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17463 wine_fn_config_test dlls/avifil32/tests avifil32_test
17464 wine_fn_config_dll avifile.dll16 enable_win16
17465 wine_fn_config_dll avrt enable_avrt implib
17466 wine_fn_config_dll bcrypt enable_bcrypt
17467 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17468 wine_fn_config_dll browseui enable_browseui clean,po
17469 wine_fn_config_test dlls/browseui/tests browseui_test
17470 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
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 wmplayer enable_wmplayer install
18230 wine_fn_config_program wordpad enable_wordpad install,po
18231 wine_fn_config_program write enable_write install,po
18232 wine_fn_config_program wscript enable_wscript clean,install
18233 wine_fn_config_test programs/wscript/tests wscript.exe_test
18234 wine_fn_config_program wusa enable_wusa install
18235 wine_fn_config_program xcopy enable_xcopy install,po
18236 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18237 wine_fn_config_makefile server enable_server clean,install-lib
18238 wine_fn_config_tool tools clean
18239 wine_fn_config_tool tools/sfnt2fon clean
18240 wine_fn_config_tool tools/widl clean,install-dev
18241 wine_fn_config_tool tools/winebuild clean,install-dev
18242 wine_fn_config_tool tools/winedump clean,install-dev
18243 wine_fn_config_tool tools/winegcc clean,install-dev
18244 wine_fn_config_tool tools/winemaker clean,install-dev
18245 wine_fn_config_tool tools/wmc clean,install-dev
18246 wine_fn_config_tool tools/wrc clean,install-dev
18248 LINGUAS="\
18249 ar \
18250 bg \
18251 ca \
18252 cs \
18253 da \
18254 de \
18255 el \
18256 en \
18257 en_US \
18258 eo \
18259 es \
18260 fa \
18261 fi \
18262 fr \
18263 he \
18264 hi \
18265 hr \
18266 hu \
18267 it \
18268 ja \
18269 ko \
18270 lt \
18271 ml \
18272 nb_NO \
18273 nl \
18274 or \
18275 pa \
18276 pl \
18277 pt_BR \
18278 pt_PT \
18279 rm \
18280 ro \
18281 ru \
18282 sk \
18283 sl \
18284 sr_RS@cyrillic \
18285 sr_RS@latin \
18286 sv \
18287 te \
18288 th \
18289 tr \
18290 uk \
18291 wa \
18292 zh_CN \
18293 zh_TW"
18298 wine_fn_ignore_file ".gitignore"
18299 wine_fn_ignore_file "Makefile"
18300 wine_fn_ignore_file "TAGS"
18301 wine_fn_ignore_file "tags"
18302 wine_fn_ignore_file "autom4te.cache"
18303 wine_fn_ignore_file "config.cache"
18304 wine_fn_ignore_file "config.log"
18305 wine_fn_ignore_file "config.status"
18306 wine_fn_ignore_file "configure.lineno"
18307 wine_fn_ignore_file "include/config.h"
18308 wine_fn_ignore_file "include/stamp-h"
18309 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18311 if test "x$enable_tools" != xno
18312 then
18313 wine_fn_ignore_file "tools/makedep$ac_exeext"
18314 ac_config_commands="$ac_config_commands tools/makedep"
18318 ac_config_commands="$ac_config_commands Makefile"
18321 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18325 if test "x$enable_maintainer_mode" = xyes
18326 then
18327 wine_fn_append_rule "configure: configure.ac aclocal.m4
18328 autoconf --warnings=all
18329 include/config.h.in: include/stamp-h.in
18330 include/stamp-h.in: configure.ac aclocal.m4
18331 autoheader --warnings=all
18332 @echo timestamp > \$@"
18335 if test "x$with_gettextpo" = xyes
18336 then
18337 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18338 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18339 \$(LINGUAS:%=po/%.po): po/wine.pot
18340 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18341 po/wine.pot: \$(ALL_POT_FILES)
18342 msgcat -o \$@ \$(ALL_POT_FILES)"
18345 if test "$MSGFMT" != false
18346 then
18347 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18348 clean::
18349 \$(RM) \$(LINGUAS:%=po/%.mo)"
18351 posrc="po"
18352 test "$srcdir" = . || posrc="$srcdir/po"
18353 for i in $LINGUAS
18355 wine_fn_ignore_file "po/$i.mo"
18356 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18357 \$(MSGFMT) -o \$@ $posrc/$i.po"
18358 done
18359 else
18360 LINGUAS=
18363 if test "x$enable_tools" != xno
18364 then
18365 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18366 @./config.status tools/makedep
18367 Makefile: tools/makedep$ac_exeext
18368 distclean:: clean
18369 \$(RM) tools/makedep$ac_exeext"
18370 else
18371 wine_fn_append_rule "\$(MAKEDEP):
18372 @echo \"You need to run make in $TOOLSDIR first\" && false"
18375 if test -n "$with_wine64"
18376 then
18377 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18378 fonts server tools:
18379 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18380 $with_wine64/loader/wine:
18381 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18382 $with_wine64/loader/wine-preloader:
18383 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18384 clean::
18385 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18386 else
18387 as_fn_append LOADER_RULES "
18388 install install-lib:: wine.inf
18389 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18390 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18392 uninstall::
18393 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18397 if test "$srcdir" = .
18398 then
18399 ac_config_commands="$ac_config_commands .gitignore"
18403 $as_echo " done" >&6
18404 cat >confcache <<\_ACEOF
18405 # This file is a shell script that caches the results of configure
18406 # tests run on this system so they can be shared between configure
18407 # scripts and configure runs, see configure's option --config-cache.
18408 # It is not useful on other systems. If it contains results you don't
18409 # want to keep, you may remove or edit it.
18411 # config.status only pays attention to the cache file if you give it
18412 # the --recheck option to rerun configure.
18414 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18415 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18416 # following values.
18418 _ACEOF
18420 # The following way of writing the cache mishandles newlines in values,
18421 # but we know of no workaround that is simple, portable, and efficient.
18422 # So, we kill variables containing newlines.
18423 # Ultrix sh set writes to stderr and can't be redirected directly,
18424 # and sets the high bit in the cache file unless we assign to the vars.
18426 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18427 eval ac_val=\$$ac_var
18428 case $ac_val in #(
18429 *${as_nl}*)
18430 case $ac_var in #(
18431 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18432 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18433 esac
18434 case $ac_var in #(
18435 _ | IFS | as_nl) ;; #(
18436 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18437 *) { eval $ac_var=; unset $ac_var;} ;;
18438 esac ;;
18439 esac
18440 done
18442 (set) 2>&1 |
18443 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18444 *${as_nl}ac_space=\ *)
18445 # `set' does not quote correctly, so add quotes: double-quote
18446 # substitution turns \\\\ into \\, and sed turns \\ into \.
18447 sed -n \
18448 "s/'/'\\\\''/g;
18449 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18450 ;; #(
18452 # `set' quotes correctly as required by POSIX, so do not add quotes.
18453 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18455 esac |
18456 sort
18458 sed '
18459 /^ac_cv_env_/b end
18460 t clear
18461 :clear
18462 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18463 t end
18464 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18465 :end' >>confcache
18466 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18467 if test -w "$cache_file"; then
18468 if test "x$cache_file" != "x/dev/null"; then
18469 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18470 $as_echo "$as_me: updating cache $cache_file" >&6;}
18471 if test ! -f "$cache_file" || test -h "$cache_file"; then
18472 cat confcache >"$cache_file"
18473 else
18474 case $cache_file in #(
18475 */* | ?:*)
18476 mv -f confcache "$cache_file"$$ &&
18477 mv -f "$cache_file"$$ "$cache_file" ;; #(
18479 mv -f confcache "$cache_file" ;;
18480 esac
18483 else
18484 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18485 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18488 rm -f confcache
18490 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18491 # Let make expand exec_prefix.
18492 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18494 DEFS=-DHAVE_CONFIG_H
18496 ac_libobjs=
18497 ac_ltlibobjs=
18499 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18500 # 1. Remove the extension, and $U if already installed.
18501 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18502 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18503 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18504 # will be set to the directory where LIBOBJS objects are built.
18505 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18506 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18507 done
18508 LIBOBJS=$ac_libobjs
18510 LTLIBOBJS=$ac_ltlibobjs
18514 : "${CONFIG_STATUS=./config.status}"
18515 ac_write_fail=0
18516 ac_clean_files_save=$ac_clean_files
18517 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18518 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18519 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18520 as_write_fail=0
18521 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18522 #! $SHELL
18523 # Generated by $as_me.
18524 # Run this file to recreate the current configuration.
18525 # Compiler output produced by configure, useful for debugging
18526 # configure, is in config.log if it exists.
18528 debug=false
18529 ac_cs_recheck=false
18530 ac_cs_silent=false
18532 SHELL=\${CONFIG_SHELL-$SHELL}
18533 export SHELL
18534 _ASEOF
18535 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18536 ## -------------------- ##
18537 ## M4sh Initialization. ##
18538 ## -------------------- ##
18540 # Be more Bourne compatible
18541 DUALCASE=1; export DUALCASE # for MKS sh
18542 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18543 emulate sh
18544 NULLCMD=:
18545 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18546 # is contrary to our usage. Disable this feature.
18547 alias -g '${1+"$@"}'='"$@"'
18548 setopt NO_GLOB_SUBST
18549 else
18550 case `(set -o) 2>/dev/null` in #(
18551 *posix*) :
18552 set -o posix ;; #(
18553 *) :
18555 esac
18559 as_nl='
18561 export as_nl
18562 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18563 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18564 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18565 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18566 # Prefer a ksh shell builtin over an external printf program on Solaris,
18567 # but without wasting forks for bash or zsh.
18568 if test -z "$BASH_VERSION$ZSH_VERSION" \
18569 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18570 as_echo='print -r --'
18571 as_echo_n='print -rn --'
18572 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18573 as_echo='printf %s\n'
18574 as_echo_n='printf %s'
18575 else
18576 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18577 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18578 as_echo_n='/usr/ucb/echo -n'
18579 else
18580 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18581 as_echo_n_body='eval
18582 arg=$1;
18583 case $arg in #(
18584 *"$as_nl"*)
18585 expr "X$arg" : "X\\(.*\\)$as_nl";
18586 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18587 esac;
18588 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18590 export as_echo_n_body
18591 as_echo_n='sh -c $as_echo_n_body as_echo'
18593 export as_echo_body
18594 as_echo='sh -c $as_echo_body as_echo'
18597 # The user is always right.
18598 if test "${PATH_SEPARATOR+set}" != set; then
18599 PATH_SEPARATOR=:
18600 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18601 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18602 PATH_SEPARATOR=';'
18607 # IFS
18608 # We need space, tab and new line, in precisely that order. Quoting is
18609 # there to prevent editors from complaining about space-tab.
18610 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18611 # splitting by setting IFS to empty value.)
18612 IFS=" "" $as_nl"
18614 # Find who we are. Look in the path if we contain no directory separator.
18615 as_myself=
18616 case $0 in #((
18617 *[\\/]* ) as_myself=$0 ;;
18618 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18619 for as_dir in $PATH
18621 IFS=$as_save_IFS
18622 test -z "$as_dir" && as_dir=.
18623 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18624 done
18625 IFS=$as_save_IFS
18628 esac
18629 # We did not find ourselves, most probably we were run as `sh COMMAND'
18630 # in which case we are not to be found in the path.
18631 if test "x$as_myself" = x; then
18632 as_myself=$0
18634 if test ! -f "$as_myself"; then
18635 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18636 exit 1
18639 # Unset variables that we do not need and which cause bugs (e.g. in
18640 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18641 # suppresses any "Segmentation fault" message there. '((' could
18642 # trigger a bug in pdksh 5.2.14.
18643 for as_var in BASH_ENV ENV MAIL MAILPATH
18644 do eval test x\${$as_var+set} = xset \
18645 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18646 done
18647 PS1='$ '
18648 PS2='> '
18649 PS4='+ '
18651 # NLS nuisances.
18652 LC_ALL=C
18653 export LC_ALL
18654 LANGUAGE=C
18655 export LANGUAGE
18657 # CDPATH.
18658 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18661 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18662 # ----------------------------------------
18663 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18664 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18665 # script with STATUS, using 1 if that was 0.
18666 as_fn_error ()
18668 as_status=$1; test $as_status -eq 0 && as_status=1
18669 if test "$4"; then
18670 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18671 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18673 $as_echo "$as_me: error: $2" >&2
18674 as_fn_exit $as_status
18675 } # as_fn_error
18678 # as_fn_set_status STATUS
18679 # -----------------------
18680 # Set $? to STATUS, without forking.
18681 as_fn_set_status ()
18683 return $1
18684 } # as_fn_set_status
18686 # as_fn_exit STATUS
18687 # -----------------
18688 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18689 as_fn_exit ()
18691 set +e
18692 as_fn_set_status $1
18693 exit $1
18694 } # as_fn_exit
18696 # as_fn_unset VAR
18697 # ---------------
18698 # Portably unset VAR.
18699 as_fn_unset ()
18701 { eval $1=; unset $1;}
18703 as_unset=as_fn_unset
18704 # as_fn_append VAR VALUE
18705 # ----------------------
18706 # Append the text in VALUE to the end of the definition contained in VAR. Take
18707 # advantage of any shell optimizations that allow amortized linear growth over
18708 # repeated appends, instead of the typical quadratic growth present in naive
18709 # implementations.
18710 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18711 eval 'as_fn_append ()
18713 eval $1+=\$2
18715 else
18716 as_fn_append ()
18718 eval $1=\$$1\$2
18720 fi # as_fn_append
18722 # as_fn_arith ARG...
18723 # ------------------
18724 # Perform arithmetic evaluation on the ARGs, and store the result in the
18725 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18726 # must be portable across $(()) and expr.
18727 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18728 eval 'as_fn_arith ()
18730 as_val=$(( $* ))
18732 else
18733 as_fn_arith ()
18735 as_val=`expr "$@" || test $? -eq 1`
18737 fi # as_fn_arith
18740 if expr a : '\(a\)' >/dev/null 2>&1 &&
18741 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18742 as_expr=expr
18743 else
18744 as_expr=false
18747 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18748 as_basename=basename
18749 else
18750 as_basename=false
18753 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18754 as_dirname=dirname
18755 else
18756 as_dirname=false
18759 as_me=`$as_basename -- "$0" ||
18760 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18761 X"$0" : 'X\(//\)$' \| \
18762 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18763 $as_echo X/"$0" |
18764 sed '/^.*\/\([^/][^/]*\)\/*$/{
18765 s//\1/
18768 /^X\/\(\/\/\)$/{
18769 s//\1/
18772 /^X\/\(\/\).*/{
18773 s//\1/
18776 s/.*/./; q'`
18778 # Avoid depending upon Character Ranges.
18779 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18780 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18781 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18782 as_cr_digits='0123456789'
18783 as_cr_alnum=$as_cr_Letters$as_cr_digits
18785 ECHO_C= ECHO_N= ECHO_T=
18786 case `echo -n x` in #(((((
18787 -n*)
18788 case `echo 'xy\c'` in
18789 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18790 xy) ECHO_C='\c';;
18791 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18792 ECHO_T=' ';;
18793 esac;;
18795 ECHO_N='-n';;
18796 esac
18798 rm -f conf$$ conf$$.exe conf$$.file
18799 if test -d conf$$.dir; then
18800 rm -f conf$$.dir/conf$$.file
18801 else
18802 rm -f conf$$.dir
18803 mkdir conf$$.dir 2>/dev/null
18805 if (echo >conf$$.file) 2>/dev/null; then
18806 if ln -s conf$$.file conf$$ 2>/dev/null; then
18807 as_ln_s='ln -s'
18808 # ... but there are two gotchas:
18809 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18810 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18811 # In both cases, we have to default to `cp -pR'.
18812 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18813 as_ln_s='cp -pR'
18814 elif ln conf$$.file conf$$ 2>/dev/null; then
18815 as_ln_s=ln
18816 else
18817 as_ln_s='cp -pR'
18819 else
18820 as_ln_s='cp -pR'
18822 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18823 rmdir conf$$.dir 2>/dev/null
18826 # as_fn_mkdir_p
18827 # -------------
18828 # Create "$as_dir" as a directory, including parents if necessary.
18829 as_fn_mkdir_p ()
18832 case $as_dir in #(
18833 -*) as_dir=./$as_dir;;
18834 esac
18835 test -d "$as_dir" || eval $as_mkdir_p || {
18836 as_dirs=
18837 while :; do
18838 case $as_dir in #(
18839 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18840 *) as_qdir=$as_dir;;
18841 esac
18842 as_dirs="'$as_qdir' $as_dirs"
18843 as_dir=`$as_dirname -- "$as_dir" ||
18844 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18845 X"$as_dir" : 'X\(//\)[^/]' \| \
18846 X"$as_dir" : 'X\(//\)$' \| \
18847 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18848 $as_echo X"$as_dir" |
18849 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18850 s//\1/
18853 /^X\(\/\/\)[^/].*/{
18854 s//\1/
18857 /^X\(\/\/\)$/{
18858 s//\1/
18861 /^X\(\/\).*/{
18862 s//\1/
18865 s/.*/./; q'`
18866 test -d "$as_dir" && break
18867 done
18868 test -z "$as_dirs" || eval "mkdir $as_dirs"
18869 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18872 } # as_fn_mkdir_p
18873 if mkdir -p . 2>/dev/null; then
18874 as_mkdir_p='mkdir -p "$as_dir"'
18875 else
18876 test -d ./-p && rmdir ./-p
18877 as_mkdir_p=false
18881 # as_fn_executable_p FILE
18882 # -----------------------
18883 # Test if FILE is an executable regular file.
18884 as_fn_executable_p ()
18886 test -f "$1" && test -x "$1"
18887 } # as_fn_executable_p
18888 as_test_x='test -x'
18889 as_executable_p=as_fn_executable_p
18891 # Sed expression to map a string onto a valid CPP name.
18892 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18894 # Sed expression to map a string onto a valid variable name.
18895 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18898 exec 6>&1
18899 ## ----------------------------------- ##
18900 ## Main body of $CONFIG_STATUS script. ##
18901 ## ----------------------------------- ##
18902 _ASEOF
18903 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18905 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18906 # Save the log message, to keep $0 and so on meaningful, and to
18907 # report actual input values of CONFIG_FILES etc. instead of their
18908 # values after options handling.
18909 ac_log="
18910 This file was extended by Wine $as_me 1.7.54, which was
18911 generated by GNU Autoconf 2.69. Invocation command line was
18913 CONFIG_FILES = $CONFIG_FILES
18914 CONFIG_HEADERS = $CONFIG_HEADERS
18915 CONFIG_LINKS = $CONFIG_LINKS
18916 CONFIG_COMMANDS = $CONFIG_COMMANDS
18917 $ $0 $@
18919 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18922 _ACEOF
18924 case $ac_config_files in *"
18925 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18926 esac
18928 case $ac_config_headers in *"
18929 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18930 esac
18933 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18934 # Files that config.status was made for.
18935 config_files="$ac_config_files"
18936 config_headers="$ac_config_headers"
18937 config_links="$ac_config_links"
18938 config_commands="$ac_config_commands"
18940 _ACEOF
18942 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18943 ac_cs_usage="\
18944 \`$as_me' instantiates files and other configuration actions
18945 from templates according to the current configuration. Unless the files
18946 and actions are specified as TAGs, all are instantiated by default.
18948 Usage: $0 [OPTION]... [TAG]...
18950 -h, --help print this help, then exit
18951 -V, --version print version number and configuration settings, then exit
18952 --config print configuration, then exit
18953 -q, --quiet, --silent
18954 do not print progress messages
18955 -d, --debug don't remove temporary files
18956 --recheck update $as_me by reconfiguring in the same conditions
18957 --file=FILE[:TEMPLATE]
18958 instantiate the configuration file FILE
18959 --header=FILE[:TEMPLATE]
18960 instantiate the configuration header FILE
18962 Configuration files:
18963 $config_files
18965 Configuration headers:
18966 $config_headers
18968 Configuration links:
18969 $config_links
18971 Configuration commands:
18972 $config_commands
18974 Report bugs to <wine-devel@winehq.org>.
18975 Wine home page: <http://www.winehq.org>."
18977 _ACEOF
18978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18979 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18980 ac_cs_version="\\
18981 Wine config.status 1.7.54
18982 configured by $0, generated by GNU Autoconf 2.69,
18983 with options \\"\$ac_cs_config\\"
18985 Copyright (C) 2012 Free Software Foundation, Inc.
18986 This config.status script is free software; the Free Software Foundation
18987 gives unlimited permission to copy, distribute and modify it."
18989 ac_pwd='$ac_pwd'
18990 srcdir='$srcdir'
18991 test -n "\$AWK" || AWK=awk
18992 _ACEOF
18994 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18995 # The default lists apply if the user does not specify any file.
18996 ac_need_defaults=:
18997 while test $# != 0
18999 case $1 in
19000 --*=?*)
19001 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19002 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19003 ac_shift=:
19005 --*=)
19006 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19007 ac_optarg=
19008 ac_shift=:
19011 ac_option=$1
19012 ac_optarg=$2
19013 ac_shift=shift
19015 esac
19017 case $ac_option in
19018 # Handling of the options.
19019 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19020 ac_cs_recheck=: ;;
19021 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19022 $as_echo "$ac_cs_version"; exit ;;
19023 --config | --confi | --conf | --con | --co | --c )
19024 $as_echo "$ac_cs_config"; exit ;;
19025 --debug | --debu | --deb | --de | --d | -d )
19026 debug=: ;;
19027 --file | --fil | --fi | --f )
19028 $ac_shift
19029 case $ac_optarg in
19030 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19031 '') as_fn_error $? "missing file argument" ;;
19032 esac
19033 as_fn_append CONFIG_FILES " '$ac_optarg'"
19034 ac_need_defaults=false;;
19035 --header | --heade | --head | --hea )
19036 $ac_shift
19037 case $ac_optarg in
19038 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19039 esac
19040 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19041 ac_need_defaults=false;;
19042 --he | --h)
19043 # Conflict between --help and --header
19044 as_fn_error $? "ambiguous option: \`$1'
19045 Try \`$0 --help' for more information.";;
19046 --help | --hel | -h )
19047 $as_echo "$ac_cs_usage"; exit ;;
19048 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19049 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19050 ac_cs_silent=: ;;
19052 # This is an error.
19053 -*) as_fn_error $? "unrecognized option: \`$1'
19054 Try \`$0 --help' for more information." ;;
19056 *) as_fn_append ac_config_targets " $1"
19057 ac_need_defaults=false ;;
19059 esac
19060 shift
19061 done
19063 ac_configure_extra_args=
19065 if $ac_cs_silent; then
19066 exec 6>/dev/null
19067 ac_configure_extra_args="$ac_configure_extra_args --silent"
19070 _ACEOF
19071 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19072 if \$ac_cs_recheck; then
19073 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19074 shift
19075 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19076 CONFIG_SHELL='$SHELL'
19077 export CONFIG_SHELL
19078 exec "\$@"
19081 _ACEOF
19082 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19083 exec 5>>config.log
19085 echo
19086 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19087 ## Running $as_me. ##
19088 _ASBOX
19089 $as_echo "$ac_log"
19090 } >&5
19092 _ACEOF
19093 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19095 # INIT-COMMANDS
19097 wine_fn_output_makedep ()
19099 as_dir=tools; as_fn_mkdir_p
19100 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19102 wine_fn_output_makefile ()
19104 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19105 `cat $wine_rules_file`
19106 _WINE_EOF
19107 as_fn_error $? "could not create Makefile" "$LINENO" 5
19109 wine_fn_output_gitignore ()
19111 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19112 $GITIGNORE
19113 _WINE_EOF
19114 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19117 _ACEOF
19119 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19121 # Handling of arguments.
19122 for ac_config_target in $ac_config_targets
19124 case $ac_config_target in
19125 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19126 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19127 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19128 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19129 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19130 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19131 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19132 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19133 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19134 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19135 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19136 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19137 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19138 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19139 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19141 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19142 esac
19143 done
19146 # If the user did not use the arguments to specify the items to instantiate,
19147 # then the envvar interface is used. Set only those that are not.
19148 # We use the long form for the default assignment because of an extremely
19149 # bizarre bug on SunOS 4.1.3.
19150 if $ac_need_defaults; then
19151 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19152 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19153 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19154 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19157 # Have a temporary directory for convenience. Make it in the build tree
19158 # simply because there is no reason against having it here, and in addition,
19159 # creating and moving files from /tmp can sometimes cause problems.
19160 # Hook for its removal unless debugging.
19161 # Note that there is a small window in which the directory will not be cleaned:
19162 # after its creation but before its name has been assigned to `$tmp'.
19163 $debug ||
19165 tmp= ac_tmp=
19166 trap 'exit_status=$?
19167 : "${ac_tmp:=$tmp}"
19168 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19170 trap 'as_fn_exit 1' 1 2 13 15
19172 # Create a (secure) tmp directory for tmp files.
19175 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19176 test -d "$tmp"
19177 } ||
19179 tmp=./conf$$-$RANDOM
19180 (umask 077 && mkdir "$tmp")
19181 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19182 ac_tmp=$tmp
19184 # Set up the scripts for CONFIG_FILES section.
19185 # No need to generate them if there are no CONFIG_FILES.
19186 # This happens for instance with `./config.status config.h'.
19187 if test -n "$CONFIG_FILES"; then
19190 ac_cr=`echo X | tr X '\015'`
19191 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19192 # But we know of no other shell where ac_cr would be empty at this
19193 # point, so we can use a bashism as a fallback.
19194 if test "x$ac_cr" = x; then
19195 eval ac_cr=\$\'\\r\'
19197 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19198 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19199 ac_cs_awk_cr='\\r'
19200 else
19201 ac_cs_awk_cr=$ac_cr
19204 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19205 _ACEOF
19209 echo "cat >conf$$subs.awk <<_ACEOF" &&
19210 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19211 echo "_ACEOF"
19212 } >conf$$subs.sh ||
19213 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19214 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19215 ac_delim='%!_!# '
19216 for ac_last_try in false false false false false :; do
19217 . ./conf$$subs.sh ||
19218 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19220 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19221 if test $ac_delim_n = $ac_delim_num; then
19222 break
19223 elif $ac_last_try; then
19224 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19225 else
19226 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19228 done
19229 rm -f conf$$subs.sh
19231 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19232 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19233 _ACEOF
19234 sed -n '
19236 s/^/S["/; s/!.*/"]=/
19239 s/^[^!]*!//
19240 :repl
19241 t repl
19242 s/'"$ac_delim"'$//
19243 t delim
19246 s/\(.\{148\}\)..*/\1/
19247 t more1
19248 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19251 b repl
19252 :more1
19253 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19256 s/.\{148\}//
19257 t nl
19258 :delim
19260 s/\(.\{148\}\)..*/\1/
19261 t more2
19262 s/["\\]/\\&/g; s/^/"/; s/$/"/
19265 :more2
19266 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19269 s/.\{148\}//
19270 t delim
19271 ' <conf$$subs.awk | sed '
19272 /^[^""]/{
19274 s/\n//
19276 ' >>$CONFIG_STATUS || ac_write_fail=1
19277 rm -f conf$$subs.awk
19278 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19279 _ACAWK
19280 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19281 for (key in S) S_is_set[key] = 1
19282 FS = "\a"
19286 line = $ 0
19287 nfields = split(line, field, "@")
19288 substed = 0
19289 len = length(field[1])
19290 for (i = 2; i < nfields; i++) {
19291 key = field[i]
19292 keylen = length(key)
19293 if (S_is_set[key]) {
19294 value = S[key]
19295 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19296 len += length(value) + length(field[++i])
19297 substed = 1
19298 } else
19299 len += 1 + keylen
19302 print line
19305 _ACAWK
19306 _ACEOF
19307 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19308 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19309 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19310 else
19312 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19313 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19314 _ACEOF
19316 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19317 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19318 # trailing colons and then remove the whole line if VPATH becomes empty
19319 # (actually we leave an empty line to preserve line numbers).
19320 if test "x$srcdir" = x.; then
19321 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19323 s///
19324 s/^/:/
19325 s/[ ]*$/:/
19326 s/:\$(srcdir):/:/g
19327 s/:\${srcdir}:/:/g
19328 s/:@srcdir@:/:/g
19329 s/^:*//
19330 s/:*$//
19332 s/\(=[ ]*\).*/\1/
19334 s/\n//
19335 s/^[^=]*=[ ]*$//
19339 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19340 fi # test -n "$CONFIG_FILES"
19342 # Set up the scripts for CONFIG_HEADERS section.
19343 # No need to generate them if there are no CONFIG_HEADERS.
19344 # This happens for instance with `./config.status Makefile'.
19345 if test -n "$CONFIG_HEADERS"; then
19346 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19347 BEGIN {
19348 _ACEOF
19350 # Transform confdefs.h into an awk script `defines.awk', embedded as
19351 # here-document in config.status, that substitutes the proper values into
19352 # config.h.in to produce config.h.
19354 # Create a delimiter string that does not exist in confdefs.h, to ease
19355 # handling of long lines.
19356 ac_delim='%!_!# '
19357 for ac_last_try in false false :; do
19358 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19359 if test -z "$ac_tt"; then
19360 break
19361 elif $ac_last_try; then
19362 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19363 else
19364 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19366 done
19368 # For the awk script, D is an array of macro values keyed by name,
19369 # likewise P contains macro parameters if any. Preserve backslash
19370 # newline sequences.
19372 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19373 sed -n '
19374 s/.\{148\}/&'"$ac_delim"'/g
19375 t rset
19376 :rset
19377 s/^[ ]*#[ ]*define[ ][ ]*/ /
19378 t def
19380 :def
19381 s/\\$//
19382 t bsnl
19383 s/["\\]/\\&/g
19384 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19385 D["\1"]=" \3"/p
19386 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19388 :bsnl
19389 s/["\\]/\\&/g
19390 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19391 D["\1"]=" \3\\\\\\n"\\/p
19392 t cont
19393 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19394 t cont
19396 :cont
19398 s/.\{148\}/&'"$ac_delim"'/g
19399 t clear
19400 :clear
19401 s/\\$//
19402 t bsnlc
19403 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19405 :bsnlc
19406 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19407 b cont
19408 ' <confdefs.h | sed '
19409 s/'"$ac_delim"'/"\\\
19410 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19412 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19413 for (key in D) D_is_set[key] = 1
19414 FS = "\a"
19416 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19417 line = \$ 0
19418 split(line, arg, " ")
19419 if (arg[1] == "#") {
19420 defundef = arg[2]
19421 mac1 = arg[3]
19422 } else {
19423 defundef = substr(arg[1], 2)
19424 mac1 = arg[2]
19426 split(mac1, mac2, "(") #)
19427 macro = mac2[1]
19428 prefix = substr(line, 1, index(line, defundef) - 1)
19429 if (D_is_set[macro]) {
19430 # Preserve the white space surrounding the "#".
19431 print prefix "define", macro P[macro] D[macro]
19432 next
19433 } else {
19434 # Replace #undef with comments. This is necessary, for example,
19435 # in the case of _POSIX_SOURCE, which is predefined and required
19436 # on some systems where configure will not decide to define it.
19437 if (defundef == "undef") {
19438 print "/*", prefix defundef, macro, "*/"
19439 next
19443 { print }
19444 _ACAWK
19445 _ACEOF
19446 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19447 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19448 fi # test -n "$CONFIG_HEADERS"
19451 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19452 shift
19453 for ac_tag
19455 case $ac_tag in
19456 :[FHLC]) ac_mode=$ac_tag; continue;;
19457 esac
19458 case $ac_mode$ac_tag in
19459 :[FHL]*:*);;
19460 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19461 :[FH]-) ac_tag=-:-;;
19462 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19463 esac
19464 ac_save_IFS=$IFS
19465 IFS=:
19466 set x $ac_tag
19467 IFS=$ac_save_IFS
19468 shift
19469 ac_file=$1
19470 shift
19472 case $ac_mode in
19473 :L) ac_source=$1;;
19474 :[FH])
19475 ac_file_inputs=
19476 for ac_f
19478 case $ac_f in
19479 -) ac_f="$ac_tmp/stdin";;
19480 *) # Look for the file first in the build tree, then in the source tree
19481 # (if the path is not absolute). The absolute path cannot be DOS-style,
19482 # because $ac_f cannot contain `:'.
19483 test -f "$ac_f" ||
19484 case $ac_f in
19485 [\\/$]*) false;;
19486 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19487 esac ||
19488 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19489 esac
19490 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19491 as_fn_append ac_file_inputs " '$ac_f'"
19492 done
19494 # Let's still pretend it is `configure' which instantiates (i.e., don't
19495 # use $as_me), people would be surprised to read:
19496 # /* config.h. Generated by config.status. */
19497 configure_input='Generated from '`
19498 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19499 `' by configure.'
19500 if test x"$ac_file" != x-; then
19501 configure_input="$ac_file. $configure_input"
19502 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19503 $as_echo "$as_me: creating $ac_file" >&6;}
19505 # Neutralize special characters interpreted by sed in replacement strings.
19506 case $configure_input in #(
19507 *\&* | *\|* | *\\* )
19508 ac_sed_conf_input=`$as_echo "$configure_input" |
19509 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19510 *) ac_sed_conf_input=$configure_input;;
19511 esac
19513 case $ac_tag in
19514 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19515 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19516 esac
19518 esac
19520 ac_dir=`$as_dirname -- "$ac_file" ||
19521 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19522 X"$ac_file" : 'X\(//\)[^/]' \| \
19523 X"$ac_file" : 'X\(//\)$' \| \
19524 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19525 $as_echo X"$ac_file" |
19526 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19527 s//\1/
19530 /^X\(\/\/\)[^/].*/{
19531 s//\1/
19534 /^X\(\/\/\)$/{
19535 s//\1/
19538 /^X\(\/\).*/{
19539 s//\1/
19542 s/.*/./; q'`
19543 as_dir="$ac_dir"; as_fn_mkdir_p
19544 ac_builddir=.
19546 case "$ac_dir" in
19547 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19549 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19550 # A ".." for each directory in $ac_dir_suffix.
19551 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19552 case $ac_top_builddir_sub in
19553 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19554 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19555 esac ;;
19556 esac
19557 ac_abs_top_builddir=$ac_pwd
19558 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19559 # for backward compatibility:
19560 ac_top_builddir=$ac_top_build_prefix
19562 case $srcdir in
19563 .) # We are building in place.
19564 ac_srcdir=.
19565 ac_top_srcdir=$ac_top_builddir_sub
19566 ac_abs_top_srcdir=$ac_pwd ;;
19567 [\\/]* | ?:[\\/]* ) # Absolute name.
19568 ac_srcdir=$srcdir$ac_dir_suffix;
19569 ac_top_srcdir=$srcdir
19570 ac_abs_top_srcdir=$srcdir ;;
19571 *) # Relative name.
19572 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19573 ac_top_srcdir=$ac_top_build_prefix$srcdir
19574 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19575 esac
19576 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19579 case $ac_mode in
19582 # CONFIG_FILE
19585 _ACEOF
19587 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19588 # If the template does not know about datarootdir, expand it.
19589 # FIXME: This hack should be removed a few years after 2.60.
19590 ac_datarootdir_hack=; ac_datarootdir_seen=
19591 ac_sed_dataroot='
19592 /datarootdir/ {
19596 /@datadir@/p
19597 /@docdir@/p
19598 /@infodir@/p
19599 /@localedir@/p
19600 /@mandir@/p'
19601 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19602 *datarootdir*) ac_datarootdir_seen=yes;;
19603 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19605 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19606 _ACEOF
19607 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19608 ac_datarootdir_hack='
19609 s&@datadir@&$datadir&g
19610 s&@docdir@&$docdir&g
19611 s&@infodir@&$infodir&g
19612 s&@localedir@&$localedir&g
19613 s&@mandir@&$mandir&g
19614 s&\\\${datarootdir}&$datarootdir&g' ;;
19615 esac
19616 _ACEOF
19618 # Neutralize VPATH when `$srcdir' = `.'.
19619 # Shell code in configure.ac might set extrasub.
19620 # FIXME: do we really want to maintain this feature?
19621 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19622 ac_sed_extra="$ac_vpsub
19623 $extrasub
19624 _ACEOF
19625 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19627 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19628 s|@configure_input@|$ac_sed_conf_input|;t t
19629 s&@top_builddir@&$ac_top_builddir_sub&;t t
19630 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19631 s&@srcdir@&$ac_srcdir&;t t
19632 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19633 s&@top_srcdir@&$ac_top_srcdir&;t t
19634 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19635 s&@builddir@&$ac_builddir&;t t
19636 s&@abs_builddir@&$ac_abs_builddir&;t t
19637 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19638 $ac_datarootdir_hack
19640 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19641 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19643 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19644 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19645 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19646 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19648 which seems to be undefined. Please make sure it is defined" >&5
19649 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19650 which seems to be undefined. Please make sure it is defined" >&2;}
19652 rm -f "$ac_tmp/stdin"
19653 case $ac_file in
19654 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19655 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19656 esac \
19657 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19661 # CONFIG_HEADER
19663 if test x"$ac_file" != x-; then
19665 $as_echo "/* $configure_input */" \
19666 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19667 } >"$ac_tmp/config.h" \
19668 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19669 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19670 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19671 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19672 else
19673 rm -f "$ac_file"
19674 mv "$ac_tmp/config.h" "$ac_file" \
19675 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19677 else
19678 $as_echo "/* $configure_input */" \
19679 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19680 || as_fn_error $? "could not create -" "$LINENO" 5
19685 # CONFIG_LINK
19688 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19690 else
19691 # Prefer the file from the source tree if names are identical.
19692 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19693 ac_source=$srcdir/$ac_source
19696 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19697 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19699 if test ! -r "$ac_source"; then
19700 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19702 rm -f "$ac_file"
19704 # Try a relative symlink, then a hard link, then a copy.
19705 case $ac_source in
19706 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19707 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19708 esac
19709 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19710 ln "$ac_source" "$ac_file" 2>/dev/null ||
19711 cp -p "$ac_source" "$ac_file" ||
19712 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19715 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19716 $as_echo "$as_me: executing $ac_file commands" >&6;}
19718 esac
19721 case $ac_file$ac_mode in
19722 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19723 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19724 "Makefile":C) wine_fn_output_makefile Makefile ;;
19725 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19727 esac
19728 done # for ac_tag
19731 as_fn_exit 0
19732 _ACEOF
19733 ac_clean_files=$ac_clean_files_save
19735 test $ac_write_fail = 0 ||
19736 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19739 # configure is writing to config.log, and then calls config.status.
19740 # config.status does its own redirection, appending to config.log.
19741 # Unfortunately, on DOS this fails, as config.log is still kept open
19742 # by configure, so config.status won't be able to write to it; its
19743 # output is simply discarded. So we exec the FD to /dev/null,
19744 # effectively closing config.log, so it can be properly (re)opened and
19745 # appended to by config.status. When coming back to configure, we
19746 # need to make the FD available again.
19747 if test "$no_create" != yes; then
19748 ac_cs_success=:
19749 ac_config_status_args=
19750 test "$silent" = yes &&
19751 ac_config_status_args="$ac_config_status_args --quiet"
19752 exec 5>/dev/null
19753 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19754 exec 5>>config.log
19755 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19756 # would make configure fail if this is the last instruction.
19757 $ac_cs_success || as_fn_exit 1
19759 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19761 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19765 if test "$no_create" = "yes"
19766 then
19767 exit 0
19770 ac_save_IFS="$IFS"
19771 if test "x$wine_notices" != x; then
19772 echo >&6
19773 IFS="|"
19774 for msg in $wine_notices; do
19775 IFS="$ac_save_IFS"
19776 if ${msg:+false} :; then :
19778 else
19779 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19780 $as_echo "$as_me: $msg" >&6;}
19782 done
19784 IFS="|"
19785 for msg in $wine_warnings; do
19786 IFS="$ac_save_IFS"
19787 if ${msg:+false} :; then :
19789 else
19790 echo >&2
19791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19792 $as_echo "$as_me: WARNING: $msg" >&2;}
19794 done
19795 IFS="$ac_save_IFS"
19797 $as_echo "
19798 $as_me: Finished. Do '${ac_make}' to compile Wine.
19799 " >&6