oleview: Fix compilation with PSDK.
[wine/multimedia.git] / configure
blob33f034352a1fb8f133d5672c36f227019116957a
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.52.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev/null; then :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
219 for as_base in sh bash ksh sh5; do
220 # Try only shells that exist, to save several forks.
221 as_shell=$as_dir/$as_base
222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 CONFIG_SHELL=$as_shell as_have_required=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235 CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
262 if test x$as_have_required = xno; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x${ZSH_VERSION+set} = xset ; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268 else
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
331 as_dirs="'$as_qdir' $as_dirs"
332 as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
415 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit $as_status
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
468 as_lineno_1=$LINENO as_lineno_1a=$LINENO
469 as_lineno_2=$LINENO as_lineno_2a=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
488 chmod +x "$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s='ln -s'
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
543 if mkdir -p . 2>/dev/null; then
544 as_mkdir_p='mkdir -p "$as_dir"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.7.52'
584 PACKAGE_STRING='Wine 1.7.52'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 LINGUAS
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 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 GETTEXTPO_LIBS
658 Z_LIBS
659 FREETYPE_LIBS
660 FREETYPE_CFLAGS
661 LCMS2_LIBS
662 LCMS2_CFLAGS
663 RESOLV_LIBS
664 GPHOTO2_PORT_LIBS
665 GPHOTO2_PORT_CFLAGS
666 GPHOTO2_LIBS
667 GPHOTO2_CFLAGS
668 SANE_LIBS
669 SANE_CFLAGS
670 GNUTLS_LIBS
671 GNUTLS_CFLAGS
672 HAL_LIBS
673 HAL_CFLAGS
674 DBUS_LIBS
675 DBUS_CFLAGS
676 XSLT_LIBS
677 XSLT_CFLAGS
678 XML2_LIBS
679 XML2_CFLAGS
680 LIBPCAP
681 X_EXTRA_LIBS
682 X_LIBS
683 X_PRE_LIBS
684 X_CFLAGS
685 XMKMF
686 PTHREAD_LIBS
687 CROSSCC
688 CROSSTARGET
689 PRELINK
690 CARBON_LIBS
691 QUICKTIME_LIBS
692 OPENCL_LIBS
693 OPENAL_LIBS
694 COREAUDIO_LIBS
695 SECURITY_LIBS
696 DISKARBITRATION_LIBS
697 APPKIT_LIBS
698 CORESERVICES_LIBS
699 APPLICATIONSERVICES_LIBS
700 FORCEFEEDBACK_LIBS
701 IOKIT_LIBS
702 COREFOUNDATION_LIBS
703 LIBWINE_RULES
704 SOCKET_LIBS
705 DLLTOOL
706 LOADER_RULES
707 ALL_TEST_RESOURCES
708 READELF
709 OTOOL
711 LDRPATH_LOCAL
712 LDRPATH_INSTALL
713 DLLFLAGS
714 DLLPREFIX
715 dlldir
717 OPENGL_LIBS
718 ICOTOOL
719 CONVERT
720 RSVG
721 FONTFORGE
722 PKG_CONFIG
723 MSGFMT
724 LDCONFIG
725 EGREP
726 GREP
727 LN_S
728 RANLIB
729 ARFLAGS
730 STRIP
731 ac_ct_AR
733 BISON
734 FLEX
735 TOOLSDIR
736 TARGETFLAGS
738 CPPBIN
739 ac_ct_CXX
740 CXXFLAGS
742 OBJEXT
743 EXEEXT
744 ac_ct_CC
745 CPPFLAGS
746 LDFLAGS
747 CFLAGS
749 SET_MAKE
750 host_os
751 host_vendor
752 host_cpu
753 host
754 build_os
755 build_vendor
756 build_cpu
757 build
758 target_alias
759 host_alias
760 build_alias
761 LIBS
762 ECHO_T
763 ECHO_N
764 ECHO_C
765 DEFS
766 mandir
767 localedir
768 libdir
769 psdir
770 pdfdir
771 dvidir
772 htmldir
773 infodir
774 docdir
775 oldincludedir
776 includedir
777 runstatedir
778 localstatedir
779 sharedstatedir
780 sysconfdir
781 datadir
782 datarootdir
783 libexecdir
784 sbindir
785 bindir
786 program_transform_name
787 prefix
788 exec_prefix
789 PACKAGE_URL
790 PACKAGE_BUGREPORT
791 PACKAGE_STRING
792 PACKAGE_VERSION
793 PACKAGE_TARNAME
794 PACKAGE_NAME
795 PATH_SEPARATOR
796 SHELL'
797 ac_subst_files=''
798 ac_user_opts='
799 enable_option_checking
800 enable_win16
801 enable_win64
802 enable_tests
803 enable_maintainer_mode
804 with_alsa
805 with_capi
806 with_cms
807 with_coreaudio
808 with_cups
809 with_curses
810 with_dbus
811 with_fontconfig
812 with_freetype
813 with_gettext
814 with_gettextpo
815 with_gphoto
816 with_glu
817 with_gnutls
818 with_gsm
819 with_gstreamer
820 with_hal
821 with_jpeg
822 with_ldap
823 with_mpg123
824 with_netapi
825 with_openal
826 with_opencl
827 with_opengl
828 with_osmesa
829 with_oss
830 with_pcap
831 with_png
832 with_pthread
833 with_sane
834 with_tiff
835 with_v4l
836 with_xcomposite
837 with_xcursor
838 with_xinerama
839 with_xinput
840 with_xinput2
841 with_xml
842 with_xrandr
843 with_xrender
844 with_xshape
845 with_xshm
846 with_xslt
847 with_xxf86vm
848 with_zlib
849 with_wine_tools
850 with_wine64
851 enable_largefile
852 with_x
853 enable_acledit
854 enable_aclui
855 enable_activeds
856 enable_actxprxy
857 enable_advapi32
858 enable_advpack
859 enable_amstream
860 enable_api_ms_win_core_com_l1_1_0
861 enable_api_ms_win_core_console_l1_1_0
862 enable_api_ms_win_core_datetime_l1_1_0
863 enable_api_ms_win_core_datetime_l1_1_1
864 enable_api_ms_win_core_debug_l1_1_0
865 enable_api_ms_win_core_debug_l1_1_1
866 enable_api_ms_win_core_errorhandling_l1_1_0
867 enable_api_ms_win_core_errorhandling_l1_1_1
868 enable_api_ms_win_core_errorhandling_l1_1_2
869 enable_api_ms_win_core_fibers_l1_1_0
870 enable_api_ms_win_core_fibers_l1_1_1
871 enable_api_ms_win_core_file_l1_1_0
872 enable_api_ms_win_core_file_l1_2_0
873 enable_api_ms_win_core_file_l2_1_0
874 enable_api_ms_win_core_file_l2_1_1
875 enable_api_ms_win_core_handle_l1_1_0
876 enable_api_ms_win_core_heap_l1_1_0
877 enable_api_ms_win_core_heap_l1_2_0
878 enable_api_ms_win_core_heap_obsolete_l1_1_0
879 enable_api_ms_win_core_interlocked_l1_1_0
880 enable_api_ms_win_core_interlocked_l1_2_0
881 enable_api_ms_win_core_io_l1_1_1
882 enable_api_ms_win_core_kernel32_legacy_l1_1_0
883 enable_api_ms_win_core_libraryloader_l1_1_0
884 enable_api_ms_win_core_libraryloader_l1_1_1
885 enable_api_ms_win_core_localization_l1_2_0
886 enable_api_ms_win_core_localization_l1_2_1
887 enable_api_ms_win_core_localization_obsolete_l1_1_0
888 enable_api_ms_win_core_localregistry_l1_1_0
889 enable_api_ms_win_core_memory_l1_1_0
890 enable_api_ms_win_core_memory_l1_1_1
891 enable_api_ms_win_core_misc_l1_1_0
892 enable_api_ms_win_core_namedpipe_l1_1_0
893 enable_api_ms_win_core_namedpipe_l1_2_0
894 enable_api_ms_win_core_processenvironment_l1_1_0
895 enable_api_ms_win_core_processenvironment_l1_2_0
896 enable_api_ms_win_core_processthreads_l1_1_0
897 enable_api_ms_win_core_processthreads_l1_1_1
898 enable_api_ms_win_core_processthreads_l1_1_2
899 enable_api_ms_win_core_profile_l1_1_0
900 enable_api_ms_win_core_psapi_l1_1_0
901 enable_api_ms_win_core_registry_l1_1_0
902 enable_api_ms_win_core_rtlsupport_l1_1_0
903 enable_api_ms_win_core_rtlsupport_l1_2_0
904 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
905 enable_api_ms_win_core_string_l1_1_0
906 enable_api_ms_win_core_synch_l1_1_0
907 enable_api_ms_win_core_synch_l1_2_0
908 enable_api_ms_win_core_sysinfo_l1_1_0
909 enable_api_ms_win_core_sysinfo_l1_2_0
910 enable_api_ms_win_core_sysinfo_l1_2_1
911 enable_api_ms_win_core_threadpool_legacy_l1_1_0
912 enable_api_ms_win_core_timezone_l1_1_0
913 enable_api_ms_win_core_url_l1_1_0
914 enable_api_ms_win_core_util_l1_1_0
915 enable_api_ms_win_core_winrt_error_l1_1_0
916 enable_api_ms_win_core_winrt_error_l1_1_1
917 enable_api_ms_win_core_winrt_l1_1_0
918 enable_api_ms_win_core_winrt_string_l1_1_0
919 enable_api_ms_win_core_xstate_l2_1_0
920 enable_api_ms_win_crt_conio_l1_1_0
921 enable_api_ms_win_crt_convert_l1_1_0
922 enable_api_ms_win_crt_environment_l1_1_0
923 enable_api_ms_win_crt_filesystem_l1_1_0
924 enable_api_ms_win_crt_heap_l1_1_0
925 enable_api_ms_win_crt_locale_l1_1_0
926 enable_api_ms_win_crt_math_l1_1_0
927 enable_api_ms_win_crt_multibyte_l1_1_0
928 enable_api_ms_win_crt_private_l1_1_0
929 enable_api_ms_win_crt_process_l1_1_0
930 enable_api_ms_win_crt_runtime_l1_1_0
931 enable_api_ms_win_crt_stdio_l1_1_0
932 enable_api_ms_win_crt_string_l1_1_0
933 enable_api_ms_win_crt_time_l1_1_0
934 enable_api_ms_win_crt_utility_l1_1_0
935 enable_api_ms_win_downlevel_advapi32_l1_1_0
936 enable_api_ms_win_downlevel_advapi32_l2_1_0
937 enable_api_ms_win_downlevel_normaliz_l1_1_0
938 enable_api_ms_win_downlevel_ole32_l1_1_0
939 enable_api_ms_win_downlevel_shell32_l1_1_0
940 enable_api_ms_win_downlevel_shlwapi_l1_1_0
941 enable_api_ms_win_downlevel_shlwapi_l2_1_0
942 enable_api_ms_win_downlevel_user32_l1_1_0
943 enable_api_ms_win_downlevel_version_l1_1_0
944 enable_api_ms_win_eventing_provider_l1_1_0
945 enable_api_ms_win_ntuser_dc_access_l1_1_0
946 enable_api_ms_win_security_base_l1_1_0
947 enable_api_ms_win_security_base_l1_2_0
948 enable_api_ms_win_security_sddl_l1_1_0
949 enable_api_ms_win_service_core_l1_1_1
950 enable_api_ms_win_service_management_l1_1_0
951 enable_api_ms_win_service_winsvc_l1_2_0
952 enable_apphelp
953 enable_appwiz_cpl
954 enable_atl
955 enable_atl100
956 enable_atl110
957 enable_atl80
958 enable_atl90
959 enable_authz
960 enable_avicap32
961 enable_avifil32
962 enable_avrt
963 enable_bcrypt
964 enable_browseui
965 enable_cabinet
966 enable_capi2032
967 enable_cards
968 enable_cfgmgr32
969 enable_clusapi
970 enable_combase
971 enable_comcat
972 enable_comctl32
973 enable_comdlg32
974 enable_compstui
975 enable_comsvcs
976 enable_connect
977 enable_credui
978 enable_crtdll
979 enable_crypt32
980 enable_cryptdlg
981 enable_cryptdll
982 enable_cryptext
983 enable_cryptnet
984 enable_cryptui
985 enable_ctapi32
986 enable_ctl3d32
987 enable_d2d1
988 enable_d3d10
989 enable_d3d10_1
990 enable_d3d10core
991 enable_d3d11
992 enable_d3d8
993 enable_d3d9
994 enable_d3dcompiler_33
995 enable_d3dcompiler_34
996 enable_d3dcompiler_35
997 enable_d3dcompiler_36
998 enable_d3dcompiler_37
999 enable_d3dcompiler_38
1000 enable_d3dcompiler_39
1001 enable_d3dcompiler_40
1002 enable_d3dcompiler_41
1003 enable_d3dcompiler_42
1004 enable_d3dcompiler_43
1005 enable_d3dcompiler_46
1006 enable_d3dcompiler_47
1007 enable_d3dim
1008 enable_d3drm
1009 enable_d3dx10_33
1010 enable_d3dx10_34
1011 enable_d3dx10_35
1012 enable_d3dx10_36
1013 enable_d3dx10_37
1014 enable_d3dx10_38
1015 enable_d3dx10_39
1016 enable_d3dx10_40
1017 enable_d3dx10_41
1018 enable_d3dx10_42
1019 enable_d3dx10_43
1020 enable_d3dx11_42
1021 enable_d3dx11_43
1022 enable_d3dx9_24
1023 enable_d3dx9_25
1024 enable_d3dx9_26
1025 enable_d3dx9_27
1026 enable_d3dx9_28
1027 enable_d3dx9_29
1028 enable_d3dx9_30
1029 enable_d3dx9_31
1030 enable_d3dx9_32
1031 enable_d3dx9_33
1032 enable_d3dx9_34
1033 enable_d3dx9_35
1034 enable_d3dx9_36
1035 enable_d3dx9_37
1036 enable_d3dx9_38
1037 enable_d3dx9_39
1038 enable_d3dx9_40
1039 enable_d3dx9_41
1040 enable_d3dx9_42
1041 enable_d3dx9_43
1042 enable_d3dxof
1043 enable_davclnt
1044 enable_dbgeng
1045 enable_dbghelp
1046 enable_dciman32
1047 enable_ddraw
1048 enable_ddrawex
1049 enable_devenum
1050 enable_dhcpcsvc
1051 enable_difxapi
1052 enable_dinput
1053 enable_dinput8
1054 enable_dispex
1055 enable_dmband
1056 enable_dmcompos
1057 enable_dmime
1058 enable_dmloader
1059 enable_dmscript
1060 enable_dmstyle
1061 enable_dmsynth
1062 enable_dmusic
1063 enable_dmusic32
1064 enable_dnsapi
1065 enable_dplay
1066 enable_dplayx
1067 enable_dpnaddr
1068 enable_dpnet
1069 enable_dpnhpast
1070 enable_dpnlobby
1071 enable_dpvoice
1072 enable_dpwsockx
1073 enable_drmclien
1074 enable_dsound
1075 enable_dssenh
1076 enable_dswave
1077 enable_dwmapi
1078 enable_dwrite
1079 enable_dxdiagn
1080 enable_dxgi
1081 enable_dxva2
1082 enable_esent
1083 enable_evr
1084 enable_explorerframe
1085 enable_ext_ms_win_gdi_devcaps_l1_1_0
1086 enable_faultrep
1087 enable_fltlib
1088 enable_fntcache
1089 enable_fontsub
1090 enable_fusion
1091 enable_fwpuclnt
1092 enable_gameux
1093 enable_gdi32
1094 enable_gdiplus
1095 enable_glu32
1096 enable_gphoto2_ds
1097 enable_gpkcsp
1098 enable_hal
1099 enable_hhctrl_ocx
1100 enable_hid
1101 enable_hidclass_sys
1102 enable_hlink
1103 enable_hnetcfg
1104 enable_httpapi
1105 enable_iccvid
1106 enable_icmp
1107 enable_ieframe
1108 enable_imaadp32_acm
1109 enable_imagehlp
1110 enable_imm32
1111 enable_inetcomm
1112 enable_inetcpl_cpl
1113 enable_inetmib1
1114 enable_infosoft
1115 enable_initpki
1116 enable_inkobj
1117 enable_inseng
1118 enable_iphlpapi
1119 enable_itircl
1120 enable_itss
1121 enable_joy_cpl
1122 enable_jscript
1123 enable_jsproxy
1124 enable_kernel32
1125 enable_ksuser
1126 enable_ktmw32
1127 enable_loadperf
1128 enable_localspl
1129 enable_localui
1130 enable_lz32
1131 enable_mapi32
1132 enable_mapistub
1133 enable_mciavi32
1134 enable_mcicda
1135 enable_mciqtz32
1136 enable_mciseq
1137 enable_mciwave
1138 enable_mf
1139 enable_mfplat
1140 enable_mfreadwrite
1141 enable_mgmtapi
1142 enable_midimap
1143 enable_mlang
1144 enable_mmcndmgr
1145 enable_mmdevapi
1146 enable_mountmgr_sys
1147 enable_mpr
1148 enable_mprapi
1149 enable_msacm32_drv
1150 enable_msacm32
1151 enable_msadp32_acm
1152 enable_msasn1
1153 enable_mscat32
1154 enable_mscms
1155 enable_mscoree
1156 enable_msctf
1157 enable_msctfp
1158 enable_msdaps
1159 enable_msdelta
1160 enable_msdmo
1161 enable_msftedit
1162 enable_msg711_acm
1163 enable_msgsm32_acm
1164 enable_mshtml_tlb
1165 enable_mshtml
1166 enable_msi
1167 enable_msident
1168 enable_msimg32
1169 enable_msimsg
1170 enable_msimtf
1171 enable_msisip
1172 enable_msisys_ocx
1173 enable_msls31
1174 enable_msnet32
1175 enable_mspatcha
1176 enable_msrle32
1177 enable_msscript_ocx
1178 enable_mssign32
1179 enable_mssip32
1180 enable_mstask
1181 enable_msvcirt
1182 enable_msvcm80
1183 enable_msvcm90
1184 enable_msvcp100
1185 enable_msvcp110
1186 enable_msvcp120
1187 enable_msvcp120_app
1188 enable_msvcp60
1189 enable_msvcp70
1190 enable_msvcp71
1191 enable_msvcp80
1192 enable_msvcp90
1193 enable_msvcr100
1194 enable_msvcr110
1195 enable_msvcr120
1196 enable_msvcr120_app
1197 enable_msvcr70
1198 enable_msvcr71
1199 enable_msvcr80
1200 enable_msvcr90
1201 enable_msvcrt
1202 enable_msvcrt20
1203 enable_msvcrt40
1204 enable_msvcrtd
1205 enable_msvfw32
1206 enable_msvidc32
1207 enable_mswsock
1208 enable_msxml
1209 enable_msxml2
1210 enable_msxml3
1211 enable_msxml4
1212 enable_msxml6
1213 enable_nddeapi
1214 enable_ndis_sys
1215 enable_netapi32
1216 enable_netcfgx
1217 enable_netprofm
1218 enable_newdev
1219 enable_normaliz
1220 enable_npmshtml
1221 enable_npptools
1222 enable_ntdll
1223 enable_ntdsapi
1224 enable_ntoskrnl_exe
1225 enable_ntprint
1226 enable_objsel
1227 enable_odbc32
1228 enable_odbccp32
1229 enable_odbccu32
1230 enable_ole32
1231 enable_oleacc
1232 enable_oleaut32
1233 enable_olecli32
1234 enable_oledb32
1235 enable_oledlg
1236 enable_olepro32
1237 enable_olesvr32
1238 enable_olethk32
1239 enable_openal32
1240 enable_opencl
1241 enable_opengl32
1242 enable_packager
1243 enable_pdh
1244 enable_photometadatahandler
1245 enable_pidgen
1246 enable_powrprof
1247 enable_printui
1248 enable_prntvpt
1249 enable_propsys
1250 enable_psapi
1251 enable_pstorec
1252 enable_qcap
1253 enable_qedit
1254 enable_qmgr
1255 enable_qmgrprxy
1256 enable_quartz
1257 enable_query
1258 enable_rasapi32
1259 enable_rasdlg
1260 enable_regapi
1261 enable_resutils
1262 enable_riched20
1263 enable_riched32
1264 enable_rpcrt4
1265 enable_rsabase
1266 enable_rsaenh
1267 enable_rstrtmgr
1268 enable_rtutils
1269 enable_samlib
1270 enable_sane_ds
1271 enable_scarddlg
1272 enable_sccbase
1273 enable_schannel
1274 enable_schedsvc
1275 enable_scrrun
1276 enable_scsiport_sys
1277 enable_secur32
1278 enable_security
1279 enable_sensapi
1280 enable_serialui
1281 enable_setupapi
1282 enable_sfc
1283 enable_sfc_os
1284 enable_shdoclc
1285 enable_shdocvw
1286 enable_shell32
1287 enable_shfolder
1288 enable_shlwapi
1289 enable_slbcsp
1290 enable_slc
1291 enable_snmpapi
1292 enable_softpub
1293 enable_spoolss
1294 enable_stdole2_tlb
1295 enable_stdole32_tlb
1296 enable_sti
1297 enable_svrapi
1298 enable_sxs
1299 enable_t2embed
1300 enable_tapi32
1301 enable_taskschd
1302 enable_traffic
1303 enable_twain_32
1304 enable_ucrtbase
1305 enable_unicows
1306 enable_updspapi
1307 enable_url
1308 enable_urlmon
1309 enable_usbd_sys
1310 enable_user32
1311 enable_userenv
1312 enable_usp10
1313 enable_uxtheme
1314 enable_vbscript
1315 enable_vcomp
1316 enable_vcomp100
1317 enable_vcomp110
1318 enable_vcomp90
1319 enable_vdmdbg
1320 enable_version
1321 enable_vssapi
1322 enable_wbemdisp
1323 enable_wbemprox
1324 enable_webservices
1325 enable_wer
1326 enable_wevtapi
1327 enable_wiaservc
1328 enable_windowscodecs
1329 enable_windowscodecsext
1330 enable_winealsa_drv
1331 enable_winecoreaudio_drv
1332 enable_wined3d
1333 enable_winegstreamer
1334 enable_winejoystick_drv
1335 enable_winemac_drv
1336 enable_winemapi
1337 enable_winemp3_acm
1338 enable_wineoss_drv
1339 enable_wineps_drv
1340 enable_wineqtdecoder
1341 enable_winex11_drv
1342 enable_wing32
1343 enable_winhttp
1344 enable_wininet
1345 enable_winmm
1346 enable_winnls32
1347 enable_winscard
1348 enable_winspool_drv
1349 enable_winsta
1350 enable_wintab32
1351 enable_wintrust
1352 enable_wlanapi
1353 enable_wldap32
1354 enable_wmi
1355 enable_wmiutils
1356 enable_wmp
1357 enable_wmvcore
1358 enable_wnaspi32
1359 enable_wpcap
1360 enable_ws2_32
1361 enable_wshom_ocx
1362 enable_wsnmp32
1363 enable_wsock32
1364 enable_wtsapi32
1365 enable_wuapi
1366 enable_wuaueng
1367 enable_x3daudio1_0
1368 enable_x3daudio1_1
1369 enable_x3daudio1_2
1370 enable_x3daudio1_3
1371 enable_x3daudio1_4
1372 enable_x3daudio1_5
1373 enable_x3daudio1_6
1374 enable_x3daudio1_7
1375 enable_xapofx1_1
1376 enable_xapofx1_2
1377 enable_xapofx1_3
1378 enable_xapofx1_4
1379 enable_xapofx1_5
1380 enable_xaudio2_1
1381 enable_xaudio2_2
1382 enable_xaudio2_3
1383 enable_xaudio2_4
1384 enable_xaudio2_5
1385 enable_xaudio2_6
1386 enable_xaudio2_7
1387 enable_xaudio2_8
1388 enable_xinput1_1
1389 enable_xinput1_2
1390 enable_xinput1_3
1391 enable_xinput1_4
1392 enable_xinput9_1_0
1393 enable_xmllite
1394 enable_xolehlp
1395 enable_xpsprint
1396 enable_xpssvcs
1397 enable_documentation
1398 enable_fonts
1399 enable_include
1400 enable_libs_port
1401 enable_libs_wine
1402 enable_libs_wpp
1403 enable_loader
1404 enable_arp
1405 enable_aspnet_regiis
1406 enable_attrib
1407 enable_cabarc
1408 enable_cacls
1409 enable_clock
1410 enable_cmd
1411 enable_conhost
1412 enable_control
1413 enable_cscript
1414 enable_dpnsvr
1415 enable_dxdiag
1416 enable_eject
1417 enable_expand
1418 enable_explorer
1419 enable_extrac32
1420 enable_findstr
1421 enable_hh
1422 enable_hostname
1423 enable_icinfo
1424 enable_iexplore
1425 enable_ipconfig
1426 enable_lodctr
1427 enable_mofcomp
1428 enable_mshta
1429 enable_msiexec
1430 enable_net
1431 enable_netsh
1432 enable_netstat
1433 enable_ngen
1434 enable_notepad
1435 enable_oleview
1436 enable_ping
1437 enable_plugplay
1438 enable_presentationfontcache
1439 enable_progman
1440 enable_reg
1441 enable_regasm
1442 enable_regedit
1443 enable_regsvcs
1444 enable_regsvr32
1445 enable_rpcss
1446 enable_rundll32
1447 enable_sc
1448 enable_schtasks
1449 enable_sdbinst
1450 enable_secedit
1451 enable_servicemodelreg
1452 enable_services
1453 enable_spoolsv
1454 enable_start
1455 enable_svchost
1456 enable_systeminfo
1457 enable_taskkill
1458 enable_tasklist
1459 enable_taskmgr
1460 enable_termsv
1461 enable_uninstaller
1462 enable_unlodctr
1463 enable_view
1464 enable_wevtutil
1465 enable_wineboot
1466 enable_winebrowser
1467 enable_winecfg
1468 enable_wineconsole
1469 enable_winedbg
1470 enable_winedevice
1471 enable_winefile
1472 enable_winemenubuilder
1473 enable_winemine
1474 enable_winemsibuilder
1475 enable_winepath
1476 enable_winetest
1477 enable_winhlp32
1478 enable_winver
1479 enable_wmic
1480 enable_wordpad
1481 enable_write
1482 enable_wscript
1483 enable_wusa
1484 enable_xcopy
1485 enable_server
1486 enable_tools
1488 ac_precious_vars='build_alias
1489 host_alias
1490 target_alias
1492 CFLAGS
1493 LDFLAGS
1494 LIBS
1495 CPPFLAGS
1497 CXXFLAGS
1500 XMKMF
1501 XML2_CFLAGS
1502 XML2_LIBS
1503 XSLT_CFLAGS
1504 XSLT_LIBS
1505 DBUS_CFLAGS
1506 DBUS_LIBS
1507 HAL_CFLAGS
1508 HAL_LIBS
1509 GNUTLS_CFLAGS
1510 GNUTLS_LIBS
1511 SANE_CFLAGS
1512 SANE_LIBS
1513 GPHOTO2_CFLAGS
1514 GPHOTO2_LIBS
1515 GPHOTO2_PORT_CFLAGS
1516 GPHOTO2_PORT_LIBS
1517 LCMS2_CFLAGS
1518 LCMS2_LIBS
1519 FREETYPE_CFLAGS
1520 FREETYPE_LIBS
1521 GSTREAMER_CFLAGS
1522 GSTREAMER_LIBS
1523 CAPI20_CFLAGS
1524 CAPI20_LIBS
1525 FONTCONFIG_CFLAGS
1526 FONTCONFIG_LIBS
1527 JPEG_CFLAGS
1528 JPEG_LIBS
1529 PNG_CFLAGS
1530 PNG_LIBS
1531 TIFF_CFLAGS
1532 TIFF_LIBS
1533 MPG123_CFLAGS
1534 MPG123_LIBS'
1537 # Initialize some variables set by options.
1538 ac_init_help=
1539 ac_init_version=false
1540 ac_unrecognized_opts=
1541 ac_unrecognized_sep=
1542 # The variables have the same names as the options, with
1543 # dashes changed to underlines.
1544 cache_file=/dev/null
1545 exec_prefix=NONE
1546 no_create=
1547 no_recursion=
1548 prefix=NONE
1549 program_prefix=NONE
1550 program_suffix=NONE
1551 program_transform_name=s,x,x,
1552 silent=
1553 site=
1554 srcdir=
1555 verbose=
1556 x_includes=NONE
1557 x_libraries=NONE
1559 # Installation directory options.
1560 # These are left unexpanded so users can "make install exec_prefix=/foo"
1561 # and all the variables that are supposed to be based on exec_prefix
1562 # by default will actually change.
1563 # Use braces instead of parens because sh, perl, etc. also accept them.
1564 # (The list follows the same order as the GNU Coding Standards.)
1565 bindir='${exec_prefix}/bin'
1566 sbindir='${exec_prefix}/sbin'
1567 libexecdir='${exec_prefix}/libexec'
1568 datarootdir='${prefix}/share'
1569 datadir='${datarootdir}'
1570 sysconfdir='${prefix}/etc'
1571 sharedstatedir='${prefix}/com'
1572 localstatedir='${prefix}/var'
1573 runstatedir='${localstatedir}/run'
1574 includedir='${prefix}/include'
1575 oldincludedir='/usr/include'
1576 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1577 infodir='${datarootdir}/info'
1578 htmldir='${docdir}'
1579 dvidir='${docdir}'
1580 pdfdir='${docdir}'
1581 psdir='${docdir}'
1582 libdir='${exec_prefix}/lib'
1583 localedir='${datarootdir}/locale'
1584 mandir='${datarootdir}/man'
1586 ac_prev=
1587 ac_dashdash=
1588 for ac_option
1590 # If the previous option needs an argument, assign it.
1591 if test -n "$ac_prev"; then
1592 eval $ac_prev=\$ac_option
1593 ac_prev=
1594 continue
1597 case $ac_option in
1598 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1599 *=) ac_optarg= ;;
1600 *) ac_optarg=yes ;;
1601 esac
1603 # Accept the important Cygnus configure options, so we can diagnose typos.
1605 case $ac_dashdash$ac_option in
1607 ac_dashdash=yes ;;
1609 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1610 ac_prev=bindir ;;
1611 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1612 bindir=$ac_optarg ;;
1614 -build | --build | --buil | --bui | --bu)
1615 ac_prev=build_alias ;;
1616 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1617 build_alias=$ac_optarg ;;
1619 -cache-file | --cache-file | --cache-fil | --cache-fi \
1620 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1621 ac_prev=cache_file ;;
1622 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1623 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1624 cache_file=$ac_optarg ;;
1626 --config-cache | -C)
1627 cache_file=config.cache ;;
1629 -datadir | --datadir | --datadi | --datad)
1630 ac_prev=datadir ;;
1631 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1632 datadir=$ac_optarg ;;
1634 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1635 | --dataroo | --dataro | --datar)
1636 ac_prev=datarootdir ;;
1637 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1638 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1639 datarootdir=$ac_optarg ;;
1641 -disable-* | --disable-*)
1642 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1643 # Reject names that are not valid shell variable names.
1644 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1645 as_fn_error $? "invalid feature name: $ac_useropt"
1646 ac_useropt_orig=$ac_useropt
1647 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1648 case $ac_user_opts in
1650 "enable_$ac_useropt"
1651 "*) ;;
1652 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1653 ac_unrecognized_sep=', ';;
1654 esac
1655 eval enable_$ac_useropt=no ;;
1657 -docdir | --docdir | --docdi | --doc | --do)
1658 ac_prev=docdir ;;
1659 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1660 docdir=$ac_optarg ;;
1662 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1663 ac_prev=dvidir ;;
1664 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1665 dvidir=$ac_optarg ;;
1667 -enable-* | --enable-*)
1668 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1669 # Reject names that are not valid shell variable names.
1670 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1671 as_fn_error $? "invalid feature name: $ac_useropt"
1672 ac_useropt_orig=$ac_useropt
1673 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1674 case $ac_user_opts in
1676 "enable_$ac_useropt"
1677 "*) ;;
1678 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1679 ac_unrecognized_sep=', ';;
1680 esac
1681 eval enable_$ac_useropt=\$ac_optarg ;;
1683 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1684 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1685 | --exec | --exe | --ex)
1686 ac_prev=exec_prefix ;;
1687 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1688 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1689 | --exec=* | --exe=* | --ex=*)
1690 exec_prefix=$ac_optarg ;;
1692 -gas | --gas | --ga | --g)
1693 # Obsolete; use --with-gas.
1694 with_gas=yes ;;
1696 -help | --help | --hel | --he | -h)
1697 ac_init_help=long ;;
1698 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1699 ac_init_help=recursive ;;
1700 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1701 ac_init_help=short ;;
1703 -host | --host | --hos | --ho)
1704 ac_prev=host_alias ;;
1705 -host=* | --host=* | --hos=* | --ho=*)
1706 host_alias=$ac_optarg ;;
1708 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1709 ac_prev=htmldir ;;
1710 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1711 | --ht=*)
1712 htmldir=$ac_optarg ;;
1714 -includedir | --includedir | --includedi | --included | --include \
1715 | --includ | --inclu | --incl | --inc)
1716 ac_prev=includedir ;;
1717 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1718 | --includ=* | --inclu=* | --incl=* | --inc=*)
1719 includedir=$ac_optarg ;;
1721 -infodir | --infodir | --infodi | --infod | --info | --inf)
1722 ac_prev=infodir ;;
1723 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1724 infodir=$ac_optarg ;;
1726 -libdir | --libdir | --libdi | --libd)
1727 ac_prev=libdir ;;
1728 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1729 libdir=$ac_optarg ;;
1731 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1732 | --libexe | --libex | --libe)
1733 ac_prev=libexecdir ;;
1734 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1735 | --libexe=* | --libex=* | --libe=*)
1736 libexecdir=$ac_optarg ;;
1738 -localedir | --localedir | --localedi | --localed | --locale)
1739 ac_prev=localedir ;;
1740 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1741 localedir=$ac_optarg ;;
1743 -localstatedir | --localstatedir | --localstatedi | --localstated \
1744 | --localstate | --localstat | --localsta | --localst | --locals)
1745 ac_prev=localstatedir ;;
1746 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1747 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1748 localstatedir=$ac_optarg ;;
1750 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1751 ac_prev=mandir ;;
1752 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1753 mandir=$ac_optarg ;;
1755 -nfp | --nfp | --nf)
1756 # Obsolete; use --without-fp.
1757 with_fp=no ;;
1759 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1760 | --no-cr | --no-c | -n)
1761 no_create=yes ;;
1763 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1764 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1765 no_recursion=yes ;;
1767 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1768 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1769 | --oldin | --oldi | --old | --ol | --o)
1770 ac_prev=oldincludedir ;;
1771 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1772 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1773 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1774 oldincludedir=$ac_optarg ;;
1776 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1777 ac_prev=prefix ;;
1778 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1779 prefix=$ac_optarg ;;
1781 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1782 | --program-pre | --program-pr | --program-p)
1783 ac_prev=program_prefix ;;
1784 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1785 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1786 program_prefix=$ac_optarg ;;
1788 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1789 | --program-suf | --program-su | --program-s)
1790 ac_prev=program_suffix ;;
1791 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1792 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1793 program_suffix=$ac_optarg ;;
1795 -program-transform-name | --program-transform-name \
1796 | --program-transform-nam | --program-transform-na \
1797 | --program-transform-n | --program-transform- \
1798 | --program-transform | --program-transfor \
1799 | --program-transfo | --program-transf \
1800 | --program-trans | --program-tran \
1801 | --progr-tra | --program-tr | --program-t)
1802 ac_prev=program_transform_name ;;
1803 -program-transform-name=* | --program-transform-name=* \
1804 | --program-transform-nam=* | --program-transform-na=* \
1805 | --program-transform-n=* | --program-transform-=* \
1806 | --program-transform=* | --program-transfor=* \
1807 | --program-transfo=* | --program-transf=* \
1808 | --program-trans=* | --program-tran=* \
1809 | --progr-tra=* | --program-tr=* | --program-t=*)
1810 program_transform_name=$ac_optarg ;;
1812 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1813 ac_prev=pdfdir ;;
1814 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1815 pdfdir=$ac_optarg ;;
1817 -psdir | --psdir | --psdi | --psd | --ps)
1818 ac_prev=psdir ;;
1819 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1820 psdir=$ac_optarg ;;
1822 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1823 | -silent | --silent | --silen | --sile | --sil)
1824 silent=yes ;;
1826 -runstatedir | --runstatedir | --runstatedi | --runstated \
1827 | --runstate | --runstat | --runsta | --runst | --runs \
1828 | --run | --ru | --r)
1829 ac_prev=runstatedir ;;
1830 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1831 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1832 | --run=* | --ru=* | --r=*)
1833 runstatedir=$ac_optarg ;;
1835 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1836 ac_prev=sbindir ;;
1837 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1838 | --sbi=* | --sb=*)
1839 sbindir=$ac_optarg ;;
1841 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1842 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1843 | --sharedst | --shareds | --shared | --share | --shar \
1844 | --sha | --sh)
1845 ac_prev=sharedstatedir ;;
1846 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1847 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1848 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1849 | --sha=* | --sh=*)
1850 sharedstatedir=$ac_optarg ;;
1852 -site | --site | --sit)
1853 ac_prev=site ;;
1854 -site=* | --site=* | --sit=*)
1855 site=$ac_optarg ;;
1857 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1858 ac_prev=srcdir ;;
1859 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1860 srcdir=$ac_optarg ;;
1862 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1863 | --syscon | --sysco | --sysc | --sys | --sy)
1864 ac_prev=sysconfdir ;;
1865 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1866 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1867 sysconfdir=$ac_optarg ;;
1869 -target | --target | --targe | --targ | --tar | --ta | --t)
1870 ac_prev=target_alias ;;
1871 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1872 target_alias=$ac_optarg ;;
1874 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1875 verbose=yes ;;
1877 -version | --version | --versio | --versi | --vers | -V)
1878 ac_init_version=: ;;
1880 -with-* | --with-*)
1881 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1882 # Reject names that are not valid shell variable names.
1883 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1884 as_fn_error $? "invalid package name: $ac_useropt"
1885 ac_useropt_orig=$ac_useropt
1886 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1887 case $ac_user_opts in
1889 "with_$ac_useropt"
1890 "*) ;;
1891 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1892 ac_unrecognized_sep=', ';;
1893 esac
1894 eval with_$ac_useropt=\$ac_optarg ;;
1896 -without-* | --without-*)
1897 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1898 # Reject names that are not valid shell variable names.
1899 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1900 as_fn_error $? "invalid package name: $ac_useropt"
1901 ac_useropt_orig=$ac_useropt
1902 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1903 case $ac_user_opts in
1905 "with_$ac_useropt"
1906 "*) ;;
1907 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1908 ac_unrecognized_sep=', ';;
1909 esac
1910 eval with_$ac_useropt=no ;;
1912 --x)
1913 # Obsolete; use --with-x.
1914 with_x=yes ;;
1916 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1917 | --x-incl | --x-inc | --x-in | --x-i)
1918 ac_prev=x_includes ;;
1919 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1920 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1921 x_includes=$ac_optarg ;;
1923 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1924 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1925 ac_prev=x_libraries ;;
1926 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1927 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1928 x_libraries=$ac_optarg ;;
1930 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1931 Try \`$0 --help' for more information"
1934 *=*)
1935 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1936 # Reject names that are not valid shell variable names.
1937 case $ac_envvar in #(
1938 '' | [0-9]* | *[!_$as_cr_alnum]* )
1939 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1940 esac
1941 eval $ac_envvar=\$ac_optarg
1942 export $ac_envvar ;;
1945 # FIXME: should be removed in autoconf 3.0.
1946 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1947 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1948 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1949 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1952 esac
1953 done
1955 if test -n "$ac_prev"; then
1956 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1957 as_fn_error $? "missing argument to $ac_option"
1960 if test -n "$ac_unrecognized_opts"; then
1961 case $enable_option_checking in
1962 no) ;;
1963 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1964 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1965 esac
1968 # Check all directory arguments for consistency.
1969 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1970 datadir sysconfdir sharedstatedir localstatedir includedir \
1971 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1972 libdir localedir mandir runstatedir
1974 eval ac_val=\$$ac_var
1975 # Remove trailing slashes.
1976 case $ac_val in
1977 */ )
1978 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1979 eval $ac_var=\$ac_val;;
1980 esac
1981 # Be sure to have absolute directory names.
1982 case $ac_val in
1983 [\\/$]* | ?:[\\/]* ) continue;;
1984 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1985 esac
1986 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1987 done
1989 # There might be people who depend on the old broken behavior: `$host'
1990 # used to hold the argument of --host etc.
1991 # FIXME: To remove some day.
1992 build=$build_alias
1993 host=$host_alias
1994 target=$target_alias
1996 # FIXME: To remove some day.
1997 if test "x$host_alias" != x; then
1998 if test "x$build_alias" = x; then
1999 cross_compiling=maybe
2000 elif test "x$build_alias" != "x$host_alias"; then
2001 cross_compiling=yes
2005 ac_tool_prefix=
2006 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2008 test "$silent" = yes && exec 6>/dev/null
2011 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2012 ac_ls_di=`ls -di .` &&
2013 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2014 as_fn_error $? "working directory cannot be determined"
2015 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2016 as_fn_error $? "pwd does not report name of working directory"
2019 # Find the source files, if location was not specified.
2020 if test -z "$srcdir"; then
2021 ac_srcdir_defaulted=yes
2022 # Try the directory containing this script, then the parent directory.
2023 ac_confdir=`$as_dirname -- "$as_myself" ||
2024 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2025 X"$as_myself" : 'X\(//\)[^/]' \| \
2026 X"$as_myself" : 'X\(//\)$' \| \
2027 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2028 $as_echo X"$as_myself" |
2029 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2030 s//\1/
2033 /^X\(\/\/\)[^/].*/{
2034 s//\1/
2037 /^X\(\/\/\)$/{
2038 s//\1/
2041 /^X\(\/\).*/{
2042 s//\1/
2045 s/.*/./; q'`
2046 srcdir=$ac_confdir
2047 if test ! -r "$srcdir/$ac_unique_file"; then
2048 srcdir=..
2050 else
2051 ac_srcdir_defaulted=no
2053 if test ! -r "$srcdir/$ac_unique_file"; then
2054 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2055 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2057 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2058 ac_abs_confdir=`(
2059 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2060 pwd)`
2061 # When building in place, set srcdir=.
2062 if test "$ac_abs_confdir" = "$ac_pwd"; then
2063 srcdir=.
2065 # Remove unnecessary trailing slashes from srcdir.
2066 # Double slashes in file names in object file debugging info
2067 # mess up M-x gdb in Emacs.
2068 case $srcdir in
2069 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2070 esac
2071 for ac_var in $ac_precious_vars; do
2072 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2073 eval ac_env_${ac_var}_value=\$${ac_var}
2074 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2075 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2076 done
2079 # Report the --help message.
2081 if test "$ac_init_help" = "long"; then
2082 # Omit some internal or obsolete options to make the list less imposing.
2083 # This message is too long to be a string in the A/UX 3.1 sh.
2084 cat <<_ACEOF
2085 \`configure' configures Wine 1.7.52 to adapt to many kinds of systems.
2087 Usage: $0 [OPTION]... [VAR=VALUE]...
2089 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2090 VAR=VALUE. See below for descriptions of some of the useful variables.
2092 Defaults for the options are specified in brackets.
2094 Configuration:
2095 -h, --help display this help and exit
2096 --help=short display options specific to this package
2097 --help=recursive display the short help of all the included packages
2098 -V, --version display version information and exit
2099 -q, --quiet, --silent do not print \`checking ...' messages
2100 --cache-file=FILE cache test results in FILE [disabled]
2101 -C, --config-cache alias for \`--cache-file=config.cache'
2102 -n, --no-create do not create output files
2103 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2105 Installation directories:
2106 --prefix=PREFIX install architecture-independent files in PREFIX
2107 [$ac_default_prefix]
2108 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2109 [PREFIX]
2111 By default, \`make install' will install all the files in
2112 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2113 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2114 for instance \`--prefix=\$HOME'.
2116 For better control, use the options below.
2118 Fine tuning of the installation directories:
2119 --bindir=DIR user executables [EPREFIX/bin]
2120 --sbindir=DIR system admin executables [EPREFIX/sbin]
2121 --libexecdir=DIR program executables [EPREFIX/libexec]
2122 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2123 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2124 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2125 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2126 --libdir=DIR object code libraries [EPREFIX/lib]
2127 --includedir=DIR C header files [PREFIX/include]
2128 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2129 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2130 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2131 --infodir=DIR info documentation [DATAROOTDIR/info]
2132 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2133 --mandir=DIR man documentation [DATAROOTDIR/man]
2134 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2135 --htmldir=DIR html documentation [DOCDIR]
2136 --dvidir=DIR dvi documentation [DOCDIR]
2137 --pdfdir=DIR pdf documentation [DOCDIR]
2138 --psdir=DIR ps documentation [DOCDIR]
2139 _ACEOF
2141 cat <<\_ACEOF
2143 X features:
2144 --x-includes=DIR X include files are in DIR
2145 --x-libraries=DIR X library files are in DIR
2147 System types:
2148 --build=BUILD configure for building on BUILD [guessed]
2149 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2150 _ACEOF
2153 if test -n "$ac_init_help"; then
2154 case $ac_init_help in
2155 short | recursive ) echo "Configuration of Wine 1.7.52:";;
2156 esac
2157 cat <<\_ACEOF
2159 Optional Features:
2160 --disable-option-checking ignore unrecognized --enable/--with options
2161 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2162 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2163 --disable-win16 do not include Win16 support
2164 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2165 binaries)
2166 --disable-tests do not build the regression tests
2167 --enable-maintainer-mode
2168 enable maintainer-specific build rules
2169 --disable-largefile omit support for large files
2171 Optional Packages:
2172 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2173 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2174 --without-alsa do not use the Alsa sound support
2175 --without-capi do not use CAPI (ISDN support)
2176 --without-cms do not use CMS (color management support)
2177 --without-coreaudio do not use the CoreAudio sound support
2178 --without-cups do not use CUPS
2179 --without-curses do not use (n)curses
2180 --without-dbus do not use DBus (dynamic device support)
2181 --without-fontconfig do not use fontconfig
2182 --without-freetype do not use the FreeType library
2183 --without-gettext do not use gettext
2184 --with-gettextpo use the GetTextPO library to rebuild po files
2185 --without-gphoto do not use gphoto (Digital Camera support)
2186 --without-glu do not use the GLU library
2187 --without-gnutls do not use GnuTLS (schannel support)
2188 --without-gsm do not use libgsm (GSM 06.10 codec support)
2189 --without-gstreamer do not use GStreamer (codecs support)
2190 --without-hal do not use HAL (dynamic device support)
2191 --without-jpeg do not use JPEG
2192 --without-ldap do not use LDAP
2193 --without-mpg123 do not use the mpg123 library
2194 --without-netapi do not use the Samba NetAPI library
2195 --without-openal do not use OpenAL
2196 --without-opencl do not use OpenCL
2197 --without-opengl do not use OpenGL
2198 --without-osmesa do not use the OSMesa library
2199 --without-oss do not use the OSS sound support
2200 --without-pcap do not use the Packet Capture library
2201 --without-png do not use PNG
2202 --without-pthread do not use the pthread library
2203 --without-sane do not use SANE (scanner support)
2204 --without-tiff do not use TIFF
2205 --without-v4l do not use v4l1 (v4l support)
2206 --without-xcomposite do not use the Xcomposite extension
2207 --without-xcursor do not use the Xcursor extension
2208 --without-xinerama do not use Xinerama (multi-monitor support)
2209 --without-xinput do not use the Xinput extension
2210 --without-xinput2 do not use the Xinput 2 extension
2211 --without-xml do not use XML
2212 --without-xrandr do not use Xrandr (resolution changes)
2213 --without-xrender do not use the Xrender extension
2214 --without-xshape do not use the Xshape extension
2215 --without-xshm do not use XShm (shared memory extension)
2216 --without-xslt do not use XSLT
2217 --without-xxf86vm do not use XFree video mode extension
2218 --without-zlib do not use Zlib (data compression)
2219 --with-wine-tools=DIR use Wine tools from directory DIR
2220 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2221 --with-x use the X Window System
2223 Some influential environment variables:
2224 CC C compiler command
2225 CFLAGS C compiler flags
2226 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2227 nonstandard directory <lib dir>
2228 LIBS libraries to pass to the linker, e.g. -l<library>
2229 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2230 you have headers in a nonstandard directory <include dir>
2231 CXX C++ compiler command
2232 CXXFLAGS C++ compiler flags
2233 CPP C preprocessor
2234 XMKMF Path to xmkmf, Makefile generator for X Window System
2235 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2236 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2237 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2238 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2239 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2240 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2241 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2242 HAL_LIBS Linker flags for hal, overriding pkg-config
2243 GNUTLS_CFLAGS
2244 C compiler flags for gnutls, overriding pkg-config
2245 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2246 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2247 SANE_LIBS Linker flags for libsane, overriding pkg-config
2248 GPHOTO2_CFLAGS
2249 C compiler flags for libgphoto2, overriding pkg-config
2250 GPHOTO2_LIBS
2251 Linker flags for libgphoto2, overriding pkg-config
2252 GPHOTO2_PORT_CFLAGS
2253 C compiler flags for libgphoto2_port, overriding pkg-config
2254 GPHOTO2_PORT_LIBS
2255 Linker flags for libgphoto2_port, overriding pkg-config
2256 LCMS2_CFLAGS
2257 C compiler flags for lcms2, overriding pkg-config
2258 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2259 FREETYPE_CFLAGS
2260 C compiler flags for freetype2, overriding pkg-config
2261 FREETYPE_LIBS
2262 Linker flags for freetype2, overriding pkg-config
2263 GSTREAMER_CFLAGS
2264 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2265 GSTREAMER_LIBS
2266 Linker flags for gstreamer-app-0.10, overriding pkg-config
2267 CAPI20_CFLAGS
2268 C compiler flags for capi20, overriding pkg-config
2269 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2270 FONTCONFIG_CFLAGS
2271 C compiler flags for fontconfig, overriding pkg-config
2272 FONTCONFIG_LIBS
2273 Linker flags for fontconfig, overriding pkg-config
2274 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2275 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2276 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2277 PNG_LIBS Linker flags for libpng, overriding pkg-config
2278 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2279 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2280 MPG123_CFLAGS
2281 C compiler flags for libmpg123, overriding pkg-config
2282 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2284 Use these variables to override the choices made by `configure' or to help
2285 it to find libraries and programs with nonstandard names/locations.
2287 Report bugs to <wine-devel@winehq.org>.
2288 Wine home page: <http://www.winehq.org>.
2289 _ACEOF
2290 ac_status=$?
2293 if test "$ac_init_help" = "recursive"; then
2294 # If there are subdirs, report their specific --help.
2295 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2296 test -d "$ac_dir" ||
2297 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2298 continue
2299 ac_builddir=.
2301 case "$ac_dir" in
2302 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2304 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2305 # A ".." for each directory in $ac_dir_suffix.
2306 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2307 case $ac_top_builddir_sub in
2308 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2309 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2310 esac ;;
2311 esac
2312 ac_abs_top_builddir=$ac_pwd
2313 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2314 # for backward compatibility:
2315 ac_top_builddir=$ac_top_build_prefix
2317 case $srcdir in
2318 .) # We are building in place.
2319 ac_srcdir=.
2320 ac_top_srcdir=$ac_top_builddir_sub
2321 ac_abs_top_srcdir=$ac_pwd ;;
2322 [\\/]* | ?:[\\/]* ) # Absolute name.
2323 ac_srcdir=$srcdir$ac_dir_suffix;
2324 ac_top_srcdir=$srcdir
2325 ac_abs_top_srcdir=$srcdir ;;
2326 *) # Relative name.
2327 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2328 ac_top_srcdir=$ac_top_build_prefix$srcdir
2329 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2330 esac
2331 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2333 cd "$ac_dir" || { ac_status=$?; continue; }
2334 # Check for guested configure.
2335 if test -f "$ac_srcdir/configure.gnu"; then
2336 echo &&
2337 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2338 elif test -f "$ac_srcdir/configure"; then
2339 echo &&
2340 $SHELL "$ac_srcdir/configure" --help=recursive
2341 else
2342 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2343 fi || ac_status=$?
2344 cd "$ac_pwd" || { ac_status=$?; break; }
2345 done
2348 test -n "$ac_init_help" && exit $ac_status
2349 if $ac_init_version; then
2350 cat <<\_ACEOF
2351 Wine configure 1.7.52
2352 generated by GNU Autoconf 2.69
2354 Copyright (C) 2012 Free Software Foundation, Inc.
2355 This configure script is free software; the Free Software Foundation
2356 gives unlimited permission to copy, distribute and modify it.
2357 _ACEOF
2358 exit
2361 ## ------------------------ ##
2362 ## Autoconf initialization. ##
2363 ## ------------------------ ##
2365 # ac_fn_c_try_compile LINENO
2366 # --------------------------
2367 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2368 ac_fn_c_try_compile ()
2370 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2371 rm -f conftest.$ac_objext
2372 if { { ac_try="$ac_compile"
2373 case "(($ac_try" in
2374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2375 *) ac_try_echo=$ac_try;;
2376 esac
2377 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2378 $as_echo "$ac_try_echo"; } >&5
2379 (eval "$ac_compile") 2>conftest.err
2380 ac_status=$?
2381 if test -s conftest.err; then
2382 grep -v '^ *+' conftest.err >conftest.er1
2383 cat conftest.er1 >&5
2384 mv -f conftest.er1 conftest.err
2386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2387 test $ac_status = 0; } && {
2388 test -z "$ac_c_werror_flag" ||
2389 test ! -s conftest.err
2390 } && test -s conftest.$ac_objext; then :
2391 ac_retval=0
2392 else
2393 $as_echo "$as_me: failed program was:" >&5
2394 sed 's/^/| /' conftest.$ac_ext >&5
2396 ac_retval=1
2398 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2399 as_fn_set_status $ac_retval
2401 } # ac_fn_c_try_compile
2403 # ac_fn_cxx_try_compile LINENO
2404 # ----------------------------
2405 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2406 ac_fn_cxx_try_compile ()
2408 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2409 rm -f conftest.$ac_objext
2410 if { { ac_try="$ac_compile"
2411 case "(($ac_try" in
2412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2413 *) ac_try_echo=$ac_try;;
2414 esac
2415 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2416 $as_echo "$ac_try_echo"; } >&5
2417 (eval "$ac_compile") 2>conftest.err
2418 ac_status=$?
2419 if test -s conftest.err; then
2420 grep -v '^ *+' conftest.err >conftest.er1
2421 cat conftest.er1 >&5
2422 mv -f conftest.er1 conftest.err
2424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2425 test $ac_status = 0; } && {
2426 test -z "$ac_cxx_werror_flag" ||
2427 test ! -s conftest.err
2428 } && test -s conftest.$ac_objext; then :
2429 ac_retval=0
2430 else
2431 $as_echo "$as_me: failed program was:" >&5
2432 sed 's/^/| /' conftest.$ac_ext >&5
2434 ac_retval=1
2436 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2437 as_fn_set_status $ac_retval
2439 } # ac_fn_cxx_try_compile
2441 # ac_fn_c_try_link LINENO
2442 # -----------------------
2443 # Try to link conftest.$ac_ext, and return whether this succeeded.
2444 ac_fn_c_try_link ()
2446 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2447 rm -f conftest.$ac_objext conftest$ac_exeext
2448 if { { ac_try="$ac_link"
2449 case "(($ac_try" in
2450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2451 *) ac_try_echo=$ac_try;;
2452 esac
2453 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2454 $as_echo "$ac_try_echo"; } >&5
2455 (eval "$ac_link") 2>conftest.err
2456 ac_status=$?
2457 if test -s conftest.err; then
2458 grep -v '^ *+' conftest.err >conftest.er1
2459 cat conftest.er1 >&5
2460 mv -f conftest.er1 conftest.err
2462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2463 test $ac_status = 0; } && {
2464 test -z "$ac_c_werror_flag" ||
2465 test ! -s conftest.err
2466 } && test -s conftest$ac_exeext && {
2467 test "$cross_compiling" = yes ||
2468 test -x conftest$ac_exeext
2469 }; then :
2470 ac_retval=0
2471 else
2472 $as_echo "$as_me: failed program was:" >&5
2473 sed 's/^/| /' conftest.$ac_ext >&5
2475 ac_retval=1
2477 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2478 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2479 # interfere with the next link command; also delete a directory that is
2480 # left behind by Apple's compiler. We do this before executing the actions.
2481 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2482 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2483 as_fn_set_status $ac_retval
2485 } # ac_fn_c_try_link
2487 # ac_fn_c_try_cpp LINENO
2488 # ----------------------
2489 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2490 ac_fn_c_try_cpp ()
2492 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2493 if { { ac_try="$ac_cpp conftest.$ac_ext"
2494 case "(($ac_try" in
2495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2496 *) ac_try_echo=$ac_try;;
2497 esac
2498 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2499 $as_echo "$ac_try_echo"; } >&5
2500 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2501 ac_status=$?
2502 if test -s conftest.err; then
2503 grep -v '^ *+' conftest.err >conftest.er1
2504 cat conftest.er1 >&5
2505 mv -f conftest.er1 conftest.err
2507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2508 test $ac_status = 0; } > conftest.i && {
2509 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2510 test ! -s conftest.err
2511 }; then :
2512 ac_retval=0
2513 else
2514 $as_echo "$as_me: failed program was:" >&5
2515 sed 's/^/| /' conftest.$ac_ext >&5
2517 ac_retval=1
2519 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2520 as_fn_set_status $ac_retval
2522 } # ac_fn_c_try_cpp
2524 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2525 # -------------------------------------------------------
2526 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2527 # the include files in INCLUDES and setting the cache variable VAR
2528 # accordingly.
2529 ac_fn_c_check_header_mongrel ()
2531 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2532 if eval \${$3+:} false; then :
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2534 $as_echo_n "checking for $2... " >&6; }
2535 if eval \${$3+:} false; then :
2536 $as_echo_n "(cached) " >&6
2538 eval ac_res=\$$3
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2540 $as_echo "$ac_res" >&6; }
2541 else
2542 # Is the header compilable?
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2544 $as_echo_n "checking $2 usability... " >&6; }
2545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2546 /* end confdefs.h. */
2548 #include <$2>
2549 _ACEOF
2550 if ac_fn_c_try_compile "$LINENO"; then :
2551 ac_header_compiler=yes
2552 else
2553 ac_header_compiler=no
2555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2557 $as_echo "$ac_header_compiler" >&6; }
2559 # Is the header present?
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2561 $as_echo_n "checking $2 presence... " >&6; }
2562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2563 /* end confdefs.h. */
2564 #include <$2>
2565 _ACEOF
2566 if ac_fn_c_try_cpp "$LINENO"; then :
2567 ac_header_preproc=yes
2568 else
2569 ac_header_preproc=no
2571 rm -f conftest.err conftest.i conftest.$ac_ext
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2573 $as_echo "$ac_header_preproc" >&6; }
2575 # So? What about this header?
2576 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2577 yes:no: )
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2579 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2581 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2583 no:yes:* )
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2585 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2587 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2589 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2591 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2593 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2594 ( $as_echo "## ------------------------------------ ##
2595 ## Report this to wine-devel@winehq.org ##
2596 ## ------------------------------------ ##"
2597 ) | sed "s/^/$as_me: WARNING: /" >&2
2599 esac
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2601 $as_echo_n "checking for $2... " >&6; }
2602 if eval \${$3+:} false; then :
2603 $as_echo_n "(cached) " >&6
2604 else
2605 eval "$3=\$ac_header_compiler"
2607 eval ac_res=\$$3
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2609 $as_echo "$ac_res" >&6; }
2611 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2613 } # ac_fn_c_check_header_mongrel
2615 # ac_fn_c_try_run LINENO
2616 # ----------------------
2617 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2618 # that executables *can* be run.
2619 ac_fn_c_try_run ()
2621 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2622 if { { ac_try="$ac_link"
2623 case "(($ac_try" in
2624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2625 *) ac_try_echo=$ac_try;;
2626 esac
2627 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2628 $as_echo "$ac_try_echo"; } >&5
2629 (eval "$ac_link") 2>&5
2630 ac_status=$?
2631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2632 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2633 { { case "(($ac_try" in
2634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2635 *) ac_try_echo=$ac_try;;
2636 esac
2637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2638 $as_echo "$ac_try_echo"; } >&5
2639 (eval "$ac_try") 2>&5
2640 ac_status=$?
2641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2642 test $ac_status = 0; }; }; then :
2643 ac_retval=0
2644 else
2645 $as_echo "$as_me: program exited with status $ac_status" >&5
2646 $as_echo "$as_me: failed program was:" >&5
2647 sed 's/^/| /' conftest.$ac_ext >&5
2649 ac_retval=$ac_status
2651 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2652 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2653 as_fn_set_status $ac_retval
2655 } # ac_fn_c_try_run
2657 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2658 # -------------------------------------------------------
2659 # Tests whether HEADER exists and can be compiled using the include files in
2660 # INCLUDES, setting the cache variable VAR accordingly.
2661 ac_fn_c_check_header_compile ()
2663 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2665 $as_echo_n "checking for $2... " >&6; }
2666 if eval \${$3+:} false; then :
2667 $as_echo_n "(cached) " >&6
2668 else
2669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2670 /* end confdefs.h. */
2672 #include <$2>
2673 _ACEOF
2674 if ac_fn_c_try_compile "$LINENO"; then :
2675 eval "$3=yes"
2676 else
2677 eval "$3=no"
2679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2681 eval ac_res=\$$3
2682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2683 $as_echo "$ac_res" >&6; }
2684 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2686 } # ac_fn_c_check_header_compile
2688 # ac_fn_c_check_func LINENO FUNC VAR
2689 # ----------------------------------
2690 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2691 ac_fn_c_check_func ()
2693 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2695 $as_echo_n "checking for $2... " >&6; }
2696 if eval \${$3+:} false; then :
2697 $as_echo_n "(cached) " >&6
2698 else
2699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2700 /* end confdefs.h. */
2701 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2702 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2703 #define $2 innocuous_$2
2705 /* System header to define __stub macros and hopefully few prototypes,
2706 which can conflict with char $2 (); below.
2707 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2708 <limits.h> exists even on freestanding compilers. */
2710 #ifdef __STDC__
2711 # include <limits.h>
2712 #else
2713 # include <assert.h>
2714 #endif
2716 #undef $2
2718 /* Override any GCC internal prototype to avoid an error.
2719 Use char because int might match the return type of a GCC
2720 builtin and then its argument prototype would still apply. */
2721 #ifdef __cplusplus
2722 extern "C"
2723 #endif
2724 char $2 ();
2725 /* The GNU C library defines this for functions which it implements
2726 to always fail with ENOSYS. Some functions are actually named
2727 something starting with __ and the normal name is an alias. */
2728 #if defined __stub_$2 || defined __stub___$2
2729 choke me
2730 #endif
2733 main ()
2735 return $2 ();
2737 return 0;
2739 _ACEOF
2740 if ac_fn_c_try_link "$LINENO"; then :
2741 eval "$3=yes"
2742 else
2743 eval "$3=no"
2745 rm -f core conftest.err conftest.$ac_objext \
2746 conftest$ac_exeext conftest.$ac_ext
2748 eval ac_res=\$$3
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2750 $as_echo "$ac_res" >&6; }
2751 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2753 } # ac_fn_c_check_func
2755 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2756 # ----------------------------------------------------
2757 # Tries to find if the field MEMBER exists in type AGGR, after including
2758 # INCLUDES, setting cache variable VAR accordingly.
2759 ac_fn_c_check_member ()
2761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2763 $as_echo_n "checking for $2.$3... " >&6; }
2764 if eval \${$4+:} false; then :
2765 $as_echo_n "(cached) " >&6
2766 else
2767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2768 /* end confdefs.h. */
2771 main ()
2773 static $2 ac_aggr;
2774 if (ac_aggr.$3)
2775 return 0;
2777 return 0;
2779 _ACEOF
2780 if ac_fn_c_try_compile "$LINENO"; then :
2781 eval "$4=yes"
2782 else
2783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2784 /* end confdefs.h. */
2787 main ()
2789 static $2 ac_aggr;
2790 if (sizeof ac_aggr.$3)
2791 return 0;
2793 return 0;
2795 _ACEOF
2796 if ac_fn_c_try_compile "$LINENO"; then :
2797 eval "$4=yes"
2798 else
2799 eval "$4=no"
2801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2805 eval ac_res=\$$4
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2807 $as_echo "$ac_res" >&6; }
2808 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2810 } # ac_fn_c_check_member
2812 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2813 # -------------------------------------------
2814 # Tests whether TYPE exists after having included INCLUDES, setting cache
2815 # variable VAR accordingly.
2816 ac_fn_c_check_type ()
2818 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2820 $as_echo_n "checking for $2... " >&6; }
2821 if eval \${$3+:} false; then :
2822 $as_echo_n "(cached) " >&6
2823 else
2824 eval "$3=no"
2825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2826 /* end confdefs.h. */
2829 main ()
2831 if (sizeof ($2))
2832 return 0;
2834 return 0;
2836 _ACEOF
2837 if ac_fn_c_try_compile "$LINENO"; then :
2838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2839 /* end confdefs.h. */
2842 main ()
2844 if (sizeof (($2)))
2845 return 0;
2847 return 0;
2849 _ACEOF
2850 if ac_fn_c_try_compile "$LINENO"; then :
2852 else
2853 eval "$3=yes"
2855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2859 eval ac_res=\$$3
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2861 $as_echo "$ac_res" >&6; }
2862 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2864 } # ac_fn_c_check_type
2865 cat >config.log <<_ACEOF
2866 This file contains any messages produced by compilers while
2867 running configure, to aid debugging if configure makes a mistake.
2869 It was created by Wine $as_me 1.7.52, which was
2870 generated by GNU Autoconf 2.69. Invocation command line was
2872 $ $0 $@
2874 _ACEOF
2875 exec 5>>config.log
2877 cat <<_ASUNAME
2878 ## --------- ##
2879 ## Platform. ##
2880 ## --------- ##
2882 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2883 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2884 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2885 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2886 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2888 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2889 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2891 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2892 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2893 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2894 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2895 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2896 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2897 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2899 _ASUNAME
2901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2902 for as_dir in $PATH
2904 IFS=$as_save_IFS
2905 test -z "$as_dir" && as_dir=.
2906 $as_echo "PATH: $as_dir"
2907 done
2908 IFS=$as_save_IFS
2910 } >&5
2912 cat >&5 <<_ACEOF
2915 ## ----------- ##
2916 ## Core tests. ##
2917 ## ----------- ##
2919 _ACEOF
2922 # Keep a trace of the command line.
2923 # Strip out --no-create and --no-recursion so they do not pile up.
2924 # Strip out --silent because we don't want to record it for future runs.
2925 # Also quote any args containing shell meta-characters.
2926 # Make two passes to allow for proper duplicate-argument suppression.
2927 ac_configure_args=
2928 ac_configure_args0=
2929 ac_configure_args1=
2930 ac_must_keep_next=false
2931 for ac_pass in 1 2
2933 for ac_arg
2935 case $ac_arg in
2936 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2937 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2938 | -silent | --silent | --silen | --sile | --sil)
2939 continue ;;
2940 *\'*)
2941 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2942 esac
2943 case $ac_pass in
2944 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2946 as_fn_append ac_configure_args1 " '$ac_arg'"
2947 if test $ac_must_keep_next = true; then
2948 ac_must_keep_next=false # Got value, back to normal.
2949 else
2950 case $ac_arg in
2951 *=* | --config-cache | -C | -disable-* | --disable-* \
2952 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2953 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2954 | -with-* | --with-* | -without-* | --without-* | --x)
2955 case "$ac_configure_args0 " in
2956 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2957 esac
2959 -* ) ac_must_keep_next=true ;;
2960 esac
2962 as_fn_append ac_configure_args " '$ac_arg'"
2964 esac
2965 done
2966 done
2967 { ac_configure_args0=; unset ac_configure_args0;}
2968 { ac_configure_args1=; unset ac_configure_args1;}
2970 # When interrupted or exit'd, cleanup temporary files, and complete
2971 # config.log. We remove comments because anyway the quotes in there
2972 # would cause problems or look ugly.
2973 # WARNING: Use '\'' to represent an apostrophe within the trap.
2974 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2975 trap 'exit_status=$?
2976 # Save into config.log some information that might help in debugging.
2978 echo
2980 $as_echo "## ---------------- ##
2981 ## Cache variables. ##
2982 ## ---------------- ##"
2983 echo
2984 # The following way of writing the cache mishandles newlines in values,
2986 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2987 eval ac_val=\$$ac_var
2988 case $ac_val in #(
2989 *${as_nl}*)
2990 case $ac_var in #(
2991 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2992 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2993 esac
2994 case $ac_var in #(
2995 _ | IFS | as_nl) ;; #(
2996 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2997 *) { eval $ac_var=; unset $ac_var;} ;;
2998 esac ;;
2999 esac
3000 done
3001 (set) 2>&1 |
3002 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3003 *${as_nl}ac_space=\ *)
3004 sed -n \
3005 "s/'\''/'\''\\\\'\'''\''/g;
3006 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3007 ;; #(
3009 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3011 esac |
3012 sort
3014 echo
3016 $as_echo "## ----------------- ##
3017 ## Output variables. ##
3018 ## ----------------- ##"
3019 echo
3020 for ac_var in $ac_subst_vars
3022 eval ac_val=\$$ac_var
3023 case $ac_val in
3024 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3025 esac
3026 $as_echo "$ac_var='\''$ac_val'\''"
3027 done | sort
3028 echo
3030 if test -n "$ac_subst_files"; then
3031 $as_echo "## ------------------- ##
3032 ## File substitutions. ##
3033 ## ------------------- ##"
3034 echo
3035 for ac_var in $ac_subst_files
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
3046 if test -s confdefs.h; then
3047 $as_echo "## ----------- ##
3048 ## confdefs.h. ##
3049 ## ----------- ##"
3050 echo
3051 cat confdefs.h
3052 echo
3054 test "$ac_signal" != 0 &&
3055 $as_echo "$as_me: caught signal $ac_signal"
3056 $as_echo "$as_me: exit $exit_status"
3057 } >&5
3058 rm -f core *.core core.conftest.* &&
3059 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3060 exit $exit_status
3062 for ac_signal in 1 2 13 15; do
3063 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3064 done
3065 ac_signal=0
3067 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3068 rm -f -r conftest* confdefs.h
3070 $as_echo "/* confdefs.h */" > confdefs.h
3072 # Predefined preprocessor variables.
3074 cat >>confdefs.h <<_ACEOF
3075 #define PACKAGE_NAME "$PACKAGE_NAME"
3076 _ACEOF
3078 cat >>confdefs.h <<_ACEOF
3079 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3080 _ACEOF
3082 cat >>confdefs.h <<_ACEOF
3083 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3084 _ACEOF
3086 cat >>confdefs.h <<_ACEOF
3087 #define PACKAGE_STRING "$PACKAGE_STRING"
3088 _ACEOF
3090 cat >>confdefs.h <<_ACEOF
3091 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3092 _ACEOF
3094 cat >>confdefs.h <<_ACEOF
3095 #define PACKAGE_URL "$PACKAGE_URL"
3096 _ACEOF
3099 # Let the site file select an alternate cache file if it wants to.
3100 # Prefer an explicitly selected file to automatically selected ones.
3101 ac_site_file1=NONE
3102 ac_site_file2=NONE
3103 if test -n "$CONFIG_SITE"; then
3104 # We do not want a PATH search for config.site.
3105 case $CONFIG_SITE in #((
3106 -*) ac_site_file1=./$CONFIG_SITE;;
3107 */*) ac_site_file1=$CONFIG_SITE;;
3108 *) ac_site_file1=./$CONFIG_SITE;;
3109 esac
3110 elif test "x$prefix" != xNONE; then
3111 ac_site_file1=$prefix/share/config.site
3112 ac_site_file2=$prefix/etc/config.site
3113 else
3114 ac_site_file1=$ac_default_prefix/share/config.site
3115 ac_site_file2=$ac_default_prefix/etc/config.site
3117 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3119 test "x$ac_site_file" = xNONE && continue
3120 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3122 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3123 sed 's/^/| /' "$ac_site_file" >&5
3124 . "$ac_site_file" \
3125 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3126 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3127 as_fn_error $? "failed to load site script $ac_site_file
3128 See \`config.log' for more details" "$LINENO" 5; }
3130 done
3132 if test -r "$cache_file"; then
3133 # Some versions of bash will fail to source /dev/null (special files
3134 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3135 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3137 $as_echo "$as_me: loading cache $cache_file" >&6;}
3138 case $cache_file in
3139 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3140 *) . "./$cache_file";;
3141 esac
3143 else
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3145 $as_echo "$as_me: creating cache $cache_file" >&6;}
3146 >$cache_file
3149 # Check that the precious variables saved in the cache have kept the same
3150 # value.
3151 ac_cache_corrupted=false
3152 for ac_var in $ac_precious_vars; do
3153 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3154 eval ac_new_set=\$ac_env_${ac_var}_set
3155 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3156 eval ac_new_val=\$ac_env_${ac_var}_value
3157 case $ac_old_set,$ac_new_set in
3158 set,)
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3160 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3161 ac_cache_corrupted=: ;;
3162 ,set)
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3164 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3165 ac_cache_corrupted=: ;;
3166 ,);;
3168 if test "x$ac_old_val" != "x$ac_new_val"; then
3169 # differences in whitespace do not lead to failure.
3170 ac_old_val_w=`echo x $ac_old_val`
3171 ac_new_val_w=`echo x $ac_new_val`
3172 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3174 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3175 ac_cache_corrupted=:
3176 else
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3178 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3179 eval $ac_var=\$ac_old_val
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3182 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3184 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3185 fi;;
3186 esac
3187 # Pass precious variables to config.status.
3188 if test "$ac_new_set" = set; then
3189 case $ac_new_val in
3190 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3191 *) ac_arg=$ac_var=$ac_new_val ;;
3192 esac
3193 case " $ac_configure_args " in
3194 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3195 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3196 esac
3198 done
3199 if $ac_cache_corrupted; then
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3201 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3203 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3204 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3206 ## -------------------- ##
3207 ## Main body of script. ##
3208 ## -------------------- ##
3210 ac_ext=c
3211 ac_cpp='$CPP $CPPFLAGS'
3212 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3213 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3214 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3218 ac_config_headers="$ac_config_headers include/config.h"
3220 ac_aux_dir=
3221 for ac_dir in tools "$srcdir"/tools; do
3222 if test -f "$ac_dir/install-sh"; then
3223 ac_aux_dir=$ac_dir
3224 ac_install_sh="$ac_aux_dir/install-sh -c"
3225 break
3226 elif test -f "$ac_dir/install.sh"; then
3227 ac_aux_dir=$ac_dir
3228 ac_install_sh="$ac_aux_dir/install.sh -c"
3229 break
3230 elif test -f "$ac_dir/shtool"; then
3231 ac_aux_dir=$ac_dir
3232 ac_install_sh="$ac_aux_dir/shtool install -c"
3233 break
3235 done
3236 if test -z "$ac_aux_dir"; then
3237 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3240 # These three variables are undocumented and unsupported,
3241 # and are intended to be withdrawn in a future Autoconf release.
3242 # They can cause serious problems if a builder's source tree is in a directory
3243 # whose full name contains unusual characters.
3244 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3245 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3246 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3250 libwine_version="1.0"
3254 # Check whether --enable-win16 was given.
3255 if test "${enable_win16+set}" = set; then :
3256 enableval=$enable_win16;
3259 # Check whether --enable-win64 was given.
3260 if test "${enable_win64+set}" = set; then :
3261 enableval=$enable_win64;
3264 # Check whether --enable-tests was given.
3265 if test "${enable_tests+set}" = set; then :
3266 enableval=$enable_tests;
3269 # Check whether --enable-maintainer-mode was given.
3270 if test "${enable_maintainer_mode+set}" = set; then :
3271 enableval=$enable_maintainer_mode;
3276 # Check whether --with-alsa was given.
3277 if test "${with_alsa+set}" = set; then :
3278 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3282 # Check whether --with-capi was given.
3283 if test "${with_capi+set}" = set; then :
3284 withval=$with_capi;
3288 # Check whether --with-cms was given.
3289 if test "${with_cms+set}" = set; then :
3290 withval=$with_cms;
3294 # Check whether --with-coreaudio was given.
3295 if test "${with_coreaudio+set}" = set; then :
3296 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3300 # Check whether --with-cups was given.
3301 if test "${with_cups+set}" = set; then :
3302 withval=$with_cups;
3306 # Check whether --with-curses was given.
3307 if test "${with_curses+set}" = set; then :
3308 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3312 # Check whether --with-dbus was given.
3313 if test "${with_dbus+set}" = set; then :
3314 withval=$with_dbus;
3318 # Check whether --with-fontconfig was given.
3319 if test "${with_fontconfig+set}" = set; then :
3320 withval=$with_fontconfig;
3324 # Check whether --with-freetype was given.
3325 if test "${with_freetype+set}" = set; then :
3326 withval=$with_freetype;
3330 # Check whether --with-gettext was given.
3331 if test "${with_gettext+set}" = set; then :
3332 withval=$with_gettext;
3336 # Check whether --with-gettextpo was given.
3337 if test "${with_gettextpo+set}" = set; then :
3338 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3342 # Check whether --with-gphoto was given.
3343 if test "${with_gphoto+set}" = set; then :
3344 withval=$with_gphoto;
3348 # Check whether --with-glu was given.
3349 if test "${with_glu+set}" = set; then :
3350 withval=$with_glu;
3354 # Check whether --with-gnutls was given.
3355 if test "${with_gnutls+set}" = set; then :
3356 withval=$with_gnutls;
3360 # Check whether --with-gsm was given.
3361 if test "${with_gsm+set}" = set; then :
3362 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3366 # Check whether --with-gstreamer was given.
3367 if test "${with_gstreamer+set}" = set; then :
3368 withval=$with_gstreamer;
3372 # Check whether --with-hal was given.
3373 if test "${with_hal+set}" = set; then :
3374 withval=$with_hal;
3378 # Check whether --with-jpeg was given.
3379 if test "${with_jpeg+set}" = set; then :
3380 withval=$with_jpeg;
3384 # Check whether --with-ldap was given.
3385 if test "${with_ldap+set}" = set; then :
3386 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3390 # Check whether --with-mpg123 was given.
3391 if test "${with_mpg123+set}" = set; then :
3392 withval=$with_mpg123;
3396 # Check whether --with-netapi was given.
3397 if test "${with_netapi+set}" = set; then :
3398 withval=$with_netapi;
3402 # Check whether --with-openal was given.
3403 if test "${with_openal+set}" = set; then :
3404 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3408 # Check whether --with-opencl was given.
3409 if test "${with_opencl+set}" = set; then :
3410 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3414 # Check whether --with-opengl was given.
3415 if test "${with_opengl+set}" = set; then :
3416 withval=$with_opengl;
3420 # Check whether --with-osmesa was given.
3421 if test "${with_osmesa+set}" = set; then :
3422 withval=$with_osmesa;
3426 # Check whether --with-oss was given.
3427 if test "${with_oss+set}" = set; then :
3428 withval=$with_oss;
3432 # Check whether --with-pcap was given.
3433 if test "${with_pcap+set}" = set; then :
3434 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3438 # Check whether --with-png was given.
3439 if test "${with_png+set}" = set; then :
3440 withval=$with_png;
3444 # Check whether --with-pthread was given.
3445 if test "${with_pthread+set}" = set; then :
3446 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3450 # Check whether --with-sane was given.
3451 if test "${with_sane+set}" = set; then :
3452 withval=$with_sane;
3456 # Check whether --with-tiff was given.
3457 if test "${with_tiff+set}" = set; then :
3458 withval=$with_tiff;
3462 # Check whether --with-v4l was given.
3463 if test "${with_v4l+set}" = set; then :
3464 withval=$with_v4l;
3468 # Check whether --with-xcomposite was given.
3469 if test "${with_xcomposite+set}" = set; then :
3470 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3474 # Check whether --with-xcursor was given.
3475 if test "${with_xcursor+set}" = set; then :
3476 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3480 # Check whether --with-xinerama was given.
3481 if test "${with_xinerama+set}" = set; then :
3482 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3486 # Check whether --with-xinput was given.
3487 if test "${with_xinput+set}" = set; then :
3488 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3492 # Check whether --with-xinput2 was given.
3493 if test "${with_xinput2+set}" = set; then :
3494 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3498 # Check whether --with-xml was given.
3499 if test "${with_xml+set}" = set; then :
3500 withval=$with_xml;
3504 # Check whether --with-xrandr was given.
3505 if test "${with_xrandr+set}" = set; then :
3506 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3510 # Check whether --with-xrender was given.
3511 if test "${with_xrender+set}" = set; then :
3512 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3516 # Check whether --with-xshape was given.
3517 if test "${with_xshape+set}" = set; then :
3518 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3522 # Check whether --with-xshm was given.
3523 if test "${with_xshm+set}" = set; then :
3524 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3528 # Check whether --with-xslt was given.
3529 if test "${with_xslt+set}" = set; then :
3530 withval=$with_xslt;
3534 # Check whether --with-xxf86vm was given.
3535 if test "${with_xxf86vm+set}" = set; then :
3536 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
3540 # Check whether --with-zlib was given.
3541 if test "${with_zlib+set}" = set; then :
3542 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3547 # Check whether --with-wine-tools was given.
3548 if test "${with_wine_tools+set}" = set; then :
3549 withval=$with_wine_tools;
3553 # Check whether --with-wine64 was given.
3554 if test "${with_wine64+set}" = set; then :
3555 withval=$with_wine64;
3559 # Make sure we can run config.sub.
3560 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3561 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3564 $as_echo_n "checking build system type... " >&6; }
3565 if ${ac_cv_build+:} false; then :
3566 $as_echo_n "(cached) " >&6
3567 else
3568 ac_build_alias=$build_alias
3569 test "x$ac_build_alias" = x &&
3570 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3571 test "x$ac_build_alias" = x &&
3572 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3573 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3574 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3578 $as_echo "$ac_cv_build" >&6; }
3579 case $ac_cv_build in
3580 *-*-*) ;;
3581 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3582 esac
3583 build=$ac_cv_build
3584 ac_save_IFS=$IFS; IFS='-'
3585 set x $ac_cv_build
3586 shift
3587 build_cpu=$1
3588 build_vendor=$2
3589 shift; shift
3590 # Remember, the first character of IFS is used to create $*,
3591 # except with old shells:
3592 build_os=$*
3593 IFS=$ac_save_IFS
3594 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3598 $as_echo_n "checking host system type... " >&6; }
3599 if ${ac_cv_host+:} false; then :
3600 $as_echo_n "(cached) " >&6
3601 else
3602 if test "x$host_alias" = x; then
3603 ac_cv_host=$ac_cv_build
3604 else
3605 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3606 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3611 $as_echo "$ac_cv_host" >&6; }
3612 case $ac_cv_host in
3613 *-*-*) ;;
3614 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3615 esac
3616 host=$ac_cv_host
3617 ac_save_IFS=$IFS; IFS='-'
3618 set x $ac_cv_host
3619 shift
3620 host_cpu=$1
3621 host_vendor=$2
3622 shift; shift
3623 # Remember, the first character of IFS is used to create $*,
3624 # except with old shells:
3625 host_os=$*
3626 IFS=$ac_save_IFS
3627 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3631 case "$srcdir" in
3632 .) ;;
3633 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3634 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3635 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3636 fi ;;
3637 esac
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3641 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3642 set x ${MAKE-make}
3643 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3644 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3645 $as_echo_n "(cached) " >&6
3646 else
3647 cat >conftest.make <<\_ACEOF
3648 SHELL = /bin/sh
3649 all:
3650 @echo '@@@%%%=$(MAKE)=@@@%%%'
3651 _ACEOF
3652 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3653 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3654 *@@@%%%=?*=@@@%%%*)
3655 eval ac_cv_prog_make_${ac_make}_set=yes;;
3657 eval ac_cv_prog_make_${ac_make}_set=no;;
3658 esac
3659 rm -f conftest.make
3661 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3663 $as_echo "yes" >&6; }
3664 SET_MAKE=
3665 else
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3667 $as_echo "no" >&6; }
3668 SET_MAKE="MAKE=${MAKE-make}"
3671 ac_ext=c
3672 ac_cpp='$CPP $CPPFLAGS'
3673 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3674 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3675 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3676 if test -n "$ac_tool_prefix"; then
3677 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3678 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3680 $as_echo_n "checking for $ac_word... " >&6; }
3681 if ${ac_cv_prog_CC+:} false; then :
3682 $as_echo_n "(cached) " >&6
3683 else
3684 if test -n "$CC"; then
3685 ac_cv_prog_CC="$CC" # Let the user override the test.
3686 else
3687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3688 for as_dir in $PATH
3690 IFS=$as_save_IFS
3691 test -z "$as_dir" && as_dir=.
3692 for ac_exec_ext in '' $ac_executable_extensions; do
3693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3694 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3696 break 2
3698 done
3699 done
3700 IFS=$as_save_IFS
3704 CC=$ac_cv_prog_CC
3705 if test -n "$CC"; then
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3707 $as_echo "$CC" >&6; }
3708 else
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3710 $as_echo "no" >&6; }
3715 if test -z "$ac_cv_prog_CC"; then
3716 ac_ct_CC=$CC
3717 # Extract the first word of "gcc", so it can be a program name with args.
3718 set dummy gcc; ac_word=$2
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3720 $as_echo_n "checking for $ac_word... " >&6; }
3721 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3722 $as_echo_n "(cached) " >&6
3723 else
3724 if test -n "$ac_ct_CC"; then
3725 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3726 else
3727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3728 for as_dir in $PATH
3730 IFS=$as_save_IFS
3731 test -z "$as_dir" && as_dir=.
3732 for ac_exec_ext in '' $ac_executable_extensions; do
3733 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3734 ac_cv_prog_ac_ct_CC="gcc"
3735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3736 break 2
3738 done
3739 done
3740 IFS=$as_save_IFS
3744 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3745 if test -n "$ac_ct_CC"; then
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3747 $as_echo "$ac_ct_CC" >&6; }
3748 else
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3750 $as_echo "no" >&6; }
3753 if test "x$ac_ct_CC" = x; then
3754 CC=""
3755 else
3756 case $cross_compiling:$ac_tool_warned in
3757 yes:)
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3759 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3760 ac_tool_warned=yes ;;
3761 esac
3762 CC=$ac_ct_CC
3764 else
3765 CC="$ac_cv_prog_CC"
3768 if test -z "$CC"; then
3769 if test -n "$ac_tool_prefix"; then
3770 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3771 set dummy ${ac_tool_prefix}cc; ac_word=$2
3772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3773 $as_echo_n "checking for $ac_word... " >&6; }
3774 if ${ac_cv_prog_CC+:} false; then :
3775 $as_echo_n "(cached) " >&6
3776 else
3777 if test -n "$CC"; then
3778 ac_cv_prog_CC="$CC" # Let the user override the test.
3779 else
3780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3781 for as_dir in $PATH
3783 IFS=$as_save_IFS
3784 test -z "$as_dir" && as_dir=.
3785 for ac_exec_ext in '' $ac_executable_extensions; do
3786 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3787 ac_cv_prog_CC="${ac_tool_prefix}cc"
3788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3789 break 2
3791 done
3792 done
3793 IFS=$as_save_IFS
3797 CC=$ac_cv_prog_CC
3798 if test -n "$CC"; then
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3800 $as_echo "$CC" >&6; }
3801 else
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3803 $as_echo "no" >&6; }
3809 if test -z "$CC"; then
3810 # Extract the first word of "cc", so it can be a program name with args.
3811 set dummy cc; ac_word=$2
3812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3813 $as_echo_n "checking for $ac_word... " >&6; }
3814 if ${ac_cv_prog_CC+:} false; then :
3815 $as_echo_n "(cached) " >&6
3816 else
3817 if test -n "$CC"; then
3818 ac_cv_prog_CC="$CC" # Let the user override the test.
3819 else
3820 ac_prog_rejected=no
3821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3822 for as_dir in $PATH
3824 IFS=$as_save_IFS
3825 test -z "$as_dir" && as_dir=.
3826 for ac_exec_ext in '' $ac_executable_extensions; do
3827 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3828 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3829 ac_prog_rejected=yes
3830 continue
3832 ac_cv_prog_CC="cc"
3833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3834 break 2
3836 done
3837 done
3838 IFS=$as_save_IFS
3840 if test $ac_prog_rejected = yes; then
3841 # We found a bogon in the path, so make sure we never use it.
3842 set dummy $ac_cv_prog_CC
3843 shift
3844 if test $# != 0; then
3845 # We chose a different compiler from the bogus one.
3846 # However, it has the same basename, so the bogon will be chosen
3847 # first if we set CC to just the basename; use the full file name.
3848 shift
3849 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3854 CC=$ac_cv_prog_CC
3855 if test -n "$CC"; then
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3857 $as_echo "$CC" >&6; }
3858 else
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3860 $as_echo "no" >&6; }
3865 if test -z "$CC"; then
3866 if test -n "$ac_tool_prefix"; then
3867 for ac_prog in cl.exe
3869 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3870 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3872 $as_echo_n "checking for $ac_word... " >&6; }
3873 if ${ac_cv_prog_CC+:} false; then :
3874 $as_echo_n "(cached) " >&6
3875 else
3876 if test -n "$CC"; then
3877 ac_cv_prog_CC="$CC" # Let the user override the test.
3878 else
3879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3880 for as_dir in $PATH
3882 IFS=$as_save_IFS
3883 test -z "$as_dir" && as_dir=.
3884 for ac_exec_ext in '' $ac_executable_extensions; do
3885 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3886 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3888 break 2
3890 done
3891 done
3892 IFS=$as_save_IFS
3896 CC=$ac_cv_prog_CC
3897 if test -n "$CC"; then
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3899 $as_echo "$CC" >&6; }
3900 else
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3902 $as_echo "no" >&6; }
3906 test -n "$CC" && break
3907 done
3909 if test -z "$CC"; then
3910 ac_ct_CC=$CC
3911 for ac_prog in cl.exe
3913 # Extract the first word of "$ac_prog", so it can be a program name with args.
3914 set dummy $ac_prog; ac_word=$2
3915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3916 $as_echo_n "checking for $ac_word... " >&6; }
3917 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3918 $as_echo_n "(cached) " >&6
3919 else
3920 if test -n "$ac_ct_CC"; then
3921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3922 else
3923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3924 for as_dir in $PATH
3926 IFS=$as_save_IFS
3927 test -z "$as_dir" && as_dir=.
3928 for ac_exec_ext in '' $ac_executable_extensions; do
3929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3930 ac_cv_prog_ac_ct_CC="$ac_prog"
3931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3932 break 2
3934 done
3935 done
3936 IFS=$as_save_IFS
3940 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3941 if test -n "$ac_ct_CC"; then
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3943 $as_echo "$ac_ct_CC" >&6; }
3944 else
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3946 $as_echo "no" >&6; }
3950 test -n "$ac_ct_CC" && break
3951 done
3953 if test "x$ac_ct_CC" = x; then
3954 CC=""
3955 else
3956 case $cross_compiling:$ac_tool_warned in
3957 yes:)
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3959 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3960 ac_tool_warned=yes ;;
3961 esac
3962 CC=$ac_ct_CC
3969 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3970 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3971 as_fn_error $? "no acceptable C compiler found in \$PATH
3972 See \`config.log' for more details" "$LINENO" 5; }
3974 # Provide some information about the compiler.
3975 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3976 set X $ac_compile
3977 ac_compiler=$2
3978 for ac_option in --version -v -V -qversion; do
3979 { { ac_try="$ac_compiler $ac_option >&5"
3980 case "(($ac_try" in
3981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3982 *) ac_try_echo=$ac_try;;
3983 esac
3984 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3985 $as_echo "$ac_try_echo"; } >&5
3986 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3987 ac_status=$?
3988 if test -s conftest.err; then
3989 sed '10a\
3990 ... rest of stderr output deleted ...
3991 10q' conftest.err >conftest.er1
3992 cat conftest.er1 >&5
3994 rm -f conftest.er1 conftest.err
3995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3996 test $ac_status = 0; }
3997 done
3999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4000 /* end confdefs.h. */
4003 main ()
4007 return 0;
4009 _ACEOF
4010 ac_clean_files_save=$ac_clean_files
4011 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4012 # Try to create an executable without -o first, disregard a.out.
4013 # It will help us diagnose broken compilers, and finding out an intuition
4014 # of exeext.
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4016 $as_echo_n "checking whether the C compiler works... " >&6; }
4017 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4019 # The possible output files:
4020 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4022 ac_rmfiles=
4023 for ac_file in $ac_files
4025 case $ac_file in
4026 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4027 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4028 esac
4029 done
4030 rm -f $ac_rmfiles
4032 if { { ac_try="$ac_link_default"
4033 case "(($ac_try" in
4034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4035 *) ac_try_echo=$ac_try;;
4036 esac
4037 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4038 $as_echo "$ac_try_echo"; } >&5
4039 (eval "$ac_link_default") 2>&5
4040 ac_status=$?
4041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4042 test $ac_status = 0; }; then :
4043 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4044 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4045 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4046 # so that the user can short-circuit this test for compilers unknown to
4047 # Autoconf.
4048 for ac_file in $ac_files ''
4050 test -f "$ac_file" || continue
4051 case $ac_file in
4052 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4054 [ab].out )
4055 # We found the default executable, but exeext='' is most
4056 # certainly right.
4057 break;;
4058 *.* )
4059 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4060 then :; else
4061 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4063 # We set ac_cv_exeext here because the later test for it is not
4064 # safe: cross compilers may not add the suffix if given an `-o'
4065 # argument, so we may need to know it at that point already.
4066 # Even if this section looks crufty: it has the advantage of
4067 # actually working.
4068 break;;
4070 break;;
4071 esac
4072 done
4073 test "$ac_cv_exeext" = no && ac_cv_exeext=
4075 else
4076 ac_file=''
4078 if test -z "$ac_file"; then :
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4080 $as_echo "no" >&6; }
4081 $as_echo "$as_me: failed program was:" >&5
4082 sed 's/^/| /' conftest.$ac_ext >&5
4084 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4085 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4086 as_fn_error 77 "C compiler cannot create executables
4087 See \`config.log' for more details" "$LINENO" 5; }
4088 else
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4090 $as_echo "yes" >&6; }
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4093 $as_echo_n "checking for C compiler default output file name... " >&6; }
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4095 $as_echo "$ac_file" >&6; }
4096 ac_exeext=$ac_cv_exeext
4098 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4099 ac_clean_files=$ac_clean_files_save
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4101 $as_echo_n "checking for suffix of executables... " >&6; }
4102 if { { ac_try="$ac_link"
4103 case "(($ac_try" in
4104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4105 *) ac_try_echo=$ac_try;;
4106 esac
4107 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4108 $as_echo "$ac_try_echo"; } >&5
4109 (eval "$ac_link") 2>&5
4110 ac_status=$?
4111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4112 test $ac_status = 0; }; then :
4113 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4114 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4115 # work properly (i.e., refer to `conftest.exe'), while it won't with
4116 # `rm'.
4117 for ac_file in conftest.exe conftest conftest.*; do
4118 test -f "$ac_file" || continue
4119 case $ac_file in
4120 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4121 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4122 break;;
4123 * ) break;;
4124 esac
4125 done
4126 else
4127 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4128 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4129 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4130 See \`config.log' for more details" "$LINENO" 5; }
4132 rm -f conftest conftest$ac_cv_exeext
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4134 $as_echo "$ac_cv_exeext" >&6; }
4136 rm -f conftest.$ac_ext
4137 EXEEXT=$ac_cv_exeext
4138 ac_exeext=$EXEEXT
4139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4140 /* end confdefs.h. */
4141 #include <stdio.h>
4143 main ()
4145 FILE *f = fopen ("conftest.out", "w");
4146 return ferror (f) || fclose (f) != 0;
4149 return 0;
4151 _ACEOF
4152 ac_clean_files="$ac_clean_files conftest.out"
4153 # Check that the compiler produces executables we can run. If not, either
4154 # the compiler is broken, or we cross compile.
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4156 $as_echo_n "checking whether we are cross compiling... " >&6; }
4157 if test "$cross_compiling" != yes; then
4158 { { ac_try="$ac_link"
4159 case "(($ac_try" in
4160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4161 *) ac_try_echo=$ac_try;;
4162 esac
4163 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4164 $as_echo "$ac_try_echo"; } >&5
4165 (eval "$ac_link") 2>&5
4166 ac_status=$?
4167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4168 test $ac_status = 0; }
4169 if { ac_try='./conftest$ac_cv_exeext'
4170 { { case "(($ac_try" in
4171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4172 *) ac_try_echo=$ac_try;;
4173 esac
4174 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4175 $as_echo "$ac_try_echo"; } >&5
4176 (eval "$ac_try") 2>&5
4177 ac_status=$?
4178 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4179 test $ac_status = 0; }; }; then
4180 cross_compiling=no
4181 else
4182 if test "$cross_compiling" = maybe; then
4183 cross_compiling=yes
4184 else
4185 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4186 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4187 as_fn_error $? "cannot run C compiled programs.
4188 If you meant to cross compile, use \`--host'.
4189 See \`config.log' for more details" "$LINENO" 5; }
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4194 $as_echo "$cross_compiling" >&6; }
4196 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4197 ac_clean_files=$ac_clean_files_save
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4199 $as_echo_n "checking for suffix of object files... " >&6; }
4200 if ${ac_cv_objext+:} false; then :
4201 $as_echo_n "(cached) " >&6
4202 else
4203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4204 /* end confdefs.h. */
4207 main ()
4211 return 0;
4213 _ACEOF
4214 rm -f conftest.o conftest.obj
4215 if { { ac_try="$ac_compile"
4216 case "(($ac_try" in
4217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4218 *) ac_try_echo=$ac_try;;
4219 esac
4220 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4221 $as_echo "$ac_try_echo"; } >&5
4222 (eval "$ac_compile") 2>&5
4223 ac_status=$?
4224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4225 test $ac_status = 0; }; then :
4226 for ac_file in conftest.o conftest.obj conftest.*; do
4227 test -f "$ac_file" || continue;
4228 case $ac_file in
4229 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4230 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4231 break;;
4232 esac
4233 done
4234 else
4235 $as_echo "$as_me: failed program was:" >&5
4236 sed 's/^/| /' conftest.$ac_ext >&5
4238 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4239 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4240 as_fn_error $? "cannot compute suffix of object files: cannot compile
4241 See \`config.log' for more details" "$LINENO" 5; }
4243 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4246 $as_echo "$ac_cv_objext" >&6; }
4247 OBJEXT=$ac_cv_objext
4248 ac_objext=$OBJEXT
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4250 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4251 if ${ac_cv_c_compiler_gnu+:} false; then :
4252 $as_echo_n "(cached) " >&6
4253 else
4254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4255 /* end confdefs.h. */
4258 main ()
4260 #ifndef __GNUC__
4261 choke me
4262 #endif
4265 return 0;
4267 _ACEOF
4268 if ac_fn_c_try_compile "$LINENO"; then :
4269 ac_compiler_gnu=yes
4270 else
4271 ac_compiler_gnu=no
4273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4274 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4278 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4279 if test $ac_compiler_gnu = yes; then
4280 GCC=yes
4281 else
4282 GCC=
4284 ac_test_CFLAGS=${CFLAGS+set}
4285 ac_save_CFLAGS=$CFLAGS
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4287 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4288 if ${ac_cv_prog_cc_g+:} false; then :
4289 $as_echo_n "(cached) " >&6
4290 else
4291 ac_save_c_werror_flag=$ac_c_werror_flag
4292 ac_c_werror_flag=yes
4293 ac_cv_prog_cc_g=no
4294 CFLAGS="-g"
4295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4296 /* end confdefs.h. */
4299 main ()
4303 return 0;
4305 _ACEOF
4306 if ac_fn_c_try_compile "$LINENO"; then :
4307 ac_cv_prog_cc_g=yes
4308 else
4309 CFLAGS=""
4310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4311 /* end confdefs.h. */
4314 main ()
4318 return 0;
4320 _ACEOF
4321 if ac_fn_c_try_compile "$LINENO"; then :
4323 else
4324 ac_c_werror_flag=$ac_save_c_werror_flag
4325 CFLAGS="-g"
4326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4327 /* end confdefs.h. */
4330 main ()
4334 return 0;
4336 _ACEOF
4337 if ac_fn_c_try_compile "$LINENO"; then :
4338 ac_cv_prog_cc_g=yes
4340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4345 ac_c_werror_flag=$ac_save_c_werror_flag
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4348 $as_echo "$ac_cv_prog_cc_g" >&6; }
4349 if test "$ac_test_CFLAGS" = set; then
4350 CFLAGS=$ac_save_CFLAGS
4351 elif test $ac_cv_prog_cc_g = yes; then
4352 if test "$GCC" = yes; then
4353 CFLAGS="-g -O2"
4354 else
4355 CFLAGS="-g"
4357 else
4358 if test "$GCC" = yes; then
4359 CFLAGS="-O2"
4360 else
4361 CFLAGS=
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4365 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4366 if ${ac_cv_prog_cc_c89+:} false; then :
4367 $as_echo_n "(cached) " >&6
4368 else
4369 ac_cv_prog_cc_c89=no
4370 ac_save_CC=$CC
4371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4372 /* end confdefs.h. */
4373 #include <stdarg.h>
4374 #include <stdio.h>
4375 struct stat;
4376 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4377 struct buf { int x; };
4378 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4379 static char *e (p, i)
4380 char **p;
4381 int i;
4383 return p[i];
4385 static char *f (char * (*g) (char **, int), char **p, ...)
4387 char *s;
4388 va_list v;
4389 va_start (v,p);
4390 s = g (p, va_arg (v,int));
4391 va_end (v);
4392 return s;
4395 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4396 function prototypes and stuff, but not '\xHH' hex character constants.
4397 These don't provoke an error unfortunately, instead are silently treated
4398 as 'x'. The following induces an error, until -std is added to get
4399 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4400 array size at least. It's necessary to write '\x00'==0 to get something
4401 that's true only with -std. */
4402 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4404 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4405 inside strings and character constants. */
4406 #define FOO(x) 'x'
4407 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4409 int test (int i, double x);
4410 struct s1 {int (*f) (int a);};
4411 struct s2 {int (*f) (double a);};
4412 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4413 int argc;
4414 char **argv;
4416 main ()
4418 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4420 return 0;
4422 _ACEOF
4423 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4424 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4426 CC="$ac_save_CC $ac_arg"
4427 if ac_fn_c_try_compile "$LINENO"; then :
4428 ac_cv_prog_cc_c89=$ac_arg
4430 rm -f core conftest.err conftest.$ac_objext
4431 test "x$ac_cv_prog_cc_c89" != "xno" && break
4432 done
4433 rm -f conftest.$ac_ext
4434 CC=$ac_save_CC
4437 # AC_CACHE_VAL
4438 case "x$ac_cv_prog_cc_c89" in
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4441 $as_echo "none needed" >&6; } ;;
4442 xno)
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4444 $as_echo "unsupported" >&6; } ;;
4446 CC="$CC $ac_cv_prog_cc_c89"
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4448 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4449 esac
4450 if test "x$ac_cv_prog_cc_c89" != xno; then :
4454 ac_ext=c
4455 ac_cpp='$CPP $CPPFLAGS'
4456 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4457 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4458 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4460 ac_ext=cpp
4461 ac_cpp='$CXXCPP $CPPFLAGS'
4462 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4463 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4464 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4465 if test -z "$CXX"; then
4466 if test -n "$CCC"; then
4467 CXX=$CCC
4468 else
4469 if test -n "$ac_tool_prefix"; then
4470 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4472 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4473 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4475 $as_echo_n "checking for $ac_word... " >&6; }
4476 if ${ac_cv_prog_CXX+:} false; then :
4477 $as_echo_n "(cached) " >&6
4478 else
4479 if test -n "$CXX"; then
4480 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4481 else
4482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4483 for as_dir in $PATH
4485 IFS=$as_save_IFS
4486 test -z "$as_dir" && as_dir=.
4487 for ac_exec_ext in '' $ac_executable_extensions; do
4488 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4489 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4491 break 2
4493 done
4494 done
4495 IFS=$as_save_IFS
4499 CXX=$ac_cv_prog_CXX
4500 if test -n "$CXX"; then
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4502 $as_echo "$CXX" >&6; }
4503 else
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4505 $as_echo "no" >&6; }
4509 test -n "$CXX" && break
4510 done
4512 if test -z "$CXX"; then
4513 ac_ct_CXX=$CXX
4514 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4516 # Extract the first word of "$ac_prog", so it can be a program name with args.
4517 set dummy $ac_prog; ac_word=$2
4518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4519 $as_echo_n "checking for $ac_word... " >&6; }
4520 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4521 $as_echo_n "(cached) " >&6
4522 else
4523 if test -n "$ac_ct_CXX"; then
4524 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4525 else
4526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4527 for as_dir in $PATH
4529 IFS=$as_save_IFS
4530 test -z "$as_dir" && as_dir=.
4531 for ac_exec_ext in '' $ac_executable_extensions; do
4532 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4533 ac_cv_prog_ac_ct_CXX="$ac_prog"
4534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4535 break 2
4537 done
4538 done
4539 IFS=$as_save_IFS
4543 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4544 if test -n "$ac_ct_CXX"; then
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4546 $as_echo "$ac_ct_CXX" >&6; }
4547 else
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4549 $as_echo "no" >&6; }
4553 test -n "$ac_ct_CXX" && break
4554 done
4556 if test "x$ac_ct_CXX" = x; then
4557 CXX="g++"
4558 else
4559 case $cross_compiling:$ac_tool_warned in
4560 yes:)
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4562 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4563 ac_tool_warned=yes ;;
4564 esac
4565 CXX=$ac_ct_CXX
4571 # Provide some information about the compiler.
4572 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4573 set X $ac_compile
4574 ac_compiler=$2
4575 for ac_option in --version -v -V -qversion; do
4576 { { ac_try="$ac_compiler $ac_option >&5"
4577 case "(($ac_try" in
4578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4579 *) ac_try_echo=$ac_try;;
4580 esac
4581 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4582 $as_echo "$ac_try_echo"; } >&5
4583 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4584 ac_status=$?
4585 if test -s conftest.err; then
4586 sed '10a\
4587 ... rest of stderr output deleted ...
4588 10q' conftest.err >conftest.er1
4589 cat conftest.er1 >&5
4591 rm -f conftest.er1 conftest.err
4592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4593 test $ac_status = 0; }
4594 done
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4597 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4598 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4599 $as_echo_n "(cached) " >&6
4600 else
4601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4602 /* end confdefs.h. */
4605 main ()
4607 #ifndef __GNUC__
4608 choke me
4609 #endif
4612 return 0;
4614 _ACEOF
4615 if ac_fn_cxx_try_compile "$LINENO"; then :
4616 ac_compiler_gnu=yes
4617 else
4618 ac_compiler_gnu=no
4620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4621 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4625 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4626 if test $ac_compiler_gnu = yes; then
4627 GXX=yes
4628 else
4629 GXX=
4631 ac_test_CXXFLAGS=${CXXFLAGS+set}
4632 ac_save_CXXFLAGS=$CXXFLAGS
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4634 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4635 if ${ac_cv_prog_cxx_g+:} false; then :
4636 $as_echo_n "(cached) " >&6
4637 else
4638 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4639 ac_cxx_werror_flag=yes
4640 ac_cv_prog_cxx_g=no
4641 CXXFLAGS="-g"
4642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4643 /* end confdefs.h. */
4646 main ()
4650 return 0;
4652 _ACEOF
4653 if ac_fn_cxx_try_compile "$LINENO"; then :
4654 ac_cv_prog_cxx_g=yes
4655 else
4656 CXXFLAGS=""
4657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4658 /* end confdefs.h. */
4661 main ()
4665 return 0;
4667 _ACEOF
4668 if ac_fn_cxx_try_compile "$LINENO"; then :
4670 else
4671 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4672 CXXFLAGS="-g"
4673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4674 /* end confdefs.h. */
4677 main ()
4681 return 0;
4683 _ACEOF
4684 if ac_fn_cxx_try_compile "$LINENO"; then :
4685 ac_cv_prog_cxx_g=yes
4687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4692 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4695 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4696 if test "$ac_test_CXXFLAGS" = set; then
4697 CXXFLAGS=$ac_save_CXXFLAGS
4698 elif test $ac_cv_prog_cxx_g = yes; then
4699 if test "$GXX" = yes; then
4700 CXXFLAGS="-g -O2"
4701 else
4702 CXXFLAGS="-g"
4704 else
4705 if test "$GXX" = yes; then
4706 CXXFLAGS="-O2"
4707 else
4708 CXXFLAGS=
4711 ac_ext=c
4712 ac_cpp='$CPP $CPPFLAGS'
4713 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4714 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4715 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4717 if test -n "$ac_tool_prefix"; then
4718 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4719 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4721 $as_echo_n "checking for $ac_word... " >&6; }
4722 if ${ac_cv_prog_CPPBIN+:} false; then :
4723 $as_echo_n "(cached) " >&6
4724 else
4725 if test -n "$CPPBIN"; then
4726 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4727 else
4728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4729 for as_dir in $PATH
4731 IFS=$as_save_IFS
4732 test -z "$as_dir" && as_dir=.
4733 for ac_exec_ext in '' $ac_executable_extensions; do
4734 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4735 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4737 break 2
4739 done
4740 done
4741 IFS=$as_save_IFS
4745 CPPBIN=$ac_cv_prog_CPPBIN
4746 if test -n "$CPPBIN"; then
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4748 $as_echo "$CPPBIN" >&6; }
4749 else
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4751 $as_echo "no" >&6; }
4756 if test -z "$ac_cv_prog_CPPBIN"; then
4757 ac_ct_CPPBIN=$CPPBIN
4758 # Extract the first word of "cpp", so it can be a program name with args.
4759 set dummy cpp; ac_word=$2
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4761 $as_echo_n "checking for $ac_word... " >&6; }
4762 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4763 $as_echo_n "(cached) " >&6
4764 else
4765 if test -n "$ac_ct_CPPBIN"; then
4766 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4767 else
4768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4769 for as_dir in $PATH
4771 IFS=$as_save_IFS
4772 test -z "$as_dir" && as_dir=.
4773 for ac_exec_ext in '' $ac_executable_extensions; do
4774 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4775 ac_cv_prog_ac_ct_CPPBIN="cpp"
4776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4777 break 2
4779 done
4780 done
4781 IFS=$as_save_IFS
4785 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4786 if test -n "$ac_ct_CPPBIN"; then
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4788 $as_echo "$ac_ct_CPPBIN" >&6; }
4789 else
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4791 $as_echo "no" >&6; }
4794 if test "x$ac_ct_CPPBIN" = x; then
4795 CPPBIN="cpp"
4796 else
4797 case $cross_compiling:$ac_tool_warned in
4798 yes:)
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4800 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4801 ac_tool_warned=yes ;;
4802 esac
4803 CPPBIN=$ac_ct_CPPBIN
4805 else
4806 CPPBIN="$ac_cv_prog_CPPBIN"
4810 cat >>confdefs.h <<_ACEOF
4811 #define EXEEXT "$ac_exeext"
4812 _ACEOF
4814 if test -n "$ac_tool_prefix"; then
4815 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4816 set dummy ${ac_tool_prefix}ld; ac_word=$2
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4818 $as_echo_n "checking for $ac_word... " >&6; }
4819 if ${ac_cv_prog_LD+:} false; then :
4820 $as_echo_n "(cached) " >&6
4821 else
4822 if test -n "$LD"; then
4823 ac_cv_prog_LD="$LD" # Let the user override the test.
4824 else
4825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4826 for as_dir in $PATH
4828 IFS=$as_save_IFS
4829 test -z "$as_dir" && as_dir=.
4830 for ac_exec_ext in '' $ac_executable_extensions; do
4831 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4832 ac_cv_prog_LD="${ac_tool_prefix}ld"
4833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4834 break 2
4836 done
4837 done
4838 IFS=$as_save_IFS
4842 LD=$ac_cv_prog_LD
4843 if test -n "$LD"; then
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4845 $as_echo "$LD" >&6; }
4846 else
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4848 $as_echo "no" >&6; }
4853 if test -z "$ac_cv_prog_LD"; then
4854 ac_ct_LD=$LD
4855 # Extract the first word of "ld", so it can be a program name with args.
4856 set dummy ld; ac_word=$2
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4858 $as_echo_n "checking for $ac_word... " >&6; }
4859 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4860 $as_echo_n "(cached) " >&6
4861 else
4862 if test -n "$ac_ct_LD"; then
4863 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4864 else
4865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4866 for as_dir in $PATH
4868 IFS=$as_save_IFS
4869 test -z "$as_dir" && as_dir=.
4870 for ac_exec_ext in '' $ac_executable_extensions; do
4871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4872 ac_cv_prog_ac_ct_LD="ld"
4873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4874 break 2
4876 done
4877 done
4878 IFS=$as_save_IFS
4882 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4883 if test -n "$ac_ct_LD"; then
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4885 $as_echo "$ac_ct_LD" >&6; }
4886 else
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4888 $as_echo "no" >&6; }
4891 if test "x$ac_ct_LD" = x; then
4892 LD=""
4893 else
4894 case $cross_compiling:$ac_tool_warned in
4895 yes:)
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4897 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4898 ac_tool_warned=yes ;;
4899 esac
4900 LD=$ac_ct_LD
4902 else
4903 LD="$ac_cv_prog_LD"
4907 case $host in
4908 *-darwin*)
4909 if test "x$enable_win64" = "xyes"
4910 then
4911 CC="$CC -m64"
4912 CXX="$CXX -m64"
4913 host_cpu="x86_64"
4914 notice_platform="64-bit "
4915 TARGETFLAGS="-m64"
4917 else
4918 CC="$CC -m32"
4919 CXX="$CXX -m32"
4920 host_cpu="i386"
4921 notice_platform="32-bit "
4922 TARGETFLAGS="-m32"
4924 enable_win16=${enable_win16:-yes}
4926 with_fontconfig=${with_fontconfig:-no}
4928 x86_64*|amd64*)
4929 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4930 then
4931 CC="$CC -m32"
4932 CXX="$CXX -m32"
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4934 $as_echo_n "checking whether $CC works... " >&6; }
4936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4937 /* end confdefs.h. */
4940 main ()
4944 return 0;
4946 _ACEOF
4947 if ac_fn_c_try_link "$LINENO"; then :
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4949 $as_echo "yes" >&6; }
4950 else
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4952 $as_echo "no" >&6; }
4953 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4955 rm -f core conftest.err conftest.$ac_objext \
4956 conftest$ac_exeext conftest.$ac_ext
4957 host_cpu="i386"
4958 notice_platform="32-bit "
4959 TARGETFLAGS="-m32"
4961 enable_win16=${enable_win16:-yes}
4962 else
4963 if test "x${GCC}" = "xyes"
4964 then
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4966 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4968 /* end confdefs.h. */
4969 #include <stdarg.h>
4971 main ()
4973 void func(__builtin_ms_va_list *args);
4975 return 0;
4977 _ACEOF
4978 if ac_fn_c_try_compile "$LINENO"; then :
4979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4980 $as_echo "yes" >&6; }
4981 else
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4983 $as_echo "no" >&6; }
4984 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4988 host_cpu="x86_64"
4989 TARGETFLAGS="-m64"
4993 arm*)
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4995 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4997 /* end confdefs.h. */
4998 int ac_test(int i) { return i; }
5000 main ()
5002 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5004 return 0;
5006 _ACEOF
5007 if ac_fn_c_try_link "$LINENO"; then :
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5009 $as_echo "yes" >&6; }
5010 else
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5012 $as_echo "no" >&6; }
5013 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5015 rm -f core conftest.err conftest.$ac_objext \
5016 conftest$ac_exeext conftest.$ac_ext
5017 CFLAGS="$CFLAGS -marm"
5018 TARGETFLAGS="-marm"
5021 *-mingw32*|*-cygwin*)
5022 enable_win16=${enable_win16:-no}
5023 CFLAGS="$CFLAGS -D_WIN32"
5025 i[3456789]86*)
5026 enable_win16=${enable_win16:-yes}
5028 esac
5030 enable_win16=${enable_win16:-no}
5031 enable_win64=${enable_win64:-no}
5033 enable_winetest=${enable_winetest:-$enable_tests}
5035 if test -n "$with_wine64"
5036 then
5037 if test "x$enable_win64" = "xyes"
5038 then
5039 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5040 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5042 enable_fonts=${enable_fonts:-no}
5043 enable_server=${enable_server:-no}
5044 elif test "x$enable_win64" = "xyes"
5045 then
5046 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5050 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5051 if ${wine_cv_toolsdir+:} false; then :
5052 $as_echo_n "(cached) " >&6
5053 else
5054 wine_cv_toolsdir="$with_wine_tools"
5055 if test -z "$with_wine_tools"; then
5056 if test "$cross_compiling" = "yes"; then
5057 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5058 elif test -n "$with_wine64"; then
5059 wine_cv_toolsdir="$with_wine64"
5062 if test -z "$wine_cv_toolsdir"; then
5063 wine_makedep=tools/makedep
5064 wine_cv_toolsdir="\$(top_builddir)"
5065 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5066 wine_makedep=$wine_cv_toolsdir/tools/makedep
5067 case "$wine_cv_toolsdir" in
5068 /*) ;;
5069 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5070 esac
5071 enable_tools=${enable_tools:-no}
5072 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5073 else
5074 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5078 $as_echo "$wine_cv_toolsdir" >&6; }
5079 TOOLSDIR=$wine_cv_toolsdir
5081 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5082 then
5083 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5087 for ac_prog in flex
5089 # Extract the first word of "$ac_prog", so it can be a program name with args.
5090 set dummy $ac_prog; ac_word=$2
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5092 $as_echo_n "checking for $ac_word... " >&6; }
5093 if ${ac_cv_prog_FLEX+:} false; then :
5094 $as_echo_n "(cached) " >&6
5095 else
5096 if test -n "$FLEX"; then
5097 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5098 else
5099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5100 for as_dir in $PATH
5102 IFS=$as_save_IFS
5103 test -z "$as_dir" && as_dir=.
5104 for ac_exec_ext in '' $ac_executable_extensions; do
5105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5106 ac_cv_prog_FLEX="$ac_prog"
5107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5108 break 2
5110 done
5111 done
5112 IFS=$as_save_IFS
5116 FLEX=$ac_cv_prog_FLEX
5117 if test -n "$FLEX"; then
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5119 $as_echo "$FLEX" >&6; }
5120 else
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5122 $as_echo "no" >&6; }
5126 test -n "$FLEX" && break
5127 done
5128 test -n "$FLEX" || FLEX="none"
5130 if test "$FLEX" = "none"
5131 then
5132 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5135 $as_echo_n "checking whether flex is recent enough... " >&6; }
5136 cat >conftest.l <<EOF
5137 %top{
5138 #include "prediluvian.h"
5142 if $FLEX -t conftest.l >/dev/null 2>&5
5143 then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5145 $as_echo "yes" >&6; }
5146 else
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5148 $as_echo "no" >&6; }
5149 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5152 for ac_prog in bison
5154 # Extract the first word of "$ac_prog", so it can be a program name with args.
5155 set dummy $ac_prog; ac_word=$2
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5157 $as_echo_n "checking for $ac_word... " >&6; }
5158 if ${ac_cv_prog_BISON+:} false; then :
5159 $as_echo_n "(cached) " >&6
5160 else
5161 if test -n "$BISON"; then
5162 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5163 else
5164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5165 for as_dir in $PATH
5167 IFS=$as_save_IFS
5168 test -z "$as_dir" && as_dir=.
5169 for ac_exec_ext in '' $ac_executable_extensions; do
5170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5171 ac_cv_prog_BISON="$ac_prog"
5172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5173 break 2
5175 done
5176 done
5177 IFS=$as_save_IFS
5181 BISON=$ac_cv_prog_BISON
5182 if test -n "$BISON"; then
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5184 $as_echo "$BISON" >&6; }
5185 else
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5187 $as_echo "no" >&6; }
5191 test -n "$BISON" && break
5192 done
5193 test -n "$BISON" || BISON="none"
5195 if test "$BISON" = "none"
5196 then
5197 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5200 if test -n "$ac_tool_prefix"; then
5201 for ac_prog in ar gar
5203 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5204 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5206 $as_echo_n "checking for $ac_word... " >&6; }
5207 if ${ac_cv_prog_AR+:} false; then :
5208 $as_echo_n "(cached) " >&6
5209 else
5210 if test -n "$AR"; then
5211 ac_cv_prog_AR="$AR" # Let the user override the test.
5212 else
5213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5214 for as_dir in $PATH
5216 IFS=$as_save_IFS
5217 test -z "$as_dir" && as_dir=.
5218 for ac_exec_ext in '' $ac_executable_extensions; do
5219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5220 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5222 break 2
5224 done
5225 done
5226 IFS=$as_save_IFS
5230 AR=$ac_cv_prog_AR
5231 if test -n "$AR"; then
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5233 $as_echo "$AR" >&6; }
5234 else
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5236 $as_echo "no" >&6; }
5240 test -n "$AR" && break
5241 done
5243 if test -z "$AR"; then
5244 ac_ct_AR=$AR
5245 for ac_prog in ar gar
5247 # Extract the first word of "$ac_prog", so it can be a program name with args.
5248 set dummy $ac_prog; ac_word=$2
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5250 $as_echo_n "checking for $ac_word... " >&6; }
5251 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5252 $as_echo_n "(cached) " >&6
5253 else
5254 if test -n "$ac_ct_AR"; then
5255 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5256 else
5257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5258 for as_dir in $PATH
5260 IFS=$as_save_IFS
5261 test -z "$as_dir" && as_dir=.
5262 for ac_exec_ext in '' $ac_executable_extensions; do
5263 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5264 ac_cv_prog_ac_ct_AR="$ac_prog"
5265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5266 break 2
5268 done
5269 done
5270 IFS=$as_save_IFS
5274 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5275 if test -n "$ac_ct_AR"; then
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5277 $as_echo "$ac_ct_AR" >&6; }
5278 else
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5280 $as_echo "no" >&6; }
5284 test -n "$ac_ct_AR" && break
5285 done
5287 if test "x$ac_ct_AR" = x; then
5288 AR="ar"
5289 else
5290 case $cross_compiling:$ac_tool_warned in
5291 yes:)
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5293 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5294 ac_tool_warned=yes ;;
5295 esac
5296 AR=$ac_ct_AR
5300 if test -n "$ac_tool_prefix"; then
5301 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5302 set dummy ${ac_tool_prefix}strip; ac_word=$2
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5304 $as_echo_n "checking for $ac_word... " >&6; }
5305 if ${ac_cv_prog_STRIP+:} false; then :
5306 $as_echo_n "(cached) " >&6
5307 else
5308 if test -n "$STRIP"; then
5309 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5310 else
5311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5312 for as_dir in $PATH
5314 IFS=$as_save_IFS
5315 test -z "$as_dir" && as_dir=.
5316 for ac_exec_ext in '' $ac_executable_extensions; do
5317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5318 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5320 break 2
5322 done
5323 done
5324 IFS=$as_save_IFS
5328 STRIP=$ac_cv_prog_STRIP
5329 if test -n "$STRIP"; then
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5331 $as_echo "$STRIP" >&6; }
5332 else
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5334 $as_echo "no" >&6; }
5339 if test -z "$ac_cv_prog_STRIP"; then
5340 ac_ct_STRIP=$STRIP
5341 # Extract the first word of "strip", so it can be a program name with args.
5342 set dummy strip; ac_word=$2
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5344 $as_echo_n "checking for $ac_word... " >&6; }
5345 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5346 $as_echo_n "(cached) " >&6
5347 else
5348 if test -n "$ac_ct_STRIP"; then
5349 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5350 else
5351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5352 for as_dir in $PATH
5354 IFS=$as_save_IFS
5355 test -z "$as_dir" && as_dir=.
5356 for ac_exec_ext in '' $ac_executable_extensions; do
5357 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5358 ac_cv_prog_ac_ct_STRIP="strip"
5359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5360 break 2
5362 done
5363 done
5364 IFS=$as_save_IFS
5368 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5369 if test -n "$ac_ct_STRIP"; then
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5371 $as_echo "$ac_ct_STRIP" >&6; }
5372 else
5373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5374 $as_echo "no" >&6; }
5377 if test "x$ac_ct_STRIP" = x; then
5378 STRIP="strip"
5379 else
5380 case $cross_compiling:$ac_tool_warned in
5381 yes:)
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5383 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5384 ac_tool_warned=yes ;;
5385 esac
5386 STRIP=$ac_ct_STRIP
5388 else
5389 STRIP="$ac_cv_prog_STRIP"
5392 ARFLAGS=rc
5394 if test -n "$ac_tool_prefix"; then
5395 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5396 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5398 $as_echo_n "checking for $ac_word... " >&6; }
5399 if ${ac_cv_prog_RANLIB+:} false; then :
5400 $as_echo_n "(cached) " >&6
5401 else
5402 if test -n "$RANLIB"; then
5403 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5404 else
5405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5406 for as_dir in $PATH
5408 IFS=$as_save_IFS
5409 test -z "$as_dir" && as_dir=.
5410 for ac_exec_ext in '' $ac_executable_extensions; do
5411 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5412 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5414 break 2
5416 done
5417 done
5418 IFS=$as_save_IFS
5422 RANLIB=$ac_cv_prog_RANLIB
5423 if test -n "$RANLIB"; then
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5425 $as_echo "$RANLIB" >&6; }
5426 else
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5428 $as_echo "no" >&6; }
5433 if test -z "$ac_cv_prog_RANLIB"; then
5434 ac_ct_RANLIB=$RANLIB
5435 # Extract the first word of "ranlib", so it can be a program name with args.
5436 set dummy ranlib; ac_word=$2
5437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5438 $as_echo_n "checking for $ac_word... " >&6; }
5439 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5440 $as_echo_n "(cached) " >&6
5441 else
5442 if test -n "$ac_ct_RANLIB"; then
5443 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5444 else
5445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5446 for as_dir in $PATH
5448 IFS=$as_save_IFS
5449 test -z "$as_dir" && as_dir=.
5450 for ac_exec_ext in '' $ac_executable_extensions; do
5451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5452 ac_cv_prog_ac_ct_RANLIB="ranlib"
5453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5454 break 2
5456 done
5457 done
5458 IFS=$as_save_IFS
5462 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5463 if test -n "$ac_ct_RANLIB"; then
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5465 $as_echo "$ac_ct_RANLIB" >&6; }
5466 else
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5468 $as_echo "no" >&6; }
5471 if test "x$ac_ct_RANLIB" = x; then
5472 RANLIB=":"
5473 else
5474 case $cross_compiling:$ac_tool_warned in
5475 yes:)
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5477 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5478 ac_tool_warned=yes ;;
5479 esac
5480 RANLIB=$ac_ct_RANLIB
5482 else
5483 RANLIB="$ac_cv_prog_RANLIB"
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5487 $as_echo_n "checking whether ln -s works... " >&6; }
5488 LN_S=$as_ln_s
5489 if test "$LN_S" = "ln -s"; then
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5491 $as_echo "yes" >&6; }
5492 else
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5494 $as_echo "no, using $LN_S" >&6; }
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5498 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5499 if ${ac_cv_path_GREP+:} false; then :
5500 $as_echo_n "(cached) " >&6
5501 else
5502 if test -z "$GREP"; then
5503 ac_path_GREP_found=false
5504 # Loop through the user's path and test for each of PROGNAME-LIST
5505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5506 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5508 IFS=$as_save_IFS
5509 test -z "$as_dir" && as_dir=.
5510 for ac_prog in grep ggrep; do
5511 for ac_exec_ext in '' $ac_executable_extensions; do
5512 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5513 as_fn_executable_p "$ac_path_GREP" || continue
5514 # Check for GNU ac_path_GREP and select it if it is found.
5515 # Check for GNU $ac_path_GREP
5516 case `"$ac_path_GREP" --version 2>&1` in
5517 *GNU*)
5518 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5520 ac_count=0
5521 $as_echo_n 0123456789 >"conftest.in"
5522 while :
5524 cat "conftest.in" "conftest.in" >"conftest.tmp"
5525 mv "conftest.tmp" "conftest.in"
5526 cp "conftest.in" "conftest.nl"
5527 $as_echo 'GREP' >> "conftest.nl"
5528 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5529 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5530 as_fn_arith $ac_count + 1 && ac_count=$as_val
5531 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5532 # Best one so far, save it but keep looking for a better one
5533 ac_cv_path_GREP="$ac_path_GREP"
5534 ac_path_GREP_max=$ac_count
5536 # 10*(2^10) chars as input seems more than enough
5537 test $ac_count -gt 10 && break
5538 done
5539 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5540 esac
5542 $ac_path_GREP_found && break 3
5543 done
5544 done
5545 done
5546 IFS=$as_save_IFS
5547 if test -z "$ac_cv_path_GREP"; then
5548 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5550 else
5551 ac_cv_path_GREP=$GREP
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5556 $as_echo "$ac_cv_path_GREP" >&6; }
5557 GREP="$ac_cv_path_GREP"
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5561 $as_echo_n "checking for egrep... " >&6; }
5562 if ${ac_cv_path_EGREP+:} false; then :
5563 $as_echo_n "(cached) " >&6
5564 else
5565 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5566 then ac_cv_path_EGREP="$GREP -E"
5567 else
5568 if test -z "$EGREP"; then
5569 ac_path_EGREP_found=false
5570 # Loop through the user's path and test for each of PROGNAME-LIST
5571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5572 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5574 IFS=$as_save_IFS
5575 test -z "$as_dir" && as_dir=.
5576 for ac_prog in egrep; do
5577 for ac_exec_ext in '' $ac_executable_extensions; do
5578 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5579 as_fn_executable_p "$ac_path_EGREP" || continue
5580 # Check for GNU ac_path_EGREP and select it if it is found.
5581 # Check for GNU $ac_path_EGREP
5582 case `"$ac_path_EGREP" --version 2>&1` in
5583 *GNU*)
5584 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5586 ac_count=0
5587 $as_echo_n 0123456789 >"conftest.in"
5588 while :
5590 cat "conftest.in" "conftest.in" >"conftest.tmp"
5591 mv "conftest.tmp" "conftest.in"
5592 cp "conftest.in" "conftest.nl"
5593 $as_echo 'EGREP' >> "conftest.nl"
5594 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5595 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5596 as_fn_arith $ac_count + 1 && ac_count=$as_val
5597 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5598 # Best one so far, save it but keep looking for a better one
5599 ac_cv_path_EGREP="$ac_path_EGREP"
5600 ac_path_EGREP_max=$ac_count
5602 # 10*(2^10) chars as input seems more than enough
5603 test $ac_count -gt 10 && break
5604 done
5605 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5606 esac
5608 $ac_path_EGREP_found && break 3
5609 done
5610 done
5611 done
5612 IFS=$as_save_IFS
5613 if test -z "$ac_cv_path_EGREP"; then
5614 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5616 else
5617 ac_cv_path_EGREP=$EGREP
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5623 $as_echo "$ac_cv_path_EGREP" >&6; }
5624 EGREP="$ac_cv_path_EGREP"
5627 # Extract the first word of "ldconfig", so it can be a program name with args.
5628 set dummy ldconfig; ac_word=$2
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5630 $as_echo_n "checking for $ac_word... " >&6; }
5631 if ${ac_cv_path_LDCONFIG+:} false; then :
5632 $as_echo_n "(cached) " >&6
5633 else
5634 case $LDCONFIG in
5635 [\\/]* | ?:[\\/]*)
5636 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5640 for as_dir in /sbin /usr/sbin $PATH
5642 IFS=$as_save_IFS
5643 test -z "$as_dir" && as_dir=.
5644 for ac_exec_ext in '' $ac_executable_extensions; do
5645 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5646 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5648 break 2
5650 done
5651 done
5652 IFS=$as_save_IFS
5654 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5656 esac
5658 LDCONFIG=$ac_cv_path_LDCONFIG
5659 if test -n "$LDCONFIG"; then
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5661 $as_echo "$LDCONFIG" >&6; }
5662 else
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5664 $as_echo "no" >&6; }
5668 for ac_prog in msgfmt
5670 # Extract the first word of "$ac_prog", so it can be a program name with args.
5671 set dummy $ac_prog; ac_word=$2
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5673 $as_echo_n "checking for $ac_word... " >&6; }
5674 if ${ac_cv_prog_MSGFMT+:} false; then :
5675 $as_echo_n "(cached) " >&6
5676 else
5677 if test -n "$MSGFMT"; then
5678 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5679 else
5680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5681 for as_dir in $PATH
5683 IFS=$as_save_IFS
5684 test -z "$as_dir" && as_dir=.
5685 for ac_exec_ext in '' $ac_executable_extensions; do
5686 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5687 ac_cv_prog_MSGFMT="$ac_prog"
5688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5689 break 2
5691 done
5692 done
5693 IFS=$as_save_IFS
5697 MSGFMT=$ac_cv_prog_MSGFMT
5698 if test -n "$MSGFMT"; then
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5700 $as_echo "$MSGFMT" >&6; }
5701 else
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5703 $as_echo "no" >&6; }
5707 test -n "$MSGFMT" && break
5708 done
5709 test -n "$MSGFMT" || MSGFMT="false"
5711 if ${ac_tool_prefix+:} false; then :
5712 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5713 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5715 $as_echo_n "checking for $ac_word... " >&6; }
5716 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5717 $as_echo_n "(cached) " >&6
5718 else
5719 if test -n "$PKG_CONFIG"; then
5720 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5721 else
5722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5723 for as_dir in $PATH
5725 IFS=$as_save_IFS
5726 test -z "$as_dir" && as_dir=.
5727 for ac_exec_ext in '' $ac_executable_extensions; do
5728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5729 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5731 break 2
5733 done
5734 done
5735 IFS=$as_save_IFS
5739 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5740 if test -n "$PKG_CONFIG"; then
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5742 $as_echo "$PKG_CONFIG" >&6; }
5743 else
5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5745 $as_echo "no" >&6; }
5750 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5751 if test "x$cross_compiling" = xyes; then :
5753 else
5754 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5755 # Extract the first word of "pkg-config", so it can be a program name with args.
5756 set dummy pkg-config; ac_word=$2
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5758 $as_echo_n "checking for $ac_word... " >&6; }
5759 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5760 $as_echo_n "(cached) " >&6
5761 else
5762 if test -n "$PKG_CONFIG"; then
5763 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5764 else
5765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5766 for as_dir in $PATH
5768 IFS=$as_save_IFS
5769 test -z "$as_dir" && as_dir=.
5770 for ac_exec_ext in '' $ac_executable_extensions; do
5771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5772 ac_cv_prog_PKG_CONFIG="pkg-config"
5773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5774 break 2
5776 done
5777 done
5778 IFS=$as_save_IFS
5782 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5783 if test -n "$PKG_CONFIG"; then
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5785 $as_echo "$PKG_CONFIG" >&6; }
5786 else
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5788 $as_echo "no" >&6; }
5793 else
5794 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5797 if test "x$enable_maintainer_mode" != "xyes"
5798 then
5799 FONTFORGE=""
5800 RSVG=""
5801 CONVERT=""
5802 ICOTOOL=""
5803 else
5804 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5805 for ac_prog in fontforge
5807 # Extract the first word of "$ac_prog", so it can be a program name with args.
5808 set dummy $ac_prog; ac_word=$2
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5810 $as_echo_n "checking for $ac_word... " >&6; }
5811 if ${ac_cv_prog_FONTFORGE+:} false; then :
5812 $as_echo_n "(cached) " >&6
5813 else
5814 if test -n "$FONTFORGE"; then
5815 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5816 else
5817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5818 for as_dir in $PATH
5820 IFS=$as_save_IFS
5821 test -z "$as_dir" && as_dir=.
5822 for ac_exec_ext in '' $ac_executable_extensions; do
5823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5824 ac_cv_prog_FONTFORGE="$ac_prog"
5825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5826 break 2
5828 done
5829 done
5830 IFS=$as_save_IFS
5834 FONTFORGE=$ac_cv_prog_FONTFORGE
5835 if test -n "$FONTFORGE"; then
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5837 $as_echo "$FONTFORGE" >&6; }
5838 else
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5840 $as_echo "no" >&6; }
5844 test -n "$FONTFORGE" && break
5845 done
5846 test -n "$FONTFORGE" || FONTFORGE="false"
5848 for ac_prog in rsvg-convert rsvg
5850 # Extract the first word of "$ac_prog", so it can be a program name with args.
5851 set dummy $ac_prog; ac_word=$2
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5853 $as_echo_n "checking for $ac_word... " >&6; }
5854 if ${ac_cv_prog_RSVG+:} false; then :
5855 $as_echo_n "(cached) " >&6
5856 else
5857 if test -n "$RSVG"; then
5858 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5859 else
5860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5861 for as_dir in $PATH
5863 IFS=$as_save_IFS
5864 test -z "$as_dir" && as_dir=.
5865 for ac_exec_ext in '' $ac_executable_extensions; do
5866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5867 ac_cv_prog_RSVG="$ac_prog"
5868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5869 break 2
5871 done
5872 done
5873 IFS=$as_save_IFS
5877 RSVG=$ac_cv_prog_RSVG
5878 if test -n "$RSVG"; then
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5880 $as_echo "$RSVG" >&6; }
5881 else
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5883 $as_echo "no" >&6; }
5887 test -n "$RSVG" && break
5888 done
5889 test -n "$RSVG" || RSVG="false"
5891 for ac_prog in convert
5893 # Extract the first word of "$ac_prog", so it can be a program name with args.
5894 set dummy $ac_prog; ac_word=$2
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5896 $as_echo_n "checking for $ac_word... " >&6; }
5897 if ${ac_cv_prog_CONVERT+:} false; then :
5898 $as_echo_n "(cached) " >&6
5899 else
5900 if test -n "$CONVERT"; then
5901 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5902 else
5903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5904 for as_dir in $PATH
5906 IFS=$as_save_IFS
5907 test -z "$as_dir" && as_dir=.
5908 for ac_exec_ext in '' $ac_executable_extensions; do
5909 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5910 ac_cv_prog_CONVERT="$ac_prog"
5911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5912 break 2
5914 done
5915 done
5916 IFS=$as_save_IFS
5920 CONVERT=$ac_cv_prog_CONVERT
5921 if test -n "$CONVERT"; then
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5923 $as_echo "$CONVERT" >&6; }
5924 else
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5926 $as_echo "no" >&6; }
5930 test -n "$CONVERT" && break
5931 done
5932 test -n "$CONVERT" || CONVERT="false"
5934 for ac_prog in icotool
5936 # Extract the first word of "$ac_prog", so it can be a program name with args.
5937 set dummy $ac_prog; ac_word=$2
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5939 $as_echo_n "checking for $ac_word... " >&6; }
5940 if ${ac_cv_prog_ICOTOOL+:} false; then :
5941 $as_echo_n "(cached) " >&6
5942 else
5943 if test -n "$ICOTOOL"; then
5944 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5945 else
5946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5947 for as_dir in $PATH
5949 IFS=$as_save_IFS
5950 test -z "$as_dir" && as_dir=.
5951 for ac_exec_ext in '' $ac_executable_extensions; do
5952 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5953 ac_cv_prog_ICOTOOL="$ac_prog"
5954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5955 break 2
5957 done
5958 done
5959 IFS=$as_save_IFS
5963 ICOTOOL=$ac_cv_prog_ICOTOOL
5964 if test -n "$ICOTOOL"; then
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5966 $as_echo "$ICOTOOL" >&6; }
5967 else
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5969 $as_echo "no" >&6; }
5973 test -n "$ICOTOOL" && break
5974 done
5975 test -n "$ICOTOOL" || ICOTOOL="false"
5977 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5978 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5980 if test "$CONVERT" = false
5981 then
5982 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5983 else
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5985 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5986 convert_version=`convert --version | head -n1`
5987 if test "x$convert_version" != "x"
5988 then
5989 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5990 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5991 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5992 then
5993 CONVERT=false
5996 if test "$CONVERT" = false
5997 then
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5999 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6000 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6001 else
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6003 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6007 if test "$ICOTOOL" = false
6008 then
6009 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6010 else
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6012 $as_echo_n "checking for recent enough icotool... " >&6; }
6013 icotool_version=`icotool --version | head -n1`
6014 if test "x$icotool_version" != "x"
6015 then
6016 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6017 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6018 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6019 then
6020 ICOTOOL=false
6021 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6024 if test "$ICOTOOL" = false
6025 then
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6027 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6028 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6029 else
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6031 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6035 with_gettext=yes
6036 with_gettextpo=yes
6037 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6040 test "x$with_gettext" != xno || MSGFMT=false
6041 if test "$MSGFMT" != "false"
6042 then
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6044 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6045 cat >conftest.po <<EOF
6046 # comment
6047 msgctxt "ctxt"
6048 msgid "id"
6049 msgstr "str"
6051 if $MSGFMT -o /dev/null conftest.po 2>&5
6052 then
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6054 $as_echo "yes" >&6; }
6055 else
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6057 $as_echo "no" >&6; }
6058 MSGFMT=false
6061 if test "$MSGFMT" = false; then :
6062 case "x$with_gettext" in
6063 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6064 xno) ;;
6065 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6066 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6067 esac
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6072 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6073 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6074 $as_echo_n "(cached) " >&6
6075 else
6076 ac_check_lib_save_LIBS=$LIBS
6077 LIBS="-li386 $LIBS"
6078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6079 /* end confdefs.h. */
6081 /* Override any GCC internal prototype to avoid an error.
6082 Use char because int might match the return type of a GCC
6083 builtin and then its argument prototype would still apply. */
6084 #ifdef __cplusplus
6085 extern "C"
6086 #endif
6087 char i386_set_ldt ();
6089 main ()
6091 return i386_set_ldt ();
6093 return 0;
6095 _ACEOF
6096 if ac_fn_c_try_link "$LINENO"; then :
6097 ac_cv_lib_i386_i386_set_ldt=yes
6098 else
6099 ac_cv_lib_i386_i386_set_ldt=no
6101 rm -f core conftest.err conftest.$ac_objext \
6102 conftest$ac_exeext conftest.$ac_ext
6103 LIBS=$ac_check_lib_save_LIBS
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6106 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6107 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6108 cat >>confdefs.h <<_ACEOF
6109 #define HAVE_LIBI386 1
6110 _ACEOF
6112 LIBS="-li386 $LIBS"
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6117 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6118 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6119 $as_echo_n "(cached) " >&6
6120 else
6121 ac_check_lib_save_LIBS=$LIBS
6122 LIBS="-lossaudio $LIBS"
6123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6124 /* end confdefs.h. */
6126 /* Override any GCC internal prototype to avoid an error.
6127 Use char because int might match the return type of a GCC
6128 builtin and then its argument prototype would still apply. */
6129 #ifdef __cplusplus
6130 extern "C"
6131 #endif
6132 char _oss_ioctl ();
6134 main ()
6136 return _oss_ioctl ();
6138 return 0;
6140 _ACEOF
6141 if ac_fn_c_try_link "$LINENO"; then :
6142 ac_cv_lib_ossaudio__oss_ioctl=yes
6143 else
6144 ac_cv_lib_ossaudio__oss_ioctl=no
6146 rm -f core conftest.err conftest.$ac_objext \
6147 conftest$ac_exeext conftest.$ac_ext
6148 LIBS=$ac_check_lib_save_LIBS
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6151 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6152 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6153 cat >>confdefs.h <<_ACEOF
6154 #define HAVE_LIBOSSAUDIO 1
6155 _ACEOF
6157 LIBS="-lossaudio $LIBS"
6162 OPENGL_LIBS=""
6166 # Check whether --enable-largefile was given.
6167 if test "${enable_largefile+set}" = set; then :
6168 enableval=$enable_largefile;
6171 if test "$enable_largefile" != no; then
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6174 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6175 if ${ac_cv_sys_largefile_CC+:} false; then :
6176 $as_echo_n "(cached) " >&6
6177 else
6178 ac_cv_sys_largefile_CC=no
6179 if test "$GCC" != yes; then
6180 ac_save_CC=$CC
6181 while :; do
6182 # IRIX 6.2 and later do not support large files by default,
6183 # so use the C compiler's -n32 option if that helps.
6184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6185 /* end confdefs.h. */
6186 #include <sys/types.h>
6187 /* Check that off_t can represent 2**63 - 1 correctly.
6188 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6189 since some C++ compilers masquerading as C compilers
6190 incorrectly reject 9223372036854775807. */
6191 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6192 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6193 && LARGE_OFF_T % 2147483647 == 1)
6194 ? 1 : -1];
6196 main ()
6200 return 0;
6202 _ACEOF
6203 if ac_fn_c_try_compile "$LINENO"; then :
6204 break
6206 rm -f core conftest.err conftest.$ac_objext
6207 CC="$CC -n32"
6208 if ac_fn_c_try_compile "$LINENO"; then :
6209 ac_cv_sys_largefile_CC=' -n32'; break
6211 rm -f core conftest.err conftest.$ac_objext
6212 break
6213 done
6214 CC=$ac_save_CC
6215 rm -f conftest.$ac_ext
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6219 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6220 if test "$ac_cv_sys_largefile_CC" != no; then
6221 CC=$CC$ac_cv_sys_largefile_CC
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6225 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6226 if ${ac_cv_sys_file_offset_bits+:} false; then :
6227 $as_echo_n "(cached) " >&6
6228 else
6229 while :; do
6230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6231 /* end confdefs.h. */
6232 #include <sys/types.h>
6233 /* Check that off_t can represent 2**63 - 1 correctly.
6234 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6235 since some C++ compilers masquerading as C compilers
6236 incorrectly reject 9223372036854775807. */
6237 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6238 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6239 && LARGE_OFF_T % 2147483647 == 1)
6240 ? 1 : -1];
6242 main ()
6246 return 0;
6248 _ACEOF
6249 if ac_fn_c_try_compile "$LINENO"; then :
6250 ac_cv_sys_file_offset_bits=no; break
6252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6254 /* end confdefs.h. */
6255 #define _FILE_OFFSET_BITS 64
6256 #include <sys/types.h>
6257 /* Check that off_t can represent 2**63 - 1 correctly.
6258 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6259 since some C++ compilers masquerading as C compilers
6260 incorrectly reject 9223372036854775807. */
6261 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6262 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6263 && LARGE_OFF_T % 2147483647 == 1)
6264 ? 1 : -1];
6266 main ()
6270 return 0;
6272 _ACEOF
6273 if ac_fn_c_try_compile "$LINENO"; then :
6274 ac_cv_sys_file_offset_bits=64; break
6276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6277 ac_cv_sys_file_offset_bits=unknown
6278 break
6279 done
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6282 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6283 case $ac_cv_sys_file_offset_bits in #(
6284 no | unknown) ;;
6286 cat >>confdefs.h <<_ACEOF
6287 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6288 _ACEOF
6290 esac
6291 rm -rf conftest*
6292 if test $ac_cv_sys_file_offset_bits = unknown; then
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6294 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6295 if ${ac_cv_sys_large_files+:} false; then :
6296 $as_echo_n "(cached) " >&6
6297 else
6298 while :; do
6299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6300 /* end confdefs.h. */
6301 #include <sys/types.h>
6302 /* Check that off_t can represent 2**63 - 1 correctly.
6303 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6304 since some C++ compilers masquerading as C compilers
6305 incorrectly reject 9223372036854775807. */
6306 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6307 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6308 && LARGE_OFF_T % 2147483647 == 1)
6309 ? 1 : -1];
6311 main ()
6315 return 0;
6317 _ACEOF
6318 if ac_fn_c_try_compile "$LINENO"; then :
6319 ac_cv_sys_large_files=no; break
6321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6323 /* end confdefs.h. */
6324 #define _LARGE_FILES 1
6325 #include <sys/types.h>
6326 /* Check that off_t can represent 2**63 - 1 correctly.
6327 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6328 since some C++ compilers masquerading as C compilers
6329 incorrectly reject 9223372036854775807. */
6330 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6331 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6332 && LARGE_OFF_T % 2147483647 == 1)
6333 ? 1 : -1];
6335 main ()
6339 return 0;
6341 _ACEOF
6342 if ac_fn_c_try_compile "$LINENO"; then :
6343 ac_cv_sys_large_files=1; break
6345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6346 ac_cv_sys_large_files=unknown
6347 break
6348 done
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6351 $as_echo "$ac_cv_sys_large_files" >&6; }
6352 case $ac_cv_sys_large_files in #(
6353 no | unknown) ;;
6355 cat >>confdefs.h <<_ACEOF
6356 #define _LARGE_FILES $ac_cv_sys_large_files
6357 _ACEOF
6359 esac
6360 rm -rf conftest*
6367 ac_ext=c
6368 ac_cpp='$CPP $CPPFLAGS'
6369 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6370 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6371 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6373 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6374 # On Suns, sometimes $CPP names a directory.
6375 if test -n "$CPP" && test -d "$CPP"; then
6376 CPP=
6378 if test -z "$CPP"; then
6379 if ${ac_cv_prog_CPP+:} false; then :
6380 $as_echo_n "(cached) " >&6
6381 else
6382 # Double quotes because CPP needs to be expanded
6383 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6385 ac_preproc_ok=false
6386 for ac_c_preproc_warn_flag in '' yes
6388 # Use a header file that comes with gcc, so configuring glibc
6389 # with a fresh cross-compiler works.
6390 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6391 # <limits.h> exists even on freestanding compilers.
6392 # On the NeXT, cc -E runs the code through the compiler's parser,
6393 # not just through cpp. "Syntax error" is here to catch this case.
6394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6395 /* end confdefs.h. */
6396 #ifdef __STDC__
6397 # include <limits.h>
6398 #else
6399 # include <assert.h>
6400 #endif
6401 Syntax error
6402 _ACEOF
6403 if ac_fn_c_try_cpp "$LINENO"; then :
6405 else
6406 # Broken: fails on valid input.
6407 continue
6409 rm -f conftest.err conftest.i conftest.$ac_ext
6411 # OK, works on sane cases. Now check whether nonexistent headers
6412 # can be detected and how.
6413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6414 /* end confdefs.h. */
6415 #include <ac_nonexistent.h>
6416 _ACEOF
6417 if ac_fn_c_try_cpp "$LINENO"; then :
6418 # Broken: success on invalid input.
6419 continue
6420 else
6421 # Passes both tests.
6422 ac_preproc_ok=:
6423 break
6425 rm -f conftest.err conftest.i conftest.$ac_ext
6427 done
6428 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6429 rm -f conftest.i conftest.err conftest.$ac_ext
6430 if $ac_preproc_ok; then :
6431 break
6434 done
6435 ac_cv_prog_CPP=$CPP
6438 CPP=$ac_cv_prog_CPP
6439 else
6440 ac_cv_prog_CPP=$CPP
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6443 $as_echo "$CPP" >&6; }
6444 ac_preproc_ok=false
6445 for ac_c_preproc_warn_flag in '' yes
6447 # Use a header file that comes with gcc, so configuring glibc
6448 # with a fresh cross-compiler works.
6449 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6450 # <limits.h> exists even on freestanding compilers.
6451 # On the NeXT, cc -E runs the code through the compiler's parser,
6452 # not just through cpp. "Syntax error" is here to catch this case.
6453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6454 /* end confdefs.h. */
6455 #ifdef __STDC__
6456 # include <limits.h>
6457 #else
6458 # include <assert.h>
6459 #endif
6460 Syntax error
6461 _ACEOF
6462 if ac_fn_c_try_cpp "$LINENO"; then :
6464 else
6465 # Broken: fails on valid input.
6466 continue
6468 rm -f conftest.err conftest.i conftest.$ac_ext
6470 # OK, works on sane cases. Now check whether nonexistent headers
6471 # can be detected and how.
6472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6473 /* end confdefs.h. */
6474 #include <ac_nonexistent.h>
6475 _ACEOF
6476 if ac_fn_c_try_cpp "$LINENO"; then :
6477 # Broken: success on invalid input.
6478 continue
6479 else
6480 # Passes both tests.
6481 ac_preproc_ok=:
6482 break
6484 rm -f conftest.err conftest.i conftest.$ac_ext
6486 done
6487 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6488 rm -f conftest.i conftest.err conftest.$ac_ext
6489 if $ac_preproc_ok; then :
6491 else
6492 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6493 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6494 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6495 See \`config.log' for more details" "$LINENO" 5; }
6498 ac_ext=c
6499 ac_cpp='$CPP $CPPFLAGS'
6500 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6501 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6502 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6506 $as_echo_n "checking for ANSI C header files... " >&6; }
6507 if ${ac_cv_header_stdc+:} false; then :
6508 $as_echo_n "(cached) " >&6
6509 else
6510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6511 /* end confdefs.h. */
6512 #include <stdlib.h>
6513 #include <stdarg.h>
6514 #include <string.h>
6515 #include <float.h>
6518 main ()
6522 return 0;
6524 _ACEOF
6525 if ac_fn_c_try_compile "$LINENO"; then :
6526 ac_cv_header_stdc=yes
6527 else
6528 ac_cv_header_stdc=no
6530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6532 if test $ac_cv_header_stdc = yes; then
6533 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6535 /* end confdefs.h. */
6536 #include <string.h>
6538 _ACEOF
6539 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6540 $EGREP "memchr" >/dev/null 2>&1; then :
6542 else
6543 ac_cv_header_stdc=no
6545 rm -f conftest*
6549 if test $ac_cv_header_stdc = yes; then
6550 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6552 /* end confdefs.h. */
6553 #include <stdlib.h>
6555 _ACEOF
6556 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6557 $EGREP "free" >/dev/null 2>&1; then :
6559 else
6560 ac_cv_header_stdc=no
6562 rm -f conftest*
6566 if test $ac_cv_header_stdc = yes; then
6567 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6568 if test "$cross_compiling" = yes; then :
6570 else
6571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6572 /* end confdefs.h. */
6573 #include <ctype.h>
6574 #include <stdlib.h>
6575 #if ((' ' & 0x0FF) == 0x020)
6576 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6577 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6578 #else
6579 # define ISLOWER(c) \
6580 (('a' <= (c) && (c) <= 'i') \
6581 || ('j' <= (c) && (c) <= 'r') \
6582 || ('s' <= (c) && (c) <= 'z'))
6583 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6584 #endif
6586 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6588 main ()
6590 int i;
6591 for (i = 0; i < 256; i++)
6592 if (XOR (islower (i), ISLOWER (i))
6593 || toupper (i) != TOUPPER (i))
6594 return 2;
6595 return 0;
6597 _ACEOF
6598 if ac_fn_c_try_run "$LINENO"; then :
6600 else
6601 ac_cv_header_stdc=no
6603 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6604 conftest.$ac_objext conftest.beam conftest.$ac_ext
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6610 $as_echo "$ac_cv_header_stdc" >&6; }
6611 if test $ac_cv_header_stdc = yes; then
6613 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6617 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6618 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6619 inttypes.h stdint.h unistd.h
6620 do :
6621 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6622 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6624 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6625 cat >>confdefs.h <<_ACEOF
6626 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6627 _ACEOF
6631 done
6634 for ac_header in \
6635 AL/al.h \
6636 ApplicationServices/ApplicationServices.h \
6637 AudioToolbox/AudioConverter.h \
6638 AudioUnit/AudioUnit.h \
6639 AudioUnit/AudioComponent.h \
6640 CL/cl.h \
6641 Carbon/Carbon.h \
6642 CoreAudio/CoreAudio.h \
6643 CoreServices/CoreServices.h \
6644 DiskArbitration/DiskArbitration.h \
6645 IOKit/IOKitLib.h \
6646 IOKit/hid/IOHIDLib.h \
6647 OpenAL/al.h \
6648 OpenCL/opencl.h \
6649 QuickTime/ImageCompression.h \
6650 Security/Security.h \
6651 alias.h \
6652 alsa/asoundlib.h \
6653 arpa/inet.h \
6654 arpa/nameser.h \
6655 asm/types.h \
6656 asm/user.h \
6657 curses.h \
6658 direct.h \
6659 dirent.h \
6660 dlfcn.h \
6661 elf.h \
6662 float.h \
6663 fnmatch.h \
6664 getopt.h \
6665 gettext-po.h \
6666 grp.h \
6667 gsm.h \
6668 gsm/gsm.h \
6669 ieeefp.h \
6670 inet/mib2.h \
6671 io.h \
6672 kstat.h \
6673 lber.h \
6674 ldap.h \
6675 libproc.h \
6676 link.h \
6677 linux/cdrom.h \
6678 linux/compiler.h \
6679 linux/filter.h \
6680 linux/hdreg.h \
6681 linux/input.h \
6682 linux/ioctl.h \
6683 linux/joystick.h \
6684 linux/major.h \
6685 linux/param.h \
6686 linux/serial.h \
6687 linux/types.h \
6688 linux/ucdrom.h \
6689 lwp.h \
6690 mach-o/nlist.h \
6691 mach-o/loader.h \
6692 mach/mach.h \
6693 mach/machine.h \
6694 machine/cpu.h \
6695 machine/limits.h \
6696 machine/sysarch.h \
6697 mntent.h \
6698 ncurses.h \
6699 netdb.h \
6700 netinet/in.h \
6701 netinet/in_systm.h \
6702 netinet/tcp.h \
6703 netinet/tcp_fsm.h \
6704 pcap/pcap.h \
6705 poll.h \
6706 port.h \
6707 process.h \
6708 pthread.h \
6709 pwd.h \
6710 sched.h \
6711 scsi/scsi.h \
6712 scsi/scsi_ioctl.h \
6713 scsi/sg.h \
6714 stdbool.h \
6715 stdint.h \
6716 stropts.h \
6717 sys/asoundlib.h \
6718 sys/attr.h \
6719 sys/cdio.h \
6720 sys/elf32.h \
6721 sys/epoll.h \
6722 sys/event.h \
6723 sys/exec_elf.h \
6724 sys/filio.h \
6725 sys/inotify.h \
6726 sys/ioctl.h \
6727 sys/ipc.h \
6728 sys/limits.h \
6729 sys/link.h \
6730 sys/mman.h \
6731 sys/modem.h \
6732 sys/msg.h \
6733 sys/mtio.h \
6734 sys/param.h \
6735 sys/poll.h \
6736 sys/prctl.h \
6737 sys/protosw.h \
6738 sys/ptrace.h \
6739 sys/queue.h \
6740 sys/resource.h \
6741 sys/scsiio.h \
6742 sys/shm.h \
6743 sys/signal.h \
6744 sys/socket.h \
6745 sys/socketvar.h \
6746 sys/sockio.h \
6747 sys/statvfs.h \
6748 sys/strtio.h \
6749 sys/syscall.h \
6750 sys/tihdr.h \
6751 sys/time.h \
6752 sys/timeout.h \
6753 sys/times.h \
6754 sys/uio.h \
6755 sys/user.h \
6756 sys/utsname.h \
6757 sys/vm86.h \
6758 sys/vnode.h \
6759 sys/wait.h \
6760 syscall.h \
6761 termios.h \
6762 unistd.h \
6763 utime.h \
6764 valgrind/memcheck.h \
6765 valgrind/valgrind.h \
6766 zlib.h
6768 do :
6769 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6770 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6771 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6772 cat >>confdefs.h <<_ACEOF
6773 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6774 _ACEOF
6778 done
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6781 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6782 if ${ac_cv_header_stat_broken+:} false; then :
6783 $as_echo_n "(cached) " >&6
6784 else
6785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6786 /* end confdefs.h. */
6787 #include <sys/types.h>
6788 #include <sys/stat.h>
6790 #if defined S_ISBLK && defined S_IFDIR
6791 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6792 #endif
6794 #if defined S_ISBLK && defined S_IFCHR
6795 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6796 #endif
6798 #if defined S_ISLNK && defined S_IFREG
6799 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6800 #endif
6802 #if defined S_ISSOCK && defined S_IFREG
6803 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6804 #endif
6806 _ACEOF
6807 if ac_fn_c_try_compile "$LINENO"; then :
6808 ac_cv_header_stat_broken=no
6809 else
6810 ac_cv_header_stat_broken=yes
6812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6815 $as_echo "$ac_cv_header_stat_broken" >&6; }
6816 if test $ac_cv_header_stat_broken = yes; then
6818 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6824 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6825 do :
6826 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6827 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6828 #ifdef HAVE_SYS_PARAM_H
6829 # include <sys/param.h>
6830 #endif
6832 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6833 cat >>confdefs.h <<_ACEOF
6834 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6835 _ACEOF
6839 done
6842 for ac_header in \
6843 netinet/ip.h \
6844 net/if.h \
6845 net/if_arp.h \
6846 net/if_dl.h \
6847 net/if_types.h \
6848 net/route.h \
6849 netinet/if_ether.h \
6850 netinet/if_inarp.h \
6851 netinet/in_pcb.h \
6852 netinet/ip_icmp.h \
6853 netinet/ip_var.h \
6854 netinet/udp.h \
6855 netipx/ipx.h \
6856 sys/un.h \
6858 do :
6859 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6860 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6861 #ifdef HAVE_SYS_SOCKET_H
6862 # include <sys/socket.h>
6863 #endif
6864 #ifdef HAVE_SYS_SOCKETVAR_H
6865 # include <sys/socketvar.h>
6866 #endif
6867 #ifdef HAVE_NET_ROUTE_H
6868 # include <net/route.h>
6869 #endif
6870 #ifdef HAVE_NETINET_IN_H
6871 # include <netinet/in.h>
6872 #endif
6873 #ifdef HAVE_NETINET_IN_SYSTM_H
6874 # include <netinet/in_systm.h>
6875 #endif
6876 #ifdef HAVE_NET_IF_H
6877 # include <net/if.h>
6878 #endif
6879 #ifdef HAVE_NETINET_IP_H
6880 # include <netinet/ip.h>
6881 #endif
6883 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6884 cat >>confdefs.h <<_ACEOF
6885 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6886 _ACEOF
6890 done
6893 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6894 do :
6895 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6896 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6897 #ifdef HAVE_ALIAS_H
6898 # include <alias.h>
6899 #endif
6900 #ifdef HAVE_SYS_SOCKET_H
6901 # include <sys/socket.h>
6902 #endif
6903 #ifdef HAVE_SYS_SOCKETVAR_H
6904 # include <sys/socketvar.h>
6905 #endif
6906 #ifdef HAVE_SYS_TIMEOUT_H
6907 # include <sys/timeout.h>
6908 #endif
6909 #ifdef HAVE_NETINET_IN_H
6910 # include <netinet/in.h>
6911 #endif
6912 #ifdef HAVE_NETINET_IN_SYSTM_H
6913 # include <netinet/in_systm.h>
6914 #endif
6915 #ifdef HAVE_NETINET_IP_H
6916 # include <netinet/ip.h>
6917 #endif
6918 #ifdef HAVE_NETINET_IP_VAR_H
6919 # include <netinet/ip_var.h>
6920 #endif
6921 #ifdef HAVE_NETINET_IP_ICMP_H
6922 # include <netinet/ip_icmp.h>
6923 #endif
6924 #ifdef HAVE_NETINET_UDP_H
6925 # include <netinet/udp.h>
6926 #endif
6927 #ifdef HAVE_NETINET_TCP_H
6928 # include <netinet/tcp.h>
6929 #endif
6930 #ifdef HAVE_NETINET_TCP_TIMER_H
6931 #include <netinet/tcp_timer.h>
6932 #endif
6934 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6935 cat >>confdefs.h <<_ACEOF
6936 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6937 _ACEOF
6941 done
6944 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6945 do :
6946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6947 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6948 #ifdef HAVE_ASM_TYPES_H
6949 # include <asm/types.h>
6950 #endif
6951 #ifdef HAVE_SYS_SOCKET_H
6952 # include <sys/socket.h>
6953 #endif
6954 #ifdef HAVE_LINUX_TYPES_H
6955 # include <linux/types.h>
6956 #endif
6958 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6959 cat >>confdefs.h <<_ACEOF
6960 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6961 _ACEOF
6965 done
6968 for ac_header in mach-o/dyld_images.h
6969 do :
6970 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6971 # include <stdbool.h>
6972 #endif
6973 #ifdef HAVE_STDINT_H
6974 # include <stdint.h>
6975 #endif
6977 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6978 cat >>confdefs.h <<_ACEOF
6979 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6980 _ACEOF
6984 done
6987 for ac_header in resolv.h
6988 do :
6989 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6990 #ifdef HAVE_SYS_SOCKET_H
6991 # include <sys/socket.h>
6992 #endif
6993 #ifdef HAVE_NETINET_IN_H
6994 # include <netinet/in.h>
6995 #endif
6996 #ifdef HAVE_ARPA_NAMESER_H
6997 # include <arpa/nameser.h>
6998 #endif
7000 if test "x$ac_cv_header_resolv_h" = xyes; then :
7001 cat >>confdefs.h <<_ACEOF
7002 #define HAVE_RESOLV_H 1
7003 _ACEOF
7007 done
7010 for ac_header in ifaddrs.h
7011 do :
7012 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7014 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7015 cat >>confdefs.h <<_ACEOF
7016 #define HAVE_IFADDRS_H 1
7017 _ACEOF
7021 done
7024 for ac_header in sys/ucontext.h
7025 do :
7026 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7028 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7029 cat >>confdefs.h <<_ACEOF
7030 #define HAVE_SYS_UCONTEXT_H 1
7031 _ACEOF
7035 done
7038 for ac_header in sys/thr.h
7039 do :
7040 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7041 #ifdef HAVE_SYS_UCONTEXT_H
7042 #include <sys/ucontext.h>
7043 #endif
7045 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7046 cat >>confdefs.h <<_ACEOF
7047 #define HAVE_SYS_THR_H 1
7048 _ACEOF
7052 done
7055 for ac_header in pthread_np.h
7056 do :
7057 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7058 #include <pthread.h>
7059 #endif
7061 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7062 cat >>confdefs.h <<_ACEOF
7063 #define HAVE_PTHREAD_NP_H 1
7064 _ACEOF
7068 done
7071 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7072 do :
7073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7075 #include <sys/time.h>
7076 #endif
7077 #include <sys/types.h>
7078 #ifdef HAVE_ASM_TYPES_H
7079 #include <asm/types.h>
7080 #endif
7082 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7083 cat >>confdefs.h <<_ACEOF
7084 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7085 _ACEOF
7089 done
7092 for ac_header in libprocstat.h
7093 do :
7094 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7095 #include <sys/param.h>
7096 #endif
7097 #ifdef HAVE_SYS_QUEUE_H
7098 #include <sys/queue.h>
7099 #endif
7100 #ifdef HAVE_SYS_SOCKET_H
7101 #include <sys/socket.h>
7102 #endif
7104 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7105 cat >>confdefs.h <<_ACEOF
7106 #define HAVE_LIBPROCSTAT_H 1
7107 _ACEOF
7111 done
7115 dlldir="\${libdir}/wine"
7117 DLLPREFIX=""
7119 DLLFLAGS="-D_REENTRANT"
7121 LDRPATH_INSTALL=""
7123 LDRPATH_LOCAL=""
7125 LIBEXT="so"
7126 DLLEXT=".so"
7127 IMPLIBEXT="def"
7128 STATIC_IMPLIBEXT="def.a"
7129 # Extract the first word of "ldd", so it can be a program name with args.
7130 set dummy ldd; ac_word=$2
7131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7132 $as_echo_n "checking for $ac_word... " >&6; }
7133 if ${ac_cv_path_LDD+:} false; then :
7134 $as_echo_n "(cached) " >&6
7135 else
7136 case $LDD in
7137 [\\/]* | ?:[\\/]*)
7138 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7142 as_dummy="/sbin:/usr/sbin:$PATH"
7143 for as_dir in $as_dummy
7145 IFS=$as_save_IFS
7146 test -z "$as_dir" && as_dir=.
7147 for ac_exec_ext in '' $ac_executable_extensions; do
7148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7149 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7151 break 2
7153 done
7154 done
7155 IFS=$as_save_IFS
7157 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7159 esac
7161 LDD=$ac_cv_path_LDD
7162 if test -n "$LDD"; then
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7164 $as_echo "$LDD" >&6; }
7165 else
7166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7167 $as_echo "no" >&6; }
7171 if test -n "$ac_tool_prefix"; then
7172 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7173 set dummy ${ac_tool_prefix}otool; ac_word=$2
7174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7175 $as_echo_n "checking for $ac_word... " >&6; }
7176 if ${ac_cv_prog_OTOOL+:} false; then :
7177 $as_echo_n "(cached) " >&6
7178 else
7179 if test -n "$OTOOL"; then
7180 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7181 else
7182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7183 for as_dir in $PATH
7185 IFS=$as_save_IFS
7186 test -z "$as_dir" && as_dir=.
7187 for ac_exec_ext in '' $ac_executable_extensions; do
7188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7189 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7191 break 2
7193 done
7194 done
7195 IFS=$as_save_IFS
7199 OTOOL=$ac_cv_prog_OTOOL
7200 if test -n "$OTOOL"; then
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7202 $as_echo "$OTOOL" >&6; }
7203 else
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7205 $as_echo "no" >&6; }
7210 if test -z "$ac_cv_prog_OTOOL"; then
7211 ac_ct_OTOOL=$OTOOL
7212 # Extract the first word of "otool", so it can be a program name with args.
7213 set dummy otool; ac_word=$2
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7215 $as_echo_n "checking for $ac_word... " >&6; }
7216 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7217 $as_echo_n "(cached) " >&6
7218 else
7219 if test -n "$ac_ct_OTOOL"; then
7220 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7221 else
7222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7223 for as_dir in $PATH
7225 IFS=$as_save_IFS
7226 test -z "$as_dir" && as_dir=.
7227 for ac_exec_ext in '' $ac_executable_extensions; do
7228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7229 ac_cv_prog_ac_ct_OTOOL="otool"
7230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7231 break 2
7233 done
7234 done
7235 IFS=$as_save_IFS
7239 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7240 if test -n "$ac_ct_OTOOL"; then
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7242 $as_echo "$ac_ct_OTOOL" >&6; }
7243 else
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7245 $as_echo "no" >&6; }
7248 if test "x$ac_ct_OTOOL" = x; then
7249 OTOOL="otool"
7250 else
7251 case $cross_compiling:$ac_tool_warned in
7252 yes:)
7253 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7254 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7255 ac_tool_warned=yes ;;
7256 esac
7257 OTOOL=$ac_ct_OTOOL
7259 else
7260 OTOOL="$ac_cv_prog_OTOOL"
7263 if test -n "$ac_tool_prefix"; then
7264 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7265 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7267 $as_echo_n "checking for $ac_word... " >&6; }
7268 if ${ac_cv_prog_READELF+:} false; then :
7269 $as_echo_n "(cached) " >&6
7270 else
7271 if test -n "$READELF"; then
7272 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7273 else
7274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7275 for as_dir in $PATH
7277 IFS=$as_save_IFS
7278 test -z "$as_dir" && as_dir=.
7279 for ac_exec_ext in '' $ac_executable_extensions; do
7280 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7281 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7283 break 2
7285 done
7286 done
7287 IFS=$as_save_IFS
7291 READELF=$ac_cv_prog_READELF
7292 if test -n "$READELF"; then
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7294 $as_echo "$READELF" >&6; }
7295 else
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7297 $as_echo "no" >&6; }
7302 if test -z "$ac_cv_prog_READELF"; then
7303 ac_ct_READELF=$READELF
7304 # Extract the first word of "readelf", so it can be a program name with args.
7305 set dummy readelf; ac_word=$2
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7307 $as_echo_n "checking for $ac_word... " >&6; }
7308 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7309 $as_echo_n "(cached) " >&6
7310 else
7311 if test -n "$ac_ct_READELF"; then
7312 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7313 else
7314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7315 for as_dir in $PATH
7317 IFS=$as_save_IFS
7318 test -z "$as_dir" && as_dir=.
7319 for ac_exec_ext in '' $ac_executable_extensions; do
7320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7321 ac_cv_prog_ac_ct_READELF="readelf"
7322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7323 break 2
7325 done
7326 done
7327 IFS=$as_save_IFS
7331 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7332 if test -n "$ac_ct_READELF"; then
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7334 $as_echo "$ac_ct_READELF" >&6; }
7335 else
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7337 $as_echo "no" >&6; }
7340 if test "x$ac_ct_READELF" = x; then
7341 READELF="true"
7342 else
7343 case $cross_compiling:$ac_tool_warned in
7344 yes:)
7345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7346 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7347 ac_tool_warned=yes ;;
7348 esac
7349 READELF=$ac_ct_READELF
7351 else
7352 READELF="$ac_cv_prog_READELF"
7355 wine_rules_file=conf$$rules.make
7356 rm -f $wine_rules_file
7357 ALL_POT_FILES=""
7358 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7359 ALL_TEST_RESOURCES=""
7362 wine_fn_append_file ()
7364 as_fn_append $1 " \\$as_nl $2"
7367 wine_fn_ignore_file ()
7369 case "$1" in
7370 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7371 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7372 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7373 esac
7376 wine_fn_append_rule ()
7378 $as_echo "$1" >>$wine_rules_file
7381 wine_fn_has_flag ()
7383 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7386 wine_fn_depend_rules ()
7388 wine_fn_append_rule \
7389 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7390 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7391 depend: $ac_dir/depend
7392 .PHONY: $ac_dir/depend
7393 $ac_dir/depend: \$(MAKEDEP) dummy
7394 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7397 wine_fn_pot_rules ()
7399 test "x$with_gettextpo" = xyes || return
7401 if wine_fn_has_flag mc
7402 then
7403 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7404 wine_fn_append_rule \
7405 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7406 @cd $ac_dir && \$(MAKE) msg.pot
7407 $ac_dir/msg.pot: tools/wmc include"
7409 if wine_fn_has_flag po
7410 then
7411 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7412 wine_fn_append_rule \
7413 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7414 @cd $ac_dir && \$(MAKE) rsrc.pot
7415 $ac_dir/rsrc.pot: tools/wrc include"
7419 wine_fn_all_rules ()
7421 wine_fn_depend_rules
7422 wine_fn_append_rule \
7423 "all: $ac_dir
7424 .PHONY: $ac_dir
7425 $ac_dir: $ac_dir/Makefile dummy
7426 @cd $ac_dir && \$(MAKE)"
7429 wine_fn_install_rules ()
7431 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7433 wine_fn_append_rule \
7434 ".PHONY: $ac_dir/install $ac_dir/uninstall
7435 $ac_dir/install:: $ac_dir
7436 @cd $ac_dir && \$(MAKE) install
7437 $ac_dir/uninstall:: $ac_dir/Makefile
7438 @cd $ac_dir && \$(MAKE) uninstall
7439 install:: $ac_dir/install
7440 __uninstall__: $ac_dir/uninstall"
7442 if wine_fn_has_flag install-lib
7443 then
7444 wine_fn_append_rule \
7445 ".PHONY: $ac_dir/install-lib
7446 $ac_dir/install-lib:: $ac_dir
7447 @cd $ac_dir && \$(MAKE) install-lib
7448 install-lib:: $ac_dir/install-lib"
7451 if wine_fn_has_flag install-dev
7452 then
7453 wine_fn_append_rule \
7454 ".PHONY: $ac_dir/install-dev
7455 $ac_dir/install-dev:: $ac_dir
7456 @cd $ac_dir && \$(MAKE) install-dev
7457 install-dev:: $ac_dir/install-dev"
7461 wine_fn_clean_rules ()
7463 ac_clean=$@
7464 ac_extraclean="$ac_dir/Makefile"
7465 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7466 case $ac_dir in
7467 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7468 esac
7470 if wine_fn_has_flag clean
7471 then
7472 wine_fn_append_rule \
7473 "__clean__: $ac_dir/clean
7474 .PHONY: $ac_dir/clean
7475 $ac_dir/clean: $ac_dir/Makefile
7476 @cd $ac_dir && \$(MAKE) clean
7477 \$(RM) $ac_extraclean"
7478 else
7479 wine_fn_append_rule \
7480 "__clean__: $ac_dir/clean
7481 .PHONY: $ac_dir/clean
7482 $ac_dir/clean: dummy
7483 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7487 wine_fn_disabled_rules ()
7489 ac_clean=$@
7490 ac_extraclean="$ac_dir/Makefile"
7491 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7493 wine_fn_append_rule \
7494 "__clean__: $ac_dir/clean
7495 .PHONY: $ac_dir/clean
7496 $ac_dir/clean: dummy
7497 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7500 wine_fn_config_makefile ()
7502 ac_dir=$1
7503 ac_enable=$2
7504 ac_flags=$3
7506 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7507 wine_fn_disabled_rules; return
7509 wine_fn_all_rules
7510 wine_fn_install_rules
7511 wine_fn_clean_rules
7514 wine_fn_config_lib ()
7516 ac_name=$1
7517 ac_flags=$2
7518 ac_dir=dlls/$ac_name
7519 ac_deps="include"
7521 if test "x$enable_tools" = xno; then :
7523 else
7524 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7526 wine_fn_all_rules
7527 wine_fn_clean_rules
7529 wine_fn_append_rule \
7530 ".PHONY: $ac_dir/install $ac_dir/uninstall
7531 $ac_dir/install:: $ac_dir
7532 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7533 $ac_dir/uninstall::
7534 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7535 install install-dev:: $ac_dir/install
7536 __uninstall__: $ac_dir/uninstall
7537 __builddeps__: $ac_dir
7538 $ac_dir: $ac_deps"
7541 wine_fn_config_dll ()
7543 ac_name=$1
7544 ac_dir=dlls/$ac_name
7545 ac_enable=$2
7546 ac_flags=$3
7547 ac_implib=${4:-$ac_name}
7548 ac_file=$ac_dir/lib$ac_implib
7549 ac_dll=$ac_name
7550 ac_deps="include"
7551 ac_implibflags=""
7553 if test "x$enable_tools" = xno; then :
7555 else
7556 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7558 case $ac_name in
7559 *16) ac_implibflags=" -m16" ;;
7560 *.*) ;;
7561 *) ac_dll=$ac_dll.dll ;;
7562 esac
7564 ac_clean=
7565 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7566 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7567 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7568 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7570 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7571 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7572 then
7573 wine_fn_depend_rules
7574 wine_fn_clean_rules $ac_clean
7575 else
7576 wine_fn_disabled_rules $ac_clean
7577 return
7579 else
7580 wine_fn_all_rules
7581 wine_fn_clean_rules $ac_clean
7582 wine_fn_append_rule \
7583 "$ac_dir: __builddeps__
7584 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7585 @cd $ac_dir && \$(MAKE) \$@
7586 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7587 install install-lib:: $ac_dir/install-lib
7588 __uninstall__: $ac_dir/uninstall"
7589 if test -n "$DLLEXT"
7590 then
7591 wine_fn_append_rule \
7592 "$ac_dir/install-lib:: $ac_dir
7593 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7594 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7595 $ac_dir/uninstall::
7596 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7597 else
7598 wine_fn_append_rule \
7599 "$ac_dir/install-lib:: $ac_dir
7600 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7601 $ac_dir/uninstall::
7602 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7605 wine_fn_pot_rules
7608 if wine_fn_has_flag staticimplib
7609 then
7610 wine_fn_append_rule \
7611 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7612 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7613 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7614 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7615 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7616 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7617 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7618 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7619 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7620 $ac_dir/uninstall::
7621 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7622 install install-dev:: $ac_dir/install-dev
7623 __uninstall__: $ac_dir/uninstall"
7625 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7626 then
7627 wine_fn_append_rule \
7628 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7629 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7630 $ac_dir/uninstall::
7631 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7634 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7635 then
7636 wine_fn_append_rule \
7637 "__builddeps__: $ac_file.cross.a
7638 $ac_file.cross.a: $ac_dir/Makefile dummy
7639 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7642 elif wine_fn_has_flag implib
7643 then
7644 wine_fn_append_rule \
7645 "__builddeps__: $ac_file.$IMPLIBEXT
7646 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7647 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7648 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7649 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7650 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7651 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7652 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7653 $ac_dir/uninstall::
7654 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7655 install install-dev:: $ac_dir/install-dev
7656 __uninstall__: $ac_dir/uninstall"
7657 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7658 then
7659 wine_fn_append_rule \
7660 "__builddeps__: $ac_file.cross.a
7661 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7662 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7665 if test "$ac_name" != "$ac_implib"
7666 then
7667 wine_fn_append_rule \
7668 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7669 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7670 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7671 clean::
7672 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7673 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7674 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7675 then
7676 wine_fn_append_rule \
7677 "__builddeps__: dlls/lib$ac_implib.cross.a
7678 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7679 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7680 clean::
7681 \$(RM) dlls/lib$ac_implib.cross.a"
7682 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7688 wine_fn_config_program ()
7690 ac_name=$1
7691 ac_dir=programs/$ac_name
7692 ac_enable=$2
7693 ac_flags=$3
7694 ac_program=$ac_name
7696 case $ac_name in
7697 *.*) ;;
7698 *) ac_program=$ac_program.exe ;;
7699 esac
7701 ac_clean=
7702 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7703 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7704 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7705 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7707 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7708 wine_fn_disabled_rules $ac_clean; return
7711 wine_fn_all_rules
7712 wine_fn_clean_rules $ac_clean
7713 wine_fn_append_rule "$ac_dir: __builddeps__"
7714 wine_fn_pot_rules
7716 wine_fn_has_flag install || return
7717 wine_fn_append_rule \
7718 ".PHONY: $ac_dir/install $ac_dir/uninstall
7719 install install-lib:: $ac_dir/install
7720 __uninstall__: $ac_dir/uninstall"
7722 if test -n "$DLLEXT"
7723 then
7724 wine_fn_append_rule \
7725 "$ac_dir/install:: $ac_dir
7726 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7727 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7728 $ac_dir/uninstall::
7729 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7731 if test -z "$with_wine64" && wine_fn_has_flag installbin
7732 then
7733 wine_fn_append_rule \
7734 "$ac_dir/install:: __tooldeps__
7735 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7736 $ac_dir/uninstall::
7737 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7739 else
7740 wine_fn_append_rule \
7741 "$ac_dir/install:: $ac_dir
7742 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7743 $ac_dir/uninstall::
7744 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7747 if test -z "$with_wine64" && wine_fn_has_flag manpage
7748 then
7749 wine_fn_append_rule \
7750 "$ac_dir/install:: $ac_dir
7751 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7752 $ac_dir/uninstall::
7753 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7757 wine_fn_config_test ()
7759 ac_dir=$1
7760 ac_name=$2
7761 ac_flags=$3
7763 ac_clean=
7764 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7765 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7767 if test "x$enable_tests" = xno; then :
7768 wine_fn_disabled_rules $ac_clean; return
7771 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7772 wine_fn_all_rules
7773 wine_fn_clean_rules $ac_clean
7775 wine_fn_append_rule \
7776 "$ac_dir: programs/winetest/Makefile __builddeps__
7777 programs/winetest: $ac_dir
7778 check test: $ac_dir/test
7779 .PHONY: $ac_dir/test
7780 $ac_dir/test: dummy
7781 @cd $ac_dir && \$(MAKE) test
7782 testclean::
7783 \$(RM) $ac_dir/*.ok"
7785 if test -n "$CROSSTARGET"
7786 then
7787 wine_fn_append_rule \
7788 "crosstest: $ac_dir/crosstest
7789 .PHONY: $ac_dir/crosstest
7790 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7791 @cd $ac_dir && \$(MAKE) crosstest"
7795 wine_fn_config_tool ()
7797 ac_dir=$1
7798 ac_flags=$2
7799 if test "x$enable_tools" = xno; then :
7800 return
7803 wine_fn_all_rules
7804 wine_fn_install_rules
7805 wine_fn_clean_rules
7807 wine_fn_append_rule "__tooldeps__: $ac_dir"
7808 wine_fn_append_rule "$ac_dir: libs/port"
7809 case $ac_dir in
7810 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7811 esac
7814 wine_fn_config_symlink ()
7816 ac_linkdir=
7817 if test "x$1" = "x-d"
7818 then
7819 ac_linkdir=$2
7820 shift; shift
7822 ac_links=$@
7823 wine_fn_append_rule \
7824 "$ac_links:
7825 @./config.status \$@
7826 distclean::
7827 \$(RM) $ac_links"
7828 for f in $ac_links; do wine_fn_ignore_file $f; done
7829 test -n "$ac_linkdir" || return
7830 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7833 wine_binary="wine"
7834 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7835 loader_programs="$wine_binary wine-installed"
7836 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7838 LOADER_RULES="
7839 all: wine.inf
7841 install install-lib:: wine-installed
7842 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7844 uninstall::
7845 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7849 case $host_os in
7850 cygwin*|mingw32*)
7851 if test -n "$ac_tool_prefix"; then
7852 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7853 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7855 $as_echo_n "checking for $ac_word... " >&6; }
7856 if ${ac_cv_prog_DLLTOOL+:} false; then :
7857 $as_echo_n "(cached) " >&6
7858 else
7859 if test -n "$DLLTOOL"; then
7860 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7861 else
7862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7863 for as_dir in $PATH
7865 IFS=$as_save_IFS
7866 test -z "$as_dir" && as_dir=.
7867 for ac_exec_ext in '' $ac_executable_extensions; do
7868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7869 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7871 break 2
7873 done
7874 done
7875 IFS=$as_save_IFS
7879 DLLTOOL=$ac_cv_prog_DLLTOOL
7880 if test -n "$DLLTOOL"; then
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7882 $as_echo "$DLLTOOL" >&6; }
7883 else
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7885 $as_echo "no" >&6; }
7890 if test -z "$ac_cv_prog_DLLTOOL"; then
7891 ac_ct_DLLTOOL=$DLLTOOL
7892 # Extract the first word of "dlltool", so it can be a program name with args.
7893 set dummy dlltool; ac_word=$2
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7895 $as_echo_n "checking for $ac_word... " >&6; }
7896 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7897 $as_echo_n "(cached) " >&6
7898 else
7899 if test -n "$ac_ct_DLLTOOL"; then
7900 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7901 else
7902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7903 for as_dir in $PATH
7905 IFS=$as_save_IFS
7906 test -z "$as_dir" && as_dir=.
7907 for ac_exec_ext in '' $ac_executable_extensions; do
7908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7909 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7911 break 2
7913 done
7914 done
7915 IFS=$as_save_IFS
7919 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7920 if test -n "$ac_ct_DLLTOOL"; then
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7922 $as_echo "$ac_ct_DLLTOOL" >&6; }
7923 else
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7925 $as_echo "no" >&6; }
7928 if test "x$ac_ct_DLLTOOL" = x; then
7929 DLLTOOL="false"
7930 else
7931 case $cross_compiling:$ac_tool_warned in
7932 yes:)
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7934 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7935 ac_tool_warned=yes ;;
7936 esac
7937 DLLTOOL=$ac_ct_DLLTOOL
7939 else
7940 DLLTOOL="$ac_cv_prog_DLLTOOL"
7943 LIBEXT="dll"
7944 DLLEXT=""
7945 IMPLIBEXT="a"
7946 STATIC_IMPLIBEXT="a"
7947 enable_iphlpapi=${enable_iphlpapi:-no}
7948 enable_kernel32=${enable_kernel32:-no}
7949 enable_msvcrt=${enable_msvcrt:-no}
7950 enable_ntdll=${enable_ntdll:-no}
7951 enable_ws2_32=${enable_ws2_32:-no}
7952 enable_loader=${enable_loader:-no}
7953 enable_server=${enable_server:-no}
7954 with_x=${with_x:-no}
7955 with_pthread=${with_pthread:-no}
7957 crtlibs=""
7958 case $host_os in
7959 mingw32*)
7960 crtlibs="-lmsvcrt"
7961 SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7963 esac
7965 libwine_targets="libwine.dll libwine.a"
7966 LIBWINE_RULES="
7967 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7969 all: libwine.dll libwine.a
7971 libwine.a: \$(srcdir)/wine.def
7972 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7974 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7975 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7977 install install-lib:: libwine.dll
7978 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7980 install install-dev:: libwine.a
7981 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7983 uninstall::
7984 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7989 darwin*|macosx*)
7990 for ac_header in libunwind.h
7991 do :
7992 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7993 if test "x$ac_cv_header_libunwind_h" = xyes; then :
7994 cat >>confdefs.h <<_ACEOF
7995 #define HAVE_LIBUNWIND_H 1
7996 _ACEOF
8000 done
8002 LIBEXT="dylib"
8003 DLLFLAGS="$DLLFLAGS -fPIC"
8004 LIBWINE_LDFLAGS="-multiply_defined suppress"
8005 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8006 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8007 COREFOUNDATION_LIBS="-framework CoreFoundation"
8009 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8011 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8013 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8015 CORESERVICES_LIBS="-framework CoreServices"
8017 APPKIT_LIBS="-framework AppKit"
8019 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8021 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8022 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8023 $as_echo_n "(cached) " >&6
8024 else
8025 ac_wine_try_cflags_saved=$CFLAGS
8026 CFLAGS="$CFLAGS -Wl,-no_pie"
8027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8028 /* end confdefs.h. */
8029 int main(int argc, char **argv) { return 0; }
8030 _ACEOF
8031 if ac_fn_c_try_link "$LINENO"; then :
8032 ac_cv_cflags__Wl__no_pie=yes
8033 else
8034 ac_cv_cflags__Wl__no_pie=no
8036 rm -f core conftest.err conftest.$ac_objext \
8037 conftest$ac_exeext conftest.$ac_ext
8038 CFLAGS=$ac_wine_try_cflags_saved
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8041 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8042 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8043 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8045 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8046 then
8047 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8050 if test "$ac_cv_header_Security_Security_h" = "yes"
8051 then
8052 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8054 ac_save_LIBS="$LIBS"
8055 LIBS="$LIBS $SECURITY_LIBS"
8056 for ac_func in SSLCopyPeerCertificates
8057 do :
8058 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8059 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8060 cat >>confdefs.h <<_ACEOF
8061 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8062 _ACEOF
8065 done
8067 LIBS="$ac_save_LIBS"
8068 with_gnutls=${with_gnutls:-no}
8070 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8071 then
8072 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8073 then
8074 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8076 else
8077 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8080 ac_save_LIBS="$LIBS"
8081 LIBS="$LIBS $COREAUDIO_LIBS"
8082 for ac_func in AUGraphAddNode
8083 do :
8084 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8085 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8086 cat >>confdefs.h <<_ACEOF
8087 #define HAVE_AUGRAPHADDNODE 1
8088 _ACEOF
8091 done
8093 LIBS="$ac_save_LIBS"
8095 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8096 then
8097 OPENAL_LIBS="-framework OpenAL"
8100 cat >>confdefs.h <<_ACEOF
8101 #define HAVE_OPENAL 1
8102 _ACEOF
8104 ac_cv_lib_openal=yes
8106 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8107 then
8108 OPENCL_LIBS="-framework OpenCL"
8110 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8112 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8113 then
8114 ac_save_LIBS="$LIBS"
8115 LIBS="$LIBS $IOKIT_LIBS"
8116 for ac_func in IOHIDManagerCreate
8117 do :
8118 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8119 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8120 cat >>confdefs.h <<_ACEOF
8121 #define HAVE_IOHIDMANAGERCREATE 1
8122 _ACEOF
8125 done
8127 LIBS="$ac_save_LIBS"
8129 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8130 then
8131 ac_save_LIBS="$LIBS"
8132 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8134 $as_echo_n "checking for the QuickTime framework... " >&6; }
8135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8136 /* end confdefs.h. */
8137 #include <QuickTime/ImageCompression.h>
8139 main ()
8141 CodecManagerVersion(NULL);
8143 return 0;
8145 _ACEOF
8146 if ac_fn_c_try_link "$LINENO"; then :
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8148 $as_echo "yes" >&6; }
8149 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8151 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8152 else
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8154 $as_echo "no" >&6; }
8155 ac_cv_header_QuickTime_ImageCompression_h=no
8157 rm -f core conftest.err conftest.$ac_objext \
8158 conftest$ac_exeext conftest.$ac_ext
8159 LIBS="$ac_save_LIBS"
8161 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8162 then
8163 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8165 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8166 then
8167 CARBON_LIBS="-framework Carbon"
8171 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8172 then
8173 ac_save_LIBS="$LIBS"
8174 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8175 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8176 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8177 enable_winemac_drv=${enable_winemac_drv:-yes}
8180 LIBS="$ac_save_LIBS"
8183 if test "x$enable_win16" = "xyes"
8184 then
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8186 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8187 if test "$cross_compiling" = yes; then :
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8189 $as_echo "cross-compiling, assuming yes" >&6; }
8190 else
8191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8192 /* end confdefs.h. */
8193 asm(".text\n"
8194 "bad:\tnop;nop\n"
8195 "good:\tnop;nop\n\t"
8196 ".globl _testfunc\n"
8197 "_testfunc:\tcallw good");
8198 extern void testfunc();
8200 main ()
8202 unsigned short *p = (unsigned short *)testfunc;
8203 return p[0] != 0xe866 || p[1] != 0xfffa
8205 return 0;
8207 _ACEOF
8208 if ac_fn_c_try_run "$LINENO"; then :
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8210 $as_echo "yes" >&6; }
8211 else
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8213 $as_echo "no" >&6; }
8214 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
8216 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8217 conftest.$ac_objext conftest.beam conftest.$ac_ext
8222 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8223 LIBWINE_RULES="
8224 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8226 all: libwine.dylib
8228 libwine.$libwine_version.dylib: \$(OBJS)
8229 \$(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 \$@
8231 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8232 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8234 libwine.dylib: libwine.$libwine_soversion.dylib
8235 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8237 install install-lib:: libwine.$libwine_version.dylib
8238 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8239 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8241 install install-dev::
8242 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8244 uninstall::
8245 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8249 as_fn_append LOADER_RULES "
8250 $wine_binary: main.o wine_info.plist
8251 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8253 wine-installed: main.o wine_info.plist
8254 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8258 linux-android*)
8259 DLLFLAGS="$DLLFLAGS -fPIC"
8260 DLLPREFIX="lib"
8261 LDEXECFLAGS=""
8262 dlldir="\${libdir}"
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8264 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8265 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8266 $as_echo_n "(cached) " >&6
8267 else
8268 ac_wine_try_cflags_saved=$CFLAGS
8269 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8271 /* end confdefs.h. */
8272 int main(int argc, char **argv) { return 0; }
8273 _ACEOF
8274 if ac_fn_c_try_link "$LINENO"; then :
8275 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8276 else
8277 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8279 rm -f core conftest.err conftest.$ac_objext \
8280 conftest$ac_exeext conftest.$ac_ext
8281 CFLAGS=$ac_wine_try_cflags_saved
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8284 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8285 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8286 LDEXECFLAGS="-Wl,--export-dynamic"
8288 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8290 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8291 if eval \${$as_ac_var+:} false; then :
8292 $as_echo_n "(cached) " >&6
8293 else
8294 ac_wine_try_cflags_saved=$CFLAGS
8295 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8297 /* end confdefs.h. */
8298 int main(int argc, char **argv) { return 0; }
8299 _ACEOF
8300 if ac_fn_c_try_link "$LINENO"; then :
8301 eval "$as_ac_var=yes"
8302 else
8303 eval "$as_ac_var=no"
8305 rm -f core conftest.err conftest.$ac_objext \
8306 conftest$ac_exeext conftest.$ac_ext
8307 CFLAGS=$ac_wine_try_cflags_saved
8309 eval ac_res=\$$as_ac_var
8310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8311 $as_echo "$ac_res" >&6; }
8312 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8313 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8314 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8315 else
8316 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8318 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8319 if eval \${$as_ac_var+:} false; then :
8320 $as_echo_n "(cached) " >&6
8321 else
8322 ac_wine_try_cflags_saved=$CFLAGS
8323 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8325 /* end confdefs.h. */
8326 int main(int argc, char **argv) { return 0; }
8327 _ACEOF
8328 if ac_fn_c_try_link "$LINENO"; then :
8329 eval "$as_ac_var=yes"
8330 else
8331 eval "$as_ac_var=no"
8333 rm -f core conftest.err conftest.$ac_objext \
8334 conftest$ac_exeext conftest.$ac_ext
8335 CFLAGS=$ac_wine_try_cflags_saved
8337 eval ac_res=\$$as_ac_var
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8339 $as_echo "$ac_res" >&6; }
8340 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8341 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8342 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8347 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8348 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8349 $as_echo_n "(cached) " >&6
8350 else
8351 ac_wine_try_cflags_saved=$CFLAGS
8352 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8354 /* end confdefs.h. */
8355 int main(int argc, char **argv) { return 0; }
8356 _ACEOF
8357 if ac_fn_c_try_link "$LINENO"; then :
8358 ac_cv_cflags__Wl___enable_new_dtags=yes
8359 else
8360 ac_cv_cflags__Wl___enable_new_dtags=no
8362 rm -f core conftest.err conftest.$ac_objext \
8363 conftest$ac_exeext conftest.$ac_ext
8364 CFLAGS=$ac_wine_try_cflags_saved
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8367 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8368 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8369 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8372 case $host_cpu in
8373 *i[3456789]86* | x86_64)
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8375 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8376 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8377 $as_echo_n "(cached) " >&6
8378 else
8379 ac_wine_try_cflags_saved=$CFLAGS
8380 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8382 /* end confdefs.h. */
8383 int main(int argc, char **argv) { return 0; }
8384 _ACEOF
8385 if ac_fn_c_try_link "$LINENO"; then :
8386 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8387 else
8388 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8390 rm -f core conftest.err conftest.$ac_objext \
8391 conftest$ac_exeext conftest.$ac_ext
8392 CFLAGS=$ac_wine_try_cflags_saved
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8395 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8396 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8397 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8400 esac
8402 libwine_targets="libwine.so"
8403 LIBWINE_RULES="
8404 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8406 all: libwine.so
8408 libwine.so: \$(OBJS)
8409 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8411 install install-lib:: libwine.so
8412 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8414 uninstall::
8415 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8419 as_fn_append LOADER_RULES "
8420 $wine_binary: main.o
8421 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8423 wine-installed: main.o
8424 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8429 DLLFLAGS="$DLLFLAGS -fPIC"
8430 LDEXECFLAGS=""
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8432 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8433 if ${ac_cv_c_dll_gnuelf+:} false; then :
8434 $as_echo_n "(cached) " >&6
8435 else
8436 ac_wine_try_cflags_saved=$CFLAGS
8437 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8439 /* end confdefs.h. */
8440 void myfunc() {}
8441 _ACEOF
8442 if ac_fn_c_try_link "$LINENO"; then :
8443 ac_cv_c_dll_gnuelf="yes"
8444 else
8445 ac_cv_c_dll_gnuelf="no"
8447 rm -f core conftest.err conftest.$ac_objext \
8448 conftest$ac_exeext conftest.$ac_ext
8449 CFLAGS=$ac_wine_try_cflags_saved
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8452 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8453 if test "$ac_cv_c_dll_gnuelf" = "yes"
8454 then
8455 LDSHARED="\$(CC) -shared"
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8457 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8458 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8459 $as_echo_n "(cached) " >&6
8460 else
8461 ac_wine_try_cflags_saved=$CFLAGS
8462 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8464 /* end confdefs.h. */
8465 int main(int argc, char **argv) { return 0; }
8466 _ACEOF
8467 if ac_fn_c_try_link "$LINENO"; then :
8468 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8469 else
8470 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8472 rm -f core conftest.err conftest.$ac_objext \
8473 conftest$ac_exeext conftest.$ac_ext
8474 CFLAGS=$ac_wine_try_cflags_saved
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8477 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8478 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8479 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8480 else
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8482 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8483 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8484 $as_echo_n "(cached) " >&6
8485 else
8486 ac_wine_try_cflags_saved=$CFLAGS
8487 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8489 /* end confdefs.h. */
8490 int main(int argc, char **argv) { return 0; }
8491 _ACEOF
8492 if ac_fn_c_try_link "$LINENO"; then :
8493 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8494 else
8495 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8497 rm -f core conftest.err conftest.$ac_objext \
8498 conftest$ac_exeext conftest.$ac_ext
8499 CFLAGS=$ac_wine_try_cflags_saved
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8502 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8503 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8504 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8508 echo '{ global: *; };' >conftest.map
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8510 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8511 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8512 $as_echo_n "(cached) " >&6
8513 else
8514 ac_wine_try_cflags_saved=$CFLAGS
8515 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8517 /* end confdefs.h. */
8518 int main(int argc, char **argv) { return 0; }
8519 _ACEOF
8520 if ac_fn_c_try_link "$LINENO"; then :
8521 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8522 else
8523 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8525 rm -f core conftest.err conftest.$ac_objext \
8526 conftest$ac_exeext conftest.$ac_ext
8527 CFLAGS=$ac_wine_try_cflags_saved
8529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8530 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8531 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8532 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8534 rm -f conftest.map
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8537 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8538 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8539 $as_echo_n "(cached) " >&6
8540 else
8541 ac_wine_try_cflags_saved=$CFLAGS
8542 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8544 /* end confdefs.h. */
8545 int main(int argc, char **argv) { return 0; }
8546 _ACEOF
8547 if ac_fn_c_try_link "$LINENO"; then :
8548 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8549 else
8550 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8552 rm -f core conftest.err conftest.$ac_objext \
8553 conftest$ac_exeext conftest.$ac_ext
8554 CFLAGS=$ac_wine_try_cflags_saved
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8557 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8558 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8559 LDEXECFLAGS="-Wl,--export-dynamic"
8562 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8564 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8565 if eval \${$as_ac_var+:} false; then :
8566 $as_echo_n "(cached) " >&6
8567 else
8568 ac_wine_try_cflags_saved=$CFLAGS
8569 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8571 /* end confdefs.h. */
8572 int main(int argc, char **argv) { return 0; }
8573 _ACEOF
8574 if ac_fn_c_try_link "$LINENO"; then :
8575 eval "$as_ac_var=yes"
8576 else
8577 eval "$as_ac_var=no"
8579 rm -f core conftest.err conftest.$ac_objext \
8580 conftest$ac_exeext conftest.$ac_ext
8581 CFLAGS=$ac_wine_try_cflags_saved
8583 eval ac_res=\$$as_ac_var
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8585 $as_echo "$ac_res" >&6; }
8586 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8587 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8588 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8589 else
8590 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8592 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8593 if eval \${$as_ac_var+:} false; then :
8594 $as_echo_n "(cached) " >&6
8595 else
8596 ac_wine_try_cflags_saved=$CFLAGS
8597 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8599 /* end confdefs.h. */
8600 int main(int argc, char **argv) { return 0; }
8601 _ACEOF
8602 if ac_fn_c_try_link "$LINENO"; then :
8603 eval "$as_ac_var=yes"
8604 else
8605 eval "$as_ac_var=no"
8607 rm -f core conftest.err conftest.$ac_objext \
8608 conftest$ac_exeext conftest.$ac_ext
8609 CFLAGS=$ac_wine_try_cflags_saved
8611 eval ac_res=\$$as_ac_var
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8613 $as_echo "$ac_res" >&6; }
8614 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8615 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8616 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8621 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8622 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8623 $as_echo_n "(cached) " >&6
8624 else
8625 ac_wine_try_cflags_saved=$CFLAGS
8626 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8628 /* end confdefs.h. */
8629 int main(int argc, char **argv) { return 0; }
8630 _ACEOF
8631 if ac_fn_c_try_link "$LINENO"; then :
8632 ac_cv_cflags__Wl___enable_new_dtags=yes
8633 else
8634 ac_cv_cflags__Wl___enable_new_dtags=no
8636 rm -f core conftest.err conftest.$ac_objext \
8637 conftest$ac_exeext conftest.$ac_ext
8638 CFLAGS=$ac_wine_try_cflags_saved
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8641 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8642 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8643 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8646 case $host_cpu in
8647 *i[3456789]86* | x86_64)
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8649 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8650 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8651 $as_echo_n "(cached) " >&6
8652 else
8653 ac_wine_try_cflags_saved=$CFLAGS
8654 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8656 /* end confdefs.h. */
8657 int main(int argc, char **argv) { return 0; }
8658 _ACEOF
8659 if ac_fn_c_try_link "$LINENO"; then :
8660 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8661 else
8662 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8664 rm -f core conftest.err conftest.$ac_objext \
8665 conftest$ac_exeext conftest.$ac_ext
8666 CFLAGS=$ac_wine_try_cflags_saved
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8669 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8670 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8671 case $host_os in
8672 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8673 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8674 esac
8677 # Extract the first word of "prelink", so it can be a program name with args.
8678 set dummy prelink; ac_word=$2
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8680 $as_echo_n "checking for $ac_word... " >&6; }
8681 if ${ac_cv_path_PRELINK+:} false; then :
8682 $as_echo_n "(cached) " >&6
8683 else
8684 case $PRELINK in
8685 [\\/]* | ?:[\\/]*)
8686 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8690 for as_dir in /sbin /usr/sbin $PATH
8692 IFS=$as_save_IFS
8693 test -z "$as_dir" && as_dir=.
8694 for ac_exec_ext in '' $ac_executable_extensions; do
8695 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8696 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8698 break 2
8700 done
8701 done
8702 IFS=$as_save_IFS
8704 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8706 esac
8708 PRELINK=$ac_cv_path_PRELINK
8709 if test -n "$PRELINK"; then
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8711 $as_echo "$PRELINK" >&6; }
8712 else
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8714 $as_echo "no" >&6; }
8718 if test "x$PRELINK" = xfalse
8719 then
8720 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
8723 esac
8725 else
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8727 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8728 if ${ac_cv_c_dll_unixware+:} false; then :
8729 $as_echo_n "(cached) " >&6
8730 else
8731 ac_wine_try_cflags_saved=$CFLAGS
8732 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8734 /* end confdefs.h. */
8735 void myfunc() {}
8736 _ACEOF
8737 if ac_fn_c_try_link "$LINENO"; then :
8738 ac_cv_c_dll_unixware="yes"
8739 else
8740 ac_cv_c_dll_unixware="no"
8742 rm -f core conftest.err conftest.$ac_objext \
8743 conftest$ac_exeext conftest.$ac_ext
8744 CFLAGS=$ac_wine_try_cflags_saved
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8747 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8748 if test "$ac_cv_c_dll_unixware" = "yes"
8749 then
8750 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8753 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8754 LIBWINE_RULES="
8755 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8757 all: libwine.so
8759 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8760 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8762 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8763 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8765 libwine.so: libwine.so.$libwine_soversion
8766 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8768 install install-lib:: libwine.so.$libwine_version
8769 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8770 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8772 install install-dev::
8773 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8775 uninstall::
8776 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8780 as_fn_append LOADER_RULES "
8781 $wine_binary: main.o
8782 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8784 wine-installed: main.o
8785 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8788 esac
8790 as_fn_append LIBWINE_RULES "
8791 EXTRA_TARGETS = $libwine_targets
8794 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8795 enable_winemac_drv=${enable_winemac_drv:-no}
8797 CROSSTARGET=""
8799 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8800 then
8801 case "$host_cpu" in
8802 i[3456789]86*)
8803 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
8804 mingw32-gcc" ;;
8805 x86_64)
8806 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 " ;;
8808 ac_prefix_list="" ;;
8809 esac
8810 for ac_prog in $ac_prefix_list
8812 # Extract the first word of "$ac_prog", so it can be a program name with args.
8813 set dummy $ac_prog; ac_word=$2
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8815 $as_echo_n "checking for $ac_word... " >&6; }
8816 if ${ac_cv_prog_CROSSCC+:} false; then :
8817 $as_echo_n "(cached) " >&6
8818 else
8819 if test -n "$CROSSCC"; then
8820 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8821 else
8822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8823 for as_dir in $PATH
8825 IFS=$as_save_IFS
8826 test -z "$as_dir" && as_dir=.
8827 for ac_exec_ext in '' $ac_executable_extensions; do
8828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8829 ac_cv_prog_CROSSCC="$ac_prog"
8830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8831 break 2
8833 done
8834 done
8835 IFS=$as_save_IFS
8839 CROSSCC=$ac_cv_prog_CROSSCC
8840 if test -n "$CROSSCC"; then
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8842 $as_echo "$CROSSCC" >&6; }
8843 else
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8845 $as_echo "no" >&6; }
8849 test -n "$CROSSCC" && break
8850 done
8851 test -n "$CROSSCC" || CROSSCC="false"
8853 if test "$CROSSCC" != "false"
8854 then
8855 ac_save_CC="$CC"
8856 CC="$CROSSCC"
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8858 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8860 /* end confdefs.h. */
8863 main ()
8867 return 0;
8869 _ACEOF
8870 if ac_fn_c_try_compile "$LINENO"; then :
8871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8872 $as_echo "yes" >&6; }
8873 set x $CROSSCC
8874 shift
8875 while test $# -ge 1
8877 case "$1" in
8878 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8879 esac
8880 shift
8881 done
8882 else
8883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8884 $as_echo "no" >&6; }
8886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8887 CC="$ac_save_CC"
8892 if test "$ac_cv_header_pthread_h" = "yes"
8893 then
8894 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8895 if test "x$ac_cv_func_pthread_create" = xyes; then :
8897 else
8898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8899 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8900 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8901 $as_echo_n "(cached) " >&6
8902 else
8903 ac_check_lib_save_LIBS=$LIBS
8904 LIBS="-lpthread $LIBS"
8905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8906 /* end confdefs.h. */
8908 /* Override any GCC internal prototype to avoid an error.
8909 Use char because int might match the return type of a GCC
8910 builtin and then its argument prototype would still apply. */
8911 #ifdef __cplusplus
8912 extern "C"
8913 #endif
8914 char pthread_create ();
8916 main ()
8918 return pthread_create ();
8920 return 0;
8922 _ACEOF
8923 if ac_fn_c_try_link "$LINENO"; then :
8924 ac_cv_lib_pthread_pthread_create=yes
8925 else
8926 ac_cv_lib_pthread_pthread_create=no
8928 rm -f core conftest.err conftest.$ac_objext \
8929 conftest$ac_exeext conftest.$ac_ext
8930 LIBS=$ac_check_lib_save_LIBS
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8933 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8934 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8935 PTHREAD_LIBS="-lpthread"
8942 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8943 case "x$with_pthread" in
8944 xno) ;;
8945 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8946 Wine cannot support threads without libpthread.
8947 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8948 esac
8952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8953 $as_echo_n "checking for X... " >&6; }
8956 # Check whether --with-x was given.
8957 if test "${with_x+set}" = set; then :
8958 withval=$with_x;
8961 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8962 if test "x$with_x" = xno; then
8963 # The user explicitly disabled X.
8964 have_x=disabled
8965 else
8966 case $x_includes,$x_libraries in #(
8967 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8968 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8969 $as_echo_n "(cached) " >&6
8970 else
8971 # One or both of the vars are not set, and there is no cached value.
8972 ac_x_includes=no ac_x_libraries=no
8973 rm -f -r conftest.dir
8974 if mkdir conftest.dir; then
8975 cd conftest.dir
8976 cat >Imakefile <<'_ACEOF'
8977 incroot:
8978 @echo incroot='${INCROOT}'
8979 usrlibdir:
8980 @echo usrlibdir='${USRLIBDIR}'
8981 libdir:
8982 @echo libdir='${LIBDIR}'
8983 _ACEOF
8984 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8985 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8986 for ac_var in incroot usrlibdir libdir; do
8987 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8988 done
8989 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8990 for ac_extension in a so sl dylib la dll; do
8991 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8992 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8993 ac_im_usrlibdir=$ac_im_libdir; break
8995 done
8996 # Screen out bogus values from the imake configuration. They are
8997 # bogus both because they are the default anyway, and because
8998 # using them would break gcc on systems where it needs fixed includes.
8999 case $ac_im_incroot in
9000 /usr/include) ac_x_includes= ;;
9001 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9002 esac
9003 case $ac_im_usrlibdir in
9004 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9005 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9006 esac
9008 cd ..
9009 rm -f -r conftest.dir
9012 # Standard set of common directories for X headers.
9013 # Check X11 before X11Rn because it is often a symlink to the current release.
9014 ac_x_header_dirs='
9015 /usr/X11/include
9016 /usr/X11R7/include
9017 /usr/X11R6/include
9018 /usr/X11R5/include
9019 /usr/X11R4/include
9021 /usr/include/X11
9022 /usr/include/X11R7
9023 /usr/include/X11R6
9024 /usr/include/X11R5
9025 /usr/include/X11R4
9027 /usr/local/X11/include
9028 /usr/local/X11R7/include
9029 /usr/local/X11R6/include
9030 /usr/local/X11R5/include
9031 /usr/local/X11R4/include
9033 /usr/local/include/X11
9034 /usr/local/include/X11R7
9035 /usr/local/include/X11R6
9036 /usr/local/include/X11R5
9037 /usr/local/include/X11R4
9039 /usr/X386/include
9040 /usr/x386/include
9041 /usr/XFree86/include/X11
9043 /usr/include
9044 /usr/local/include
9045 /usr/unsupported/include
9046 /usr/athena/include
9047 /usr/local/x11r5/include
9048 /usr/lpp/Xamples/include
9050 /usr/openwin/include
9051 /usr/openwin/share/include'
9053 if test "$ac_x_includes" = no; then
9054 # Guess where to find include files, by looking for Xlib.h.
9055 # First, try using that file with no special directory specified.
9056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9057 /* end confdefs.h. */
9058 #include <X11/Xlib.h>
9059 _ACEOF
9060 if ac_fn_c_try_cpp "$LINENO"; then :
9061 # We can compile using X headers with no special include directory.
9062 ac_x_includes=
9063 else
9064 for ac_dir in $ac_x_header_dirs; do
9065 if test -r "$ac_dir/X11/Xlib.h"; then
9066 ac_x_includes=$ac_dir
9067 break
9069 done
9071 rm -f conftest.err conftest.i conftest.$ac_ext
9072 fi # $ac_x_includes = no
9074 if test "$ac_x_libraries" = no; then
9075 # Check for the libraries.
9076 # See if we find them without any special options.
9077 # Don't add to $LIBS permanently.
9078 ac_save_LIBS=$LIBS
9079 LIBS="-lX11 $LIBS"
9080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9081 /* end confdefs.h. */
9082 #include <X11/Xlib.h>
9084 main ()
9086 XrmInitialize ()
9088 return 0;
9090 _ACEOF
9091 if ac_fn_c_try_link "$LINENO"; then :
9092 LIBS=$ac_save_LIBS
9093 # We can link X programs with no special library path.
9094 ac_x_libraries=
9095 else
9096 LIBS=$ac_save_LIBS
9097 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9099 # Don't even attempt the hair of trying to link an X program!
9100 for ac_extension in a so sl dylib la dll; do
9101 if test -r "$ac_dir/libX11.$ac_extension"; then
9102 ac_x_libraries=$ac_dir
9103 break 2
9105 done
9106 done
9108 rm -f core conftest.err conftest.$ac_objext \
9109 conftest$ac_exeext conftest.$ac_ext
9110 fi # $ac_x_libraries = no
9112 case $ac_x_includes,$ac_x_libraries in #(
9113 no,* | *,no | *\'*)
9114 # Didn't find X, or a directory has "'" in its name.
9115 ac_cv_have_x="have_x=no";; #(
9117 # Record where we found X for the cache.
9118 ac_cv_have_x="have_x=yes\
9119 ac_x_includes='$ac_x_includes'\
9120 ac_x_libraries='$ac_x_libraries'"
9121 esac
9123 ;; #(
9124 *) have_x=yes;;
9125 esac
9126 eval "$ac_cv_have_x"
9127 fi # $with_x != no
9129 if test "$have_x" != yes; then
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9131 $as_echo "$have_x" >&6; }
9132 no_x=yes
9133 else
9134 # If each of the values was on the command line, it overrides each guess.
9135 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9136 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9137 # Update the cache value to reflect the command line values.
9138 ac_cv_have_x="have_x=yes\
9139 ac_x_includes='$x_includes'\
9140 ac_x_libraries='$x_libraries'"
9141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9142 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9145 if test "$no_x" = yes; then
9146 # Not all programs may use this symbol, but it does not hurt to define it.
9148 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9150 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9151 else
9152 if test -n "$x_includes"; then
9153 X_CFLAGS="$X_CFLAGS -I$x_includes"
9156 # It would also be nice to do this for all -L options, not just this one.
9157 if test -n "$x_libraries"; then
9158 X_LIBS="$X_LIBS -L$x_libraries"
9159 # For Solaris; some versions of Sun CC require a space after -R and
9160 # others require no space. Words are not sufficient . . . .
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9162 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9163 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9164 ac_xsave_c_werror_flag=$ac_c_werror_flag
9165 ac_c_werror_flag=yes
9166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9167 /* end confdefs.h. */
9170 main ()
9174 return 0;
9176 _ACEOF
9177 if ac_fn_c_try_link "$LINENO"; then :
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9179 $as_echo "no" >&6; }
9180 X_LIBS="$X_LIBS -R$x_libraries"
9181 else
9182 LIBS="$ac_xsave_LIBS -R $x_libraries"
9183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9184 /* end confdefs.h. */
9187 main ()
9191 return 0;
9193 _ACEOF
9194 if ac_fn_c_try_link "$LINENO"; then :
9195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9196 $as_echo "yes" >&6; }
9197 X_LIBS="$X_LIBS -R $x_libraries"
9198 else
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9200 $as_echo "neither works" >&6; }
9202 rm -f core conftest.err conftest.$ac_objext \
9203 conftest$ac_exeext conftest.$ac_ext
9205 rm -f core conftest.err conftest.$ac_objext \
9206 conftest$ac_exeext conftest.$ac_ext
9207 ac_c_werror_flag=$ac_xsave_c_werror_flag
9208 LIBS=$ac_xsave_LIBS
9211 # Check for system-dependent libraries X programs must link with.
9212 # Do this before checking for the system-independent R6 libraries
9213 # (-lICE), since we may need -lsocket or whatever for X linking.
9215 if test "$ISC" = yes; then
9216 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9217 else
9218 # Martyn Johnson says this is needed for Ultrix, if the X
9219 # libraries were built with DECnet support. And Karl Berry says
9220 # the Alpha needs dnet_stub (dnet does not exist).
9221 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9223 /* end confdefs.h. */
9225 /* Override any GCC internal prototype to avoid an error.
9226 Use char because int might match the return type of a GCC
9227 builtin and then its argument prototype would still apply. */
9228 #ifdef __cplusplus
9229 extern "C"
9230 #endif
9231 char XOpenDisplay ();
9233 main ()
9235 return XOpenDisplay ();
9237 return 0;
9239 _ACEOF
9240 if ac_fn_c_try_link "$LINENO"; then :
9242 else
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9244 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9245 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9246 $as_echo_n "(cached) " >&6
9247 else
9248 ac_check_lib_save_LIBS=$LIBS
9249 LIBS="-ldnet $LIBS"
9250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9251 /* end confdefs.h. */
9253 /* Override any GCC internal prototype to avoid an error.
9254 Use char because int might match the return type of a GCC
9255 builtin and then its argument prototype would still apply. */
9256 #ifdef __cplusplus
9257 extern "C"
9258 #endif
9259 char dnet_ntoa ();
9261 main ()
9263 return dnet_ntoa ();
9265 return 0;
9267 _ACEOF
9268 if ac_fn_c_try_link "$LINENO"; then :
9269 ac_cv_lib_dnet_dnet_ntoa=yes
9270 else
9271 ac_cv_lib_dnet_dnet_ntoa=no
9273 rm -f core conftest.err conftest.$ac_objext \
9274 conftest$ac_exeext conftest.$ac_ext
9275 LIBS=$ac_check_lib_save_LIBS
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9278 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9279 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9280 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9283 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9285 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9286 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9287 $as_echo_n "(cached) " >&6
9288 else
9289 ac_check_lib_save_LIBS=$LIBS
9290 LIBS="-ldnet_stub $LIBS"
9291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292 /* end confdefs.h. */
9294 /* Override any GCC internal prototype to avoid an error.
9295 Use char because int might match the return type of a GCC
9296 builtin and then its argument prototype would still apply. */
9297 #ifdef __cplusplus
9298 extern "C"
9299 #endif
9300 char dnet_ntoa ();
9302 main ()
9304 return dnet_ntoa ();
9306 return 0;
9308 _ACEOF
9309 if ac_fn_c_try_link "$LINENO"; then :
9310 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9311 else
9312 ac_cv_lib_dnet_stub_dnet_ntoa=no
9314 rm -f core conftest.err conftest.$ac_objext \
9315 conftest$ac_exeext conftest.$ac_ext
9316 LIBS=$ac_check_lib_save_LIBS
9318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9319 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9320 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9321 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9326 rm -f core conftest.err conftest.$ac_objext \
9327 conftest$ac_exeext conftest.$ac_ext
9328 LIBS="$ac_xsave_LIBS"
9330 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9331 # to get the SysV transport functions.
9332 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9333 # needs -lnsl.
9334 # The nsl library prevents programs from opening the X display
9335 # on Irix 5.2, according to T.E. Dickey.
9336 # The functions gethostbyname, getservbyname, and inet_addr are
9337 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9338 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9339 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9343 if test $ac_cv_func_gethostbyname = no; then
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9345 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9346 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9347 $as_echo_n "(cached) " >&6
9348 else
9349 ac_check_lib_save_LIBS=$LIBS
9350 LIBS="-lnsl $LIBS"
9351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9352 /* end confdefs.h. */
9354 /* Override any GCC internal prototype to avoid an error.
9355 Use char because int might match the return type of a GCC
9356 builtin and then its argument prototype would still apply. */
9357 #ifdef __cplusplus
9358 extern "C"
9359 #endif
9360 char gethostbyname ();
9362 main ()
9364 return gethostbyname ();
9366 return 0;
9368 _ACEOF
9369 if ac_fn_c_try_link "$LINENO"; then :
9370 ac_cv_lib_nsl_gethostbyname=yes
9371 else
9372 ac_cv_lib_nsl_gethostbyname=no
9374 rm -f core conftest.err conftest.$ac_objext \
9375 conftest$ac_exeext conftest.$ac_ext
9376 LIBS=$ac_check_lib_save_LIBS
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9379 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9380 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9381 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9384 if test $ac_cv_lib_nsl_gethostbyname = no; then
9385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9386 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9387 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9388 $as_echo_n "(cached) " >&6
9389 else
9390 ac_check_lib_save_LIBS=$LIBS
9391 LIBS="-lbsd $LIBS"
9392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9393 /* end confdefs.h. */
9395 /* Override any GCC internal prototype to avoid an error.
9396 Use char because int might match the return type of a GCC
9397 builtin and then its argument prototype would still apply. */
9398 #ifdef __cplusplus
9399 extern "C"
9400 #endif
9401 char gethostbyname ();
9403 main ()
9405 return gethostbyname ();
9407 return 0;
9409 _ACEOF
9410 if ac_fn_c_try_link "$LINENO"; then :
9411 ac_cv_lib_bsd_gethostbyname=yes
9412 else
9413 ac_cv_lib_bsd_gethostbyname=no
9415 rm -f core conftest.err conftest.$ac_objext \
9416 conftest$ac_exeext conftest.$ac_ext
9417 LIBS=$ac_check_lib_save_LIBS
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9420 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9421 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9422 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9428 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9429 # socket/setsockopt and other routines are undefined under SCO ODT
9430 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9431 # on later versions), says Simon Leinen: it contains gethostby*
9432 # variants that don't use the name server (or something). -lsocket
9433 # must be given before -lnsl if both are needed. We assume that
9434 # if connect needs -lnsl, so does gethostbyname.
9435 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9436 if test "x$ac_cv_func_connect" = xyes; then :
9440 if test $ac_cv_func_connect = no; then
9441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9442 $as_echo_n "checking for connect in -lsocket... " >&6; }
9443 if ${ac_cv_lib_socket_connect+:} false; then :
9444 $as_echo_n "(cached) " >&6
9445 else
9446 ac_check_lib_save_LIBS=$LIBS
9447 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9449 /* end confdefs.h. */
9451 /* Override any GCC internal prototype to avoid an error.
9452 Use char because int might match the return type of a GCC
9453 builtin and then its argument prototype would still apply. */
9454 #ifdef __cplusplus
9455 extern "C"
9456 #endif
9457 char connect ();
9459 main ()
9461 return connect ();
9463 return 0;
9465 _ACEOF
9466 if ac_fn_c_try_link "$LINENO"; then :
9467 ac_cv_lib_socket_connect=yes
9468 else
9469 ac_cv_lib_socket_connect=no
9471 rm -f core conftest.err conftest.$ac_objext \
9472 conftest$ac_exeext conftest.$ac_ext
9473 LIBS=$ac_check_lib_save_LIBS
9475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9476 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9477 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9478 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9483 # Guillermo Gomez says -lposix is necessary on A/UX.
9484 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9485 if test "x$ac_cv_func_remove" = xyes; then :
9489 if test $ac_cv_func_remove = no; then
9490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9491 $as_echo_n "checking for remove in -lposix... " >&6; }
9492 if ${ac_cv_lib_posix_remove+:} false; then :
9493 $as_echo_n "(cached) " >&6
9494 else
9495 ac_check_lib_save_LIBS=$LIBS
9496 LIBS="-lposix $LIBS"
9497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9498 /* end confdefs.h. */
9500 /* Override any GCC internal prototype to avoid an error.
9501 Use char because int might match the return type of a GCC
9502 builtin and then its argument prototype would still apply. */
9503 #ifdef __cplusplus
9504 extern "C"
9505 #endif
9506 char remove ();
9508 main ()
9510 return remove ();
9512 return 0;
9514 _ACEOF
9515 if ac_fn_c_try_link "$LINENO"; then :
9516 ac_cv_lib_posix_remove=yes
9517 else
9518 ac_cv_lib_posix_remove=no
9520 rm -f core conftest.err conftest.$ac_objext \
9521 conftest$ac_exeext conftest.$ac_ext
9522 LIBS=$ac_check_lib_save_LIBS
9524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9525 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9526 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9527 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9532 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9533 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9534 if test "x$ac_cv_func_shmat" = xyes; then :
9538 if test $ac_cv_func_shmat = no; then
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9540 $as_echo_n "checking for shmat in -lipc... " >&6; }
9541 if ${ac_cv_lib_ipc_shmat+:} false; then :
9542 $as_echo_n "(cached) " >&6
9543 else
9544 ac_check_lib_save_LIBS=$LIBS
9545 LIBS="-lipc $LIBS"
9546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9547 /* end confdefs.h. */
9549 /* Override any GCC internal prototype to avoid an error.
9550 Use char because int might match the return type of a GCC
9551 builtin and then its argument prototype would still apply. */
9552 #ifdef __cplusplus
9553 extern "C"
9554 #endif
9555 char shmat ();
9557 main ()
9559 return shmat ();
9561 return 0;
9563 _ACEOF
9564 if ac_fn_c_try_link "$LINENO"; then :
9565 ac_cv_lib_ipc_shmat=yes
9566 else
9567 ac_cv_lib_ipc_shmat=no
9569 rm -f core conftest.err conftest.$ac_objext \
9570 conftest$ac_exeext conftest.$ac_ext
9571 LIBS=$ac_check_lib_save_LIBS
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9574 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9575 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9576 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9582 # Check for libraries that X11R6 Xt/Xaw programs need.
9583 ac_save_LDFLAGS=$LDFLAGS
9584 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9585 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9586 # check for ICE first), but we must link in the order -lSM -lICE or
9587 # we get undefined symbols. So assume we have SM if we have ICE.
9588 # These have to be linked with before -lX11, unlike the other
9589 # libraries we check for below, so use a different variable.
9590 # John Interrante, Karl Berry
9591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9592 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9593 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9594 $as_echo_n "(cached) " >&6
9595 else
9596 ac_check_lib_save_LIBS=$LIBS
9597 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9599 /* end confdefs.h. */
9601 /* Override any GCC internal prototype to avoid an error.
9602 Use char because int might match the return type of a GCC
9603 builtin and then its argument prototype would still apply. */
9604 #ifdef __cplusplus
9605 extern "C"
9606 #endif
9607 char IceConnectionNumber ();
9609 main ()
9611 return IceConnectionNumber ();
9613 return 0;
9615 _ACEOF
9616 if ac_fn_c_try_link "$LINENO"; then :
9617 ac_cv_lib_ICE_IceConnectionNumber=yes
9618 else
9619 ac_cv_lib_ICE_IceConnectionNumber=no
9621 rm -f core conftest.err conftest.$ac_objext \
9622 conftest$ac_exeext conftest.$ac_ext
9623 LIBS=$ac_check_lib_save_LIBS
9625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9626 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9627 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9628 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9631 LDFLAGS=$ac_save_LDFLAGS
9636 if test "$have_x" = "yes"
9637 then
9638 ac_save_CPPFLAGS="$CPPFLAGS"
9639 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9642 $as_echo_n "checking for -lX11... " >&6; }
9643 if ${ac_cv_lib_soname_X11+:} false; then :
9644 $as_echo_n "(cached) " >&6
9645 else
9646 ac_check_soname_save_LIBS=$LIBS
9647 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9649 /* end confdefs.h. */
9651 /* Override any GCC internal prototype to avoid an error.
9652 Use char because int might match the return type of a GCC
9653 builtin and then its argument prototype would still apply. */
9654 #ifdef __cplusplus
9655 extern "C"
9656 #endif
9657 char XCreateWindow ();
9659 main ()
9661 return XCreateWindow ();
9663 return 0;
9665 _ACEOF
9666 if ac_fn_c_try_link "$LINENO"; then :
9667 case "$LIBEXT" in
9668 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9669 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'` ;;
9670 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9671 if ${ac_cv_lib_soname_X11:+false} :; then :
9672 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9673 fi ;;
9674 esac
9676 rm -f core conftest.err conftest.$ac_objext \
9677 conftest$ac_exeext conftest.$ac_ext
9678 LIBS=$ac_check_soname_save_LIBS
9680 if ${ac_cv_lib_soname_X11:+false} :; then :
9681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9682 $as_echo "not found" >&6; }
9684 else
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9686 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9688 cat >>confdefs.h <<_ACEOF
9689 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9690 _ACEOF
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9695 $as_echo_n "checking for -lXext... " >&6; }
9696 if ${ac_cv_lib_soname_Xext+:} false; then :
9697 $as_echo_n "(cached) " >&6
9698 else
9699 ac_check_soname_save_LIBS=$LIBS
9700 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9702 /* end confdefs.h. */
9704 /* Override any GCC internal prototype to avoid an error.
9705 Use char because int might match the return type of a GCC
9706 builtin and then its argument prototype would still apply. */
9707 #ifdef __cplusplus
9708 extern "C"
9709 #endif
9710 char XextCreateExtension ();
9712 main ()
9714 return XextCreateExtension ();
9716 return 0;
9718 _ACEOF
9719 if ac_fn_c_try_link "$LINENO"; then :
9720 case "$LIBEXT" in
9721 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9722 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'` ;;
9723 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9724 if ${ac_cv_lib_soname_Xext:+false} :; then :
9725 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9726 fi ;;
9727 esac
9729 rm -f core conftest.err conftest.$ac_objext \
9730 conftest$ac_exeext conftest.$ac_ext
9731 LIBS=$ac_check_soname_save_LIBS
9733 if ${ac_cv_lib_soname_Xext:+false} :; then :
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9735 $as_echo "not found" >&6; }
9737 else
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9739 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9741 cat >>confdefs.h <<_ACEOF
9742 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9743 _ACEOF
9745 X_LIBS="$X_LIBS -lXext"
9747 X_LIBS="$X_LIBS -lX11"
9749 for ac_header in X11/Xlib.h \
9750 X11/XKBlib.h \
9751 X11/Xutil.h \
9752 X11/Xcursor/Xcursor.h \
9753 X11/extensions/shape.h \
9754 X11/extensions/XInput.h \
9755 X11/extensions/XInput2.h \
9756 X11/extensions/XShm.h \
9757 X11/extensions/Xcomposite.h \
9758 X11/extensions/Xinerama.h \
9759 X11/extensions/Xrandr.h \
9760 X11/extensions/Xrender.h \
9761 X11/extensions/xf86vmode.h \
9762 X11/extensions/xf86vmproto.h
9763 do :
9764 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9765 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9766 # include <X11/Xlib.h>
9767 #endif
9768 #ifdef HAVE_X11_XUTIL_H
9769 # include <X11/Xutil.h>
9770 #endif
9772 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9773 cat >>confdefs.h <<_ACEOF
9774 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9775 _ACEOF
9779 done
9782 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9783 then
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9785 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9786 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9787 $as_echo_n "(cached) " >&6
9788 else
9789 ac_check_lib_save_LIBS=$LIBS
9790 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9792 /* end confdefs.h. */
9794 /* Override any GCC internal prototype to avoid an error.
9795 Use char because int might match the return type of a GCC
9796 builtin and then its argument prototype would still apply. */
9797 #ifdef __cplusplus
9798 extern "C"
9799 #endif
9800 char XkbQueryExtension ();
9802 main ()
9804 return XkbQueryExtension ();
9806 return 0;
9808 _ACEOF
9809 if ac_fn_c_try_link "$LINENO"; then :
9810 ac_cv_lib_X11_XkbQueryExtension=yes
9811 else
9812 ac_cv_lib_X11_XkbQueryExtension=no
9814 rm -f core conftest.err conftest.$ac_objext \
9815 conftest$ac_exeext conftest.$ac_ext
9816 LIBS=$ac_check_lib_save_LIBS
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9819 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9820 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9822 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9828 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9829 then
9830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9831 $as_echo_n "checking for -lXcursor... " >&6; }
9832 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9833 $as_echo_n "(cached) " >&6
9834 else
9835 ac_check_soname_save_LIBS=$LIBS
9836 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9838 /* end confdefs.h. */
9840 /* Override any GCC internal prototype to avoid an error.
9841 Use char because int might match the return type of a GCC
9842 builtin and then its argument prototype would still apply. */
9843 #ifdef __cplusplus
9844 extern "C"
9845 #endif
9846 char XcursorImageLoadCursor ();
9848 main ()
9850 return XcursorImageLoadCursor ();
9852 return 0;
9854 _ACEOF
9855 if ac_fn_c_try_link "$LINENO"; then :
9856 case "$LIBEXT" in
9857 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9858 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'` ;;
9859 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9860 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9861 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9862 fi ;;
9863 esac
9865 rm -f core conftest.err conftest.$ac_objext \
9866 conftest$ac_exeext conftest.$ac_ext
9867 LIBS=$ac_check_soname_save_LIBS
9869 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9871 $as_echo "not found" >&6; }
9873 else
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9875 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9877 cat >>confdefs.h <<_ACEOF
9878 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9879 _ACEOF
9884 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9885 case "x$with_xcursor" in
9886 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9887 xno) ;;
9888 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9889 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9890 esac
9893 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9894 then
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9896 $as_echo_n "checking for -lXi... " >&6; }
9897 if ${ac_cv_lib_soname_Xi+:} false; then :
9898 $as_echo_n "(cached) " >&6
9899 else
9900 ac_check_soname_save_LIBS=$LIBS
9901 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9903 /* end confdefs.h. */
9905 /* Override any GCC internal prototype to avoid an error.
9906 Use char because int might match the return type of a GCC
9907 builtin and then its argument prototype would still apply. */
9908 #ifdef __cplusplus
9909 extern "C"
9910 #endif
9911 char XOpenDevice ();
9913 main ()
9915 return XOpenDevice ();
9917 return 0;
9919 _ACEOF
9920 if ac_fn_c_try_link "$LINENO"; then :
9921 case "$LIBEXT" in
9922 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9923 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'` ;;
9924 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9925 if ${ac_cv_lib_soname_Xi:+false} :; then :
9926 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9927 fi ;;
9928 esac
9930 rm -f core conftest.err conftest.$ac_objext \
9931 conftest$ac_exeext conftest.$ac_ext
9932 LIBS=$ac_check_soname_save_LIBS
9934 if ${ac_cv_lib_soname_Xi:+false} :; then :
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9936 $as_echo "not found" >&6; }
9938 else
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9940 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9942 cat >>confdefs.h <<_ACEOF
9943 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9944 _ACEOF
9949 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9950 case "x$with_xinput" in
9951 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9952 xno) ;;
9953 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9954 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9955 esac
9958 if test "x$ac_cv_lib_soname_Xi" != x
9959 then
9960 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9961 case "x$with_xinput2" in
9962 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9963 xno) ;;
9964 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9965 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9966 esac
9970 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9971 then
9972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9973 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9974 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9975 $as_echo_n "(cached) " >&6
9976 else
9977 ac_check_lib_save_LIBS=$LIBS
9978 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9980 /* end confdefs.h. */
9982 /* Override any GCC internal prototype to avoid an error.
9983 Use char because int might match the return type of a GCC
9984 builtin and then its argument prototype would still apply. */
9985 #ifdef __cplusplus
9986 extern "C"
9987 #endif
9988 char XShmQueryExtension ();
9990 main ()
9992 return XShmQueryExtension ();
9994 return 0;
9996 _ACEOF
9997 if ac_fn_c_try_link "$LINENO"; then :
9998 ac_cv_lib_Xext_XShmQueryExtension=yes
9999 else
10000 ac_cv_lib_Xext_XShmQueryExtension=no
10002 rm -f core conftest.err conftest.$ac_objext \
10003 conftest$ac_exeext conftest.$ac_ext
10004 LIBS=$ac_check_lib_save_LIBS
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10007 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10008 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10010 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10015 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10016 case "x$with_xshm" in
10017 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10018 xno) ;;
10019 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10020 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10021 esac
10024 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10025 then
10026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10027 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10028 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10029 $as_echo_n "(cached) " >&6
10030 else
10031 ac_check_lib_save_LIBS=$LIBS
10032 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10034 /* end confdefs.h. */
10036 /* Override any GCC internal prototype to avoid an error.
10037 Use char because int might match the return type of a GCC
10038 builtin and then its argument prototype would still apply. */
10039 #ifdef __cplusplus
10040 extern "C"
10041 #endif
10042 char XShapeQueryExtension ();
10044 main ()
10046 return XShapeQueryExtension ();
10048 return 0;
10050 _ACEOF
10051 if ac_fn_c_try_link "$LINENO"; then :
10052 ac_cv_lib_Xext_XShapeQueryExtension=yes
10053 else
10054 ac_cv_lib_Xext_XShapeQueryExtension=no
10056 rm -f core conftest.err conftest.$ac_objext \
10057 conftest$ac_exeext conftest.$ac_ext
10058 LIBS=$ac_check_lib_save_LIBS
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10061 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10062 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10064 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10069 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10070 case "x$with_xshape" in
10071 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10072 xno) ;;
10073 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10074 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10075 esac
10078 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10079 then
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10081 $as_echo_n "checking for -lXxf86vm... " >&6; }
10082 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10083 $as_echo_n "(cached) " >&6
10084 else
10085 ac_check_soname_save_LIBS=$LIBS
10086 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10088 /* end confdefs.h. */
10090 /* Override any GCC internal prototype to avoid an error.
10091 Use char because int might match the return type of a GCC
10092 builtin and then its argument prototype would still apply. */
10093 #ifdef __cplusplus
10094 extern "C"
10095 #endif
10096 char XF86VidModeQueryExtension ();
10098 main ()
10100 return XF86VidModeQueryExtension ();
10102 return 0;
10104 _ACEOF
10105 if ac_fn_c_try_link "$LINENO"; then :
10106 case "$LIBEXT" in
10107 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10108 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'` ;;
10109 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10110 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10111 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10112 fi ;;
10113 esac
10115 rm -f core conftest.err conftest.$ac_objext \
10116 conftest$ac_exeext conftest.$ac_ext
10117 LIBS=$ac_check_soname_save_LIBS
10119 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10121 $as_echo "not found" >&6; }
10123 else
10124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10125 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10127 cat >>confdefs.h <<_ACEOF
10128 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10129 _ACEOF
10134 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10135 case "x$with_xxf86vm" in
10136 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10137 xno) ;;
10138 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10139 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10140 esac
10143 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10144 then
10145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10146 $as_echo_n "checking for -lXrender... " >&6; }
10147 if ${ac_cv_lib_soname_Xrender+:} false; then :
10148 $as_echo_n "(cached) " >&6
10149 else
10150 ac_check_soname_save_LIBS=$LIBS
10151 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10153 /* end confdefs.h. */
10155 /* Override any GCC internal prototype to avoid an error.
10156 Use char because int might match the return type of a GCC
10157 builtin and then its argument prototype would still apply. */
10158 #ifdef __cplusplus
10159 extern "C"
10160 #endif
10161 char XRenderQueryExtension ();
10163 main ()
10165 return XRenderQueryExtension ();
10167 return 0;
10169 _ACEOF
10170 if ac_fn_c_try_link "$LINENO"; then :
10171 case "$LIBEXT" in
10172 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10173 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'` ;;
10174 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10175 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10176 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10177 fi ;;
10178 esac
10180 rm -f core conftest.err conftest.$ac_objext \
10181 conftest$ac_exeext conftest.$ac_ext
10182 LIBS=$ac_check_soname_save_LIBS
10184 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10186 $as_echo "not found" >&6; }
10188 else
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10190 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10192 cat >>confdefs.h <<_ACEOF
10193 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10194 _ACEOF
10196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10197 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10198 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10199 $as_echo_n "(cached) " >&6
10200 else
10201 ac_check_lib_save_LIBS=$LIBS
10202 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10204 /* end confdefs.h. */
10206 /* Override any GCC internal prototype to avoid an error.
10207 Use char because int might match the return type of a GCC
10208 builtin and then its argument prototype would still apply. */
10209 #ifdef __cplusplus
10210 extern "C"
10211 #endif
10212 char XRenderSetPictureTransform ();
10214 main ()
10216 return XRenderSetPictureTransform ();
10218 return 0;
10220 _ACEOF
10221 if ac_fn_c_try_link "$LINENO"; then :
10222 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10223 else
10224 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10226 rm -f core conftest.err conftest.$ac_objext \
10227 conftest$ac_exeext conftest.$ac_ext
10228 LIBS=$ac_check_lib_save_LIBS
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10231 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10232 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10234 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10239 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10240 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10241 $as_echo_n "(cached) " >&6
10242 else
10243 ac_check_lib_save_LIBS=$LIBS
10244 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10246 /* end confdefs.h. */
10248 /* Override any GCC internal prototype to avoid an error.
10249 Use char because int might match the return type of a GCC
10250 builtin and then its argument prototype would still apply. */
10251 #ifdef __cplusplus
10252 extern "C"
10253 #endif
10254 char XRenderCreateLinearGradient ();
10256 main ()
10258 return XRenderCreateLinearGradient ();
10260 return 0;
10262 _ACEOF
10263 if ac_fn_c_try_link "$LINENO"; then :
10264 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10265 else
10266 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10268 rm -f core conftest.err conftest.$ac_objext \
10269 conftest$ac_exeext conftest.$ac_ext
10270 LIBS=$ac_check_lib_save_LIBS
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10273 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10274 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10276 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10283 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10284 case "x$with_xrender" in
10285 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10286 xno) ;;
10287 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10288 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10289 esac
10292 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10293 then
10294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10295 /* end confdefs.h. */
10296 #include <X11/Xlib.h>
10297 #include <X11/extensions/Xrandr.h>
10299 main ()
10301 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10303 return 0;
10305 _ACEOF
10306 if ac_fn_c_try_compile "$LINENO"; then :
10307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10308 $as_echo_n "checking for -lXrandr... " >&6; }
10309 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10310 $as_echo_n "(cached) " >&6
10311 else
10312 ac_check_soname_save_LIBS=$LIBS
10313 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10315 /* end confdefs.h. */
10317 /* Override any GCC internal prototype to avoid an error.
10318 Use char because int might match the return type of a GCC
10319 builtin and then its argument prototype would still apply. */
10320 #ifdef __cplusplus
10321 extern "C"
10322 #endif
10323 char XRRQueryExtension ();
10325 main ()
10327 return XRRQueryExtension ();
10329 return 0;
10331 _ACEOF
10332 if ac_fn_c_try_link "$LINENO"; then :
10333 case "$LIBEXT" in
10334 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10335 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'` ;;
10336 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10337 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10338 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10339 fi ;;
10340 esac
10342 rm -f core conftest.err conftest.$ac_objext \
10343 conftest$ac_exeext conftest.$ac_ext
10344 LIBS=$ac_check_soname_save_LIBS
10346 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10348 $as_echo "not found" >&6; }
10350 else
10351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10352 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10354 cat >>confdefs.h <<_ACEOF
10355 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10356 _ACEOF
10358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10359 /* end confdefs.h. */
10360 #include <X11/Xlib.h>
10361 #include <X11/extensions/Xrandr.h>
10363 main ()
10365 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10367 return 0;
10369 _ACEOF
10370 if ac_fn_c_try_compile "$LINENO"; then :
10372 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10380 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10381 case "x$with_xrandr" in
10382 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10383 xno) ;;
10384 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10385 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10386 esac
10389 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10390 then
10391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10392 /* end confdefs.h. */
10393 #include <X11/Xlib.h>
10394 #include <X11/extensions/Xinerama.h>
10396 main ()
10398 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10400 return 0;
10402 _ACEOF
10403 if ac_fn_c_try_compile "$LINENO"; then :
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10405 $as_echo_n "checking for -lXinerama... " >&6; }
10406 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10407 $as_echo_n "(cached) " >&6
10408 else
10409 ac_check_soname_save_LIBS=$LIBS
10410 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10412 /* end confdefs.h. */
10414 /* Override any GCC internal prototype to avoid an error.
10415 Use char because int might match the return type of a GCC
10416 builtin and then its argument prototype would still apply. */
10417 #ifdef __cplusplus
10418 extern "C"
10419 #endif
10420 char XineramaQueryScreens ();
10422 main ()
10424 return XineramaQueryScreens ();
10426 return 0;
10428 _ACEOF
10429 if ac_fn_c_try_link "$LINENO"; then :
10430 case "$LIBEXT" in
10431 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10432 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'` ;;
10433 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10434 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10435 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10436 fi ;;
10437 esac
10439 rm -f core conftest.err conftest.$ac_objext \
10440 conftest$ac_exeext conftest.$ac_ext
10441 LIBS=$ac_check_soname_save_LIBS
10443 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10445 $as_echo "not found" >&6; }
10447 else
10448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10449 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10451 cat >>confdefs.h <<_ACEOF
10452 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10453 _ACEOF
10458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10460 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10461 case "x$with_xinerama" in
10462 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10463 xno) ;;
10464 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10465 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10466 esac
10469 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10470 then
10471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10472 $as_echo_n "checking for -lXcomposite... " >&6; }
10473 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10474 $as_echo_n "(cached) " >&6
10475 else
10476 ac_check_soname_save_LIBS=$LIBS
10477 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10479 /* end confdefs.h. */
10481 /* Override any GCC internal prototype to avoid an error.
10482 Use char because int might match the return type of a GCC
10483 builtin and then its argument prototype would still apply. */
10484 #ifdef __cplusplus
10485 extern "C"
10486 #endif
10487 char XCompositeRedirectWindow ();
10489 main ()
10491 return XCompositeRedirectWindow ();
10493 return 0;
10495 _ACEOF
10496 if ac_fn_c_try_link "$LINENO"; then :
10497 case "$LIBEXT" in
10498 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10499 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'` ;;
10500 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10501 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10502 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10503 fi ;;
10504 esac
10506 rm -f core conftest.err conftest.$ac_objext \
10507 conftest$ac_exeext conftest.$ac_ext
10508 LIBS=$ac_check_soname_save_LIBS
10510 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10512 $as_echo "not found" >&6; }
10514 else
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10516 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10518 cat >>confdefs.h <<_ACEOF
10519 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10520 _ACEOF
10525 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10526 case "x$with_xcomposite" in
10527 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10528 xno) ;;
10529 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10530 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10531 esac
10534 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10535 #include <X11/Xlib.h>
10536 #endif
10538 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10540 cat >>confdefs.h <<_ACEOF
10541 #define HAVE_XICCALLBACK_CALLBACK 1
10542 _ACEOF
10546 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10547 #include <X11/Xlib.h>
10548 #endif
10550 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10552 cat >>confdefs.h <<_ACEOF
10553 #define HAVE_XEVENT_XCOOKIE 1
10554 _ACEOF
10561 opengl_msg=""
10562 if test "x$with_opengl" != "xno"
10563 then
10564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10565 $as_echo_n "checking for -lGL... " >&6; }
10566 if ${ac_cv_lib_soname_GL+:} false; then :
10567 $as_echo_n "(cached) " >&6
10568 else
10569 ac_check_soname_save_LIBS=$LIBS
10570 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10572 /* end confdefs.h. */
10574 /* Override any GCC internal prototype to avoid an error.
10575 Use char because int might match the return type of a GCC
10576 builtin and then its argument prototype would still apply. */
10577 #ifdef __cplusplus
10578 extern "C"
10579 #endif
10580 char glXCreateContext ();
10582 main ()
10584 return glXCreateContext ();
10586 return 0;
10588 _ACEOF
10589 if ac_fn_c_try_link "$LINENO"; then :
10590 case "$LIBEXT" in
10591 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10592 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'` ;;
10593 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10594 if ${ac_cv_lib_soname_GL:+false} :; then :
10595 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10596 fi ;;
10597 esac
10599 rm -f core conftest.err conftest.$ac_objext \
10600 conftest$ac_exeext conftest.$ac_ext
10601 LIBS=$ac_check_soname_save_LIBS
10603 if ${ac_cv_lib_soname_GL:+false} :; then :
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10605 $as_echo "not found" >&6; }
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10607 $as_echo_n "checking for -lGL... " >&6; }
10608 if ${ac_cv_lib_soname_GL+:} false; then :
10609 $as_echo_n "(cached) " >&6
10610 else
10611 ac_check_soname_save_LIBS=$LIBS
10612 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"
10613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10614 /* end confdefs.h. */
10616 /* Override any GCC internal prototype to avoid an error.
10617 Use char because int might match the return type of a GCC
10618 builtin and then its argument prototype would still apply. */
10619 #ifdef __cplusplus
10620 extern "C"
10621 #endif
10622 char glXCreateContext ();
10624 main ()
10626 return glXCreateContext ();
10628 return 0;
10630 _ACEOF
10631 if ac_fn_c_try_link "$LINENO"; then :
10632 case "$LIBEXT" in
10633 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10634 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'` ;;
10635 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10636 if ${ac_cv_lib_soname_GL:+false} :; then :
10637 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10638 fi ;;
10639 esac
10641 rm -f core conftest.err conftest.$ac_objext \
10642 conftest$ac_exeext conftest.$ac_ext
10643 LIBS=$ac_check_soname_save_LIBS
10645 if ${ac_cv_lib_soname_GL:+false} :; then :
10646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10647 $as_echo "not found" >&6; }
10648 if test -f /usr/X11R6/lib/libGL.a
10649 then
10650 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10651 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10652 else
10653 opengl_msg="No OpenGL library found on this system."
10655 else
10656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10657 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10659 cat >>confdefs.h <<_ACEOF
10660 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10661 _ACEOF
10663 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"
10665 else
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10667 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10669 cat >>confdefs.h <<_ACEOF
10670 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10671 _ACEOF
10673 OPENGL_LIBS="-lGL"
10675 if test "x$with_glu" != "xno"
10676 then
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10678 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10679 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10680 $as_echo_n "(cached) " >&6
10681 else
10682 ac_check_lib_save_LIBS=$LIBS
10683 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10685 /* end confdefs.h. */
10687 /* Override any GCC internal prototype to avoid an error.
10688 Use char because int might match the return type of a GCC
10689 builtin and then its argument prototype would still apply. */
10690 #ifdef __cplusplus
10691 extern "C"
10692 #endif
10693 char gluLookAt ();
10695 main ()
10697 return gluLookAt ();
10699 return 0;
10701 _ACEOF
10702 if ac_fn_c_try_link "$LINENO"; then :
10703 ac_cv_lib_GLU_gluLookAt=yes
10704 else
10705 ac_cv_lib_GLU_gluLookAt=no
10707 rm -f core conftest.err conftest.$ac_objext \
10708 conftest$ac_exeext conftest.$ac_ext
10709 LIBS=$ac_check_lib_save_LIBS
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10712 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10713 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10717 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10718 case "x$with_glu" in
10719 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10720 xno) ;;
10721 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10722 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10723 esac
10727 if test "x$with_osmesa" != "xno"
10728 then
10729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10730 $as_echo_n "checking for -lOSMesa... " >&6; }
10731 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10732 $as_echo_n "(cached) " >&6
10733 else
10734 ac_check_soname_save_LIBS=$LIBS
10735 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10737 /* end confdefs.h. */
10739 /* Override any GCC internal prototype to avoid an error.
10740 Use char because int might match the return type of a GCC
10741 builtin and then its argument prototype would still apply. */
10742 #ifdef __cplusplus
10743 extern "C"
10744 #endif
10745 char glAccum ();
10747 main ()
10749 return glAccum ();
10751 return 0;
10753 _ACEOF
10754 if ac_fn_c_try_link "$LINENO"; then :
10755 case "$LIBEXT" in
10756 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10757 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'` ;;
10758 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10759 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10760 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10761 fi ;;
10762 esac
10764 rm -f core conftest.err conftest.$ac_objext \
10765 conftest$ac_exeext conftest.$ac_ext
10766 LIBS=$ac_check_soname_save_LIBS
10768 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10770 $as_echo "not found" >&6; }
10772 else
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10774 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10776 cat >>confdefs.h <<_ACEOF
10777 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10778 _ACEOF
10782 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10783 case "x$with_osmesa" in
10784 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10785 xno) ;;
10786 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10787 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10788 esac
10792 if test -n "$opengl_msg"; then :
10793 case "x$with_opengl" in
10794 x) as_fn_append wine_warnings "|$opengl_msg
10795 OpenGL and Direct3D won't be supported." ;;
10796 xno) ;;
10797 *) as_fn_error $? "$opengl_msg
10798 OpenGL and Direct3D won't be supported.
10799 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10800 esac
10803 CPPFLAGS="$ac_save_CPPFLAGS"
10804 else
10805 X_CFLAGS=""
10806 X_LIBS=""
10807 enable_winex11_drv=${enable_winex11_drv:-no}
10809 if test "x$X_LIBS" = "x"; then :
10810 case "x$with_x" in
10811 xno) ;;
10812 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10813 without X support, which probably isn't what you want. You will need
10814 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10815 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10816 esac
10819 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10821 if test "$ac_cv_header_CL_cl_h" = "yes"
10822 then
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10824 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10825 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10826 $as_echo_n "(cached) " >&6
10827 else
10828 ac_check_lib_save_LIBS=$LIBS
10829 LIBS="-lOpenCL $LIBS"
10830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10831 /* end confdefs.h. */
10833 /* Override any GCC internal prototype to avoid an error.
10834 Use char because int might match the return type of a GCC
10835 builtin and then its argument prototype would still apply. */
10836 #ifdef __cplusplus
10837 extern "C"
10838 #endif
10839 char clGetPlatformInfo ();
10841 main ()
10843 return clGetPlatformInfo ();
10845 return 0;
10847 _ACEOF
10848 if ac_fn_c_try_link "$LINENO"; then :
10849 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10850 else
10851 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10853 rm -f core conftest.err conftest.$ac_objext \
10854 conftest$ac_exeext conftest.$ac_ext
10855 LIBS=$ac_check_lib_save_LIBS
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10858 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10859 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10860 OPENCL_LIBS="-lOpenCL"
10865 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10866 case "x$with_opencl" in
10867 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10868 xno) ;;
10869 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10870 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10871 esac
10873 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10875 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10876 then
10877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10878 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10879 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10880 $as_echo_n "(cached) " >&6
10881 else
10882 ac_check_lib_save_LIBS=$LIBS
10883 LIBS="-lpcap $LIBS"
10884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10885 /* end confdefs.h. */
10887 /* Override any GCC internal prototype to avoid an error.
10888 Use char because int might match the return type of a GCC
10889 builtin and then its argument prototype would still apply. */
10890 #ifdef __cplusplus
10891 extern "C"
10892 #endif
10893 char pcap_create ();
10895 main ()
10897 return pcap_create ();
10899 return 0;
10901 _ACEOF
10902 if ac_fn_c_try_link "$LINENO"; then :
10903 ac_cv_lib_pcap_pcap_create=yes
10904 else
10905 ac_cv_lib_pcap_pcap_create=no
10907 rm -f core conftest.err conftest.$ac_objext \
10908 conftest$ac_exeext conftest.$ac_ext
10909 LIBS=$ac_check_lib_save_LIBS
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10912 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10913 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10914 LIBPCAP="-lpcap"
10919 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10920 case "x$with_pcap" in
10921 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10922 xno) ;;
10923 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10924 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10925 esac
10927 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10930 if test "x$with_xml" != "xno"
10931 then
10932 if ${XML2_CFLAGS:+false} :; then :
10933 if ${PKG_CONFIG+:} false; then :
10934 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10937 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10938 if ${XML2_LIBS:+false} :; then :
10939 if ${PKG_CONFIG+:} false; then :
10940 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10943 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10944 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10945 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10946 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10947 ac_save_CPPFLAGS=$CPPFLAGS
10948 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10949 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10950 do :
10951 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10952 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10953 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10954 cat >>confdefs.h <<_ACEOF
10955 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10956 _ACEOF
10960 done
10962 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"
10963 then
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10965 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10966 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10967 $as_echo_n "(cached) " >&6
10968 else
10969 ac_check_lib_save_LIBS=$LIBS
10970 LIBS="-lxml2 $XML2_LIBS $LIBS"
10971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h. */
10974 /* Override any GCC internal prototype to avoid an error.
10975 Use char because int might match the return type of a GCC
10976 builtin and then its argument prototype would still apply. */
10977 #ifdef __cplusplus
10978 extern "C"
10979 #endif
10980 char xmlParseMemory ();
10982 main ()
10984 return xmlParseMemory ();
10986 return 0;
10988 _ACEOF
10989 if ac_fn_c_try_link "$LINENO"; then :
10990 ac_cv_lib_xml2_xmlParseMemory=yes
10991 else
10992 ac_cv_lib_xml2_xmlParseMemory=no
10994 rm -f core conftest.err conftest.$ac_objext \
10995 conftest$ac_exeext conftest.$ac_ext
10996 LIBS=$ac_check_lib_save_LIBS
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10999 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11000 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11002 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11004 else
11005 XML2_LIBS=""
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11009 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11010 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11011 $as_echo_n "(cached) " >&6
11012 else
11013 ac_check_lib_save_LIBS=$LIBS
11014 LIBS="-lxml2 $XML2_LIBS $LIBS"
11015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11016 /* end confdefs.h. */
11018 /* Override any GCC internal prototype to avoid an error.
11019 Use char because int might match the return type of a GCC
11020 builtin and then its argument prototype would still apply. */
11021 #ifdef __cplusplus
11022 extern "C"
11023 #endif
11024 char xmlReadMemory ();
11026 main ()
11028 return xmlReadMemory ();
11030 return 0;
11032 _ACEOF
11033 if ac_fn_c_try_link "$LINENO"; then :
11034 ac_cv_lib_xml2_xmlReadMemory=yes
11035 else
11036 ac_cv_lib_xml2_xmlReadMemory=no
11038 rm -f core conftest.err conftest.$ac_objext \
11039 conftest$ac_exeext conftest.$ac_ext
11040 LIBS=$ac_check_lib_save_LIBS
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11043 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11044 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11046 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11051 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11052 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11053 $as_echo_n "(cached) " >&6
11054 else
11055 ac_check_lib_save_LIBS=$LIBS
11056 LIBS="-lxml2 $XML2_LIBS $LIBS"
11057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11058 /* end confdefs.h. */
11060 /* Override any GCC internal prototype to avoid an error.
11061 Use char because int might match the return type of a GCC
11062 builtin and then its argument prototype would still apply. */
11063 #ifdef __cplusplus
11064 extern "C"
11065 #endif
11066 char xmlNewDocPI ();
11068 main ()
11070 return xmlNewDocPI ();
11072 return 0;
11074 _ACEOF
11075 if ac_fn_c_try_link "$LINENO"; then :
11076 ac_cv_lib_xml2_xmlNewDocPI=yes
11077 else
11078 ac_cv_lib_xml2_xmlNewDocPI=no
11080 rm -f core conftest.err conftest.$ac_objext \
11081 conftest$ac_exeext conftest.$ac_ext
11082 LIBS=$ac_check_lib_save_LIBS
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11085 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11086 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11088 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11093 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11094 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11095 $as_echo_n "(cached) " >&6
11096 else
11097 ac_check_lib_save_LIBS=$LIBS
11098 LIBS="-lxml2 $XML2_LIBS $LIBS"
11099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11100 /* end confdefs.h. */
11102 /* Override any GCC internal prototype to avoid an error.
11103 Use char because int might match the return type of a GCC
11104 builtin and then its argument prototype would still apply. */
11105 #ifdef __cplusplus
11106 extern "C"
11107 #endif
11108 char xmlSchemaSetParserStructuredErrors ();
11110 main ()
11112 return xmlSchemaSetParserStructuredErrors ();
11114 return 0;
11116 _ACEOF
11117 if ac_fn_c_try_link "$LINENO"; then :
11118 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11119 else
11120 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11122 rm -f core conftest.err conftest.$ac_objext \
11123 conftest$ac_exeext conftest.$ac_ext
11124 LIBS=$ac_check_lib_save_LIBS
11126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11127 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11128 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11130 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11135 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11136 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11137 $as_echo_n "(cached) " >&6
11138 else
11139 ac_check_lib_save_LIBS=$LIBS
11140 LIBS="-lxml2 $XML2_LIBS $LIBS"
11141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11142 /* end confdefs.h. */
11144 /* Override any GCC internal prototype to avoid an error.
11145 Use char because int might match the return type of a GCC
11146 builtin and then its argument prototype would still apply. */
11147 #ifdef __cplusplus
11148 extern "C"
11149 #endif
11150 char xmlSchemaSetValidStructuredErrors ();
11152 main ()
11154 return xmlSchemaSetValidStructuredErrors ();
11156 return 0;
11158 _ACEOF
11159 if ac_fn_c_try_link "$LINENO"; then :
11160 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11161 else
11162 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11164 rm -f core conftest.err conftest.$ac_objext \
11165 conftest$ac_exeext conftest.$ac_ext
11166 LIBS=$ac_check_lib_save_LIBS
11168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11169 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11170 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11172 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11177 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11178 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11179 $as_echo_n "(cached) " >&6
11180 else
11181 ac_check_lib_save_LIBS=$LIBS
11182 LIBS="-lxml2 $XML2_LIBS $LIBS"
11183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11184 /* end confdefs.h. */
11186 /* Override any GCC internal prototype to avoid an error.
11187 Use char because int might match the return type of a GCC
11188 builtin and then its argument prototype would still apply. */
11189 #ifdef __cplusplus
11190 extern "C"
11191 #endif
11192 char xmlFirstElementChild ();
11194 main ()
11196 return xmlFirstElementChild ();
11198 return 0;
11200 _ACEOF
11201 if ac_fn_c_try_link "$LINENO"; then :
11202 ac_cv_lib_xml2_xmlFirstElementChild=yes
11203 else
11204 ac_cv_lib_xml2_xmlFirstElementChild=no
11206 rm -f core conftest.err conftest.$ac_objext \
11207 conftest$ac_exeext conftest.$ac_ext
11208 LIBS=$ac_check_lib_save_LIBS
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11211 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11212 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11214 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11218 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11220 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11222 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11226 else
11227 XML2_CFLAGS=""
11228 XML2_LIBS=""
11230 CPPFLAGS=$ac_save_CPPFLAGS
11231 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11232 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11235 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11236 case "x$with_xml" in
11237 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11238 xno) ;;
11239 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11240 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11241 esac
11244 if test "x$with_xslt" != "xno"
11245 then
11246 if ${XSLT_CFLAGS:+false} :; then :
11247 if ${PKG_CONFIG+:} false; then :
11248 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11251 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11252 if ${XSLT_LIBS:+false} :; then :
11253 if ${PKG_CONFIG+:} false; then :
11254 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11257 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11258 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11259 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11260 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11261 ac_save_CPPFLAGS=$CPPFLAGS
11262 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11263 for ac_header in libxslt/pattern.h libxslt/transform.h
11264 do :
11265 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11266 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11267 # include <libxslt/pattern.h>
11268 #endif
11270 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11271 cat >>confdefs.h <<_ACEOF
11272 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11273 _ACEOF
11277 done
11279 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11280 then
11281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11282 $as_echo_n "checking for -lxslt... " >&6; }
11283 if ${ac_cv_lib_soname_xslt+:} false; then :
11284 $as_echo_n "(cached) " >&6
11285 else
11286 ac_check_soname_save_LIBS=$LIBS
11287 LIBS="-lxslt $XSLT_LIBS $LIBS"
11288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11289 /* end confdefs.h. */
11291 /* Override any GCC internal prototype to avoid an error.
11292 Use char because int might match the return type of a GCC
11293 builtin and then its argument prototype would still apply. */
11294 #ifdef __cplusplus
11295 extern "C"
11296 #endif
11297 char xsltCompilePattern ();
11299 main ()
11301 return xsltCompilePattern ();
11303 return 0;
11305 _ACEOF
11306 if ac_fn_c_try_link "$LINENO"; then :
11307 case "$LIBEXT" in
11308 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11309 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'` ;;
11310 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11311 if ${ac_cv_lib_soname_xslt:+false} :; then :
11312 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11313 fi ;;
11314 esac
11316 rm -f core conftest.err conftest.$ac_objext \
11317 conftest$ac_exeext conftest.$ac_ext
11318 LIBS=$ac_check_soname_save_LIBS
11320 if ${ac_cv_lib_soname_xslt:+false} :; then :
11321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11322 $as_echo "not found" >&6; }
11324 else
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11326 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11328 cat >>confdefs.h <<_ACEOF
11329 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11330 _ACEOF
11334 else
11335 XSLT_CFLAGS=""
11337 CPPFLAGS=$ac_save_CPPFLAGS
11338 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11339 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11342 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11343 case "x$with_xslt" in
11344 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11345 xno) ;;
11346 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11347 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11348 esac
11351 if test "x$with_dbus" != "xno"
11352 then
11353 if ${DBUS_CFLAGS:+false} :; then :
11354 if ${PKG_CONFIG+:} false; then :
11355 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11359 if ${DBUS_LIBS:+false} :; then :
11360 if ${PKG_CONFIG+:} false; then :
11361 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11366 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11367 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11368 ac_save_CPPFLAGS=$CPPFLAGS
11369 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11370 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11371 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11373 $as_echo_n "checking for -ldbus-1... " >&6; }
11374 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11375 $as_echo_n "(cached) " >&6
11376 else
11377 ac_check_soname_save_LIBS=$LIBS
11378 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11380 /* end confdefs.h. */
11382 /* Override any GCC internal prototype to avoid an error.
11383 Use char because int might match the return type of a GCC
11384 builtin and then its argument prototype would still apply. */
11385 #ifdef __cplusplus
11386 extern "C"
11387 #endif
11388 char dbus_connection_close ();
11390 main ()
11392 return dbus_connection_close ();
11394 return 0;
11396 _ACEOF
11397 if ac_fn_c_try_link "$LINENO"; then :
11398 case "$LIBEXT" in
11399 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11400 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'` ;;
11401 *) 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'`
11402 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11403 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11404 fi ;;
11405 esac
11407 rm -f core conftest.err conftest.$ac_objext \
11408 conftest$ac_exeext conftest.$ac_ext
11409 LIBS=$ac_check_soname_save_LIBS
11411 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11413 $as_echo "not found" >&6; }
11414 DBUS_CFLAGS=""
11415 else
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11417 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11419 cat >>confdefs.h <<_ACEOF
11420 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11421 _ACEOF
11425 else
11426 DBUS_CFLAGS=""
11430 CPPFLAGS=$ac_save_CPPFLAGS
11431 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11432 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11435 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11436 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11437 case "x$with_dbus" in
11438 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11439 xno) ;;
11440 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11441 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11442 esac
11445 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11446 then
11447 if ${HAL_CFLAGS:+false} :; then :
11448 if ${PKG_CONFIG+:} false; then :
11449 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11453 if ${HAL_LIBS:+false} :; then :
11454 if ${PKG_CONFIG+:} false; then :
11455 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11459 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11460 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11461 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11462 ac_save_CPPFLAGS=$CPPFLAGS
11463 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11464 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11465 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11467 $as_echo_n "checking for -lhal... " >&6; }
11468 if ${ac_cv_lib_soname_hal+:} false; then :
11469 $as_echo_n "(cached) " >&6
11470 else
11471 ac_check_soname_save_LIBS=$LIBS
11472 LIBS="-lhal $HAL_LIBS $LIBS"
11473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11474 /* end confdefs.h. */
11476 /* Override any GCC internal prototype to avoid an error.
11477 Use char because int might match the return type of a GCC
11478 builtin and then its argument prototype would still apply. */
11479 #ifdef __cplusplus
11480 extern "C"
11481 #endif
11482 char libhal_ctx_new ();
11484 main ()
11486 return libhal_ctx_new ();
11488 return 0;
11490 _ACEOF
11491 if ac_fn_c_try_link "$LINENO"; then :
11492 case "$LIBEXT" in
11493 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11494 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'` ;;
11495 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11496 if ${ac_cv_lib_soname_hal:+false} :; then :
11497 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11498 fi ;;
11499 esac
11501 rm -f core conftest.err conftest.$ac_objext \
11502 conftest$ac_exeext conftest.$ac_ext
11503 LIBS=$ac_check_soname_save_LIBS
11505 if ${ac_cv_lib_soname_hal:+false} :; then :
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11507 $as_echo "not found" >&6; }
11508 HAL_CFLAGS=""
11509 else
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11511 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11513 cat >>confdefs.h <<_ACEOF
11514 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11515 _ACEOF
11519 else
11520 HAL_CFLAGS=""
11524 CPPFLAGS=$ac_save_CPPFLAGS
11525 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11526 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11528 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11529 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11530 case "x$with_hal" in
11531 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11532 xno) ;;
11533 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11534 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11535 esac
11539 if test "x$with_gnutls" != "xno"
11540 then
11541 if ${GNUTLS_CFLAGS:+false} :; then :
11542 if ${PKG_CONFIG+:} false; then :
11543 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11547 if ${GNUTLS_LIBS:+false} :; then :
11548 if ${PKG_CONFIG+:} false; then :
11549 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11554 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11555 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11556 ac_save_CPPFLAGS=$CPPFLAGS
11557 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11558 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11559 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11561 /* end confdefs.h. */
11562 #include <gnutls/gnutls.h>
11563 #include <gnutls/crypto.h>
11565 main ()
11567 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11569 return 0;
11571 _ACEOF
11572 if ac_fn_c_try_compile "$LINENO"; then :
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11574 $as_echo_n "checking for -lgnutls... " >&6; }
11575 if ${ac_cv_lib_soname_gnutls+:} false; then :
11576 $as_echo_n "(cached) " >&6
11577 else
11578 ac_check_soname_save_LIBS=$LIBS
11579 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11581 /* end confdefs.h. */
11583 /* Override any GCC internal prototype to avoid an error.
11584 Use char because int might match the return type of a GCC
11585 builtin and then its argument prototype would still apply. */
11586 #ifdef __cplusplus
11587 extern "C"
11588 #endif
11589 char gnutls_global_init ();
11591 main ()
11593 return gnutls_global_init ();
11595 return 0;
11597 _ACEOF
11598 if ac_fn_c_try_link "$LINENO"; then :
11599 case "$LIBEXT" in
11600 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11601 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'` ;;
11602 *) 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'`
11603 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11604 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'`
11605 fi ;;
11606 esac
11608 rm -f core conftest.err conftest.$ac_objext \
11609 conftest$ac_exeext conftest.$ac_ext
11610 LIBS=$ac_check_soname_save_LIBS
11612 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11614 $as_echo "not found" >&6; }
11615 GNUTLS_CFLAGS=""
11616 else
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11618 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11620 cat >>confdefs.h <<_ACEOF
11621 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11622 _ACEOF
11627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11628 else
11629 GNUTLS_CFLAGS=""
11633 CPPFLAGS=$ac_save_CPPFLAGS
11634 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11635 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11638 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11639 case "x$with_gnutls" in
11640 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11641 xno) ;;
11642 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11643 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11644 esac
11647 CURSES_LIBS=""
11648 if test "$ac_cv_header_ncurses_h" = "yes"
11649 then
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11651 $as_echo_n "checking for -lncurses... " >&6; }
11652 if ${ac_cv_lib_soname_ncurses+:} false; then :
11653 $as_echo_n "(cached) " >&6
11654 else
11655 ac_check_soname_save_LIBS=$LIBS
11656 LIBS="-lncurses $LIBS"
11657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11658 /* end confdefs.h. */
11660 /* Override any GCC internal prototype to avoid an error.
11661 Use char because int might match the return type of a GCC
11662 builtin and then its argument prototype would still apply. */
11663 #ifdef __cplusplus
11664 extern "C"
11665 #endif
11666 char waddch ();
11668 main ()
11670 return waddch ();
11672 return 0;
11674 _ACEOF
11675 if ac_fn_c_try_link "$LINENO"; then :
11676 case "$LIBEXT" in
11677 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11678 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'` ;;
11679 *) 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'`
11680 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11681 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11682 fi ;;
11683 esac
11685 rm -f core conftest.err conftest.$ac_objext \
11686 conftest$ac_exeext conftest.$ac_ext
11687 LIBS=$ac_check_soname_save_LIBS
11689 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11691 $as_echo "not found" >&6; }
11693 else
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11695 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11697 cat >>confdefs.h <<_ACEOF
11698 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11699 _ACEOF
11701 CURSES_LIBS="-lncurses"
11703 elif test "$ac_cv_header_curses_h" = "yes"
11704 then
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11706 $as_echo_n "checking for -lcurses... " >&6; }
11707 if ${ac_cv_lib_soname_curses+:} false; then :
11708 $as_echo_n "(cached) " >&6
11709 else
11710 ac_check_soname_save_LIBS=$LIBS
11711 LIBS="-lcurses $LIBS"
11712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11713 /* end confdefs.h. */
11715 /* Override any GCC internal prototype to avoid an error.
11716 Use char because int might match the return type of a GCC
11717 builtin and then its argument prototype would still apply. */
11718 #ifdef __cplusplus
11719 extern "C"
11720 #endif
11721 char waddch ();
11723 main ()
11725 return waddch ();
11727 return 0;
11729 _ACEOF
11730 if ac_fn_c_try_link "$LINENO"; then :
11731 case "$LIBEXT" in
11732 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11733 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'` ;;
11734 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11735 if ${ac_cv_lib_soname_curses:+false} :; then :
11736 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11737 fi ;;
11738 esac
11740 rm -f core conftest.err conftest.$ac_objext \
11741 conftest$ac_exeext conftest.$ac_ext
11742 LIBS=$ac_check_soname_save_LIBS
11744 if ${ac_cv_lib_soname_curses:+false} :; then :
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11746 $as_echo "not found" >&6; }
11748 else
11749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11750 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11752 cat >>confdefs.h <<_ACEOF
11753 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11754 _ACEOF
11756 CURSES_LIBS="-lcurses"
11759 ac_save_LIBS="$LIBS"
11760 LIBS="$LIBS $CURSES_LIBS"
11761 for ac_func in mousemask
11762 do :
11763 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11764 if test "x$ac_cv_func_mousemask" = xyes; then :
11765 cat >>confdefs.h <<_ACEOF
11766 #define HAVE_MOUSEMASK 1
11767 _ACEOF
11770 done
11772 LIBS="$ac_save_LIBS"
11773 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11774 case "x$with_curses" in
11775 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11776 xno) ;;
11777 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11778 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11779 esac
11782 if test "x$with_sane" != "xno"
11783 then
11784 if ${SANE_CFLAGS:+false} :; then :
11785 if ${PKG_CONFIG+:} false; then :
11786 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11789 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11790 if ${SANE_LIBS:+false} :; then :
11791 if ${PKG_CONFIG+:} false; then :
11792 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11795 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11797 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11798 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11799 ac_save_CPPFLAGS=$CPPFLAGS
11800 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11801 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11802 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11804 $as_echo_n "checking for -lsane... " >&6; }
11805 if ${ac_cv_lib_soname_sane+:} false; then :
11806 $as_echo_n "(cached) " >&6
11807 else
11808 ac_check_soname_save_LIBS=$LIBS
11809 LIBS="-lsane $SANE_LIBS $LIBS"
11810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11811 /* end confdefs.h. */
11813 /* Override any GCC internal prototype to avoid an error.
11814 Use char because int might match the return type of a GCC
11815 builtin and then its argument prototype would still apply. */
11816 #ifdef __cplusplus
11817 extern "C"
11818 #endif
11819 char sane_init ();
11821 main ()
11823 return sane_init ();
11825 return 0;
11827 _ACEOF
11828 if ac_fn_c_try_link "$LINENO"; then :
11829 case "$LIBEXT" in
11830 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11831 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'` ;;
11832 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11833 if ${ac_cv_lib_soname_sane:+false} :; then :
11834 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11835 fi ;;
11836 esac
11838 rm -f core conftest.err conftest.$ac_objext \
11839 conftest$ac_exeext conftest.$ac_ext
11840 LIBS=$ac_check_soname_save_LIBS
11842 if ${ac_cv_lib_soname_sane:+false} :; then :
11843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11844 $as_echo "not found" >&6; }
11845 SANE_CFLAGS=""
11846 else
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11848 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11850 cat >>confdefs.h <<_ACEOF
11851 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11852 _ACEOF
11856 else
11857 SANE_CFLAGS=""
11861 CPPFLAGS=$ac_save_CPPFLAGS
11862 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11863 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11866 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11867 case "x$with_sane" in
11868 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11869 xno) ;;
11870 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11871 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11872 esac
11875 if test "x$with_v4l" != "xno"
11876 then
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11878 $as_echo_n "checking for -lv4l1... " >&6; }
11879 if ${ac_cv_lib_soname_v4l1+:} false; then :
11880 $as_echo_n "(cached) " >&6
11881 else
11882 ac_check_soname_save_LIBS=$LIBS
11883 LIBS="-lv4l1 $LIBS"
11884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11885 /* end confdefs.h. */
11887 /* Override any GCC internal prototype to avoid an error.
11888 Use char because int might match the return type of a GCC
11889 builtin and then its argument prototype would still apply. */
11890 #ifdef __cplusplus
11891 extern "C"
11892 #endif
11893 char v4l1_open ();
11895 main ()
11897 return v4l1_open ();
11899 return 0;
11901 _ACEOF
11902 if ac_fn_c_try_link "$LINENO"; then :
11903 case "$LIBEXT" in
11904 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11905 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'` ;;
11906 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11907 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11908 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11909 fi ;;
11910 esac
11912 rm -f core conftest.err conftest.$ac_objext \
11913 conftest$ac_exeext conftest.$ac_ext
11914 LIBS=$ac_check_soname_save_LIBS
11916 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11918 $as_echo "not found" >&6; }
11920 else
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11922 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11924 cat >>confdefs.h <<_ACEOF
11925 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11926 _ACEOF
11931 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11932 case "x$with_v4l" in
11933 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11934 xno) ;;
11935 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11936 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11937 esac
11940 if test "x$with_gphoto" != "xno"
11941 then
11942 if ${GPHOTO2_CFLAGS:+false} :; then :
11943 if ${PKG_CONFIG+:} false; then :
11944 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11947 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11948 if ${GPHOTO2_LIBS:+false} :; then :
11949 if ${PKG_CONFIG+:} false; then :
11950 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11953 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11954 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11955 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11956 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11957 ac_save_CPPFLAGS=$CPPFLAGS
11958 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11959 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11960 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11962 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11963 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11964 $as_echo_n "(cached) " >&6
11965 else
11966 ac_check_lib_save_LIBS=$LIBS
11967 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11969 /* end confdefs.h. */
11971 /* Override any GCC internal prototype to avoid an error.
11972 Use char because int might match the return type of a GCC
11973 builtin and then its argument prototype would still apply. */
11974 #ifdef __cplusplus
11975 extern "C"
11976 #endif
11977 char gp_camera_new ();
11979 main ()
11981 return gp_camera_new ();
11983 return 0;
11985 _ACEOF
11986 if ac_fn_c_try_link "$LINENO"; then :
11987 ac_cv_lib_gphoto2_gp_camera_new=yes
11988 else
11989 ac_cv_lib_gphoto2_gp_camera_new=no
11991 rm -f core conftest.err conftest.$ac_objext \
11992 conftest$ac_exeext conftest.$ac_ext
11993 LIBS=$ac_check_lib_save_LIBS
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11996 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11997 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11999 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12001 else
12002 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12005 else
12006 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12010 CPPFLAGS=$ac_save_CPPFLAGS
12011 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12012 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12014 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12015 if ${PKG_CONFIG+:} false; then :
12016 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12019 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12020 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12021 if ${PKG_CONFIG+:} false; then :
12022 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12025 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12026 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12027 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12028 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12029 ac_save_CPPFLAGS=$CPPFLAGS
12030 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12031 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12032 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12034 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12035 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12036 $as_echo_n "(cached) " >&6
12037 else
12038 ac_check_lib_save_LIBS=$LIBS
12039 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12041 /* end confdefs.h. */
12043 /* Override any GCC internal prototype to avoid an error.
12044 Use char because int might match the return type of a GCC
12045 builtin and then its argument prototype would still apply. */
12046 #ifdef __cplusplus
12047 extern "C"
12048 #endif
12049 char gp_port_info_list_new ();
12051 main ()
12053 return gp_port_info_list_new ();
12055 return 0;
12057 _ACEOF
12058 if ac_fn_c_try_link "$LINENO"; then :
12059 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12060 else
12061 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12063 rm -f core conftest.err conftest.$ac_objext \
12064 conftest$ac_exeext conftest.$ac_ext
12065 LIBS=$ac_check_lib_save_LIBS
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12068 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12069 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12071 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12073 else
12074 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12077 else
12078 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12082 CPPFLAGS=$ac_save_CPPFLAGS
12083 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12084 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12087 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12088 case "x$with_gphoto" in
12089 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12090 xno) ;;
12091 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12092 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12093 esac
12095 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12096 case "x$with_gphoto" in
12097 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12098 xno) ;;
12099 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12100 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12101 esac
12105 if test "$ac_cv_header_resolv_h" = "yes"
12106 then
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12108 $as_echo_n "checking for resolver library... " >&6; }
12109 if ${ac_cv_have_resolv+:} false; then :
12110 $as_echo_n "(cached) " >&6
12111 else
12112 ac_save_LIBS="$LIBS"
12113 for lib in '' -lresolv
12115 LIBS="$lib $ac_save_LIBS"
12116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12117 /* end confdefs.h. */
12118 #ifdef HAVE_NETINET_IN_H
12119 #include <netinet/in.h>
12120 #endif
12121 #include <resolv.h>
12123 main ()
12125 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12127 return 0;
12129 _ACEOF
12130 if ac_fn_c_try_link "$LINENO"; then :
12131 ac_cv_have_resolv=${lib:-"none required"}
12132 else
12133 ac_cv_have_resolv="not found"
12135 rm -f core conftest.err conftest.$ac_objext \
12136 conftest$ac_exeext conftest.$ac_ext
12137 test "x$ac_cv_have_resolv" = "xnot found" || break
12138 done
12139 LIBS="$ac_save_LIBS"
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12142 $as_echo "$ac_cv_have_resolv" >&6; }
12144 case "$ac_cv_have_resolv" in
12145 "not found") ;;
12146 "none required")
12148 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12151 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12153 RESOLV_LIBS=$ac_cv_have_resolv
12155 esac
12158 if test "x$with_cms" != "xno"
12159 then
12160 if ${LCMS2_CFLAGS:+false} :; then :
12161 if ${PKG_CONFIG+:} false; then :
12162 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12166 if ${LCMS2_LIBS:+false} :; then :
12167 if ${PKG_CONFIG+:} false; then :
12168 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12172 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12173 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12174 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12175 ac_save_CPPFLAGS=$CPPFLAGS
12176 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12177 for ac_header in lcms2.h
12178 do :
12179 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12180 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12181 cat >>confdefs.h <<_ACEOF
12182 #define HAVE_LCMS2_H 1
12183 _ACEOF
12187 done
12189 if test "$ac_cv_header_lcms2_h" = "yes"
12190 then
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12192 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12193 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12194 $as_echo_n "(cached) " >&6
12195 else
12196 ac_check_lib_save_LIBS=$LIBS
12197 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12199 /* end confdefs.h. */
12201 /* Override any GCC internal prototype to avoid an error.
12202 Use char because int might match the return type of a GCC
12203 builtin and then its argument prototype would still apply. */
12204 #ifdef __cplusplus
12205 extern "C"
12206 #endif
12207 char cmsOpenProfileFromFile ();
12209 main ()
12211 return cmsOpenProfileFromFile ();
12213 return 0;
12215 _ACEOF
12216 if ac_fn_c_try_link "$LINENO"; then :
12217 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12218 else
12219 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12221 rm -f core conftest.err conftest.$ac_objext \
12222 conftest$ac_exeext conftest.$ac_ext
12223 LIBS=$ac_check_lib_save_LIBS
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12226 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12227 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12229 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12231 else
12232 LCMS2_LIBS=""
12235 else
12236 LCMS2_CFLAGS=""
12237 LCMS2_LIBS=""
12239 CPPFLAGS=$ac_save_CPPFLAGS
12240 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12241 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12244 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12245 case "x$with_cms" in
12246 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12247 xno) ;;
12248 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12249 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12250 esac
12253 if test "x$with_freetype" != "xno"
12254 then
12255 if ${FREETYPE_CFLAGS:+false} :; then :
12256 if ${PKG_CONFIG+:} false; then :
12257 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12260 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12261 if ${FREETYPE_LIBS:+false} :; then :
12262 if ${PKG_CONFIG+:} false; then :
12263 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12266 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12267 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12268 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12269 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12270 ac_save_CPPFLAGS=$CPPFLAGS
12271 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12272 for ac_header in ft2build.h
12273 do :
12274 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12275 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12276 cat >>confdefs.h <<_ACEOF
12277 #define HAVE_FT2BUILD_H 1
12278 _ACEOF
12282 done
12284 if test "$ac_cv_header_ft2build_h" = "yes"
12285 then
12286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12287 $as_echo_n "checking for -lfreetype... " >&6; }
12288 if ${ac_cv_lib_soname_freetype+:} false; then :
12289 $as_echo_n "(cached) " >&6
12290 else
12291 ac_check_soname_save_LIBS=$LIBS
12292 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12294 /* end confdefs.h. */
12296 /* Override any GCC internal prototype to avoid an error.
12297 Use char because int might match the return type of a GCC
12298 builtin and then its argument prototype would still apply. */
12299 #ifdef __cplusplus
12300 extern "C"
12301 #endif
12302 char FT_Init_FreeType ();
12304 main ()
12306 return FT_Init_FreeType ();
12308 return 0;
12310 _ACEOF
12311 if ac_fn_c_try_link "$LINENO"; then :
12312 case "$LIBEXT" in
12313 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12314 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'` ;;
12315 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12316 if ${ac_cv_lib_soname_freetype:+false} :; then :
12317 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12318 fi ;;
12319 esac
12321 rm -f core conftest.err conftest.$ac_objext \
12322 conftest$ac_exeext conftest.$ac_ext
12323 LIBS=$ac_check_soname_save_LIBS
12325 if ${ac_cv_lib_soname_freetype:+false} :; then :
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12327 $as_echo "not found" >&6; }
12328 FREETYPE_LIBS=""
12329 else
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12331 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12333 cat >>confdefs.h <<_ACEOF
12334 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12335 _ACEOF
12338 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12340 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12341 #include FT_MODULE_H
12343 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12345 cat >>confdefs.h <<_ACEOF
12346 #define HAVE_FT_TRUETYPEENGINETYPE 1
12347 _ACEOF
12353 else
12354 FREETYPE_CFLAGS=""
12355 FREETYPE_LIBS=""
12357 CPPFLAGS=$ac_save_CPPFLAGS
12358 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12359 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12362 if test "x$ac_cv_lib_soname_freetype" = x; then :
12363 case "x$with_freetype" in
12364 xno) ;;
12365 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12366 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12367 esac
12369 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12372 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12373 if ${ac_cv_c_ppdev+:} false; then :
12374 $as_echo_n "(cached) " >&6
12375 else
12376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12377 /* end confdefs.h. */
12378 #ifdef HAVE_SYS_IOCTL_H
12379 # include <sys/ioctl.h>
12380 #endif
12381 #include <linux/ppdev.h>
12383 main ()
12385 ioctl (1,PPCLAIM,0)
12387 return 0;
12389 _ACEOF
12390 if ac_fn_c_try_compile "$LINENO"; then :
12391 ac_cv_c_ppdev="yes"
12392 else
12393 ac_cv_c_ppdev="no"
12395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12398 $as_echo "$ac_cv_c_ppdev" >&6; }
12399 if test "$ac_cv_c_ppdev" = "yes"
12400 then
12402 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12406 ac_wine_check_funcs_save_LIBS="$LIBS"
12407 LIBS="$LIBS $PTHREAD_LIBS"
12408 for ac_func in \
12409 pthread_attr_get_np \
12410 pthread_getattr_np \
12411 pthread_getthreadid_np \
12412 pthread_get_stackaddr_np \
12413 pthread_get_stacksize_np
12414 do :
12415 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12416 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12417 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12418 cat >>confdefs.h <<_ACEOF
12419 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12420 _ACEOF
12423 done
12425 LIBS="$ac_wine_check_funcs_save_LIBS"
12427 if test "$ac_cv_header_zlib_h" = "yes"
12428 then
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12430 $as_echo_n "checking for inflate in -lz... " >&6; }
12431 if ${ac_cv_lib_z_inflate+:} false; then :
12432 $as_echo_n "(cached) " >&6
12433 else
12434 ac_check_lib_save_LIBS=$LIBS
12435 LIBS="-lz $LIBS"
12436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12437 /* end confdefs.h. */
12439 /* Override any GCC internal prototype to avoid an error.
12440 Use char because int might match the return type of a GCC
12441 builtin and then its argument prototype would still apply. */
12442 #ifdef __cplusplus
12443 extern "C"
12444 #endif
12445 char inflate ();
12447 main ()
12449 return inflate ();
12451 return 0;
12453 _ACEOF
12454 if ac_fn_c_try_link "$LINENO"; then :
12455 ac_cv_lib_z_inflate=yes
12456 else
12457 ac_cv_lib_z_inflate=no
12459 rm -f core conftest.err conftest.$ac_objext \
12460 conftest$ac_exeext conftest.$ac_ext
12461 LIBS=$ac_check_lib_save_LIBS
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12464 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12465 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12467 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12469 Z_LIBS="-lz"
12474 if test "x$Z_LIBS" = "x"; then :
12475 case "x$with_zlib" in
12476 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12477 xno) ;;
12478 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12479 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12480 esac
12483 if test "x$enable_tools" != xno
12484 then
12485 if test "$ac_cv_header_gettext_po_h" = "yes"
12486 then
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12488 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12489 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12490 $as_echo_n "(cached) " >&6
12491 else
12492 ac_check_lib_save_LIBS=$LIBS
12493 LIBS="-lgettextpo $LIBS"
12494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12495 /* end confdefs.h. */
12497 /* Override any GCC internal prototype to avoid an error.
12498 Use char because int might match the return type of a GCC
12499 builtin and then its argument prototype would still apply. */
12500 #ifdef __cplusplus
12501 extern "C"
12502 #endif
12503 char po_message_msgctxt ();
12505 main ()
12507 return po_message_msgctxt ();
12509 return 0;
12511 _ACEOF
12512 if ac_fn_c_try_link "$LINENO"; then :
12513 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12514 else
12515 ac_cv_lib_gettextpo_po_message_msgctxt=no
12517 rm -f core conftest.err conftest.$ac_objext \
12518 conftest$ac_exeext conftest.$ac_ext
12519 LIBS=$ac_check_lib_save_LIBS
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12522 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12523 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12525 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12527 GETTEXTPO_LIBS="-lgettextpo"
12532 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12533 case "x$with_gettextpo" in
12534 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12535 xno) ;;
12536 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12537 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12538 esac
12542 if test "x$with_gstreamer" != "xno"
12543 then
12544 if ${GSTREAMER_CFLAGS:+false} :; then :
12545 if ${PKG_CONFIG+:} false; then :
12546 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12550 if ${GSTREAMER_LIBS:+false} :; then :
12551 if ${PKG_CONFIG+:} false; then :
12552 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12557 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12558 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12559 ac_save_CPPFLAGS=$CPPFLAGS
12560 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12561 ac_gst_incl=""
12562 for i in $GSTREAMER_CFLAGS
12564 case "$i" in
12565 -I*) ac_gst_incl="$ac_gst_incl $i";;
12566 esac
12567 done
12568 GSTREAMER_CFLAGS=$ac_gst_incl
12569 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12570 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12571 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12572 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12573 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12575 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12577 /* end confdefs.h. */
12578 #include <gst/app/gstappsink.h>
12580 main ()
12582 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12584 return 0;
12586 _ACEOF
12587 if ac_fn_c_try_compile "$LINENO"; then :
12588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12589 $as_echo "yes" >&6; }
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12591 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12592 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12593 $as_echo_n "(cached) " >&6
12594 else
12595 ac_check_lib_save_LIBS=$LIBS
12596 LIBS="-lgstreamer-0.10 $LIBS"
12597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12598 /* end confdefs.h. */
12600 /* Override any GCC internal prototype to avoid an error.
12601 Use char because int might match the return type of a GCC
12602 builtin and then its argument prototype would still apply. */
12603 #ifdef __cplusplus
12604 extern "C"
12605 #endif
12606 char gst_pad_get_caps_reffed ();
12608 main ()
12610 return gst_pad_get_caps_reffed ();
12612 return 0;
12614 _ACEOF
12615 if ac_fn_c_try_link "$LINENO"; then :
12616 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12617 else
12618 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12620 rm -f core conftest.err conftest.$ac_objext \
12621 conftest$ac_exeext conftest.$ac_ext
12622 LIBS=$ac_check_lib_save_LIBS
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12625 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12626 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12628 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12629 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12630 $as_echo_n "(cached) " >&6
12631 else
12632 ac_check_lib_save_LIBS=$LIBS
12633 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12635 /* end confdefs.h. */
12637 /* Override any GCC internal prototype to avoid an error.
12638 Use char because int might match the return type of a GCC
12639 builtin and then its argument prototype would still apply. */
12640 #ifdef __cplusplus
12641 extern "C"
12642 #endif
12643 char gst_app_buffer_new ();
12645 main ()
12647 return gst_app_buffer_new ();
12649 return 0;
12651 _ACEOF
12652 if ac_fn_c_try_link "$LINENO"; then :
12653 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12654 else
12655 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12657 rm -f core conftest.err conftest.$ac_objext \
12658 conftest$ac_exeext conftest.$ac_ext
12659 LIBS=$ac_check_lib_save_LIBS
12661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12662 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12663 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12669 else
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12671 $as_echo "no" >&6; }
12673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12677 else
12678 GSTREAMER_CFLAGS=""
12682 CPPFLAGS=$ac_save_CPPFLAGS
12683 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12684 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12687 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12688 case "x$with_gstreamer" in
12689 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12690 xno) ;;
12691 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12692 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12693 esac
12695 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12697 ALSA_LIBS=""
12699 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12700 then
12701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12702 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12703 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12704 $as_echo_n "(cached) " >&6
12705 else
12706 ac_check_lib_save_LIBS=$LIBS
12707 LIBS="-lasound $LIBS"
12708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12709 /* end confdefs.h. */
12711 /* Override any GCC internal prototype to avoid an error.
12712 Use char because int might match the return type of a GCC
12713 builtin and then its argument prototype would still apply. */
12714 #ifdef __cplusplus
12715 extern "C"
12716 #endif
12717 char snd_pcm_hw_params_get_access_mask ();
12719 main ()
12721 return snd_pcm_hw_params_get_access_mask ();
12723 return 0;
12725 _ACEOF
12726 if ac_fn_c_try_link "$LINENO"; then :
12727 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12728 else
12729 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12731 rm -f core conftest.err conftest.$ac_objext \
12732 conftest$ac_exeext conftest.$ac_ext
12733 LIBS=$ac_check_lib_save_LIBS
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12736 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12737 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12739 /* end confdefs.h. */
12740 #ifdef HAVE_ALSA_ASOUNDLIB_H
12741 #include <alsa/asoundlib.h>
12742 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12743 #include <sys/asoundlib.h>
12744 #endif
12746 main ()
12748 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12750 return 0;
12752 _ACEOF
12753 if ac_fn_c_try_compile "$LINENO"; then :
12754 ALSA_LIBS="-lasound"
12756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12761 if test "x$with_oss" != xno
12762 then
12763 ac_save_CPPFLAGS="$CPPFLAGS"
12764 if test -f /etc/oss.conf
12765 then
12766 . /etc/oss.conf
12768 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12769 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12770 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12771 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12772 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12774 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12776 cat >>confdefs.h <<_ACEOF
12777 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12778 _ACEOF
12780 OSS4_CFLAGS="$ac_oss_incl"
12787 CPPFLAGS="$ac_save_CPPFLAGS"
12788 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12789 then
12790 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12794 if test "x$with_capi" != "xno"
12795 then
12796 if ${CAPI20_CFLAGS:+false} :; then :
12797 if ${PKG_CONFIG+:} false; then :
12798 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12802 if ${CAPI20_LIBS:+false} :; then :
12803 if ${PKG_CONFIG+:} false; then :
12804 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12809 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12810 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12811 ac_save_CPPFLAGS=$CPPFLAGS
12812 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12813 for ac_header in capi20.h linux/capi.h
12814 do :
12815 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12816 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12818 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12819 cat >>confdefs.h <<_ACEOF
12820 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12821 _ACEOF
12825 done
12827 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12828 then
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12830 $as_echo_n "checking for -lcapi20... " >&6; }
12831 if ${ac_cv_lib_soname_capi20+:} false; then :
12832 $as_echo_n "(cached) " >&6
12833 else
12834 ac_check_soname_save_LIBS=$LIBS
12835 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12837 /* end confdefs.h. */
12839 /* Override any GCC internal prototype to avoid an error.
12840 Use char because int might match the return type of a GCC
12841 builtin and then its argument prototype would still apply. */
12842 #ifdef __cplusplus
12843 extern "C"
12844 #endif
12845 char capi20_register ();
12847 main ()
12849 return capi20_register ();
12851 return 0;
12853 _ACEOF
12854 if ac_fn_c_try_link "$LINENO"; then :
12855 case "$LIBEXT" in
12856 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12857 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'` ;;
12858 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12859 if ${ac_cv_lib_soname_capi20:+false} :; then :
12860 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12861 fi ;;
12862 esac
12864 rm -f core conftest.err conftest.$ac_objext \
12865 conftest$ac_exeext conftest.$ac_ext
12866 LIBS=$ac_check_soname_save_LIBS
12868 if ${ac_cv_lib_soname_capi20:+false} :; then :
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12870 $as_echo "not found" >&6; }
12872 else
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12874 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12876 cat >>confdefs.h <<_ACEOF
12877 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12878 _ACEOF
12883 CPPFLAGS=$ac_save_CPPFLAGS
12884 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12885 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12888 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12889 case "x$with_capi" in
12890 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12891 xno) ;;
12892 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12893 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12894 esac
12897 CUPS_CFLAGS=""
12899 if test "x$with_cups" != "xno"
12900 then
12901 ac_save_CPPFLAGS="$CPPFLAGS"
12902 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12903 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12904 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12905 for ac_header in cups/cups.h
12906 do :
12907 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12908 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12909 cat >>confdefs.h <<_ACEOF
12910 #define HAVE_CUPS_CUPS_H 1
12911 _ACEOF
12912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12913 $as_echo_n "checking for -lcups... " >&6; }
12914 if ${ac_cv_lib_soname_cups+:} false; then :
12915 $as_echo_n "(cached) " >&6
12916 else
12917 ac_check_soname_save_LIBS=$LIBS
12918 LIBS="-lcups $ac_cups_libs $LIBS"
12919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12920 /* end confdefs.h. */
12922 /* Override any GCC internal prototype to avoid an error.
12923 Use char because int might match the return type of a GCC
12924 builtin and then its argument prototype would still apply. */
12925 #ifdef __cplusplus
12926 extern "C"
12927 #endif
12928 char cupsGetDefault ();
12930 main ()
12932 return cupsGetDefault ();
12934 return 0;
12936 _ACEOF
12937 if ac_fn_c_try_link "$LINENO"; then :
12938 case "$LIBEXT" in
12939 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12940 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'` ;;
12941 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12942 if ${ac_cv_lib_soname_cups:+false} :; then :
12943 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12944 fi ;;
12945 esac
12947 rm -f core conftest.err conftest.$ac_objext \
12948 conftest$ac_exeext conftest.$ac_ext
12949 LIBS=$ac_check_soname_save_LIBS
12951 if ${ac_cv_lib_soname_cups:+false} :; then :
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12953 $as_echo "not found" >&6; }
12955 else
12956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12957 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12959 cat >>confdefs.h <<_ACEOF
12960 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12961 _ACEOF
12963 CUPS_CFLAGS="$ac_cups_cflags"
12967 done
12969 CPPFLAGS="$ac_save_CPPFLAGS"
12971 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12972 case "x$with_cups" in
12973 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12974 xno) ;;
12975 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
12976 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12977 esac
12980 if test "x$with_fontconfig" != "xno"
12981 then
12982 if ${FONTCONFIG_CFLAGS:+false} :; then :
12983 if ${PKG_CONFIG+:} false; then :
12984 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12987 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12988 if ${FONTCONFIG_LIBS:+false} :; then :
12989 if ${PKG_CONFIG+:} false; then :
12990 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12993 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
12995 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12996 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12997 ac_save_CPPFLAGS=$CPPFLAGS
12998 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
12999 for ac_header in fontconfig/fontconfig.h
13000 do :
13001 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13002 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13003 cat >>confdefs.h <<_ACEOF
13004 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13005 _ACEOF
13009 done
13011 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13012 then
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13014 $as_echo_n "checking for -lfontconfig... " >&6; }
13015 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13016 $as_echo_n "(cached) " >&6
13017 else
13018 ac_check_soname_save_LIBS=$LIBS
13019 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13021 /* end confdefs.h. */
13023 /* Override any GCC internal prototype to avoid an error.
13024 Use char because int might match the return type of a GCC
13025 builtin and then its argument prototype would still apply. */
13026 #ifdef __cplusplus
13027 extern "C"
13028 #endif
13029 char FcInit ();
13031 main ()
13033 return FcInit ();
13035 return 0;
13037 _ACEOF
13038 if ac_fn_c_try_link "$LINENO"; then :
13039 case "$LIBEXT" in
13040 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13041 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'` ;;
13042 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13043 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13044 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13045 fi ;;
13046 esac
13048 rm -f core conftest.err conftest.$ac_objext \
13049 conftest$ac_exeext conftest.$ac_ext
13050 LIBS=$ac_check_soname_save_LIBS
13052 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13054 $as_echo "not found" >&6; }
13055 FONTCONFIG_CFLAGS=""
13056 else
13057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13058 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13060 cat >>confdefs.h <<_ACEOF
13061 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13062 _ACEOF
13066 else
13067 FONTCONFIG_CFLAGS=""
13069 CPPFLAGS=$ac_save_CPPFLAGS
13070 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13071 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13074 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13075 case "x$with_fontconfig" in
13076 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13077 xno) ;;
13078 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13079 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13080 esac
13083 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13084 then
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13086 $as_echo_n "checking for -lgsm... " >&6; }
13087 if ${ac_cv_lib_soname_gsm+:} false; then :
13088 $as_echo_n "(cached) " >&6
13089 else
13090 ac_check_soname_save_LIBS=$LIBS
13091 LIBS="-lgsm $LIBS"
13092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13093 /* end confdefs.h. */
13095 /* Override any GCC internal prototype to avoid an error.
13096 Use char because int might match the return type of a GCC
13097 builtin and then its argument prototype would still apply. */
13098 #ifdef __cplusplus
13099 extern "C"
13100 #endif
13101 char gsm_create ();
13103 main ()
13105 return gsm_create ();
13107 return 0;
13109 _ACEOF
13110 if ac_fn_c_try_link "$LINENO"; then :
13111 case "$LIBEXT" in
13112 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13113 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'` ;;
13114 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13115 if ${ac_cv_lib_soname_gsm:+false} :; then :
13116 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13117 fi ;;
13118 esac
13120 rm -f core conftest.err conftest.$ac_objext \
13121 conftest$ac_exeext conftest.$ac_ext
13122 LIBS=$ac_check_soname_save_LIBS
13124 if ${ac_cv_lib_soname_gsm:+false} :; then :
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13126 $as_echo "not found" >&6; }
13128 else
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13130 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13132 cat >>confdefs.h <<_ACEOF
13133 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13134 _ACEOF
13139 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13140 case "x$with_gsm" in
13141 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13142 xno) ;;
13143 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13144 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13145 esac
13148 if test "x$with_jpeg" != "xno"
13149 then
13150 if ${JPEG_CFLAGS:+false} :; then :
13151 if ${PKG_CONFIG+:} false; then :
13152 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13156 if ${JPEG_LIBS:+false} :; then :
13157 if ${PKG_CONFIG+:} false; then :
13158 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13163 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13164 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13165 ac_save_CPPFLAGS=$CPPFLAGS
13166 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13167 for ac_header in jpeglib.h
13168 do :
13169 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13170 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13171 cat >>confdefs.h <<_ACEOF
13172 #define HAVE_JPEGLIB_H 1
13173 _ACEOF
13177 done
13179 if test "$ac_cv_header_jpeglib_h" = "yes"
13180 then
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13182 $as_echo_n "checking for -ljpeg... " >&6; }
13183 if ${ac_cv_lib_soname_jpeg+:} false; then :
13184 $as_echo_n "(cached) " >&6
13185 else
13186 ac_check_soname_save_LIBS=$LIBS
13187 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13189 /* end confdefs.h. */
13191 /* Override any GCC internal prototype to avoid an error.
13192 Use char because int might match the return type of a GCC
13193 builtin and then its argument prototype would still apply. */
13194 #ifdef __cplusplus
13195 extern "C"
13196 #endif
13197 char jpeg_start_decompress ();
13199 main ()
13201 return jpeg_start_decompress ();
13203 return 0;
13205 _ACEOF
13206 if ac_fn_c_try_link "$LINENO"; then :
13207 case "$LIBEXT" in
13208 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13209 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'` ;;
13210 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13211 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13212 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13213 fi ;;
13214 esac
13216 rm -f core conftest.err conftest.$ac_objext \
13217 conftest$ac_exeext conftest.$ac_ext
13218 LIBS=$ac_check_soname_save_LIBS
13220 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13222 $as_echo "not found" >&6; }
13223 JPEG_CFLAGS=""
13224 else
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13226 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13228 cat >>confdefs.h <<_ACEOF
13229 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13230 _ACEOF
13234 else
13235 JPEG_CFLAGS=""
13237 CPPFLAGS=$ac_save_CPPFLAGS
13238 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13239 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13242 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13243 case "x$with_jpeg" in
13244 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13245 xno) ;;
13246 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13247 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13248 esac
13251 if test "x$with_png" != "xno"
13252 then
13253 if ${PNG_CFLAGS:+false} :; then :
13254 if ${PKG_CONFIG+:} false; then :
13255 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13258 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13259 if ${PNG_LIBS:+false} :; then :
13260 if ${PKG_CONFIG+:} false; then :
13261 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13264 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13266 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13267 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13268 ac_save_CPPFLAGS=$CPPFLAGS
13269 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13270 for ac_header in png.h
13271 do :
13272 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13273 if test "x$ac_cv_header_png_h" = xyes; then :
13274 cat >>confdefs.h <<_ACEOF
13275 #define HAVE_PNG_H 1
13276 _ACEOF
13280 done
13282 if test "$ac_cv_header_png_h" = "yes"
13283 then
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13285 $as_echo_n "checking for -lpng... " >&6; }
13286 if ${ac_cv_lib_soname_png+:} false; then :
13287 $as_echo_n "(cached) " >&6
13288 else
13289 ac_check_soname_save_LIBS=$LIBS
13290 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13292 /* end confdefs.h. */
13294 /* Override any GCC internal prototype to avoid an error.
13295 Use char because int might match the return type of a GCC
13296 builtin and then its argument prototype would still apply. */
13297 #ifdef __cplusplus
13298 extern "C"
13299 #endif
13300 char png_create_read_struct ();
13302 main ()
13304 return png_create_read_struct ();
13306 return 0;
13308 _ACEOF
13309 if ac_fn_c_try_link "$LINENO"; then :
13310 case "$LIBEXT" in
13311 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13312 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'` ;;
13313 *) 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'`
13314 if ${ac_cv_lib_soname_png:+false} :; then :
13315 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13316 fi ;;
13317 esac
13319 rm -f core conftest.err conftest.$ac_objext \
13320 conftest$ac_exeext conftest.$ac_ext
13321 LIBS=$ac_check_soname_save_LIBS
13323 if ${ac_cv_lib_soname_png:+false} :; then :
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13325 $as_echo "not found" >&6; }
13326 PNG_CFLAGS=""
13327 else
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13329 $as_echo "$ac_cv_lib_soname_png" >&6; }
13331 cat >>confdefs.h <<_ACEOF
13332 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13333 _ACEOF
13335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13336 /* end confdefs.h. */
13337 #include <png.h>
13339 main ()
13341 typeof(png_set_expand_gray_1_2_4_to_8) *p
13343 return 0;
13345 _ACEOF
13346 if ac_fn_c_try_compile "$LINENO"; then :
13348 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13353 else
13354 PNG_CFLAGS=""
13356 CPPFLAGS=$ac_save_CPPFLAGS
13357 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13358 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13361 if test "x$ac_cv_lib_soname_png" = "x"; then :
13362 case "x$with_png" in
13363 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13364 xno) ;;
13365 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13366 This is an error since --with-png was requested." "$LINENO" 5 ;;
13367 esac
13370 if test "x$with_tiff" != "xno"
13371 then
13372 if ${TIFF_CFLAGS:+false} :; then :
13373 if ${PKG_CONFIG+:} false; then :
13374 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13378 if ${TIFF_LIBS:+false} :; then :
13379 if ${PKG_CONFIG+:} false; then :
13380 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13385 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13386 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13387 ac_save_CPPFLAGS=$CPPFLAGS
13388 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13389 for ac_header in tiffio.h
13390 do :
13391 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13392 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13393 cat >>confdefs.h <<_ACEOF
13394 #define HAVE_TIFFIO_H 1
13395 _ACEOF
13399 done
13401 if test "$ac_cv_header_tiffio_h" = "yes"
13402 then
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13404 $as_echo_n "checking for -ltiff... " >&6; }
13405 if ${ac_cv_lib_soname_tiff+:} false; then :
13406 $as_echo_n "(cached) " >&6
13407 else
13408 ac_check_soname_save_LIBS=$LIBS
13409 LIBS="-ltiff $TIFF_LIBS $LIBS"
13410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13411 /* end confdefs.h. */
13413 /* Override any GCC internal prototype to avoid an error.
13414 Use char because int might match the return type of a GCC
13415 builtin and then its argument prototype would still apply. */
13416 #ifdef __cplusplus
13417 extern "C"
13418 #endif
13419 char TIFFClientOpen ();
13421 main ()
13423 return TIFFClientOpen ();
13425 return 0;
13427 _ACEOF
13428 if ac_fn_c_try_link "$LINENO"; then :
13429 case "$LIBEXT" in
13430 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13431 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'` ;;
13432 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13433 if ${ac_cv_lib_soname_tiff:+false} :; then :
13434 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13435 fi ;;
13436 esac
13438 rm -f core conftest.err conftest.$ac_objext \
13439 conftest$ac_exeext conftest.$ac_ext
13440 LIBS=$ac_check_soname_save_LIBS
13442 if ${ac_cv_lib_soname_tiff:+false} :; then :
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13444 $as_echo "not found" >&6; }
13446 else
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13448 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13450 cat >>confdefs.h <<_ACEOF
13451 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13452 _ACEOF
13457 CPPFLAGS=$ac_save_CPPFLAGS
13458 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13459 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13462 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13463 case "x$with_tiff" in
13464 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13465 xno) ;;
13466 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13467 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13468 esac
13471 if test "x$with_mpg123" != "xno"
13472 then
13473 if ${MPG123_CFLAGS:+false} :; then :
13474 if ${PKG_CONFIG+:} false; then :
13475 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13479 if ${MPG123_LIBS:+false} :; then :
13480 if ${PKG_CONFIG+:} false; then :
13481 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13485 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13486 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13487 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13488 ac_save_CPPFLAGS=$CPPFLAGS
13489 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13490 for ac_header in mpg123.h
13491 do :
13492 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13493 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13494 cat >>confdefs.h <<_ACEOF
13495 #define HAVE_MPG123_H 1
13496 _ACEOF
13500 done
13502 if test "$ac_cv_header_mpg123_h" = "yes"
13503 then
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13505 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13506 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13507 $as_echo_n "(cached) " >&6
13508 else
13509 ac_check_lib_save_LIBS=$LIBS
13510 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13512 /* end confdefs.h. */
13514 /* Override any GCC internal prototype to avoid an error.
13515 Use char because int might match the return type of a GCC
13516 builtin and then its argument prototype would still apply. */
13517 #ifdef __cplusplus
13518 extern "C"
13519 #endif
13520 char mpg123_feed ();
13522 main ()
13524 return mpg123_feed ();
13526 return 0;
13528 _ACEOF
13529 if ac_fn_c_try_link "$LINENO"; then :
13530 ac_cv_lib_mpg123_mpg123_feed=yes
13531 else
13532 ac_cv_lib_mpg123_mpg123_feed=no
13534 rm -f core conftest.err conftest.$ac_objext \
13535 conftest$ac_exeext conftest.$ac_ext
13536 LIBS=$ac_check_lib_save_LIBS
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13539 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13540 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13542 else
13543 MPG123_LIBS=""
13546 else
13547 MPG123_CFLAGS=""
13548 MPG123_LIBS=""
13550 CPPFLAGS=$ac_save_CPPFLAGS
13551 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13552 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13555 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13556 case "x$with_mpg123" in
13557 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13558 xno) ;;
13559 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13560 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13561 esac
13563 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}
13565 if test "$ac_cv_header_AL_al_h" = "yes"
13566 then
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13568 $as_echo_n "checking for -lopenal... " >&6; }
13569 if ${ac_cv_lib_soname_openal+:} false; then :
13570 $as_echo_n "(cached) " >&6
13571 else
13572 ac_check_soname_save_LIBS=$LIBS
13573 LIBS="-lopenal $LIBS"
13574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13575 /* end confdefs.h. */
13577 /* Override any GCC internal prototype to avoid an error.
13578 Use char because int might match the return type of a GCC
13579 builtin and then its argument prototype would still apply. */
13580 #ifdef __cplusplus
13581 extern "C"
13582 #endif
13583 char alGetSource3i ();
13585 main ()
13587 return alGetSource3i ();
13589 return 0;
13591 _ACEOF
13592 if ac_fn_c_try_link "$LINENO"; then :
13593 case "$LIBEXT" in
13594 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13595 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'` ;;
13596 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13597 if ${ac_cv_lib_soname_openal:+false} :; then :
13598 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13599 fi ;;
13600 esac
13602 rm -f core conftest.err conftest.$ac_objext \
13603 conftest$ac_exeext conftest.$ac_ext
13604 LIBS=$ac_check_soname_save_LIBS
13606 if ${ac_cv_lib_soname_openal:+false} :; then :
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13608 $as_echo "not found" >&6; }
13610 else
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13612 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13614 cat >>confdefs.h <<_ACEOF
13615 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13616 _ACEOF
13618 OPENAL_LIBS="-lopenal"
13620 ac_cv_lib_openal=yes
13622 cat >>confdefs.h <<_ACEOF
13623 #define HAVE_OPENAL 1
13624 _ACEOF
13628 if test "x$ac_cv_lib_openal" != xyes; then :
13629 case "x$with_openal" in
13630 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13631 xno) ;;
13632 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13633 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13634 esac
13636 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13638 if test "x$ac_cv_lib_openal" = xyes
13639 then
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13641 $as_echo_n "checking for openal-soft... " >&6; }
13642 if ${ac_cv_have_openalsoft+:} false; then :
13643 $as_echo_n "(cached) " >&6
13644 else
13645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13646 /* end confdefs.h. */
13647 #include <AL/alext.h>
13648 LPALCRENDERSAMPLESSOFT x;
13650 main ()
13654 return 0;
13656 _ACEOF
13657 if ac_fn_c_try_compile "$LINENO"; then :
13658 ac_cv_have_openalsoft=yes
13659 else
13660 ac_cv_have_openalsoft=no
13662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13665 $as_echo "$ac_cv_have_openalsoft" >&6; }
13667 if test "x$ac_cv_have_openalsoft" != xyes
13668 then
13669 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13670 enable_xaudio2_7=${enable_xaudio2_7:-no}
13673 if test "$ac_cv_header_kstat_h" = "yes"
13674 then
13675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13676 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13677 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13678 $as_echo_n "(cached) " >&6
13679 else
13680 ac_check_lib_save_LIBS=$LIBS
13681 LIBS="-lkstat $LIBS"
13682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13683 /* end confdefs.h. */
13685 /* Override any GCC internal prototype to avoid an error.
13686 Use char because int might match the return type of a GCC
13687 builtin and then its argument prototype would still apply. */
13688 #ifdef __cplusplus
13689 extern "C"
13690 #endif
13691 char kstat_open ();
13693 main ()
13695 return kstat_open ();
13697 return 0;
13699 _ACEOF
13700 if ac_fn_c_try_link "$LINENO"; then :
13701 ac_cv_lib_kstat_kstat_open=yes
13702 else
13703 ac_cv_lib_kstat_kstat_open=no
13705 rm -f core conftest.err conftest.$ac_objext \
13706 conftest$ac_exeext conftest.$ac_ext
13707 LIBS=$ac_check_lib_save_LIBS
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13710 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13711 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13713 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13715 KSTAT_LIBS="-lkstat"
13721 if test "$ac_cv_header_libprocstat_h" = "yes"
13722 then
13723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13724 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13725 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13726 $as_echo_n "(cached) " >&6
13727 else
13728 ac_check_lib_save_LIBS=$LIBS
13729 LIBS="-lprocstat $LIBS"
13730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13731 /* end confdefs.h. */
13733 /* Override any GCC internal prototype to avoid an error.
13734 Use char because int might match the return type of a GCC
13735 builtin and then its argument prototype would still apply. */
13736 #ifdef __cplusplus
13737 extern "C"
13738 #endif
13739 char procstat_open_sysctl ();
13741 main ()
13743 return procstat_open_sysctl ();
13745 return 0;
13747 _ACEOF
13748 if ac_fn_c_try_link "$LINENO"; then :
13749 ac_cv_lib_procstat_procstat_open_sysctl=yes
13750 else
13751 ac_cv_lib_procstat_procstat_open_sysctl=no
13753 rm -f core conftest.err conftest.$ac_objext \
13754 conftest$ac_exeext conftest.$ac_ext
13755 LIBS=$ac_check_lib_save_LIBS
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13758 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13759 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13761 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13763 PROCSTAT_LIBS="-lprocstat"
13769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13770 $as_echo_n "checking for -lodbc... " >&6; }
13771 if ${ac_cv_lib_soname_odbc+:} false; then :
13772 $as_echo_n "(cached) " >&6
13773 else
13774 ac_check_soname_save_LIBS=$LIBS
13775 LIBS="-lodbc $LIBS"
13776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13777 /* end confdefs.h. */
13779 /* Override any GCC internal prototype to avoid an error.
13780 Use char because int might match the return type of a GCC
13781 builtin and then its argument prototype would still apply. */
13782 #ifdef __cplusplus
13783 extern "C"
13784 #endif
13785 char SQLConnect ();
13787 main ()
13789 return SQLConnect ();
13791 return 0;
13793 _ACEOF
13794 if ac_fn_c_try_link "$LINENO"; then :
13795 case "$LIBEXT" in
13796 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13797 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'` ;;
13798 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13799 if ${ac_cv_lib_soname_odbc:+false} :; then :
13800 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13801 fi ;;
13802 esac
13804 rm -f core conftest.err conftest.$ac_objext \
13805 conftest$ac_exeext conftest.$ac_ext
13806 LIBS=$ac_check_soname_save_LIBS
13808 if ${ac_cv_lib_soname_odbc:+false} :; then :
13809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13810 $as_echo "not found" >&6; }
13811 cat >>confdefs.h <<_ACEOF
13812 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13813 _ACEOF
13815 else
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13817 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13819 cat >>confdefs.h <<_ACEOF
13820 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13821 _ACEOF
13826 if test "x$with_netapi" != "xno"
13827 then
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13829 $as_echo_n "checking for -lnetapi... " >&6; }
13830 if ${ac_cv_lib_soname_netapi+:} false; then :
13831 $as_echo_n "(cached) " >&6
13832 else
13833 ac_check_soname_save_LIBS=$LIBS
13834 LIBS="-lnetapi $LIBS"
13835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13836 /* end confdefs.h. */
13838 /* Override any GCC internal prototype to avoid an error.
13839 Use char because int might match the return type of a GCC
13840 builtin and then its argument prototype would still apply. */
13841 #ifdef __cplusplus
13842 extern "C"
13843 #endif
13844 char libnetapi_init ();
13846 main ()
13848 return libnetapi_init ();
13850 return 0;
13852 _ACEOF
13853 if ac_fn_c_try_link "$LINENO"; then :
13854 case "$LIBEXT" in
13855 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13856 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'` ;;
13857 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13858 if ${ac_cv_lib_soname_netapi:+false} :; then :
13859 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13860 fi ;;
13861 esac
13863 rm -f core conftest.err conftest.$ac_objext \
13864 conftest$ac_exeext conftest.$ac_ext
13865 LIBS=$ac_check_soname_save_LIBS
13867 if ${ac_cv_lib_soname_netapi:+false} :; then :
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13869 $as_echo "not found" >&6; }
13870 cat >>confdefs.h <<_ACEOF
13871 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13872 _ACEOF
13874 else
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13876 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13878 cat >>confdefs.h <<_ACEOF
13879 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13880 _ACEOF
13886 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
13887 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
13888 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
13889 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
13891 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13892 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
13893 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13894 then
13895 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13899 EXTRACFLAGS=""
13901 if test "x${GCC}" = "xyes"
13902 then
13903 EXTRACFLAGS="-Wall -pipe"
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13906 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13907 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13908 $as_echo_n "(cached) " >&6
13909 else
13910 if test "$cross_compiling" = yes; then :
13911 ac_cv_c_gcc_strength_bug="no"
13912 else
13913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13914 /* end confdefs.h. */
13915 int L[4] = {0,1,2,3};
13917 main ()
13919 static int Array[3];
13920 unsigned int B = 3;
13921 int i;
13922 for(i=0; i<B; i++) Array[i] = i - 3;
13923 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13924 L[i] = 4;
13925 return (Array[1] != -2 || L[2] != 3)
13927 return 0;
13929 _ACEOF
13930 if ac_fn_c_try_run "$LINENO"; then :
13931 ac_cv_c_gcc_strength_bug="no"
13932 else
13933 ac_cv_c_gcc_strength_bug="yes"
13935 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13936 conftest.$ac_objext conftest.beam conftest.$ac_ext
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13941 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13942 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13943 then
13944 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13948 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13949 if ${ac_cv_cflags__fno_builtin+:} false; then :
13950 $as_echo_n "(cached) " >&6
13951 else
13952 ac_wine_try_cflags_saved=$CFLAGS
13953 CFLAGS="$CFLAGS -fno-builtin"
13954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13955 /* end confdefs.h. */
13956 int main(int argc, char **argv) { return 0; }
13957 _ACEOF
13958 if ac_fn_c_try_link "$LINENO"; then :
13959 ac_cv_cflags__fno_builtin=yes
13960 else
13961 ac_cv_cflags__fno_builtin=no
13963 rm -f core conftest.err conftest.$ac_objext \
13964 conftest$ac_exeext conftest.$ac_ext
13965 CFLAGS=$ac_wine_try_cflags_saved
13967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13968 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13969 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
13970 BUILTINFLAG="-fno-builtin"
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13974 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13975 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
13976 $as_echo_n "(cached) " >&6
13977 else
13978 ac_wine_try_cflags_saved=$CFLAGS
13979 CFLAGS="$CFLAGS -fno-strict-aliasing"
13980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13981 /* end confdefs.h. */
13982 int main(int argc, char **argv) { return 0; }
13983 _ACEOF
13984 if ac_fn_c_try_link "$LINENO"; then :
13985 ac_cv_cflags__fno_strict_aliasing=yes
13986 else
13987 ac_cv_cflags__fno_strict_aliasing=no
13989 rm -f core conftest.err conftest.$ac_objext \
13990 conftest$ac_exeext conftest.$ac_ext
13991 CFLAGS=$ac_wine_try_cflags_saved
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13994 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13995 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
13996 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
13999 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14000 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14001 $as_echo_n "(cached) " >&6
14002 else
14003 ac_wine_try_cflags_saved=$CFLAGS
14004 CFLAGS="$CFLAGS -fexcess-precision=standard"
14005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14006 /* end confdefs.h. */
14007 int main(int argc, char **argv) { return 0; }
14008 _ACEOF
14009 if ac_fn_c_try_link "$LINENO"; then :
14010 ac_cv_cflags__fexcess_precision_standard=yes
14011 else
14012 ac_cv_cflags__fexcess_precision_standard=no
14014 rm -f core conftest.err conftest.$ac_objext \
14015 conftest$ac_exeext conftest.$ac_ext
14016 CFLAGS=$ac_wine_try_cflags_saved
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14019 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14020 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14021 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14024 saved_CFLAGS=$CFLAGS
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14026 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14027 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14028 $as_echo_n "(cached) " >&6
14029 else
14030 ac_wine_try_cflags_saved=$CFLAGS
14031 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14033 /* end confdefs.h. */
14034 int main(int argc, char **argv) { return 0; }
14035 _ACEOF
14036 if ac_fn_c_try_link "$LINENO"; then :
14037 ac_cv_cflags__Werror_unknown_warning_option=yes
14038 else
14039 ac_cv_cflags__Werror_unknown_warning_option=no
14041 rm -f core conftest.err conftest.$ac_objext \
14042 conftest$ac_exeext conftest.$ac_ext
14043 CFLAGS=$ac_wine_try_cflags_saved
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14046 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14047 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14048 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14051 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14052 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14053 $as_echo_n "(cached) " >&6
14054 else
14055 ac_wine_try_cflags_saved=$CFLAGS
14056 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14058 /* end confdefs.h. */
14059 int main(int argc, char **argv) { return 0; }
14060 _ACEOF
14061 if ac_fn_c_try_link "$LINENO"; then :
14062 ac_cv_cflags__Wdeclaration_after_statement=yes
14063 else
14064 ac_cv_cflags__Wdeclaration_after_statement=no
14066 rm -f core conftest.err conftest.$ac_objext \
14067 conftest$ac_exeext conftest.$ac_ext
14068 CFLAGS=$ac_wine_try_cflags_saved
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14071 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14072 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14073 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14076 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14077 if ${ac_cv_cflags__Wempty_body+:} false; then :
14078 $as_echo_n "(cached) " >&6
14079 else
14080 ac_wine_try_cflags_saved=$CFLAGS
14081 CFLAGS="$CFLAGS -Wempty-body"
14082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14083 /* end confdefs.h. */
14084 int main(int argc, char **argv) { return 0; }
14085 _ACEOF
14086 if ac_fn_c_try_link "$LINENO"; then :
14087 ac_cv_cflags__Wempty_body=yes
14088 else
14089 ac_cv_cflags__Wempty_body=no
14091 rm -f core conftest.err conftest.$ac_objext \
14092 conftest$ac_exeext conftest.$ac_ext
14093 CFLAGS=$ac_wine_try_cflags_saved
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14096 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14097 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14098 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14101 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14102 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14103 $as_echo_n "(cached) " >&6
14104 else
14105 ac_wine_try_cflags_saved=$CFLAGS
14106 CFLAGS="$CFLAGS -Wignored-qualifiers"
14107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14108 /* end confdefs.h. */
14109 int main(int argc, char **argv) { return 0; }
14110 _ACEOF
14111 if ac_fn_c_try_link "$LINENO"; then :
14112 ac_cv_cflags__Wignored_qualifiers=yes
14113 else
14114 ac_cv_cflags__Wignored_qualifiers=no
14116 rm -f core conftest.err conftest.$ac_objext \
14117 conftest$ac_exeext conftest.$ac_ext
14118 CFLAGS=$ac_wine_try_cflags_saved
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14121 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14122 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14123 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14126 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14127 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14128 $as_echo_n "(cached) " >&6
14129 else
14130 ac_wine_try_cflags_saved=$CFLAGS
14131 CFLAGS="$CFLAGS -Wstrict-prototypes"
14132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14133 /* end confdefs.h. */
14134 int main(int argc, char **argv) { return 0; }
14135 _ACEOF
14136 if ac_fn_c_try_link "$LINENO"; then :
14137 ac_cv_cflags__Wstrict_prototypes=yes
14138 else
14139 ac_cv_cflags__Wstrict_prototypes=no
14141 rm -f core conftest.err conftest.$ac_objext \
14142 conftest$ac_exeext conftest.$ac_ext
14143 CFLAGS=$ac_wine_try_cflags_saved
14145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14146 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14147 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14148 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14151 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14152 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14153 $as_echo_n "(cached) " >&6
14154 else
14155 ac_wine_try_cflags_saved=$CFLAGS
14156 CFLAGS="$CFLAGS -Wtype-limits"
14157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14158 /* end confdefs.h. */
14159 int main(int argc, char **argv) { return 0; }
14160 _ACEOF
14161 if ac_fn_c_try_link "$LINENO"; then :
14162 ac_cv_cflags__Wtype_limits=yes
14163 else
14164 ac_cv_cflags__Wtype_limits=no
14166 rm -f core conftest.err conftest.$ac_objext \
14167 conftest$ac_exeext conftest.$ac_ext
14168 CFLAGS=$ac_wine_try_cflags_saved
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14171 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14172 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14173 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14176 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14177 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14178 $as_echo_n "(cached) " >&6
14179 else
14180 ac_wine_try_cflags_saved=$CFLAGS
14181 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14183 /* end confdefs.h. */
14184 int main(int argc, char **argv) { return 0; }
14185 _ACEOF
14186 if ac_fn_c_try_link "$LINENO"; then :
14187 ac_cv_cflags__Wunused_but_set_parameter=yes
14188 else
14189 ac_cv_cflags__Wunused_but_set_parameter=no
14191 rm -f core conftest.err conftest.$ac_objext \
14192 conftest$ac_exeext conftest.$ac_ext
14193 CFLAGS=$ac_wine_try_cflags_saved
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14196 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14197 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14198 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14201 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14202 if ${ac_cv_cflags__Wvla+:} false; then :
14203 $as_echo_n "(cached) " >&6
14204 else
14205 ac_wine_try_cflags_saved=$CFLAGS
14206 CFLAGS="$CFLAGS -Wvla"
14207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14208 /* end confdefs.h. */
14209 int main(int argc, char **argv) { return 0; }
14210 _ACEOF
14211 if ac_fn_c_try_link "$LINENO"; then :
14212 ac_cv_cflags__Wvla=yes
14213 else
14214 ac_cv_cflags__Wvla=no
14216 rm -f core conftest.err conftest.$ac_objext \
14217 conftest$ac_exeext conftest.$ac_ext
14218 CFLAGS=$ac_wine_try_cflags_saved
14220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14221 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14222 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14223 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14226 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14227 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14228 $as_echo_n "(cached) " >&6
14229 else
14230 ac_wine_try_cflags_saved=$CFLAGS
14231 CFLAGS="$CFLAGS -Wwrite-strings"
14232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14233 /* end confdefs.h. */
14234 int main(int argc, char **argv) { return 0; }
14235 _ACEOF
14236 if ac_fn_c_try_link "$LINENO"; then :
14237 ac_cv_cflags__Wwrite_strings=yes
14238 else
14239 ac_cv_cflags__Wwrite_strings=no
14241 rm -f core conftest.err conftest.$ac_objext \
14242 conftest$ac_exeext conftest.$ac_ext
14243 CFLAGS=$ac_wine_try_cflags_saved
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14246 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14247 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14248 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14252 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14253 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14254 $as_echo_n "(cached) " >&6
14255 else
14256 ac_wine_try_cflags_saved=$CFLAGS
14257 CFLAGS="$CFLAGS -Wpointer-arith"
14258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14259 /* end confdefs.h. */
14260 int main(int argc, char **argv) { return 0; }
14261 _ACEOF
14262 if ac_fn_c_try_link "$LINENO"; then :
14263 ac_cv_cflags__Wpointer_arith=yes
14264 else
14265 ac_cv_cflags__Wpointer_arith=no
14267 rm -f core conftest.err conftest.$ac_objext \
14268 conftest$ac_exeext conftest.$ac_ext
14269 CFLAGS=$ac_wine_try_cflags_saved
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14272 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14273 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14274 saved_string_h_CFLAGS=$CFLAGS
14275 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14277 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14278 if ${ac_cv_c_string_h_warnings+:} false; then :
14279 $as_echo_n "(cached) " >&6
14280 else
14281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14282 /* end confdefs.h. */
14283 #include <string.h>
14285 main ()
14289 return 0;
14291 _ACEOF
14292 if ac_fn_c_try_compile "$LINENO"; then :
14293 ac_cv_c_string_h_warnings=no
14294 else
14295 ac_cv_c_string_h_warnings=yes
14297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14300 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14301 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14302 CFLAGS=$saved_string_h_CFLAGS
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14306 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14307 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14308 $as_echo_n "(cached) " >&6
14309 else
14310 ac_wine_try_cflags_saved=$CFLAGS
14311 CFLAGS="$CFLAGS -Wlogical-op"
14312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14313 /* end confdefs.h. */
14314 int main(int argc, char **argv) { return 0; }
14315 _ACEOF
14316 if ac_fn_c_try_link "$LINENO"; then :
14317 ac_cv_cflags__Wlogical_op=yes
14318 else
14319 ac_cv_cflags__Wlogical_op=no
14321 rm -f core conftest.err conftest.$ac_objext \
14322 conftest$ac_exeext conftest.$ac_ext
14323 CFLAGS=$ac_wine_try_cflags_saved
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14326 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14327 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14328 saved_string_h_CFLAGS=$CFLAGS
14329 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14331 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14332 if ${ac_cv_c_logicalop_noisy+:} false; then :
14333 $as_echo_n "(cached) " >&6
14334 else
14335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14336 /* end confdefs.h. */
14337 #include <string.h>
14338 char*f(const char *h,char n) {return strchr(h,n);}
14340 main ()
14344 return 0;
14346 _ACEOF
14347 if ac_fn_c_try_compile "$LINENO"; then :
14348 ac_cv_c_logicalop_noisy=no
14349 else
14350 ac_cv_c_logicalop_noisy=yes
14352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14355 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14356 CFLAGS=$saved_string_h_CFLAGS
14357 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14360 CFLAGS=$saved_CFLAGS
14362 for ac_flag in $CFLAGS; do
14363 case $ac_flag in
14364 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14365 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14366 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14367 $as_echo_n "(cached) " >&6
14368 else
14369 ac_wine_try_cflags_saved=$CFLAGS
14370 CFLAGS="$CFLAGS -gdwarf-2"
14371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14372 /* end confdefs.h. */
14373 int main(int argc, char **argv) { return 0; }
14374 _ACEOF
14375 if ac_fn_c_try_link "$LINENO"; then :
14376 ac_cv_cflags__gdwarf_2=yes
14377 else
14378 ac_cv_cflags__gdwarf_2=no
14380 rm -f core conftest.err conftest.$ac_objext \
14381 conftest$ac_exeext conftest.$ac_ext
14382 CFLAGS=$ac_wine_try_cflags_saved
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14385 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14386 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14387 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14390 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14391 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14392 $as_echo_n "(cached) " >&6
14393 else
14394 ac_wine_try_cflags_saved=$CFLAGS
14395 CFLAGS="$CFLAGS -gstrict-dwarf"
14396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14397 /* end confdefs.h. */
14398 int main(int argc, char **argv) { return 0; }
14399 _ACEOF
14400 if ac_fn_c_try_link "$LINENO"; then :
14401 ac_cv_cflags__gstrict_dwarf=yes
14402 else
14403 ac_cv_cflags__gstrict_dwarf=no
14405 rm -f core conftest.err conftest.$ac_objext \
14406 conftest$ac_exeext conftest.$ac_ext
14407 CFLAGS=$ac_wine_try_cflags_saved
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14410 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14411 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14412 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14413 fi ;;
14414 esac
14415 done
14417 case $host_cpu in
14418 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14419 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14420 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14421 $as_echo_n "(cached) " >&6
14422 else
14423 ac_wine_try_cflags_saved=$CFLAGS
14424 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14426 /* end confdefs.h. */
14427 int main(int argc, char **argv) { return 0; }
14428 _ACEOF
14429 if ac_fn_c_try_link "$LINENO"; then :
14430 ac_cv_cflags__fno_omit_frame_pointer=yes
14431 else
14432 ac_cv_cflags__fno_omit_frame_pointer=no
14434 rm -f core conftest.err conftest.$ac_objext \
14435 conftest$ac_exeext conftest.$ac_ext
14436 CFLAGS=$ac_wine_try_cflags_saved
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14439 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14440 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14441 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14442 fi ;;
14443 esac
14445 case $host in
14446 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14447 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14448 if ${ac_cv_cflags__Wno_format+:} false; then :
14449 $as_echo_n "(cached) " >&6
14450 else
14451 ac_wine_try_cflags_saved=$CFLAGS
14452 CFLAGS="$CFLAGS -Wno-format"
14453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14454 /* end confdefs.h. */
14455 int main(int argc, char **argv) { return 0; }
14456 _ACEOF
14457 if ac_fn_c_try_link "$LINENO"; then :
14458 ac_cv_cflags__Wno_format=yes
14459 else
14460 ac_cv_cflags__Wno_format=no
14462 rm -f core conftest.err conftest.$ac_objext \
14463 conftest$ac_exeext conftest.$ac_ext
14464 CFLAGS=$ac_wine_try_cflags_saved
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14467 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14468 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14469 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14470 fi ;;
14471 esac
14473 if test "x$enable_maintainer_mode" = "xyes"
14474 then
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14476 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14477 if ${ac_cv_cflags__Werror+:} false; then :
14478 $as_echo_n "(cached) " >&6
14479 else
14480 ac_wine_try_cflags_saved=$CFLAGS
14481 CFLAGS="$CFLAGS -Werror"
14482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14483 /* end confdefs.h. */
14484 int main(int argc, char **argv) { return 0; }
14485 _ACEOF
14486 if ac_fn_c_try_link "$LINENO"; then :
14487 ac_cv_cflags__Werror=yes
14488 else
14489 ac_cv_cflags__Werror=no
14491 rm -f core conftest.err conftest.$ac_objext \
14492 conftest$ac_exeext conftest.$ac_ext
14493 CFLAGS=$ac_wine_try_cflags_saved
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14496 $as_echo "$ac_cv_cflags__Werror" >&6; }
14497 if test "x$ac_cv_cflags__Werror" = xyes; then :
14498 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14502 saved_CFLAGS="$CFLAGS"
14503 CFLAGS="$CFLAGS -Werror"
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14505 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14506 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14507 $as_echo_n "(cached) " >&6
14508 else
14509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14510 /* end confdefs.h. */
14511 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14513 main ()
14517 return 0;
14519 _ACEOF
14520 if ac_fn_c_try_compile "$LINENO"; then :
14521 ac_cv_have_ms_hook_prologue="yes"
14522 else
14523 ac_cv_have_ms_hook_prologue="no"
14525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14528 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14529 CFLAGS="$saved_CFLAGS"
14530 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14531 then
14533 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14535 else
14536 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14543 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14544 if ${ac_cv_c_fortify_enabled+:} false; then :
14545 $as_echo_n "(cached) " >&6
14546 else
14547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14548 /* end confdefs.h. */
14549 #include <string.h>
14551 main ()
14553 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14554 #error Fortify enabled
14555 #endif
14557 return 0;
14559 _ACEOF
14560 if ac_fn_c_try_compile "$LINENO"; then :
14561 ac_cv_c_fortify_enabled=no
14562 else
14563 ac_cv_c_fortify_enabled=yes
14565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14568 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14569 if test "$ac_cv_c_fortify_enabled" = yes
14570 then
14571 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14576 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14577 if ${ac_cv_c_extern_prefix+:} false; then :
14578 $as_echo_n "(cached) " >&6
14579 else
14580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14581 /* end confdefs.h. */
14582 extern int ac_test;
14584 main ()
14586 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14588 return 0;
14590 _ACEOF
14591 if ac_fn_c_try_link "$LINENO"; then :
14592 ac_cv_c_extern_prefix="yes"
14593 else
14594 ac_cv_c_extern_prefix="no"
14596 rm -f core conftest.err conftest.$ac_objext \
14597 conftest$ac_exeext conftest.$ac_ext
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14600 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14602 case $host_cpu in
14603 *i[3456789]86*)
14604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14605 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14606 if ${ac_cv_c_stdcall_suffix+:} false; then :
14607 $as_echo_n "(cached) " >&6
14608 else
14609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14610 /* end confdefs.h. */
14611 #ifndef _MSC_VER
14612 #define __stdcall __attribute__((__stdcall__))
14613 #endif
14614 int __stdcall ac_test(int i) { return i; }
14616 main ()
14618 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14620 return 0;
14622 _ACEOF
14623 if ac_fn_c_try_link "$LINENO"; then :
14624 ac_cv_c_stdcall_suffix="yes"
14625 else
14626 ac_cv_c_stdcall_suffix="no"
14628 rm -f core conftest.err conftest.$ac_objext \
14629 conftest$ac_exeext conftest.$ac_ext
14631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14632 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14633 *) ac_cv_c_stdcall_suffix="no" ;;
14634 esac
14637 if test "$ac_cv_c_extern_prefix" = "yes"
14638 then
14639 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14641 asm_name_prefix="_"
14642 else
14643 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14645 asm_name_prefix=""
14649 if test "$ac_cv_c_stdcall_suffix" = "yes"
14650 then
14651 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14653 else
14654 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14660 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14661 if ${ac_cv_asm_func_def+:} false; then :
14662 $as_echo_n "(cached) " >&6
14663 else
14664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14665 /* end confdefs.h. */
14668 main ()
14670 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14672 return 0;
14674 _ACEOF
14675 if ac_fn_c_try_link "$LINENO"; then :
14676 ac_cv_asm_func_def=".def"
14677 else
14678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14679 /* end confdefs.h. */
14682 main ()
14684 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14686 return 0;
14688 _ACEOF
14689 if ac_fn_c_try_link "$LINENO"; then :
14690 ac_cv_asm_func_def=".type @function"
14691 else
14692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14693 /* end confdefs.h. */
14696 main ()
14698 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14700 return 0;
14702 _ACEOF
14703 if ac_fn_c_try_link "$LINENO"; then :
14704 ac_cv_asm_func_def=".type 2"
14705 else
14706 ac_cv_asm_func_def="unknown"
14708 rm -f core conftest.err conftest.$ac_objext \
14709 conftest$ac_exeext conftest.$ac_ext
14711 rm -f core conftest.err conftest.$ac_objext \
14712 conftest$ac_exeext conftest.$ac_ext
14714 rm -f core conftest.err conftest.$ac_objext \
14715 conftest$ac_exeext conftest.$ac_ext
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14718 $as_echo "$ac_cv_asm_func_def" >&6; }
14721 case "$ac_cv_asm_func_def" in
14722 ".def")
14723 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14725 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14726 ".type @function")
14727 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14729 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14730 ".type 2")
14731 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14733 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14735 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14737 asm_func_header="" ;;
14738 esac
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14741 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14742 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14743 $as_echo_n "(cached) " >&6
14744 else
14745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14746 /* end confdefs.h. */
14747 asm(".text\n\t.long 0");
14749 main ()
14753 return 0;
14755 _ACEOF
14756 if ac_fn_c_try_compile "$LINENO"; then :
14757 ac_cv_c_asm_outside_funcs="yes"
14758 else
14759 ac_cv_c_asm_outside_funcs="no"
14761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14764 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14767 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14768 if ${ac_cv_c_dot_previous+:} false; then :
14769 $as_echo_n "(cached) " >&6
14770 else
14771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14772 /* end confdefs.h. */
14775 main ()
14777 asm(".text\nac_test:\t.long 0\n\t.previous");
14779 return 0;
14781 _ACEOF
14782 if ac_fn_c_try_link "$LINENO"; then :
14783 ac_cv_c_dot_previous="yes"
14784 else
14785 ac_cv_c_dot_previous="no"
14787 rm -f core conftest.err conftest.$ac_objext \
14788 conftest$ac_exeext conftest.$ac_ext
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14791 $as_echo "$ac_cv_c_dot_previous" >&6; }
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14794 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14795 if ${ac_cv_c_cfi_support+:} false; then :
14796 $as_echo_n "(cached) " >&6
14797 else
14798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14799 /* end confdefs.h. */
14800 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14802 main ()
14806 return 0;
14808 _ACEOF
14809 if ac_fn_c_try_compile "$LINENO"; then :
14810 ac_cv_c_cfi_support="yes"
14811 else
14812 ac_cv_c_cfi_support="no"
14814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14817 $as_echo "$ac_cv_c_cfi_support" >&6; }
14819 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14820 asm_func_trailer=""
14821 if test "$ac_cv_c_dot_previous" = "yes"
14822 then
14823 asm_func_trailer="\\n\\t.previous"
14825 if test "$ac_cv_c_cfi_support" = "yes"
14826 then
14827 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14828 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14830 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14832 UNWINDFLAGS=-fasynchronous-unwind-tables
14834 else
14835 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14837 if test "x$enable_win64" = "xyes"
14838 then
14839 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14843 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14846 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14847 then
14848 cat >>confdefs.h <<_ACEOF
14849 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14850 _ACEOF
14852 else
14853 cat >>confdefs.h <<_ACEOF
14854 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14855 _ACEOF
14859 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14862 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14866 case $build_os in
14867 cygwin*|mingw32*) TOOLSEXT=".exe"
14869 esac
14871 case $host_os in
14872 linux*)
14873 case $host_cpu in
14874 *i[3456789]86*|x86_64*)
14875 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14876 loader_programs="$loader_programs $wine_binary-preloader"
14877 as_fn_append LOADER_RULES "
14878 $wine_binary-preloader: preloader.o
14879 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14881 install install-lib:: $wine_binary-preloader
14882 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14884 uninstall::
14885 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14887 preloader_EXTRADEFS = $BUILTINFLAG
14888 " ;;
14889 esac
14891 esac
14892 as_fn_append LOADER_RULES "
14893 PROGRAMS = $loader_programs
14897 ac_save_CFLAGS="$CFLAGS"
14898 CFLAGS="$CFLAGS $BUILTINFLAG"
14899 for ac_func in \
14900 __res_get_state \
14901 __res_getservers \
14902 _finite \
14903 _isnan \
14904 _pclose \
14905 _popen \
14906 _snprintf \
14907 _spawnvp \
14908 _strdup \
14909 _stricmp \
14910 _strnicmp \
14911 _strtoi64 \
14912 _strtoui64 \
14913 _vsnprintf \
14914 asctime_r \
14915 chsize \
14916 dlopen \
14917 epoll_create \
14918 ffs \
14919 finitef \
14920 fnmatch \
14921 fork \
14922 fpclass \
14923 fstatfs \
14924 fstatvfs \
14925 ftruncate \
14926 futimens \
14927 futimes \
14928 futimesat \
14929 getattrlist \
14930 getdirentries \
14931 getopt_long_only \
14932 getpwuid \
14933 gettimeofday \
14934 getuid \
14935 if_nameindex \
14936 isnanf \
14937 kqueue \
14938 lstat \
14939 memmove \
14940 mmap \
14941 pclose \
14942 pipe2 \
14943 poll \
14944 popen \
14945 port_create \
14946 prctl \
14947 pread \
14948 proc_pidinfo \
14949 pwrite \
14950 readdir \
14951 readlink \
14952 sched_yield \
14953 select \
14954 setproctitle \
14955 setrlimit \
14956 settimeofday \
14957 sigaltstack \
14958 sigprocmask \
14959 snprintf \
14960 statfs \
14961 statvfs \
14962 strcasecmp \
14963 strdup \
14964 strerror \
14965 strncasecmp \
14966 strtold \
14967 strtoll \
14968 strtoull \
14969 symlink \
14970 tcdrain \
14971 thr_kill2 \
14972 timegm \
14973 usleep \
14974 vsnprintf
14976 do :
14977 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14978 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14979 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14980 cat >>confdefs.h <<_ACEOF
14981 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14982 _ACEOF
14985 done
14987 CFLAGS="$ac_save_CFLAGS"
14989 if test "$ac_cv_func_dlopen" = no
14990 then
14991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14992 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14993 if ${ac_cv_lib_dl_dlopen+:} false; then :
14994 $as_echo_n "(cached) " >&6
14995 else
14996 ac_check_lib_save_LIBS=$LIBS
14997 LIBS="-ldl $LIBS"
14998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14999 /* end confdefs.h. */
15001 /* Override any GCC internal prototype to avoid an error.
15002 Use char because int might match the return type of a GCC
15003 builtin and then its argument prototype would still apply. */
15004 #ifdef __cplusplus
15005 extern "C"
15006 #endif
15007 char dlopen ();
15009 main ()
15011 return dlopen ();
15013 return 0;
15015 _ACEOF
15016 if ac_fn_c_try_link "$LINENO"; then :
15017 ac_cv_lib_dl_dlopen=yes
15018 else
15019 ac_cv_lib_dl_dlopen=no
15021 rm -f core conftest.err conftest.$ac_objext \
15022 conftest$ac_exeext conftest.$ac_ext
15023 LIBS=$ac_check_lib_save_LIBS
15025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15026 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15027 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15028 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15029 DL_LIBS="-ldl"
15034 ac_wine_check_funcs_save_LIBS="$LIBS"
15035 LIBS="$LIBS $DL_LIBS"
15036 for ac_func in dladdr
15037 do :
15038 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15039 if test "x$ac_cv_func_dladdr" = xyes; then :
15040 cat >>confdefs.h <<_ACEOF
15041 #define HAVE_DLADDR 1
15042 _ACEOF
15045 done
15047 LIBS="$ac_wine_check_funcs_save_LIBS"
15049 if test "$ac_cv_func_poll" = no
15050 then
15051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15052 $as_echo_n "checking for poll in -lpoll... " >&6; }
15053 if ${ac_cv_lib_poll_poll+:} false; then :
15054 $as_echo_n "(cached) " >&6
15055 else
15056 ac_check_lib_save_LIBS=$LIBS
15057 LIBS="-lpoll $LIBS"
15058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15059 /* end confdefs.h. */
15061 /* Override any GCC internal prototype to avoid an error.
15062 Use char because int might match the return type of a GCC
15063 builtin and then its argument prototype would still apply. */
15064 #ifdef __cplusplus
15065 extern "C"
15066 #endif
15067 char poll ();
15069 main ()
15071 return poll ();
15073 return 0;
15075 _ACEOF
15076 if ac_fn_c_try_link "$LINENO"; then :
15077 ac_cv_lib_poll_poll=yes
15078 else
15079 ac_cv_lib_poll_poll=no
15081 rm -f core conftest.err conftest.$ac_objext \
15082 conftest$ac_exeext conftest.$ac_ext
15083 LIBS=$ac_check_lib_save_LIBS
15085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15086 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15087 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15088 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15089 POLL_LIBS="-lpoll"
15095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15096 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15097 if ${ac_cv_search_gethostbyname+:} false; then :
15098 $as_echo_n "(cached) " >&6
15099 else
15100 ac_func_search_save_LIBS=$LIBS
15101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15102 /* end confdefs.h. */
15104 /* Override any GCC internal prototype to avoid an error.
15105 Use char because int might match the return type of a GCC
15106 builtin and then its argument prototype would still apply. */
15107 #ifdef __cplusplus
15108 extern "C"
15109 #endif
15110 char gethostbyname ();
15112 main ()
15114 return gethostbyname ();
15116 return 0;
15118 _ACEOF
15119 for ac_lib in '' nsl; do
15120 if test -z "$ac_lib"; then
15121 ac_res="none required"
15122 else
15123 ac_res=-l$ac_lib
15124 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15126 if ac_fn_c_try_link "$LINENO"; then :
15127 ac_cv_search_gethostbyname=$ac_res
15129 rm -f core conftest.err conftest.$ac_objext \
15130 conftest$ac_exeext
15131 if ${ac_cv_search_gethostbyname+:} false; then :
15132 break
15134 done
15135 if ${ac_cv_search_gethostbyname+:} false; then :
15137 else
15138 ac_cv_search_gethostbyname=no
15140 rm conftest.$ac_ext
15141 LIBS=$ac_func_search_save_LIBS
15143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15144 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15145 ac_res=$ac_cv_search_gethostbyname
15146 if test "$ac_res" != no; then :
15147 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15153 $as_echo_n "checking for library containing connect... " >&6; }
15154 if ${ac_cv_search_connect+:} false; then :
15155 $as_echo_n "(cached) " >&6
15156 else
15157 ac_func_search_save_LIBS=$LIBS
15158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15159 /* end confdefs.h. */
15161 /* Override any GCC internal prototype to avoid an error.
15162 Use char because int might match the return type of a GCC
15163 builtin and then its argument prototype would still apply. */
15164 #ifdef __cplusplus
15165 extern "C"
15166 #endif
15167 char connect ();
15169 main ()
15171 return connect ();
15173 return 0;
15175 _ACEOF
15176 for ac_lib in '' socket; do
15177 if test -z "$ac_lib"; then
15178 ac_res="none required"
15179 else
15180 ac_res=-l$ac_lib
15181 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15183 if ac_fn_c_try_link "$LINENO"; then :
15184 ac_cv_search_connect=$ac_res
15186 rm -f core conftest.err conftest.$ac_objext \
15187 conftest$ac_exeext
15188 if ${ac_cv_search_connect+:} false; then :
15189 break
15191 done
15192 if ${ac_cv_search_connect+:} false; then :
15194 else
15195 ac_cv_search_connect=no
15197 rm conftest.$ac_ext
15198 LIBS=$ac_func_search_save_LIBS
15200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15201 $as_echo "$ac_cv_search_connect" >&6; }
15202 ac_res=$ac_cv_search_connect
15203 if test "$ac_res" != no; then :
15204 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15210 $as_echo_n "checking for library containing inet_aton... " >&6; }
15211 if ${ac_cv_search_inet_aton+:} false; then :
15212 $as_echo_n "(cached) " >&6
15213 else
15214 ac_func_search_save_LIBS=$LIBS
15215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15216 /* end confdefs.h. */
15218 /* Override any GCC internal prototype to avoid an error.
15219 Use char because int might match the return type of a GCC
15220 builtin and then its argument prototype would still apply. */
15221 #ifdef __cplusplus
15222 extern "C"
15223 #endif
15224 char inet_aton ();
15226 main ()
15228 return inet_aton ();
15230 return 0;
15232 _ACEOF
15233 for ac_lib in '' resolv; do
15234 if test -z "$ac_lib"; then
15235 ac_res="none required"
15236 else
15237 ac_res=-l$ac_lib
15238 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15240 if ac_fn_c_try_link "$LINENO"; then :
15241 ac_cv_search_inet_aton=$ac_res
15243 rm -f core conftest.err conftest.$ac_objext \
15244 conftest$ac_exeext
15245 if ${ac_cv_search_inet_aton+:} false; then :
15246 break
15248 done
15249 if ${ac_cv_search_inet_aton+:} false; then :
15251 else
15252 ac_cv_search_inet_aton=no
15254 rm conftest.$ac_ext
15255 LIBS=$ac_func_search_save_LIBS
15257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15258 $as_echo "$ac_cv_search_inet_aton" >&6; }
15259 ac_res=$ac_cv_search_inet_aton
15260 if test "$ac_res" != no; then :
15261 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15266 for ac_func in \
15267 getaddrinfo \
15268 getnameinfo \
15269 getnetbyname \
15270 getprotobyname \
15271 getprotobynumber \
15272 getservbyport \
15273 inet_addr \
15274 inet_network \
15275 inet_ntop \
15276 inet_pton \
15277 sendmsg \
15278 socketpair \
15280 do :
15281 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15282 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15283 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15284 cat >>confdefs.h <<_ACEOF
15285 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15286 _ACEOF
15289 done
15292 ac_save_LIBS=$LIBS
15293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15294 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15295 if ${ac_cv_search_clock_gettime+:} false; then :
15296 $as_echo_n "(cached) " >&6
15297 else
15298 ac_func_search_save_LIBS=$LIBS
15299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15300 /* end confdefs.h. */
15302 /* Override any GCC internal prototype to avoid an error.
15303 Use char because int might match the return type of a GCC
15304 builtin and then its argument prototype would still apply. */
15305 #ifdef __cplusplus
15306 extern "C"
15307 #endif
15308 char clock_gettime ();
15310 main ()
15312 return clock_gettime ();
15314 return 0;
15316 _ACEOF
15317 for ac_lib in '' rt; do
15318 if test -z "$ac_lib"; then
15319 ac_res="none required"
15320 else
15321 ac_res=-l$ac_lib
15322 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15324 if ac_fn_c_try_link "$LINENO"; then :
15325 ac_cv_search_clock_gettime=$ac_res
15327 rm -f core conftest.err conftest.$ac_objext \
15328 conftest$ac_exeext
15329 if ${ac_cv_search_clock_gettime+:} false; then :
15330 break
15332 done
15333 if ${ac_cv_search_clock_gettime+:} false; then :
15335 else
15336 ac_cv_search_clock_gettime=no
15338 rm conftest.$ac_ext
15339 LIBS=$ac_func_search_save_LIBS
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15342 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15343 ac_res=$ac_cv_search_clock_gettime
15344 if test "$ac_res" != no; then :
15345 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15347 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15349 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15353 LIBS=$ac_save_LIBS
15355 LDAP_LIBS=""
15357 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15358 then
15359 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15361 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15363 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15364 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15365 $as_echo_n "(cached) " >&6
15366 else
15367 ac_check_lib_save_LIBS=$LIBS
15368 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15370 /* end confdefs.h. */
15372 /* Override any GCC internal prototype to avoid an error.
15373 Use char because int might match the return type of a GCC
15374 builtin and then its argument prototype would still apply. */
15375 #ifdef __cplusplus
15376 extern "C"
15377 #endif
15378 char ldap_initialize ();
15380 main ()
15382 return ldap_initialize ();
15384 return 0;
15386 _ACEOF
15387 if ac_fn_c_try_link "$LINENO"; then :
15388 ac_cv_lib_ldap_r_ldap_initialize=yes
15389 else
15390 ac_cv_lib_ldap_r_ldap_initialize=no
15392 rm -f core conftest.err conftest.$ac_objext \
15393 conftest$ac_exeext conftest.$ac_ext
15394 LIBS=$ac_check_lib_save_LIBS
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15397 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15398 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15400 $as_echo_n "checking for ber_init in -llber... " >&6; }
15401 if ${ac_cv_lib_lber_ber_init+:} false; then :
15402 $as_echo_n "(cached) " >&6
15403 else
15404 ac_check_lib_save_LIBS=$LIBS
15405 LIBS="-llber $PTHREAD_LIBS $LIBS"
15406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15407 /* end confdefs.h. */
15409 /* Override any GCC internal prototype to avoid an error.
15410 Use char because int might match the return type of a GCC
15411 builtin and then its argument prototype would still apply. */
15412 #ifdef __cplusplus
15413 extern "C"
15414 #endif
15415 char ber_init ();
15417 main ()
15419 return ber_init ();
15421 return 0;
15423 _ACEOF
15424 if ac_fn_c_try_link "$LINENO"; then :
15425 ac_cv_lib_lber_ber_init=yes
15426 else
15427 ac_cv_lib_lber_ber_init=no
15429 rm -f core conftest.err conftest.$ac_objext \
15430 conftest$ac_exeext conftest.$ac_ext
15431 LIBS=$ac_check_lib_save_LIBS
15433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15434 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15435 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15437 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15439 LDAP_LIBS="-lldap_r -llber"
15446 ac_wine_check_funcs_save_LIBS="$LIBS"
15447 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15448 for ac_func in \
15449 ldap_count_references \
15450 ldap_first_reference \
15451 ldap_next_reference \
15452 ldap_parse_reference \
15453 ldap_parse_sort_control \
15454 ldap_parse_sortresponse_control \
15455 ldap_parse_vlv_control \
15456 ldap_parse_vlvresponse_control
15457 do :
15458 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15459 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15460 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15461 cat >>confdefs.h <<_ACEOF
15462 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15463 _ACEOF
15466 done
15468 LIBS="$ac_wine_check_funcs_save_LIBS"
15470 if test "x$LDAP_LIBS" = "x"; then :
15471 case "x$with_ldap" in
15472 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15473 xno) ;;
15474 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15475 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15476 esac
15479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15480 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15481 if ${wine_cv_one_arg_mkdir+:} false; then :
15482 $as_echo_n "(cached) " >&6
15483 else
15484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15485 /* end confdefs.h. */
15486 #include <sys/stat.h>
15488 main ()
15490 mkdir("foo");
15492 return 0;
15494 _ACEOF
15495 if ac_fn_c_try_compile "$LINENO"; then :
15496 wine_cv_one_arg_mkdir=yes
15497 else
15498 wine_cv_one_arg_mkdir=no
15500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15503 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15504 if test "$wine_cv_one_arg_mkdir" = "yes"
15505 then
15507 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15512 $as_echo_n "checking for sched_setaffinity... " >&6; }
15513 if ${wine_cv_have_sched_setaffinity+:} false; then :
15514 $as_echo_n "(cached) " >&6
15515 else
15516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15517 /* end confdefs.h. */
15518 #define _GNU_SOURCE
15519 #include <sched.h>
15521 main ()
15523 sched_setaffinity(0, 0, 0);
15525 return 0;
15527 _ACEOF
15528 if ac_fn_c_try_link "$LINENO"; then :
15529 wine_cv_have_sched_setaffinity=yes
15530 else
15531 wine_cv_have_sched_setaffinity=no
15533 rm -f core conftest.err conftest.$ac_objext \
15534 conftest$ac_exeext conftest.$ac_ext
15536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15537 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15538 if test "$wine_cv_have_sched_setaffinity" = "yes"
15539 then
15541 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15546 $as_echo_n "checking for fallocate... " >&6; }
15547 if ${wine_cv_have_fallocate+:} false; then :
15548 $as_echo_n "(cached) " >&6
15549 else
15550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15551 /* end confdefs.h. */
15552 #define _GNU_SOURCE
15553 #include <fcntl.h>
15555 main ()
15557 fallocate(-1, 0, 0, 0);
15559 return 0;
15561 _ACEOF
15562 if ac_fn_c_try_link "$LINENO"; then :
15563 wine_cv_have_fallocate=yes
15564 else
15565 wine_cv_have_fallocate=no
15567 rm -f core conftest.err conftest.$ac_objext \
15568 conftest$ac_exeext conftest.$ac_ext
15570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15571 $as_echo "$wine_cv_have_fallocate" >&6; }
15572 if test "$wine_cv_have_fallocate" = "yes"
15573 then
15575 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15581 $as_echo_n "checking for inline... " >&6; }
15582 if ${ac_cv_c_inline+:} false; then :
15583 $as_echo_n "(cached) " >&6
15584 else
15585 ac_cv_c_inline=no
15586 for ac_kw in inline __inline__ __inline; do
15587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15588 /* end confdefs.h. */
15589 #ifndef __cplusplus
15590 typedef int foo_t;
15591 static $ac_kw foo_t static_foo () {return 0; }
15592 $ac_kw foo_t foo () {return 0; }
15593 #endif
15595 _ACEOF
15596 if ac_fn_c_try_compile "$LINENO"; then :
15597 ac_cv_c_inline=$ac_kw
15599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15600 test "$ac_cv_c_inline" != no && break
15601 done
15604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15605 $as_echo "$ac_cv_c_inline" >&6; }
15607 case $ac_cv_c_inline in
15608 inline | yes) ;;
15610 case $ac_cv_c_inline in
15611 no) ac_val=;;
15612 *) ac_val=$ac_cv_c_inline;;
15613 esac
15614 cat >>confdefs.h <<_ACEOF
15615 #ifndef __cplusplus
15616 #define inline $ac_val
15617 #endif
15618 _ACEOF
15620 esac
15622 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15623 if test "x$ac_cv_type_mode_t" = xyes; then :
15625 cat >>confdefs.h <<_ACEOF
15626 #define HAVE_MODE_T 1
15627 _ACEOF
15631 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15632 if test "x$ac_cv_type_off_t" = xyes; then :
15634 cat >>confdefs.h <<_ACEOF
15635 #define HAVE_OFF_T 1
15636 _ACEOF
15640 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15641 if test "x$ac_cv_type_pid_t" = xyes; then :
15643 cat >>confdefs.h <<_ACEOF
15644 #define HAVE_PID_T 1
15645 _ACEOF
15649 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15650 if test "x$ac_cv_type_size_t" = xyes; then :
15652 cat >>confdefs.h <<_ACEOF
15653 #define HAVE_SIZE_T 1
15654 _ACEOF
15658 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15659 if test "x$ac_cv_type_ssize_t" = xyes; then :
15661 cat >>confdefs.h <<_ACEOF
15662 #define HAVE_SSIZE_T 1
15663 _ACEOF
15667 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15668 if test "x$ac_cv_type_long_long" = xyes; then :
15670 cat >>confdefs.h <<_ACEOF
15671 #define HAVE_LONG_LONG 1
15672 _ACEOF
15676 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15677 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15679 cat >>confdefs.h <<_ACEOF
15680 #define HAVE_FSBLKCNT_T 1
15681 _ACEOF
15685 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15686 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15688 cat >>confdefs.h <<_ACEOF
15689 #define HAVE_FSFILCNT_T 1
15690 _ACEOF
15695 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15696 #include <signal.h>
15698 if test "x$ac_cv_type_sigset_t" = xyes; then :
15700 cat >>confdefs.h <<_ACEOF
15701 #define HAVE_SIGSET_T 1
15702 _ACEOF
15707 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15709 if test "x$ac_cv_type_request_sense" = xyes; then :
15711 cat >>confdefs.h <<_ACEOF
15712 #define HAVE_REQUEST_SENSE 1
15713 _ACEOF
15719 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15720 #ifdef HAVE_SYS_SOCKET_H
15721 #include <sys/socket.h>
15722 #endif
15723 #ifdef HAVE_SYS_SOCKETVAR_H
15724 #include <sys/socketvar.h>
15725 #endif
15726 #ifdef HAVE_NET_ROUTE_H
15727 #include <net/route.h>
15728 #endif
15729 #ifdef HAVE_NETINET_IN_H
15730 #include <netinet/in.h>
15731 #endif
15732 #ifdef HAVE_NETINET_IN_SYSTM_H
15733 #include <netinet/in_systm.h>
15734 #endif
15735 #ifdef HAVE_NETINET_IP_H
15736 #include <netinet/ip.h>
15737 #endif
15738 #ifdef HAVE_NETINET_IN_PCB_H
15739 #include <netinet/in_pcb.h>
15740 #endif
15742 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15744 cat >>confdefs.h <<_ACEOF
15745 #define HAVE_STRUCT_XINPGEN 1
15746 _ACEOF
15752 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15753 #include <link.h>
15754 #endif
15755 #ifdef HAVE_SYS_LINK_H
15756 #include <sys/link.h>
15757 #endif
15759 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15761 cat >>confdefs.h <<_ACEOF
15762 #define HAVE_STRUCT_R_DEBUG 1
15763 _ACEOF
15767 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15768 #include <link.h>
15769 #endif
15770 #ifdef HAVE_SYS_LINK_H
15771 #include <sys/link.h>
15772 #endif
15774 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15776 cat >>confdefs.h <<_ACEOF
15777 #define HAVE_STRUCT_LINK_MAP 1
15778 _ACEOF
15784 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15785 #include <linux/input.h>
15786 #endif
15788 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15790 cat >>confdefs.h <<_ACEOF
15791 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15792 _ACEOF
15798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15799 $as_echo_n "checking for sigaddset... " >&6; }
15800 if ${wine_cv_have_sigaddset+:} false; then :
15801 $as_echo_n "(cached) " >&6
15802 else
15803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15804 /* end confdefs.h. */
15805 #include <signal.h>
15807 main ()
15809 sigset_t set; sigaddset(&set,SIGTERM);
15811 return 0;
15813 _ACEOF
15814 if ac_fn_c_try_link "$LINENO"; then :
15815 wine_cv_have_sigaddset=yes
15816 else
15817 wine_cv_have_sigaddset=no
15819 rm -f core conftest.err conftest.$ac_objext \
15820 conftest$ac_exeext conftest.$ac_ext
15822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15823 $as_echo "$wine_cv_have_sigaddset" >&6; }
15824 if test "$wine_cv_have_sigaddset" = "yes"
15825 then
15827 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15833 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15834 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15835 $as_echo_n "(cached) " >&6
15836 else
15837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15838 /* end confdefs.h. */
15839 #include <netdb.h>
15841 main ()
15844 char *name=0;
15845 struct hostent he;
15846 struct hostent *result;
15847 char *buf=0;
15848 int bufsize=0;
15849 int errnr;
15850 char *addr=0;
15851 int addrlen=0;
15852 int addrtype=0;
15853 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15854 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15857 return 0;
15859 _ACEOF
15860 if ac_fn_c_try_link "$LINENO"; then :
15861 wine_cv_linux_gethostbyname_r_6=yes
15862 else
15863 wine_cv_linux_gethostbyname_r_6=no
15866 rm -f core conftest.err conftest.$ac_objext \
15867 conftest$ac_exeext conftest.$ac_ext
15870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15871 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15872 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15873 then
15875 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15879 if test "$ac_cv_header_linux_joystick_h" = "yes"
15880 then
15881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15882 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15883 if ${wine_cv_linux_joystick_22_api+:} false; then :
15884 $as_echo_n "(cached) " >&6
15885 else
15886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15887 /* end confdefs.h. */
15889 #include <sys/ioctl.h>
15890 #include <sys/types.h>
15891 #include <linux/joystick.h>
15893 struct js_event blub;
15894 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15895 #error "no 2.2 header"
15896 #endif
15899 main ()
15901 /*empty*/
15903 return 0;
15905 _ACEOF
15906 if ac_fn_c_try_compile "$LINENO"; then :
15907 wine_cv_linux_joystick_22_api=yes
15908 else
15909 wine_cv_linux_joystick_22_api=no
15911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15915 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15916 if test "$wine_cv_linux_joystick_22_api" = "yes"
15917 then
15919 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15925 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15926 #ifdef HAVE_SYS_PARAM_H
15927 # include <sys/param.h>
15928 #endif
15929 #ifdef HAVE_SYS_MOUNT_H
15930 # include <sys/mount.h>
15931 #endif
15932 #ifdef HAVE_SYS_VFS_H
15933 # include <sys/vfs.h>
15934 #endif
15935 #ifdef HAVE_SYS_STATFS_H
15936 # include <sys/statfs.h>
15937 #endif
15939 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15941 cat >>confdefs.h <<_ACEOF
15942 #define HAVE_STRUCT_STATFS_F_BFREE 1
15943 _ACEOF
15947 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15948 #ifdef HAVE_SYS_PARAM_H
15949 # include <sys/param.h>
15950 #endif
15951 #ifdef HAVE_SYS_MOUNT_H
15952 # include <sys/mount.h>
15953 #endif
15954 #ifdef HAVE_SYS_VFS_H
15955 # include <sys/vfs.h>
15956 #endif
15957 #ifdef HAVE_SYS_STATFS_H
15958 # include <sys/statfs.h>
15959 #endif
15961 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
15963 cat >>confdefs.h <<_ACEOF
15964 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15965 _ACEOF
15969 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15970 #ifdef HAVE_SYS_PARAM_H
15971 # include <sys/param.h>
15972 #endif
15973 #ifdef HAVE_SYS_MOUNT_H
15974 # include <sys/mount.h>
15975 #endif
15976 #ifdef HAVE_SYS_VFS_H
15977 # include <sys/vfs.h>
15978 #endif
15979 #ifdef HAVE_SYS_STATFS_H
15980 # include <sys/statfs.h>
15981 #endif
15983 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
15985 cat >>confdefs.h <<_ACEOF
15986 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15987 _ACEOF
15991 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15992 #ifdef HAVE_SYS_PARAM_H
15993 # include <sys/param.h>
15994 #endif
15995 #ifdef HAVE_SYS_MOUNT_H
15996 # include <sys/mount.h>
15997 #endif
15998 #ifdef HAVE_SYS_VFS_H
15999 # include <sys/vfs.h>
16000 #endif
16001 #ifdef HAVE_SYS_STATFS_H
16002 # include <sys/statfs.h>
16003 #endif
16005 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16007 cat >>confdefs.h <<_ACEOF
16008 #define HAVE_STRUCT_STATFS_F_FFREE 1
16009 _ACEOF
16013 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16014 #ifdef HAVE_SYS_PARAM_H
16015 # include <sys/param.h>
16016 #endif
16017 #ifdef HAVE_SYS_MOUNT_H
16018 # include <sys/mount.h>
16019 #endif
16020 #ifdef HAVE_SYS_VFS_H
16021 # include <sys/vfs.h>
16022 #endif
16023 #ifdef HAVE_SYS_STATFS_H
16024 # include <sys/statfs.h>
16025 #endif
16027 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16029 cat >>confdefs.h <<_ACEOF
16030 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16031 _ACEOF
16035 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16036 #ifdef HAVE_SYS_PARAM_H
16037 # include <sys/param.h>
16038 #endif
16039 #ifdef HAVE_SYS_MOUNT_H
16040 # include <sys/mount.h>
16041 #endif
16042 #ifdef HAVE_SYS_VFS_H
16043 # include <sys/vfs.h>
16044 #endif
16045 #ifdef HAVE_SYS_STATFS_H
16046 # include <sys/statfs.h>
16047 #endif
16049 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16051 cat >>confdefs.h <<_ACEOF
16052 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16053 _ACEOF
16059 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16060 #include <sys/statvfs.h>
16061 #endif
16063 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16065 cat >>confdefs.h <<_ACEOF
16066 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16067 _ACEOF
16073 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16074 #include <dirent.h>
16075 #endif
16077 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16079 cat >>confdefs.h <<_ACEOF
16080 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16081 _ACEOF
16087 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16088 #ifdef HAVE_SYS_SOCKET_H
16089 # include <sys/socket.h>
16090 #endif
16091 #ifdef HAVE_SYS_UN_H
16092 # include <sys/un.h>
16093 #endif
16095 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16097 cat >>confdefs.h <<_ACEOF
16098 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16099 _ACEOF
16103 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16104 #ifdef HAVE_SYS_SOCKET_H
16105 # include <sys/socket.h>
16106 #endif
16107 #ifdef HAVE_SYS_UN_H
16108 # include <sys/un.h>
16109 #endif
16111 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16113 cat >>confdefs.h <<_ACEOF
16114 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16115 _ACEOF
16119 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16120 #ifdef HAVE_SYS_SOCKET_H
16121 # include <sys/socket.h>
16122 #endif
16123 #ifdef HAVE_SYS_UN_H
16124 # include <sys/un.h>
16125 #endif
16127 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16129 cat >>confdefs.h <<_ACEOF
16130 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16131 _ACEOF
16137 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16138 #ifdef HAVE_SCSI_SG_H
16139 #include <scsi/sg.h>
16140 #endif
16142 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16144 cat >>confdefs.h <<_ACEOF
16145 #define HAVE_SCSIREQ_T_CMD 1
16146 _ACEOF
16150 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>
16151 #ifdef HAVE_SCSI_SG_H
16152 #include <scsi/sg.h>
16153 #endif
16155 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16157 cat >>confdefs.h <<_ACEOF
16158 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16159 _ACEOF
16165 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16167 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16169 cat >>confdefs.h <<_ACEOF
16170 #define HAVE_SIGINFO_T_SI_FD 1
16171 _ACEOF
16177 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16178 #ifdef HAVE_SYS_MTIO_H
16179 #include <sys/mtio.h>
16180 #endif
16182 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16184 cat >>confdefs.h <<_ACEOF
16185 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16186 _ACEOF
16190 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16191 #ifdef HAVE_SYS_MTIO_H
16192 #include <sys/mtio.h>
16193 #endif
16195 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16197 cat >>confdefs.h <<_ACEOF
16198 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16199 _ACEOF
16203 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16204 #ifdef HAVE_SYS_MTIO_H
16205 #include <sys/mtio.h>
16206 #endif
16208 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16210 cat >>confdefs.h <<_ACEOF
16211 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16212 _ACEOF
16218 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16219 #include <getopt.h>
16220 #endif
16222 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16224 cat >>confdefs.h <<_ACEOF
16225 #define HAVE_STRUCT_OPTION_NAME 1
16226 _ACEOF
16232 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16233 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16235 cat >>confdefs.h <<_ACEOF
16236 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16237 _ACEOF
16241 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16242 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16244 cat >>confdefs.h <<_ACEOF
16245 #define HAVE_STRUCT_STAT_ST_MTIM 1
16246 _ACEOF
16250 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16251 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16253 cat >>confdefs.h <<_ACEOF
16254 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16255 _ACEOF
16259 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16260 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16262 cat >>confdefs.h <<_ACEOF
16263 #define HAVE_STRUCT_STAT_ST_CTIM 1
16264 _ACEOF
16268 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16269 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16271 cat >>confdefs.h <<_ACEOF
16272 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16273 _ACEOF
16277 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16278 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16280 cat >>confdefs.h <<_ACEOF
16281 #define HAVE_STRUCT_STAT_ST_ATIM 1
16282 _ACEOF
16286 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16287 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16289 cat >>confdefs.h <<_ACEOF
16290 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16291 _ACEOF
16295 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16296 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16298 cat >>confdefs.h <<_ACEOF
16299 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16300 _ACEOF
16304 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16305 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16307 cat >>confdefs.h <<_ACEOF
16308 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16309 _ACEOF
16313 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16314 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16316 cat >>confdefs.h <<_ACEOF
16317 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16318 _ACEOF
16322 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16323 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16325 cat >>confdefs.h <<_ACEOF
16326 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16327 _ACEOF
16331 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16332 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16334 cat >>confdefs.h <<_ACEOF
16335 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16336 _ACEOF
16342 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
16343 #include <sys/types.h>
16344 #endif
16345 #ifdef HAVE_NETINET_IN_H
16346 #include <netinet/in.h>
16347 #endif
16349 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16351 cat >>confdefs.h <<_ACEOF
16352 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16353 _ACEOF
16359 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16360 #include <resolv.h>
16361 #endif
16363 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16365 cat >>confdefs.h <<_ACEOF
16366 #define HAVE_STRUCT___RES_STATE 1
16367 _ACEOF
16373 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
16374 #include <resolv.h>
16375 #endif
16377 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16379 cat >>confdefs.h <<_ACEOF
16380 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16381 _ACEOF
16387 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16388 #include <sys/types.h>
16389 #endif
16390 #ifdef HAVE_NETINET_IN_H
16391 # include <netinet/in.h>
16392 #endif
16393 #ifdef HAVE_ARPA_NAMESER_H
16394 # include <arpa/nameser.h>
16395 #endif
16397 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16399 cat >>confdefs.h <<_ACEOF
16400 #define HAVE_NS_MSG__MSG_PTR 1
16401 _ACEOF
16407 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16408 #include <sys/types.h>
16409 #endif
16410 #ifdef HAVE_NETINET_IP_H
16411 #include <netinet/ip.h>
16412 #endif
16413 #ifdef HAVE_NETINET_IP_ICMP_H
16414 #include <netinet/ip_icmp.h>
16415 #endif
16416 #ifdef HAVE_NETINET_ICMP_VAR_H
16417 #include <netinet/icmp_var.h>
16418 #endif
16420 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16422 cat >>confdefs.h <<_ACEOF
16423 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16424 _ACEOF
16430 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16431 #include <sys/types.h>
16432 #endif
16433 #ifdef HAVE_ALIAS_H
16434 #include <alias.h>
16435 #endif
16436 #ifdef HAVE_SYS_SOCKET_H
16437 #include <sys/socket.h>
16438 #endif
16439 #ifdef HAVE_SYS_SOCKETVAR_H
16440 #include <sys/socketvar.h>
16441 #endif
16442 #ifdef HAVE_SYS_TIMEOUT_H
16443 #include <sys/timeout.h>
16444 #endif
16445 #ifdef HAVE_NETINET_IN_H
16446 #include <netinet/in.h>
16447 #endif
16448 #ifdef HAVE_NETINET_IN_SYSTM_H
16449 #include <netinet/in_systm.h>
16450 #endif
16451 #ifdef HAVE_NETINET_IP_H
16452 #include <netinet/ip.h>
16453 #endif
16454 #ifdef HAVE_NETINET_IP_VAR_H
16455 #include <netinet/ip_var.h>
16456 #endif
16457 #ifdef HAVE_NETINET_IP_ICMP_H
16458 #include <netinet/ip_icmp.h>
16459 #endif
16460 #ifdef HAVE_NETINET_ICMP_VAR_H
16461 #include <netinet/icmp_var.h>
16462 #endif
16464 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16466 cat >>confdefs.h <<_ACEOF
16467 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16468 _ACEOF
16474 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16475 #include <sys/types.h>
16476 #endif
16477 #ifdef HAVE_SYS_SOCKETVAR_H
16478 #include <sys/socketvar.h>
16479 #endif
16480 #ifdef HAVE_NETINET_IN_H
16481 #include <netinet/in.h>
16482 #endif
16483 #ifdef HAVE_NETINET_IP_VAR_H
16484 #include <netinet/ip_var.h>
16485 #endif
16487 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16489 cat >>confdefs.h <<_ACEOF
16490 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16491 _ACEOF
16497 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
16498 #include <netinet/ip_var.h>
16499 #endif
16501 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16503 cat >>confdefs.h <<_ACEOF
16504 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16505 _ACEOF
16511 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16512 #include <sys/types.h>
16513 #endif
16514 #ifdef HAVE_SYS_SOCKETVAR_H
16515 #include <sys/socketvar.h>
16516 #endif
16517 #ifdef HAVE_NETINET_IN_H
16518 #include <netinet/in.h>
16519 #endif
16520 #ifdef HAVE_NETINET_TCP_H
16521 #include <netinet/tcp.h>
16522 #endif
16523 #ifdef HAVE_NETINET_TCP_VAR_H
16524 #include <netinet/tcp_var.h>
16525 #endif
16527 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16529 cat >>confdefs.h <<_ACEOF
16530 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16531 _ACEOF
16537 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
16538 #include <netinet/tcp_var.h>
16539 #endif
16541 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16543 cat >>confdefs.h <<_ACEOF
16544 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16545 _ACEOF
16551 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16552 #include <sys/types.h>
16553 #endif
16554 #ifdef HAVE_NETINET_IN_H
16555 #include <netinet/in.h>
16556 #endif
16557 #ifdef HAVE_NETINET_IP_VAR_H
16558 #include <netinet/ip_var.h>
16559 #endif
16560 #ifdef HAVE_NETINET_UDP_H
16561 #include <netinet/udp.h>
16562 #endif
16563 #ifdef HAVE_NETINET_UDP_VAR_H
16564 #include <netinet/udp_var.h>
16565 #endif
16567 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16569 cat >>confdefs.h <<_ACEOF
16570 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16571 _ACEOF
16577 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16578 #include <sys/types.h>
16579 #endif
16580 #ifdef HAVE_NET_IF_H
16581 # include <net/if.h>
16582 #endif
16584 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16586 cat >>confdefs.h <<_ACEOF
16587 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16588 _ACEOF
16594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16595 $as_echo_n "checking for timezone variable... " >&6; }
16596 if ${ac_cv_have_timezone+:} false; then :
16597 $as_echo_n "(cached) " >&6
16598 else
16599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16600 /* end confdefs.h. */
16601 #include <time.h>
16603 main ()
16605 timezone = 1
16607 return 0;
16609 _ACEOF
16610 if ac_fn_c_try_link "$LINENO"; then :
16611 ac_cv_have_timezone="yes"
16612 else
16613 ac_cv_have_timezone="no"
16615 rm -f core conftest.err conftest.$ac_objext \
16616 conftest$ac_exeext conftest.$ac_ext
16618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16619 $as_echo "$ac_cv_have_timezone" >&6; }
16620 if test "$ac_cv_have_timezone" = "yes"
16621 then
16623 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16627 $as_echo_n "checking for daylight variable... " >&6; }
16628 if ${ac_cv_have_daylight+:} false; then :
16629 $as_echo_n "(cached) " >&6
16630 else
16631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16632 /* end confdefs.h. */
16633 #include <time.h>
16635 main ()
16637 daylight = 1
16639 return 0;
16641 _ACEOF
16642 if ac_fn_c_try_link "$LINENO"; then :
16643 ac_cv_have_daylight="yes"
16644 else
16645 ac_cv_have_daylight="no"
16647 rm -f core conftest.err conftest.$ac_objext \
16648 conftest$ac_exeext conftest.$ac_ext
16650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16651 $as_echo "$ac_cv_have_daylight" >&6; }
16652 if test "$ac_cv_have_daylight" = "yes"
16653 then
16655 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16659 ac_save_LIBS="$LIBS"
16660 LIBS="$LIBS -lm"
16661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16662 $as_echo_n "checking for isfinite... " >&6; }
16663 if ${ac_cv_have_isfinite+:} false; then :
16664 $as_echo_n "(cached) " >&6
16665 else
16666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16667 /* end confdefs.h. */
16668 #define _GNU_SOURCE
16669 #include <math.h>
16671 main ()
16673 float f = 0.0; return isfinite(f)
16675 return 0;
16677 _ACEOF
16678 if ac_fn_c_try_link "$LINENO"; then :
16679 ac_cv_have_isfinite="yes"
16680 else
16681 ac_cv_have_isfinite="no"
16683 rm -f core conftest.err conftest.$ac_objext \
16684 conftest$ac_exeext conftest.$ac_ext
16686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16687 $as_echo "$ac_cv_have_isfinite" >&6; }
16688 if test "$ac_cv_have_isfinite" = "yes"
16689 then
16691 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16696 $as_echo_n "checking for isinf... " >&6; }
16697 if ${ac_cv_have_isinf+:} false; then :
16698 $as_echo_n "(cached) " >&6
16699 else
16700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16701 /* end confdefs.h. */
16702 #include <math.h>
16704 main ()
16706 float f = 0.0; return isinf(f)
16708 return 0;
16710 _ACEOF
16711 if ac_fn_c_try_link "$LINENO"; then :
16712 ac_cv_have_isinf="yes"
16713 else
16714 ac_cv_have_isinf="no"
16716 rm -f core conftest.err conftest.$ac_objext \
16717 conftest$ac_exeext conftest.$ac_ext
16719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16720 $as_echo "$ac_cv_have_isinf" >&6; }
16721 if test "$ac_cv_have_isinf" = "yes"
16722 then
16724 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16729 $as_echo_n "checking for isnan... " >&6; }
16730 if ${ac_cv_have_isnan+:} false; then :
16731 $as_echo_n "(cached) " >&6
16732 else
16733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16734 /* end confdefs.h. */
16735 #include <math.h>
16737 main ()
16739 float f = 0.0; return isnan(f)
16741 return 0;
16743 _ACEOF
16744 if ac_fn_c_try_link "$LINENO"; then :
16745 ac_cv_have_isnan="yes"
16746 else
16747 ac_cv_have_isnan="no"
16749 rm -f core conftest.err conftest.$ac_objext \
16750 conftest$ac_exeext conftest.$ac_ext
16752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16753 $as_echo "$ac_cv_have_isnan" >&6; }
16754 if test "$ac_cv_have_isnan" = "yes"
16755 then
16757 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16761 for ac_func in \
16762 cbrt \
16763 cbrtf \
16764 erf \
16765 erff \
16766 exp2 \
16767 exp2f \
16768 llrint \
16769 llrintf \
16770 llround \
16771 llroundf \
16772 log2 \
16773 log2f \
16774 lrint \
16775 lrintf \
16776 lround \
16777 lroundf \
16778 rint \
16779 rintf \
16780 round \
16781 roundf \
16782 trunc \
16783 truncf
16785 do :
16786 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16787 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16788 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16789 cat >>confdefs.h <<_ACEOF
16790 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16791 _ACEOF
16794 done
16796 LIBS="$ac_save_LIBS"
16798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16799 $as_echo_n "checking for __builtin_clz... " >&6; }
16800 if ${ac_cv_have___builtin_clz+:} false; then :
16801 $as_echo_n "(cached) " >&6
16802 else
16803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16804 /* end confdefs.h. */
16807 main ()
16809 return __builtin_clz(1)
16811 return 0;
16813 _ACEOF
16814 if ac_fn_c_try_link "$LINENO"; then :
16815 ac_cv_have___builtin_clz="yes"
16816 else
16817 ac_cv_have___builtin_clz="no"
16819 rm -f core conftest.err conftest.$ac_objext \
16820 conftest$ac_exeext conftest.$ac_ext
16822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16823 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16824 if test "$ac_cv_have___builtin_clz" = "yes"
16825 then
16827 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16832 case $host_cpu in
16833 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16834 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16835 if ${ac_cv_cpp_def___i386__+:} false; then :
16836 $as_echo_n "(cached) " >&6
16837 else
16838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16839 /* end confdefs.h. */
16840 #ifndef __i386__
16842 #endif
16843 _ACEOF
16844 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16845 $EGREP "yes" >/dev/null 2>&1; then :
16846 ac_cv_cpp_def___i386__=yes
16847 else
16848 ac_cv_cpp_def___i386__=no
16850 rm -f conftest*
16853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16854 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16855 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16856 CFLAGS="$CFLAGS -D__i386__"
16857 LINTFLAGS="$LINTFLAGS -D__i386__"
16858 fi ;;
16859 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16860 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16861 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16862 $as_echo_n "(cached) " >&6
16863 else
16864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16865 /* end confdefs.h. */
16866 #ifndef __x86_64__
16868 #endif
16869 _ACEOF
16870 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16871 $EGREP "yes" >/dev/null 2>&1; then :
16872 ac_cv_cpp_def___x86_64__=yes
16873 else
16874 ac_cv_cpp_def___x86_64__=no
16876 rm -f conftest*
16879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16880 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16881 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16882 CFLAGS="$CFLAGS -D__x86_64__"
16883 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16884 fi ;;
16885 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16886 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16887 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16888 $as_echo_n "(cached) " >&6
16889 else
16890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16891 /* end confdefs.h. */
16892 #ifndef __sparc64__
16894 #endif
16895 _ACEOF
16896 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16897 $EGREP "yes" >/dev/null 2>&1; then :
16898 ac_cv_cpp_def___sparc64__=yes
16899 else
16900 ac_cv_cpp_def___sparc64__=no
16902 rm -f conftest*
16905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16906 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16907 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16908 CFLAGS="$CFLAGS -D__sparc64__"
16909 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16910 fi ;;
16911 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16912 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16913 if ${ac_cv_cpp_def___sparc__+:} false; then :
16914 $as_echo_n "(cached) " >&6
16915 else
16916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16917 /* end confdefs.h. */
16918 #ifndef __sparc__
16920 #endif
16921 _ACEOF
16922 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16923 $EGREP "yes" >/dev/null 2>&1; then :
16924 ac_cv_cpp_def___sparc__=yes
16925 else
16926 ac_cv_cpp_def___sparc__=no
16928 rm -f conftest*
16931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16932 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16933 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16934 CFLAGS="$CFLAGS -D__sparc__"
16935 LINTFLAGS="$LINTFLAGS -D__sparc__"
16936 fi ;;
16937 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16938 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16939 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16940 $as_echo_n "(cached) " >&6
16941 else
16942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16943 /* end confdefs.h. */
16944 #ifndef __powerpc64__
16946 #endif
16947 _ACEOF
16948 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16949 $EGREP "yes" >/dev/null 2>&1; then :
16950 ac_cv_cpp_def___powerpc64__=yes
16951 else
16952 ac_cv_cpp_def___powerpc64__=no
16954 rm -f conftest*
16957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16958 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16959 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
16960 CFLAGS="$CFLAGS -D__powerpc64__"
16961 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
16962 fi ;;
16963 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16964 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16965 if ${ac_cv_cpp_def___powerpc__+:} false; then :
16966 $as_echo_n "(cached) " >&6
16967 else
16968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16969 /* end confdefs.h. */
16970 #ifndef __powerpc__
16972 #endif
16973 _ACEOF
16974 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16975 $EGREP "yes" >/dev/null 2>&1; then :
16976 ac_cv_cpp_def___powerpc__=yes
16977 else
16978 ac_cv_cpp_def___powerpc__=no
16980 rm -f conftest*
16983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16984 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16985 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
16986 CFLAGS="$CFLAGS -D__powerpc__"
16987 LINTFLAGS="$LINTFLAGS -D__powerpc__"
16988 fi ;;
16989 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16990 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16991 if ${ac_cv_cpp_def___aarch64__+:} false; then :
16992 $as_echo_n "(cached) " >&6
16993 else
16994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16995 /* end confdefs.h. */
16996 #ifndef __aarch64__
16998 #endif
16999 _ACEOF
17000 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17001 $EGREP "yes" >/dev/null 2>&1; then :
17002 ac_cv_cpp_def___aarch64__=yes
17003 else
17004 ac_cv_cpp_def___aarch64__=no
17006 rm -f conftest*
17009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17010 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17011 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17012 CFLAGS="$CFLAGS -D__aarch64__"
17013 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17014 fi ;;
17015 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17016 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17017 if ${ac_cv_cpp_def___arm__+:} false; then :
17018 $as_echo_n "(cached) " >&6
17019 else
17020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17021 /* end confdefs.h. */
17022 #ifndef __arm__
17024 #endif
17025 _ACEOF
17026 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17027 $EGREP "yes" >/dev/null 2>&1; then :
17028 ac_cv_cpp_def___arm__=yes
17029 else
17030 ac_cv_cpp_def___arm__=no
17032 rm -f conftest*
17035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17036 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17037 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17038 CFLAGS="$CFLAGS -D__arm__"
17039 LINTFLAGS="$LINTFLAGS -D__arm__"
17040 fi ;;
17041 esac
17043 case $host_vendor in
17044 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17045 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17046 if ${ac_cv_cpp_def___sun__+:} false; then :
17047 $as_echo_n "(cached) " >&6
17048 else
17049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17050 /* end confdefs.h. */
17051 #ifndef __sun__
17053 #endif
17054 _ACEOF
17055 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17056 $EGREP "yes" >/dev/null 2>&1; then :
17057 ac_cv_cpp_def___sun__=yes
17058 else
17059 ac_cv_cpp_def___sun__=no
17061 rm -f conftest*
17064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17065 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17066 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17067 CFLAGS="$CFLAGS -D__sun__"
17068 LINTFLAGS="$LINTFLAGS -D__sun__"
17069 fi ;;
17070 esac
17076 ac_config_commands="$ac_config_commands include/stamp-h"
17078 $as_echo_n "creating Makefile rules..." >&6
17080 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17081 SOCKET_LIBS = $SOCKET_LIBS
17082 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17083 IOKIT_LIBS = $IOKIT_LIBS
17084 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17085 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17086 CORESERVICES_LIBS = $CORESERVICES_LIBS
17087 APPKIT_LIBS = $APPKIT_LIBS
17088 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17089 SECURITY_LIBS = $SECURITY_LIBS
17090 COREAUDIO_LIBS = $COREAUDIO_LIBS
17091 OPENAL_LIBS = $OPENAL_LIBS
17092 OPENCL_LIBS = $OPENCL_LIBS
17093 QUICKTIME_LIBS = $QUICKTIME_LIBS
17094 CARBON_LIBS = $CARBON_LIBS
17095 PTHREAD_LIBS = $PTHREAD_LIBS
17096 X_CFLAGS = $X_CFLAGS
17097 X_PRE_LIBS = $X_PRE_LIBS
17098 X_LIBS = $X_LIBS
17099 X_EXTRA_LIBS = $X_EXTRA_LIBS
17100 XML2_CFLAGS = $XML2_CFLAGS
17101 XML2_LIBS = $XML2_LIBS
17102 XSLT_CFLAGS = $XSLT_CFLAGS
17103 XSLT_LIBS = $XSLT_LIBS
17104 DBUS_CFLAGS = $DBUS_CFLAGS
17105 DBUS_LIBS = $DBUS_LIBS
17106 HAL_CFLAGS = $HAL_CFLAGS
17107 HAL_LIBS = $HAL_LIBS
17108 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17109 GNUTLS_LIBS = $GNUTLS_LIBS
17110 SANE_CFLAGS = $SANE_CFLAGS
17111 SANE_LIBS = $SANE_LIBS
17112 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17113 GPHOTO2_LIBS = $GPHOTO2_LIBS
17114 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17115 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17116 RESOLV_LIBS = $RESOLV_LIBS
17117 LCMS2_CFLAGS = $LCMS2_CFLAGS
17118 LCMS2_LIBS = $LCMS2_LIBS
17119 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17120 FREETYPE_LIBS = $FREETYPE_LIBS
17121 Z_LIBS = $Z_LIBS
17122 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17123 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17124 GSTREAMER_LIBS = $GSTREAMER_LIBS
17125 ALSA_LIBS = $ALSA_LIBS
17126 OSS4_CFLAGS = $OSS4_CFLAGS
17127 CAPI20_CFLAGS = $CAPI20_CFLAGS
17128 CAPI20_LIBS = $CAPI20_LIBS
17129 CUPS_CFLAGS = $CUPS_CFLAGS
17130 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17131 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17132 JPEG_CFLAGS = $JPEG_CFLAGS
17133 JPEG_LIBS = $JPEG_LIBS
17134 PNG_CFLAGS = $PNG_CFLAGS
17135 PNG_LIBS = $PNG_LIBS
17136 TIFF_CFLAGS = $TIFF_CFLAGS
17137 TIFF_LIBS = $TIFF_LIBS
17138 MPG123_CFLAGS = $MPG123_CFLAGS
17139 MPG123_LIBS = $MPG123_LIBS
17140 KSTAT_LIBS = $KSTAT_LIBS
17141 PROCSTAT_LIBS = $PROCSTAT_LIBS
17142 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17143 DL_LIBS = $DL_LIBS
17144 POLL_LIBS = $POLL_LIBS
17145 RT_LIBS = $RT_LIBS
17146 LDAP_LIBS = $LDAP_LIBS
17151 wine_fn_append_rule "
17152 # Rules automatically generated by configure
17154 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17156 .INIT: Makefile
17157 .MAKEFILEDEPS:
17158 all: Makefile
17159 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17160 @./config.status Make.tmp Makefile"
17162 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17163 .gitignore: config.status
17164 @./config.status .gitignore"
17166 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17167 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17169 if test "x$enable_fonts" != xno; then
17170 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17171 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17172 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17173 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17174 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17175 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17177 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17178 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17179 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17180 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17181 ac_config_links="$ac_config_links wine:tools/winewrapper"
17182 wine_fn_config_symlink wine
17183 if test "x$enable_win64" != xno; then
17184 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17185 wine_fn_config_symlink wine64
17188 wine_fn_config_dll acledit enable_acledit
17189 wine_fn_config_dll aclui enable_aclui implib
17190 wine_fn_config_dll activeds enable_activeds implib
17191 wine_fn_config_dll actxprxy enable_actxprxy clean
17192 wine_fn_config_lib adsiid
17193 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17194 wine_fn_config_test dlls/advapi32/tests advapi32_test
17195 wine_fn_config_dll advpack enable_advpack implib
17196 wine_fn_config_test dlls/advpack/tests advpack_test
17197 wine_fn_config_dll amstream enable_amstream clean
17198 wine_fn_config_test dlls/amstream/tests amstream_test
17199 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17200 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17201 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17202 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17203 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17204 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17205 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17206 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17207 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17208 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17209 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17210 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17211 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17212 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17213 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17214 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17215 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17216 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17217 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17218 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17219 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17220 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17221 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17222 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17223 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17224 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17225 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17226 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17227 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17228 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17229 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17230 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17231 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17232 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17233 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17234 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17235 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17236 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17237 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17238 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17239 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17240 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17241 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17242 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17243 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17244 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17245 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17246 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17247 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17248 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17249 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17250 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17251 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17252 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17253 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17254 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17255 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17256 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17257 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17258 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17259 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17260 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17261 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17262 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17263 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17264 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17265 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17266 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17267 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17268 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17269 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17270 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17271 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17272 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17273 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17274 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17275 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17276 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17277 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17278 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17279 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17280 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17281 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17282 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17283 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17284 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17285 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17286 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17287 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17288 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17289 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17290 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17291 wine_fn_config_dll apphelp enable_apphelp
17292 wine_fn_config_test dlls/apphelp/tests apphelp_test
17293 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17294 wine_fn_config_dll atl enable_atl clean,implib
17295 wine_fn_config_test dlls/atl/tests atl_test
17296 wine_fn_config_dll atl100 enable_atl100 clean,implib
17297 wine_fn_config_test dlls/atl100/tests atl100_test
17298 wine_fn_config_dll atl110 enable_atl110 clean
17299 wine_fn_config_dll atl80 enable_atl80 clean,implib
17300 wine_fn_config_test dlls/atl80/tests atl80_test
17301 wine_fn_config_dll atl90 enable_atl90 clean
17302 wine_fn_config_dll authz enable_authz
17303 wine_fn_config_dll avicap32 enable_avicap32 implib
17304 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17305 wine_fn_config_test dlls/avifil32/tests avifil32_test
17306 wine_fn_config_dll avifile.dll16 enable_win16
17307 wine_fn_config_dll avrt enable_avrt implib
17308 wine_fn_config_dll bcrypt enable_bcrypt
17309 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17310 wine_fn_config_dll browseui enable_browseui clean,po
17311 wine_fn_config_test dlls/browseui/tests browseui_test
17312 wine_fn_config_dll cabinet enable_cabinet implib
17313 wine_fn_config_test dlls/cabinet/tests cabinet_test
17314 wine_fn_config_dll capi2032 enable_capi2032 implib
17315 wine_fn_config_dll cards enable_cards implib
17316 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17317 wine_fn_config_dll clusapi enable_clusapi implib
17318 wine_fn_config_dll combase enable_combase
17319 wine_fn_config_test dlls/combase/tests combase_test
17320 wine_fn_config_dll comcat enable_comcat
17321 wine_fn_config_test dlls/comcat/tests comcat_test
17322 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17323 wine_fn_config_test dlls/comctl32/tests comctl32_test
17324 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17325 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17326 wine_fn_config_dll comm.drv16 enable_win16
17327 wine_fn_config_dll commdlg.dll16 enable_win16
17328 wine_fn_config_dll compobj.dll16 enable_win16
17329 wine_fn_config_dll compstui enable_compstui implib
17330 wine_fn_config_dll comsvcs enable_comsvcs implib
17331 wine_fn_config_dll connect enable_connect
17332 wine_fn_config_dll credui enable_credui implib,po
17333 wine_fn_config_test dlls/credui/tests credui_test
17334 wine_fn_config_dll crtdll enable_crtdll implib
17335 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17336 wine_fn_config_test dlls/crypt32/tests crypt32_test
17337 wine_fn_config_dll cryptdlg enable_cryptdlg po
17338 wine_fn_config_dll cryptdll enable_cryptdll implib
17339 wine_fn_config_dll cryptext enable_cryptext
17340 wine_fn_config_dll cryptnet enable_cryptnet implib
17341 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17342 wine_fn_config_dll cryptui enable_cryptui implib,po
17343 wine_fn_config_test dlls/cryptui/tests cryptui_test
17344 wine_fn_config_dll ctapi32 enable_ctapi32
17345 wine_fn_config_dll ctl3d.dll16 enable_win16
17346 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17347 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17348 wine_fn_config_dll d2d1 enable_d2d1 implib
17349 wine_fn_config_test dlls/d2d1/tests d2d1_test
17350 wine_fn_config_dll d3d10 enable_d3d10 implib
17351 wine_fn_config_test dlls/d3d10/tests d3d10_test
17352 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17353 wine_fn_config_dll d3d10core enable_d3d10core implib
17354 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17355 wine_fn_config_dll d3d11 enable_d3d11 implib
17356 wine_fn_config_test dlls/d3d11/tests d3d11_test
17357 wine_fn_config_dll d3d8 enable_d3d8 implib
17358 wine_fn_config_test dlls/d3d8/tests d3d8_test
17359 wine_fn_config_dll d3d9 enable_d3d9 implib
17360 wine_fn_config_test dlls/d3d9/tests d3d9_test
17361 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17362 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17363 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17364 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17365 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17366 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17367 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17368 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17369 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17370 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17371 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17372 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17373 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17374 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17375 wine_fn_config_dll d3dim enable_d3dim implib
17376 wine_fn_config_dll d3drm enable_d3drm implib
17377 wine_fn_config_test dlls/d3drm/tests d3drm_test
17378 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17379 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17380 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17381 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17382 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17383 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17384 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17385 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17386 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17387 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17388 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17389 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17390 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17391 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17392 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17393 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17394 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17395 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17396 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17397 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17398 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17399 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17400 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17401 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17402 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17403 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17404 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17405 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17406 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17407 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17408 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17409 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17410 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17411 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17412 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17413 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17414 wine_fn_config_dll davclnt enable_davclnt
17415 wine_fn_config_dll dbgeng enable_dbgeng implib
17416 wine_fn_config_dll dbghelp enable_dbghelp implib
17417 wine_fn_config_dll dciman32 enable_dciman32 implib
17418 wine_fn_config_dll ddeml.dll16 enable_win16
17419 wine_fn_config_dll ddraw enable_ddraw clean,implib
17420 wine_fn_config_test dlls/ddraw/tests ddraw_test
17421 wine_fn_config_dll ddrawex enable_ddrawex clean
17422 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17423 wine_fn_config_dll devenum enable_devenum clean,po
17424 wine_fn_config_test dlls/devenum/tests devenum_test
17425 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17426 wine_fn_config_dll difxapi enable_difxapi
17427 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17428 wine_fn_config_test dlls/dinput/tests dinput_test
17429 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17430 wine_fn_config_test dlls/dinput8/tests dinput8_test
17431 wine_fn_config_dll dispdib.dll16 enable_win16
17432 wine_fn_config_dll dispex enable_dispex clean
17433 wine_fn_config_test dlls/dispex/tests dispex_test
17434 wine_fn_config_dll display.drv16 enable_win16
17435 wine_fn_config_dll dmband enable_dmband clean
17436 wine_fn_config_test dlls/dmband/tests dmband_test
17437 wine_fn_config_dll dmcompos enable_dmcompos clean
17438 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17439 wine_fn_config_dll dmime enable_dmime clean
17440 wine_fn_config_test dlls/dmime/tests dmime_test
17441 wine_fn_config_dll dmloader enable_dmloader clean
17442 wine_fn_config_test dlls/dmloader/tests dmloader_test
17443 wine_fn_config_dll dmscript enable_dmscript clean
17444 wine_fn_config_test dlls/dmscript/tests dmscript_test
17445 wine_fn_config_dll dmstyle enable_dmstyle clean
17446 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17447 wine_fn_config_dll dmsynth enable_dmsynth clean
17448 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17449 wine_fn_config_dll dmusic enable_dmusic clean
17450 wine_fn_config_test dlls/dmusic/tests dmusic_test
17451 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17452 wine_fn_config_dll dnsapi enable_dnsapi implib
17453 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17454 wine_fn_config_dll dplay enable_dplay implib
17455 wine_fn_config_dll dplayx enable_dplayx clean,implib
17456 wine_fn_config_test dlls/dplayx/tests dplayx_test
17457 wine_fn_config_dll dpnaddr enable_dpnaddr
17458 wine_fn_config_dll dpnet enable_dpnet clean,implib
17459 wine_fn_config_test dlls/dpnet/tests dpnet_test
17460 wine_fn_config_dll dpnhpast enable_dpnhpast
17461 wine_fn_config_dll dpnlobby enable_dpnlobby
17462 wine_fn_config_dll dpvoice enable_dpvoice clean
17463 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17464 wine_fn_config_dll dpwsockx enable_dpwsockx
17465 wine_fn_config_dll drmclien enable_drmclien
17466 wine_fn_config_dll dsound enable_dsound clean,implib
17467 wine_fn_config_test dlls/dsound/tests dsound_test
17468 wine_fn_config_dll dssenh enable_dssenh
17469 wine_fn_config_test dlls/dssenh/tests dssenh_test
17470 wine_fn_config_dll dswave enable_dswave clean
17471 wine_fn_config_test dlls/dswave/tests dswave_test
17472 wine_fn_config_dll dwmapi enable_dwmapi implib
17473 wine_fn_config_dll dwrite enable_dwrite implib
17474 wine_fn_config_test dlls/dwrite/tests dwrite_test
17475 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17476 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17477 wine_fn_config_lib dxerr8
17478 wine_fn_config_lib dxerr9
17479 wine_fn_config_dll dxgi enable_dxgi implib
17480 wine_fn_config_test dlls/dxgi/tests dxgi_test
17481 wine_fn_config_lib dxguid
17482 wine_fn_config_dll dxva2 enable_dxva2
17483 wine_fn_config_dll esent enable_esent
17484 wine_fn_config_dll evr enable_evr
17485 wine_fn_config_dll explorerframe enable_explorerframe clean
17486 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17487 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17488 wine_fn_config_dll faultrep enable_faultrep implib
17489 wine_fn_config_test dlls/faultrep/tests faultrep_test
17490 wine_fn_config_dll fltlib enable_fltlib
17491 wine_fn_config_dll fntcache enable_fntcache
17492 wine_fn_config_dll fontsub enable_fontsub
17493 wine_fn_config_dll fusion enable_fusion
17494 wine_fn_config_test dlls/fusion/tests fusion_test
17495 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17496 wine_fn_config_dll gameux enable_gameux clean
17497 wine_fn_config_test dlls/gameux/tests gameux_test
17498 wine_fn_config_dll gdi.exe16 enable_win16
17499 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17500 wine_fn_config_test dlls/gdi32/tests gdi32_test
17501 wine_fn_config_dll gdiplus enable_gdiplus implib
17502 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17503 wine_fn_config_dll glu32 enable_glu32 implib
17504 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17505 wine_fn_config_dll gpkcsp enable_gpkcsp
17506 wine_fn_config_dll hal enable_hal
17507 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17508 wine_fn_config_dll hid enable_hid implib
17509 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17510 wine_fn_config_dll hlink enable_hlink clean,implib
17511 wine_fn_config_test dlls/hlink/tests hlink_test
17512 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17513 wine_fn_config_dll httpapi enable_httpapi
17514 wine_fn_config_dll iccvid enable_iccvid po
17515 wine_fn_config_dll icmp enable_icmp
17516 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17517 wine_fn_config_test dlls/ieframe/tests ieframe_test
17518 wine_fn_config_dll ifsmgr.vxd enable_win16
17519 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17520 wine_fn_config_dll imagehlp enable_imagehlp implib
17521 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17522 wine_fn_config_dll imm.dll16 enable_win16
17523 wine_fn_config_dll imm32 enable_imm32 implib
17524 wine_fn_config_test dlls/imm32/tests imm32_test
17525 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17526 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17527 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17528 wine_fn_config_dll inetmib1 enable_inetmib1
17529 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17530 wine_fn_config_dll infosoft enable_infosoft clean
17531 wine_fn_config_test dlls/infosoft/tests infosoft_test
17532 wine_fn_config_dll initpki enable_initpki
17533 wine_fn_config_dll inkobj enable_inkobj
17534 wine_fn_config_dll inseng enable_inseng clean
17535 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17536 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17537 wine_fn_config_dll itircl enable_itircl
17538 wine_fn_config_dll itss enable_itss clean
17539 wine_fn_config_test dlls/itss/tests itss_test
17540 wine_fn_config_dll joy.cpl enable_joy_cpl po
17541 wine_fn_config_dll jscript enable_jscript clean,po
17542 wine_fn_config_test dlls/jscript/tests jscript_test
17543 wine_fn_config_dll jsproxy enable_jsproxy implib
17544 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17545 wine_fn_config_test dlls/kernel32/tests kernel32_test
17546 wine_fn_config_dll keyboard.drv16 enable_win16
17547 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17548 wine_fn_config_dll ksuser enable_ksuser
17549 wine_fn_config_dll ktmw32 enable_ktmw32
17550 wine_fn_config_dll loadperf enable_loadperf implib
17551 wine_fn_config_dll localspl enable_localspl po
17552 wine_fn_config_test dlls/localspl/tests localspl_test
17553 wine_fn_config_dll localui enable_localui po
17554 wine_fn_config_test dlls/localui/tests localui_test
17555 wine_fn_config_dll lz32 enable_lz32 implib
17556 wine_fn_config_test dlls/lz32/tests lz32_test
17557 wine_fn_config_dll lzexpand.dll16 enable_win16
17558 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17559 wine_fn_config_test dlls/mapi32/tests mapi32_test
17560 wine_fn_config_dll mapistub enable_mapistub
17561 wine_fn_config_dll mciavi32 enable_mciavi32
17562 wine_fn_config_dll mcicda enable_mcicda
17563 wine_fn_config_dll mciqtz32 enable_mciqtz32
17564 wine_fn_config_dll mciseq enable_mciseq
17565 wine_fn_config_dll mciwave enable_mciwave
17566 wine_fn_config_dll mf enable_mf
17567 wine_fn_config_dll mfplat enable_mfplat
17568 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17569 wine_fn_config_dll mgmtapi enable_mgmtapi
17570 wine_fn_config_dll midimap enable_midimap
17571 wine_fn_config_dll mlang enable_mlang clean,implib
17572 wine_fn_config_test dlls/mlang/tests mlang_test
17573 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17574 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17575 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17576 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17577 wine_fn_config_dll mmdevldr.vxd enable_win16
17578 wine_fn_config_dll mmsystem.dll16 enable_win16
17579 wine_fn_config_dll monodebg.vxd enable_win16
17580 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17581 wine_fn_config_dll mouse.drv16 enable_win16
17582 wine_fn_config_dll mpr enable_mpr implib,po
17583 wine_fn_config_test dlls/mpr/tests mpr_test
17584 wine_fn_config_dll mprapi enable_mprapi implib
17585 wine_fn_config_dll msacm.dll16 enable_win16
17586 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17587 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17588 wine_fn_config_test dlls/msacm32/tests msacm32_test
17589 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17590 wine_fn_config_dll msasn1 enable_msasn1 implib
17591 wine_fn_config_dll mscat32 enable_mscat32
17592 wine_fn_config_dll mscms enable_mscms implib
17593 wine_fn_config_test dlls/mscms/tests mscms_test
17594 wine_fn_config_dll mscoree enable_mscoree clean
17595 wine_fn_config_test dlls/mscoree/tests mscoree_test
17596 wine_fn_config_dll msctf enable_msctf clean
17597 wine_fn_config_test dlls/msctf/tests msctf_test
17598 wine_fn_config_dll msctfp enable_msctfp clean
17599 wine_fn_config_dll msdaps enable_msdaps clean
17600 wine_fn_config_dll msdelta enable_msdelta
17601 wine_fn_config_dll msdmo enable_msdmo implib
17602 wine_fn_config_test dlls/msdmo/tests msdmo_test
17603 wine_fn_config_dll msftedit enable_msftedit
17604 wine_fn_config_dll msg711.acm enable_msg711_acm
17605 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17606 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17607 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17608 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17609 wine_fn_config_dll msi enable_msi clean,implib,po
17610 wine_fn_config_test dlls/msi/tests msi_test
17611 wine_fn_config_dll msident enable_msident clean
17612 wine_fn_config_dll msimg32 enable_msimg32 implib
17613 wine_fn_config_dll msimsg enable_msimsg
17614 wine_fn_config_dll msimtf enable_msimtf clean
17615 wine_fn_config_dll msisip enable_msisip
17616 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17617 wine_fn_config_dll msls31 enable_msls31
17618 wine_fn_config_dll msnet32 enable_msnet32
17619 wine_fn_config_dll mspatcha enable_mspatcha implib
17620 wine_fn_config_dll msrle32 enable_msrle32 po
17621 wine_fn_config_test dlls/msrle32/tests msrle32_test
17622 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17623 wine_fn_config_dll mssign32 enable_mssign32
17624 wine_fn_config_dll mssip32 enable_mssip32
17625 wine_fn_config_dll mstask enable_mstask clean
17626 wine_fn_config_test dlls/mstask/tests mstask_test
17627 wine_fn_config_dll msvcirt enable_msvcirt
17628 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17629 wine_fn_config_dll msvcm80 enable_msvcm80
17630 wine_fn_config_dll msvcm90 enable_msvcm90
17631 wine_fn_config_dll msvcp100 enable_msvcp100
17632 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17633 wine_fn_config_dll msvcp110 enable_msvcp110
17634 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17635 wine_fn_config_dll msvcp120 enable_msvcp120
17636 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17637 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17638 wine_fn_config_dll msvcp60 enable_msvcp60
17639 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17640 wine_fn_config_dll msvcp70 enable_msvcp70
17641 wine_fn_config_dll msvcp71 enable_msvcp71
17642 wine_fn_config_dll msvcp80 enable_msvcp80
17643 wine_fn_config_dll msvcp90 enable_msvcp90
17644 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17645 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17646 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17647 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17648 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17649 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17650 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17651 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17652 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17653 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17654 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17655 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17656 wine_fn_config_dll msvcrt enable_msvcrt implib
17657 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17658 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17659 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17660 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17661 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17662 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17663 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17664 wine_fn_config_dll msvidc32 enable_msvidc32 po
17665 wine_fn_config_dll msvideo.dll16 enable_win16
17666 wine_fn_config_dll mswsock enable_mswsock implib
17667 wine_fn_config_dll msxml enable_msxml clean
17668 wine_fn_config_dll msxml2 enable_msxml2 clean
17669 wine_fn_config_dll msxml3 enable_msxml3 clean
17670 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17671 wine_fn_config_dll msxml4 enable_msxml4 clean
17672 wine_fn_config_dll msxml6 enable_msxml6 clean
17673 wine_fn_config_dll nddeapi enable_nddeapi implib
17674 wine_fn_config_dll ndis.sys enable_ndis_sys
17675 wine_fn_config_dll netapi32 enable_netapi32 implib
17676 wine_fn_config_test dlls/netapi32/tests netapi32_test
17677 wine_fn_config_dll netcfgx enable_netcfgx clean
17678 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17679 wine_fn_config_dll netprofm enable_netprofm clean
17680 wine_fn_config_test dlls/netprofm/tests netprofm_test
17681 wine_fn_config_dll newdev enable_newdev implib
17682 wine_fn_config_dll normaliz enable_normaliz implib
17683 wine_fn_config_dll npmshtml enable_npmshtml
17684 wine_fn_config_dll npptools enable_npptools
17685 wine_fn_config_dll ntdll enable_ntdll implib
17686 wine_fn_config_test dlls/ntdll/tests ntdll_test
17687 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17688 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17689 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17690 wine_fn_config_dll ntprint enable_ntprint
17691 wine_fn_config_test dlls/ntprint/tests ntprint_test
17692 wine_fn_config_dll objsel enable_objsel clean
17693 wine_fn_config_dll odbc32 enable_odbc32 implib
17694 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17695 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17696 wine_fn_config_dll odbccu32 enable_odbccu32
17697 wine_fn_config_dll ole2.dll16 enable_win16
17698 wine_fn_config_dll ole2conv.dll16 enable_win16
17699 wine_fn_config_dll ole2disp.dll16 enable_win16
17700 wine_fn_config_dll ole2nls.dll16 enable_win16
17701 wine_fn_config_dll ole2prox.dll16 enable_win16
17702 wine_fn_config_dll ole2thk.dll16 enable_win16
17703 wine_fn_config_dll ole32 enable_ole32 clean,implib
17704 wine_fn_config_test dlls/ole32/tests ole32_test
17705 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17706 wine_fn_config_test dlls/oleacc/tests oleacc_test
17707 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17708 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17709 wine_fn_config_dll olecli.dll16 enable_win16
17710 wine_fn_config_dll olecli32 enable_olecli32 implib
17711 wine_fn_config_dll oledb32 enable_oledb32 clean
17712 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17713 wine_fn_config_dll oledlg enable_oledlg implib,po
17714 wine_fn_config_test dlls/oledlg/tests oledlg_test
17715 wine_fn_config_dll olepro32 enable_olepro32 implib
17716 wine_fn_config_dll olesvr.dll16 enable_win16
17717 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17718 wine_fn_config_dll olethk32 enable_olethk32
17719 wine_fn_config_dll openal32 enable_openal32
17720 wine_fn_config_dll opencl enable_opencl
17721 wine_fn_config_dll opengl32 enable_opengl32 implib
17722 wine_fn_config_test dlls/opengl32/tests opengl32_test
17723 wine_fn_config_dll packager enable_packager clean
17724 wine_fn_config_test dlls/packager/tests packager_test
17725 wine_fn_config_dll pdh enable_pdh implib
17726 wine_fn_config_test dlls/pdh/tests pdh_test
17727 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17728 wine_fn_config_dll pidgen enable_pidgen
17729 wine_fn_config_dll powrprof enable_powrprof implib
17730 wine_fn_config_dll printui enable_printui
17731 wine_fn_config_dll prntvpt enable_prntvpt
17732 wine_fn_config_dll propsys enable_propsys clean,implib
17733 wine_fn_config_test dlls/propsys/tests propsys_test
17734 wine_fn_config_dll psapi enable_psapi implib
17735 wine_fn_config_test dlls/psapi/tests psapi_test
17736 wine_fn_config_dll pstorec enable_pstorec clean
17737 wine_fn_config_dll qcap enable_qcap
17738 wine_fn_config_test dlls/qcap/tests qcap_test
17739 wine_fn_config_dll qedit enable_qedit clean
17740 wine_fn_config_test dlls/qedit/tests qedit_test
17741 wine_fn_config_dll qmgr enable_qmgr clean
17742 wine_fn_config_test dlls/qmgr/tests qmgr_test
17743 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17744 wine_fn_config_dll quartz enable_quartz clean,implib
17745 wine_fn_config_test dlls/quartz/tests quartz_test clean
17746 wine_fn_config_dll query enable_query
17747 wine_fn_config_dll rasapi16.dll16 enable_win16
17748 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17749 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17750 wine_fn_config_dll rasdlg enable_rasdlg implib
17751 wine_fn_config_dll regapi enable_regapi
17752 wine_fn_config_dll resutils enable_resutils implib
17753 wine_fn_config_dll riched20 enable_riched20 clean,implib
17754 wine_fn_config_test dlls/riched20/tests riched20_test
17755 wine_fn_config_dll riched32 enable_riched32
17756 wine_fn_config_test dlls/riched32/tests riched32_test
17757 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17758 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17759 wine_fn_config_dll rsabase enable_rsabase
17760 wine_fn_config_dll rsaenh enable_rsaenh implib
17761 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17762 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17763 wine_fn_config_dll rtutils enable_rtutils implib
17764 wine_fn_config_dll samlib enable_samlib
17765 wine_fn_config_dll sane.ds enable_sane_ds po
17766 wine_fn_config_dll scarddlg enable_scarddlg
17767 wine_fn_config_dll sccbase enable_sccbase
17768 wine_fn_config_dll schannel enable_schannel
17769 wine_fn_config_test dlls/schannel/tests schannel_test
17770 wine_fn_config_dll schedsvc enable_schedsvc clean
17771 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17772 wine_fn_config_dll scrrun enable_scrrun clean
17773 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17774 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17775 wine_fn_config_dll secur32 enable_secur32 implib
17776 wine_fn_config_test dlls/secur32/tests secur32_test
17777 wine_fn_config_dll security enable_security
17778 wine_fn_config_dll sensapi enable_sensapi implib
17779 wine_fn_config_dll serialui enable_serialui implib,po
17780 wine_fn_config_test dlls/serialui/tests serialui_test
17781 wine_fn_config_dll setupapi enable_setupapi implib,po
17782 wine_fn_config_test dlls/setupapi/tests setupapi_test
17783 wine_fn_config_dll setupx.dll16 enable_win16
17784 wine_fn_config_dll sfc enable_sfc implib
17785 wine_fn_config_dll sfc_os enable_sfc_os implib
17786 wine_fn_config_dll shdoclc enable_shdoclc po
17787 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17788 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17789 wine_fn_config_dll shell.dll16 enable_win16
17790 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17791 wine_fn_config_test dlls/shell32/tests shell32_test
17792 wine_fn_config_dll shfolder enable_shfolder implib
17793 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17794 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17795 wine_fn_config_dll slbcsp enable_slbcsp
17796 wine_fn_config_dll slc enable_slc implib
17797 wine_fn_config_test dlls/slc/tests slc_test
17798 wine_fn_config_dll snmpapi enable_snmpapi implib
17799 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17800 wine_fn_config_dll softpub enable_softpub
17801 wine_fn_config_dll sound.drv16 enable_win16
17802 wine_fn_config_dll spoolss enable_spoolss implib
17803 wine_fn_config_test dlls/spoolss/tests spoolss_test
17804 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17805 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17806 wine_fn_config_dll sti enable_sti clean,implib
17807 wine_fn_config_test dlls/sti/tests sti_test
17808 wine_fn_config_dll storage.dll16 enable_win16
17809 wine_fn_config_dll stress.dll16 enable_win16
17810 wine_fn_config_lib strmbase
17811 wine_fn_config_lib strmiids
17812 wine_fn_config_dll svrapi enable_svrapi
17813 wine_fn_config_dll sxs enable_sxs implib
17814 wine_fn_config_test dlls/sxs/tests sxs_test
17815 wine_fn_config_dll system.drv16 enable_win16
17816 wine_fn_config_dll t2embed enable_t2embed
17817 wine_fn_config_dll tapi32 enable_tapi32 implib
17818 wine_fn_config_dll taskschd enable_taskschd clean
17819 wine_fn_config_test dlls/taskschd/tests taskschd_test
17820 wine_fn_config_dll toolhelp.dll16 enable_win16
17821 wine_fn_config_dll traffic enable_traffic
17822 wine_fn_config_dll twain.dll16 enable_win16
17823 wine_fn_config_dll twain_32 enable_twain_32
17824 wine_fn_config_test dlls/twain_32/tests twain_32_test
17825 wine_fn_config_dll typelib.dll16 enable_win16
17826 wine_fn_config_dll ucrtbase enable_ucrtbase
17827 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17828 wine_fn_config_dll unicows enable_unicows implib
17829 wine_fn_config_dll updspapi enable_updspapi
17830 wine_fn_config_dll url enable_url implib
17831 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17832 wine_fn_config_test dlls/urlmon/tests urlmon_test
17833 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17834 wine_fn_config_dll user.exe16 enable_win16
17835 wine_fn_config_dll user32 enable_user32 clean,implib,po
17836 wine_fn_config_test dlls/user32/tests user32_test
17837 wine_fn_config_dll userenv enable_userenv implib
17838 wine_fn_config_test dlls/userenv/tests userenv_test
17839 wine_fn_config_dll usp10 enable_usp10 implib
17840 wine_fn_config_test dlls/usp10/tests usp10_test
17841 wine_fn_config_lib uuid
17842 wine_fn_config_dll uxtheme enable_uxtheme implib
17843 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17844 wine_fn_config_dll vbscript enable_vbscript clean
17845 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17846 wine_fn_config_dll vcomp enable_vcomp
17847 wine_fn_config_test dlls/vcomp/tests vcomp_test
17848 wine_fn_config_dll vcomp100 enable_vcomp100
17849 wine_fn_config_dll vcomp110 enable_vcomp110
17850 wine_fn_config_dll vcomp90 enable_vcomp90
17851 wine_fn_config_dll vdhcp.vxd enable_win16
17852 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17853 wine_fn_config_dll ver.dll16 enable_win16
17854 wine_fn_config_dll version enable_version implib
17855 wine_fn_config_test dlls/version/tests version_test
17856 wine_fn_config_dll vmm.vxd enable_win16
17857 wine_fn_config_dll vnbt.vxd enable_win16
17858 wine_fn_config_dll vnetbios.vxd enable_win16
17859 wine_fn_config_dll vssapi enable_vssapi
17860 wine_fn_config_dll vtdapi.vxd enable_win16
17861 wine_fn_config_dll vwin32.vxd enable_win16
17862 wine_fn_config_dll w32skrnl enable_win16
17863 wine_fn_config_dll w32sys.dll16 enable_win16
17864 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17865 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17866 wine_fn_config_dll wbemprox enable_wbemprox clean
17867 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17868 wine_fn_config_dll webservices enable_webservices implib
17869 wine_fn_config_test dlls/webservices/tests webservices_test
17870 wine_fn_config_dll wer enable_wer implib
17871 wine_fn_config_test dlls/wer/tests wer_test
17872 wine_fn_config_dll wevtapi enable_wevtapi
17873 wine_fn_config_dll wiaservc enable_wiaservc clean
17874 wine_fn_config_dll win32s16.dll16 enable_win16
17875 wine_fn_config_dll win87em.dll16 enable_win16
17876 wine_fn_config_dll winaspi.dll16 enable_win16
17877 wine_fn_config_dll windebug.dll16 enable_win16
17878 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17879 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17880 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17881 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17882 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17883 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17884 wine_fn_config_lib winecrt0
17885 wine_fn_config_dll wined3d enable_wined3d implib
17886 wine_fn_config_dll winegstreamer enable_winegstreamer
17887 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17888 wine_fn_config_dll winemac.drv enable_winemac_drv
17889 wine_fn_config_dll winemapi enable_winemapi
17890 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17891 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17892 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17893 wine_fn_config_dll wineps16.drv16 enable_win16
17894 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17895 wine_fn_config_dll winex11.drv enable_winex11_drv
17896 wine_fn_config_dll wing.dll16 enable_win16
17897 wine_fn_config_dll wing32 enable_wing32
17898 wine_fn_config_dll winhttp enable_winhttp clean,implib
17899 wine_fn_config_test dlls/winhttp/tests winhttp_test
17900 wine_fn_config_dll wininet enable_wininet implib,po
17901 wine_fn_config_test dlls/wininet/tests wininet_test
17902 wine_fn_config_dll winmm enable_winmm implib,po
17903 wine_fn_config_test dlls/winmm/tests winmm_test
17904 wine_fn_config_dll winnls.dll16 enable_win16
17905 wine_fn_config_dll winnls32 enable_winnls32 implib
17906 wine_fn_config_dll winscard enable_winscard implib
17907 wine_fn_config_dll winsock.dll16 enable_win16
17908 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17909 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17910 wine_fn_config_dll winsta enable_winsta
17911 wine_fn_config_dll wintab.dll16 enable_win16
17912 wine_fn_config_dll wintab32 enable_wintab32 implib
17913 wine_fn_config_test dlls/wintab32/tests wintab32_test
17914 wine_fn_config_dll wintrust enable_wintrust implib
17915 wine_fn_config_test dlls/wintrust/tests wintrust_test
17916 wine_fn_config_dll wlanapi enable_wlanapi
17917 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17918 wine_fn_config_test dlls/wldap32/tests wldap32_test
17919 wine_fn_config_dll wmi enable_wmi
17920 wine_fn_config_dll wmiutils enable_wmiutils clean
17921 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17922 wine_fn_config_dll wmp enable_wmp clean
17923 wine_fn_config_test dlls/wmp/tests wmp_test
17924 wine_fn_config_dll wmvcore enable_wmvcore
17925 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17926 wine_fn_config_dll wow32 enable_win16 implib
17927 wine_fn_config_dll wpcap enable_wpcap
17928 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17929 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
17930 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17931 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
17932 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17933 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
17934 wine_fn_config_dll wsock32 enable_wsock32 implib
17935 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17936 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
17937 wine_fn_config_dll wuapi enable_wuapi clean
17938 wine_fn_config_dll wuaueng enable_wuaueng
17939 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
17940 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17941 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17942 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17943 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17944 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17945 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17946 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7 implib
17947 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17948 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
17949 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17950 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17951 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17952 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
17953 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
17954 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
17955 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
17956 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
17957 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
17958 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17959 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
17960 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17961 wine_fn_config_dll xinput1_1 enable_xinput1_1
17962 wine_fn_config_dll xinput1_2 enable_xinput1_2
17963 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17964 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
17965 wine_fn_config_dll xinput1_4 enable_xinput1_4
17966 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17967 wine_fn_config_dll xmllite enable_xmllite implib
17968 wine_fn_config_test dlls/xmllite/tests xmllite_test
17969 wine_fn_config_dll xolehlp enable_xolehlp
17970 wine_fn_config_dll xpsprint enable_xpsprint
17971 wine_fn_config_dll xpssvcs enable_xpssvcs
17972 wine_fn_config_makefile documentation enable_documentation clean
17973 wine_fn_config_makefile fonts enable_fonts clean,install-lib
17974 wine_fn_config_makefile include enable_include clean,install-dev
17975 wine_fn_config_makefile libs/port enable_libs_port
17976 wine_fn_config_makefile libs/wine enable_libs_wine clean,install-dev,install-lib
17977 wine_fn_config_makefile libs/wpp enable_libs_wpp
17978 wine_fn_config_makefile loader enable_loader clean,install-lib,manpage
17979 wine_fn_config_program arp enable_arp install
17980 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
17981 wine_fn_config_program attrib enable_attrib install,po
17982 wine_fn_config_program cabarc enable_cabarc install
17983 wine_fn_config_program cacls enable_cacls install
17984 wine_fn_config_program clock enable_clock install,po
17985 wine_fn_config_program cmd enable_cmd install,po
17986 wine_fn_config_test programs/cmd/tests cmd.exe_test
17987 wine_fn_config_program conhost enable_conhost install
17988 wine_fn_config_program control enable_control install
17989 wine_fn_config_program cscript enable_cscript clean,install
17990 wine_fn_config_program dpnsvr enable_dpnsvr install
17991 wine_fn_config_program dxdiag enable_dxdiag install,po
17992 wine_fn_config_program eject enable_eject install
17993 wine_fn_config_program expand enable_expand install
17994 wine_fn_config_program explorer enable_explorer install,po
17995 wine_fn_config_program extrac32 enable_extrac32 install
17996 wine_fn_config_program findstr enable_findstr install
17997 wine_fn_config_program hh enable_hh install
17998 wine_fn_config_program hostname enable_hostname install,po
17999 wine_fn_config_program icinfo enable_icinfo install
18000 wine_fn_config_program iexplore enable_iexplore install
18001 wine_fn_config_program ipconfig enable_ipconfig install,po
18002 wine_fn_config_program lodctr enable_lodctr install
18003 wine_fn_config_program mofcomp enable_mofcomp install
18004 wine_fn_config_program mshta enable_mshta install
18005 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18006 wine_fn_config_program net enable_net install,po
18007 wine_fn_config_program netsh enable_netsh install
18008 wine_fn_config_program netstat enable_netstat install,po
18009 wine_fn_config_program ngen enable_ngen install
18010 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18011 wine_fn_config_program oleview enable_oleview install,po
18012 wine_fn_config_program ping enable_ping install
18013 wine_fn_config_program plugplay enable_plugplay install
18014 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18015 wine_fn_config_program progman enable_progman install,po
18016 wine_fn_config_program reg enable_reg install,po
18017 wine_fn_config_test programs/reg/tests reg.exe_test
18018 wine_fn_config_program regasm enable_regasm install
18019 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18020 wine_fn_config_test programs/regedit/tests regedit.exe_test
18021 wine_fn_config_program regsvcs enable_regsvcs install
18022 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18023 wine_fn_config_program rpcss enable_rpcss clean,install
18024 wine_fn_config_program rundll.exe16 enable_win16 install
18025 wine_fn_config_program rundll32 enable_rundll32 install
18026 wine_fn_config_program sc enable_sc install
18027 wine_fn_config_program schtasks enable_schtasks install
18028 wine_fn_config_program sdbinst enable_sdbinst install
18029 wine_fn_config_program secedit enable_secedit install
18030 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18031 wine_fn_config_program services enable_services clean,install
18032 wine_fn_config_test programs/services/tests services.exe_test
18033 wine_fn_config_program spoolsv enable_spoolsv install
18034 wine_fn_config_program start enable_start install,po
18035 wine_fn_config_program svchost enable_svchost install
18036 wine_fn_config_program systeminfo enable_systeminfo install
18037 wine_fn_config_program taskkill enable_taskkill install,po
18038 wine_fn_config_program tasklist enable_tasklist install
18039 wine_fn_config_program taskmgr enable_taskmgr install,po
18040 wine_fn_config_program termsv enable_termsv install
18041 wine_fn_config_program uninstaller enable_uninstaller install,po
18042 wine_fn_config_program unlodctr enable_unlodctr install
18043 wine_fn_config_program view enable_view install,po
18044 wine_fn_config_program wevtutil enable_wevtutil install
18045 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18046 wine_fn_config_program winebrowser enable_winebrowser install
18047 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18048 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18049 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18050 wine_fn_config_program winedevice enable_winedevice install
18051 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18052 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18053 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18054 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18055 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18056 wine_fn_config_program winetest enable_winetest clean
18057 wine_fn_config_program winevdm enable_win16 install
18058 wine_fn_config_program winhelp.exe16 enable_win16 install
18059 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18060 wine_fn_config_program winoldap.mod16 enable_win16 install
18061 wine_fn_config_program winver enable_winver install
18062 wine_fn_config_program wmic enable_wmic install,po
18063 wine_fn_config_program wordpad enable_wordpad install,po
18064 wine_fn_config_program write enable_write install,po
18065 wine_fn_config_program wscript enable_wscript clean,install
18066 wine_fn_config_test programs/wscript/tests wscript.exe_test
18067 wine_fn_config_program wusa enable_wusa install
18068 wine_fn_config_program xcopy enable_xcopy install,po
18069 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18070 wine_fn_config_makefile server enable_server clean,install-lib,manpage
18071 wine_fn_config_tool tools clean,install-dev,install-lib,manpage
18072 wine_fn_config_tool tools/sfnt2fon clean
18073 wine_fn_config_tool tools/widl clean,install-dev,manpage
18074 wine_fn_config_tool tools/winebuild clean,install-dev,manpage
18075 wine_fn_config_tool tools/winedump clean,install-dev,manpage
18076 wine_fn_config_tool tools/winegcc clean,install-dev,manpage
18077 wine_fn_config_tool tools/wmc clean,install-dev,manpage
18078 wine_fn_config_tool tools/wrc clean,install-dev,manpage
18080 LINGUAS="\
18081 ar \
18082 bg \
18083 ca \
18084 cs \
18085 da \
18086 de \
18087 el \
18088 en \
18089 en_US \
18090 eo \
18091 es \
18092 fa \
18093 fi \
18094 fr \
18095 he \
18096 hi \
18097 hr \
18098 hu \
18099 it \
18100 ja \
18101 ko \
18102 lt \
18103 ml \
18104 nb_NO \
18105 nl \
18106 or \
18107 pa \
18108 pl \
18109 pt_BR \
18110 pt_PT \
18111 rm \
18112 ro \
18113 ru \
18114 sk \
18115 sl \
18116 sr_RS@cyrillic \
18117 sr_RS@latin \
18118 sv \
18119 te \
18120 th \
18121 tr \
18122 uk \
18123 wa \
18124 zh_CN \
18125 zh_TW"
18130 wine_fn_ignore_file ".gitignore"
18131 wine_fn_ignore_file "Makefile"
18132 wine_fn_ignore_file "TAGS"
18133 wine_fn_ignore_file "tags"
18134 wine_fn_ignore_file "autom4te.cache"
18135 wine_fn_ignore_file "config.cache"
18136 wine_fn_ignore_file "config.log"
18137 wine_fn_ignore_file "config.status"
18138 wine_fn_ignore_file "configure.lineno"
18139 wine_fn_ignore_file "include/config.h"
18140 wine_fn_ignore_file "include/stamp-h"
18141 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18143 if test "x$enable_tools" != xno
18144 then
18145 wine_fn_ignore_file "tools/makedep$ac_exeext"
18146 ac_config_commands="$ac_config_commands tools/makedep"
18150 ac_config_commands="$ac_config_commands Makefile"
18153 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18157 if test "x$enable_maintainer_mode" = xyes
18158 then
18159 wine_fn_append_rule "configure: configure.ac aclocal.m4
18160 autoconf --warnings=all
18161 include/config.h.in: include/stamp-h.in
18162 include/stamp-h.in: configure.ac aclocal.m4
18163 autoheader --warnings=all
18164 @echo timestamp > \$@"
18167 if test "x$with_gettextpo" = xyes
18168 then
18169 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18170 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18171 \$(LINGUAS:%=po/%.po): po/wine.pot
18172 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18173 po/wine.pot: \$(ALL_POT_FILES)
18174 msgcat -o \$@ \$(ALL_POT_FILES)"
18177 if test "$MSGFMT" != false
18178 then
18179 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18180 clean::
18181 \$(RM) \$(LINGUAS:%=po/%.mo)"
18183 posrc="po"
18184 test "$srcdir" = . || posrc="$srcdir/po"
18185 for i in $LINGUAS
18187 wine_fn_ignore_file "po/$i.mo"
18188 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18189 \$(MSGFMT) -o \$@ $posrc/$i.po"
18190 done
18191 else
18192 LINGUAS=
18195 if test "x$enable_tools" != xno
18196 then
18197 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18198 @./config.status tools/makedep
18199 Makefile: tools/makedep$ac_exeext
18200 distclean:: clean
18201 \$(RM) tools/makedep$ac_exeext"
18202 else
18203 wine_fn_append_rule "\$(MAKEDEP):
18204 @echo \"You need to run make in $TOOLSDIR first\" && false"
18207 if test -n "$with_wine64"
18208 then
18209 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18210 fonts server tools:
18211 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18212 $with_wine64/loader/wine:
18213 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18214 $with_wine64/loader/wine-preloader:
18215 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18216 clean::
18217 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18218 else
18219 as_fn_append LOADER_RULES "
18220 install install-lib:: wine.inf install-man-pages
18221 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18222 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18224 uninstall::
18225 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18229 if test "$srcdir" = .
18230 then
18231 ac_config_commands="$ac_config_commands .gitignore"
18235 $as_echo " done" >&6
18236 cat >confcache <<\_ACEOF
18237 # This file is a shell script that caches the results of configure
18238 # tests run on this system so they can be shared between configure
18239 # scripts and configure runs, see configure's option --config-cache.
18240 # It is not useful on other systems. If it contains results you don't
18241 # want to keep, you may remove or edit it.
18243 # config.status only pays attention to the cache file if you give it
18244 # the --recheck option to rerun configure.
18246 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18247 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18248 # following values.
18250 _ACEOF
18252 # The following way of writing the cache mishandles newlines in values,
18253 # but we know of no workaround that is simple, portable, and efficient.
18254 # So, we kill variables containing newlines.
18255 # Ultrix sh set writes to stderr and can't be redirected directly,
18256 # and sets the high bit in the cache file unless we assign to the vars.
18258 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18259 eval ac_val=\$$ac_var
18260 case $ac_val in #(
18261 *${as_nl}*)
18262 case $ac_var in #(
18263 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18264 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18265 esac
18266 case $ac_var in #(
18267 _ | IFS | as_nl) ;; #(
18268 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18269 *) { eval $ac_var=; unset $ac_var;} ;;
18270 esac ;;
18271 esac
18272 done
18274 (set) 2>&1 |
18275 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18276 *${as_nl}ac_space=\ *)
18277 # `set' does not quote correctly, so add quotes: double-quote
18278 # substitution turns \\\\ into \\, and sed turns \\ into \.
18279 sed -n \
18280 "s/'/'\\\\''/g;
18281 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18282 ;; #(
18284 # `set' quotes correctly as required by POSIX, so do not add quotes.
18285 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18287 esac |
18288 sort
18290 sed '
18291 /^ac_cv_env_/b end
18292 t clear
18293 :clear
18294 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18295 t end
18296 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18297 :end' >>confcache
18298 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18299 if test -w "$cache_file"; then
18300 if test "x$cache_file" != "x/dev/null"; then
18301 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18302 $as_echo "$as_me: updating cache $cache_file" >&6;}
18303 if test ! -f "$cache_file" || test -h "$cache_file"; then
18304 cat confcache >"$cache_file"
18305 else
18306 case $cache_file in #(
18307 */* | ?:*)
18308 mv -f confcache "$cache_file"$$ &&
18309 mv -f "$cache_file"$$ "$cache_file" ;; #(
18311 mv -f confcache "$cache_file" ;;
18312 esac
18315 else
18316 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18317 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18320 rm -f confcache
18322 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18323 # Let make expand exec_prefix.
18324 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18326 DEFS=-DHAVE_CONFIG_H
18328 ac_libobjs=
18329 ac_ltlibobjs=
18331 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18332 # 1. Remove the extension, and $U if already installed.
18333 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18334 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18335 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18336 # will be set to the directory where LIBOBJS objects are built.
18337 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18338 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18339 done
18340 LIBOBJS=$ac_libobjs
18342 LTLIBOBJS=$ac_ltlibobjs
18346 : "${CONFIG_STATUS=./config.status}"
18347 ac_write_fail=0
18348 ac_clean_files_save=$ac_clean_files
18349 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18350 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18351 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18352 as_write_fail=0
18353 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18354 #! $SHELL
18355 # Generated by $as_me.
18356 # Run this file to recreate the current configuration.
18357 # Compiler output produced by configure, useful for debugging
18358 # configure, is in config.log if it exists.
18360 debug=false
18361 ac_cs_recheck=false
18362 ac_cs_silent=false
18364 SHELL=\${CONFIG_SHELL-$SHELL}
18365 export SHELL
18366 _ASEOF
18367 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18368 ## -------------------- ##
18369 ## M4sh Initialization. ##
18370 ## -------------------- ##
18372 # Be more Bourne compatible
18373 DUALCASE=1; export DUALCASE # for MKS sh
18374 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18375 emulate sh
18376 NULLCMD=:
18377 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18378 # is contrary to our usage. Disable this feature.
18379 alias -g '${1+"$@"}'='"$@"'
18380 setopt NO_GLOB_SUBST
18381 else
18382 case `(set -o) 2>/dev/null` in #(
18383 *posix*) :
18384 set -o posix ;; #(
18385 *) :
18387 esac
18391 as_nl='
18393 export as_nl
18394 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18395 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18396 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18397 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18398 # Prefer a ksh shell builtin over an external printf program on Solaris,
18399 # but without wasting forks for bash or zsh.
18400 if test -z "$BASH_VERSION$ZSH_VERSION" \
18401 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18402 as_echo='print -r --'
18403 as_echo_n='print -rn --'
18404 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18405 as_echo='printf %s\n'
18406 as_echo_n='printf %s'
18407 else
18408 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18409 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18410 as_echo_n='/usr/ucb/echo -n'
18411 else
18412 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18413 as_echo_n_body='eval
18414 arg=$1;
18415 case $arg in #(
18416 *"$as_nl"*)
18417 expr "X$arg" : "X\\(.*\\)$as_nl";
18418 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18419 esac;
18420 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18422 export as_echo_n_body
18423 as_echo_n='sh -c $as_echo_n_body as_echo'
18425 export as_echo_body
18426 as_echo='sh -c $as_echo_body as_echo'
18429 # The user is always right.
18430 if test "${PATH_SEPARATOR+set}" != set; then
18431 PATH_SEPARATOR=:
18432 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18433 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18434 PATH_SEPARATOR=';'
18439 # IFS
18440 # We need space, tab and new line, in precisely that order. Quoting is
18441 # there to prevent editors from complaining about space-tab.
18442 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18443 # splitting by setting IFS to empty value.)
18444 IFS=" "" $as_nl"
18446 # Find who we are. Look in the path if we contain no directory separator.
18447 as_myself=
18448 case $0 in #((
18449 *[\\/]* ) as_myself=$0 ;;
18450 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18451 for as_dir in $PATH
18453 IFS=$as_save_IFS
18454 test -z "$as_dir" && as_dir=.
18455 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18456 done
18457 IFS=$as_save_IFS
18460 esac
18461 # We did not find ourselves, most probably we were run as `sh COMMAND'
18462 # in which case we are not to be found in the path.
18463 if test "x$as_myself" = x; then
18464 as_myself=$0
18466 if test ! -f "$as_myself"; then
18467 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18468 exit 1
18471 # Unset variables that we do not need and which cause bugs (e.g. in
18472 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18473 # suppresses any "Segmentation fault" message there. '((' could
18474 # trigger a bug in pdksh 5.2.14.
18475 for as_var in BASH_ENV ENV MAIL MAILPATH
18476 do eval test x\${$as_var+set} = xset \
18477 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18478 done
18479 PS1='$ '
18480 PS2='> '
18481 PS4='+ '
18483 # NLS nuisances.
18484 LC_ALL=C
18485 export LC_ALL
18486 LANGUAGE=C
18487 export LANGUAGE
18489 # CDPATH.
18490 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18493 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18494 # ----------------------------------------
18495 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18496 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18497 # script with STATUS, using 1 if that was 0.
18498 as_fn_error ()
18500 as_status=$1; test $as_status -eq 0 && as_status=1
18501 if test "$4"; then
18502 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18503 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18505 $as_echo "$as_me: error: $2" >&2
18506 as_fn_exit $as_status
18507 } # as_fn_error
18510 # as_fn_set_status STATUS
18511 # -----------------------
18512 # Set $? to STATUS, without forking.
18513 as_fn_set_status ()
18515 return $1
18516 } # as_fn_set_status
18518 # as_fn_exit STATUS
18519 # -----------------
18520 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18521 as_fn_exit ()
18523 set +e
18524 as_fn_set_status $1
18525 exit $1
18526 } # as_fn_exit
18528 # as_fn_unset VAR
18529 # ---------------
18530 # Portably unset VAR.
18531 as_fn_unset ()
18533 { eval $1=; unset $1;}
18535 as_unset=as_fn_unset
18536 # as_fn_append VAR VALUE
18537 # ----------------------
18538 # Append the text in VALUE to the end of the definition contained in VAR. Take
18539 # advantage of any shell optimizations that allow amortized linear growth over
18540 # repeated appends, instead of the typical quadratic growth present in naive
18541 # implementations.
18542 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18543 eval 'as_fn_append ()
18545 eval $1+=\$2
18547 else
18548 as_fn_append ()
18550 eval $1=\$$1\$2
18552 fi # as_fn_append
18554 # as_fn_arith ARG...
18555 # ------------------
18556 # Perform arithmetic evaluation on the ARGs, and store the result in the
18557 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18558 # must be portable across $(()) and expr.
18559 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18560 eval 'as_fn_arith ()
18562 as_val=$(( $* ))
18564 else
18565 as_fn_arith ()
18567 as_val=`expr "$@" || test $? -eq 1`
18569 fi # as_fn_arith
18572 if expr a : '\(a\)' >/dev/null 2>&1 &&
18573 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18574 as_expr=expr
18575 else
18576 as_expr=false
18579 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18580 as_basename=basename
18581 else
18582 as_basename=false
18585 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18586 as_dirname=dirname
18587 else
18588 as_dirname=false
18591 as_me=`$as_basename -- "$0" ||
18592 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18593 X"$0" : 'X\(//\)$' \| \
18594 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18595 $as_echo X/"$0" |
18596 sed '/^.*\/\([^/][^/]*\)\/*$/{
18597 s//\1/
18600 /^X\/\(\/\/\)$/{
18601 s//\1/
18604 /^X\/\(\/\).*/{
18605 s//\1/
18608 s/.*/./; q'`
18610 # Avoid depending upon Character Ranges.
18611 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18612 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18613 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18614 as_cr_digits='0123456789'
18615 as_cr_alnum=$as_cr_Letters$as_cr_digits
18617 ECHO_C= ECHO_N= ECHO_T=
18618 case `echo -n x` in #(((((
18619 -n*)
18620 case `echo 'xy\c'` in
18621 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18622 xy) ECHO_C='\c';;
18623 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18624 ECHO_T=' ';;
18625 esac;;
18627 ECHO_N='-n';;
18628 esac
18630 rm -f conf$$ conf$$.exe conf$$.file
18631 if test -d conf$$.dir; then
18632 rm -f conf$$.dir/conf$$.file
18633 else
18634 rm -f conf$$.dir
18635 mkdir conf$$.dir 2>/dev/null
18637 if (echo >conf$$.file) 2>/dev/null; then
18638 if ln -s conf$$.file conf$$ 2>/dev/null; then
18639 as_ln_s='ln -s'
18640 # ... but there are two gotchas:
18641 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18642 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18643 # In both cases, we have to default to `cp -pR'.
18644 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18645 as_ln_s='cp -pR'
18646 elif ln conf$$.file conf$$ 2>/dev/null; then
18647 as_ln_s=ln
18648 else
18649 as_ln_s='cp -pR'
18651 else
18652 as_ln_s='cp -pR'
18654 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18655 rmdir conf$$.dir 2>/dev/null
18658 # as_fn_mkdir_p
18659 # -------------
18660 # Create "$as_dir" as a directory, including parents if necessary.
18661 as_fn_mkdir_p ()
18664 case $as_dir in #(
18665 -*) as_dir=./$as_dir;;
18666 esac
18667 test -d "$as_dir" || eval $as_mkdir_p || {
18668 as_dirs=
18669 while :; do
18670 case $as_dir in #(
18671 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18672 *) as_qdir=$as_dir;;
18673 esac
18674 as_dirs="'$as_qdir' $as_dirs"
18675 as_dir=`$as_dirname -- "$as_dir" ||
18676 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18677 X"$as_dir" : 'X\(//\)[^/]' \| \
18678 X"$as_dir" : 'X\(//\)$' \| \
18679 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18680 $as_echo X"$as_dir" |
18681 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18682 s//\1/
18685 /^X\(\/\/\)[^/].*/{
18686 s//\1/
18689 /^X\(\/\/\)$/{
18690 s//\1/
18693 /^X\(\/\).*/{
18694 s//\1/
18697 s/.*/./; q'`
18698 test -d "$as_dir" && break
18699 done
18700 test -z "$as_dirs" || eval "mkdir $as_dirs"
18701 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18704 } # as_fn_mkdir_p
18705 if mkdir -p . 2>/dev/null; then
18706 as_mkdir_p='mkdir -p "$as_dir"'
18707 else
18708 test -d ./-p && rmdir ./-p
18709 as_mkdir_p=false
18713 # as_fn_executable_p FILE
18714 # -----------------------
18715 # Test if FILE is an executable regular file.
18716 as_fn_executable_p ()
18718 test -f "$1" && test -x "$1"
18719 } # as_fn_executable_p
18720 as_test_x='test -x'
18721 as_executable_p=as_fn_executable_p
18723 # Sed expression to map a string onto a valid CPP name.
18724 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18726 # Sed expression to map a string onto a valid variable name.
18727 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18730 exec 6>&1
18731 ## ----------------------------------- ##
18732 ## Main body of $CONFIG_STATUS script. ##
18733 ## ----------------------------------- ##
18734 _ASEOF
18735 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18737 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18738 # Save the log message, to keep $0 and so on meaningful, and to
18739 # report actual input values of CONFIG_FILES etc. instead of their
18740 # values after options handling.
18741 ac_log="
18742 This file was extended by Wine $as_me 1.7.52, which was
18743 generated by GNU Autoconf 2.69. Invocation command line was
18745 CONFIG_FILES = $CONFIG_FILES
18746 CONFIG_HEADERS = $CONFIG_HEADERS
18747 CONFIG_LINKS = $CONFIG_LINKS
18748 CONFIG_COMMANDS = $CONFIG_COMMANDS
18749 $ $0 $@
18751 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18754 _ACEOF
18756 case $ac_config_files in *"
18757 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18758 esac
18760 case $ac_config_headers in *"
18761 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18762 esac
18765 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18766 # Files that config.status was made for.
18767 config_files="$ac_config_files"
18768 config_headers="$ac_config_headers"
18769 config_links="$ac_config_links"
18770 config_commands="$ac_config_commands"
18772 _ACEOF
18774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18775 ac_cs_usage="\
18776 \`$as_me' instantiates files and other configuration actions
18777 from templates according to the current configuration. Unless the files
18778 and actions are specified as TAGs, all are instantiated by default.
18780 Usage: $0 [OPTION]... [TAG]...
18782 -h, --help print this help, then exit
18783 -V, --version print version number and configuration settings, then exit
18784 --config print configuration, then exit
18785 -q, --quiet, --silent
18786 do not print progress messages
18787 -d, --debug don't remove temporary files
18788 --recheck update $as_me by reconfiguring in the same conditions
18789 --file=FILE[:TEMPLATE]
18790 instantiate the configuration file FILE
18791 --header=FILE[:TEMPLATE]
18792 instantiate the configuration header FILE
18794 Configuration files:
18795 $config_files
18797 Configuration headers:
18798 $config_headers
18800 Configuration links:
18801 $config_links
18803 Configuration commands:
18804 $config_commands
18806 Report bugs to <wine-devel@winehq.org>.
18807 Wine home page: <http://www.winehq.org>."
18809 _ACEOF
18810 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18811 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18812 ac_cs_version="\\
18813 Wine config.status 1.7.52
18814 configured by $0, generated by GNU Autoconf 2.69,
18815 with options \\"\$ac_cs_config\\"
18817 Copyright (C) 2012 Free Software Foundation, Inc.
18818 This config.status script is free software; the Free Software Foundation
18819 gives unlimited permission to copy, distribute and modify it."
18821 ac_pwd='$ac_pwd'
18822 srcdir='$srcdir'
18823 test -n "\$AWK" || AWK=awk
18824 _ACEOF
18826 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18827 # The default lists apply if the user does not specify any file.
18828 ac_need_defaults=:
18829 while test $# != 0
18831 case $1 in
18832 --*=?*)
18833 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18834 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18835 ac_shift=:
18837 --*=)
18838 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18839 ac_optarg=
18840 ac_shift=:
18843 ac_option=$1
18844 ac_optarg=$2
18845 ac_shift=shift
18847 esac
18849 case $ac_option in
18850 # Handling of the options.
18851 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18852 ac_cs_recheck=: ;;
18853 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18854 $as_echo "$ac_cs_version"; exit ;;
18855 --config | --confi | --conf | --con | --co | --c )
18856 $as_echo "$ac_cs_config"; exit ;;
18857 --debug | --debu | --deb | --de | --d | -d )
18858 debug=: ;;
18859 --file | --fil | --fi | --f )
18860 $ac_shift
18861 case $ac_optarg in
18862 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18863 '') as_fn_error $? "missing file argument" ;;
18864 esac
18865 as_fn_append CONFIG_FILES " '$ac_optarg'"
18866 ac_need_defaults=false;;
18867 --header | --heade | --head | --hea )
18868 $ac_shift
18869 case $ac_optarg in
18870 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18871 esac
18872 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18873 ac_need_defaults=false;;
18874 --he | --h)
18875 # Conflict between --help and --header
18876 as_fn_error $? "ambiguous option: \`$1'
18877 Try \`$0 --help' for more information.";;
18878 --help | --hel | -h )
18879 $as_echo "$ac_cs_usage"; exit ;;
18880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18881 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18882 ac_cs_silent=: ;;
18884 # This is an error.
18885 -*) as_fn_error $? "unrecognized option: \`$1'
18886 Try \`$0 --help' for more information." ;;
18888 *) as_fn_append ac_config_targets " $1"
18889 ac_need_defaults=false ;;
18891 esac
18892 shift
18893 done
18895 ac_configure_extra_args=
18897 if $ac_cs_silent; then
18898 exec 6>/dev/null
18899 ac_configure_extra_args="$ac_configure_extra_args --silent"
18902 _ACEOF
18903 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18904 if \$ac_cs_recheck; then
18905 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18906 shift
18907 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18908 CONFIG_SHELL='$SHELL'
18909 export CONFIG_SHELL
18910 exec "\$@"
18913 _ACEOF
18914 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18915 exec 5>>config.log
18917 echo
18918 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18919 ## Running $as_me. ##
18920 _ASBOX
18921 $as_echo "$ac_log"
18922 } >&5
18924 _ACEOF
18925 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18927 # INIT-COMMANDS
18929 wine_fn_output_makedep ()
18931 as_dir=tools; as_fn_mkdir_p
18932 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18934 wine_fn_output_makefile ()
18936 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18937 `cat $wine_rules_file`
18938 _WINE_EOF
18939 as_fn_error $? "could not create Makefile" "$LINENO" 5
18941 wine_fn_output_gitignore ()
18943 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18944 $GITIGNORE
18945 _WINE_EOF
18946 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18949 _ACEOF
18951 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18953 # Handling of arguments.
18954 for ac_config_target in $ac_config_targets
18956 case $ac_config_target in
18957 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18958 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18959 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18960 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18961 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18962 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18963 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
18964 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18965 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18966 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
18967 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18968 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
18969 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
18970 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18971 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
18973 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18974 esac
18975 done
18978 # If the user did not use the arguments to specify the items to instantiate,
18979 # then the envvar interface is used. Set only those that are not.
18980 # We use the long form for the default assignment because of an extremely
18981 # bizarre bug on SunOS 4.1.3.
18982 if $ac_need_defaults; then
18983 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18984 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18985 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18986 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18989 # Have a temporary directory for convenience. Make it in the build tree
18990 # simply because there is no reason against having it here, and in addition,
18991 # creating and moving files from /tmp can sometimes cause problems.
18992 # Hook for its removal unless debugging.
18993 # Note that there is a small window in which the directory will not be cleaned:
18994 # after its creation but before its name has been assigned to `$tmp'.
18995 $debug ||
18997 tmp= ac_tmp=
18998 trap 'exit_status=$?
18999 : "${ac_tmp:=$tmp}"
19000 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19002 trap 'as_fn_exit 1' 1 2 13 15
19004 # Create a (secure) tmp directory for tmp files.
19007 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19008 test -d "$tmp"
19009 } ||
19011 tmp=./conf$$-$RANDOM
19012 (umask 077 && mkdir "$tmp")
19013 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19014 ac_tmp=$tmp
19016 # Set up the scripts for CONFIG_FILES section.
19017 # No need to generate them if there are no CONFIG_FILES.
19018 # This happens for instance with `./config.status config.h'.
19019 if test -n "$CONFIG_FILES"; then
19022 ac_cr=`echo X | tr X '\015'`
19023 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19024 # But we know of no other shell where ac_cr would be empty at this
19025 # point, so we can use a bashism as a fallback.
19026 if test "x$ac_cr" = x; then
19027 eval ac_cr=\$\'\\r\'
19029 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19030 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19031 ac_cs_awk_cr='\\r'
19032 else
19033 ac_cs_awk_cr=$ac_cr
19036 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19037 _ACEOF
19041 echo "cat >conf$$subs.awk <<_ACEOF" &&
19042 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19043 echo "_ACEOF"
19044 } >conf$$subs.sh ||
19045 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19046 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19047 ac_delim='%!_!# '
19048 for ac_last_try in false false false false false :; do
19049 . ./conf$$subs.sh ||
19050 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19052 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19053 if test $ac_delim_n = $ac_delim_num; then
19054 break
19055 elif $ac_last_try; then
19056 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19057 else
19058 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19060 done
19061 rm -f conf$$subs.sh
19063 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19064 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19065 _ACEOF
19066 sed -n '
19068 s/^/S["/; s/!.*/"]=/
19071 s/^[^!]*!//
19072 :repl
19073 t repl
19074 s/'"$ac_delim"'$//
19075 t delim
19078 s/\(.\{148\}\)..*/\1/
19079 t more1
19080 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19083 b repl
19084 :more1
19085 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19088 s/.\{148\}//
19089 t nl
19090 :delim
19092 s/\(.\{148\}\)..*/\1/
19093 t more2
19094 s/["\\]/\\&/g; s/^/"/; s/$/"/
19097 :more2
19098 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19101 s/.\{148\}//
19102 t delim
19103 ' <conf$$subs.awk | sed '
19104 /^[^""]/{
19106 s/\n//
19108 ' >>$CONFIG_STATUS || ac_write_fail=1
19109 rm -f conf$$subs.awk
19110 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19111 _ACAWK
19112 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19113 for (key in S) S_is_set[key] = 1
19114 FS = "\a"
19118 line = $ 0
19119 nfields = split(line, field, "@")
19120 substed = 0
19121 len = length(field[1])
19122 for (i = 2; i < nfields; i++) {
19123 key = field[i]
19124 keylen = length(key)
19125 if (S_is_set[key]) {
19126 value = S[key]
19127 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19128 len += length(value) + length(field[++i])
19129 substed = 1
19130 } else
19131 len += 1 + keylen
19134 print line
19137 _ACAWK
19138 _ACEOF
19139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19140 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19141 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19142 else
19144 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19145 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19146 _ACEOF
19148 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19149 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19150 # trailing colons and then remove the whole line if VPATH becomes empty
19151 # (actually we leave an empty line to preserve line numbers).
19152 if test "x$srcdir" = x.; then
19153 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19155 s///
19156 s/^/:/
19157 s/[ ]*$/:/
19158 s/:\$(srcdir):/:/g
19159 s/:\${srcdir}:/:/g
19160 s/:@srcdir@:/:/g
19161 s/^:*//
19162 s/:*$//
19164 s/\(=[ ]*\).*/\1/
19166 s/\n//
19167 s/^[^=]*=[ ]*$//
19171 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19172 fi # test -n "$CONFIG_FILES"
19174 # Set up the scripts for CONFIG_HEADERS section.
19175 # No need to generate them if there are no CONFIG_HEADERS.
19176 # This happens for instance with `./config.status Makefile'.
19177 if test -n "$CONFIG_HEADERS"; then
19178 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19179 BEGIN {
19180 _ACEOF
19182 # Transform confdefs.h into an awk script `defines.awk', embedded as
19183 # here-document in config.status, that substitutes the proper values into
19184 # config.h.in to produce config.h.
19186 # Create a delimiter string that does not exist in confdefs.h, to ease
19187 # handling of long lines.
19188 ac_delim='%!_!# '
19189 for ac_last_try in false false :; do
19190 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19191 if test -z "$ac_tt"; then
19192 break
19193 elif $ac_last_try; then
19194 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19195 else
19196 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19198 done
19200 # For the awk script, D is an array of macro values keyed by name,
19201 # likewise P contains macro parameters if any. Preserve backslash
19202 # newline sequences.
19204 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19205 sed -n '
19206 s/.\{148\}/&'"$ac_delim"'/g
19207 t rset
19208 :rset
19209 s/^[ ]*#[ ]*define[ ][ ]*/ /
19210 t def
19212 :def
19213 s/\\$//
19214 t bsnl
19215 s/["\\]/\\&/g
19216 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19217 D["\1"]=" \3"/p
19218 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19220 :bsnl
19221 s/["\\]/\\&/g
19222 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19223 D["\1"]=" \3\\\\\\n"\\/p
19224 t cont
19225 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19226 t cont
19228 :cont
19230 s/.\{148\}/&'"$ac_delim"'/g
19231 t clear
19232 :clear
19233 s/\\$//
19234 t bsnlc
19235 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19237 :bsnlc
19238 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19239 b cont
19240 ' <confdefs.h | sed '
19241 s/'"$ac_delim"'/"\\\
19242 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19244 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19245 for (key in D) D_is_set[key] = 1
19246 FS = "\a"
19248 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19249 line = \$ 0
19250 split(line, arg, " ")
19251 if (arg[1] == "#") {
19252 defundef = arg[2]
19253 mac1 = arg[3]
19254 } else {
19255 defundef = substr(arg[1], 2)
19256 mac1 = arg[2]
19258 split(mac1, mac2, "(") #)
19259 macro = mac2[1]
19260 prefix = substr(line, 1, index(line, defundef) - 1)
19261 if (D_is_set[macro]) {
19262 # Preserve the white space surrounding the "#".
19263 print prefix "define", macro P[macro] D[macro]
19264 next
19265 } else {
19266 # Replace #undef with comments. This is necessary, for example,
19267 # in the case of _POSIX_SOURCE, which is predefined and required
19268 # on some systems where configure will not decide to define it.
19269 if (defundef == "undef") {
19270 print "/*", prefix defundef, macro, "*/"
19271 next
19275 { print }
19276 _ACAWK
19277 _ACEOF
19278 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19279 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19280 fi # test -n "$CONFIG_HEADERS"
19283 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19284 shift
19285 for ac_tag
19287 case $ac_tag in
19288 :[FHLC]) ac_mode=$ac_tag; continue;;
19289 esac
19290 case $ac_mode$ac_tag in
19291 :[FHL]*:*);;
19292 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19293 :[FH]-) ac_tag=-:-;;
19294 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19295 esac
19296 ac_save_IFS=$IFS
19297 IFS=:
19298 set x $ac_tag
19299 IFS=$ac_save_IFS
19300 shift
19301 ac_file=$1
19302 shift
19304 case $ac_mode in
19305 :L) ac_source=$1;;
19306 :[FH])
19307 ac_file_inputs=
19308 for ac_f
19310 case $ac_f in
19311 -) ac_f="$ac_tmp/stdin";;
19312 *) # Look for the file first in the build tree, then in the source tree
19313 # (if the path is not absolute). The absolute path cannot be DOS-style,
19314 # because $ac_f cannot contain `:'.
19315 test -f "$ac_f" ||
19316 case $ac_f in
19317 [\\/$]*) false;;
19318 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19319 esac ||
19320 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19321 esac
19322 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19323 as_fn_append ac_file_inputs " '$ac_f'"
19324 done
19326 # Let's still pretend it is `configure' which instantiates (i.e., don't
19327 # use $as_me), people would be surprised to read:
19328 # /* config.h. Generated by config.status. */
19329 configure_input='Generated from '`
19330 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19331 `' by configure.'
19332 if test x"$ac_file" != x-; then
19333 configure_input="$ac_file. $configure_input"
19334 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19335 $as_echo "$as_me: creating $ac_file" >&6;}
19337 # Neutralize special characters interpreted by sed in replacement strings.
19338 case $configure_input in #(
19339 *\&* | *\|* | *\\* )
19340 ac_sed_conf_input=`$as_echo "$configure_input" |
19341 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19342 *) ac_sed_conf_input=$configure_input;;
19343 esac
19345 case $ac_tag in
19346 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19347 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19348 esac
19350 esac
19352 ac_dir=`$as_dirname -- "$ac_file" ||
19353 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19354 X"$ac_file" : 'X\(//\)[^/]' \| \
19355 X"$ac_file" : 'X\(//\)$' \| \
19356 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19357 $as_echo X"$ac_file" |
19358 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19359 s//\1/
19362 /^X\(\/\/\)[^/].*/{
19363 s//\1/
19366 /^X\(\/\/\)$/{
19367 s//\1/
19370 /^X\(\/\).*/{
19371 s//\1/
19374 s/.*/./; q'`
19375 as_dir="$ac_dir"; as_fn_mkdir_p
19376 ac_builddir=.
19378 case "$ac_dir" in
19379 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19381 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19382 # A ".." for each directory in $ac_dir_suffix.
19383 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19384 case $ac_top_builddir_sub in
19385 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19386 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19387 esac ;;
19388 esac
19389 ac_abs_top_builddir=$ac_pwd
19390 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19391 # for backward compatibility:
19392 ac_top_builddir=$ac_top_build_prefix
19394 case $srcdir in
19395 .) # We are building in place.
19396 ac_srcdir=.
19397 ac_top_srcdir=$ac_top_builddir_sub
19398 ac_abs_top_srcdir=$ac_pwd ;;
19399 [\\/]* | ?:[\\/]* ) # Absolute name.
19400 ac_srcdir=$srcdir$ac_dir_suffix;
19401 ac_top_srcdir=$srcdir
19402 ac_abs_top_srcdir=$srcdir ;;
19403 *) # Relative name.
19404 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19405 ac_top_srcdir=$ac_top_build_prefix$srcdir
19406 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19407 esac
19408 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19411 case $ac_mode in
19414 # CONFIG_FILE
19417 _ACEOF
19419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19420 # If the template does not know about datarootdir, expand it.
19421 # FIXME: This hack should be removed a few years after 2.60.
19422 ac_datarootdir_hack=; ac_datarootdir_seen=
19423 ac_sed_dataroot='
19424 /datarootdir/ {
19428 /@datadir@/p
19429 /@docdir@/p
19430 /@infodir@/p
19431 /@localedir@/p
19432 /@mandir@/p'
19433 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19434 *datarootdir*) ac_datarootdir_seen=yes;;
19435 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19437 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19438 _ACEOF
19439 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19440 ac_datarootdir_hack='
19441 s&@datadir@&$datadir&g
19442 s&@docdir@&$docdir&g
19443 s&@infodir@&$infodir&g
19444 s&@localedir@&$localedir&g
19445 s&@mandir@&$mandir&g
19446 s&\\\${datarootdir}&$datarootdir&g' ;;
19447 esac
19448 _ACEOF
19450 # Neutralize VPATH when `$srcdir' = `.'.
19451 # Shell code in configure.ac might set extrasub.
19452 # FIXME: do we really want to maintain this feature?
19453 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19454 ac_sed_extra="$ac_vpsub
19455 $extrasub
19456 _ACEOF
19457 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19459 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19460 s|@configure_input@|$ac_sed_conf_input|;t t
19461 s&@top_builddir@&$ac_top_builddir_sub&;t t
19462 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19463 s&@srcdir@&$ac_srcdir&;t t
19464 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19465 s&@top_srcdir@&$ac_top_srcdir&;t t
19466 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19467 s&@builddir@&$ac_builddir&;t t
19468 s&@abs_builddir@&$ac_abs_builddir&;t t
19469 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19470 $ac_datarootdir_hack
19472 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19473 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19475 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19476 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19477 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19478 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19480 which seems to be undefined. Please make sure it is defined" >&5
19481 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19482 which seems to be undefined. Please make sure it is defined" >&2;}
19484 rm -f "$ac_tmp/stdin"
19485 case $ac_file in
19486 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19487 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19488 esac \
19489 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19493 # CONFIG_HEADER
19495 if test x"$ac_file" != x-; then
19497 $as_echo "/* $configure_input */" \
19498 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19499 } >"$ac_tmp/config.h" \
19500 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19501 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19502 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19503 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19504 else
19505 rm -f "$ac_file"
19506 mv "$ac_tmp/config.h" "$ac_file" \
19507 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19509 else
19510 $as_echo "/* $configure_input */" \
19511 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19512 || as_fn_error $? "could not create -" "$LINENO" 5
19517 # CONFIG_LINK
19520 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19522 else
19523 # Prefer the file from the source tree if names are identical.
19524 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19525 ac_source=$srcdir/$ac_source
19528 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19529 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19531 if test ! -r "$ac_source"; then
19532 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19534 rm -f "$ac_file"
19536 # Try a relative symlink, then a hard link, then a copy.
19537 case $ac_source in
19538 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19539 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19540 esac
19541 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19542 ln "$ac_source" "$ac_file" 2>/dev/null ||
19543 cp -p "$ac_source" "$ac_file" ||
19544 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19547 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19548 $as_echo "$as_me: executing $ac_file commands" >&6;}
19550 esac
19553 case $ac_file$ac_mode in
19554 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19555 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19556 "Makefile":C) wine_fn_output_makefile Makefile ;;
19557 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19559 esac
19560 done # for ac_tag
19563 as_fn_exit 0
19564 _ACEOF
19565 ac_clean_files=$ac_clean_files_save
19567 test $ac_write_fail = 0 ||
19568 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19571 # configure is writing to config.log, and then calls config.status.
19572 # config.status does its own redirection, appending to config.log.
19573 # Unfortunately, on DOS this fails, as config.log is still kept open
19574 # by configure, so config.status won't be able to write to it; its
19575 # output is simply discarded. So we exec the FD to /dev/null,
19576 # effectively closing config.log, so it can be properly (re)opened and
19577 # appended to by config.status. When coming back to configure, we
19578 # need to make the FD available again.
19579 if test "$no_create" != yes; then
19580 ac_cs_success=:
19581 ac_config_status_args=
19582 test "$silent" = yes &&
19583 ac_config_status_args="$ac_config_status_args --quiet"
19584 exec 5>/dev/null
19585 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19586 exec 5>>config.log
19587 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19588 # would make configure fail if this is the last instruction.
19589 $ac_cs_success || as_fn_exit 1
19591 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19592 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19593 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19597 if test "$no_create" = "yes"
19598 then
19599 exit 0
19602 ac_save_IFS="$IFS"
19603 if test "x$wine_notices != "x; then
19604 echo >&6
19605 IFS="|"
19606 for msg in $wine_notices; do
19607 IFS="$ac_save_IFS"
19608 if ${msg:+false} :; then :
19610 else
19611 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19612 $as_echo "$as_me: $msg" >&6;}
19614 done
19616 IFS="|"
19617 for msg in $wine_warnings; do
19618 IFS="$ac_save_IFS"
19619 if ${msg:+false} :; then :
19621 else
19622 echo >&2
19623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19624 $as_echo "$as_me: WARNING: $msg" >&2;}
19626 done
19627 IFS="$ac_save_IFS"
19629 $as_echo "
19630 $as_me: Finished. Do '${ac_make}' to compile Wine.
19631 " >&6